

/* ── PAGE HERO ── */
.page-hero {
  background: var(--navy);
  position: relative;
  overflow: hidden;
  padding: 80px 0 90px;
}
.page-hero::before {
  content: '';
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26,111,212,.35), transparent 70%);
  top: -220px;
  right: -160px;
}
.page-hero::after {
  content: '';
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,156,16,.22), transparent 70%);
  bottom: -200px;
  left: -140px;
}
.page-hero .container { position: relative; z-index: 2; text-align: center }
.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.55);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}
.breadcrumb a { color: rgba(255,255,255,.8) }
.breadcrumb a:hover { color: var(--warm) }
.page-hero .sec-tag { background: rgba(255,255,255,.1); color: #fff }
.page-hero h1 {
  font-family: 'Manrope', sans-serif;
  font-weight: 500;
  font-size: clamp(32px, 5vw, 52px);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px;
}
.page-hero h1 em {
  font-family: 'Dancing Script', sans-serif;
  font-style: normal;
  background: linear-gradient(135deg, #ffd874, #91c82B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.page-hero p {
  color: rgba(255,255,255,.7);
  max-width: 620px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
}

/* ── OUR STORY ── */
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.story-art {
  position: relative;
  border-radius: 28px;
  background: var(--grad-brand);
  padding: 6px;
}
.story-art-inner {
  background: var(--navy);
  border-radius: 24px;
  padding: 48px 36px;
  color: #fff;
  text-align: center;
}
.story-art-inner .big-num {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(48px, 7vw, 72px);
  font-weight: 800;
  background: linear-gradient(135deg, #ffd874, #91c82B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.story-art-inner .big-label {
  margin-top: 6px;
  font-size: 14px;
  color: rgba(255,255,255,.65);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.story-art-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.story-art-grid div { border-top: 1px solid rgba(255,255,255,.12); padding-top: 18px }
.story-art-grid strong { display: block; font-size: 24px; font-weight: 800; color: #fff }
.story-art-grid span { font-size: 12.5px; color: rgba(255,255,255,.55) }
.story-text p { color: var(--text-muted); margin-bottom: 18px; font-size: 15.5px; line-height: 1.8 }
.story-text p:last-child { margin-bottom: 0 }
.story-text strong { color: var(--navy) }

/* ── MISSION / VISION / VALUES ── */
.mvv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.mvv-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 36px 28px;
  transition: .25s;
}
.mvv-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,16,46,.08) }
.mvv-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}
.mvv-card:nth-child(1) .mvv-icon { background: var(--grad-blue) }
.mvv-card:nth-child(2) .mvv-icon { background: var(--grad-warm) }
.mvv-card:nth-child(3) .mvv-icon { background: var(--grad-green) }
.mvv-card h3 { font-family: 'Manrope', sans-serif; font-size: 20px; font-weight: 700; margin-bottom: 12px }
.mvv-card p { color: var(--text-muted); font-size: 14.5px; line-height: 1.75 }

/* ── FOUNDER ── */
.founder-sec { background: var(--surface) }
.founder-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 56px;
  align-items: flex-start;
}
.founder-photo-wrap { position: relative }
.founder-photo {
  border-radius: 24px;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 24px 60px rgba(0,16,46,.12);
}
.founder-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover }
.founder-badge {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--grad-brand);
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 22px;
  border-radius: 100px;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(241,71,74,.25);
}
.founder-content .eyebrow {
  color: var(--blue);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.founder-content h2 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(26px, 3.5vw, 36px);
  font-weight: 700;
  margin-bottom: 6px;
}
.founder-content .role { color: var(--text-muted); font-weight: 600; margin-bottom: 22px; font-size: 15px }
.founder-content p { color: var(--text-muted); font-size: 15.5px; line-height: 1.8; margin-bottom: 16px }
.founder-quote {
  margin-top: 24px;
  border-left: 4px solid var(--warm);
  padding: 18px 24px;
  background: #fff;
  border-radius: 0 16px 16px 0;
  font-style: italic;
  color: var(--navy);
  font-size: 15.5px;
  line-height: 1.7;
}
.founder-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px }
.founder-tags span {
  background: var(--blue-light);
  color: var(--blue);
  font-weight: 700;
  font-size: 12.5px;
  padding: 8px 16px;
  border-radius: 100px;
}

/* ── WHY CHOOSE US ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.why-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 32px 26px;
  transition: .25s;
}
.why-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(0,16,46,.07) }
.why-card .ic { font-size: 28px; margin-bottom: 16px }
.why-card h4 { font-family: 'Manrope', sans-serif; font-size: 16.5px; font-weight: 700; margin-bottom: 10px }
.why-card p { color: var(--text-muted); font-size: 14px; line-height: 1.7 }

/* ── STATS STRIP ── */
.stats-sec {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
.stats-sec::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(26,111,212,.25), transparent 55%),
              radial-gradient(circle at 80% 70%, rgba(232,156,16,.18), transparent 55%);
}
.stats-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stats-grid .num {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  background: linear-gradient(135deg, #ffd874, #91c82B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.stats-grid .lbl { color: rgba(255,255,255,.6); font-size: 13.5px; font-weight: 600; margin-top: 6px }

/* ── CTA ── */
.cta-sec {
  background: var(--grad-brand);
  border-radius: 32px;
  padding: 64px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-sec h2 {
  font-family: 'Manrope', sans-serif;
  color: #fff;
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 600;
  margin-bottom: 14px;
}
.cta-sec p { color: rgba(255,255,255,.85); max-width: 540px; margin: 0 auto 32px; font-size: 15.5px }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap }
.cta-btns .btn-g { background: #fff; color: var(--navy) }
.cta-btns .btn-g:hover { box-shadow: 0 12px 32px rgba(0,0,0,.2) }


/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .pad { padding: 72px 0 }
  .story-grid { grid-template-columns: 1fr; gap: 40px }
  .founder-grid { grid-template-columns: 280px 1fr; gap: 36px }
  .why-grid, .mvv-grid { grid-template-columns: repeat(2, 1fr) }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 32px }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px }
  .nav-links, .nav-cta:not(.mobile-menu .nav-cta) { display: none }
  .nav-toggle { display: flex }
}
@media (max-width: 768px) {
  .pad { padding: 56px 0 }
  .container { padding: 0 20px }
  .page-hero { padding: 56px 0 64px }
  .founder-grid { grid-template-columns: 1fr; gap: 32px }
  .founder-photo { max-width: 280px; margin: 0 auto }
  .founder-content { text-align: left }
  .topbar-right { gap: 14px }
  .topbar .container { flex-direction: column; align-items: flex-start; gap: 6px }
  .cta-sec { padding: 48px 24px; border-radius: 24px }
  .story-art-inner { padding: 36px 24px }
}
@media (max-width: 480px) {
  .why-grid, .mvv-grid { grid-template-columns: 1fr }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px }
  .footer-grid { grid-template-columns: 1fr; gap: 28px }
  .nav-logo img { width: 150px }
  .sec-title { font-size: clamp(24px, 6vw, 32px) }
  .page-hero h1 { font-size: clamp(26px, 7vw, 38px) }
  .cta-btns { flex-direction: column; width: 100% }
  .cta-btns a { width: 100%; justify-content: center }
  .footer-bottom { flex-direction: column; align-items: flex-start }
}