:root {
  --midnight: #071821;
  --deep: #0d2b3a;
  --blue: #13394a;
  --green: #4aba5b;
  --green-bright: #4aba5b;
  --paper: #f4f4ef;
  --ink: #08151b;
  --muted: #aebfc5;
  --line: rgba(255,255,255,.13);
  --error: #ff8376;
  --ease: cubic-bezier(.4,0,.2,1);
  --quick: 160ms;
  --standard: 420ms;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #f5f8f6; background: var(--midnight); font-family: "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; line-height: 1.5; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1,h2,h3,h4,blockquote { font-kerning: normal; font-feature-settings: "kern" 1; text-rendering: optimizeLegibility; }
:focus-visible { outline: 3px solid var(--green-bright); outline-offset: 4px; }
.noscript-note { margin: 0; padding: 18px 24px; color: var(--ink); background: #f3c969; font-weight: 750; }

.site-header { position: sticky; top: 0; z-index: 60; min-height: 84px; padding: 14px clamp(18px,5vw,76px); display: grid; grid-template-columns: 220px 1fr auto; gap: 32px; align-items: center; background: rgba(7,24,33,.94); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.brand img { width: 210px; }
.site-header nav { display: flex; justify-content: center; gap: clamp(22px,3vw,46px); }
.site-header nav a, .header-action { font-weight: 700; text-decoration: none; }
.site-header nav a { color: #ced9dc; }
.site-header nav a:hover { color: #fff; }
.header-action { min-height: 50px; padding: 12px 20px; display: inline-flex; align-items: center; color: var(--ink); border: 0; border-radius: 999px; background: var(--green); cursor: pointer; }
.nav-contact { display: none; }
.menu-button { display: none; min-height: 48px; padding: 10px 15px; color: #fff; border: 1px solid rgba(255,255,255,.3); background: transparent; }

.hero { position: relative; min-height: min(900px, calc(100vh - 84px)); padding: 100px clamp(22px,7vw,110px); display: flex; align-items: center; overflow: hidden; isolation: isolate; }
.hero-scene { position: absolute; inset: 0; z-index: -2; background: linear-gradient(135deg,var(--midnight),var(--blue)); }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.025); transition: opacity 1.25s var(--ease),transform 7s linear; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-scene::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg,rgba(7,24,33,.99) 0%,rgba(7,24,33,.94) 31%,rgba(7,24,33,.5) 58%,rgba(7,24,33,.08) 84%),linear-gradient(0deg,rgba(7,24,33,.58),transparent 45%); }
.hero-copy { width: min(790px,60vw); }
.eyebrow { margin: 0 0 22px; color: var(--green-bright); font-weight: 750; }
.hero h1 { max-width: 900px; margin: 0; font-size: clamp(64px,7.1vw,118px); line-height: .92; letter-spacing: -.035em; }
.hero-copy > p:not(.eyebrow):not(.service-line) { max-width: 735px; color: #d7e0e3; font-size: clamp(20px,1.6vw,25px); }
.button { min-height: 56px; padding: 14px 24px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; text-decoration: none; font-weight: 780; cursor: pointer; transition: transform var(--quick) var(--ease),box-shadow var(--quick) var(--ease); }
.button:hover { transform: translateY(-2px); }
.button-green { color: var(--ink); background: var(--green); box-shadow: 0 12px 35px rgba(74,186,91,.17); }
.button-outline { color: #fff; border: 1px solid rgba(255,255,255,.48); background: rgba(7,24,33,.32); backdrop-filter: blur(10px); }
.button-outline:hover { border-color: #fff; background: rgba(7,24,33,.58); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.service-line { max-width: 720px; margin: 28px 0 0; color: #b9cbd0; }
.service-line span { color: var(--green); font-weight: 850; }
.hero-scroll { position: absolute; right: clamp(22px,5vw,76px); bottom: 34px; display: flex; gap: 16px; align-items: center; color: #d9e2e4; text-decoration: none; }
.hero-scroll i { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-style: normal; }

.section-intro h2 { max-width: 1100px; margin: 0; font-size: clamp(54px,7vw,106px); line-height: .96; letter-spacing: -.038em; }
.section-intro > p:last-child { max-width: 720px; color: var(--muted); font-size: 22px; }
.section-intro.centered { text-align: center; }
.section-intro.centered h2,.section-intro.centered > p:last-child { margin-left: auto; margin-right: auto; }

.system { padding: clamp(110px,12vw,180px) clamp(22px,7vw,110px); background: linear-gradient(155deg,var(--deep),var(--midnight) 72%); }
.journey-screen { max-width: 1180px; margin: 90px auto 0; padding: 0 32px 32px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(145deg,var(--blue),var(--midnight)); box-shadow: 0 45px 100px rgba(1,10,15,.35); overflow: hidden; }
.journey-top { min-height: 76px; display: flex; justify-content: space-between; align-items: center; color: #9cb0b7; border-bottom: 1px solid var(--line); font-weight: 750; }
.online { color: var(--green-bright); }
.lead-path { display: grid; grid-template-columns: repeat(3,1fr); }
.journey-step { position: relative; min-height: 390px; padding: 42px 42px 28px 0; border-right: 1px solid rgba(255,255,255,.1); }
.journey-step + .journey-step { padding-left: 42px; }
.journey-step:last-child { padding-right: 0; border-right: 0; }
.step-number { display: block; color: rgba(255,255,255,.28); font-size: clamp(54px,5vw,76px); font-weight: 760; line-height: 1; letter-spacing: -.035em; }
.step-outcome { margin: 42px 0 8px; color: var(--green); font-size: 18px; font-weight: 820; text-transform: uppercase; letter-spacing: .035em; }
.journey-step h3 { margin: 0; color: #fff; font-size: clamp(30px,2.5vw,40px); line-height: 1.02; letter-spacing: -.022em; }
.journey-step > p:last-of-type { margin: 20px 0 0; color: #aebfc5; font-size: 20px; line-height: 1.45; }
.journey-step i { position: absolute; top: 57px; right: 14px; width: 48px; height: 30px; font-size: 0; font-style: normal; }
.journey-step i::before { content: ""; position: absolute; inset: 0; background: var(--green); clip-path: polygon(0 36%,66% 36%,66% 0,100% 50%,66% 100%,66% 64%,0 64%); }

.darren { padding: clamp(105px,12vw,180px) clamp(22px,8vw,130px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(60px,9vw,150px); align-items: center; color: var(--ink); background: var(--paper); }
.darren-image { width: 50%; max-width: 325px; min-height: 0; aspect-ratio: 1; align-self: center; justify-self: center; border: .5pt solid rgba(74,186,91,.18); border-radius: 50%; background: var(--deep); box-shadow: 0 24px 60px rgba(7,24,33,.16); overflow: hidden; }
.darren-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.78); }
.darren-copy h2 { margin: 0; font-family: Georgia,serif; font-size: clamp(52px,6vw,92px); font-weight: 400; line-height: .98; letter-spacing: -.025em; }
.darren-copy > p:not(.eyebrow) { max-width: 820px; color: #4f6067; font-size: 22px; }
.text-link { display: inline-flex; gap: 14px; align-items: center; color: #4aba5b; font-weight: 760; text-underline-offset: 6px; }
.insights-all { margin-top: 36px; }
.darren-process { grid-column: 1/-1; margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(8,21,27,.16); }
.darren-process article { min-height: 250px; padding: 32px; border-right: 1px solid rgba(8,21,27,.16); }
.darren-process article:last-child { border-right: 0; }
.darren-process span { color: #4aba5b; font-size: 45px; font-weight: 760; line-height: 1; }
.darren-process h3 { margin: 38px 0 8px; font-size: 30px; letter-spacing: -.015em; }
.darren-process p { margin: 0; color: #596a70; }

.founder-proof { padding: clamp(105px,12vw,180px) clamp(22px,7vw,110px); background: var(--midnight); }
.quotes { margin-top: 80px; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.quotes figure { min-height: 340px; margin: 0; padding: 34px; display: flex; flex-direction: column; justify-content: space-between; background: var(--deep); }
.quotes blockquote { margin: 0; font-family: Georgia,serif; font-size: clamp(30px,3vw,48px); line-height: 1.06; letter-spacing: -.015em; }
.quotes figcaption { color: var(--green-bright); font-weight: 720; }
.quotes figcaption span { display: block; margin-top: 5px; color: #b3c2c7; font-weight: 500; }

.review-platform { min-height: 900px; padding: clamp(105px,12vw,180px) clamp(22px,8vw,130px); display: grid; grid-template-columns: 1.2fr .7fr; gap: 100px; align-items: center; background: radial-gradient(circle at 82% 42%,rgba(74,186,91,.13),transparent 27%),linear-gradient(180deg,var(--midnight),#0b2431); overflow: hidden; }
.review-copy h2 { max-width: 900px; margin: 0; font-size: clamp(54px,7vw,104px); line-height: .96; letter-spacing: -.038em; }
.review-copy > p:not(.eyebrow) { max-width: 740px; color: #b8c9ce; font-size: 22px; }
.review-copy ul { margin: 38px 0 0; padding: 0; list-style: none; }
.review-copy li { padding: 15px 0; border-top: 1px solid var(--line); }
.review-copy li::before { content: "✓"; margin-right: 14px; color: var(--green-bright); }
.phone-stage { position: relative; display: grid; place-items: center; perspective: 1200px; isolation: isolate; }
.phone-stage::before { content: ""; position: absolute; width: 125%; aspect-ratio: 1; z-index: -2; border-radius: 50%; background: radial-gradient(circle,rgba(74,186,91,.25),rgba(41,108,135,.1) 42%,transparent 70%); filter: blur(24px); transform: translate(8%,-2%); }
.phone-stage::after { content: ""; position: absolute; width: 76%; height: 12%; bottom: 34px; z-index: -1; border-radius: 50%; background: rgba(0,7,12,.56); filter: blur(25px); transform: rotate(-5deg); }
.phone { position: relative; width: min(382px,82vw); min-height: 742px; padding: 72px 25px 28px; display: flex; flex-direction: column; align-items: stretch; color: var(--ink); border: 10px solid #d6dcda; outline: 1px solid rgba(255,255,255,.82); border-radius: 66px; background: linear-gradient(145deg,#fff 0%,#f5f7f3 58%,#e7ece9 100%); box-shadow: -18px 16px 42px rgba(0,7,12,.32),26px 44px 110px rgba(0,8,13,.48),inset 2px 2px 2px rgba(255,255,255,.94),inset -2px -2px 3px rgba(88,104,108,.32); overflow: hidden; transform-style: preserve-3d; animation: phoneFloat 7s var(--ease) infinite alternate; }
.phone::before { content: ""; position: absolute; inset: 0; z-index: 5; border-radius: 55px; background: linear-gradient(118deg,rgba(255,255,255,.5) 0%,rgba(255,255,255,.08) 27%,transparent 43%,rgba(74,186,91,.08) 73%,transparent 88%); pointer-events: none; mix-blend-mode: screen; }
.phone::after { content: ""; position: absolute; top: 11%; right: -24%; width: 62%; height: 76%; z-index: 5; background: linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent); filter: blur(4px); pointer-events: none; transform: rotate(17deg); }
.phone-island { position: absolute; top: 19px; left: 50%; z-index: 7; width: 116px; height: 31px; border: 1px solid #1e292e; border-radius: 999px; background: linear-gradient(180deg,#030607,#101b20); box-shadow: inset 0 1px 1px rgba(255,255,255,.12),0 3px 10px rgba(0,0,0,.2); transform: translateX(-50%); }
.review-app-head,.review-phone-screen,.phase-track { position: relative; z-index: 2; }
.review-app-head { min-height: 58px; padding: 0 6px; display: flex; align-items: center; gap: 12px; color: #5e6c71; border-bottom: 1px solid rgba(8,21,27,.14); font-weight: 800; }
.review-app-icon { width: 40px; height: 40px; flex: 0 0 auto; background: url("/assets/homepro-icon.svg") center/contain no-repeat; }.review-phone-screen { position: relative; min-height: 500px; flex: 1; }
.review-phase { position: absolute; inset: 0; padding: 38px 8px 20px; display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; text-align: center; }
.phase-label { color: #4aba5b; font-weight: 820; }.message-bubble,.published-card { width: 100%; padding: 28px 22px; border: 1px solid rgba(8,21,27,.13); border-radius: 22px; background: #fff; box-shadow: 0 18px 38px rgba(7,24,33,.08); }
.message-bubble strong { display: block; font-size: 30px; line-height: 1.05; }.message-bubble p { color: #5d6c72; }.message-bubble i { min-height: 54px; margin-top: 20px; display: grid; place-items: center; color: var(--ink); border-radius: 999px; background: var(--green); font-style: normal; font-weight: 800; }
.phase-rating > p { margin: 42px 0 8px; color: #5d6c72; }.phase-rating > strong { font-size: 32px; }.phase-rating > span:last-child { max-width: 280px; margin-top: 14px; color: #5d6c72; }
.review-stars { margin: 15px 0; color: #f4b400; font-size: 38px; line-height: 1; letter-spacing: 3px; text-shadow: 0 5px 18px rgba(244,180,0,.2); }
.published-card > span { color: #59686d; font-weight: 750; }.published-card blockquote { margin: 20px 0; font-family: Georgia,serif; font-size: 27px; line-height: 1.15; }.published-check { width: 66px; height: 66px; margin-top: -22px; display: grid; place-items: center; color: #fff; border: 7px solid #f7f8f4; border-radius: 50%; background: var(--green); font-size: 30px; font-weight: 900; }
.phase-published { opacity: 1; }.phase-track { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; }.phase-track i { height: 5px; border-radius: 999px; background: #d8dfdc; overflow: hidden; }
.phone.is-animating .phase-request { animation: reviewRequest 12s var(--ease) infinite both; }.phone.is-animating .phase-rating { animation: reviewRating 12s var(--ease) infinite both; }.phone.is-animating .phase-published { animation: reviewPublished 12s var(--ease) infinite both; }
.phone.is-animating .review-stars { animation: starGlow 12s var(--ease) infinite; }.phone.is-animating .published-check { animation: checkPop 12s var(--ease) infinite; }.phone.is-animating .phase-track i:nth-child(1) { animation: trackOne 12s linear infinite; }.phone.is-animating .phase-track i:nth-child(2) { animation: trackTwo 12s linear infinite; }.phone.is-animating .phase-track i:nth-child(3) { animation: trackThree 12s linear infinite; }
.review-example-note { max-width: 390px; margin: 22px 0 0; color: #a9bbc1; text-align: center; }

@keyframes reviewRequest { 0%,27% { opacity:1; transform:translateY(0) scale(1); } 32%,100% { opacity:0; transform:translateY(-12px) scale(.98); } }
@keyframes reviewRating { 0%,29% { opacity:0; transform:translateY(14px) scale(.98); } 34%,60% { opacity:1; transform:translateY(0) scale(1); } 65%,100% { opacity:0; transform:translateY(-12px) scale(.98); } }
@keyframes reviewPublished { 0%,62% { opacity:0; transform:translateY(14px) scale(.98); } 67%,95% { opacity:1; transform:translateY(0) scale(1); } 100% { opacity:0; transform:translateY(-8px) scale(.99); } }
@keyframes starGlow { 0%,35% { transform:scale(.9); opacity:.45; } 42%,92% { transform:scale(1); opacity:1; } 100% { transform:scale(.9); opacity:.45; } }
@keyframes checkPop { 0%,67% { transform:scale(.35); opacity:0; } 72%,95% { transform:scale(1); opacity:1; } 100% { transform:scale(.6); opacity:0; } }
@keyframes trackOne { 0%,31% { background:var(--green); } 32%,100% { background:#d8dfdc; } } @keyframes trackTwo { 0%,31%,64%,100% { background:#d8dfdc; } 34%,62% { background:var(--green); } } @keyframes trackThree { 0%,65%,100% { background:#d8dfdc; } 68%,97% { background:var(--green); } }
@keyframes phoneFloat { 0% { transform:rotateY(-11deg) rotateX(3deg) rotateZ(1.4deg) translate3d(0,8px,0); } 100% { transform:rotateY(-7deg) rotateX(1deg) rotateZ(-.4deg) translate3d(0,-8px,18px); } }

.insights { padding: clamp(105px,12vw,170px) clamp(22px,7vw,110px); color: var(--ink); background: var(--paper); }
.insight-list { margin-top: 80px; border-top: 1px solid rgba(8,21,27,.18); }
.insight-list a { min-height: 150px; padding: 26px 0; display: grid; grid-template-columns: 180px 1fr auto; gap: 30px; align-items: center; border-bottom: 1px solid rgba(8,21,27,.18); text-decoration: none; }
.insight-list a > span { color: #4aba5b; font-weight: 730; }
.insight-list h3 { margin: 0; font-size: clamp(27px,3vw,44px); letter-spacing: -.02em; }
.insight-list i { font-style: normal; font-weight: 720; }

.audit { padding: clamp(105px,12vw,180px) clamp(22px,7vw,110px); display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(70px,9vw,140px); align-items: start; background: linear-gradient(145deg,var(--deep),var(--midnight)); }
.audit-intro { position: sticky; top: 130px; }
.audit-intro h2 { margin: 0; font-size: clamp(52px,6vw,92px); line-height: .96; letter-spacing: -.035em; }
.audit-intro > p:not(.eyebrow):not(.scope-note) { color: #c0cfd3; font-size: 22px; }
.audit-scope { margin-top: 42px; border-top: 1px solid var(--line); }
.audit-scope p { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); color: #d0dadd; }
.audit-scope span { margin-right: 18px; color: var(--green-bright); font-weight: 760; }
.scope-note { margin-top: 30px; color: #94a9b0; }
.audit-tool { position: relative; min-height: 760px; color: var(--ink); background: var(--paper); border-radius: 2px; box-shadow: 16px 16px 0 rgba(74,186,91,.45); overflow: hidden; }
#audit-form { padding: clamp(24px,4vw,48px); }
#audit-form.is-hidden { display: none; }
.tool-head { padding-bottom: 22px; display: flex; justify-content: space-between; gap: 24px; color: #647379; border-bottom: 1px solid rgba(8,21,27,.18); font-weight: 800; }
.tool-head span:last-child { color: #4aba5b; text-align: right; }
.field-grid { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.field-grid label { display: grid; gap: 8px; font-weight: 720; }
.field-wide { grid-column: 1/-1; }
.field-grid input,.field-grid select,.field-grid textarea { width: 100%; min-height: 56px; padding: 13px 14px; color: var(--ink); border: 1px solid rgba(8,21,27,.28); border-radius: 0; background: #fff; font: inherit; }
.field-grid textarea { min-height: 112px; resize: vertical; }
.field-grid input[aria-invalid="true"],.field-grid select[aria-invalid="true"],.field-grid textarea[aria-invalid="true"] { border: 2px solid #bd3026; }
.form-errors { margin-top: 18px; color: #9f2921; font-weight: 700; }
.form-errors:empty { display: none; }
.form-errors ul { margin-bottom: 0; }
.audit-submit { width: 100%; margin-top: 24px; }
.privacy-note,.result-boundary { margin: 16px 0 0; color: #5d6c72; }
.audit-progress,.audit-results { position: absolute; inset: 0; display: none; }
.audit-progress.is-visible { padding: clamp(34px,6vw,72px); display: flex; flex-direction: column; justify-content: center; color: #fff; background: linear-gradient(145deg,var(--blue),var(--midnight)); }
.progress-label,.result-kicker { color: var(--green-bright); font-weight: 800; }
.audit-progress h3 { max-width: 700px; margin: 24px 0; font-size: clamp(42px,5vw,72px); line-height: 1; letter-spacing: -.03em; }
.progress-track { height: 8px; margin: 24px 0 40px; background: rgba(255,255,255,.14); overflow: hidden; }
.progress-track i { display: block; width: 15%; height: 100%; background: var(--green); transition: width 1.1s var(--ease); }
.audit-progress ol { margin: 0; padding: 0; display: grid; gap: 16px; list-style: none; color: #8fa5ad; }
.audit-progress li { padding-left: 24px; position: relative; }
.audit-progress li::before { content: ""; position: absolute; left: 0; top: .6em; width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.audit-progress li.is-active { color: #fff; }
.audit-progress li.is-done { color: var(--green-bright); }
.audit-results.is-visible { position: relative; padding: clamp(24px,4vw,48px); display: block; scroll-margin-top: 105px; }
.result-summary { display: grid; grid-template-columns: 150px 1fr; gap: 34px; align-items: center; }
.score { width: 150px; height: 150px; display: grid; place-content: center; border: 10px solid var(--green); border-radius: 50%; text-align: center; }
.score strong { font-size: 50px; line-height: .8; }.score span { margin-top: 8px; color: #66757b; }
.result-summary h3 { margin: 10px 0 8px; font-size: clamp(36px,4vw,58px); line-height: 1; letter-spacing: -.025em; }
.result-summary p { margin: 0; color: #52636a; }
.result-columns { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.result-columns h4 { margin: 0 0 18px; font-size: 24px; }
.check-list,.priority-list { margin: 0; padding: 0; list-style: none; }
.check-list li { padding: 13px 0; display: flex; gap: 12px; border-top: 1px solid rgba(8,21,27,.15); }
.check-list .check-category { margin-top: 22px; padding: 12px 0 7px; display: block; color: #4aba5b; border-top: 0; font-weight: 820; text-transform: uppercase; letter-spacing: .04em; }
.check-list .check-category:first-child { margin-top: 0; }
.check-list i { width: 13px; height: 13px; margin-top: 7px; flex: 0 0 auto; border-radius: 50%; background: #8e9da2; }
.check-list .pass i { background: #4aba5b; }.check-list .warn i { background: #d18b16; }.check-list .fail i { background: #c64035; }
.priority-list { counter-reset: priorities; }
.priority-list li { position: relative; min-height: 92px; padding: 15px 0 15px 48px; border-top: 1px solid rgba(8,21,27,.15); }
.priority-list li::before { counter-increment: priorities; content: counter(priorities,decimal-leading-zero); position: absolute; left: 0; color: #4aba5b; font-weight: 800; }
.priority-list strong { display: block; }.priority-list span { color: #5d6c72; }
.result-next { position: relative; margin-top: 52px; padding: clamp(30px,5vw,56px); display: grid; grid-template-columns: 1fr; gap: clamp(32px,5vw,48px); align-items: center; color: #fff; border: 3px solid #4aba5b; background: radial-gradient(circle at 92% 12%,rgba(74,186,91,.2),transparent 32%),linear-gradient(135deg,#092431,var(--deep)); box-shadow: 0 24px 70px rgba(7,24,33,.24),0 0 0 8px rgba(74,186,91,.08); overflow: hidden; }
.result-next::before { content: ""; position: absolute; width: 210px; height: 210px; right: -95px; bottom: -110px; border: 1px solid rgba(74,186,91,.3); border-radius: 50%; box-shadow: 0 0 0 28px rgba(74,186,91,.05),0 0 0 58px rgba(74,186,91,.035); pointer-events: none; }
.result-next-copy { position: relative; z-index: 1; }.result-next h4 { max-width: 620px; margin: 10px 0 18px; font-size: clamp(38px,4.4vw,60px); line-height: .96; letter-spacing: -.03em; }.result-next p { margin: 0; color: #d5e1e4; font-size: 20px; }.result-next strong { color: #fff; }
.result-benefits { margin: 28px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }.result-benefits li { position: relative; padding-left: 27px; color: #edf4f1; }.result-benefits li::before { content: "✓"; position: absolute; left: 0; color: #4aba5b; font-weight: 900; }
.result-actions { position: relative; z-index: 1; padding: 28px; display: grid; gap: 15px; border: 1px solid rgba(255,255,255,.14); background: rgba(4,16,23,.55); box-shadow: 0 18px 42px rgba(0,8,13,.22); }.result-actions .button { width: 100%; min-height: 68px; padding: 17px 24px; font-size: 20px; line-height: 1.2; }.callback-label { color: #4aba5b; font-weight: 820; text-align: center; }.result-actions .result-no-pressure { color: #cbd8db; font-size: 18px; text-align: center; }.result-reset { min-height: 48px; color: #d5e1e4; border: 0; background: transparent; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
.callback-confirmation { grid-column: 1/-1; display: none; padding-top: 24px; border-top: 1px solid var(--line); }.result-next.is-confirmed .callback-confirmation { display: block; }.result-next.is-confirmed #audit-callback { color: var(--ink); background: #4aba5b; box-shadow: none; }
.result-boundary { text-align: center; }

.site-footer { padding: 64px clamp(22px,7vw,110px); display: grid; grid-template-columns: 240px 1fr; gap: 28px 60px; align-items: center; background: #041017; border-top: 1px solid var(--line); }
.site-footer img { width: 230px; }.site-footer > p { margin: 0; color: #a9bbc1; }
.site-footer > div { grid-column: 1/-1; padding-top: 22px; display: flex; justify-content: space-between; gap: 24px; color: #8fa4ac; border-top: 1px solid var(--line); }

.contact-modal { width: min(940px,calc(100vw - 32px)); max-height: calc(100vh - 32px); padding: 0; color: var(--ink); border: 0; background: transparent; overflow: visible; }
.contact-modal::backdrop { background: rgba(2,12,17,.78); backdrop-filter: blur(12px); }
.contact-shell { position: relative; max-height: calc(100vh - 32px); padding: clamp(28px,5vw,64px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(34px,6vw,74px); background: var(--paper); box-shadow: 0 35px 110px rgba(0,8,13,.55); overflow: auto; }
.contact-close { position: absolute; top: 18px; right: 18px; z-index: 2; width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); border: 1px solid rgba(8,21,27,.24); border-radius: 50%; background: transparent; font-size: 30px; cursor: pointer; }
.contact-intro { padding-top: 28px; }.contact-intro h2 { margin: 0; font-size: clamp(46px,5vw,72px); line-height: .96; letter-spacing: -.03em; }.contact-intro > p:last-child { color: #53656c; font-size: 20px; }
.contact-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.contact-fields label { display: grid; gap: 7px; font-weight: 740; }.contact-wide { grid-column: 1/-1; }.contact-fields input,.contact-fields select,.contact-fields textarea { width: 100%; min-height: 54px; padding: 12px 13px; color: var(--ink); border: 1px solid rgba(8,21,27,.28); border-radius: 0; background: #fff; font: inherit; }.contact-fields textarea { min-height: 126px; resize: vertical; }.contact-fields [aria-invalid="true"] { border: 2px solid #bd3026; }
.contact-errors { margin-top: 16px; color: #9f2921; font-weight: 720; }.contact-errors:empty { display: none; }.contact-errors ul { margin-bottom: 0; }.contact-submit { width: 100%; margin-top: 22px; }.contact-privacy { color: #5d6c72; font-size: 18px; }
.contact-success { grid-column: 1/-1; padding: clamp(44px,7vw,84px); color: #fff; background: linear-gradient(135deg,var(--deep),var(--midnight)); text-align: center; }.contact-success[hidden] { display: none; }.contact-success > span { color: #4aba5b; font-weight: 820; }.contact-success h3 { max-width: 650px; margin: 14px auto; font-size: clamp(40px,5vw,66px); line-height: .98; letter-spacing: -.03em; }.contact-success p { max-width: 650px; margin: 0 auto 28px; color: #c8d6d9; font-size: 20px; }

@media (max-width: 1050px) {
  .site-header { min-height: 74px; grid-template-columns: 210px 1fr; }.menu-button { display: block; justify-self: end; }
  .site-header nav { position: fixed; inset: 74px 0 auto; padding: 22px clamp(18px,5vw,76px); display: none; flex-direction: column; gap: 0; background: var(--midnight); border-bottom: 1px solid var(--line); }
  .site-header nav.is-open { display: flex; }.site-header nav a { min-height: 54px; display: flex; align-items: center; font-size: 18px; border-bottom: 1px solid var(--line); }.header-action { display: none; }
  .nav-contact { min-height: 54px; padding: 0; display: flex; align-items: center; color: #fff; border: 0; border-bottom: 1px solid var(--line); background: transparent; font: inherit; font-weight: 700; cursor: pointer; }
  .hero-copy { width: min(720px,66vw); }
  .darren,.review-platform,.audit { grid-template-columns: 1fr; }
  .darren-image { max-width: 325px; }.audit-intro { position: static; }.phone-stage { margin-top: 30px; }
}

@media (max-width: 760px) {
  .site-header { min-height: 74px; padding: 11px 16px; grid-template-columns: 160px 1fr; gap: 12px; }
  .brand img { width: 155px; }.menu-button { display: block; justify-self: end; }
  .site-header nav { position: fixed; inset: 74px 0 auto; padding: 22px 16px; display: none; flex-direction: column; gap: 0; background: var(--midnight); border-bottom: 1px solid var(--line); }
  .site-header nav.is-open { display: flex; }.site-header nav a { min-height: 54px; display: flex; align-items: center; font-size: 18px; border-bottom: 1px solid var(--line); }
  .header-action { display: none; }
  .hero { min-height: 0; padding: 430px 16px 78px; align-items: flex-end; background: var(--midnight); }
  .hero-scene { bottom: auto; height: 470px; }.hero-slide { object-position: 78% center; }.hero-scene::after { background: linear-gradient(0deg,var(--midnight) 0%,rgba(7,24,33,.62) 38%,rgba(7,24,33,.05) 78%); }
  .hero-copy { width: 100%; }.hero h1 { font-size: clamp(54px,15vw,72px); }.hero-copy > p:not(.eyebrow):not(.service-line) { font-size: 20px; }
  .hero-actions { align-items: stretch; }.hero-actions .button { flex: 1 1 250px; }.service-line { line-height: 1.65; }.hero-scroll { display: none; }
  .system,.darren,.founder-proof,.review-platform,.insights,.audit { padding: 90px 16px; }
  .section-intro h2,.darren-copy h2,.review-copy h2,.audit-intro h2 { font-size: clamp(46px,13vw,64px); }
  .journey-screen { margin-top: 54px; padding: 0 20px 12px; }.journey-top { min-height: 72px; gap: 18px; }.journey-top span:last-child { text-align: right; }
  .lead-path { grid-template-columns: 1fr; }.journey-step,.journey-step + .journey-step { min-height: 0; padding: 34px 58px 36px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }.journey-step:last-child { border-bottom: 0; }.step-number { font-size: 58px; }.step-outcome { margin-top: 28px; }.journey-step h3 { font-size: 34px; }.journey-step i { top: auto; right: 0; bottom: 24px; }
  .darren-image { min-height: 0; }.darren-process { grid-template-columns: 1fr; }.darren-process article { min-height: 210px; padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(8,21,27,.16); }
  .darren-process h3 { margin-top: 28px; }.quotes { grid-template-columns: 1fr; }.quotes figure { min-height: 290px; }
  .review-platform { gap: 60px; }.phone { width: min(360px,78vw); min-height: 690px; animation-name: phoneFloatMobile; }
  .insight-list { margin-top: 54px; }.insight-list a { padding: 28px 0; grid-template-columns: 1fr; gap: 10px; }.insight-list i { margin-top: 14px; }
  .audit { gap: 55px; }.audit-tool { min-height: 0; box-shadow: 8px 8px 0 rgba(74,186,91,.45); }.tool-head { flex-direction: column; gap: 8px; }.tool-head span:last-child { text-align: left; }
  .field-grid { grid-template-columns: 1fr; }.field-wide { grid-column: auto; }.audit-progress,.audit-results { position: static; min-height: 690px; }.audit-progress.is-visible { display: flex; }
  #audit-form.is-hidden { display: none; }.result-summary,.result-columns,.result-next { grid-template-columns: 1fr; }.score { width: 130px; height: 130px; }.result-next .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; padding: 54px 16px; }.site-footer > div { grid-column: 1; flex-direction: column; }
  .contact-shell { grid-template-columns: 1fr; padding: 28px 20px; }.contact-intro { padding-top: 44px; }.contact-fields { grid-template-columns: 1fr; }.contact-wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .phone.is-animating .review-phase { animation: none; opacity: 0; transform: none; }.phone.is-animating .phase-published { opacity: 1; }.phone.is-animating .review-stars,.phone.is-animating .published-check,.phone.is-animating .phase-track i { animation: none; }.phone.is-animating .phase-track i:last-child { background: var(--green); }
  .phone { animation: none; transform: rotateY(-5deg) rotateX(1deg) rotateZ(.4deg); }
  .hero-slide { transition: none; transform: none; }.hero-slide:not(:first-child) { display: none; }
}

@keyframes phoneFloatMobile { 0% { transform:rotateY(-6deg) rotateX(2deg) rotateZ(.8deg) translate3d(0,5px,0); } 100% { transform:rotateY(-3deg) rotateX(0deg) rotateZ(-.3deg) translate3d(0,-5px,10px); } }
