:root { --navy:#192A3F; --teal:#16EEDC; --teal-deep:#19D6C7; --ink:#1C1D1F; --muted:#7C8698; --line:#F2F2F2; --bg:#FAFAFA; }
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
font-family: 'Onest', system-ui, sans-serif;
background: var(--bg);
color: var(--navy);
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-feature-settings: "ss01", "ss02";
}
h1, h2, h3, h4 { font-family: 'Onest', sans-serif; margin: 0; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--teal); color: var(--navy); }
.italic { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; } .stive-arrow { flex-shrink: 0; display: inline-block; vertical-align: middle; }
.stive-logo { height: 26px; width: auto; display: block; }
.eyebrow {
display: inline-flex; align-items: center; gap: 10px;
font-size: 13px; font-weight: 700; letter-spacing: .18em;
text-transform: uppercase; color: var(--navy);
margin-bottom: 20px; white-space: nowrap;
}
.eyebrow .dash { width: 24px; height: 1px; background: currentColor; opacity: .6; }
.eyebrow.dark { color: var(--teal); }
.section { padding: 120px 32px; position: relative; overflow: hidden; }
.section .inner { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.section.bg-light { background: var(--bg); color: var(--navy); }
.section.bg-white { background: #FFF; color: var(--navy); }
.section.bg-dark { background: var(--ink); color: #FFF; }
.section.bg-teal { background: var(--teal); color: var(--navy); } .nav {
position: sticky; top: 0; z-index: 100;
background: rgba(255,255,255,.92);
backdrop-filter: blur(20px);
border-bottom: 1px solid var(--line);
}
.nav-inner {
max-width: 1280px; margin: 0 auto; padding: 20px 32px;
display: flex; justify-content: space-between; align-items: center;
}
.nav-cta {
padding: 14px 22px; border-radius: 8px; background: var(--teal); color: var(--navy);
font-size: 15px; font-weight: 700; text-decoration: none;
display: inline-flex; gap: 10px; align-items: center; white-space: nowrap;
transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.nav-cta:hover { background: var(--navy); color: var(--teal); box-shadow: 0 10px 28px rgba(25,42,63,.25); transform: translateY(-1px); } .btn-primary-dark { transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease; }
.btn-primary-dark:hover { background: #0E1B2C; box-shadow: 0 12px 28px rgba(0,0,0,.25); transform: translateY(-1px); }
.btn-secondary-light { transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.btn-secondary-light:hover { background: #FFF; border-color: var(--navy); transform: translateY(-1px); }
.plan-cta { transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease; }
.plan-card .plan-cta:hover { background: #0E1B2C; box-shadow: 0 12px 28px rgba(25,42,63,.25); transform: translateY(-1px); }
.plan-card.featured .plan-cta:hover { background: #0BD4C3; box-shadow: 0 12px 28px rgba(22,238,220,.45); transform: translateY(-1px); }
.final-cta-btn { transition: background .2s ease, box-shadow .2s ease, transform .2s ease; }
.final-cta-btn:hover { background: #0E1B2C; box-shadow: 0 14px 32px rgba(0,0,0,.28); transform: translateY(-1px); }
.footer-links a { transition: color .2s ease, opacity .2s ease; }
.footer-links a.primary:hover { color: #FFF; }
.footer-links a.muted:hover { opacity: 1; color: var(--teal); } .hero { padding: 32px 16px 16px; background: var(--bg); }
.hero-grid {
display: grid; grid-template-columns: 1.35fr 1fr; gap: 16px;
max-width: 1424px; margin: 0 auto;
}
.hero-left {
background: var(--teal); border-radius: 16px; overflow: hidden;
padding: 56px 64px; position: relative; min-height: 640px;
display: flex; flex-direction: column; justify-content: space-between;
}
.hero-left .blob-a { position: absolute; width: 520px; height: 520px; left: -140px; top: -200px; border-radius: 50%; background: rgba(255,255,255,.3); filter: blur(2px); }
.hero-left .blob-b { position: absolute; width: 400px; height: 400px; right: -120px; bottom: -180px; border-radius: 50%; background: rgba(205,255,251,.45); filter: blur(2px); }
.hero-content { position: relative; }
.hero-badge {
display: inline-block; padding: 6px 14px; border-radius: 999px;
background: var(--navy); color: var(--teal); font-size: 12px;
letter-spacing: .2em; text-transform: uppercase; font-weight: 500;
white-space: nowrap;
}
.hero-h1 {
font-weight: 700; font-size: 80px; line-height: .95; letter-spacing: -.02em;
color: var(--navy); margin: 40px 0 28px;
}
.hero-h1 .row { display: block; }
.hero-h1 .underline-wrap { display: inline-block; position: relative; white-space: nowrap; }
.hero-h1 .underline-wrap svg { position: absolute; left: 0; bottom: -8px; width: 100%; height: 14px; }
.hero-p { font-size: 20px; line-height: 1.45; color: var(--navy); max-width: 580px; margin: 0; opacity: .85; }
.hero-ctas { position: relative; display: flex; gap: 12px; margin-top: 48px; }
.btn-primary-dark {
padding: 22px 28px; border-radius: 8px; background: var(--navy); color: #FFF;
font-size: 17px; font-weight: 700; text-decoration: none;
display: inline-flex; gap: 10px; align-items: center;
}
.btn-secondary-light {
padding: 22px 28px; border-radius: 8px; background: rgba(255,255,255,.7);
border: 1.5px solid #FFF; color: var(--navy);
font-size: 17px; font-weight: 700; text-decoration: none;
display: inline-flex; gap: 10px; align-items: center;
}
.hero-right {
background: var(--navy); border-radius: 16px; overflow: hidden;
padding: 40px; position: relative; min-height: 640px;
display: flex; flex-direction: column;
}
.hero-right .glow { position: absolute; width: 380px; height: 380px; right: -120px; top: -120px; border-radius: 50%; background: rgba(22,238,220,.18); filter: blur(60px); }
.hero-right .label { font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--teal); position: relative; }
.hero-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; flex: 1; align-content: start; position: relative; }
.stat-card {
position: relative;
background: rgba(255,255,255,.03);
border: 1px solid rgba(255,255,255,.08);
border-radius: 12px; padding: 32px 24px;
display: flex; flex-direction: column; justify-content: space-between;
min-height: 200px;
}
.stat-val { font-weight: 800; font-size: 64px; line-height: .9; color: var(--teal); letter-spacing: -.03em; }
.stat-label { font-size: 14px; color: rgba(255,255,255,.65); margin-top: 16px; }
.hero-rating {
position: relative; margin-top: 32px; padding-top: 24px;
border-top: 1px solid rgba(255,255,255,.08);
display: flex; align-items: center; gap: 16px;
}
.stars { display: flex; gap: 2px; color: var(--teal); font-size: 16px; }
.rating-text { font-size: 13px; color: rgba(255,255,255,.65); } .founder-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 64px; align-items: center; }
.h2-big { font-size: 56px; font-weight: 700; line-height: 1.05; letter-spacing: -.02em; color: var(--navy); }
.lead { font-size: 18px; color: var(--muted); margin: 24px 0 0; line-height: 1.55; max-width: 460px; }
.founder-card {
margin-top: 32px; display: flex; align-items: center; gap: 14px;
padding: 16px 20px; border: 1px solid #EDEFF2; border-radius: 12px; max-width: 380px;
}
.founder-card .avatar { width: 44px; height: 44px; border-radius: 50%; overflow: hidden; background: #F9F2EE; flex-shrink: 0; }
.founder-card .avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.founder-card .name { font-size: 15px; font-weight: 700; color: var(--navy); line-height: 1.2; }
.founder-card .role { font-size: 13px; color: var(--muted); margin-top: 2px; }
.video-frame {
position: relative; aspect-ratio: 16 / 9; border-radius: 16px; overflow: hidden;
background: var(--navy); box-shadow: 0 24px 60px -20px rgba(25,42,63,.3);
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; } .positioning-h2 {
font-size: 72px; font-weight: 700; line-height: 1.02; letter-spacing: -.025em;
color: var(--navy); max-width: 1000px; margin: 0 auto;
}
.positioning-p { font-size: 20px; color: var(--navy); opacity: .75; max-width: 760px; margin: 32px auto 0; line-height: 1.5; }
.problem-wrap { max-width: 900px; }
.problem-p1 { font-size: 20px; color: var(--muted); margin: 32px 0 0; line-height: 1.55; max-width: 760px; }
.problem-p2 { font-size: 20px; color: var(--navy); margin: 20px 0 0; line-height: 1.55; max-width: 760px; font-weight: 500; } .section-head {
display: flex; justify-content: space-between; align-items: flex-end;
margin-bottom: 56px; flex-wrap: wrap; gap: 24px;
}
.section-head .head-copy { max-width: 740px; }
.section-head .lead-copy { font-size: 18px; color: var(--muted); margin: 20px 0 0; line-height: 1.5; }
.modules-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.modules-grid > .col-3 { grid-column: span 3; }
.modules-grid > .col-2 { grid-column: span 2; }
.module-card {
background: #FFF; border-radius: 16px; padding: 36px;
border: 1px solid var(--line);
display: flex; flex-direction: column; gap: 20px;
position: relative; overflow: hidden;
transition: transform .2s, box-shadow .2s;
height: 100%;
}
.module-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(25,42,63,.08); }
.module-card.accent { background: var(--teal); border: none; }
.module-card.accent .blob { position: absolute; width: 300px; height: 300px; right: -80px; bottom: -100px; border-radius: 50%; background: rgba(255,255,255,.3); filter: blur(2px); }
.module-head {
position: relative; display: flex; align-items: flex-start; justify-content: space-between;
}
.module-num {
font-weight: 800; font-size: 96px; line-height: .85; color: var(--navy);
letter-spacing: -.04em; opacity: .08;
}
.module-card.accent .module-num { opacity: 1; }
.module-icon {
width: 56px; height: 56px; border-radius: 50%;
background: var(--teal);
display: flex; align-items: center; justify-content: center;
}
.module-card.accent .module-icon { background: var(--navy); }
.module-title { font-size: 28px; font-weight: 700; margin: 0 0 12px; color: var(--navy); line-height: 1.15; letter-spacing: -.01em; position: relative; }
.module-desc { font-size: 16px; line-height: 1.5; margin: 0; color: var(--muted); position: relative; }
.module-card.accent .module-desc { color: var(--navy); opacity: .8; }
.module-bullets {
position: relative; display: flex; flex-direction: column; gap: 10px; padding-top: 16px;
border-top: 1px solid var(--line);
}
.module-card.accent .module-bullets { border-top-color: rgba(25,42,63,.15); }
.module-bullets li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--navy); line-height: 1.4; } .outcomes-glow { position: absolute; width: 700px; height: 700px; right: -200px; top: -300px; border-radius: 50%; background: rgba(22,238,220,.14); filter: blur(100px); }
.outcomes-head { max-width: 800px; margin-bottom: 64px; position: relative; }
.outcomes-h2 { font-size: 56px; font-weight: 700; line-height: 1.05; letter-spacing: -.02em; color: #FFF; }
.outcomes-h2 .accent { color: var(--teal); }
.outcomes-lead { font-size: 18px; color: rgba(255,255,255,.65); margin: 20px 0 0; line-height: 1.5; }
.outcomes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; position: relative; }
.outcome-row {
background: rgba(255,255,255,.03);
border: 1px solid rgba(255,255,255,.08);
border-radius: 16px; padding: 32px;
display: grid; grid-template-columns: 1fr auto 1.6fr; gap: 24px; align-items: center;
}
.outcome-from-label { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.4); margin-bottom: 6px; }
.outcome-from-val { font-size: 16px; color: rgba(255,255,255,.75); line-height: 1.4; }
.outcome-to { font-size: 18px; font-weight: 500; color: #FFF; line-height: 1.4; }
.outcome-to em { color: var(--teal); font-weight: 700; font-style: normal; } .process-head { max-width: 800px; margin-bottom: 48px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-card {
background: var(--teal); border-radius: 16px; padding: 32px; min-height: 300px;
position: relative; overflow: hidden;
display: flex; flex-direction: column; justify-content: space-between;
}
.process-card .blob { position: absolute; width: 200px; height: 200px; left: -60px; bottom: -60px; border-radius: 50%; background: rgba(255,255,255,.25); filter: blur(2px); }
.process-num { font-weight: 800; font-size: 108px; line-height: .8; color: var(--navy); letter-spacing: -.04em; position: relative; }
.process-card h4 { font-size: 22px; font-weight: 700; color: var(--navy); margin: 0 0 10px; position: relative; }
.process-card p { font-size: 14px; color: var(--navy); opacity: .75; line-height: 1.5; position: relative; } .all-cases-link { font-size: 14px; letter-spacing: .05em; color: var(--teal-deep); font-weight: 500; text-transform: uppercase; text-decoration: none; }
.three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.case-card {
background: #FFF; border-radius: 16px; padding: 32px; border: 1px solid var(--line);
display: flex; flex-direction: column; gap: 20px;
}
.industry-chip {
display: inline-block; padding: 6px 12px; border-radius: 999px;
background: var(--line); font-size: 11px; font-weight: 700;
letter-spacing: .15em; text-transform: uppercase; color: var(--navy);
}
.case-title { font-size: 24px; font-weight: 500; margin: 20px 0 0; line-height: 1.2; letter-spacing: -.01em; color: var(--navy); }
.case-rows { display: flex; flex-direction: column; gap: 12px; font-size: 14px; line-height: 1.5; }
.case-row { display: flex; gap: 12px; }
.case-row .label { font-weight: 700; color: var(--muted); width: 60px; flex-shrink: 0; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; padding-top: 2px; }
.case-row .val { color: var(--navy); flex: 1; }
.case-foot {
display: flex; justify-content: space-between; align-items: center;
padding-top: 20px; border-top: 1px solid var(--line); margin-top: auto;
}
.case-roi { font-size: 32px; font-weight: 700; color: var(--teal-deep); letter-spacing: -.02em; }
.case-metric { font-size: 12px; color: var(--muted); }
.testimonial-card {
background: #FFF; border-radius: 16px; padding: 32px; border: 1px solid var(--line);
display: flex; flex-direction: column; gap: 24px;
}
.quote-mark { font-size: 72px; line-height: .4; color: var(--teal); font-weight: 900; height: 20px; }
.testimonial-card p { font-size: 16px; line-height: 1.6; color: var(--navy); flex: 1; }
.testimonial-foot {
display: flex; align-items: center; gap: 14px; padding-top: 16px; border-top: 1px solid var(--line);
}
.initial-circle {
width: 48px; height: 48px; border-radius: 50%; background: var(--teal); color: var(--navy);
display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 15px;
}
.testimonial-foot .name { font-weight: 700; font-size: 15px; color: var(--navy); }
.testimonial-foot .role { font-size: 13px; color: var(--muted); } .plan-card {
background: #FFF; color: var(--navy);
border-radius: 16px; padding: 40px; border: 1px solid var(--line);
position: relative; display: flex; flex-direction: column; gap: 24px;
}
.plan-card.featured { background: var(--navy); color: #FFF; border: none; box-shadow: 0 24px 60px rgba(25,42,63,.18); }
.plan-tag {
position: absolute; top: -14px; left: 40px;
background: var(--teal); color: var(--navy); font-size: 11px; font-weight: 700;
letter-spacing: .2em; padding: 6px 14px; border-radius: 999px; white-space: nowrap;
}
.plan-name { font-size: 13px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--teal-deep); margin-bottom: 16px; }
.plan-card.featured .plan-name { color: var(--teal); }
.plan-price-row { display: flex; align-items: flex-end; gap: 14px; }
.plan-from { font-size: 14px; color: var(--muted); padding-bottom: 10px; }
.plan-card.featured .plan-from { color: rgba(255,255,255,.6); }
.plan-price { font-size: 56px; font-weight: 800; letter-spacing: -.03em; line-height: 1; }
.plan-dur { font-size: 14px; color: var(--muted); margin-top: 8px; }
.plan-card.featured .plan-dur { color: rgba(255,255,255,.6); }
.plan-divider { height: 1px; background: var(--line); }
.plan-card.featured .plan-divider { background: rgba(255,255,255,.1); }
.plan-features { display: flex; flex-direction: column; gap: 14px; flex: 1; }
.plan-features li { display: flex; gap: 12px; font-size: 15px; line-height: 1.45; align-items: flex-start; min-height: 22px; }
.plan-features svg { flex-shrink: 0; margin-top: 3px; }
.plan-cta {
display: inline-flex; align-items: center; justify-content: space-between;
padding: 20px 24px; border-radius: 8px;
background: var(--navy); color: #FFF;
font-size: 16px; font-weight: 700; text-decoration: none;
}
.plan-card.featured .plan-cta { background: var(--teal); color: var(--navy); } .whofor-glow { position: absolute; width: 600px; height: 600px; left: -200px; bottom: -300px; border-radius: 50%; background: rgba(22,238,220,.12); filter: blur(100px); }
.whofor-head { max-width: 800px; margin-bottom: 48px; position: relative; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; position: relative; }
.who-card {
background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08);
border-radius: 16px; padding: 32px;
display: flex; gap: 20px; align-items: flex-start;
}
.who-num {
width: 48px; height: 48px; border-radius: 50%; background: var(--teal); color: var(--navy);
display: flex; align-items: center; justify-content: center;
font-weight: 700; font-size: 18px; flex-shrink: 0;
}
.who-card h4 { font-size: 20px; font-weight: 700; color: #FFF; line-height: 1.3; }
.who-card p { font-size: 15px; color: rgba(255,255,255,.65); margin: 8px 0 0; line-height: 1.5; } .team-card {
background: #FFF; border: 1px solid #EDEFF2;
border-radius: 16px; padding: 28px;
display: flex; flex-direction: column; gap: 20px;
}
.team-card.featured { background: var(--teal); border: none; }
.team-header { display: flex; align-items: flex-start; gap: 14px; }
.team-avatar { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; background: #F9F2EE; flex-shrink: 0; }
.team-card.featured .team-avatar { background: var(--navy); }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.team-name { font-size: 18px; font-weight: 700; color: var(--navy); letter-spacing: -.01em; line-height: 1.2; }
.team-role { font-size: 13px; color: var(--muted); margin-top: 4px; line-height: 1.3; }
.team-card.featured .team-role { color: rgba(25,42,63,.7); }
.team-bio { margin: 0; font-size: 14px; line-height: 1.5; color: #4A5670; }
.team-card.featured .team-bio { color: rgba(25,42,63,.85); }
.team-skills {
margin-top: auto; padding-top: 16px;
border-top: 1px solid #EDEFF2;
display: flex; flex-wrap: wrap; gap: 6px;
}
.team-card.featured .team-skills { border-top-color: rgba(25,42,63,.2); }
.team-chip {
font-size: 12px; font-weight: 500;
padding: 6px 10px; border-radius: 6px;
background: var(--line); color: var(--navy);
white-space: nowrap;
}
.team-card.featured .team-chip { background: rgba(25,42,63,.12); } .final-cta-wrap { padding: 16px; }
.final-cta {
max-width: 1424px; margin: 0 auto;
background: var(--teal); border-radius: 16px; padding: 96px 64px;
position: relative; overflow: hidden; text-align: center;
}
.final-cta .blob-a { position: absolute; width: 600px; height: 600px; left: -150px; top: -300px; border-radius: 50%; background: rgba(255,255,255,.28); filter: blur(2px); }
.final-cta .blob-b { position: absolute; width: 500px; height: 500px; right: -150px; bottom: -250px; border-radius: 50%; background: rgba(205,255,251,.4); filter: blur(2px); }
.final-cta-body { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; margin: 0 auto; width: 100%; max-width: 900px; }
.final-cta-body .eyebrow { justify-content: center; }
.final-cta-h2 { font-size: 72px; font-weight: 700; letter-spacing: -.025em; line-height: 1; color: var(--navy); max-width: 900px; margin: 0 auto; }
.final-cta-p { font-size: 20px; color: var(--navy); opacity: .8; max-width: 640px; margin: 28px auto 40px; line-height: 1.5; }
.final-cta-btn {
display: inline-flex; align-items: center; gap: 12px;
padding: 24px 36px; border-radius: 8px; background: var(--navy); color: #FFF;
font-size: 18px; font-weight: 700; text-decoration: none;
}
.final-cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.final-cta-btn--light { background: rgba(255,255,255,.72); color: var(--navy); border: 1.5px solid #FFF; } .footer {
background: var(--ink); border-radius: 16px; margin: 16px;
padding: 48px 40px; color: #F2F2F2;
display: flex; justify-content: space-between; align-items: center;
flex-wrap: wrap; gap: 24px;
}
.footer-left { display: flex; align-items: center; gap: 24px; }
.footer-tag { font-size: 13px; color: var(--muted); }
.footer-links { display: flex; gap: 24px; font-size: 14px; }
.footer-links a { text-decoration: none; }
.footer-links a.primary { color: var(--teal); }
.footer-links a.muted { color: #F2F2F2; opacity: .8; } @media (max-width: 1024px) {
.section { padding: 72px 24px; }
.hero-h1 { font-size: 56px; }
.h2-big, .outcomes-h2 { font-size: 44px; }
.positioning-h2 { font-size: 52px; }
.final-cta-h2 { font-size: 56px; }
.nav-inner { padding: 16px 20px; }
.nav-cta { padding: 12px 16px; font-size: 14px; }
.hero { padding: 20px 12px 12px; }
.hero-grid { grid-template-columns: 1fr; gap: 12px; }
.hero-left { padding: 44px 36px; min-height: auto; }
.hero-right { padding: 32px; min-height: auto; }
.stat-val { font-size: 52px; }
.stat-card { min-height: 160px; padding: 24px 20px; }
.founder-grid { grid-template-columns: 1fr; gap: 32px; }
.modules-grid { grid-template-columns: 1fr 1fr; }
.modules-grid > .col-3, .modules-grid > .col-2 { grid-column: span 1; }
.outcomes-grid { grid-template-columns: 1fr; }
.process-grid { grid-template-columns: 1fr 1fr; }
.three-col { grid-template-columns: 1fr; }
.two-col { grid-template-columns: 1fr; }
.final-cta { padding: 72px 32px; }
}
.grecaptcha-badge {
display: none !important;
}
@media (max-width: 640px) {
.section { padding: 56px 20px; }
.hero-h1 { font-size: 42px; }
.h2-big, .outcomes-h2 { font-size: 32px; }
.positioning-h2 { font-size: 36px; }
.final-cta-h2 { font-size: 40px; }
.lead, .section-head .lead-copy, .outcomes-lead { font-size: 16px; }
.eyebrow { white-space: normal; }
.nav-cta { padding: 10px 14px; font-size: 13px; }
.hero { padding: 16px 10px 10px; }
.hero-left { padding: 32px 24px; }
.hero-right { padding: 24px; }
.hero-badge { font-size: 11px; padding: 5px 12px; }
.hero-p { font-size: 16px; }
.hero-ctas { flex-direction: column; gap: 10px; margin-top: 32px; }
.hero-ctas > a { padding: 18px 24px; font-size: 15px; justify-content: center; width: 100%; }
.hero-stats { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
.stat-val { font-size: 40px; }
.stat-card { min-height: 130px; padding: 20px 16px; }
.founder-grid { gap: 24px; }
.modules-grid { grid-template-columns: 1fr; }
.module-card { padding: 24px; }
.module-num { font-size: 72px; }
.module-title { font-size: 22px; }
.outcome-row { grid-template-columns: 1fr; gap: 16px; padding: 24px; }
.outcome-row .arrow-cell { transform: rotate(90deg); }
.process-grid { grid-template-columns: 1fr; }
.process-card { min-height: 220px; padding: 24px; }
.process-num { font-size: 80px; }
.case-card { padding: 24px; }
.plan-card { padding: 28px; }
.plan-price { font-size: 44px; }
.team-card { padding: 22px; }
.who-card { padding: 24px; gap: 16px; }
.final-cta { padding: 56px 24px; border-radius: 12px; }
.final-cta-p { font-size: 16px; }
.final-cta-btn { padding: 18px 24px; font-size: 16px; }
.final-cta-actions { width: 100%; }
.final-cta-actions .final-cta-btn { width: 100%; justify-content: center; }
.footer { flex-direction: column; align-items: flex-start; padding: 32px 24px; gap: 20px; }
.footer-left { flex-direction: column; align-items: flex-start; gap: 12px; }
.section-head { flex-direction: column; align-items: flex-start; }
.positioning-p { font-size: 16px; }