*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:   #0a0e1a;
  --navy2:  #0f1628;
  --navy3:  #141d35;
  --blue:   #1a2d5a;
  --indigo: #2d3d8f;
  --purple: #6c3fc5;
  --violet: #8b5cf6;
  --accent: #a78bfa;
  --cyan:   #38bdf8;
  --white:  #ffffff;
  --gray50: #f8faff;
  --gray100:#eef2ff;
  --gray300:#cbd5e1;
  --gray400:#94a3b8;
  --gray500:#64748b;
  --text:   #1e293b;
  --radius: 14px;
  --shadow: 0 4px 24px rgba(108,63,197,.18);
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
}

/* ─── UTILITY ─────────────────────────────────────────── */
.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section--dark { background: var(--navy2); color: var(--white); }
.section--gray { background: var(--gray50); }
.section--gradient {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 50%, #1a1040 100%);
  color: var(--white);
}

.badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(108,63,197,.15); color: var(--accent);
  border: 1px solid rgba(139,92,246,.3);
  font-size: .75rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; padding: 5px 14px; border-radius: 100px;
  margin-bottom: 18px;
}
.badge svg { width: 12px; height: 12px; }

h1 { font-size: clamp(2.2rem, 5.5vw, 3.6rem); font-weight: 900; line-height: 1.15; letter-spacing: -.03em; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.5rem); font-weight: 800; line-height: 1.2; letter-spacing: -.025em; }
h3 { font-size: 1.2rem; font-weight: 700; }

.gradient-text {
  background: linear-gradient(135deg, #a78bfa 0%, #38bdf8 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 10px;
  font-size: .95rem; font-weight: 700; cursor: pointer;
  text-decoration: none; border: none; transition: all .22s ease;
  white-space: nowrap;
}
.btn--primary {
  background: linear-gradient(135deg, var(--purple) 0%, var(--indigo) 100%);
  color: var(--white); box-shadow: 0 4px 20px rgba(108,63,197,.45);
}
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(108,63,197,.55); }
.btn--outline {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,.25);
}
.btn--outline:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); transform: translateY(-2px); }
.btn--light {
  background: var(--white); color: var(--purple);
}
.btn--light:hover { background: var(--gray100); transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }

/* ─── NAV ──────────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  padding: 0 24px;
  background: rgba(10,14,26,.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-inner {
  max-width: 1160px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.nav-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--white);
}
.nav-logo-icon {
  width: 36px; height: 36px; border-radius: 9px;
  background: linear-gradient(135deg, var(--purple), var(--indigo));
  display: flex; align-items: center; justify-content: center;
}
.nav-logo-icon svg { width: 20px; height: 20px; fill: white; }
.nav-logo-text { font-weight: 800; font-size: 1rem; letter-spacing: -.01em; }
.nav-logo-text span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,.7); text-decoration: none;
  font-size: .9rem; font-weight: 500; transition: color .2s;
}
.nav-links a:hover { color: var(--white); }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: white; border-radius: 2px; transition: all .25s; }

@media (max-width: 860px) {
  .nav-links, .nav-cta .btn--outline { display: none; }
  .hamburger { display: flex; }
}

/* ─── HERO ─────────────────────────────────────────────── */
#hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 55%, #180d38 100%);
  display: flex; align-items: center;
  padding-top: 68px; position: relative; overflow: hidden;
}
.hero-glow {
  position: absolute; border-radius: 50%; filter: blur(120px); pointer-events: none;
}
.hero-glow-1 {
  width: 600px; height: 600px; top: -100px; right: -150px;
  background: radial-gradient(circle, rgba(108,63,197,.35) 0%, transparent 70%);
}
.hero-glow-2 {
  width: 400px; height: 400px; bottom: -100px; left: 5%;
  background: radial-gradient(circle, rgba(56,189,248,.2) 0%, transparent 70%);
}
.hero-content {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
  padding: 80px 0;
}
.hero-left { max-width: 580px; }
.hero-left h1 { color: var(--white); margin-bottom: 22px; }
.hero-left h1 em { font-style: normal; background: linear-gradient(135deg,#a78bfa,#38bdf8); -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text; }
.hero-left p { color: rgba(255,255,255,.7); font-size: 1.1rem; line-height: 1.75; margin-bottom: 36px; max-width: 520px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 20px; margin-top: 40px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-trust-item { display: flex; flex-direction: column; }
.hero-trust-item strong { color: var(--white); font-size: 1.4rem; font-weight: 800; }
.hero-trust-item span { color: rgba(255,255,255,.5); font-size: .8rem; }
.trust-divider { width: 1px; height: 36px; background: rgba(255,255,255,.15); }

/* Pipeline Visual */
.hero-visual { position: relative; }
.pipeline-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px; padding: 20px; backdrop-filter: blur(8px);
}
.pipeline-card + .pipeline-card { margin-top: 12px; }
.pc-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.pc-title { font-size: .78rem; font-weight: 600; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .08em; }
.pc-badge { font-size: .7rem; font-weight: 700; padding: 3px 10px; border-radius: 100px; }
.pc-badge--green { background: rgba(52,211,153,.15); color: #34d399; }
.pc-badge--blue { background: rgba(56,189,248,.15); color: #38bdf8; }
.pc-badge--purple { background: rgba(167,139,250,.15); color: #a78bfa; }
.pc-row { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; }
.pc-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.pc-dot--green { background: #34d399; }
.pc-dot--blue { background: #38bdf8; }
.pc-dot--purple { background: #a78bfa; }
.pc-company { font-size: .85rem; font-weight: 600; color: var(--white); }
.pc-role { font-size: .75rem; color: rgba(255,255,255,.45); }
.pc-bar { flex: 1; height: 4px; background: rgba(255,255,255,.08); border-radius: 2px; overflow: hidden; }
.pc-fill { height: 100%; border-radius: 2px; }
.pc-fill--green { background: linear-gradient(90deg,#34d399,#059669); }
.pc-fill--blue { background: linear-gradient(90deg,#38bdf8,#0284c7); }
.pc-fill--purple { background: linear-gradient(90deg,#a78bfa,#7c3aed); }
.floating-tag {
  position: absolute; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  backdrop-filter: blur(8px); border-radius: 10px; padding: 8px 14px;
  font-size: .78rem; font-weight: 600; color: var(--white);
  display: flex; align-items: center; gap: 8px;
}
.floating-tag svg { width: 14px; height: 14px; }
.tag-1 { top: -20px; right: -10px; animation: floatY 3s ease-in-out infinite; }
.tag-2 { bottom: -10px; left: -20px; animation: floatY 3s ease-in-out infinite .8s; }
@keyframes floatY { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

@media (max-width: 860px) {
  .hero-content { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { display: none; }
  .hero-trust { flex-wrap: wrap; gap: 14px; }
}

/* ─── LOGOS STRIP ──────────────────────────────────────── */
.logos-strip { background: var(--navy); padding: 28px 0; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
.logos-label { text-align: center; color: rgba(255,255,255,.35); font-size: .78rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 20px; }
.logos-row { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
.logo-chip {
  color: rgba(255,255,255,.3); font-weight: 700; font-size: .95rem; letter-spacing: -.01em;
  display: flex; align-items: center; gap: 7px; transition: color .2s;
}
.logo-chip:hover { color: rgba(255,255,255,.6); }
.logo-chip svg { width: 16px; height: 16px; opacity: .5; }

/* ─── PROBLEM ──────────────────────────────────────────── */
.problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 56px; }
.problem-card {
  background: var(--white); border: 1px solid #e2e8f0;
  border-radius: var(--radius); padding: 28px;
  transition: box-shadow .25s, transform .25s;
}
.problem-card:hover { box-shadow: 0 8px 32px rgba(108,63,197,.12); transform: translateY(-4px); }
.problem-icon {
  width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  background: #fff0f0; margin-bottom: 16px;
}
.problem-icon svg { width: 22px; height: 22px; color: #ef4444; }
.problem-card h3 { margin-bottom: 8px; font-size: 1rem; }
.problem-card p { color: var(--gray500); font-size: .9rem; line-height: 1.65; }
.problem-statement {
  margin-top: 52px; text-align: center;
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  border-radius: 18px; padding: 40px 32px; color: var(--white);
}
.problem-statement p { font-size: 1.2rem; font-weight: 600; line-height: 1.6; color: rgba(255,255,255,.9); max-width: 640px; margin: 0 auto; }
.problem-statement p strong { color: var(--accent); }

/* ─── SOLUTION ─────────────────────────────────────────── */
.solution-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.solution-points { display: flex; flex-direction: column; gap: 24px; margin-top: 36px; }
.solution-point { display: flex; gap: 16px; }
.solution-point-icon {
  width: 44px; height: 44px; flex-shrink: 0; border-radius: 10px;
  background: linear-gradient(135deg, rgba(108,63,197,.15), rgba(45,61,143,.15));
  border: 1px solid rgba(108,63,197,.25);
  display: flex; align-items: center; justify-content: center;
}
.solution-point-icon svg { width: 20px; height: 20px; color: var(--violet); }
.solution-point-text h4 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.solution-point-text p { font-size: .9rem; color: var(--gray500); line-height: 1.6; }
.solution-visual {
  background: linear-gradient(160deg, var(--navy2) 0%, #1a1040 100%);
  border-radius: 20px; padding: 32px; border: 1px solid rgba(255,255,255,.08);
  position: relative; overflow: hidden;
}
.solution-visual::before {
  content: ''; position: absolute; width: 300px; height: 300px; top: -80px; right: -80px;
  background: radial-gradient(circle, rgba(108,63,197,.3) 0%, transparent 70%);
  border-radius: 50%;
}
.icp-diagram { position: relative; z-index: 1; }
.icp-center {
  width: 80px; height: 80px; border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--indigo));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
  box-shadow: 0 0 0 12px rgba(108,63,197,.15), 0 0 0 24px rgba(108,63,197,.07);
}
.icp-center svg { width: 36px; height: 36px; color: white; }
.icp-label { text-align: center; color: rgba(255,255,255,.6); font-size: .8rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 28px; }
.icp-nodes { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.icp-node {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 10px; padding: 14px 16px;
  display: flex; align-items: center; gap: 10px;
}
.icp-node-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.icp-node p { font-size: .8rem; color: rgba(255,255,255,.75); font-weight: 500; }

@media (max-width: 860px) { .solution-wrap { grid-template-columns: 1fr; gap: 40px; } }

/* ─── SERVICES ─────────────────────────────────────────── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; margin-top: 56px; }
.service-card {
  background: var(--white); border: 1px solid #e2e8f0; border-radius: 16px;
  padding: 32px; position: relative; overflow: hidden;
  transition: all .28s ease;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--purple), var(--cyan));
  opacity: 0; transition: opacity .28s;
}
.service-card:hover { box-shadow: 0 12px 40px rgba(108,63,197,.14); transform: translateY(-5px); border-color: rgba(108,63,197,.2); }
.service-card:hover::before { opacity: 1; }
.service-icon {
  width: 52px; height: 52px; border-radius: 12px; margin-bottom: 20px;
  display: flex; align-items: center; justify-content: center;
}
.service-icon svg { width: 26px; height: 26px; }
.si-blue { background: rgba(45,61,143,.1); }
.si-blue svg { color: var(--indigo); }
.si-purple { background: rgba(108,63,197,.1); }
.si-purple svg { color: var(--purple); }
.si-cyan { background: rgba(56,189,248,.1); }
.si-cyan svg { color: #0ea5e9; }
.si-green { background: rgba(52,211,153,.1); }
.si-green svg { color: #059669; }
.si-orange { background: rgba(251,146,60,.1); }
.si-orange svg { color: #ea580c; }
.si-pink { background: rgba(236,72,153,.1); }
.si-pink svg { color: #db2777; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { color: var(--gray500); font-size: .92rem; line-height: 1.65; }

/* ─── HOW IT WORKS ─────────────────────────────────────── */
.steps-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 64px; position: relative; }
.steps-row::before {
  content: ''; position: absolute; top: 36px; left: calc(12.5% + 8px); right: calc(12.5% + 8px);
  height: 2px; background: linear-gradient(90deg, var(--purple), var(--cyan));
}
.step { text-align: center; padding: 0 16px; position: relative; }
.step-num {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 24px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; font-weight: 900; color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--indigo));
  border: 4px solid var(--gray50);
  position: relative; z-index: 1;
  box-shadow: 0 0 0 6px rgba(108,63,197,.15);
}
.step h3 { font-size: 1rem; margin-bottom: 8px; }
.step p { color: var(--gray500); font-size: .88rem; line-height: 1.6; }

@media (max-width: 700px) {
  .steps-row { grid-template-columns: 1fr 1fr; gap: 36px; }
  .steps-row::before { display: none; }
}
@media (max-width: 440px) { .steps-row { grid-template-columns: 1fr; } }

/* ─── BENEFITS ─────────────────────────────────────────── */
.benefits-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.benefits-list { display: flex; flex-direction: column; gap: 16px; margin-top: 36px; }
.benefit-row {
  display: flex; align-items: center; gap: 16px;
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px; padding: 18px 20px;
  transition: background .22s, border-color .22s;
}
.benefit-row:hover { background: rgba(255,255,255,.07); border-color: rgba(139,92,246,.3); }
.benefit-check {
  width: 36px; height: 36px; flex-shrink: 0; border-radius: 8px;
  background: rgba(52,211,153,.12); border: 1px solid rgba(52,211,153,.25);
  display: flex; align-items: center; justify-content: center;
}
.benefit-check svg { width: 18px; height: 18px; color: #34d399; }
.benefit-row p { font-size: .95rem; color: rgba(255,255,255,.8); font-weight: 500; }
.benefits-visual {
  background: linear-gradient(160deg, rgba(255,255,255,.04) 0%, rgba(108,63,197,.05) 100%);
  border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 32px;
}
.chart-bars { display: flex; align-items: flex-end; gap: 12px; height: 160px; margin-bottom: 20px; }
.bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.bar {
  width: 100%; border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--violet), var(--indigo));
  transition: height .8s ease;
}
.bar-label { font-size: .7rem; color: rgba(255,255,255,.45); font-weight: 500; text-align: center; }
.chart-title { font-size: .78rem; color: rgba(255,255,255,.5); font-weight: 600; text-transform: uppercase; letter-spacing: .07em; text-align: center; }

@media (max-width: 860px) { .benefits-wrap { grid-template-columns: 1fr; gap: 40px; } }

/* ─── METRICS ──────────────────────────────────────────── */
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.07); border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); margin-top: 56px; }
.metric-cell { text-align: center; padding: 44px 24px; background: var(--navy2); transition: background .22s; }
.metric-cell:hover { background: rgba(108,63,197,.1); }
.metric-num { font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 900; background: linear-gradient(135deg, #a78bfa, #38bdf8); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; margin-bottom: 8px; }
.metric-label { color: rgba(255,255,255,.55); font-size: .9rem; line-height: 1.4; }
@media (max-width: 700px) { .metrics-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 440px) { .metrics-grid { grid-template-columns: 1fr; } }

/* ─── WHO USES ─────────────────────────────────────────── */
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.who-card {
  border-radius: 14px; padding: 30px; text-align: center;
  background: var(--white); border: 1px solid #e2e8f0;
  transition: all .25s;
}
.who-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); border-color: rgba(108,63,197,.2); }
.who-icon {
  width: 60px; height: 60px; border-radius: 14px; margin: 0 auto 18px;
  display: flex; align-items: center; justify-content: center;
}
.who-icon svg { width: 28px; height: 28px; }
.wi-1 { background: linear-gradient(135deg,#ede9fe,#ddd6fe); }
.wi-1 svg { color: var(--purple); }
.wi-2 { background: linear-gradient(135deg,#e0f2fe,#bae6fd); }
.wi-2 svg { color: #0284c7; }
.wi-3 { background: linear-gradient(135deg,#f0fdf4,#bbf7d0); }
.wi-3 svg { color: #15803d; }
.wi-4 { background: linear-gradient(135deg,#fff7ed,#fed7aa); }
.wi-4 svg { color: #c2410c; }
.wi-5 { background: linear-gradient(135deg,#fdf4ff,#f5d0fe); }
.wi-5 svg { color: #a21caf; }
.wi-6 { background: linear-gradient(135deg,#fefce8,#fef08a); }
.wi-6 svg { color: #a16207; }
.who-card h3 { font-size: 1rem; margin-bottom: 6px; }
.who-card p { font-size: .88rem; color: var(--gray500); line-height: 1.55; }
@media (max-width: 700px) { .who-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 440px) { .who-grid { grid-template-columns: 1fr; } }

/* ─── TESTIMONIALS ─────────────────────────────────────── */
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 56px; }
.testi-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 36px;
}
.stars { display: flex; gap: 4px; margin-bottom: 20px; }
.stars svg { width: 16px; height: 16px; fill: #fbbf24; }
.testi-card blockquote { font-size: 1.05rem; line-height: 1.75; color: rgba(255,255,255,.85); margin-bottom: 24px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: .9rem; color: white; flex-shrink: 0;
}
.av-1 { background: linear-gradient(135deg, #7c3aed, #4f46e5); }
.av-2 { background: linear-gradient(135deg, #0284c7, #0891b2); }
.testi-author-info strong { font-size: .9rem; color: var(--white); }
.testi-author-info span { font-size: .8rem; color: rgba(255,255,255,.45); display: block; margin-top: 1px; }
@media (max-width: 600px) { .testimonials-grid { grid-template-columns: 1fr; } }

/* ─── ENGAGEMENT ───────────────────────────────────────── */
.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.engagement-card {
  border-radius: 18px; padding: 36px; border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04); position: relative; overflow: hidden;
  transition: all .28s;
}
.engagement-card:hover { background: rgba(255,255,255,.07); border-color: rgba(139,92,246,.35); transform: translateY(-5px); }
.engagement-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--purple), var(--cyan));
  opacity: 0; transition: opacity .28s;
}
.engagement-card:hover::after { opacity: 1; }
.engagement-tag { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.engagement-card h3 { font-size: 1.2rem; color: var(--white); margin-bottom: 12px; }
.engagement-card p { font-size: .9rem; color: rgba(255,255,255,.55); line-height: 1.65; margin-bottom: 24px; }
.engagement-card .btn { font-size: .85rem; padding: 11px 20px; }
@media (max-width: 700px) { .engagement-grid { grid-template-columns: 1fr; } }

/* ─── FAQ ──────────────────────────────────────────────── */
.faq-wrap { max-width: 760px; margin: 56px auto 0; }
.faq-item { border-bottom: 1px solid #e2e8f0; }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; text-align: left; font-size: 1rem; font-weight: 600;
  color: var(--text); gap: 16px; transition: color .2s;
}
.faq-q:hover { color: var(--purple); }
.faq-q svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--purple); transition: transform .3s ease; }
.faq-q.open svg { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 0 20px; color: var(--gray500); font-size: .95rem; line-height: 1.7; }
.faq-a.open { display: block; }

/* ─── FINAL CTA ────────────────────────────────────────── */
#cta {
  background: linear-gradient(135deg, #0a0e1a 0%, #180d38 50%, #0f1628 100%);
  position: relative; overflow: hidden; padding: 100px 0;
}
#cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(108,63,197,.35) 0%, transparent 60%);
}
.cta-inner { position: relative; z-index: 1; text-align: center; }
.cta-inner h2 { color: var(--white); margin-bottom: 18px; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.cta-inner p { color: rgba(255,255,255,.6); font-size: 1.1rem; margin-bottom: 40px; max-width: 540px; margin-left: auto; margin-right: auto; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ─── FOOTER ───────────────────────────────────────────── */
footer {
  background: var(--navy); border-top: 1px solid rgba(255,255,255,.07);
  padding: 64px 0 32px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 52px; }
.footer-brand p { color: rgba(255,255,255,.45); font-size: .9rem; line-height: 1.7; margin-top: 14px; margin-bottom: 20px; max-width: 280px; }
.footer-email { color: var(--accent); font-size: .9rem; text-decoration: none; display: flex; align-items: center; gap: 6px; }
.footer-email:hover { color: white; }
.footer-email svg { width: 15px; height: 15px; }
.footer-col h4 { color: rgba(255,255,255,.9); font-size: .85rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { color: rgba(255,255,255,.45); text-decoration: none; font-size: .9rem; transition: color .2s; }
.footer-col ul a:hover { color: rgba(255,255,255,.85); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { color: rgba(255,255,255,.3); font-size: .82rem; }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { color: rgba(255,255,255,.3); font-size: .82rem; text-decoration: none; transition: color .2s; }
.footer-legal a:hover { color: rgba(255,255,255,.6); }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1/-1; } }
@media (max-width: 440px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; text-align: center; } }

/* ─── SECTION HEADERS ──────────────────────────────────── */
.section-header { text-align: center; max-width: 640px; margin: 0 auto; }
.section-header p { color: var(--gray500); font-size: 1.05rem; line-height: 1.75; margin-top: 14px; }
.section-header--light p { color: rgba(255,255,255,.6); }
.section-header--light h2 { color: var(--white); }

/* ─── SCROLL REVEAL ────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ─── NAV SCROLL INDICATOR ─────────────────────────────── */
#progress-bar {
  position: fixed; top: 0; left: 0; height: 3px; z-index: 9999;
  background: linear-gradient(90deg, var(--purple), var(--cyan));
  width: 0%; transition: width .1s;
}
