:root {
  --ink: #142238;
  --muted: #607083;
  --blue: #0c3e6b;
  --blue-dark: #072b4b;
  --teal: #16a889;
  --teal-dark: #0b8069;
  --soft: #edf5f7;
  --line: #d9e5e8;
  --white: #fff;
  --shadow: 0 22px 60px rgba(19, 48, 72, .14);
  --radius: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: #f7fafb; font-family: Manrope, Arial, sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(42px, 6vw, 74px); line-height: 1.01; letter-spacing: -.055em; }
h2 { margin-bottom: 16px; font-size: clamp(32px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.25; letter-spacing: -.025em; }
.eyebrow { margin-bottom: 12px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.site-header { position: sticky; top: 12px; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(calc(100% - 32px), var(--max)); min-height: 70px; margin: 12px auto 0; padding: 12px 14px 12px 22px; background: rgba(255,255,255,.94); border: 1px solid rgba(217,229,232,.92); border-radius: 14px; box-shadow: 0 12px 34px rgba(19,48,72,.1); backdrop-filter: blur(16px); }
.brand img { width: 132px; }
.nav { display: flex; gap: 28px; color: #405064; font-size: 13px; font-weight: 700; }
.nav a:hover, .phone:hover { color: var(--teal-dark); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.phone { color: var(--blue-dark); font-size: 13px; font-weight: 800; white-space: nowrap; }
.nowrap { white-space: nowrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; color: #fff; background: var(--teal); border: 0; border-radius: 10px; box-shadow: 0 10px 24px rgba(22,168,137,.24); font-weight: 800; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { background: var(--teal-dark); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 18px; font-size: 13px; }
.button-wide { width: 100%; }
.button-ghost { color: var(--teal-dark); background: #fff; border: 1px solid rgba(22,168,137,.24); box-shadow: none; }
.button-ghost:hover { color: #fff; background: var(--teal-dark); }

.hero { display: grid; grid-template-columns: minmax(0, 660px) minmax(360px, 400px); gap: clamp(40px, 5vw, 92px); align-items: center; justify-content: center; width: min(calc(100% - 32px), 1480px); min-height: 750px; margin: 22px auto 0; padding: 64px clamp(34px, 5vw, 78px); color: #fff; background: linear-gradient(90deg, rgba(5,31,53,.94), rgba(5,31,53,.72) 55%, rgba(5,31,53,.35)), url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1920&q=86") center/cover; border-radius: 22px; box-shadow: var(--shadow); }
.hero-copy { width: 100%; max-width: 660px; }
.hero h1 { max-width: 650px; font-size: clamp(54px, 4.1vw, 72px); }
.hero .eyebrow, .journey-section .eyebrow, .final-cta .eyebrow { color: #87ead5; }
.hero-lead { max-width: 660px; margin-bottom: 28px; color: rgba(255,255,255,.82); font-size: 19px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-points span { padding: 9px 12px; color: rgba(255,255,255,.88); background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; font-size: 12px; font-weight: 700; }

.lead-form { display: grid; gap: 13px; padding: 28px; color: var(--ink); background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.lead-form h2 { margin-bottom: 0; font-size: 27px; letter-spacing: -.035em; }
.lead-form > p:not(.form-label):not(.form-status) { margin-bottom: 5px; color: var(--muted); font-size: 13px; }
.form-label { margin-bottom: -7px; color: var(--teal-dark); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.lead-form label { display: grid; gap: 6px; }
.lead-form label > span { color: #56667a; font-size: 11px; font-weight: 700; }
.lead-form input { width: 100%; min-height: 48px; padding: 0 13px; color: var(--ink); background: #f8fbfc; border: 1px solid var(--line); border-radius: 9px; outline: none; }
.lead-form input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(22,168,137,.12); }
.lead-form .consent { display: grid; grid-template-columns: 17px 1fr; gap: 9px; align-items: start; }
.lead-form .consent input { width: 17px; min-height: 17px; height: 17px; margin-top: 2px; accent-color: var(--teal); }
.lead-form .consent span { font-size: 10px; line-height: 1.5; }
.lead-form .consent a { color: var(--blue); text-decoration: underline; }
.honeypot { position: absolute; width: 1px !important; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.form-status { min-height: 18px; margin: 0; color: var(--teal-dark); font-size: 12px; font-weight: 700; text-align: center; }
.form-status.error { color: #c34e4e; }
.form-note { margin: -4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; text-align: center; }
.lead-access { display: grid; gap: 10px; margin-top: 14px; }
.lead-access[hidden] { display: none; }
.lead-access .button { min-height: 48px; }

.section { width: min(calc(100% - 32px), var(--max)); margin: 112px auto 0; }
.section-heading { max-width: 800px; margin-bottom: 36px; }
.section-heading > p:not(.eyebrow) { max-width: 680px; margin-bottom: 0; color: var(--muted); font-size: 17px; }
.expertise-section { margin-top: 64px; padding: 36px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 16px 42px rgba(19,48,72,.08); }
.expertise-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr); gap: 48px; align-items: end; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.expertise-intro h2 { max-width: 700px; margin-bottom: 0; font-size: clamp(29px, 3vw, 43px); }
.expertise-intro > p { margin-bottom: 3px; color: var(--muted); font-size: 15px; }
.expertise-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: 28px; }
.expertise-grid article { padding-right: 18px; border-right: 1px solid var(--line); }
.expertise-grid article:last-child { padding-right: 0; border-right: 0; }
.expertise-grid strong, .expertise-grid span { display: block; }
.expertise-grid strong { margin-bottom: 7px; color: var(--teal-dark); font-size: clamp(24px, 2.3vw, 34px); line-height: 1; letter-spacing: -.04em; }
.expertise-grid span { color: var(--muted); font-size: 12px; font-weight: 700; line-height: 1.4; }
.problem-grid, .audit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.problem-grid article, .audit-grid article, .process-grid article { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(19,48,72,.07); }
.problem-grid strong { display: block; margin-bottom: 22px; color: var(--teal); font-size: 13px; }
.problem-grid p, .audit-grid p, .process-grid p, .service-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.journey-section { margin-top: 112px; padding: 96px 0 104px; color: #fff; background: var(--blue-dark); }
.journey-inner { margin-top: 0; }
.section-heading.light > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.journey { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 44px 0; }
.journey span { flex: 1; padding: 17px 8px; text-align: center; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.13); border-radius: 10px; font-size: 13px; font-weight: 800; }
.journey b { color: #87ead5; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-grid article { padding: 24px; background: #fff; border-radius: 12px; }
.service-grid h3 { color: var(--blue-dark); }
.fit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.fit-grid article { min-height: 230px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(19,48,72,.07); }
.fit-grid h3 { color: var(--blue-dark); }
.fit-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.case-card { display: flex; flex-direction: column; min-height: 410px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 38px rgba(19,48,72,.09); }
.case-card.featured { color: #fff; background: var(--blue); border-color: var(--blue); transform: translateY(-14px); }
.case-top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 42px; color: var(--teal-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.case-card.featured .case-top { color: #87ead5; }
.case-card h3 { font-size: 29px; line-height: 1.13; }
.case-card p { color: var(--muted); font-size: 14px; }
.case-card.featured p { color: rgba(255,255,255,.7); }
.case-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); }
.case-card.featured .case-metrics { border-color: rgba(255,255,255,.16); }
.case-metrics b { color: var(--teal-dark); font-size: 20px; }
.case-card.featured .case-metrics b { color: #87ead5; }
.case-metrics small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; font-weight: 700; }
.case-card.featured small { color: rgba(255,255,255,.58); }
.center-action { margin-top: 28px; text-align: center; }

.audit-section { margin-top: 112px; padding: 100px 0; background: var(--soft); }
.audit-inner { margin-top: 0; }
.audit-grid article { position: relative; padding-top: 58px; }
.audit-grid span { position: absolute; top: 24px; left: 28px; color: var(--teal); font-size: 12px; font-weight: 800; }
.audit-result { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr); gap: 34px; align-items: center; margin-top: 28px; padding: 32px; color: #fff; background: linear-gradient(135deg, var(--blue-dark), var(--blue)); border-radius: var(--radius); box-shadow: var(--shadow); }
.audit-result .eyebrow { color: #87ead5; }
.audit-result h3 { font-size: 28px; }
.audit-result p { margin-bottom: 0; color: rgba(255,255,255,.72); }
.audit-result ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.audit-result li { position: relative; padding-left: 26px; color: rgba(255,255,255,.86); font-size: 14px; font-weight: 700; }
.audit-result li::before { position: absolute; top: 7px; left: 0; width: 10px; height: 10px; background: var(--teal); border-radius: 50%; content: ""; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.process-grid strong { display: grid; width: 44px; height: 44px; margin-bottom: 28px; color: #fff; background: var(--teal); border-radius: 50%; place-items: center; }

.testimonial-section { margin-top: 112px; padding: 86px 0; color: #fff; background: var(--blue); }
.testimonial-inner { margin-top: 0; }
.testimonial-copy { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 60px; align-items: center; }
blockquote { max-width: 780px; margin: 0 0 26px; font-size: clamp(24px, 3vw, 38px); font-weight: 700; line-height: 1.35; letter-spacing: -.035em; }
.testimonial-author { display: grid; margin-bottom: 0; }
.testimonial-author span { color: rgba(255,255,255,.6); font-size: 13px; }
.testimonial-proof-link { display: grid; gap: 14px; justify-items: center; color: #fff; text-decoration: none; transform: rotate(3deg); transition: transform .2s ease; }
.testimonial-proof-link:hover { transform: rotate(1deg) translateY(-4px); }
.testimonial-proof-link span { padding: 10px 16px; color: var(--blue-dark); font-size: 13px; font-weight: 800; background: #fff; border-radius: 999px; box-shadow: 0 14px 34px rgba(0,0,0,.14); }
.testimonial-proof { width: 320px; height: 430px; padding: 8px; object-fit: contain; object-position: center; background: #fff; border: 6px solid #fff; border-radius: 12px; box-shadow: var(--shadow); }
.testimonial-clients { margin-top: 54px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.16); }
.testimonial-clients > p { margin-bottom: 20px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.logo-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.logo-strip img { width: 100%; height: 142px; padding: 22px 30px; object-fit: contain; background: #fff; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; box-shadow: 0 14px 34px rgba(0,0,0,.14); }
.testimonial-heading { margin-bottom: 34px; }
.testimonial-heading h2 { color: #fff; }
.testimonial-heading p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.72); }
.testimonial-main-card { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 60px; align-items: center; padding: 42px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 28px; box-shadow: 0 24px 70px rgba(0,0,0,.18); }
.testimonial-main-card h3 { color: #fff; font-size: clamp(28px, 4vw, 46px); }
.testimonial-main-card blockquote { margin-top: 18px; }
.testimonial-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.testimonial-mini-card { display: flex; flex-direction: column; min-height: 330px; padding: 24px; color: var(--blue-dark); background: #fff; border: 1px solid rgba(255,255,255,.7); border-radius: 18px; box-shadow: 0 14px 34px rgba(0,0,0,.14); }
.testimonial-mini-card h3 { margin-bottom: 5px; font-size: 20px; line-height: 1.2; }
.testimonial-mini-head span, .testimonial-mini-footer span { display: block; color: var(--muted); font-size: 12px; line-height: 1.35; }
.testimonial-mini-card p { margin: 18px 0 22px; color: #334155; font-size: 14px; line-height: 1.62; }
.testimonial-mini-footer { display: grid; grid-template-columns: minmax(0, 1fr); gap: 14px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.testimonial-mini-footer strong { display: block; color: var(--blue-dark); font-size: 14px; }
.testimonial-mini-footer a { justify-self: start; padding: 9px 13px; color: var(--teal-dark); font-size: 12px; font-weight: 900; background: rgba(32,202,165,.12); border-radius: 999px; }

.webinar-page { background: #eef6f8; }
.webinar-topbar { margin-bottom: 0; }
.webinar-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 430px); gap: clamp(38px, 5vw, 72px); align-items: center; width: min(calc(100% - 32px), var(--max)); margin: 42px auto 0; padding: clamp(42px, 6vw, 78px); color: #fff; background: radial-gradient(circle at 78% 18%, rgba(108,240,219,.22), transparent 28%), linear-gradient(135deg, rgba(8,54,91,.98), rgba(14,75,121,.94)); border-radius: 34px; box-shadow: 0 24px 70px rgba(10,44,72,.18); }
.webinar-hero h1 { max-width: 700px; font-size: clamp(34px, 3.8vw, 56px); line-height: 1.05; }
.webinar-hero .hero-text { max-width: 690px; color: rgba(255,255,255,.84); font-size: clamp(18px, 2vw, 22px); }
.webinar-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.webinar-points span { padding: 10px 14px; color: #dffdf8; font-size: 13px; font-weight: 800; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
.webinar-form { box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.webinar-section h2 { max-width: 900px; }
.webinar-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 28px; }
.webinar-grid article { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 34px rgba(19,48,72,.07); }
.webinar-grid strong { display: inline-flex; margin-bottom: 18px; color: var(--teal-dark); font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.webinar-grid p { color: var(--muted); font-size: 14px; }
.webinar-proof { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr); gap: 44px; align-items: center; padding: 48px; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 18px 50px rgba(19,48,72,.08); }
.webinar-proof p { color: var(--muted); }
.webinar-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.webinar-stats article { padding: 24px; background: #f5fbfc; border: 1px solid var(--line); border-radius: 18px; }
.webinar-stats strong { display: block; color: var(--blue-dark); font-size: clamp(30px, 4vw, 48px); line-height: 1; letter-spacing: -.05em; }
.webinar-stats span { display: block; margin-top: 10px; color: var(--muted); font-size: 14px; }
.webinar-final { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 42px; color: #fff; background: var(--blue); border-radius: 28px; }
.webinar-final h2 { max-width: 820px; }
.webinar-final p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.78); }
.webinar-promo { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: center; padding: 38px; color: #fff; background: linear-gradient(135deg, rgba(7,43,75,.97), rgba(12,62,107,.9)); border-radius: 24px; box-shadow: var(--shadow); }
.webinar-promo .eyebrow { color: #87ead5; }
.webinar-promo .webinar-promo-badge { display: inline-flex; margin-bottom: 18px; padding: 10px 16px; color: #1c2a1f; background: #ffe269; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; box-shadow: 0 16px 34px rgba(255,226,105,.22); }
.webinar-promo h2 { max-width: 760px; margin-bottom: 12px; }
.webinar-promo p:not(.eyebrow) { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.76); }

.webinar-v2-page { background: #f1f7f8; }
.v2-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 430px); gap: clamp(38px, 5vw, 72px); align-items: center; width: min(calc(100% - 32px), var(--max)); margin: 42px auto 0; padding: clamp(44px, 6vw, 76px); color: #fff; background: radial-gradient(circle at 83% 14%, rgba(135,234,213,.26), transparent 26%), linear-gradient(135deg, #062944, #0c3e6b); border-radius: 34px; box-shadow: 0 24px 70px rgba(10,44,72,.18); }
.v2-hero h1 { max-width: 760px; font-size: clamp(38px, 4.6vw, 64px); line-height: 1.03; }
.v2-hero .hero-text { max-width: 730px; color: rgba(255,255,255,.82); font-size: clamp(18px, 2vw, 22px); }
.v2-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.v2-hero-card { display: grid; gap: 16px; }
.v2-video-preview { position: relative; min-height: 280px; padding: 28px; overflow: hidden; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 26px; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.v2-video-preview span { position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; }
.v2-video-preview span:after { content: ""; position: absolute; left: 50%; top: 50%; width: 72px; height: 72px; transform: translate(-50%, -50%); background: #fff; clip-path: polygon(32% 22%, 32% 78%, 78% 50%); border-radius: 10px; }
.v2-video-preview strong { position: relative; display: block; margin-bottom: 10px; font-size: 26px; letter-spacing: -.04em; }
.v2-video-preview p { position: relative; max-width: 300px; color: rgba(255,255,255,.74); }
.v2-materials, .v2-proof-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.v2-materials article, .v2-proof-stats article { padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.v2-materials strong, .v2-proof-stats strong { display: block; color: var(--blue-dark); font-size: 32px; line-height: 1; letter-spacing: -.05em; }
.v2-materials span, .v2-proof-stats span { display: block; margin-top: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.v2-result, .v2-proof, .v2-access { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1fr); gap: 42px; align-items: center; padding: 42px; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 18px 50px rgba(19,48,72,.08); }
.v2-result > p, .v2-proof p, .v2-access p { color: var(--muted); }
.v2-audience-grid, .v2-screen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.v2-audience-grid article, .v2-screen-grid article, .v2-program-list article { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 34px rgba(19,48,72,.07); }
.v2-audience-grid p, .v2-screen-grid p, .v2-program-list p { color: var(--muted); font-size: 14px; }
.v2-program-list { display: grid; gap: 14px; }
.v2-program-list article { display: grid; grid-template-columns: 120px minmax(0, .55fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.v2-program-list span, .v2-screen-grid span { color: var(--teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.v2-screen-grid article { min-height: 250px; background: linear-gradient(145deg, #fff, #eef7f8); }
.v2-screen-grid strong { display: block; margin-top: 80px; color: var(--blue-dark); font-size: 22px; line-height: 1.15; letter-spacing: -.04em; }
.v2-proof-stats { grid-template-columns: repeat(2, 1fr); }
.v2-access { align-items: start; color: #fff; background: linear-gradient(135deg, rgba(7,43,75,.98), rgba(12,62,107,.92)); }
.v2-access .eyebrow { color: #87ead5; }
.v2-access p { color: rgba(255,255,255,.76); }

.webinar-final-page { background: #f1f7f8; }
.wf-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(370px, 430px); gap: clamp(38px, 5vw, 72px); align-items: center; width: min(calc(100% - 32px), var(--max)); margin: 42px auto 0; padding: clamp(44px, 6vw, 76px); color: #fff; background: radial-gradient(circle at 82% 16%, rgba(135,234,213,.24), transparent 28%), linear-gradient(135deg, #062944, #0c3e6b); border-radius: 34px; box-shadow: 0 24px 70px rgba(10,44,72,.18); }
.wf-hero h1 { max-width: 720px; font-size: clamp(36px, 4.1vw, 58px); line-height: 1.04; }
.wf-hero .hero-text { max-width: 730px; color: rgba(255,255,255,.82); font-size: clamp(18px, 2vw, 22px); }
.wf-hero-badge { display: inline-flex; margin-bottom: 18px; padding: 10px 16px; color: #1c2a1f; font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; background: #ffe269; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; box-shadow: 0 16px 34px rgba(255,226,105,.22); }
.wf-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.wf-tags span { padding: 10px 14px; color: #dffdf8; font-size: 13px; font-weight: 800; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; }
.wf-form { box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.wf-lead-magnets { padding: 14px; background: #f5fbfc; border: 1px solid var(--line); border-radius: 14px; }
.wf-lead-magnets p { margin: 0 0 8px; color: var(--muted); font-size: 12px; font-weight: 700; text-align: left; }
.wf-lead-magnets a { display: block; padding: 10px 0; color: var(--blue-dark); font-size: 13px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; border-top: 1px solid var(--line); }
.wf-outcome, .wf-proof, .wf-final-cta { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr); gap: 42px; align-items: center; padding: 42px; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 18px 50px rgba(19,48,72,.08); }
.wf-package { padding: 42px; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 18px 50px rgba(19,48,72,.08); }
.wf-package .section-heading { margin-bottom: 28px; }
.wf-package-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.wf-package-grid article { padding: 20px; background: #f8fbfc; border: 1px solid var(--line); border-radius: 16px; }
.wf-package-grid strong { display: block; margin-bottom: 10px; color: var(--blue-dark); font-size: 16px; line-height: 1.2; letter-spacing: -.03em; }
.wf-package-grid span { color: var(--muted); font-size: 13px; line-height: 1.45; }
.wf-outcome-grid, .wf-proof-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.wf-outcome-grid article, .wf-proof-stats article, .wf-program-list article { padding: 24px; background: #f8fbfc; border: 1px solid var(--line); border-radius: var(--radius); }
.wf-outcome-grid strong { display: block; margin-bottom: 14px; color: var(--teal-dark); font-size: 13px; font-weight: 900; letter-spacing: .12em; }
.wf-outcome-grid span, .wf-program-list p, .wf-proof p, .wf-final-cta p { color: var(--muted); font-size: 14px; }
.wf-program-list { display: grid; gap: 14px; }
.wf-program-list article { display: grid; grid-template-columns: 110px minmax(0, .55fr) minmax(0, 1fr); gap: 24px; align-items: start; background: #fff; }
.wf-program-list span { color: var(--teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.wf-slide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.wf-slide-grid a { display: grid; gap: 12px; padding: 12px; color: var(--blue-dark); font-weight: 900; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 34px rgba(19,48,72,.07); }
.wf-slide-grid img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; border-radius: 12px; background: #eef6f8; }
.wf-slide-grid span { padding: 0 4px 4px; font-size: 13px; }
.wf-proof { grid-template-columns: minmax(0, .95fr) minmax(420px, 1fr); }
.wf-proof-stats { grid-template-columns: repeat(2, 1fr); }
.wf-proof-stats strong { display: block; color: var(--blue-dark); font-size: clamp(30px, 4vw, 48px); line-height: 1; letter-spacing: -.05em; }
.wf-proof-stats span { display: block; margin-top: 10px; color: var(--muted); font-size: 14px; }
.wf-final-cta { grid-template-columns: minmax(0, 1fr) auto; color: #fff; background: linear-gradient(135deg, rgba(7,43,75,.98), rgba(12,62,107,.92)); }
.wf-final-cta .eyebrow { color: #87ead5; }
.wf-final-cta p { color: rgba(255,255,255,.76); }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq-grid details { padding: 22px 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(19,48,72,.07); }
.faq-grid summary { color: var(--blue-dark); font-size: 17px; font-weight: 800; cursor: pointer; }
.faq-grid p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }

.final-cta { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 54px; align-items: center; width: min(calc(100% - 32px), var(--max)); margin: 112px auto 0; padding: 58px; color: #fff; background: linear-gradient(135deg, rgba(7,43,75,.97), rgba(12,62,107,.92)), url("https://images.unsplash.com/photo-1571896349842-33c89424de2d?auto=format&fit=crop&w=1600&q=82") center/cover; border-radius: 22px 22px 0 0; box-shadow: var(--shadow); }
.final-copy > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.7); }
.direct-contacts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.direct-contacts a { padding: 10px 13px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; font-size: 13px; font-weight: 800; }
.final-form { box-shadow: none; }
footer { display: grid; grid-template-columns: 190px minmax(0, 1fr) auto; gap: 28px; align-items: center; width: min(calc(100% - 32px), var(--max)); margin: 0 auto 24px; padding: 28px 36px; color: rgba(255,255,255,.64); background: #18202a; border-radius: 0 0 22px 22px; }
footer img { width: 150px; }
footer p { max-width: 500px; margin: 0; font-size: 12px; }
footer div { display: grid; gap: 4px; font-size: 11px; font-weight: 700; text-align: right; }
.legal-page { width: min(calc(100% - 32px), 920px); margin: 42px auto 80px; }
.legal-back { display: inline-flex; margin-bottom: 18px; color: var(--blue); font-size: 14px; font-weight: 800; }
.legal-card { padding: 42px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.legal-card h1 { margin-bottom: 28px; color: var(--blue-dark); font-size: clamp(32px, 5vw, 48px); }
.legal-card p { margin-bottom: 14px; color: #334155; font-size: 15px; line-height: 1.7; }
.legal-card p:nth-child(2),
.legal-card p:nth-child(5),
.legal-card p:nth-child(13),
.legal-card p:nth-child(16),
.legal-card p:nth-child(19),
.legal-card p:nth-child(25),
.legal-card p:nth-child(29),
.legal-card p:nth-child(33),
.legal-card p:nth-child(37),
.legal-card p:nth-child(41) { color: var(--blue-dark); font-weight: 900; }

.thanks-page { background: #f1f7f8; }
.thanks-main { width: min(calc(100% - 32px), var(--max)); margin: 42px auto 112px; }
.thanks-card { padding: clamp(34px, 6vw, 72px); color: #fff; background: radial-gradient(circle at 82% 18%, rgba(135,234,213,.26), transparent 30%), linear-gradient(135deg, #062944, #0c3e6b); border-radius: 34px; box-shadow: 0 24px 70px rgba(10,44,72,.18); }
.thanks-card h1 { max-width: 880px; font-size: clamp(36px, 5vw, 68px); line-height: 1.02; }
.thanks-card .hero-text { max-width: 680px; color: rgba(255,255,255,.82); }
.thanks-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.thanks-next, .thanks-materials { margin-top: 28px; padding: 42px; background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 18px 50px rgba(19,48,72,.08); }
.thanks-next { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: center; }
.thanks-next h2, .thanks-materials h2 { color: var(--blue-dark); }
.thanks-next p { max-width: 680px; color: var(--muted); line-height: 1.7; }
.thanks-material-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 28px; }
.thanks-material-grid a { display: grid; gap: 12px; min-height: 220px; padding: 24px; color: var(--blue-dark); background: linear-gradient(180deg, #f7fbfc, #fff); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 12px 28px rgba(19,48,72,.06); }
.thanks-material-grid a:hover { transform: translateY(-2px); box-shadow: 0 18px 42px rgba(19,48,72,.12); }
.thanks-material-grid span { justify-self: start; padding: 7px 10px; color: var(--teal-dark); background: rgba(32,202,165,.12); border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.thanks-material-grid strong { font-size: 20px; line-height: 1.25; }
.thanks-material-grid small { align-self: end; color: var(--muted); font-size: 14px; line-height: 1.55; }

@media (max-width: 980px) {
  .nav { display: none; }
  .hero { grid-template-columns: 1fr; padding: 60px 34px; }
  .webinar-hero { grid-template-columns: 1fr; }
  .webinar-grid { grid-template-columns: repeat(2, 1fr); }
  .webinar-proof { grid-template-columns: 1fr; }
  .webinar-promo { grid-template-columns: 1fr; }
  .v2-hero, .v2-result, .v2-proof, .v2-access { grid-template-columns: 1fr; }
  .v2-audience-grid, .v2-screen-grid { grid-template-columns: 1fr; }
  .v2-program-list article { grid-template-columns: 1fr; gap: 8px; }
  .wf-hero, .wf-outcome, .wf-proof, .wf-final-cta { grid-template-columns: 1fr; }
  .wf-package-grid { grid-template-columns: repeat(2, 1fr); }
  .wf-outcome-grid, .wf-slide-grid { grid-template-columns: repeat(2, 1fr); }
  .wf-program-list article { grid-template-columns: 1fr; gap: 8px; }
  .thanks-next { grid-template-columns: 1fr; }
  .thanks-material-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-form { max-width: 520px; }
  .expertise-intro { grid-template-columns: 1fr; gap: 18px; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-grid article:nth-child(2) { border-right: 0; }
  .logo-strip { grid-template-columns: repeat(3, 1fr); }
  .testimonial-main-card { grid-template-columns: 1fr; }
  .testimonial-card-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid, .fit-grid { grid-template-columns: repeat(2, 1fr); }
  .audit-result { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card { min-height: auto; }
  .case-card.featured { transform: none; }
  .final-cta { grid-template-columns: 1fr; }
  .final-form { max-width: 520px; }
}

@media (max-width: 700px) {
  h1 { font-size: clamp(38px, 12vw, 56px); }
  h2 { font-size: clamp(29px, 9vw, 42px); }
  .site-header { position: static; flex-wrap: wrap; padding: 12px 14px; }
  .header-actions { width: 100%; justify-content: space-between; }
  .hero { min-height: 0; margin-top: 14px; padding: 52px 18px 18px; border-radius: 16px; }
  .hero-copy { padding: 0 6px; }
  .hero h1 { font-size: clamp(38px, 12vw, 56px); }
  .hero-lead { font-size: 16px; }
  .lead-form { padding: 22px; }
  .expertise-section { padding: 24px; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-grid article, .expertise-grid article:nth-child(2) { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid var(--line); }
  .expertise-grid article:last-child { padding-bottom: 0; border-bottom: 0; }
  .logo-strip, .problem-grid, .audit-grid, .service-grid, .fit-grid, .process-grid, .faq-grid { grid-template-columns: 1fr; }
  .fit-grid article { min-height: auto; }
  .audit-result { padding: 24px; }
  .logo-strip { grid-template-columns: repeat(2, 1fr); }
  .logo-strip img { height: 112px; padding: 18px 22px; }
  .section, .journey-section, .audit-section, .testimonial-section, .final-cta { margin-top: 78px; }
  .journey-section, .audit-section, .testimonial-section { padding: 70px 0; }
  .journey { flex-direction: column; align-items: stretch; }
  .journey b { text-align: center; transform: rotate(90deg); }
  .case-card { padding: 23px; }
  .testimonial-copy { grid-template-columns: 1fr; gap: 34px; }
  .testimonial-proof-link { justify-self: start; }
  .testimonial-proof { width: 220px; height: 300px; }
  .testimonial-main-card { padding: 28px; border-radius: 22px; }
  .testimonial-card-grid { grid-template-columns: 1fr; }
  .testimonial-mini-card { min-height: auto; }
  .webinar-hero { grid-template-columns: 1fr; width: 100%; margin-top: 14px; padding: 34px 22px; border-radius: 0; }
  .webinar-grid { grid-template-columns: 1fr; }
  .webinar-proof { grid-template-columns: 1fr; padding: 28px; }
  .webinar-stats { grid-template-columns: 1fr; }
  .webinar-final { grid-template-columns: 1fr; padding: 28px; }
  .v2-hero { width: 100%; margin-top: 14px; padding: 34px 22px; border-radius: 0; }
  .v2-hero-actions { display: grid; }
  .v2-materials, .v2-proof-stats { grid-template-columns: 1fr; }
  .v2-result, .v2-proof, .v2-access { padding: 28px; }
  .v2-video-preview { min-height: 240px; }
  .wf-hero { width: 100%; margin-top: 14px; padding: 34px 22px; border-radius: 0; }
  .wf-tags { display: grid; }
  .wf-outcome, .wf-proof, .wf-final-cta { padding: 28px; }
  .wf-package { padding: 28px; }
  .wf-package-grid, .wf-outcome-grid, .wf-slide-grid, .wf-proof-stats { grid-template-columns: 1fr; }
  .final-cta { padding: 44px 18px 18px; border-radius: 16px 16px 0 0; }
  footer { grid-template-columns: 1fr; padding: 28px; border-radius: 0 0 16px 16px; }
  footer div { text-align: left; }
  .legal-card { padding: 24px; }
  .thanks-main { margin-top: 24px; margin-bottom: 72px; }
  .thanks-card, .thanks-next, .thanks-materials { padding: 28px; border-radius: 22px; }
  .thanks-card h1 { font-size: clamp(34px, 11vw, 48px); }
  .thanks-actions .button { width: 100%; }
}
