/* Homepage only. Legal and shared-report pages retain their existing styles. */
#reports, #access { position: relative; }
.anchor-alias { position: absolute; top: 0; left: 0; width: 0; height: 0; pointer-events: none; }
:root {
  color-scheme: light;
  --ink: #172b29;
  --muted: #526560;
  --green: #08795c;
  --green-hover: #056348;
  --forest: #102e27;
  --mint: #edf6ef;
  --line: #dbe5df;
  --paper: #f9fbf8;
  --radius: 20px;
  --content: 1160px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; min-width: 280px; color: var(--ink); background: #fff; font-size: 16px; line-height: 1.6; }
main, section, div, figure, article { min-width: 0; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { text-wrap: balance; line-height: 1.1; }
h1 { font-size: clamp(2.65rem, 5.1vw, 4.55rem); font-weight: 700; letter-spacing: -.055em; }
h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); font-weight: 650; letter-spacing: -.045em; }
h3 { font-size: 1.2rem; font-weight: 650; letter-spacing: -.02em; line-height: 1.3; }
a { color: inherit; text-underline-offset: .22em; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
svg { flex-shrink: 0; }
::selection { color: var(--forest); background: #b4ebce; }
:focus-visible { outline: 3px solid #13816b; outline-offset: 5px; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 16px; padding: 12px 18px; border-radius: 8px; color: #fff; background: var(--forest); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.wrap { width: min(var(--content), calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 108px; }
.eyebrow { color: var(--green); font-size: .74rem; font-weight: 700; letter-spacing: .12em; line-height: 1.5; text-transform: uppercase; }
.section-heading { max-width: 660px; margin-bottom: 44px; }
.section-heading h2 { margin-top: 14px; }
.section-heading > p:last-child:not(.eyebrow) { margin-top: 22px; max-width: 570px; color: var(--muted); font-size: 1.075rem; line-height: 1.7; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; padding: 14px 22px; border: 1px solid var(--green); border-radius: 8px; background: var(--green); color: #fff; font-size: .9rem; font-weight: 650; line-height: 1.35; text-align: center; text-decoration: none; transition: background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { background: var(--green-hover); border-color: var(--green-hover); box-shadow: 0 4px 12px #073d2412; }
.button > span { font-size: 1.15rem; font-weight: 400; }
.button-small { min-height: 44px; padding: 10px 16px; font-size: .81rem; gap: 16px; }
.button-outline { color: var(--ink); background: transparent; border-color: #b4c7bc; }
.button-outline:hover { color: var(--green-hover); background: #f0f7f2; border-color: #6d9481; }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; color: var(--ink); font-size: .9rem; font-weight: 600; text-decoration: none; }
.text-link:hover { color: var(--green); text-decoration: underline; }
.inline-link { color: var(--green); font-weight: 600; }
.status-dot { display: inline-block; flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: #08795c; }

.site-header { display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: var(--content); min-height: 92px; margin-inline: auto; border-bottom: 1px solid var(--line); }
.brand { display: block; width: 174px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-header nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; }
.site-header nav a { display: flex; align-items: center; min-height: 44px; color: #40554c; font-size: .85rem; font-weight: 550; text-decoration: none; }
.site-header nav a:hover { color: var(--green); text-decoration: underline; }

.hero { display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 58px; padding-top: 64px; padding-bottom: 88px; }
.release-label { display: flex; align-items: center; gap: 9px; color: #4b6155; font-size: .75rem; font-weight: 550; line-height: 1.5; }
.hero h1 { margin-top: 26px; font-size: clamp(2.75rem, 4.6vw, 4.05rem); line-height: 1.08; }
.hero h1 em { font-style: normal; color: var(--green); }
.hero-lede { max-width: 480px; margin-top: 26px; color: var(--muted); font-size: 1.075rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 26px; margin-top: 32px; }
.hero-note { display: flex; gap: 14px; margin-top: 36px; max-width: 440px; padding-top: 24px; border-top: 1px solid var(--line); }
.note-mark { display: flex; align-items: center; justify-content: center; flex: 0 0 22px; width: 22px; height: 22px; margin-top: 2px; border: 1px solid #b5d3c2; border-radius: 50%; color: var(--green); font-size: 18px; line-height: 1; }
.hero-note p { color: #566a5c; font-size: .8rem; line-height: 1.75; }
.hero-note strong { display: block; margin-bottom: 2px; color: #2d4639; font-size: .8rem; font-weight: 650; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 7px 18px; margin: 27px 0 0; padding: 0; list-style: none; }
.hero-tags li { color: #647267; font-size: .68rem; }
.hero-tags li + li::before { content: "/"; margin-right: 18px; color: #697e70; }
.hero-product { min-width: 0; }
.product-stage { position: relative; isolation: isolate; overflow: hidden; padding: 72px 26px 61px; border: 1px solid #d4e5d9; border-radius: 22px; background: #ecf4e9; }
.stage-heading { position: absolute; top: 26px; right: 26px; left: 26px; display: flex; align-items: center; justify-content: space-between; gap: 10px; z-index: 2; }
.stage-heading .eyebrow { color: #526b56; font-size: .64rem; letter-spacing: .1em; }
.stage-mark { color: #5a705e; font-family: ui-monospace, monospace; font-size: .64rem; }
.stage-grid { position: absolute; inset: 68px -1px -1px; z-index: -1; background-image: linear-gradient(#6c997c12 1px, transparent 1px), linear-gradient(90deg, #6c997c12 1px, transparent 1px); background-size: 32px 32px; mask-image: linear-gradient(transparent, #000 20%, #000 85%, transparent); }
.phone { position: relative; border: 6px solid #23362d; border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 0 24px 48px #173a2626, 0 3px 5px #173a261a; }
.hero-phone { width: 62%; max-width: 282px; margin-left: auto; z-index: 2; }
.phone img { width: 100%; }
.evidence-note { position: absolute; top: 184px; left: 26px; width: 145px; z-index: 3; padding: 16px 0; }
.tiny-label { display: block; color: #52705b; font-size: .6rem; letter-spacing: .11em; font-weight: 650; }
.evidence-note strong { display: block; margin: 13px 0 20px; color: #244737; font-size: 1.12rem; line-height: 1.35; font-weight: 650; letter-spacing: -.025em; }
.evidence-line { display: flex; align-items: center; gap: 6px; margin-top: 9px; color: #4c6854; font-size: .65rem; line-height: 1.4; }
.check-icon { color: var(--green); }
.stage-footer { position: absolute; left: 26px; right: 26px; bottom: 22px; display: flex; align-items: center; gap: 8px; color: #5b705f; font-size: .66rem; }
.hero-product > figcaption { margin-top: 13px; color: #617165; font-size: .64rem; text-align: center; }

.workflow { border-top: 1px solid var(--line); }
.workflow-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px; margin: 0; padding: 8px 0 0; list-style: none; }
.workflow-list li { position: relative; padding-top: 22px; border-top: 1px solid #bed3c5; }
.workflow-list li::before { content: ""; position: absolute; top: -4px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: #167657; }
.step { color: #5b7768; font-size: .7rem; font-family: ui-monospace, monospace; }
.workflow-list h3 { margin-top: 14px; font-size: 1.125rem; }
.workflow-list p { margin-top: 13px; color: var(--muted); font-size: .86rem; line-height: 1.8; }

.manual-section { position: relative; overflow: hidden; color: #f0f7ef; background: var(--forest); }
.manual-grid { display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; gap: 100px; padding-block: 80px; }
.manual-copy { max-width: 520px; }
.manual-copy .eyebrow { color: #b5d9bd; }
.manual-copy h2 { margin-top: 20px; font-size: clamp(2.15rem, 3.8vw, 3.35rem); }
.section-lede { margin-top: 26px; color: #c5d5cb; font-size: 1.03rem; line-height: 1.85; }
.mode-row { display: flex; align-items: flex-start; gap: 16px; padding-top: 24px; margin-top: 24px; border-top: 1px solid #ffffff26; }
.mode-icon { display: flex; align-items: center; justify-content: center; flex: 0 0 35px; width: 35px; height: 35px; border: 1px solid #527466; border-radius: 8px; color: #bde5c9; font-size: 1.4rem; }
.mode-row h3 { font-size: .96rem; line-height: 1.4; }
.mode-row p { margin-top: 6px; max-width: 410px; color: #bfd0c5; font-size: .85rem; line-height: 1.8; }
.manual-copy .text-link { margin-top: 24px; color: #d4edd7; font-size: .85rem; }
.manual-section :focus-visible { outline-color: #b2e5bc; }
.capture-preview { justify-self: center; width: min(100%, 292px); }
.capture-frame { padding: 6px; overflow: hidden; border: 1px solid #6d887b; border-radius: 26px; background: #314f42; box-shadow: 0 28px 72px #061c1466; }
.capture-frame img { width: 100%; border-radius: 19px; }
.capture-preview figcaption { margin-top: 18px; color: #b7c9bd; font-size: .62rem; line-height: 1.7; text-align: center; }

.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 52px; max-width: none; }
.split-heading > div { flex: 1.3; }
.split-heading > p:last-child { flex: 1; max-width: 350px; margin: 0 0 3px; font-size: .95rem; }
.report-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin: 48px 0; }
.report-feature-grid article { border-top: 1px solid var(--line); padding-top: 22px; }
.feature-number { display: block; color: #5e7968; font-size: .66rem; font-weight: 600; letter-spacing: .09em; }
.report-feature-grid h3 { margin-top: 17px; font-size: 1.12rem; }
.report-feature-grid p { margin-top: 13px; color: var(--muted); font-size: .87rem; line-height: 1.85; }
.tablet-preview { overflow: hidden; border: 1px solid #cbdacf; border-radius: 13px; background: #f2f6f0; box-shadow: 0 20px 60px #163b2210; }
.tablet-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 22px; border-bottom: 1px solid #d8e4dc; background: #edf3ee; color: #546c5d; font-size: .68rem; }
.tablet-bar > span:first-child { display: flex; align-items: center; gap: 8px; font-weight: 600; }
.tablet-bar i { width: 6px; height: 6px; border-radius: 50%; background: #33846a; }
.tablet-preview > img { width: 100%; }
.tablet-preview figcaption { padding: 16px 22px; border-top: 1px solid var(--line); color: #536959; font-size: .69rem; line-height: 1.7; }
.report-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 30px; }
.report-bottom p { max-width: 540px; color: var(--muted); font-size: .87rem; }
.report-bottom .button { flex-shrink: 0; }

.pricing-section { border-top: 1px solid #e1e8df; border-bottom: 1px solid #e1e8df; background: var(--paper); }
.pricing-section .section-heading { max-width: 710px; }
.free-start { display: flex; align-items: center; gap: 20px; margin-bottom: 28px; padding: 19px 22px; border: 1px solid #d2e0d4; border-radius: 8px; background: #eef4eb; }
.free-label { flex-shrink: 0; color: #416445; font-size: .65rem; letter-spacing: .08em; font-weight: 700; }
.free-start p { flex: 1; color: #516650; font-size: .81rem; line-height: 1.7; }
.free-start strong { color: #294b34; }
.free-start .text-link { flex-shrink: 0; font-size: .78rem; color: #355f40; }
.price-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.price-card { display: flex; flex-direction: column; padding: 26px 22px 22px; border: 1px solid #d8e2d8; border-radius: 12px; background: #fff; }
.price-card-accent { border-color: #98b6a3; background: #f0f6f0; box-shadow: inset 0 3px #8caa96; }
.pack-purpose { color: #5c7160; font-size: .71rem; }
.price-card h3 { margin-top: 12px; font-size: 1.12rem; }
.price { margin-top: 27px; color: #1f3827; font-size: 2.18rem; font-weight: 650; line-height: 1.2; letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.price > span { display: block; margin-top: 8px; color: #607162; font-size: .66rem; font-weight: 400; letter-spacing: 0; }
.price-card ul { display: grid; gap: 10px; margin: 27px 0; padding: 22px 0 0; border-top: 1px solid #e1e7df; list-style: none; color: #4d6757; font-size: .85rem; }
.price-card ul strong { color: #244b34; font-weight: 650; }
.price-card .button { justify-content: space-between; gap: 7px; width: 100%; min-height: 47px; margin-top: auto; padding: 12px; font-size: .74rem; }
.pricing-note { margin-top: 23px; color: #647266; font-size: .72rem; line-height: 1.8; }

.faq-section { display: grid; grid-template-columns: .85fr 1.3fr; gap: 100px; }
.faq-section .section-heading { margin-bottom: 0; }
.faq-section h2 { max-width: 350px; }
.faq-section .section-heading > p:last-child { font-size: .88rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 40px 23px 0; color: #243c2f; cursor: pointer; list-style: none; font-size: .94rem; font-weight: 600; line-height: 1.6; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 23px; display: flex; align-items: center; justify-content: center; width: 25px; height: 25px; border: 1px solid #d0ded2; border-radius: 50%; color: #527b5f; font-size: 1rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary:hover { color: var(--green); }
.faq-list details > p { padding: 0 35px 24px 0; color: var(--muted); font-size: .88rem; line-height: 1.9; }

.access-section { display: flex; align-items: center; justify-content: space-between; gap: 70px; padding: 55px 60px; border: 1px solid #d5e5d4; border-radius: var(--radius); background: #eaf4e6; }
.access-section > div:first-child { max-width: 620px; }
.access-section h2 { margin-top: 16px; font-size: clamp(2rem, 3.3vw, 2.8rem); }
.access-section p:not(.eyebrow) { max-width: 490px; margin-top: 22px; color: #4e674f; font-size: .88rem; line-height: 1.9; }
.access-section p.access-status { margin-top: 20px; color: #59725b; font-size: .7rem; }
.access-actions { display: flex; align-items: center; flex-direction: column; flex: 0 0 auto; gap: 16px; }
.contact-link { padding-block: 5px; color: #4c6e51; font-size: .79rem; }
footer.wrap { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px 40px; padding-top: 62px; padding-bottom: 36px; }
footer .brand { width: 158px; }
footer p { margin-top: 13px; color: #647267; font-size: .75rem; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 22px; }
.footer-links a { display: flex; align-items: center; min-height: 44px; color: #526957; font-size: .75rem; text-decoration: none; }
.footer-links a:hover { color: var(--green); text-decoration: underline; }
.copyright { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid var(--line); color: #617263; font-size: .69rem; }

@media (max-width: 1240px) {
  .site-header { width: calc(100% - 80px); }
  .hero { gap: 40px; }
  .hero h1 { font-size: clamp(2.7rem, 4.8vw, 3.8rem); }
  .product-stage { padding-inline: 20px; }
  .evidence-note { left: 20px; width: 125px; }
  .evidence-note strong { font-size: 1rem; }
  .evidence-line { font-size: .57rem; }
  .manual-grid { gap: 64px; }
  .price-card { padding-inline: 18px; }
}

@media (max-width: 1020px) {
  .wrap, .site-header { width: calc(100% - 56px); }
  .site-header { gap: 22px; }
  .brand { width: 149px; }
  .site-header nav { gap: 18px; }
  .site-header nav a { font-size: .79rem; }
  .hero { gap: 30px; padding-top: 44px; padding-bottom: 64px; }
  .hero h1 { font-size: clamp(2.65rem, 4.8vw, 3.4rem); }
  .hero-actions { gap: 10px 18px; }
  .hero-lede { font-size: 1rem; }
  .evidence-note { position: relative; top: auto; left: auto; width: auto; z-index: 1; padding: 0; text-align: center; }
  .evidence-note strong { margin: 8px 0 19px; font-size: 1rem; }
  .evidence-note strong br { display: initial; }
  .evidence-line { display: none; }
  .hero-phone { width: 80%; max-width: 245px; margin-inline: auto; }
  .product-stage { padding-top: 69px; padding-bottom: 55px; }
  .stage-heading { left: 20px; right: 20px; }
  .stage-heading .eyebrow { font-size: .59rem; }
  .stage-mark { font-size: .58rem; }
  .stage-footer { justify-content: center; left: 10px; right: 10px; font-size: .59rem; }
  .section { padding-block: 80px; }
  .workflow-list { gap: 20px; }
  .workflow-list p { font-size: .8rem; }
  .manual-grid { gap: 48px; }
  .capture-preview { width: min(100%, 260px); }
  .split-heading { gap: 30px; }
  .report-feature-grid { gap: 26px; }
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-card { padding: 28px; }
  .price-card .button { font-size: .85rem; padding: 14px 16px; }
  .faq-section { grid-template-columns: 1fr 1.4fr; gap: 52px; }
  .access-section { gap: 35px; padding: 40px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 24px; }
  .wrap, .site-header { width: calc(100% - 40px); }
  .site-header { flex-wrap: wrap; gap: 8px 15px; padding-top: 19px; padding-bottom: 8px; }
  .site-header .brand { width: 142px; }
  .site-header > .button { margin-left: auto; }
  .site-header nav { order: 3; width: 100%; justify-content: flex-start; gap: 25px; }
  .site-header nav a { font-size: .8rem; }
  .hero { grid-template-columns: 1fr; gap: 40px; padding-top: 40px; padding-bottom: 60px; }
  .hero-copy { max-width: 580px; }
  .release-label { font-size: .68rem; }
  .hero h1 { margin-top: 23px; max-width: 560px; font-size: clamp(2.7rem, 7.9vw, 3.55rem); }
  .hero-lede { margin-top: 23px; max-width: 500px; font-size: 1rem; }
  .hero-actions { margin-top: 26px; gap: 12px 22px; }
  .hero-note { margin-top: 25px; max-width: 500px; }
  .hero-tags { margin-top: 21px; font-size: .65rem; gap: 7px 12px; }
  .hero-tags li + li::before { margin-right: 12px; }
  .hero-product { width: 100%; max-width: 530px; justify-self: center; }
  .product-stage { padding: 66px 24px 56px; }
  .hero-phone { width: 65%; max-width: 260px; margin-left: auto; margin-right: 0; }
  .evidence-note { position: absolute; top: 162px; left: 24px; width: 132px; text-align: left; z-index: 3; }
  .evidence-note strong { margin: 12px 0 18px; font-size: 1.025rem; }
  .evidence-note strong br { display: initial; }
  .evidence-line { display: flex; font-size: .6rem; }
  .stage-heading { top: 23px; left: 24px; right: 24px; }
  .stage-footer { justify-content: flex-start; left: 24px; font-size: .63rem; }
  .section { padding-block: 62px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading > p:last-child:not(.eyebrow) { font-size: 1rem; }
  .workflow-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px 26px; }
  .workflow-list li:last-child { grid-column: 1 / -1; max-width: 310px; }
  .workflow-list h3 { margin-top: 10px; }
  .workflow-list p { font-size: .85rem; }
  .manual-grid { grid-template-columns: 1fr; gap: 44px; padding-block: 59px; }
  .manual-copy { max-width: 540px; }
  .capture-preview { width: min(76%, 300px); }
  .split-heading { display: block; }
  .split-heading > p:last-child { max-width: 510px; margin: 23px 0 0; }
  .report-feature-grid { grid-template-columns: 1fr; gap: 25px; margin-block: 33px; }
  .report-feature-grid article { max-width: 540px; }
  .report-feature-grid h3 { margin-top: 12px; }
  .report-feature-grid p { margin-top: 10px; }
  .tablet-bar { padding: 12px 14px; font-size: .6rem; gap: 12px; }
  .tablet-bar > span:last-child { text-align: right; }
  .tablet-preview figcaption { padding: 13px 15px; font-size: .65rem; }
  .report-bottom { flex-direction: column; align-items: flex-start; gap: 19px; margin-top: 23px; }
  .free-start { flex-wrap: wrap; gap: 10px 15px; padding: 18px; }
  .free-start p { flex-basis: calc(100% - 70px); }
  .free-start .text-link { margin-left: 0; }
  .price-card { padding: 23px 20px 20px; }
  .price-card .button { gap: 8px; font-size: .76rem; padding: 12px; }
  .faq-section { display: block; }
  .faq-section .section-heading { margin-bottom: 31px; }
  .faq-section h2 { max-width: none; }
  .faq-list summary { font-size: .9rem; padding-block: 21px; }
  .faq-list summary::after { top: 21px; }
  .access-section { display: block; padding: 31px 26px; border-radius: 15px; }
  .access-section h2 { font-size: 2.2rem; }
  .access-actions { align-items: flex-start; margin-top: 28px; gap: 10px; }
  .access-section p.access-status { line-height: 1.7; }
  footer.wrap { grid-template-columns: 1fr; gap: 18px; padding-top: 42px; padding-bottom: 26px; }
  .footer-links { justify-content: flex-start; gap: 24px; }
  .copyright { padding-top: 20px; }
}

@media (max-width: 420px) {
  .site-header .brand { width: 122px; }
  .site-header > .button { padding: 10px 11px; font-size: .7rem; gap: 10px; }
  .site-header nav { justify-content: space-between; gap: 10px; }
  .hero h1 { font-size: clamp(2.35rem, 10.4vw, 2.8rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-actions > .button { width: 100%; justify-content: space-between; }
  .hero-actions > .text-link { min-height: 44px; }
  .hero-tags { gap: 5px 10px; }
  .hero-tags li { font-size: .6rem; }
  .hero-tags li + li::before { margin-right: 10px; }
  .product-stage { padding: 62px 20px 50px; }
  .stage-heading { left: 20px; right: 20px; gap: 8px; }
  .stage-heading .eyebrow { font-size: .55rem; }
  .stage-mark { font-size: .55rem; }
  .evidence-note { position: relative; top: auto; left: auto; width: auto; padding: 0; text-align: center; }
  .evidence-note strong { margin: 7px 0 18px; font-size: .95rem; }
  .evidence-note strong br { display: initial; }
  .evidence-line { display: none; }
  .hero-phone { width: 82%; max-width: 245px; margin-inline: auto; border-radius: 25px; }
  .stage-footer { justify-content: center; left: 8px; right: 8px; font-size: .57rem; }
  .hero-product > figcaption { font-size: .58rem; }
  .workflow-list { gap: 29px 20px; }
  .workflow-list p { font-size: .81rem; }
  .price-grid { grid-template-columns: 1fr; gap: 14px; }
  .price-card { padding: 26px; }
  .price-card .button { font-size: .85rem; padding: 14px 16px; }
  .price { margin-top: 21px; }
  .price-card ul { margin-block: 22px; }
  .access-section { padding: 28px 22px; }
  .access-section h2 { font-size: 2rem; }
  .access-actions .button { gap: 14px; width: 100%; padding-inline: 14px; font-size: .79rem; }
  .footer-links { gap: 16px; }
  .footer-links a { font-size: .72rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
