:root {
  --ink: #10243d;
  --ink-soft: #50647b;
  --blue: #397cf6;
  --blue-deep: #1557d5;
  --aqua: #57d9e8;
  --violet: #8978ff;
  --ice: #edf7ff;
  --line: rgba(35, 91, 145, 0.14);
  --white: #ffffff;
  --surface: rgba(255, 255, 255, 0.76);
  --shadow: 0 28px 80px rgba(35, 88, 145, 0.13);
  --shadow-small: 0 14px 40px rgba(35, 88, 145, 0.10);
  --radius: 24px;
  --radius-small: 15px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 100px; }

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #fbfdff 0%, #f5faff 32%, #ffffff 67%, #f5faff 100%);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.18;
  z-index: -1;
  background-image: radial-gradient(rgba(57, 124, 246, 0.25) 0.6px, transparent 0.6px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, black, transparent 58%);
}

img, svg { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", system-ui, sans-serif; letter-spacing: -0.035em; line-height: 1.12; }
h1 { font-size: clamp(3.3rem, 7vw, 6.7rem); margin-bottom: 26px; font-weight: 800; }
h2 { font-size: clamp(2.15rem, 4.5vw, 4rem); margin-bottom: 22px; }
h3 { font-size: 1.35rem; }
p { color: var(--ink-soft); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 20px; top: 14px; z-index: 999; transform: translateY(-150%); padding: 10px 16px; border-radius: 10px; background: var(--ink); color: white; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

.ambient { position: fixed; border-radius: 50%; filter: blur(40px); pointer-events: none; z-index: -2; opacity: .5; }
.ambient-one { width: 500px; height: 500px; top: -180px; right: -160px; background: rgba(93, 203, 255, .25); }
.ambient-two { width: 440px; height: 440px; top: 44%; left: -260px; background: rgba(142, 116, 255, .15); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
  transition: background .25s ease, box-shadow .25s ease, padding .25s ease;
}
.site-header.scrolled { padding: 12px 0; background: rgba(250, 253, 255, .84); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 800 1.38rem/1 "Manrope", sans-serif; letter-spacing: -.045em; text-decoration: none; }
.brand-accent { color: var(--blue); }
.brand-mark { width: 31px; aspect-ratio: 1; position: relative; display: grid; place-items: center; border-radius: 10px; transform: rotate(45deg); background: linear-gradient(135deg, #64dcea, #4c8cff 56%, #9c82ff); box-shadow: inset 0 1px 1px rgba(255,255,255,.75), 0 5px 15px rgba(57,124,246,.2); }
.brand-mark span { width: 12px; height: 12px; background: white; border-radius: 4px 8px 4px 8px; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav > a { color: #365069; font-weight: 600; font-size: .93rem; text-decoration: none; }
.site-nav > a:hover { color: var(--blue); }
.menu-button { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 13px 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 700; font-size: .96rem; line-height: 1.2; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(57,124,246,.28); outline-offset: 3px; }
.button-primary { position: relative; color: white; background: linear-gradient(115deg, var(--blue-deep), #508cf8 48%, #736bf2); box-shadow: 0 13px 28px rgba(44, 105, 224, .28); overflow: hidden; }
.button-primary::before { content: ""; position: absolute; inset: -100% -30%; background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,.35) 49%, transparent 58%); transform: translateX(-70%); transition: transform .65s ease; }
.button-primary:hover::before { transform: translateX(70%); }
.button-primary > * { position: relative; }
.button-secondary { color: var(--blue-deep); background: rgba(255,255,255,.76); border-color: rgba(57,124,246,.22); box-shadow: 0 8px 20px rgba(39,100,174,.07); }
.button-secondary:hover { border-color: rgba(57,124,246,.5); box-shadow: 0 12px 26px rgba(39,100,174,.12); }
.button-small { min-height: 43px; padding: 9px 16px; color: white !important; background: linear-gradient(115deg, var(--blue-deep), #6a75f3); box-shadow: 0 8px 18px rgba(44,105,224,.2); }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--blue-deep); font-weight: 700; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }

.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--blue-deep); font-weight: 800; font-size: .79rem; line-height: 1.2; letter-spacing: .1em; text-transform: uppercase; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 5px rgba(87,217,232,.15); }
.section-heading { max-width: 800px; margin-bottom: 55px; }
.section-heading > p:not(.eyebrow) { max-width: 700px; font-size: 1.08rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p { margin-inline: auto; }

.hero { min-height: 790px; padding-top: 180px; padding-bottom: 100px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 60px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(3.3rem, 5.5vw, 5rem); }
.hero h1 .text-shimmer { display: block; }
.hero-lead { max-width: 675px; margin-bottom: 32px; font-size: clamp(1.12rem, 2vw, 1.35rem); line-height: 1.63; }
.text-shimmer { color: transparent; background: linear-gradient(100deg, #1c63d9 0%, #56cfdc 33%, #7c6de9 55%, #2d76e8 80%, #1c63d9 100%); background-size: 220% auto; background-clip: text; -webkit-background-clip: text; animation: shimmer-text 7s linear infinite; }
@keyframes shimmer-text { to { background-position: 220% center; } }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-bottom: 28px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; margin: 0; padding: 0; list-style: none; color: #4b6074; font-size: .88rem; font-weight: 600; }
.trust-list span { color: #22a2b8; margin-right: 5px; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.glass-card { border: 1px solid rgba(255,255,255,.85); background: rgba(255,255,255,.68); box-shadow: var(--shadow), inset 0 1px 0 white; backdrop-filter: blur(22px); }
.search-card { position: relative; z-index: 3; width: min(100%, 480px); padding: 19px; border-radius: 28px; transform: rotate(1.5deg); }
.window-bar { display: flex; align-items: center; gap: 7px; padding: 2px 2px 17px; border-bottom: 1px solid var(--line); }
.window-bar > span { width: 9px; height: 9px; border-radius: 50%; background: #d5e3ef; }
.window-bar > span:nth-child(1) { background: #77cfea; }
.window-bar > span:nth-child(2) { background: #9b91e9; }
.window-bar small { margin-left: auto; color: #8a9bae; font-weight: 700; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.prompt-row { display: grid; grid-template-columns: 39px 1fr; gap: 13px; align-items: start; margin: 22px 2px 17px; padding: 15px; border-radius: 16px; background: linear-gradient(135deg, rgba(225,242,255,.8), rgba(243,240,255,.8)); }
.prompt-row p { margin: 2px 0 0; color: #23405d; font-weight: 700; line-height: 1.45; }
.prompt-icon { display: grid; place-items: center; width: 39px; aspect-ratio: 1; border-radius: 12px; color: white; background: linear-gradient(135deg, var(--aqua), var(--violet)); box-shadow: 0 8px 15px rgba(81,139,223,.2); }
.thinking-line { height: 4px; margin: 0 4px 19px; border-radius: 5px; overflow: hidden; background: #edf4f8; }
.thinking-line span { display: block; width: 42%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--aqua), var(--blue), var(--violet)); animation: thinking 3s ease-in-out infinite; }
@keyframes thinking { 50% { transform: translateX(140%); } }
.answer-card { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 17px; border: 1px solid rgba(83,137,207,.14); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 10px 26px rgba(35,88,145,.07); }
.answer-logo { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: var(--blue-deep); font: 800 1.1rem "Manrope"; background: linear-gradient(145deg, white, #ddecff); box-shadow: inset 0 0 0 1px white, 0 5px 12px rgba(28,92,170,.12); }
.mini-label { display: block; margin-bottom: 3px; color: #4a83d7; font-size: .66rem; letter-spacing: .1em; font-weight: 800; text-transform: uppercase; }
.answer-card strong { display: block; margin-bottom: 5px; font-family: "Manrope"; font-size: .96rem; line-height: 1.3; }
.answer-card p { margin: 0; font-size: .78rem; line-height: 1.45; }
.signal-row { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 18px; color: #6d8297; font-size: .7rem; font-weight: 700; }
.signal-row i { width: 18px; height: 1px; background: linear-gradient(90deg, #b9cbda, #70b9eb); }
.orbit { position: absolute; border: 1px solid rgba(61,135,221,.15); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; animation: orbit 20s linear infinite; }
.orbit-two { width: 385px; height: 385px; border-style: dashed; animation: orbit 16s linear infinite reverse; }
@keyframes orbit { to { transform: rotate(360deg); } }
.float-pill { position: absolute; z-index: 5; padding: 9px 14px; border: 1px solid rgba(255,255,255,.9); border-radius: 99px; color: #45617c; background: rgba(255,255,255,.76); box-shadow: var(--shadow-small); backdrop-filter: blur(12px); font-size: .74rem; font-weight: 800; animation: float 4s ease-in-out infinite; }
.pill-one { top: 55px; left: 7px; }
.pill-two { right: -5px; bottom: 82px; animation-delay: -1.2s; }
.pill-three { left: 2px; bottom: 57px; animation-delay: -2.1s; }
@keyframes float { 50% { transform: translateY(-10px); } }

.proof-strip { position: relative; z-index: 4; border-block: 1px solid var(--line); background: rgba(255,255,255,.52); backdrop-filter: blur(10px); }
.proof-grid { min-height: 78px; display: grid; grid-template-columns: 1.2fr repeat(4, 1fr); align-items: center; gap: 22px; }
.proof-grid p { margin: 0; font-size: .73rem; letter-spacing: .1em; font-weight: 800; text-transform: uppercase; }
.proof-grid div { color: #456078; font-weight: 700; font-size: .9rem; }
.proof-grid div span { margin-right: 7px; color: #60cbdc; }

.shift-section { background: linear-gradient(180deg, rgba(237,247,255,.35), rgba(255,255,255,.6)); }
.comparison-grid { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: stretch; max-width: 1010px; }
.comparison-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: var(--shadow-small); }
.comparison-card h3 { min-height: 60px; margin: 14px 0 25px; font-size: 1.34rem; }
.comparison-card > p { margin: 23px 0 0; font-size: .93rem; }
.card-tag { display: inline-block; padding: 5px 9px; border-radius: 8px; color: #688095; background: #edf3f7; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.new-way { position: relative; border-color: rgba(74,133,237,.3); background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(235,245,255,.9)); overflow: hidden; }
.new-way::after { content: ""; position: absolute; width: 160px; height: 160px; right: -50px; bottom: -70px; border-radius: 50%; background: rgba(98,205,232,.12); filter: blur(10px); }
.new-way .card-tag { color: var(--blue-deep); background: #e4efff; }
.shift-arrow { display: grid; place-items: center; color: #76a1cf; font-size: 1.5rem; }
.search-lines, .answer-lines { display: grid; gap: 10px; }
.search-lines span, .answer-lines span { height: 9px; border-radius: 8px; background: #e8eff4; }
.search-lines span:nth-child(2) { width: 83%; }
.search-lines span:nth-child(3) { width: 92%; }
.search-lines span:nth-child(4) { width: 66%; }
.answer-lines span { background: linear-gradient(90deg, #dbeaff, #e7e5ff); }
.answer-lines span:nth-child(2) { width: 89%; }
.answer-lines span:nth-child(3) { width: 72%; }
.honest-note { display: flex; align-items: flex-start; gap: 15px; max-width: 1010px; margin-top: 25px; padding: 19px 23px; border: 1px solid rgba(52,129,229,.16); border-radius: 15px; background: rgba(235,246,255,.75); }
.honest-note p { margin: 0; font-size: .9rem; }
.note-icon { flex: 0 0 25px; display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: white; background: var(--blue); font-weight: 800; font-size: .78rem; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.step-card { position: relative; min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: 0 16px 44px rgba(43,93,146,.08); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.step-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -75px; bottom: -85px; border-radius: 50%; background: linear-gradient(135deg, rgba(85,212,230,.13), rgba(124,109,233,.12)); }
.step-number { position: absolute; top: 24px; right: 26px; color: #b0c4d6; font: 800 .74rem "Manrope"; letter-spacing: .1em; }
.step-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 60px; border-radius: 18px; color: var(--blue-deep); background: linear-gradient(145deg, white, #dfeeff); box-shadow: inset 0 0 0 1px white, 0 9px 23px rgba(42,107,185,.15); font-size: 1.4rem; }
.step-card h3 { margin-bottom: 12px; }
.step-card p { margin: 0; font-size: .94rem; }

.business-section { background: linear-gradient(135deg, #f0f8ff 0%, #fcfdff 48%, #f7f4ff 100%); border-block: 1px solid var(--line); }
.business-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: center; }
.business-grid .section-heading { margin: 0; }
.business-cards { display: grid; gap: 18px; }
.business-card { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 28px; border: 1px solid rgba(255,255,255,.9); border-radius: var(--radius); background: rgba(255,255,255,.7); box-shadow: var(--shadow-small); backdrop-filter: blur(16px); }
.business-symbol { display: grid; place-items: center; width: 72px; height: 72px; border-radius: 23px; font: 800 1.25rem "Manrope"; }
.appointment-symbol { color: #2278c3; background: linear-gradient(145deg, #e7f8ff, #d8e7ff); }
.local-symbol { color: #7659cc; background: linear-gradient(145deg, #fff1fa, #eae2ff); }
.business-card h3 { margin: 4px 0 9px; }
.business-card p { margin-bottom: 14px; font-size: .92rem; }
.business-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.business-card li { padding: 5px 9px; border-radius: 8px; color: #60738a; background: rgba(232,241,250,.8); font-size: .73rem; font-weight: 700; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 245px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease; }
.service-card:hover { background: rgba(239,247,255,.7); }
.service-card > span { display: inline-block; margin-bottom: 54px; color: #75a4d5; font: 800 .7rem "Manrope"; letter-spacing: .1em; }
.service-card h3 { margin-bottom: 10px; }
.service-card p { margin: 0; font-size: .91rem; }

.team-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; align-items: center; padding: 70px; border: 1px solid rgba(68,127,209,.16); border-radius: 34px; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(235,246,255,.82)); box-shadow: var(--shadow); overflow: hidden; }
.team-visual { position: relative; min-height: 350px; display: grid; place-items: center; }
.team-core { position: relative; z-index: 3; display: grid; place-items: center; width: 126px; height: 126px; border-radius: 39px; color: white; background: linear-gradient(135deg, #58d3e2, #397cf6 50%, #8875ef); box-shadow: 0 24px 50px rgba(66,113,208,.25), inset 0 1px 1px rgba(255,255,255,.8); font: 800 2.3rem "Manrope"; transform: rotate(8deg); }
.team-core::after { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(255,255,255,.4); border-radius: 31px; }
.team-node { position: absolute; z-index: 4; display: grid; place-items: center; min-width: 70px; height: 44px; padding: 0 12px; border: 1px solid white; border-radius: 14px; color: #4b6580; background: rgba(255,255,255,.9); box-shadow: var(--shadow-small); font-size: .74rem; font-weight: 800; }
.node-one { top: 30px; left: 27px; }
.node-two { top: 55px; right: 10px; }
.node-three { bottom: 35px; left: 38px; }
.connector { position: absolute; z-index: 1; width: 140px; height: 1px; transform-origin: left center; background: linear-gradient(90deg, rgba(83,143,214,.15), rgba(83,143,214,.5)); }
.connector-one { left: 80px; top: 100px; transform: rotate(33deg); }
.connector-two { left: 53%; top: 48%; transform: rotate(-35deg); }
.connector-three { left: 83px; bottom: 88px; transform: rotate(-25deg); }
.team-copy h2 { font-size: clamp(2rem, 3.7vw, 3.3rem); }
.team-copy > p:not(.eyebrow) { font-size: 1.02rem; }
.team-values { display: grid; gap: 16px; margin-top: 30px; }
.team-values div { display: grid; grid-template-columns: 145px 1fr; gap: 15px; padding-top: 15px; border-top: 1px solid var(--line); }
.team-values strong { font-family: "Manrope"; font-size: .9rem; }
.team-values span { color: var(--ink-soft); font-size: .86rem; }

.pricing-section { background: linear-gradient(180deg, rgba(242,248,255,.55), rgba(255,255,255,.9)); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.8); box-shadow: var(--shadow-small); }
.price-card.featured { transform: translateY(-13px); border-color: rgba(60,126,238,.38); background: linear-gradient(145deg, #ffffff, #edf6ff); box-shadow: 0 28px 75px rgba(39,98,183,.18); }
.popular-tag { position: absolute; top: 0; right: 25px; transform: translateY(-50%); padding: 6px 11px; border-radius: 99px; color: white; background: linear-gradient(100deg, #3b83ec, #786dec); font-size: .67rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.plan-label { margin-bottom: 8px; color: var(--blue-deep); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { min-height: 50px; margin-bottom: 17px; }
.price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 13px; }
.price strong { font: 800 2.65rem "Manrope"; letter-spacing: -.06em; }
.price span { color: #728498; font-size: .78rem; font-weight: 700; }
.plan-summary { min-height: 72px; font-size: .91rem; }
.price-card ul { display: grid; gap: 11px; margin: 14px 0 28px; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 23px; color: #51667c; font-size: .86rem; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: #26a2b3; font-weight: 800; }
.price-card .button { width: 100%; margin-top: auto; }
.price-card > small { display: block; margin-top: 11px; color: #708397; text-align: center; }
.pricing-note { max-width: 760px; margin: 25px auto 0; text-align: center; font-size: .8rem; }

.checklist-panel { display: grid; grid-template-columns: 300px 1fr; gap: 55px; align-items: center; padding: 55px 70px; border: 1px solid rgba(59,129,226,.16); border-radius: 30px; background: linear-gradient(115deg, rgba(230,247,255,.92), rgba(255,255,255,.92) 50%, rgba(239,234,255,.82)); box-shadow: var(--shadow); }
.checklist-panel h2 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.2rem); }
.checklist-panel p:not(.eyebrow) { max-width: 660px; }
.checklist-art { position: relative; height: 230px; }
.sheet { position: absolute; width: 150px; height: 190px; left: 65px; top: 15px; border-radius: 15px; }
.sheet-back { transform: rotate(-9deg); background: linear-gradient(145deg, #a9dce7, #b9b2ec); }
.sheet-front { z-index: 2; display: grid; align-content: center; gap: 17px; padding: 35px 26px; transform: rotate(5deg); background: rgba(255,255,255,.92); box-shadow: 0 20px 38px rgba(53,95,151,.2); }
.sheet-front i { display: block; height: 8px; border-radius: 7px; background: #deebf4; }
.sheet-front i::before { content: "✓"; display: block; transform: translate(-16px,-8px); color: var(--blue); font: 800 .8rem "DM Sans"; }
.sparkle { position: absolute; z-index: 3; color: #5fcad9; }
.sparkle-one { left: 33px; top: 30px; font-size: 1.8rem; }
.sparkle-two { right: 25px; bottom: 32px; color: #8774e8; font-size: 1.2rem; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 85px; align-items: start; }
.faq-grid .section-heading { position: sticky; top: 130px; margin: 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; gap: 30px; padding: 24px 0; border: 0; color: var(--ink); background: transparent; text-align: left; font: 700 1.05rem/1.4 "Manrope"; letter-spacing: -.02em; }
.faq-item button span { position: relative; flex: 0 0 28px; width: 28px; height: 28px; border: 1px solid var(--line); border-radius: 50%; background: #f6faff; }
.faq-item button span::before, .faq-item button span::after { content: ""; position: absolute; left: 8px; top: 13px; width: 10px; height: 1.5px; background: var(--blue); transition: transform .2s ease; }
.faq-item button span::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] span::after { transform: rotate(0); }
.faq-answer { padding: 0 55px 20px 0; }
.faq-answer p { margin: 0; font-size: .93rem; }

.audit-section { padding-top: 80px; }
.audit-panel { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; padding: 75px; border-radius: 36px; background: linear-gradient(135deg, #102e51, #173f71 45%, #343f82); box-shadow: 0 35px 90px rgba(21,60,106,.25); overflow: hidden; }
.audit-panel::before { content: ""; position: absolute; width: 440px; height: 440px; top: -300px; left: -100px; border: 1px solid rgba(122,213,237,.25); border-radius: 50%; box-shadow: 0 0 0 60px rgba(122,213,237,.035), 0 0 0 120px rgba(122,213,237,.025); }
.audit-copy { position: relative; z-index: 2; }
.audit-copy .eyebrow { color: #80dce8; }
.audit-copy h2 { color: white; font-size: clamp(2.25rem, 4vw, 3.65rem); }
.audit-copy > p:not(.eyebrow) { color: #b9cce1; }
.audit-points { display: grid; gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; }
.audit-points li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; }
.audit-points li > span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: #102f52; background: #7bdbe6; font-size: .75rem; font-weight: 800; }
.audit-points strong { display: block; color: white; font-size: .88rem; }
.audit-points small { display: block; color: #9fb6ce; line-height: 1.4; }
.form-card { position: relative; z-index: 2; padding: 37px; border: 1px solid rgba(255,255,255,.5); border-radius: 25px; background: rgba(255,255,255,.97); box-shadow: 0 25px 60px rgba(7,31,60,.3); }
.form-step { color: var(--blue-deep); font-size: .68rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.form-heading h3 { margin: 5px 0 24px; font-size: 1.55rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 6px; }
.full-field { grid-column: 1 / -1; }
.field label { color: #344e69; font-size: .76rem; font-weight: 700; }
.field label span { color: #8293a5; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #d7e2ec; border-radius: 11px; color: var(--ink); background: #fbfdff; padding: 11px 13px; font-size: .88rem; transition: border-color .2s ease, box-shadow .2s ease; }
.field input, .field select { min-height: 48px; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: #72a8f0; box-shadow: 0 0 0 4px rgba(71,137,231,.1); outline: 0; }
.field input::placeholder, .field textarea::placeholder { color: #9ba9b8; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.consent-row { display: grid; grid-template-columns: 17px 1fr; gap: 10px; align-items: start; margin: 18px 0; color: #687b8e; font-size: .72rem; line-height: 1.45; }
.consent-row input { margin: 2px 0 0; accent-color: var(--blue); }
.consent-row a { color: var(--blue-deep); }
.submit-button { width: 100%; }
.submit-button[disabled] { opacity: .68; cursor: wait; transform: none; }
.form-status { display: none; margin: 13px 0 0; padding: 10px 12px; border-radius: 9px; font-size: .78rem; line-height: 1.45; }
.form-status.success, .form-status.error { display: block; }
.form-status.success { color: #14644e; background: #e5f8f0; }
.form-status.error { color: #8a3140; background: #fff0f2; }
.form-footnote { margin: 12px 0 0; color: #8696a6; text-align: center; font-size: .67rem; }
.turnstile-wrap { margin: 16px 0; }

.site-footer { padding: 75px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 60px; padding-bottom: 50px; }
.footer-brand { margin-bottom: 20px; }
.footer-grid > div:first-child p { max-width: 350px; font-size: .88rem; }
.footer-grid h2 { margin-bottom: 16px; color: #7890a7; font: 800 .69rem "DM Sans"; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a, .footer-grid span { color: #51677d; font-size: .82rem; text-decoration: none; }
.footer-grid a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding-top: 23px; border-top: 1px solid var(--line); }
.footer-bottom p { margin: 0; max-width: 640px; font-size: .72rem; }

.legal-page { min-height: 100vh; }
.legal-header { padding: 16px 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.8); }
.legal-header .container { display: flex; justify-content: space-between; align-items: center; }
.legal-header a:last-child { color: var(--blue-deep); font-weight: 700; font-size: .88rem; text-decoration: none; }
.legal-content { width: min(calc(100% - 40px), 820px); margin: 0 auto; padding: 90px 0 120px; }
.legal-content h1 { font-size: clamp(2.8rem, 7vw, 4.6rem); }
.legal-content h2 { margin-top: 45px; font-size: 1.55rem; }
.legal-content h3 { margin-top: 28px; font-size: 1.08rem; }
.legal-content p, .legal-content li { font-size: .95rem; }
.legal-content li { margin-bottom: 8px; color: var(--ink-soft); }
.legal-meta { margin-bottom: 40px; }
.legal-callout { margin: 35px 0; padding: 20px 23px; border: 1px solid var(--line); border-radius: 15px; background: var(--ice); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
.reveal-delay-small { transition-delay: .09s; }
.reveal-delay { transition-delay: .18s; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .site-nav { position: absolute; top: calc(100% + 10px); left: 20px; right: 20px; display: none; align-items: stretch; flex-direction: column; gap: 4px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); backdrop-filter: blur(20px); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 9px 10px; }
  .menu-button { display: grid; place-content: center; gap: 6px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.8); }
  .menu-button span:not(.sr-only) { display: block; width: 19px; height: 2px; background: var(--ink); }
  .hero { min-height: auto; padding-top: 145px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 500px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); padding: 22px 0; }
  .proof-grid p { grid-column: 1 / -1; }
  .steps-grid, .pricing-grid { grid-template-columns: 1fr; }
  .step-card { min-height: auto; }
  .step-icon { margin-bottom: 45px; }
  .business-grid, .team-panel, .faq-grid, .audit-panel { grid-template-columns: 1fr; }
  .business-grid { gap: 50px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .team-panel { padding: 55px; gap: 40px; }
  .team-visual { min-height: 300px; max-width: 500px; width: 100%; margin: auto; }
  .price-card.featured { transform: none; }
  .checklist-panel { grid-template-columns: 230px 1fr; padding: 48px; }
  .sheet { left: 37px; }
  .faq-grid { gap: 45px; }
  .faq-grid .section-heading { position: static; }
  .audit-panel { padding: 58px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 650px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero h1 { font-size: clamp(3rem, 12vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .site-header { padding: 13px 0; }
  .hero { padding-top: 125px; padding-bottom: 65px; }
  .hero-grid { gap: 38px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .text-link { justify-content: center; }
  .trust-list { gap: 10px 16px; }
  .hero-visual { min-height: 390px; }
  .search-card { padding: 13px; border-radius: 22px; transform: none; }
  .prompt-row { grid-template-columns: 34px 1fr; margin-top: 14px; padding: 12px; }
  .prompt-icon { width: 34px; }
  .prompt-row p { font-size: .8rem; }
  .answer-card { grid-template-columns: 39px 1fr; gap: 10px; padding: 13px; }
  .answer-logo { width: 39px; height: 39px; }
  .float-pill { font-size: .62rem; padding: 7px 10px; }
  .pill-one { top: -3px; }
  .pill-two { bottom: 4px; }
  .pill-three { left: 10px; bottom: -8px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 300px; height: 300px; }
  .proof-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .comparison-grid { grid-template-columns: 1fr; gap: 14px; }
  .shift-arrow { transform: rotate(90deg); }
  .comparison-card { padding: 23px; }
  .comparison-card h3 { min-height: auto; }
  .steps-grid { gap: 14px; }
  .step-card { padding: 25px; }
  .business-card { grid-template-columns: 1fr; padding: 24px; }
  .business-symbol { width: 58px; height: 58px; border-radius: 18px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; padding: 27px; }
  .service-card > span { margin-bottom: 35px; }
  .team-panel { padding: 32px 24px; border-radius: 25px; }
  .team-visual { min-height: 260px; transform: scale(.86); }
  .team-values div { grid-template-columns: 1fr; gap: 4px; }
  .price-card { padding: 27px 23px; }
  .checklist-panel { grid-template-columns: 1fr; padding: 33px 24px; gap: 15px; }
  .checklist-art { width: 260px; margin: auto; }
  .faq-item button { font-size: .96rem; }
  .faq-answer { padding-right: 15px; }
  .audit-panel { width: calc(100% - 16px); padding: 35px 20px; gap: 45px; border-radius: 25px; }
  .form-card { padding: 25px 18px; }
  .field-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

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