
*{box-sizing:border-box}
:root{
  --bg:#0a1426;
  --bg2:#0f1d34;
  --panel:#12233f;
  --surface:#ffffff;
  --surface-2:#f4f7fb;
  --surface-3:#edf2f8;
  --text:#132238;
  --muted:#627186;
  --line:#dde6ef;
  --accent:#2f6fed;
  --accent-2:#7fa7ff;
  --red:#ca4d4d;
  --yellow:#c78c19;
  --green:#2e8f5a;
  --radius:20px;
  --radius-sm:14px;
  --shadow:0 24px 60px rgba(8,18,34,.14);
}

html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
}
a{color:inherit}
img{max-width:100%}
.container{width:min(1180px, calc(100% - 40px));margin:0 auto}
.narrow{width:min(860px, 100%)}
.center{text-align:center}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(10,20,38,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav-wrap{
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:#fff;
  font-weight:800;
  letter-spacing:.04em;
}
.brand-mark{
  width:38px;
  height:38px;
  border-radius:10px;
  display:grid;
  place-items:center;
  color:#0a1426;
  background:#fff;
  font-size:.8rem;
}
.brand-name{font-size:.92rem}
.nav{
  display:flex;
  align-items:center;
  gap:26px;
}
.nav a{
  text-decoration:none;
  color:#d8e1ee;
  font-size:.94rem;
}
.nav a:hover{color:#fff}
.nav-cta{
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  padding:8px 14px;
}
.menu-button{
  display:none;
  background:transparent;
  border:0;
  color:#fff;
  font-size:1.55rem;
  line-height:1;
}

.hero{
  color:#fff;
  background:
    radial-gradient(circle at 85% 15%, rgba(47,111,237,.30), transparent 28%),
    linear-gradient(145deg, var(--bg), var(--bg2));
  padding:96px 0 88px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:64px;
  align-items:center;
}
.eyebrow,.section-label{
  display:inline-block;
  font-size:.78rem;
  font-weight:850;
  letter-spacing:.16em;
  color:var(--accent);
  margin-bottom:16px;
  text-transform:uppercase;
}
.hero h1{
  margin:0;
  max-width:760px;
  font-size:clamp(2.8rem, 5.4vw, 5.1rem);
  line-height:1.02;
  letter-spacing:-.055em;
}
.hero-copy{
  max-width:720px;
  font-size:1.18rem;
  color:#becada;
  margin:26px 0 34px;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  text-decoration:none;
  font-weight:780;
  padding:14px 20px;
  border-radius:14px;
  transition:transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.button:hover{transform:translateY(-2px)}
.primary{
  background:var(--accent);
  color:#fff;
}
.primary:hover{background:#245dcc}
.secondary{
  background:rgba(255,255,255,.04);
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
}
.credential-line{
  display:flex;
  flex-wrap:wrap;
  gap:12px 22px;
  margin-top:32px;
  color:#98a8bc;
  font-size:.9rem;
}
.credential-line span{white-space:nowrap}

.hero-panel{
  padding:30px;
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  box-shadow:var(--shadow);
}
.panel-label{
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.13em;
  color:#a4c0ff;
}
.hero-panel h2{
  margin:18px 0 10px;
  font-size:1.58rem;
  line-height:1.22;
}
.hero-panel > p{
  margin:0 0 22px;
  color:#b0bfd1;
}
.mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.mini-card{
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:14px;
  border-radius:14px;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.08);
}
.mini-card strong{
  color:#fff;
  font-size:.98rem;
}
.mini-card span{
  color:#a4b3c7;
  font-size:.85rem;
  line-height:1.45;
}

.proof-strip{
  background:#fff;
  border-bottom:1px solid var(--line);
}
.proof-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
}
.proof-item{
  padding:28px 22px;
  border-right:1px solid var(--line);
}
.proof-item:last-child{border-right:0}
.proof-item strong{
  display:block;
  font-size:1.8rem;
  line-height:1;
  letter-spacing:-.03em;
  margin-bottom:8px;
}
.proof-item span{
  color:var(--muted);
  font-size:.92rem;
}

.problem-section{
  padding:86px 0;
  border-bottom:1px solid var(--line);
}
.problem-section h2,
.section-heading h2,
.experience-header h2,
.assessment-section h2,
.about-section h2,
.fit-section h2,
.contact-section h2{
  margin:0;
  line-height:1.12;
  letter-spacing:-.04em;
}
.problem-section h2{font-size:clamp(2rem, 4vw, 3.2rem)}
.problem-section p{
  margin-top:22px;
  color:var(--muted);
  font-size:1.1rem;
}

.section{padding:94px 0}
.section-heading{
  max-width:820px;
  margin-bottom:42px;
}
.section-heading h2{font-size:clamp(2rem, 3.5vw, 3rem)}
.section-heading p{
  margin-top:14px;
  color:var(--muted);
  font-size:1.02rem;
}

.cards{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
}
.card{
  display:flex;
  flex-direction:column;
  padding:28px;
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:#fff;
}
.card.featured{
  border-color:#c6d7ff;
  box-shadow:var(--shadow);
}
.card-tag{
  color:var(--accent);
  font-size:.7rem;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.card h3{
  margin:16px 0 8px;
  font-size:1.42rem;
  line-height:1.2;
}
.card p, .card li{color:var(--muted)}
.card ul{
  margin:0;
  padding-left:18px;
}
.price{
  margin-top:auto;
  padding-top:18px;
  border-top:1px solid var(--line);
  font-weight:800;
}

.dark-section{
  background:#0d172a;
  color:#fff;
}
.light-blue{color:var(--accent-2)}
.experience-header{
  max-width:820px;
  margin-bottom:40px;
}
.experience-header h2{font-size:clamp(2rem, 3.5vw, 3rem)}
.experience-header p{
  margin-top:16px;
  color:#a8b7ca;
  font-size:1.04rem;
}
.experience-cards{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:20px;
}
.experience-card{
  padding:26px;
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
}
.experience-number{
  color:#86abff;
  font-size:.78rem;
  font-weight:850;
  letter-spacing:.14em;
  margin-bottom:14px;
}
.experience-card h3{
  margin:0 0 10px;
  font-size:1.35rem;
  line-height:1.2;
}
.experience-card p{
  margin:0;
  color:#aab9cb;
}

.assessment-section{
  background:var(--surface-2);
}
.assessment-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:68px;
  align-items:center;
}
.assessment-section h2{font-size:clamp(2rem, 4vw, 3.3rem)}
.assessment-section p{color:var(--muted)}
.lead{
  font-size:1.1rem;
  margin-bottom:14px;
}
.deliverables{
  display:grid;
  gap:12px;
  margin:28px 0 26px;
}
.deliverable-item{
  display:grid;
  grid-template-columns:14px 1fr;
  gap:12px;
  align-items:start;
}
.deliverable-item > div{
  display:flex;
  flex-direction:column;
  gap:2px;
}
.deliverable-item strong{
  font-size:1rem;
  line-height:1.2;
}
.deliverable-item span:last-child{
  color:var(--muted);
  font-size:.94rem;
}
.status-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  margin-top:8px;
}
.red{background:var(--red)}
.yellow{background:var(--yellow)}
.green{background:var(--green)}

.assessment-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
}
.dark-text{color:#fff}
.text-link-dark{
  color:var(--text);
  font-weight:760;
  text-decoration:none;
}
.text-link-dark:hover{text-decoration:underline}

.report-card{
  padding:28px;
  border-radius:var(--radius);
  background:#fff;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.report-top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding-bottom:18px;
  border-bottom:1px solid var(--line);
  color:#617086;
  font-size:.72rem;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.report-score{
  display:grid;
  grid-template-columns:88px 1fr;
  gap:18px;
  align-items:center;
  padding:24px 0;
}
.score-ring{
  width:82px;
  height:82px;
  border-radius:50%;
  border:8px solid #e4eaf2;
  display:grid;
  place-items:center;
  font-size:1.7rem;
  font-weight:850;
  color:var(--text);
}
.report-score strong{
  display:block;
  font-size:1.2rem;
  margin-bottom:6px;
}
.report-score p{
  margin:0;
  font-size:.96rem;
  color:var(--muted);
}
.report-row{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:14px;
  align-items:start;
  padding:16px 0;
  border-top:1px solid var(--line);
}
.report-copy{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.report-copy strong{
  font-size:1.02rem;
  line-height:1.35;
}
.report-copy small{
  display:block;
  color:var(--muted);
  font-size:.9rem;
  line-height:1.45;
}
.badge{
  width:max-content;
  padding:5px 10px;
  border-radius:999px;
  color:#fff;
  font-size:.68rem;
  font-weight:850;
  letter-spacing:.08em;
}
.red-bg{background:var(--red)}
.yellow-bg{background:var(--yellow)}
.green-bg{background:var(--green)}
.report-foot{
  border-top:1px solid var(--line);
  padding-top:16px;
  color:var(--muted);
  font-size:.9rem;
}

.review-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:1px;
  background:var(--line);
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
}
.review-grid div{
  display:flex;
  flex-direction:column;
  gap:8px;
  padding:28px;
  background:#fff;
}
.review-grid span{
  color:var(--muted);
  font-size:.94rem;
}

.about-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:76px;
}
.about-section h2{font-size:clamp(2rem, 3.4vw, 3rem)}
.about-copy{
  color:var(--muted);
  font-size:1.05rem;
}
.about-copy p:first-child{margin-top:0}
.about-links{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:26px;
}
.about-links a{
  color:var(--accent);
  text-decoration:none;
  font-weight:760;
}
.about-links a:hover{text-decoration:underline}

.fit-section{
  background:var(--surface-2);
  border-top:1px solid var(--line);
}
.fit-section h2{font-size:clamp(2rem, 3.4vw, 3rem)}
.pill-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:30px;
}
.pill-row span{
  background:#fff;
  color:var(--muted);
  border:1px solid var(--line);
  border-radius:999px;
  padding:9px 13px;
}

.contact-section{
  padding:74px 0;
  color:#fff;
  background:var(--accent);
}
.contact-grid{
  display:grid;
  grid-template-columns:1.35fr .65fr;
  gap:54px;
  align-items:center;
}
.contact-section p{
  max-width:720px;
  color:#dce7ff;
}
.light{color:#dce7ff}
.contact-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:18px;
}
.light-button{
  background:#fff;
  color:#2253b6;
}
.text-link{
  color:#fff;
  font-weight:760;
  text-decoration:none;
}
.text-link:hover{text-decoration:underline}

footer{
  background:#070f1c;
  color:#8797ab;
  padding:28px 0;
  font-size:.86rem;
}
.footer-wrap{
  display:flex;
  justify-content:space-between;
  gap:20px;
}

@media (max-width: 980px){
  .hero-grid,
  .assessment-grid,
  .about-grid,
  .contact-grid{
    grid-template-columns:1fr;
    gap:42px;
  }
  .cards,
  .experience-cards,
  .review-grid{
    grid-template-columns:1fr;
  }
  .proof-grid{grid-template-columns:1fr 1fr}
  .proof-item:nth-child(2){border-right:0}
  .proof-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .nav{
    display:none;
    position:absolute;
    top:72px;
    left:0;
    right:0;
    padding:20px;
    background:#0a1426;
    border-bottom:1px solid rgba(255,255,255,.08);
    flex-direction:column;
    align-items:flex-start;
    gap:16px;
  }
  .nav.open{display:flex}
  .menu-button{display:block}
}

@media (max-width: 640px){
  .container{width:min(100% - 28px, 1180px)}
  .hero{padding:60px 0 66px}
  .hero h1{font-size:2.55rem}
  .section, .problem-section{padding:68px 0}
  .mini-grid,
  .proof-grid{
    grid-template-columns:1fr;
  }
  .proof-item{
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .proof-item:last-child{border-bottom:0}
  .button{width:100%}
  .hero-actions,
  .assessment-actions{
    display:grid;
  }
  .credential-line{
    display:grid;
    gap:8px;
  }
  .report-top{
    flex-direction:column;
    align-items:flex-start;
  }
  .report-score{
    grid-template-columns:1fr;
  }
  .report-row{
    grid-template-columns:1fr;
  }
  .footer-wrap{
    flex-direction:column;
  }
}
