@import url('./modern-common.css');
* { margin: 0; padding: 0; }
body.home { font-weight: 400; line-height: 1.65; }
h1,h2,h3,h4 { font-family: 'Space Grotesk', Arial, sans-serif; font-weight: 500; letter-spacing: -.045em; text-wrap: balance; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.12; margin-bottom: 24px; }
h3 { font-size: clamp(1.5rem, 2.5vw, 2.1rem); line-height: 1.22; }
p { text-wrap: pretty; }
section { position: relative; padding: clamp(72px, 8vw, 112px) 0; }
img { display: block; max-width: 100%; height: auto; }
.hero { position: relative; background: #111310; }
.hero-stage { position: relative; min-height: 790px; min-height: min(900px, 100svh); padding: 192px 0 0; overflow: clip; isolation: isolate; background: #111310; }
.hero-art { position: absolute; z-index: -1; inset: -36px -24px; background: url('images/hero-bg.webp') center/cover no-repeat; opacity: .86; pointer-events: none; }
.hero-art-plane { display: none; }
.hero[data-hero-ready] .hero-art { background: none; }
.hero[data-hero-ready] .hero-art-plane { display: block; position: absolute; top: 50%; left: 50%; width: var(--hero-art-width); aspect-ratio: 1672 / 941; transform: translate(-50%,-50%); background: url('images/hero-bg.webp') center/100% 100% no-repeat; }
.hero-trace { position: absolute; inset: 0; background: url('images/hero-bg.webp') center/100% 100% no-repeat; mix-blend-mode: screen; filter: brightness(1.2) contrast(2); opacity: var(--hero-trace-opacity,0); }
/* These masks illuminate the supplied image's actual lines, retaining its geometry. */
.hero-trace-funnel { clip-path: polygon(0 19%,27% 19%,27% 61%,0 61%); mask-image: linear-gradient(to bottom,#000 calc(var(--funnel-edge,18%) - 4%),transparent var(--funnel-edge,18%)); }
.hero-trace-signal { clip-path: polygon(55% 9%,83% 9%,83% 32%,55% 32%); mask-image: linear-gradient(to right,#000 calc(var(--signal-edge,54%) - 3%),transparent var(--signal-edge,54%)); }
.hero-trace-orbit { clip-path: ellipse(11.5% 21% at 89.55% 23.8%); mask-image: conic-gradient(from -90deg at 89.55% 23.8%,#000 0deg,#000 var(--orbit-angle,0deg),transparent calc(var(--orbit-angle,0deg) + 12deg)); }
.hero-trace-block { clip-path: polygon(67% 93%,67% 85%,81% 62%,88% 54%,100% 53%,100% 99%,67% 99%); mask-image: linear-gradient(to top,#000 calc(var(--block-edge,0%) - 3%),transparent var(--block-edge,0%)); }
.hero-trace-rise { clip-path: polygon(74% 80%,82% 75%,87% 62%,93% 58%,99% 43%,100% 43%,100% 63%,86% 84%,74% 93%); mask-image: linear-gradient(to top,#000 calc(var(--rise-edge,28%) - 4%),transparent var(--rise-edge,28%)); }
@media (min-width: 901px) and (min-height: 700px) and (prefers-reduced-motion: no-preference) {
  .hero[data-hero-pinned] { height: calc(var(--hero-stage-height) + var(--hero-scroll-distance)); }
  .hero[data-hero-pinned] .hero-stage { position: sticky; top: 0; min-height: 100svh; }
}
.hero .hero-content { position: relative; max-width: 1232px; text-align: left; }
.hero-intro { display: none; position: absolute; z-index: 1; top: 50%; left: 50%; width: min(680px,76%); text-align: center; pointer-events: none; opacity: var(--hero-intro-opacity,1); transform: translate(-50%,-50%) scale(var(--hero-intro-scale,1)); }
.hero-intro-logo { width: 100%; height: auto; }
.hero-intro-cue { display: flex; flex-direction: column; align-items: center; gap: 18px; margin: 12px 0 0; font: 400 10px/1.5 'Inter',Arial,sans-serif; letter-spacing: .18em; text-transform: uppercase; color: #bcc4b3; }
.hero-intro-cue::after { content: ''; width: 1px; height: 42px; background: linear-gradient(to bottom,#f4f5ef99,transparent); }
.eyebrow { font-family: 'Space Grotesk', Arial, sans-serif; font-size: 12px; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; font-weight: 500; color: var(--green); margin-bottom: 28px; }
.hero h1 { max-width: 1060px; font-size: clamp(3.2rem, 5.7vw, 5.5rem); font-weight: 500; line-height: 1.065; letter-spacing: -.055em; margin: 0 0 30px; }
.hero h1 span { display: block; }
.hero-accent { color: var(--green); }
.hero-support { max-width: 55ch; font-size: 17px; color: #bac1b4; line-height: 1.7; margin-bottom: 30px; }
.hero-support { text-wrap: wrap; }
.hero-copy-line { display: block; }
.hero-actions { display: flex; gap: 24px; align-items: center; }
.hero-actions .btn { padding: 18px 24px; }
.hero-actions .btn-secondary { color: #f4f5ef; background: transparent; border-color: #6b7662; }
.hero-assurance { font-size: 13px; color: #aeb6a6; margin: 12px 0 0; }
.hero-footnote { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #f4f5ef24; padding: 23px 0; margin-top: 74px; font-size: 12px; color: #a5ae9b; letter-spacing: .015em; }
@media (prefers-reduced-motion: no-preference) {
  .hero[data-hero-text-ready] .hero-intro { display: block; }
  .hero[data-hero-text-ready] [data-hero-reveal] { opacity: var(--hero-copy-opacity,1); translate: var(--hero-copy-x,0px) var(--hero-copy-y,0px); }
  .hero[data-hero-text-ready] [data-hero-unrevealed] { pointer-events: none; }
  .hero[data-hero-text-ready] [data-hero-reveal]:focus-visible { opacity: 1; translate: 0 0; pointer-events: auto; }
}
@media (hover: hover) and (pointer: fine) {
  .hero-actions .btn-secondary:hover { background: #232b1c; border-color: var(--green); }
}
@media (min-width: 901px) and (min-height: 700px) and (max-height: 850px) {
  .hero .hero-stage { padding-top: 140px; }
  .hero h1 { font-size: clamp(3rem,5vw,4.4rem); }
  .hero .hero-footnote { margin-top: 32px; }
}
.growth-strip { background: #1b2116; border-top: 1px solid #414b35; border-bottom: 1px solid #414b35; padding: 34px 0 28px; }
.diagnostic-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; color: #b9c4ab; font-size: 13px; margin-bottom: 26px; }
.diagnostic-heading p { color: var(--green); font-weight: 500; }
.diagnostic-options { display: grid; grid-template-columns: repeat(6,1fr); position: relative; }
.diagnostic-options::before,.diagnostic-options::after { content: ''; position: absolute; top: 5px; height: 1px; left: calc(100% / 12); right: calc(100% / 12); background: #526044; }
.diagnostic-options::after { background: var(--green); transform: scaleX(var(--path-progress,0)); transform-origin: left; transition: transform 450ms var(--ease); }
.diagnostic-step { position: relative; z-index: 1; border: none; color: #a8b09f; background: transparent; padding: 0 8px 10px; font: 500 19px/1.3 'Space Grotesk', Arial, sans-serif; text-align: center; transition: color 160ms ease-out; }
.stage-marker { display: block; width: 11px; height: 11px; border: 1px solid #657552; border-radius: 50%; margin: 0 auto 16px; background: #1b2116; transition: background-color 160ms ease-out, border-color 160ms ease-out; }
.diagnostic-step.active { color: #f4f5ef; }
.diagnostic-step.active .stage-marker, .diagnostic-step.reached .stage-marker { background: var(--green); border-color: var(--green); }
.diagnostic-step:hover { color: var(--green); }
.diagnostic-descriptions { margin-top: 15px; min-height: 26px; color: #b9c4ab; text-align: center; font-size: 14px; }
[hidden] { display: none !important; }
.problem-section { background: var(--bg-light); color: #23291e; }
.problem-section :focus-visible,.pricing-section :focus-visible { outline-color: #3b5725; }
.problem-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(48px,8vw,112px); }
.constraint-label { display: block; color: #5b6a4c; font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 24px; }
.constraint-heading { font-size: clamp(2rem,3.45vw,3.1rem); max-width: 16ch; }
.problem-intro { color: #57614f; font-size: 16px; margin: 0 0 24px; }
.issue { position: relative; isolation: isolate; display: grid; grid-template-columns: 28px 1fr; gap: 20px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid #d2d8c9; }
.issue > span { font: 400 12px/1.5 'Space Grotesk', Arial, sans-serif; color: #67745c; }
.issue strong { font-size: 17px; font-weight: 500; line-height: 1.55; }
.problem-note { margin-top: 26px; padding: 18px 24px; border-left: 4px solid var(--green); border-radius: 0 8px 8px 0; background: #23281b; color: #cbd2c3; font-size: 16px; line-height: 1.65; }
.problem-note strong { color: var(--green); font-weight: 600; }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .issue::before { content: ''; position: absolute; inset: 4px -12px; z-index: -1; border-radius: 6px; background: #e6eddc; opacity: 0; pointer-events: none; transition: opacity 220ms ease-out; }
  .issue::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: #688c43; transform: scaleX(0); transform-origin: left; pointer-events: none; transition: transform 260ms var(--ease); }
  .issue > span { transition: transform 220ms var(--ease), color 180ms ease-out; }
  .issue strong { transition: transform 220ms var(--ease); }
  .issue:hover::before { opacity: 1; }
  .issue:hover::after { transform: scaleX(1); }
  .issue:hover > span { transform: translateX(2px); color: #345421; }
  .issue:hover strong { transform: translateX(6px); }
}
.systems-section { padding-top: 64px; padding-bottom: 88px; }
.systems-visual-strip { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 30px; margin-bottom: 60px; }
.visual-item { position: relative; overflow: hidden; border-radius: 14px; background: #111310; box-shadow: 0 15px 40px rgba(0,0,0,.5); }
.systems-visual-strip[data-scroll-cards-ready] .visual-item { opacity: var(--card-opacity,1); transform: translate3d(0,var(--card-rise,0px),0); }
.visual-img { width: 100%; height: 280px; object-fit: cover; }
.visual-item::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to top,rgba(11,12,12,.88),rgba(11,12,12,.2) 48%,transparent 78%); }
.visual-caption { position: absolute; left: 28px; right: 28px; bottom: 28px; z-index: 2; display: block; padding-left: 16px; border-left: 4px solid var(--green); color: var(--green); font: 700 1.3rem/1.3 'Space Grotesk',Arial,sans-serif; letter-spacing: -.02em; text-shadow: 0 4px 20px rgba(0,0,0,.9); }
.visual-caption-text { display: block; }
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  /* Individual translate composes with the scroll-driven transform. */
  .visual-item { transition: translate 240ms var(--ease), box-shadow 240ms ease-out; }
  .visual-item:hover { translate: 0 -6px; box-shadow: 0 25px 60px rgba(0,0,0,.8); }
  .visual-img { transition: transform 280ms var(--ease); }
  .visual-item:hover .visual-img { transform: scale(1.05); }
  .visual-caption-text { transition: transform 240ms var(--ease); }
  .visual-item:hover .visual-caption-text { transform: translateX(8px); }
  .visual-item::before { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(to top,rgba(11,12,12,.15),rgba(173,219,102,.08)); opacity: 0; transition: opacity 240ms ease-out; }
  .visual-item:hover::before { opacity: 1; }
}
.systems-divider { display: none; }
.systems-header { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 42px; }
.systems-header h2 { margin: 0; }
.systems-intro { color: #a8afa1; font-size: 17px; line-height: 1.75; max-width: 45ch; padding-bottom: 4px; }
.accordion { border-top: 1px solid #414936; }
.accordion-item { border-bottom: 1px solid #414936; }
.accordion-btn { width: 100%; display: flex; align-items: center; gap: 28px; border: 0; padding: 28px 0; background: transparent; color: #f4f5ef; text-align: left; }
.accordion-number { color: #9aa98b; font-size: 13px; }
.accordion-title { font: 500 clamp(1.5rem,2.6vw,2.2rem)/1.2 'Space Grotesk', Arial, sans-serif; letter-spacing: -.03em; }
.accordion-icon { margin-left: auto; flex: 0 0 34px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #556148; border-radius: 50%; font-size: 15px; transition: transform 700ms cubic-bezier(.4,0,.2,1), color 500ms ease; }
.accordion-item.active .accordion-icon { transform: rotate(180deg); color: var(--green); }
.accordion-panel { display: none; }
.accordion-item.active .accordion-panel { display: block; }
.accordion[data-accordion-ready] .accordion-panel {
  display: grid; grid-template-rows: 0fr; opacity: 0; visibility: hidden;
  transition: grid-template-rows 700ms cubic-bezier(.4,0,.2,1), opacity 480ms ease, visibility 0s linear 700ms;
}
.accordion[data-accordion-ready] .accordion-item.active .accordion-panel {
  grid-template-rows: 1fr; opacity: 1; visibility: visible;
  transition: grid-template-rows 700ms cubic-bezier(.4,0,.2,1), opacity 560ms ease 60ms, visibility 0s;
}
/* Keep spacing inside the clipped wrapper so closed panels collapse fully. */
.accordion-inner { min-height: 0; overflow: hidden; }
.accordion-content { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 64px; padding: 0 0 32px 44px; font-size: 16px; }
.accordion-desc { color: #a8afa1; max-width: 45ch; }
.accordion-list { list-style: none; color: #d2d8ca; }
.accordion-list li { padding: 4px 0 4px 16px; position: relative; font-size: 15px; }
.accordion-list li::before { content: ''; width: 4px; height: 4px; background: #8aac62; position: absolute; left: 0; top: 15px; }
.accordion-divider { display: block; grid-column: 1 / -1; height: 1px; background: #30362c; }
.accordion-objective { grid-column: 1 / -1; padding: 18px 24px; border-left: 4px solid var(--green); border-radius: 0 8px 8px 0; background: #23281b; color: #cbd2c3; font-size: 16px; line-height: 1.65; }
.accordion-objective strong { font-weight: 600; color: var(--green); }
.outcome-strip { padding: 48px 0; background: var(--bg-dark); color: #f4f5ef; border-top: 1px solid #ffffff0f; border-bottom: 1px solid #ffffff0f; }
.outcome-strip::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at center,#addb660c,transparent 70%); pointer-events: none; }
.outcome-strip-container { position: relative; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.outcome-item { position: relative; display: flex; align-items: center; min-width: 0; min-height: 112px; padding: 18px 22px; border-radius: 12px; background: #ffffff06; }
.outcome-content { min-width: 0; }
.outcome-title { display: block; font: 600 21px/1.25 'Space Grotesk',Arial,sans-serif; letter-spacing: -.025em; margin-bottom: 5px; }
.outcome-desc { display: block; max-width: 23ch; color: #a8aaa3; font-size: 15px; line-height: 1.45; }
.outcome-item::after { content: ''; position: absolute; height: 2px; left: 0; right: 0; bottom: 0; border-radius: 2px; background: var(--green); box-shadow: 0 0 12px #addb6622; transform: scaleX(0); transform-origin: left; opacity: 0; pointer-events: none; transition: transform 480ms cubic-bezier(.16,1,.3,1), opacity 180ms ease-out; }
@media (hover: hover) and (pointer: fine) {
  .outcome-item:hover::after { transform: scaleX(1); opacity: 1; }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .outcome-item { transition: opacity 550ms var(--ease), transform 550ms var(--ease), translate 240ms var(--ease), scale 240ms var(--ease), background-color 240ms ease-out, box-shadow 240ms ease-out; }
  .outcome-desc { transition: color 200ms ease-out; }
  .outcome-item:hover { translate: 0 -4px; scale: 1.015; background: #ffffff0b; box-shadow: 0 12px 40px #0006; }
  .outcome-item:hover .outcome-desc { color: #ccd0c5; }
}
.results-section { background: #171b14; }
.scenarios-header { max-width: 670px; margin: 0 0 36px auto; text-align: right; }
.scenarios-intro { color: #a8afa1; font-size: 17px; line-height: 1.75; }
.tab-nav { display: flex; gap: 8px; border-bottom: 1px solid #3c4731; margin-bottom: 36px; }
.tab-btn { padding: 16px 22px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #a8b39d; font-size: 15px; line-height: 1.5; transition: color 160ms ease-out, border-color 160ms ease-out; }
.tab-btn:hover { color: #e9efdf; }
.tab-btn.active { color: var(--green); border-color: var(--green); }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.teardown-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.teardown-header h3 { font-size: clamp(1.45rem,2.3vw,1.9rem); }
.teardown-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 0 64px; }
.teardown-block { padding: 28px 0; border-top: 1px solid #36402e; font-size: 15px; color: #b4beaa; }
.teardown-block.change { grid-column: 2; grid-row: 1 / 3; padding-left: 28px; border-left: 1px solid #4b6137; }
.teardown-block.test { grid-column: 1 / -1; border-top: 1px solid #465438; display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; padding-bottom: 0; }
.block-label { display: block; font-size: 12px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; color: #dce6d1; margin-bottom: 14px; }
.teardown-block.change .block-label { color: var(--green); }
.teardown-block p { font-size: 16px; line-height: 1.75; }
.teardown-block ul { padding-left: 18px; }
.teardown-block li { margin-bottom: 13px; padding-left: 5px; }
.teardown-block strong { color: #e1e9d7; font-weight: 500; }
.pricing-section { background: var(--bg-light); color: #23291e; }
.pricing-header { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.pricing-header h2 { max-width: 18ch; margin-inline: auto; }
.pricing-sub { color: #58614f; font-size: 17px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; padding: 34px 28px 28px; border: 1px solid #d4dacb; border-radius: 12px; background: #e9ede1; }
.plan-tag { font-size: 12px; color: #5c6b4d; margin-bottom: 20px; }
.pricing-card h3 { font-size: 26px; margin-bottom: 22px; }
.plan-price { display: flex; gap: 8px; align-items: baseline; flex-wrap: wrap; margin-bottom: 20px; }
.plan-price strong { font: 500 clamp(2.1rem,3.1vw,2.8rem)/1 'Space Grotesk', Arial, sans-serif; letter-spacing: -.045em; }
.plan-price span { font-size: 12px; color: #5c6b4d; }
.plan-audience { color: #57654a; font-size: 15px; line-height: 1.65; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid #cdd6c1; min-height: 75px; }
.pricing-card ul { list-style: none; flex: 1; margin-bottom: 32px; }
.pricing-card li { font-size: 14px; line-height: 1.6; padding: 0 0 11px 19px; position: relative; }
.pricing-card li::before { content: '✓'; position: absolute; left: 0; color: #527532; font-size: 12px; }
.pricing-card .btn { padding: 16px 12px; font-size: 14px; width: 100%; white-space: nowrap; }
.btn-dark { color: #eef3e7; background: #25321b; }
.pricing-card.featured { background: #202b18; color: #eef3e7; border-color: #202b18; }
.featured .plan-tag,.featured .plan-price span,.featured .plan-audience { color: #b9c8a9; }
.featured .plan-audience { border-color: #455538; }
.featured li::before { color: var(--green); }
.plan-badge { position: absolute; top: 24px; right: 22px; padding: 5px 8px; border: 1px solid #739654; border-radius: 5px; font-size: 11px; color: #cee8ae; }
.guarantee-box { display: grid; grid-template-columns: 160px 1fr; gap: 32px; border-top: 1px solid #cbd4bf; margin-top: 40px; padding-top: 28px; }
.guarantee-box > strong { color: #354c23; font: 500 25px/1.2 'Space Grotesk', Arial, sans-serif; letter-spacing: -.02em; }
.guarantee-box p { font-size: 15px; line-height: 1.75; color: #55624a; }
.guarantee-question { color: #26391b; font-weight: 500; }
.guarantee-details { font-size: 14px; color: #4b6238; margin-top: 12px; }
.guarantee-details em { font-style: normal; }
.faq-wrapper { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.faq-header h2 { font-size: clamp(2rem,3.3vw,2.9rem); }
.faq-list { border-top: 1px solid #3d4831; }
.faq-item { border-bottom: 1px solid #3d4831; }
.faq-toggle { display: flex; justify-content: space-between; align-items: center; gap: 28px; width: 100%; padding: 22px 0; border: none; background: transparent; text-align: left; color: #e4ebdb; font-size: 16px; line-height: 1.5; font-weight: 400; transition: color 180ms ease-out; }
.faq-toggle > span:last-child { display: grid; place-items: center; flex: 0 0 24px; width: 24px; font-size: 21px; line-height: 1; font-weight: 300; color: #a3b88c; transition: transform 360ms cubic-bezier(.16,1,.3,1), color 240ms ease-out; }
.faq-item.open .faq-toggle > span:last-child { transform: rotate(45deg); color: var(--green); }
.faq-answer { display: none; }
.faq-item.open .faq-answer { display: block; }
.faq-content { padding: 0 24px 24px 0; color: #a8b39d; font-size: 16px; line-height: 1.75; }
.faq-list[data-faq-ready] .faq-answer { display: grid; grid-template-rows: 0fr; opacity: 0; visibility: hidden; transition: grid-template-rows 440ms cubic-bezier(.16,1,.3,1), opacity 200ms ease-out, visibility 0s linear 440ms; }
.faq-list[data-faq-ready] .faq-item.open .faq-answer { grid-template-rows: 1fr; opacity: 1; visibility: visible; transition: grid-template-rows 440ms cubic-bezier(.16,1,.3,1), opacity 300ms ease-out 60ms, visibility 0s; }
.faq-list[data-faq-ready] .faq-content { min-height: 0; overflow: hidden; padding: 0; }
.faq-list[data-faq-ready] .faq-content > p { padding: 0 24px 24px 0; }
.audit-section { background: #202719; border-top: 1px solid #404d32; padding: 88px 0; }
.grid-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: start; }
.audit-section h2 { max-width: 14ch; font-size: clamp(2.4rem,4vw,3.65rem); }
.audit-section .eyebrow { margin-bottom: 24px; }
.form-image-wrapper { margin-top: 38px; max-width: 490px; }
.premium-img { width: 100%; height: auto; border-radius: 12px; }
.form-wrapper { background: #141910; border: 1px solid #3b472f; border-radius: 14px; padding: 34px; box-shadow: 0 20px 48px -30px #070a04; }
.form-wrapper h3 { font-size: 27px; margin-bottom: 15px; }
.form-intro { font-size: 15px; line-height: 1.75; color: #a8b79c; margin-bottom: 26px; }
.form-intro strong { font-weight: 400; }
#audit-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 16px; }
.form-field { min-width: 0; grid-column: 1 / -1; }
.form-field:has([name="name"]),.form-field:has([name="email"]) { grid-column: auto; }
.form-field label { display: block; font-size: 13px; color: #d6e0cd; margin-bottom: 8px; }
.form-field label span { color: #a7b79a; font-size: 12px; }
.form-field input,.form-field textarea { display: block; width: 100%; color: #edf4e4; background: #1d2517; border: 1px solid #455339; border-radius: 7px; padding: 13px 14px; font: 400 16px/1.5 'Inter',Arial,sans-serif; min-height: 48px; box-shadow: none; }
.form-field input::placeholder,.form-field textarea::placeholder { color: #94a484; font-size: 13px; opacity: 1; }
.form-field input:focus,.form-field textarea:focus { border-color: var(--green); outline: 2px solid #addb6645; outline-offset: 2px; }
.form-field textarea { resize: vertical; min-height: 106px; }
#audit-form .btn { grid-column: 1 / -1; margin-top: 3px; width: 100%; }
.form-privacy { grid-column: 1 / -1; color: #9bac8c; text-align: center; font-size: 12px; line-height: 1.6; }
.form-privacy a { color: #c3d3b3; }
/* Progressive enhancement: content remains readable if motion cannot initialize. */
html:not(.sc-ready) [data-sc-in] { opacity: 1; transform: none; }
[data-sc-in]:focus-within { opacity: 1 !important; transform: none !important; }
@media (hover: hover) and (pointer: fine) {
  .btn-dark:hover { background: #3a4f29; color: #f0f6e8; }
  .accordion-btn:hover .accordion-title,.faq-toggle:hover { color: var(--green); }
}
@media (min-width: 1600px) { .hero-stage { padding-top: 204px; } }
@media (max-width: 1050px) {
  .hero-stage { min-height: auto; padding-top: 170px; }
  .hero-footnote { margin-top: 60px; }
  .problem-grid,.grid-layout { gap: 48px; }
  .faq-wrapper { gap: 44px; }
  .pricing-grid { gap: 12px; }
  .pricing-card { padding: 32px 20px 24px; }
  .plan-badge { top: 12px; right: 14px; font-size: 10px; }
  .plan-tag { padding-top: 16px; }
  .form-wrapper { padding: 26px; }
}
@media (max-width: 850px) {
  .hero-stage { padding-top: 146px; }
  .hero h1 { font-size: clamp(2.8rem,6vw,3.5rem); }
  .systems-visual-strip { gap: 20px; }
  .visual-img { height: 240px; }
  .visual-caption { left: 20px; right: 20px; bottom: 22px; padding-left: 12px; font-size: 1rem; }
  .outcome-strip-container { grid-template-columns: 1fr 1fr; gap: 16px; }
  .teardown-grid { gap: 0 32px; }
  .teardown-block.change { padding-left: 20px; }
  .teardown-block.test { gap: 32px; }
  .teardown-header { align-items: flex-start; flex-direction: column; gap: 12px; }
  .pricing-grid { grid-template-columns: 1fr; gap: 18px; }
  .pricing-card { display: grid; grid-template-columns: 1fr 1.1fr; gap: 12px 32px; padding: 30px; }
  .pricing-card .plan-tag { padding: 0; margin: 0; grid-column: 1; }
  .pricing-card h3 { grid-column: 1; margin: 0; }
  .pricing-card .plan-price { grid-column: 1; margin: 8px 0; }
  .pricing-card .plan-audience { grid-column: 1; border: none; margin: 0; padding: 0; min-height: 0; }
  .pricing-card ul { grid-column: 2; grid-row: 1 / 6; margin: 0; padding-top: 0; }
  .pricing-card .btn { grid-column: 1; align-self: end; margin-top: 14px; }
  .plan-badge { top: 16px; right: 18px; }
  .pricing-card.featured ul { padding-top: 24px; }
  .faq-wrapper,.grid-layout { grid-template-columns: 1fr; gap: 32px; }
  .faq-header h2 { max-width: 18ch; }
  .audit-section .grid-layout > .content-col:first-child { display: grid; grid-template-columns: 1fr 1fr; gap: 0 30px; }
  .audit-section .eyebrow { grid-column: 1; }
  .audit-section h2 { grid-column: 1; font-size: 35px; }
  .form-image-wrapper { grid-column: 2; grid-row: 1 / 3; margin: 0; align-self: center; }
}
@media (max-width: 600px) {
  section { padding: 64px 0; }
  .hero-stage { padding-top: 140px; }
  .hero .hero-content { text-align: center; }
  .hero-intro { width: 88%; }
  .hero-art { background-position: 53% center; opacity: .72; }
  .hero[data-hero-ready] .hero-art-plane { mask-image: linear-gradient(to bottom,transparent,#000 12%,#000 88%,transparent); }
  .hero .eyebrow { font-size: 10px; letter-spacing: .09em; margin-bottom: 24px; }
  .hero h1 { font-size: clamp(1.875rem,7.45vw,2.8rem); letter-spacing: -.05em; line-height: 1.14; margin-bottom: 24px; }
  .hero-support { font-size: 15px; line-height: 1.75; max-width: 38ch; margin: 0 auto 28px; }
  .hero-actions { flex-direction: column; gap: 13px; }
  .hero-actions .btn { width: auto; min-width: 244px; padding: 17px 23px; }
  .hero-assurance { font-size: 12px; }
  .hero-footnote { margin-top: 44px; padding: 20px 0; justify-content: center; }
  .hero-footnote span:first-child { display: none; }
  .growth-strip { padding: 28px 0 24px; }
  .diagnostic-heading { font-size: 12px; margin-bottom: 20px; gap: 12px; }
  .diagnostic-heading > span { font-size: 11px; }
  .diagnostic-options { grid-template-columns: repeat(3,1fr); gap: 8px; }
  .diagnostic-options::before,.diagnostic-options::after { display: none; }
  .diagnostic-step { border: 1px solid #465438; border-radius: 7px; padding: 12px 6px; font-size: 15px; }
  .diagnostic-step.active { color: #1c2813; background: var(--green); border-color: var(--green); }
  .stage-marker { display: none; }
  .diagnostic-descriptions { font-size: 13px; min-height: 44px; margin-top: 18px; padding: 0 10px; }
  .problem-grid { grid-template-columns: 1fr; gap: 18px; }
  .constraint-label { margin-bottom: 18px; }
  .constraint-heading { max-width: 20ch; font-size: clamp(1.875rem,7vw,2.5rem); }
  .problem-intro { margin-bottom: 12px; }
  .issue { gap: 12px; padding: 16px 0; }
  .issue strong { font-size: 16px; }
  .problem-note { padding: 16px 18px; font-size: 15px; }
  .systems-section { padding: 40px 0 60px; }
  .systems-visual-strip { grid-template-columns: 1fr; gap: 20px; margin-bottom: 44px; }
  .visual-img { height: 240px; }
  .visual-caption { left: 22px; right: 22px; bottom: 24px; padding-left: 14px; font-size: 1.2rem; }
  .systems-header { grid-template-columns: 1fr; gap: 20px; margin-bottom: 24px; }
  .systems-intro { font-size: 16px; }
  .accordion-btn { gap: 18px; padding: 24px 0; }
  .accordion-title { font-size: 25px; }
  .accordion-content { grid-template-columns: 1fr; gap: 20px; padding: 0 0 24px; }
  .accordion-objective { padding: 16px 18px; font-size: 15px; }
  .outcome-strip { padding: 36px 0; }
  .outcome-strip-container { grid-template-columns: 1fr; gap: 12px; }
  .outcome-item { min-height: 96px; padding: 18px 20px; }
  .outcome-title { font-size: 20px; margin-bottom: 5px; }
  .outcome-desc { max-width: none; font-size: 14px; }
  .scenarios-intro { font-size: 16px; }
  .tab-nav { gap: 0; margin-bottom: 28px; }
  .tab-btn { flex: 1; padding: 12px 6px; font-size: 12px; line-height: 1.55; }
  .teardown-header { margin-bottom: 24px; }
  .teardown-grid { grid-template-columns: 1fr; gap: 0; }
  .teardown-block { padding: 22px 0; }
  .teardown-block.change { grid-column: auto; grid-row: auto; padding-left: 0; border-left: 0; }
  .teardown-block.test { display: block; }
  .teardown-block li { font-size: 15px; }
  .pricing-header { margin-bottom: 30px; }
  .pricing-sub { font-size: 16px; }
  .pricing-card { display: flex; gap: 0; padding: 28px; }
  .pricing-card .plan-tag { margin-bottom: 18px; }
  .pricing-card h3 { margin-bottom: 20px; }
  .pricing-card .plan-price { margin: 0 0 20px; }
  .pricing-card .plan-audience { border-bottom: 1px solid #cdd6c1; padding-bottom: 24px; margin-bottom: 24px; }
  .pricing-card.featured .plan-audience { border-color: #455538; }
  .pricing-card ul { margin-bottom: 16px; }
  .pricing-card.featured ul { padding: 0; }
  .plan-badge { top: 24px; right: 22px; font-size: 11px; }
  .guarantee-box { grid-template-columns: 1fr; gap: 14px; }
  .faq-wrapper { gap: 20px; }
  .faq-toggle { font-size: 15px; }
  .audit-section { padding: 60px 0; }
  .audit-section .grid-layout > .content-col:first-child { display: block; }
  .audit-section h2 { font-size: 36px; max-width: 16ch; }
  .form-image-wrapper { margin-top: 28px; max-width: none; }
  .form-image-wrapper img { aspect-ratio: 1.65; object-fit: cover; }
  .form-wrapper { padding: 24px 20px; }
  .form-wrapper h3 { font-size: 25px; }
  #audit-form { grid-template-columns: 1fr; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 28px; }
  .navbar .nav-logo-img { width: 120px; height: 40px; }
  .navbar .btn { font-size: 11px; }
}
@media (max-width: 850px), (prefers-reduced-motion: reduce) {
  [data-sc-parallax] { transform: none !important; will-change: auto; }
}
@media (prefers-reduced-motion: reduce) {
  .accordion[data-accordion-ready] .accordion-panel, .accordion-icon { transition: none !important; }
  .faq-list[data-faq-ready] .faq-answer { transition: none !important; }
  .hero-trace { display: none; }
  .systems-visual-strip[data-scroll-cards-ready] .visual-item { opacity: 1; transform: none; }
  [data-sc-in] { opacity: 1 !important; transform: none !important; }
  .diagnostic-options::after { transform: scaleX(1); }
}
