@font-face { font-family: "Open Sans"; src: url("OpenSans-Variable.ttf") format("truetype"); font-style: normal; font-weight: 300 800; font-display: swap; }

:root {
  --ink: #0d2031;
  --navy: #061425;
  --navy-2: #0a1c31;
  --cyan: #62e7ee;
  --teal: #16d6c5;
  --paper: #f5f8f9;
  --white: #fff;
  --muted: #5d6d79;
  --line: #dbe5e8;
  --max: 1180px;
  --radius: 10px;
  --shadow: 0 24px 70px rgba(6, 20, 37, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: .7rem 1rem; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(760px, 100%); }
.section { padding: 112px 0; }
.section-sm { padding: 72px 0; }
.section-dark { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.section-dark::after { content: ""; position: absolute; top: 0; right: 7%; width: 1px; height: 100%; background: rgba(98,231,238,.08); }
.section-dark > .container { position: relative; z-index: 1; }
.section-white { background: var(--white); }
.eyebrow { margin: 0 0 18px; color: #087e82; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.section-dark .eyebrow { color: var(--cyan); }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }
h1 { max-width: 900px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
h2 { max-width: 820px; font-size: clamp(2.2rem, 3.8vw, 3.7rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.7rem); }
p { margin: 0; }
.lead { max-width: 720px; margin-top: 28px; color: #c3d1d8; font-size: clamp(1.15rem, 2vw, 1.45rem); }
.section-intro { max-width: 700px; margin-top: 24px; color: var(--muted); font-size: 1.18rem; }
.section-dark .section-intro { color: #b9c9d1; }
.accent { color: var(--teal); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; color: var(--white); background: rgba(6, 20, 37, .94); border-bottom: 1px solid rgba(255,255,255,.08); box-shadow: 0 10px 32px rgba(3,14,26,.16); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 218px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { color: #d7e1e6; font-size: .91rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--cyan); }
.nav-links .header-phone { color: var(--cyan); font-size: .94rem; font-weight: 750; white-space: nowrap; }
.nav-links .header-phone:hover { color: var(--white); }
.header-cta { min-height: 28px; padding: 0 5px; border-radius: 4px; font-size: .82rem; white-space: nowrap; }
.nav-toggle { display: none; border: 0; color: var(--white); background: transparent; font-weight: 750; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 0 22px; border: 1px solid transparent; border-radius: 6px; background: var(--teal); color: var(--navy); font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); background: var(--cyan); }
.button-outline { border-color: rgba(255,255,255,.28); color: var(--white); background: transparent; }
.button-outline:hover { color: var(--navy); background: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: #087e82; font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.home-lead { max-width: 680px; font-size: clamp(1.08rem, 1.7vw, 1.28rem); }
.home-hero-actions { margin-top: 46px; }

.hero { position: relative; overflow: hidden; min-height: 750px; padding: 170px 0 145px; color: var(--white); background-color: var(--navy); background-image: linear-gradient(118deg, transparent 0 64%, rgba(98,231,238,.022) 64% 64.12%, transparent 64.12%), linear-gradient(118deg, transparent 0 76%, rgba(255,255,255,.016) 76% 76.12%, transparent 76.12%); }
.hero::before { content: ""; position: absolute; top: -28%; right: -6%; width: 43%; height: 118%; border: 1px solid rgba(98,231,238,.09); transform: rotate(11deg); background: rgba(255,255,255,.007); }
.hero::after { content: ""; position: absolute; right: 0; bottom: 150px; width: 38%; height: 1px; background: linear-gradient(90deg, rgba(98,231,238,.025), rgba(98,231,238,.25)); }
.hero .container { position: relative; z-index: 1; }
.home-hero { background-image: none; }
.home-hero::before { z-index: 1; inset: 0; width: auto; height: auto; border: 0; transform: none; background: linear-gradient(90deg, rgba(5,20,36,.94) 0%, rgba(5,20,36,.86) 48%, rgba(5,20,36,.68) 100%); }
.home-hero::after { display: none; }
.home-hero-video { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(.92); }
.home-hero .container { z-index: 2; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 34px; color: var(--cyan); font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-kicker::before { content: ""; width: 34px; height: 2px; background: var(--teal); }
.page-hero { min-height: 580px; padding: 185px 0 96px; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.8rem, 5vw, 4.8rem); }
.growthwave-hero { min-height: 510px; padding: 160px 0 76px; }
.growthwave-hero-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 72px; align-items: start; }
.growthwave-hero-copy h1 { max-width: 820px; }
.growthwave-hero-copy .lead { max-width: 760px; }
.growthwave-hero-brand { display: flex; min-height: 210px; padding: 24px 0; align-items: center; flex-direction: column; justify-content: center; }
.growthwave-hero-brand img { width: min(350px, 100%); height: auto; object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.22)); }
.growthwave-hero-brand span { margin-top: 16px; color: #9fb2bc; font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.growthwave-video-section { position: relative; overflow: hidden; background: var(--white); }
.growthwave-video-section::after { content: ""; position: absolute; top: -180px; right: -150px; width: 430px; height: 430px; border: 1px solid rgba(22,214,197,.09); border-radius: 50%; }
.growthwave-video-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.growthwave-video-heading > p { max-width: 520px; padding-bottom: 8px; color: var(--muted); }
.growthwave-video-shell { position: relative; z-index: 1; max-width: 1020px; margin: 58px auto 0; padding: 10px; border: 1px solid var(--line); border-radius: 10px; background: var(--navy-2); box-shadow: 0 28px 70px rgba(6,20,37,.16); }
.growthwave-video-shell wistia-player { display: block; width: 100%; border-radius: 5px; overflow: hidden; }
.resource-video video { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 10px; background: #050b12; object-fit: contain; }
.resource-hero { text-align: center; }
.resource-hero > .container > p:last-child { margin-inline: auto; }
.resource-section { padding-top: 68px; }
.resource-video { max-width: 820px; margin-top: 0; padding: 6px; border-color: rgba(14, 61, 70, .2); border-radius: 16px; background: linear-gradient(145deg, #f7fbfb, #e8f1f1); box-shadow: 0 24px 55px rgba(6, 20, 37, .14); }
.resource-cta { max-width: 720px; margin: 70px auto 0; text-align: center; }
.resource-cta p:not(.eyebrow) { max-width: 650px; margin: 20px auto 30px; color: var(--muted); }
.funnel-page { background: var(--paper); }
.funnel-hero { padding: 74px 0 88px; text-align: center; background: radial-gradient(circle at 50% 0, rgba(22, 214, 197, .14), transparent 38%), var(--navy); color: var(--white); }
.funnel-kicker { max-width: 760px; margin: 0 auto 36px; color: var(--teal); font-size: 1.15rem; font-weight: 800; }
.funnel-hero h1 { max-width: 920px; margin-inline: auto; font-size: clamp(3rem, 7vw, 6.2rem); line-height: 1.02; }
.funnel-hero h1 span { color: var(--teal); }
.funnel-lead { max-width: 780px; margin: 34px auto 0; color: #c6d4da; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.funnel-system { padding: 90px 0; text-align: center; background: var(--white); }
.funnel-clock { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 58px; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.funnel-clock span { padding: 32px 18px; color: var(--navy); background: var(--paper); font-size: clamp(1.1rem, 2vw, 1.35rem); font-weight: 800; }
.funnel-clock span + span { border-left: 1px solid var(--line); }
.funnel-system h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.funnel-system p { max-width: 760px; margin: 24px auto 0; color: var(--muted); font-size: 1.14rem; }
.funnel-form-section { padding: 92px 0 110px; text-align: center; background: var(--paper); }
.funnel-form-section > .container > p:not(.eyebrow) { margin: 20px auto 0; color: var(--muted); }
.funnel-form { max-width: 680px; min-height: 420px; margin: 42px auto 0; padding: 34px; border-top: 4px solid var(--teal); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); text-align: left; }
.funnel-footer { padding: 34px 0; text-align: center; color: #8ca0aa; background: var(--navy); font-size: .76rem; }
.funnel-footer p { max-width: 760px; margin: 0 auto 16px; }
.funnel-footer a { color: var(--teal); text-transform: uppercase; letter-spacing: .08em; }
.funnel-video-hero { padding-bottom: 70px; }
.funnel-webinar { padding: 76px 0 104px; background: var(--white); }
.funnel-webinar-cta { margin-top: 62px; }
.blog-hero { position: relative; overflow: hidden; padding: 168px 0 96px; color: var(--white); background: var(--navy); }
.blog-hero::after { content: ""; position: absolute; right: -12%; bottom: -110px; width: 58%; height: 280px; border-top: 1px solid rgba(22, 214, 197, .2); border-radius: 50%; transform: rotate(-8deg); }
.blog-hero h1 { font-size: clamp(3.2rem, 7vw, 6.4rem); }
.blog-hero p:last-child { max-width: 720px; margin-top: 26px; color: #bfd0d7; font-size: 1.15rem; }
.blog-index-section { padding: 92px 0 120px; background: var(--paper); }
.blog-index { max-width: 1020px; }
.blog-feature { position: relative; display: grid; grid-template-columns: minmax(260px,.8fr) 1.2fr; overflow: hidden; border-radius: 12px; color: var(--white); background: linear-gradient(135deg, #0a2938, #0d4650); box-shadow: var(--shadow); }
.blog-feature > img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.blog-feature-copy { padding: 52px 56px; align-self: center; }
.blog-feature::after { content: "Featured"; position: absolute; top: 22px; right: 24px; color: rgba(255,255,255,.38); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.blog-feature h2 { max-width: 820px; margin-top: 18px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.08; }
.blog-feature h2 a, .blog-row h2 a { color: inherit; text-decoration: none; }
.blog-feature > p:not(.blog-category) { max-width: 720px; margin-top: 24px; color: #c1d1d7; }
.blog-feature .text-link { display: inline-block; margin-top: 28px; color: var(--teal); font-weight: 800; }
.blog-category { color: var(--teal-dark); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.blog-feature .blog-category { color: var(--teal); }
.blog-article-list { margin-top: 36px; border-top: 1px solid var(--line); }
.blog-row { display: grid; grid-template-columns: 280px 1fr; gap: 34px; align-items: center; padding: 38px 12px; border-bottom: 1px solid var(--line); }
.blog-row > img { width: 100%; aspect-ratio: 3 / 2; border-radius: 8px; object-fit: cover; }
.blog-row h2 { max-width: 820px; margin-top: 10px; font-size: clamp(1.5rem, 3vw, 2.25rem); }
.blog-row div > p:last-child { max-width: 720px; margin-top: 14px; color: var(--muted); }
.article-hero { padding: 164px 0 88px; color: var(--white); background: radial-gradient(circle at 82% 20%, rgba(22,214,197,.14), transparent 30%), var(--navy); }
.article-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 72px; align-items: center; }
.article-hero h1 { max-width: 760px; margin-top: 18px; font-size: clamp(2.75rem, 5.4vw, 5.2rem); line-height: 1.02; }
.article-hero .blog-category { margin-top: 34px; color: var(--teal); }
.article-back { color: #b9cbd2; font-size: .76rem; font-weight: 800; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.article-deck { max-width: 720px; margin-top: 28px; color: #c1d2d8; font-size: 1.15rem; }
.article-meta { margin-top: 28px; color: #8fa7b0; font-size: .86rem; }
.article-hero img { width: 100%; border-radius: 10px; box-shadow: 0 28px 65px rgba(0,0,0,.35); }
.article-content { padding: 92px 0 118px; background: var(--paper); }
.article-layout { max-width: 900px; }
.article-prose { color: #203542; font-size: 1.12rem; line-height: 1.8; }
.article-prose > * + * { margin-top: 25px; }
.article-prose h2 { margin-top: 58px; color: var(--navy); font-size: clamp(2rem,4vw,3rem); line-height: 1.12; }
.article-prose ul { padding-left: 25px; }
.article-prose li + li { margin-top: 8px; }
.article-lead { color: var(--navy); font-size: 1.35rem; line-height: 1.55; }
.article-prose blockquote { margin: 44px 0; padding: 32px 38px; border-left: 5px solid var(--teal); color: var(--navy); background: var(--white); font-size: clamp(1.55rem,3vw,2.25rem); font-weight: 750; line-height: 1.35; box-shadow: 0 18px 44px rgba(6,20,37,.09); }
.article-note { margin-top: 64px; padding: 44px; border-radius: 10px; color: var(--white); background: linear-gradient(135deg,#092536,#0d4650); }
.article-note h2 { margin-top: 12px; color: var(--white); }
.article-note > p:not(.eyebrow) { max-width: 680px; color: #c3d4da; }
.article-note .button-row { margin-top: 30px; }
.article-note .button-secondary { border-color: rgba(255,255,255,.45); color: var(--white); background: transparent; }
.article-ps { padding-top: 34px; border-top: 1px solid var(--line); }
.offer-hero { padding: 162px 0 100px; text-align: center; color: var(--white); background: radial-gradient(circle at 50% 0, rgba(22,214,197,.16), transparent 34%), var(--navy); }
.offer-hero h1 { max-width: 950px; margin-inline: auto; font-size: clamp(3rem, 6vw, 5.5rem); }
.offer-hero > .container > p:not(.eyebrow) { max-width: 740px; margin: 26px auto 0; color: #c0d0d7; font-size: 1.18rem; }
.offer-video { margin: 52px auto 34px; }
.offer-intro, .offer-asset, .offer-options, .offer-final { padding: 100px 0; text-align: center; }
.offer-intro h2, .offer-asset h2, .offer-options h2, .offer-final h2, .offer-limited h2 { margin-top: 16px; font-size: clamp(2.2rem, 4.5vw, 4rem); }
.offer-intro > .container > p:not(.eyebrow), .offer-asset > .container > p:not(.eyebrow), .offer-options p, .offer-final > .container > p:not(.eyebrow), .offer-limited p { max-width: 760px; margin: 24px auto 0; color: var(--muted); font-size: 1.12rem; }
.offer-questions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 48px; }
.offer-questions span { padding: 26px 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); font-weight: 800; }
.offer-emphasis { font-weight: 800; color: var(--navy) !important; }
.offer-build { padding: 100px 0; background: #dcebea; }
.offer-build-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 76px; align-items: center; max-width: 1080px; }
.offer-build h2 { margin-top: 16px; font-size: clamp(2.3rem, 4.5vw, 4rem); }
.offer-checks { margin-top: 36px; }
.offer-portrait-wrap { overflow: hidden; border-radius: 12px; background: var(--navy); box-shadow: var(--shadow); }
.offer-portrait-wrap img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.offer-portrait-wrap p { padding: 20px 24px; color: #bfd0d7; }
.offer-portrait-wrap strong { color: var(--white); font-size: 1.1rem; }
.offer-asset { background: var(--white); }
.offer-four { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-width: 760px; margin: 48px auto 0; }
.offer-four span { padding: 24px; border-left: 3px solid var(--teal); background: var(--paper); text-align: left; font-weight: 800; }
.offer-options { background: var(--paper); }
.offer-limited { padding: 88px 0; text-align: center; background: #dcebea; }
.offer-final { color: var(--white); background: var(--navy); }
.offer-final > .container > p:not(.eyebrow) { color: #bfd0d7; }
.offer-final .button { margin-top: 34px; }
.ai-video-hero { padding: 156px 0 100px; color: var(--white); background: radial-gradient(circle at 80% 20%, rgba(22,214,197,.15), transparent 30%), var(--navy); }
.ai-video-hero-grid { display: grid; grid-template-columns: 1.15fr .55fr; gap: 90px; align-items: center; max-width: 1060px; }
.ai-video-hero h1 { font-size: clamp(3.2rem, 6vw, 5.7rem); }
.ai-video-hero-grid > div:first-child > p:not(.eyebrow) { max-width: 650px; margin-top: 28px; color: #bfd0d7; font-size: 1.18rem; }
.ai-video-hero .button { margin-top: 34px; }
.ai-vertical-player { max-width: 330px; padding: 7px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: #06131d; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.ai-vertical-player wistia-player { display: block; width: 100%; border-radius: 14px; overflow: hidden; }
.ai-vertical-player wistia-player:not(:defined) { display: block; padding-top: 178.61%; background: center / contain no-repeat url("https://fast.wistia.com/embed/medias/4s5ei5pqhi/swatch"); }
.ai-benefits, .ai-examples, .ai-pricing, .ai-variety { padding: 100px 0; }
.ai-benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 56px; background: var(--line); border: 1px solid var(--line); }
.ai-benefit-list article { padding: 38px; background: var(--white); }
.ai-benefit-list span { color: var(--teal-dark); font-weight: 800; }
.ai-benefit-list h3 { margin-top: 22px; font-size: 1.45rem; }
.ai-benefit-list p { margin-top: 12px; color: var(--muted); }
.ai-examples { background: #dcebea; }
.ai-example-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 920px; margin: 54px auto 0; }
.ai-example-grid video { display: block; width: 100%; aspect-ratio: 9 / 16; border: 6px solid var(--navy); border-radius: 16px; background: #000; object-fit: contain; box-shadow: var(--shadow); }
.ai-pricing { background: var(--paper); }
.ai-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; }
.ai-pricing-grid article { padding: 38px 30px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); text-align: center; }
.ai-pricing-grid article.featured { color: var(--white); background: var(--navy); transform: translateY(-10px); }
.ai-pricing-grid strong { display: block; margin: 20px 0; font-size: 3rem; }
.ai-pricing-grid article > p:last-child { color: var(--muted); }
.ai-pricing-grid .featured > p:last-child { color: #bfd0d7; }
.ai-addon { max-width: 720px; margin: 36px auto 0; padding: 24px 30px; border-left: 4px solid var(--teal); background: var(--white); }
.ai-addon p { margin-top: 8px; color: var(--muted); }
.ai-variety { background: var(--white); }
.ai-variety h2 { margin-top: 16px; font-size: clamp(2.2rem, 4.5vw, 4rem); }
.ai-variety p:not(.eyebrow) { margin-top: 24px; color: var(--muted); font-size: 1.1rem; }
.monthly-hero { padding: 166px 0 108px; text-align: center; color: var(--white); background: radial-gradient(circle at 50% 0, rgba(22,214,197,.16), transparent 36%), var(--navy); }
.monthly-hero h1 { font-size: clamp(3.5rem, 7vw, 6.6rem); }
.monthly-hero h1 span { color: var(--teal); }
.monthly-hero > .container > p:not(.eyebrow) { max-width: 740px; margin: 28px auto 0; color: #bfd0d7; font-size: 1.2rem; }
.monthly-hero .button { margin-top: 36px; }
.monthly-practice { padding: 100px 0; background: #dcebea; }
.monthly-practice-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; max-width: 1040px; }
.monthly-practice h2 { margin-top: 16px; font-size: clamp(2.4rem, 4.7vw, 4.2rem); }
.monthly-statement > p { font-size: 1.28rem; }
.monthly-statement ul { margin: 30px 0; padding: 28px 32px; list-style: none; background: rgba(255,255,255,.56); }
.monthly-statement li + li { margin-top: 12px; }
.monthly-statement li::before { content: "×"; margin-right: 12px; color: var(--teal-dark); font-weight: 900; }
.monthly-statement strong { font-size: 1.65rem; }
.monthly-included { padding: 104px 0; background: var(--white); }
.monthly-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 58px; border: 1px solid var(--line); background: var(--line); }
.monthly-list article { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 34px; background: var(--paper); }
.monthly-list article > span { color: var(--teal-dark); font-weight: 900; }
.monthly-list h3 { font-size: 1.35rem; }
.monthly-list p { margin-top: 12px; color: var(--muted); }
.monthly-fit { padding: 100px 0; text-align: center; background: #dcebea; }
.monthly-fit h2 { margin-top: 16px; font-size: clamp(2.3rem, 4.5vw, 4rem); }
.monthly-fit-points { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 42px; }
.monthly-fit-points span { padding: 14px 20px; border: 1px solid rgba(8,39,54,.15); border-radius: 50px; background: rgba(255,255,255,.6); font-weight: 800; }
.monthly-fit > .container > p:last-child { margin-top: 34px; font-size: 1.25rem; font-weight: 800; }
.monthly-price { padding: 80px 0; text-align: center; color: var(--white); background: var(--navy); }
.monthly-price strong { display: block; margin-top: 12px; color: var(--teal); font-size: clamp(4rem, 8vw, 7rem); line-height: 1; }
.monthly-price small { color: var(--white); font-size: 1.1rem; }
.monthly-price > .container > p:last-child { margin-top: 22px; color: #bfd0d7; }
.monthly-book { padding: 100px 0 120px; background: var(--paper); }
.monthly-book .section-heading > p:last-child { margin-top: 18px; color: var(--muted); }
.monthly-calendar { margin-top: 50px; }
.newsletter-hero { padding: 158px 0 104px; color: var(--white); background: var(--navy); }
.newsletter-hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: center; max-width: 1080px; }
.newsletter-hero h1 { margin-top: 16px; font-size: clamp(3rem, 5.8vw, 5.5rem); }
.newsletter-hero-grid > div > p:not(.eyebrow) { margin-top: 26px; color: #bfd0d7; font-size: 1.14rem; }
.newsletter-hero .button { margin-top: 34px; }
.newsletter-hero img { display: block; width: 100%; border: 7px solid rgba(255,255,255,.1); border-radius: 14px; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.newsletter-problem { padding: 104px 0; text-align: center; background: var(--white); }
.newsletter-problem h2 { margin-top: 16px; font-size: clamp(2.4rem, 4.7vw, 4.2rem); }
.newsletter-audience { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 40px; }
.newsletter-audience span { padding: 14px 22px; border-radius: 50px; color: var(--navy); background: #dcebea; font-weight: 800; }
.newsletter-problem > .container > p:last-child { max-width: 760px; margin: 34px auto 0; color: var(--muted); font-size: 1.12rem; }
.newsletter-value { padding: 92px 0; color: var(--white); background: var(--navy); }
.newsletter-value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; max-width: 1020px; }
.newsletter-value h2 { margin-top: 16px; font-size: clamp(2.2rem, 4.2vw, 3.7rem); }
.newsletter-value-grid > p { color: #bfd0d7; font-size: 1.12rem; }
.newsletter-included { padding: 104px 0; background: var(--paper); }
.newsletter-included-list { margin-top: 52px; border-top: 1px solid var(--line); }
.newsletter-included-list article { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 32px 10px; border-bottom: 1px solid var(--line); }
.newsletter-included-list article > span { color: var(--teal-dark); font-weight: 900; }
.newsletter-included-list h3 { font-size: 1.45rem; }
.newsletter-included-list p { margin-top: 10px; color: var(--muted); }
.newsletter-simple { margin-top: 34px; text-align: center; font-weight: 800; }
.newsletter-fit { padding: 104px 0; background: var(--white); }
.newsletter-fit-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; max-width: 1040px; }
.newsletter-fit h2 { margin-top: 16px; font-size: clamp(2.2rem, 4.3vw, 3.8rem); }
.newsletter-fit .check-list { margin-top: 36px; }
.newsletter-fit aside { padding: 38px; border-top: 4px solid var(--teal); background: #dcebea; box-shadow: var(--shadow); }
.newsletter-fit aside ul { margin: 24px 0; padding-left: 20px; }
.newsletter-fit aside li + li { margin-top: 10px; }
.newsletter-price { padding: 82px 0; text-align: center; color: var(--white); background: var(--navy); }
.newsletter-price strong { display: block; margin-top: 14px; color: var(--teal); font-size: clamp(4rem, 8vw, 7rem); line-height: 1; }
.newsletter-price small { color: var(--white); font-size: 1.1rem; }
.newsletter-price > .container > p:last-child { margin-top: 24px; color: #bfd0d7; }
.newsletter-book { padding: 100px 0 120px; background: var(--paper); }
.newsletter-book .section-heading > p:last-child { margin-top: 18px; color: var(--muted); }
.newsletter-calendar { margin-top: 50px; }
.launch-hero { padding: 160px 0 106px; background: var(--paper); }
.launch-hero-grid { display: grid; grid-template-columns: 1.14fr .86fr; gap: 70px; align-items: center; max-width: 1080px; }
.launch-hero h1 { margin-top: 16px; font-size: clamp(3.1rem, 6vw, 5.7rem); }
.launch-hero-grid > div > p:not(.eyebrow) { margin-top: 26px; color: var(--muted); font-size: 1.16rem; }
.launch-price { display: flex; align-items: end; gap: 12px; margin: 32px 0 26px; }
.launch-price strong { color: var(--teal-dark); font-size: 4.8rem; line-height: .9; }
.launch-price span { padding-bottom: 8px; font-weight: 800; }
.launch-hero-grid > div > small { display: block; max-width: 560px; margin-top: 18px; color: var(--muted); }
.launch-included { padding: 38px; border-radius: 12px; color: var(--white); background: linear-gradient(145deg, var(--navy), #174351); box-shadow: var(--shadow); }
.launch-included .check-list { margin-top: 24px; }
.launch-purpose { padding: 94px 0; color: var(--white); background: var(--navy); }
.launch-purpose-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; max-width: 1020px; }
.launch-purpose h2 { margin-top: 16px; font-size: clamp(2.3rem, 4.5vw, 4rem); }
.launch-purpose-grid > p { color: #bfd0d7; font-size: 1.14rem; }
.launch-process, .launch-details { padding: 104px 0; }
.launch-process { background: var(--white); }
.launch-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 56px; }
.launch-steps article { padding: 30px 24px; border-top: 3px solid var(--teal); background: var(--paper); }
.launch-steps span { color: var(--teal-dark); font-weight: 900; }
.launch-steps h3 { margin-top: 22px; font-size: 1.35rem; }
.launch-steps p { margin-top: 12px; color: var(--muted); }
.launch-details { background: #dcebea; }
.launch-faq { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 54px; }
.launch-faq article { padding: 32px; border-radius: 8px; background: rgba(255,255,255,.65); }
.launch-faq h3 { font-size: 1.35rem; }
.launch-faq p { margin-top: 12px; color: var(--muted); }
.launch-final { padding: 94px 0; text-align: center; color: var(--white); background: var(--navy); }
.launch-final h2 { margin-top: 16px; font-size: clamp(2.4rem, 4.7vw, 4.2rem); }
.launch-final .button { margin-top: 32px; }
.pbw-page { padding: 132px 20px 70px; color: #111827; background: #f7f9fb; }
.pbw-wrap { max-width: 1080px; margin: 0 auto; }
.pbw-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; padding: 54px; border-radius: 28px; background: #fff; box-shadow: 0 18px 50px rgba(17,24,39,.08); }
.pbw-eyebrow { display: inline-block; margin-bottom: 22px; padding: 8px 14px; border-radius: 999px; color: #2d6f86; background: #e8f3f7; font-size: 14px; font-weight: 700; }
.pbw-hero h1 { margin: 0 0 20px; color: #101820; font-size: clamp(38px,5vw,64px); line-height: 1.02; letter-spacing: -.04em; }
.pbw-hero > div > p:not(.pbw-eyebrow,.pbw-note) { margin: 0 0 28px; color: #4b5964; font-size: 20px; line-height: 1.55; }
.pbw-price { margin: 0 0 26px; color: #101820; font-size: 22px; font-weight: 700; }
.pbw-price span { font-size: 48px; letter-spacing: -.04em; }
.pbw-button { display: inline-block; padding: 17px 28px; border-radius: 12px; color: #fff; background: #101820; font-size: 17px; font-weight: 700; text-decoration: none; transition: .2s ease; }
.pbw-button:hover { opacity: .92; transform: translateY(-2px); }
.pbw-note { margin-top: 14px; color: #6b7280; font-size: 14px; }
.pbw-card { padding: 34px; border-radius: 24px; color: #fff; background: linear-gradient(145deg,#101820,#243746); }
.pbw-card h2 { margin: 0 0 22px; color: #fff; font-size: 28px; }
.pbw-list { margin: 0; padding-left: 0; list-style: none; }
.pbw-list li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-size: 16px; line-height: 1.4; }
.pbw-list li::before { content: "✓"; margin-right: 10px; color: #7fc7db; font-weight: 700; }
.pbw-section { margin-top: 34px; padding: 42px; border-radius: 24px; background: #fff; box-shadow: 0 14px 38px rgba(17,24,39,.06); }
.pbw-section h2 { margin: 0 0 16px; color: #101820; font-size: 34px; letter-spacing: -.03em; }
.pbw-section > p { margin: 0 0 18px; color: #4b5964; font-size: 18px; line-height: 1.6; }
.pbw-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 28px; }
.pbw-step { padding: 24px; border: 1px solid #e5ebef; border-radius: 18px; background: #f7f9fb; }
.pbw-step strong { display: block; margin-bottom: 8px; color: #2d6f86; font-size: 15px; }
.pbw-step h3 { margin: 0 0 8px; color: #101820; font-size: 20px; }
.pbw-step p { margin: 0; color: #4b5964; font-size: 15px; line-height: 1.45; }
.pbw-faq { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 24px; }
.pbw-faq article { padding: 22px; border: 1px solid #e5ebef; border-radius: 16px; background: #f7f9fb; }
.pbw-faq h3 { margin: 0 0 8px; color: #101820; font-size: 18px; }
.pbw-faq p { margin: 0; color: #4b5964; font-size: 15px; }
.pbw-cta { text-align: center; color: #fff; background: #101820; }
.pbw-cta h2, .pbw-cta p { color: #fff; }
.pbw-cta .pbw-button { margin-top: 10px; color: #101820; background: #fff; }
.gw-video-hero { padding: 150px 0 66px; text-align: center; color: var(--white); background: radial-gradient(circle at 50% 0, rgba(22,214,197,.15), transparent 34%), var(--navy); }
.gw-video-hero img { display: block; width: min(390px, 72vw); height: auto; margin: 0 auto 38px; object-fit: contain; }
.gw-video-hero h1 { margin-top: 16px; font-size: clamp(3rem, 5.7vw, 5.4rem); }
.gw-video-hero > .container > p:last-child { max-width: 780px; margin: 26px auto 0; color: #bfd0d7; font-size: 1.15rem; }
.gw-video-watch { padding: 62px 0 90px; background: var(--navy); }
.gw-video-watch .growthwave-video-shell { margin-top: 0; }
.gw-video-outcomes { padding: 100px 0; background: var(--white); }
.gw-video-outcome-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.gw-video-outcome-grid article { padding: 38px 32px; background: var(--paper); }
.gw-video-outcome-grid span { color: var(--teal-dark); font-weight: 900; }
.gw-video-outcome-grid h2 { margin-top: 24px; font-size: 1.7rem; }
.gw-video-outcome-grid p { margin-top: 14px; color: var(--muted); }
.gw-video-partner { padding: 94px 0; text-align: center; background: #dcebea; }
.gw-video-partner h2 { margin-top: 14px; font-size: clamp(2.6rem, 5vw, 4.6rem); }
.gw-video-partner > .container > p:last-child { max-width: 720px; margin: 24px auto 0; color: var(--muted); font-size: 1.12rem; }
.gw-video-book { padding: 100px 0 120px; background: var(--paper); }
.gw-video-book .section-heading { text-align: center; }
.gw-video-book .section-heading > p:last-child { max-width: 700px; margin: 18px auto 0; color: var(--muted); }
.gw-video-callouts { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 32px 0 46px; }
.gw-video-callouts span { padding: 12px 18px; border-radius: 50px; color: var(--navy); background: #dcebea; font-weight: 800; }
.gw-video-calendar { margin-top: 0; }
.link-page { min-height: 100vh; background: #161c1f; }
.link-page-shell { display: grid; min-height: 100vh; padding: 48px 20px 52px; place-items: start center; }
.link-card { position: relative; width: min(100%, 550px); overflow: hidden; padding: 34px 24px 42px; border: 1px solid #363636; border-radius: 23px; background: linear-gradient(rgba(10,18,22,.82),rgba(10,18,22,.88)), center 14% / cover no-repeat url("more-info-background.jpg"); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.link-logo { display: block; width: min(250px,65%); height: auto; margin: 0 auto 18px; object-fit: contain; }
.link-intro { max-width: 420px; margin: 0 auto 28px; color: #d7e2e5; text-align: center; font-size: .96rem; }
.link-list { display: grid; gap: 12px; }
.link-list a, .link-list button { display: grid; width: 100%; grid-template-columns: 54px 1fr; gap: 14px; align-items: center; padding: 13px 16px; border: 1px solid #5d5d5d; border-radius: 13px; color: #e2e5e4; background: linear-gradient(165deg,#54585c 3%,#343638 23%,#1e2024 81%,rgba(30,222,235,.24) 100%); text-align: left; text-decoration: none; cursor: pointer; }
.link-list a:hover, .link-list button:hover { border-color: var(--teal); transform: translateY(-1px); }
.link-icon { display: grid; width: 48px; height: 48px; border: 1px solid #676767; border-radius: 10px; place-items: center; color: var(--teal); font-size: 1.4rem; font-weight: 800; }
.link-list strong, .link-list small { display: block; }
.link-list strong { font-size: .96rem; }
.link-list small { margin-top: 4px; color: #bfc6c8; font-size: .8rem; }
.link-contact { display: block; width: max-content; margin: 28px auto 0; border: 0; color: #e2e5e4; background: transparent; font-size: .82rem; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; text-decoration: underline; cursor: pointer; }
.link-phone-number { display: block; width: max-content; margin: 14px auto 0; color: var(--teal); font-size: 1rem; font-weight: 800; text-decoration: none; }
.link-page { background: radial-gradient(circle at 82% 12%, rgba(22,214,197,.11), transparent 25%), radial-gradient(circle at 15% 30%, rgba(67,89,100,.2), transparent 30%), #11181c; }
.link-page-shell { padding-top: 26px; }
.link-phone { position: relative; width: min(100%, 470px); padding: 12px; border: 2px solid #949b9d; border-radius: 62px; background: linear-gradient(145deg,#596064,#15191b 12%,#080a0b 88%,#737a7d); box-shadow: 0 36px 90px rgba(0,0,0,.55), inset 0 0 0 2px #161a1c; }
.link-phone::before, .link-phone::after { content: ""; position: absolute; left: -5px; width: 4px; border-radius: 4px 0 0 4px; background: #697074; }
.link-phone::before { top: 150px; height: 58px; }
.link-phone::after { top: 222px; height: 94px; }
.link-phone-notch { position: absolute; z-index: 3; top: 12px; left: 50%; width: 205px; height: 42px; border-radius: 0 0 24px 24px; background: #050607; transform: translateX(-50%); }
.link-phone-notch span { position: absolute; top: 15px; left: 50%; width: 58px; height: 5px; border-radius: 5px; background: #171c1f; transform: translateX(-50%); }
.link-card { width: 100%; min-height: 790px; padding: 66px 28px 48px; border: 0; border-radius: 50px; background: radial-gradient(circle at 14% 5%, rgba(22,214,197,.12), transparent 23%), radial-gradient(circle at 95% 2%, rgba(22,214,197,.09), transparent 20%), linear-gradient(160deg,#0c1216,#11191e 58%,#0b1115); box-shadow: inset 0 0 45px rgba(255,255,255,.025); }
.link-card::before { content: ""; position: absolute; top: 25px; left: -42px; width: 160px; height: 160px; border: 1px solid rgba(22,214,197,.18); border-radius: 50%; box-shadow: 0 0 0 34px rgba(22,214,197,.06), 0 0 0 68px rgba(22,214,197,.035); }
.link-logo { position: relative; width: min(270px,74%); margin-bottom: 26px; }
.link-intro { position: relative; max-width: 390px; color: #f1f4f5; font-size: 1.2rem; line-height: 1.5; }
.link-socials { position: relative; display: flex; justify-content: center; gap: 12px; margin: 26px 0 38px; }
.link-socials a { display: grid; width: 40px; height: 40px; border: 1px solid #4d575c; border-radius: 11px; place-items: center; color: #e9edef; background: linear-gradient(145deg,#454d51,#252b2f); box-shadow: inset 0 1px 1px rgba(255,255,255,.18), 0 5px 12px rgba(0,0,0,.22); font-size: .95rem; font-weight: 800; text-decoration: none; }
.link-socials a:hover { color: var(--teal); border-color: var(--teal); }
.link-list { position: relative; gap: 16px; }
.link-list a, .link-list button { grid-template-columns: 58px 1fr; min-height: 102px; padding: 17px 18px; border-color: #596469; border-radius: 20px; background: linear-gradient(145deg,rgba(82,91,96,.78),rgba(33,39,43,.9) 58%,rgba(20,25,29,.95)); box-shadow: inset 0 1px 1px rgba(255,255,255,.2), 4px 5px 0 -2px rgba(22,214,197,.72), 0 12px 24px rgba(0,0,0,.25); }
.link-list a:hover, .link-list button:hover { box-shadow: inset 0 1px 1px rgba(255,255,255,.2), 4px 5px 0 -2px var(--teal), 0 15px 30px rgba(0,0,0,.3); transform: translateY(-2px); }
.link-icon { width: 54px; height: 54px; border-color: #69747a; border-radius: 14px; color: var(--teal); background: linear-gradient(145deg,#596268,#2a3034); box-shadow: inset 0 1px 1px rgba(255,255,255,.18), 3px 3px 0 -1px rgba(22,214,197,.7); }
.link-list strong { color: #fff; font-size: 1.05rem; }
.link-list small { color: #c3cbce; font-size: .84rem; }
.link-phone { width: min(100%,550px); padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.link-phone::before, .link-phone::after, .link-phone-notch { display: none; }
.link-card { min-height: 0; padding: 42px 28px 46px; border: 1px solid #343d42; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.4), 12px 18px 55px rgba(22,214,197,.08); }
.link-list a, .link-list button { position: relative; overflow: hidden; box-shadow: inset 0 1px 1px rgba(255,255,255,.2), 2px 2px 0 rgba(22,214,197,.36), 8px 10px 22px rgba(22,214,197,.1), 0 12px 24px rgba(0,0,0,.25); }
.link-list a::after, .link-list button::after { content: ""; position: absolute; right: -24px; bottom: -30px; width: 130px; height: 80px; border-radius: 50%; background: rgba(22,214,197,.18); filter: blur(24px); pointer-events: none; }
.link-icon { position: relative; overflow: hidden; box-shadow: inset 0 1px 1px rgba(255,255,255,.22), 3px 3px 0 -1px rgba(22,214,197,.75), 6px 8px 18px rgba(22,214,197,.18); }
.link-icon::after { content: ""; position: absolute; right: -12px; bottom: -14px; width: 36px; height: 36px; border-radius: 50%; background: rgba(22,214,197,.32); filter: blur(10px); }
.link-icon svg { position: relative; z-index: 1; width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 5px rgba(22,214,197,.35)); }
@media (max-width: 680px) {
  .blog-hero { padding: 132px 0 72px; }
  .blog-feature { grid-template-columns: 1fr; }
  .blog-feature > img { min-height: 0; aspect-ratio: 3 / 2; }
  .blog-feature-copy { padding: 58px 26px 34px; }
  .blog-feature::after { right: auto; left: 26px; }
  .blog-row { grid-template-columns: 1fr; gap: 22px; padding-inline: 0; }
  .article-hero { padding: 132px 0 68px; }
  .article-hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .article-content { padding: 68px 0 90px; }
  .article-note { padding: 32px 24px; }
  .offer-hero { padding: 132px 0 76px; }
  .offer-questions, .offer-four { grid-template-columns: 1fr; }
  .offer-build-grid { grid-template-columns: 1fr; gap: 48px; }
  .offer-portrait-wrap { max-width: 380px; margin-inline: auto; }
  .ai-video-hero { padding: 132px 0 76px; }
  .ai-video-hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .ai-vertical-player { width: min(100%, 310px); margin-inline: auto; }
  .ai-benefit-list, .ai-pricing-grid { grid-template-columns: 1fr; }
  .ai-pricing-grid article.featured { transform: none; }
  .ai-example-grid { gap: 10px; }
  .ai-example-grid video { border-width: 3px; border-radius: 10px; }
  .monthly-hero { padding: 132px 0 78px; }
  .monthly-practice-grid, .monthly-list { grid-template-columns: 1fr; }
  .monthly-practice-grid { gap: 44px; }
  .monthly-list article { padding: 28px 22px; }
  .newsletter-hero { padding: 132px 0 76px; }
  .newsletter-hero-grid, .newsletter-value-grid, .newsletter-fit-grid { grid-template-columns: 1fr; gap: 44px; }
  .newsletter-hero img { max-width: 520px; margin-inline: auto; }
  .newsletter-included-list article { grid-template-columns: 38px 1fr; }
  .launch-hero { padding: 132px 0 76px; }
  .launch-hero-grid, .launch-purpose-grid { grid-template-columns: 1fr; gap: 44px; }
  .launch-steps, .launch-faq { grid-template-columns: 1fr; }
  .pbw-page { padding: 108px 16px 40px; }
  .pbw-hero { grid-template-columns: 1fr; padding: 32px 24px; }
  .pbw-steps, .pbw-faq { grid-template-columns: 1fr; }
  .pbw-section { padding: 30px 22px; }
  .gw-video-hero { padding: 126px 0 54px; }
  .gw-video-outcome-grid { grid-template-columns: 1fr; }
  .link-page-shell { padding: 14px; }
  .link-card { min-height: 0; padding: 30px 14px 34px; border-radius: 22px; }
  .link-list a, .link-list button { grid-template-columns: 48px 1fr; padding: 12px; }
  .link-icon { width: 44px; height: 44px; }
}
@media (max-width: 680px) {
  .funnel-hero { padding: 58px 0 68px; }
  .funnel-clock { grid-template-columns: 1fr; }
  .funnel-clock span + span { border-top: 1px solid var(--line); border-left: 0; }
  .funnel-form { padding: 24px 18px; }
}
.growthwave-video-shell wistia-player[media-id="bxshxo8krp"]:not(:defined) { display: block; padding-top: 56.25%; background: center / contain no-repeat url("https://fast.wistia.com/embed/medias/bxshxo8krp/swatch"); filter: blur(5px); }

.proof-strip { position: relative; z-index: 4; margin-top: -70px; padding-bottom: 12px; background: transparent; }
.proof-card { position: relative; display: grid; grid-template-columns: 1.55fr .7fr .7fr; gap: 0; overflow: hidden; border: 1px solid rgba(13,32,49,.08); border-radius: 16px; background: var(--white); box-shadow: 0 28px 70px rgba(6,20,37,.18); }
.proof-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--teal); }
.quote-main { position: relative; padding: 42px 46px 42px 52px; border-right: 1px solid var(--line); }
.quote-main::before { content: "“"; position: absolute; top: 12px; right: 30px; color: rgba(22,214,197,.18); font-family: Georgia, serif; font-size: 6.5rem; line-height: 1; }
.quote-main blockquote { margin: 0; font-size: 1.28rem; line-height: 1.45; letter-spacing: -.015em; }
.quote-main cite { display: block; margin-top: 22px; color: var(--muted); font-size: .9rem; font-style: normal; }
.proof-stat { display: flex; padding: 32px; align-items: center; justify-content: center; flex-direction: column; text-align: center; border-right: 1px solid var(--line); }
.proof-stat:last-child { border-right: 0; }
.proof-stat strong { display: block; color: var(--ink); font-size: 2.2rem; line-height: 1; }
.proof-stat span { margin-top: 10px; color: var(--muted); font-size: .83rem; }

.problem-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 60px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.problem { position: relative; min-height: 220px; padding: 38px; background: var(--white); }
.problem:nth-child(2), .problem:nth-child(3) { background: #f9fbfb; }
.problem::after { content: ""; position: absolute; right: 30px; bottom: 0; width: 46px; height: 3px; background: var(--teal); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.problem:hover::after { transform: scaleX(1); }
.problem .num { display: block; margin-bottom: 36px; color: #0c8e91; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.problem p { margin-top: 12px; color: var(--muted); }

.website-pillars-section { position: relative; overflow: hidden; }
.website-pillars-section::after { content: ""; position: absolute; top: 120px; right: -120px; width: 360px; height: 360px; border: 1px solid rgba(22,214,197,.1); border-radius: 50%; }
.website-pillars { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 74px; margin-top: 68px; align-items: stretch; }
.trust-feature { position: relative; overflow: hidden; min-height: 520px; padding: 46px; color: var(--white); background: var(--navy-2); border-radius: 6px 70px 6px 6px; box-shadow: 0 28px 70px rgba(6,20,37,.16); }
.trust-feature::after { content: ""; position: absolute; right: -85px; bottom: -120px; width: 290px; height: 290px; border: 1px solid rgba(98,231,238,.16); border-radius: 50%; }
.trust-signal { display: grid; min-height: 180px; margin-bottom: 54px; padding: 30px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); align-content: center; }
.trust-signal > span { color: var(--cyan); font-size: 1.25rem; letter-spacing: .28em; }
.trust-lines { display: grid; gap: 9px; margin-top: 24px; }
.trust-lines i { display: block; width: 78%; height: 5px; background: rgba(255,255,255,.2); }
.trust-lines i:nth-child(2) { width: 61%; }
.trust-lines i:nth-child(3) { width: 42%; background: var(--teal); }
.pillar-label { margin-bottom: 13px; color: var(--cyan); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-feature h3 { max-width: 420px; font-size: clamp(1.8rem, 3vw, 2.65rem); }
.trust-feature > p:last-child { position: relative; z-index: 1; margin-top: 20px; color: #b9c9d1; }
.pillar-list { display: grid; align-content: center; }
.pillar-list article { display: grid; grid-template-columns: 52px 1fr; gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); }
.pillar-list article:last-child { border-bottom: 1px solid var(--line); }
.pillar-list article > span { padding-top: 5px; color: #0c8e91; font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.pillar-list h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
.pillar-list p { max-width: 570px; margin-top: 8px; color: var(--muted); }

.flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; margin-top: 64px; }
.flow-step { position: relative; padding: 28px 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; text-align: center; background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025)); }
.flow-step::after { content: ""; position: absolute; right: 18px; bottom: -1px; left: 18px; height: 2px; background: var(--teal); opacity: .6; }
.flow-step span { display: block; margin-top: 7px; color: #9cb0bb; font-size: .82rem; }
.flow-arrow { color: var(--teal); font-size: 1.4rem; }

.paths-section { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--paper), #eef4f5); }
.paths-section::after { content: ""; position: absolute; right: 6%; bottom: -160px; width: 360px; height: 360px; border: 1px solid rgba(13,32,49,.07); border-radius: 50%; }
.paths-section > .container { position: relative; z-index: 1; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 62px; }
.path-card { position: relative; display: flex; min-height: 530px; padding: 38px 34px 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; flex-direction: column; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.path-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--teal); }
.path-card:nth-child(2)::before { background: #1aa7b3; }
.path-card:nth-child(3)::before { background: var(--ink); }
.path-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.path-label { color: #0b7d80; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.path-card h3 { margin-top: 30px; }
.path-card p { margin: 17px 0 28px; color: var(--muted); }
.path-card .text-link { margin-top: auto; }
.path-visual { position: relative; height: 128px; margin: 28px -34px 0; overflow: hidden; }
.growth-visual { display: grid; place-items: center; background: radial-gradient(circle at 50% 50%, #10344d, var(--navy-2) 68%); }
.growth-visual img { position: relative; z-index: 3; width: 185px; height: auto; transform: translateX(-10px); filter: drop-shadow(0 6px 14px rgba(0,0,0,.35)); }
.growth-visual .wave { position: absolute; left: -12%; width: 124%; height: 58px; border: 2px solid transparent; border-top-color: rgba(98,231,238,.2); border-radius: 50%; transform: rotate(-4deg); }
.growth-visual .wave-one { top: 25px; }
.growth-visual .wave-two { top: 48px; border-top-color: rgba(22,214,197,.14); transform: rotate(4deg); }
.growth-visual .wave-three { top: 72px; border-top-color: rgba(98,231,238,.09); transform: rotate(-2deg); }
.website-visual { border-top: 1px solid #dce6e9; border-bottom: 1px solid #dce6e9; background: linear-gradient(145deg, #edf4f5, #dce9eb); }
.site-window { position: absolute; z-index: 2; top: 14px; right: 86px; bottom: 12px; left: 64px; padding: 13px 16px; overflow: hidden; border: 1px solid #aebfc6; border-radius: 5px; background: var(--white); box-shadow: 0 10px 20px rgba(13,32,49,.12); }
.browser-bar { display: flex; gap: 4px; padding-bottom: 9px; border-bottom: 1px solid #e2eaec; }
.browser-bar span { width: 5px; height: 5px; border-radius: 50%; background: #90a6af; }
.site-nav { width: 26%; height: 5px; margin-top: 11px; background: #83a0a8; }
.site-headline { width: 46%; height: 10px; margin-top: 17px; background: var(--ink); box-shadow: 0 15px 0 var(--ink); }
.site-copy { width: 40%; height: 4px; margin-top: 26px; background: #9eb1b8; box-shadow: 0 8px 0 #c0cdd1; }
.site-button { width: 48px; height: 13px; margin-top: 17px; background: var(--teal); }
.site-image { position: absolute; right: 14px; bottom: 12px; width: 38%; height: 65%; background: linear-gradient(145deg, #163a50, #20919a); }
.mobile-window { position: absolute; z-index: 3; right: 60px; bottom: 5px; width: 45px; height: 84px; padding: 11px 7px; border: 2px solid var(--ink); border-radius: 8px; background: var(--white); box-shadow: 0 8px 16px rgba(13,32,49,.24); }
.mobile-window::before { content: ""; position: absolute; top: 4px; left: 17px; width: 8px; height: 2px; border-radius: 2px; background: #80959d; }
.mobile-window span, .mobile-window i, .mobile-window b { display: block; }
.mobile-window span { width: 24px; height: 5px; margin-top: 6px; background: var(--ink); box-shadow: 0 8px 0 var(--ink); }
.mobile-window i { height: 25px; margin-top: 13px; background: #1d777e; }
.mobile-window b { width: 18px; height: 6px; margin-top: 6px; background: var(--teal); }
.systems-visual { background-color: #e9f2f3; background-image: linear-gradient(rgba(13,32,49,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(13,32,49,.04) 1px, transparent 1px); background-size: 22px 22px; }
.system-axis { position: absolute; z-index: 1; background: #7fa0a5; }
.axis-horizontal { top: 63px; right: 74px; left: 74px; height: 2px; }
.axis-vertical { top: 18px; bottom: 18px; left: 50%; width: 2px; }
.system-hub, .system-node { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid #91aab0; color: var(--ink); background: var(--white); font-size: .63rem; font-style: normal; font-weight: 700; }
.system-hub { top: 39px; left: calc(50% - 25px); width: 50px; height: 50px; border: 3px solid #c6e3e2; border-radius: 50%; color: var(--white); background: var(--ink); }
.system-node { width: 52px; height: 27px; border-radius: 4px; box-shadow: 0 4px 10px rgba(13,32,49,.08); }
.system-leads { top: 50px; left: 48px; }.system-ads { top: 50px; right: 48px; }.system-email { top: 8px; left: calc(50% - 26px); }.system-ai { bottom: 8px; left: calc(50% - 26px); border-color: var(--teal); background: #ddf8f4; }
.website-visual, .systems-visual { border-color: rgba(98,231,238,.12); background: radial-gradient(circle at 50% 50%, #10344d, var(--navy-2) 68%); }
.website-visual::before, .website-visual::after, .systems-visual::before, .systems-visual::after { content: ""; position: absolute; z-index: 0; left: -12%; width: 124%; height: 58px; border: 2px solid transparent; border-top-color: rgba(98,231,238,.12); border-radius: 50%; }
.website-visual::before, .systems-visual::before { top: 28px; transform: rotate(-4deg); }
.website-visual::after, .systems-visual::after { top: 70px; border-top-color: rgba(22,214,197,.08); transform: rotate(4deg); }
.website-visual .site-window { border-color: rgba(98,231,238,.38); box-shadow: 0 10px 24px rgba(0,0,0,.3); }
.website-visual .mobile-window { border-color: var(--cyan); box-shadow: 0 8px 18px rgba(0,0,0,.35); }
.systems-visual .system-axis { background: rgba(98,231,238,.42); }
.systems-visual .system-node { border-color: rgba(98,231,238,.45); }

.dana-proof { position: relative; overflow: hidden; padding: 88px 0; color: var(--white); background: var(--navy-2); }
.dana-proof::before { content: "“"; position: absolute; top: -72px; right: 5%; color: rgba(98,231,238,.06); font-family: Georgia, serif; font-size: 28rem; line-height: 1; }
.dana-proof-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 76px; align-items: stretch; }
.dana-proof-aside { display: flex; min-height: 360px; padding: 32px 36px; border: 1px solid rgba(255,255,255,.13); border-radius: 6px 56px 6px 6px; flex-direction: column; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); }
.dana-proof-aside h2 { margin-top: 14px; font-size: clamp(1.85rem, 2.8vw, 2.75rem); line-height: 1.15; }
.review-capabilities { display: flex; gap: 8px; margin-top: auto; flex-wrap: wrap; }
.review-capabilities span { padding: 8px 11px; border: 1px solid rgba(98,231,238,.25); border-radius: 999px; color: #bfe9e8; font-size: .7rem; font-weight: 700; }
.dana-review { position: relative; display: flex; margin: 0; padding: 44px 18px 24px 62px; flex-direction: column; justify-content: center; }
.dana-review::before { content: ""; position: absolute; top: 44px; bottom: 24px; left: 0; width: 3px; background: linear-gradient(var(--teal), rgba(98,231,238,.15)); }
.dana-review blockquote { margin: 0; font-size: clamp(1.3rem, 2vw, 2.05rem); font-weight: 500; line-height: 1.42; letter-spacing: -.02em; }
.dana-review figcaption { display: flex; gap: 6px; margin-top: 34px; flex-direction: column; }
.dana-review figcaption strong { color: var(--cyan); font-size: 1rem; }
.dana-review figcaption span { color: #91a8b3; font-size: .8rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.portrait-wrap { position: relative; }
.portrait { aspect-ratio: 1 / 1; overflow: hidden; border-radius: 16px 70px 16px 16px; background: #dce9eb; box-shadow: 18px 18px 0 #dcebed; }
.portrait img { width: 100%; height: 100%; object-fit: cover; }
.portrait-tag { position: absolute; right: -18px; bottom: 34px; padding: 19px 24px; border-radius: 14px; color: var(--white); background: var(--navy); box-shadow: var(--shadow); font-size: .88rem; }
.portrait-tag strong { display: block; color: var(--cyan); font-size: 1.4rem; }
.portrait-name { min-width: 230px; }
.portrait-name strong { font-size: 1.25rem; }
.check-list { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list li::before { content: "✓"; flex: 0 0 26px; color: #067d80; font-weight: 900; }
.direct-access-note { display: flex; gap: 15px; margin-top: 30px; align-items: center; }
.direct-access-note > span { display: grid; flex: 0 0 52px; width: 52px; height: 52px; border: 1px solid #78aeb0; border-radius: 50%; place-items: center; color: #087e82; font-size: .8rem; font-weight: 800; }
.direct-access-note div { flex: 0 0 auto; }
.direct-access-note strong { display: block; color: var(--ink); font-size: .92rem; }
.direct-access-note p { color: var(--muted); font-size: .78rem; }
.direct-access-note i { flex: 1; height: 1px; margin-left: 5px; background: var(--line); }

.engagement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 58px; }
.engagement { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.engagement h3 { margin-bottom: 14px; }
.engagement p { color: var(--muted); }

.cta { position: relative; overflow: hidden; padding: 92px 0; color: var(--white); background: var(--navy-2); }
.cta::after { content: ""; position: absolute; top: -70%; right: -9%; width: 34%; height: 230%; border: 1px solid rgba(98,231,238,.17); transform: rotate(14deg); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.cta-inner > * { position: relative; z-index: 1; }
.cta h2 { max-width: 760px; font-size: clamp(2.5rem, 5vw, 4.7rem); }
.cta p { max-width: 650px; margin-top: 20px; color: #b9c9d1; }

.content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.content-card { position: relative; padding: 34px 32px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); }
.content-card::before { content: ""; position: absolute; top: 22px; left: -1px; width: 3px; height: 34px; background: var(--teal); }
.content-card p { margin-top: 13px; color: var(--muted); }
.number-card .num { display: block; margin-bottom: 54px; color: #08878a; font-weight: 800; }
.website-work-section::before { content: ""; position: absolute; top: 0; left: 11%; width: 1px; height: 100%; background: rgba(98,231,238,.07); }
.website-work-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.website-work-heading > p { max-width: 520px; padding-bottom: 8px; color: #9fb2bc; font-size: 1.05rem; }
.outcome-routes { margin-top: 78px; border-top: 1px solid rgba(255,255,255,.14); }
.outcome-route { position: relative; display: grid; grid-template-columns: 70px .72fr 1.15fr 1fr; gap: 34px; min-height: 180px; padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.14); align-items: center; }
.outcome-route::before { content: ""; position: absolute; top: -1px; left: 0; width: 0; height: 2px; background: var(--teal); transition: width .35s ease; }
.outcome-route:hover::before { width: 100%; }
.outcome-route:nth-child(2) { margin-left: 6%; }
.outcome-route:nth-child(3) { margin-left: 12%; }
.route-number { color: var(--cyan); font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
.outcome-route h3 { font-size: clamp(2rem, 4vw, 3.7rem); font-weight: 650; }
.outcome-route > p { max-width: 430px; color: #aebec6; }
.route-services { display: flex; gap: 9px; align-items: flex-start; flex-direction: column; }
.route-services span { display: inline-flex; padding: 7px 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #d7e1e6; font-size: .78rem; font-weight: 700; }
.website-reviews-section { position: relative; overflow: hidden; background: linear-gradient(180deg, var(--paper), #edf3f4); }
.website-reviews-section::after { content: ""; position: absolute; right: -170px; bottom: -190px; width: 470px; height: 470px; border: 1px solid rgba(13,32,49,.07); border-radius: 50%; }
.website-reviews-heading { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: end; }
.website-reviews-heading > p { max-width: 530px; padding-bottom: 7px; color: var(--muted); }
.website-reviews { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: 26px; margin-top: 62px; align-items: stretch; }
.website-reviews figure { margin: 0; }
.website-review-feature { position: relative; display: flex; min-height: 610px; padding: 58px 52px 48px; overflow: hidden; border-radius: 8px 74px 8px 8px; flex-direction: column; justify-content: flex-end; color: var(--white); background: var(--navy-2); box-shadow: 0 28px 70px rgba(6,20,37,.15); }
.website-review-feature::before { content: "“"; position: absolute; top: 16px; left: 44px; color: rgba(98,231,238,.15); font-family: Georgia, serif; font-size: 9rem; line-height: 1; }
.website-review-feature blockquote { position: relative; z-index: 2; margin: 0; font-size: clamp(1.45rem, 2.3vw, 2.25rem); line-height: 1.42; letter-spacing: -.02em; }
.website-reviews figcaption { display: flex; gap: 5px; margin-top: 30px; flex-direction: column; }
.website-reviews figcaption strong { color: #0b8688; font-size: .95rem; }
.website-reviews figcaption span { color: var(--muted); font-size: .78rem; }
.website-review-feature figcaption { position: relative; z-index: 2; }
.website-review-feature figcaption strong { color: var(--cyan); }
.website-review-feature figcaption span { color: #9fb2bc; }
.music-lines { position: absolute; top: 92px; right: -50px; width: 68%; height: 150px; opacity: .22; transform: rotate(-7deg); }
.music-lines i { position: absolute; right: 0; left: 0; height: 1px; background: var(--cyan); }
.music-lines i:nth-child(1) { top: 0; }.music-lines i:nth-child(2) { top: 34px; }.music-lines i:nth-child(3) { top: 68px; }.music-lines i:nth-child(4) { top: 102px; }
.website-review-support { display: grid; grid-template-rows: 1fr 1fr; }
.website-review-support figure { position: relative; padding: 40px 38px; border-top: 1px solid #bfcdd1; }
.website-review-support figure:last-child { border-bottom: 1px solid #bfcdd1; }
.website-review-support figure::before { content: "“"; position: absolute; top: 22px; right: 22px; color: rgba(13,126,130,.12); font-family: Georgia, serif; font-size: 5rem; line-height: 1; }
.website-review-support blockquote { position: relative; z-index: 1; margin: 0; font-size: clamp(1.05rem, 1.45vw, 1.3rem); line-height: 1.52; }
.systems-problems-section { overflow: hidden; background: var(--paper); }
.systems-intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.systems-intro > p { max-width: 500px; padding-bottom: 8px; color: var(--muted); font-size: 1.05rem; }
.systems-problems { position: relative; margin-top: 76px; }
.systems-problems::before { content: ""; position: absolute; top: 0; bottom: 0; left: 31px; width: 1px; background: var(--line); }
.systems-problem { position: relative; display: grid; grid-template-columns: 64px .85fr 1.15fr; gap: 42px; padding: 0 0 72px; }
.systems-problem:last-child { padding-bottom: 0; }
.systems-number { position: relative; z-index: 1; display: grid; width: 64px; height: 64px; border: 1px solid #9fb9bf; border-radius: 50%; place-items: center; color: #087e82; background: var(--paper); font-size: .72rem; font-weight: 800; letter-spacing: .1em; }
.systems-question { padding: 7px 0 0; }
.systems-question > p, .systems-response-label { margin-bottom: 12px; color: #087e82; font-size: .7rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.systems-question h3 { max-width: 430px; font-size: clamp(1.55rem, 2.6vw, 2.35rem); }
.systems-response { padding: 30px 34px; border-top: 2px solid var(--teal); background: var(--white); box-shadow: 0 18px 50px rgba(6,20,37,.08); }
.systems-response > div { display: grid; grid-template-columns: .72fr 1.28fr; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.systems-response strong { color: var(--ink); font-size: .92rem; }
.systems-response span { color: var(--muted); font-size: .9rem; }
.systems-testimonial { position: relative; overflow: hidden; padding: 88px 0; background: #dcebec; }
.systems-testimonial::before { content: ""; position: absolute; top: -170px; left: -120px; width: 420px; height: 420px; border: 1px solid rgba(13,32,49,.07); border-radius: 50%; }
.systems-testimonial-grid { position: relative; display: grid; grid-template-columns: .68fr 1.32fr; gap: 76px; align-items: center; }
.systems-proof-map { position: relative; min-height: 360px; border-radius: 16px 70px 16px 16px; background-color: rgba(255,255,255,.28); background-image: radial-gradient(rgba(13,32,49,.1) 1px, transparent 1px); background-size: 18px 18px; box-shadow: inset 0 0 0 1px rgba(13,32,49,.06); }
.proof-map-orbit { position: absolute; z-index: 1; top: 50%; left: 50%; border: 1px solid rgba(13,126,130,.28); border-radius: 50%; transform: translate(-50%,-50%); }
.proof-map-orbit-outer { width: 292px; height: 292px; }
.proof-map-orbit-inner { width: 202px; height: 202px; border-color: rgba(13,32,49,.14); }
.proof-map-center, .proof-map-node { position: absolute; z-index: 2; display: grid; border-radius: 50%; place-items: center; font-weight: 800; }
.proof-map-center { top: calc(50% - 61px); left: calc(50% - 61px); width: 122px; height: 122px; color: var(--white); background: var(--navy-2); box-shadow: 0 18px 40px rgba(6,20,37,.2); font-size: 1.05rem; }
.proof-map-node { width: 82px; height: 82px; border: 1px solid #8daeb2; color: #087e82; background: rgba(255,255,255,.7); font-size: .72rem; }
.proof-map-audience { top: 18px; left: calc(50% - 41px); }.proof-map-ads { top: calc(50% - 41px); right: 18px; }.proof-map-leads { bottom: 18px; left: calc(50% - 41px); }
.systems-testimonial figure { position: relative; margin: 0; padding: 18px 0 18px 58px; border-left: 3px solid var(--teal); }
.systems-testimonial figure::after { content: "“"; position: absolute; top: -36px; right: 10px; color: rgba(13,32,49,.08); font-family: Georgia, serif; font-size: 10rem; line-height: 1; }
.systems-testimonial blockquote { position: relative; z-index: 1; margin: 28px 0 0; font-size: clamp(1.2rem, 1.8vw, 1.75rem); line-height: 1.5; letter-spacing: -.018em; }
.systems-testimonial figcaption { display: flex; gap: 5px; margin-top: 30px; flex-direction: column; }
.systems-testimonial figcaption strong { color: #087e82; }
.systems-testimonial figcaption span { color: var(--muted); font-size: .8rem; }
.flexible-support-section { position: relative; overflow: hidden; }
.flexible-support-section::before { content: ""; position: absolute; right: 6%; bottom: -170px; width: 420px; height: 420px; border: 1px solid rgba(22,214,197,.1); border-radius: 50%; }
.support-choices { position: relative; display: grid; grid-template-columns: 1fr 1fr; margin-top: 64px; border: 1px solid var(--line); box-shadow: 0 26px 70px rgba(6,20,37,.1); }
.support-choice { position: relative; min-height: 500px; padding: 42px 46px 48px; }
.support-choice-defined { background: var(--paper); }
.support-choice-diagnose { color: var(--white); background: var(--navy-2); }
.support-choice-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.support-choice-top span { color: #087e82; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.support-choice-diagnose .support-choice-top span { color: var(--cyan); }
.support-choice-top p { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.support-choice-defined .support-choice-top p { color: var(--muted); }
.support-choice-diagnose .support-choice-top p { color: #9fb2bc; }
.support-choice-mark { position: relative; width: 190px; height: 130px; margin: 64px 0 45px; }
.support-choice-mark i { position: absolute; left: 0; width: 112px; height: 1px; background: #9bb2b8; }
.support-choice-mark i:nth-child(1) { top: 18px; }
.support-choice-mark i:nth-child(2) { top: 52px; width: 148px; }
.support-choice-mark i:nth-child(3) { top: 86px; width: 86px; }
.support-choice-mark b { position: absolute; right: 0; bottom: 0; display: grid; width: 76px; height: 76px; border-radius: 50%; place-items: center; color: var(--navy); background: var(--teal); font-size: 2rem; }
.support-choice-search i { background: rgba(255,255,255,.25); }
.support-choice-search b { color: var(--cyan); background: transparent; border: 2px solid var(--cyan); }
.support-choice h3 { max-width: 430px; font-size: clamp(1.75rem, 3vw, 2.6rem); }
.support-choice > p:last-child { max-width: 500px; margin-top: 18px; }
.support-choice-defined > p:last-child { color: var(--muted); }
.support-choice-diagnose > p:last-child { color: #b9c9d1; }
.support-or { position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; width: 48px; height: 48px; border: 5px solid var(--white); border-radius: 50%; place-items: center; color: var(--white); background: #087e82; font-size: .7rem; font-weight: 800; text-transform: uppercase; transform: translate(-50%,-50%); }
.client-expectations-section { position: relative; overflow: hidden; }
.client-expectations-section::after { content: ""; position: absolute; top: 190px; right: -150px; width: 430px; height: 430px; border: 1px solid rgba(22,214,197,.09); border-radius: 50%; }
.client-expectations { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; margin-top: 66px; align-items: center; }
.expectations-anchor { position: relative; overflow: hidden; min-height: 510px; padding: 48px; color: var(--white); background: var(--navy-2); border-radius: 6px 72px 6px 6px; box-shadow: 0 28px 70px rgba(6,20,37,.15); }
.expectations-anchor::after { content: ""; position: absolute; right: -95px; bottom: -120px; width: 300px; height: 300px; border: 1px solid rgba(98,231,238,.15); border-radius: 50%; }
.expectations-anchor > p { color: var(--cyan); font-size: .72rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.expectations-anchor h3 { margin-top: 86px; font-size: clamp(1.65rem, 2.4vw, 2.35rem); font-weight: 600; line-height: 1.24; }
.expectations-signature { position: absolute; right: 48px; bottom: 42px; left: 48px; z-index: 1; display: flex; align-items: center; gap: 18px; color: #9fb2bc; font-size: .8rem; }
.expectations-signature i { flex: 1; height: 1px; background: rgba(255,255,255,.18); }
.expectation-commitments { display: grid; }
.expectation-commitments article { display: grid; grid-template-columns: 62px 1fr; gap: 20px; padding: 31px 0; border-top: 1px solid var(--line); }
.expectation-commitments article:last-child { border-bottom: 1px solid var(--line); }
.expectation-commitments article:nth-child(2) { margin-left: 7%; }
.expectation-commitments article:nth-child(3) { margin-left: 14%; }
.expectation-commitments article > span { display: grid; width: 44px; height: 44px; border: 1px solid #a8bec3; border-radius: 50%; place-items: center; color: #087e82; font-size: .68rem; font-weight: 800; }
.expectation-commitments article div > p:first-child { margin-bottom: 7px; color: #087e82; font-size: .68rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.expectation-commitments h3 { font-size: clamp(1.3rem, 2vw, 1.75rem); }
.expectation-commitments h3 + p { max-width: 530px; margin-top: 9px; color: var(--muted); }
.framework-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 60px; }
.framework-step { min-height: 270px; padding: 28px 22px; border-top: 2px solid var(--teal); background: var(--navy-2); }
.framework-step span { color: var(--cyan); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.framework-step h3 { margin-top: 48px; font-size: 1.4rem; }
.framework-step p { margin-top: 14px; color: #9fb2bc; font-size: .9rem; }

.logo-lockup { display: flex; align-items: center; gap: 15px; margin-bottom: 35px; }
.logo-lockup img { width: 220px; height: auto; object-fit: contain; }
.logo-lockup span { padding-left: 15px; border-left: 1px solid rgba(255,255,255,.3); color: #b9c9d1; font-size: .8rem; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-details { display: grid; gap: 24px; margin-top: 36px; }
.contact-details a { color: #087e82; font-weight: 750; text-decoration: none; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 38px; border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.field { display: grid; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .85rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; padding: 14px 16px; border: 1px solid #bdcbd0; border-radius: 9px; color: var(--ink); background: #fbfdfd; }
.field textarea { min-height: 140px; resize: vertical; }
.form-note { grid-column: 1 / -1; color: var(--muted); font-size: .78rem; }

.site-footer { padding: 66px 0 34px; color: #b7c6ce; background: #030e1a; }
.footer-top { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 64px; }
.footer-brand img { width: 210px; height: auto; object-fit: contain; }
.footer-brand p { max-width: 400px; margin-top: 22px; }
.footer-col strong { display: block; margin-bottom: 16px; color: var(--white); }
.footer-col a { display: block; margin: 8px 0; color: #b7c6ce; text-decoration: none; }
.footer-col a:hover { color: var(--cyan); }
.footer-action { display: block; margin: 8px 0; padding: 0; border: 0; color: #b7c6ce; background: transparent; text-align: left; cursor: pointer; }
.footer-action:hover { color: var(--cyan); }
.footer-bottom { display: flex; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); justify-content: space-between; gap: 20px; font-size: .78rem; }
.footer-legal { display: flex; gap: 10px; align-items: center; }
.footer-legal a { color: #b7c6ce; text-decoration: none; }
.footer-legal a:hover { color: var(--cyan); }
.legal-page { background: var(--paper); }
.legal-hero { min-height: 480px; }
.legal-body { padding-top: 90px; }
.legal-content { max-width: 900px; }
.legal-content h2 { margin: 46px 0 14px; font-size: clamp(1.55rem, 3vw, 2.2rem); }
.legal-content h3 { margin: 36px 0 14px; font-size: 1.35rem; }
.legal-content p { margin: 0 0 18px; color: var(--muted); }
.legal-content a { color: #087e82; }
.legal-updated { margin-bottom: 28px !important; color: var(--ink) !important; font-weight: 700; }

body.modal-open { overflow: hidden; }
.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: none; padding: 28px; overflow-y: auto; background: rgba(3,14,26,.82); backdrop-filter: blur(6px); }
.modal-backdrop.open { display: grid; place-items: center; }
.modal-panel { position: relative; width: min(760px, 100%); max-height: calc(100dvh - 56px); overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.modal-panel-calendar { width: min(930px, 100%); }
.modal-utility { display: flex; min-height: 54px; padding: 10px 76px 10px 22px; border-bottom: 1px solid var(--line); align-items: center; gap: 8px; color: var(--muted); background: var(--white); font-size: .83rem; }
.modal-utility button { padding: 0; border: 0; color: #087e82; background: transparent; font: inherit; font-weight: 800; cursor: pointer; }
.modal-close { position: absolute; z-index: 2; top: 8px; right: 10px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 4px; color: var(--ink); background: var(--white); font-size: 1.35rem; cursor: pointer; }
.modal-body { padding: 10px; }
.embed-frame { display: block; width: 100%; height: min(620px, calc(100dvh - 132px)); min-height: 430px; border: 0; background: var(--white); }
.operational-hero { padding: 174px 0 82px; color: var(--white); background: var(--navy); }
.operational-hero h1 { font-size: clamp(2.7rem, 5vw, 4.7rem); }
.operational-hero > .container > p:last-child { max-width: 720px; margin-top: 24px; color: #b9c9d1; font-size: 1.1rem; }
.operational-section { padding: 78px 0 110px; background: var(--paper); }
.operational-container { width: min(900px, calc(100% - 48px)); margin-inline: auto; }
.operational-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 44px; align-items: start; }
.operational-note { position: sticky; top: 124px; padding: 32px; border-top: 3px solid var(--teal); background: var(--white); box-shadow: var(--shadow); }
.operational-embed { padding: 12px; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: var(--white); box-shadow: var(--shadow); }
.operational-embed iframe { display: block; width: 100%; min-height: 680px; border: 0; }
.operational-embed-tall iframe { height: 1px; min-height: 0; overflow: hidden; }
.operational-survey iframe { min-height: 900px; }
.hubspot-form { min-height: 560px; padding: 34px; }
.confirmation-page { min-height: 720px; padding: 178px 0 110px; background: linear-gradient(180deg, var(--white), var(--paper)); }
.confirmation-page h1 { max-width: 920px; }
.confirmation-mark { display: grid; width: 66px; height: 66px; margin-bottom: 28px; border-radius: 50%; place-items: center; color: var(--navy); background: var(--teal); font-size: 1.8rem; font-weight: 900; }
.confirmation-lead { max-width: 760px; margin-top: 26px; color: var(--muted); font-size: 1.18rem; }
.confirmation-details { margin-top: 52px; padding: 38px; border-top: 3px solid var(--teal); background: var(--white); box-shadow: var(--shadow); }
.confirmation-details h2, .confirmation-columns h2 { font-size: clamp(1.6rem, 2.5vw, 2.2rem); }
.confirmation-details > p:last-child { margin-top: 28px; color: var(--muted); }
.confirmation-signoff { margin-top: 34px; color: var(--muted); }
.confirmation-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 56px; }
.confirmation-columns article { padding: 38px; border-top: 3px solid var(--teal); background: var(--white); box-shadow: var(--shadow); }
.confirmation-columns article > span { color: #087e82; font-size: .72rem; font-weight: 800; }
.confirmation-columns article h2 { margin-top: 28px; }
.confirmation-columns article > p { margin-top: 24px; color: var(--muted); }
.confirmation-simple { text-align: center; }
.confirmation-simple .confirmation-mark { margin-inline: auto; }
.confirmation-simple h1, .confirmation-simple .confirmation-lead { margin-inline: auto; }
.confirmation-simple .button { margin-top: 36px; }
.modal-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.modal-form .field-full { grid-column: 1 / -1; }
.button-quiet { border-color: #adc0c7; color: var(--ink); background: transparent; }
.button-quiet:hover { background: var(--white); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 92px; right: 24px; left: 24px; display: none; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; align-items: stretch; flex-direction: column; background: var(--navy-2); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links .button { margin-top: 8px; }
  .nav-links .header-phone { padding: 5px 0; }
  .proof-card { grid-template-columns: 1fr 1fr; }
  .quote-main { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--line); }
  .path-grid, .content-grid { grid-template-columns: 1fr 1fr; }
  .framework-grid { grid-template-columns: repeat(2, 1fr); }
  .split, .contact-grid { gap: 48px; }
  .website-pillars { gap: 42px; }
  .website-work-heading { gap: 50px; }
  .website-reviews-heading { gap: 50px; }
  .website-reviews { grid-template-columns: 1fr; }
  .website-review-feature { min-height: 520px; }
  .outcome-route { grid-template-columns: 50px .65fr 1fr .8fr; gap: 22px; }
  .systems-intro { gap: 48px; }
  .systems-problem { grid-template-columns: 64px .8fr 1.2fr; gap: 28px; }
  .systems-response > div { grid-template-columns: 1fr; gap: 7px; }
  .support-choice { padding: 36px; }
  .systems-testimonial-grid { gap: 44px; }
  .client-expectations { gap: 42px; }
  .dana-proof-grid { gap: 42px; }
  .growthwave-hero-layout { grid-template-columns: 1.25fr .75fr; gap: 42px; }
  .growthwave-video-heading { gap: 50px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .container { width: min(100% - 30px, var(--max)); }
  .section { padding: 78px 0; }
  .section-sm { padding: 54px 0; }
  .hero { min-height: 680px; padding-top: 145px; }
  .page-hero { min-height: 540px; }
  .growthwave-hero { min-height: auto; padding: 132px 0 72px; }
  .growthwave-hero-layout { grid-template-columns: 1fr; gap: 34px; }
  .growthwave-hero-brand { grid-row: 1; min-height: auto; padding: 4px 0 14px; }
  .growthwave-hero-brand img { width: min(280px, 88%); }
  .growthwave-hero-brand span { margin-top: 11px; }
  .growthwave-video-heading { grid-template-columns: 1fr; gap: 24px; }
  .growthwave-video-shell { margin-top: 42px; padding: 6px; }
  h1 { font-size: clamp(2.5rem, 11vw, 3.8rem); }
  .brand img { width: 184px; }
  .problem-grid, .path-grid, .content-grid, .split, .engagement-grid, .contact-grid, .footer-top { grid-template-columns: 1fr; }
  .problem-grid { gap: 1px; }
  .website-pillars { grid-template-columns: 1fr; gap: 38px; }
  .trust-feature { min-height: auto; padding: 30px; border-radius: 6px 46px 6px 6px; }
  .trust-signal { min-height: 145px; margin-bottom: 38px; }
  .website-work-heading { grid-template-columns: 1fr; gap: 24px; }
  .website-reviews-heading { grid-template-columns: 1fr; gap: 24px; }
  .website-reviews { margin-top: 48px; }
  .website-review-feature { min-height: 500px; padding: 44px 30px 34px; border-radius: 8px 52px 8px 8px; }
  .website-review-support figure { padding: 34px 24px; }
  .outcome-routes { margin-top: 52px; }
  .outcome-route, .outcome-route:nth-child(2), .outcome-route:nth-child(3) { grid-template-columns: 38px 1fr; gap: 16px 18px; margin-left: 0; padding: 32px 0; }
  .outcome-route > p, .outcome-route .route-services { grid-column: 2; }
  .route-services { margin-top: 4px; }
  .systems-intro { grid-template-columns: 1fr; gap: 24px; }
  .systems-problems { margin-top: 52px; }
  .systems-problems::before { left: 24px; }
  .systems-problem { grid-template-columns: 50px 1fr; gap: 18px; padding-bottom: 52px; }
  .systems-number { width: 50px; height: 50px; }
  .systems-question { padding-top: 2px; }
  .systems-response { grid-column: 2; padding: 24px 22px; }
  .support-choices { grid-template-columns: 1fr; }
  .systems-testimonial { padding: 76px 0; }
  .systems-testimonial-grid { grid-template-columns: 1fr; gap: 28px; }
  .systems-proof-map { min-height: 330px; }
  .proof-map-orbit-outer { width: 270px; height: 270px; }
  .proof-map-orbit-inner { width: 184px; height: 184px; }
  .proof-map-audience { top: 10px; }
  .proof-map-ads { right: 10px; }
  .proof-map-leads { bottom: 10px; }
  .systems-testimonial figure { padding: 24px 0 6px 28px; }
  .support-choice { min-height: auto; padding: 30px; }
  .support-choice-mark { margin: 44px 0 34px; }
  .support-or { top: 50%; left: 50%; transform: translate(-50%,-50%); }
  .client-expectations { grid-template-columns: 1fr; gap: 38px; }
  .expectations-anchor { min-height: 440px; padding: 32px; border-radius: 6px 48px 6px 6px; }
  .expectations-anchor h3 { margin-top: 62px; }
  .expectations-signature { right: 32px; bottom: 30px; left: 32px; }
  .expectation-commitments article, .expectation-commitments article:nth-child(2), .expectation-commitments article:nth-child(3) { margin-left: 0; grid-template-columns: 52px 1fr; }
  .path-card { min-height: 320px; }
  .dana-proof { padding: 68px 0; }
  .dana-proof-grid { grid-template-columns: 1fr; gap: 34px; }
  .dana-proof-aside { min-height: 300px; padding: 30px; border-radius: 6px 44px 6px 6px; }
  .dana-proof-aside h2 { margin-top: 8px; }
  .dana-review { padding: 36px 4px 12px 30px; }
  .dana-review::before { top: 36px; bottom: 12px; }
  .flow { grid-template-columns: 1fr; }
  .flow-arrow { transform: rotate(90deg); text-align: center; }
  .framework-grid { grid-template-columns: 1fr; }
  .framework-step { min-height: 220px; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .contact-form { grid-template-columns: 1fr; padding: 24px; }
  .field-full { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .portrait-tag { right: 12px; }
  .portrait-name { min-width: 210px; }
  .modal-backdrop { padding: 8px; }
  .modal-panel { max-height: calc(100dvh - 16px); }
  .modal-utility { min-height: 50px; padding: 8px 54px 8px 14px; gap: 4px; align-items: flex-start; flex-direction: column; font-size: .76rem; }
  .modal-close { top: 7px; right: 8px; width: 36px; height: 36px; }
  .modal-body { padding: 6px; }
  .modal-form { grid-template-columns: 1fr; }
  .modal-form .field-full { grid-column: auto; }
  .embed-frame { height: calc(100dvh - 84px); min-height: 0; }
  .operational-hero { padding: 142px 0 64px; }
  .operational-section { padding: 54px 0 78px; }
  .operational-container { width: min(100% - 30px, 900px); }
  .operational-grid, .confirmation-columns { grid-template-columns: 1fr; }
  .operational-note { position: static; }
  .operational-embed { padding: 6px; }
  .confirmation-page { padding: 142px 0 78px; }
  .confirmation-details, .confirmation-columns article { padding: 28px 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .home-hero-video { display: none; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
