/* ═══════════════════════════════════════════════════════════
   SpotOn Properties — Pages CSS (Investment + About Us)
   ═══════════════════════════════════════════════════════════ */

/* ─── Navbar: nav links ─────────────────────────────────── */
.navbar-inner {
  gap: 24px;
}
.navbar { position: relative; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
  justify-content: center;
}
.nav-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--black);
  padding: 7px 14px;
  border-radius: 100px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.nav-link:hover {
  background: rgba(0,0,0,0.08);
}
.nav-link.active {
  background: var(--black);
  color: var(--yellow);
}

/* ─── Page Hero (black section) ─────────────────────────── */
.page-hero {
  background: var(--black);
  padding: 80px 0 72px;
  text-align: center;
}
.page-hero-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--yellow);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}
.page-hero-text {
  font-size: 1rem;
  color: rgba(255,255,255,0.88);
  max-width: 700px;
  margin: 0 auto 12px;
  line-height: 1.75;
}
.page-hero-highlight {
  color: var(--yellow);
  font-weight: 700;
  font-size: 1.05rem;
  margin-top: 16px;
}

/* ─── Investment Cards Section ──────────────────────────── */
.invest-cards-section {
  position: relative;
  padding: 80px 0 96px;
  background:
    linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)),
    url('../images/ba-01.jpg') center/cover no-repeat;
  background-attachment: fixed;
}
.invest-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
  z-index: 1;
}
.invest-card {
  background: var(--black);
  border-radius: var(--radius);
  padding: 36px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid rgba(255,215,0,0.2);
  transition: all 0.25s ease;
}
.invest-card:hover {
  border-color: var(--yellow);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.4);
}
.invest-card-num {
  width: 52px;
  height: 52px;
  background: var(--yellow);
  color: var(--black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 900;
  flex-shrink: 0;
}
.invest-card h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--yellow);
  line-height: 1.2;
}
.invest-card-intro {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
}
.invest-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.invest-list li {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  padding-left: 18px;
  position: relative;
}
.invest-list li::before {
  content: '●';
  position: absolute;
  left: 0;
  color: var(--yellow);
  font-size: 0.5rem;
  top: 6px;
}
.btn-invest-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: var(--black);
  font-weight: 800;
  font-size: 0.9rem;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  border: 2px solid var(--yellow);
  transition: all 0.2s ease;
  width: 100%;
  margin-top: auto;
  text-decoration: none;
}
.btn-invest-cta:hover {
  background: var(--yellow-dark);
  border-color: var(--yellow-dark);
}

/* ─── Team Section ──────────────────────────────────────── */
.team-section {
  padding: 96px 0;
  background: rgba(255,215,0,0.35);
}
.team-header {
  text-align: center;
  margin-bottom: 60px;
}
.team-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--black);
  margin-bottom: 12px;
}
.team-underline {
  width: 60px;
  height: 4px;
  background: var(--yellow);
  border: 2px solid var(--black);
  margin: 0 auto;
  border-radius: 2px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.team-card {
  background: var(--black);
  border-radius: var(--radius);
  padding: 36px 28px;
  text-align: center;
  transition: all 0.25s ease;
  border: 2px solid rgba(255,215,0,0.2);
}
.team-card:hover {
  border-color: var(--yellow);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0,0,0,0.3);
}
.team-photo-wrap {
  margin-bottom: 20px;
}
.team-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  border: 3px solid var(--yellow);
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-photo-placeholder {
  position: absolute;
  inset: 0;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 900;
  color: var(--yellow);
}
/* Hide placeholder when real photo loads */
.team-photo[style*="url("] .team-photo-placeholder {
  display: none;
}
.team-role {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.5);
  margin-bottom: 6px;
}
.team-name {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--yellow);
  margin-bottom: 10px;
}
.team-contact {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 4px;
}
.team-email {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  margin-bottom: 18px;
  word-break: break-all;
}
.team-socials {
  display: flex;
  gap: 10px;
  justify-content: center;
}

/* ─── Social Icons ──────────────────────────────────────── */
.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  text-decoration: none;
}
.social-icon.facebook  { background: #1877f2; color: #fff; }
.social-icon.instagram { background: #e1306c; color: #fff; }
.social-icon.twitter   { background: #1da1f2; color: #fff; }
.social-icon.linkedin  { background: #0077b5; color: #fff; }
.social-icon:hover { transform: scale(1.12); opacity: 0.9; }
.footer-socials-row {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

/* ─── Page Footer ───────────────────────────────────────── */
.page-footer {
  padding: 48px 0;
}
.page-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
}
.page-footer-left p {
  color: var(--yellow);
  font-size: 1rem;
  font-weight: 600;
}
.page-footer-right {
  text-align: right;
}
.page-footer-right p {
  color: rgba(255,255,255,0.8);
  font-size: 0.875rem;
  line-height: 1.8;
}
.footer-copy {
  color: rgba(255,255,255,0.4) !important;
  font-size: 0.78rem !important;
  margin-top: 6px;
}

/* ─── Responsive ────────────────────────────────────────── */
@media (max-width: 900px) {
  .invest-cards-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .team-grid { grid-template-columns: 1fr; max-width: 400px; }
}
@media (max-width: 768px) {

  .page-footer-inner { flex-direction: column; align-items: flex-start; }
  .page-footer-right { text-align: left; }
  .invest-cards-section { background-attachment: scroll; }
}

/* ─── Hamburger ─────────────────────────────────────────── */
