@font-face {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 1 1000;
  font-display: swap;
  src: url("/static/dashboard/fonts/SofiaSans-Variable.f403f398df89.ttf") format("truetype");
}

:root {
  --canvas: #f3f0ee;
  --paper: #fcfbfa;
  --white: #fff;
  --ink: #141413;
  --muted: #696969;
  --line: rgba(20, 20, 19, .16);
  --orange: #cf4500;
  --orange-light: #f37338;
  --bone: #e8e2da;
  --blue: #3860be;
  --shadow: 0 24px 48px rgba(0, 0, 0, .08);
  --sans: "Sofia Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--canvas); }
[id] { scroll-margin-top: 118px; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: var(--sans); font-size: 16px; font-weight: 450; line-height: 1.45; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.025em; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(3rem, 7.5vw, 7.5rem); line-height: .92; }
h2 { margin-bottom: 20px; font-size: clamp(2.3rem, 5vw, 4.7rem); line-height: .98; }
h3 { margin-bottom: 10px; font-size: 1.35rem; line-height: 1.12; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--orange-light); outline-offset: 4px; }
.site-skip { position: fixed; z-index: 100; left: 16px; top: 12px; transform: translateY(-160%); padding: 10px 18px; border-radius: 999px; color: var(--canvas); background: var(--ink); }
.site-skip:focus-visible { transform: translateY(0); }

.site-header { position: relative; z-index: 30; display: grid; grid-template-columns: auto 1fr auto; width: min(calc(100% - 32px), 1240px); min-height: 76px; margin: 18px auto 0; padding: 10px 12px 10px 18px; border: 1px solid rgba(20,20,19,.08); border-radius: 999px; background: rgba(255,255,255,.94); box-shadow: 0 4px 24px rgba(0,0,0,.05); backdrop-filter: blur(18px); }
.site-brand, .footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.02em; text-decoration: none; }
.site-mark { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--canvas); background: var(--ink); font-size: .7rem; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 46px); }
.desktop-nav a, .site-login { font-weight: 500; text-decoration: none; }
.desktop-nav a:hover, .site-login:hover { text-decoration: underline; text-underline-offset: 5px; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.mobile-menu { display: none; }
.theme-toggle { display: inline-flex; min-height: 44px; align-items: center; gap: 7px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: inherit; background: transparent; font-size: .82rem; font-weight: 600; cursor: pointer; }
.theme-toggle:hover { background: var(--bone); }

.site-cta, .site-secondary { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 16px; padding: 12px 26px; border-radius: 20px; font-weight: 500; letter-spacing: -.02em; text-decoration: none; }
.site-cta { border: 1.5px solid var(--ink); color: var(--canvas); background: var(--ink); }
.site-cta.small { min-height: 48px; padding: 10px 22px; }
.site-secondary { border: 1.5px solid var(--ink); background: var(--white); }
.site-secondary.light { border-color: var(--white); color: var(--white); background: transparent; }
.site-cta:hover, .site-secondary:hover { transform: translateY(-2px); }

.site-section { width: min(calc(100% - 40px), 1200px); margin-inline: auto; }
.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); gap: 64px; align-items: center; min-height: calc(100dvh - 116px); padding-block: 88px 104px; }
.site-eyebrow { margin-bottom: 18px; color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.site-eyebrow::before { display: inline-block; width: 6px; height: 6px; margin-right: 8px; border-radius: 50%; background: var(--orange-light); vertical-align: .1em; content: ""; }
.hero h1 span { color: var(--orange); }
.hero-lead { max-width: 680px; margin-bottom: 30px; color: #474745; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 24px 0 0; padding: 0; color: var(--muted); font-size: .86rem; list-style: none; }
.trust-row li::before { margin-right: 7px; color: #2f7657; content: "●"; }
.hero-product { position: relative; min-height: 610px; overflow: hidden; border-radius: 40px; background: var(--ink); }
.orbit { position: absolute; border: 1px solid rgba(243,115,56,.55); border-radius: 50%; }
.orbit-one { width: 440px; height: 440px; right: -140px; top: -130px; box-shadow: 0 0 0 55px rgba(243,115,56,.06), 0 0 0 110px rgba(243,115,56,.035); }
.orbit-two { width: 300px; height: 300px; left: -170px; bottom: -160px; }
.decision-card { position: absolute; z-index: 2; left: 9%; top: 12%; width: 82%; padding: 32px; border: 1px solid rgba(255,255,255,.18); border-radius: 40px; color: var(--white); background: rgba(255,255,255,.055); }
.decision-card > p { margin-bottom: 10px; color: #d1cdc7; font-size: .78rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.decision-card > strong { display: block; font-size: clamp(2.6rem, 5vw, 4.6rem); font-weight: 500; letter-spacing: -.04em; line-height: 1; font-variant-numeric: tabular-nums; }
.decision-card > strong small { font-size: .85rem; font-weight: 700; letter-spacing: .04em; }
.decision-card > span { display: block; margin-top: 12px; color: #d1cdc7; }
.decision-card dl { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; margin: 28px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.2); }
.decision-card dt { color: #b7b2ae; font-size: .7rem; }
.decision-card dd { margin: 4px 0 0; font-weight: 700; font-variant-numeric: tabular-nums; }
.mini-route-card { position: absolute; z-index: 3; right: 7%; bottom: 9%; width: 66%; padding: 22px 24px; border-radius: 40px; background: var(--white); box-shadow: var(--shadow); }
.mini-route-card span, .mini-route-card strong, .mini-route-card b { display: block; }
.mini-route-card span { margin-bottom: 7px; color: var(--orange); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.mini-route-card strong { font-size: 1.15rem; font-weight: 500; }
.mini-route-card b { margin-top: 9px; font-size: 1.65rem; font-weight: 500; }

.source-strip { display: flex; max-width: 100%; overflow: hidden; justify-content: space-around; gap: 30px; padding: 23px max(24px, calc((100vw - 1200px)/2)); border-block: 1px solid var(--line); color: var(--muted); font-size: .78rem; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.problem, .feature-grid-section, .how-section, .comparison, .faq, .pricing { padding-block: 128px; }
.section-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); gap: 24px 80px; align-items: end; margin-bottom: 58px; }
.section-heading .site-eyebrow { grid-column: 1 / -1; margin-bottom: -4px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child { margin-bottom: 6px; color: var(--muted); font-size: 1.08rem; }
.problem-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.problem-grid article, .feature-grid article { min-height: 280px; padding: 32px; border: 1px solid var(--line); border-radius: 40px; background: var(--paper); }
.problem-grid article > span { display: grid; width: 52px; height: 52px; margin-bottom: 50px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: .75rem; }
.problem-grid p, .feature-grid p { margin: 0; color: var(--muted); }

.dark-section { width: min(calc(100% - 32px), 1320px); padding: 100px clamp(24px, 5vw, 80px); border-radius: 40px; color: var(--white); background: var(--ink); }
.dark-section .section-heading { grid-template-columns: 1fr; max-width: 920px; }
.dark-section .site-eyebrow, .security-section .site-eyebrow, .final-cta .site-eyebrow { color: #c0bbb6; }
.value-pair { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); gap: 28px; align-items: center; }
.value-pair article { padding: 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 40px; }
.value-pair p { margin-bottom: 30px; color: #c0bbb6; text-transform: uppercase; letter-spacing: .04em; font-size: .75rem; font-weight: 700; }
.value-pair strong { display: block; font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 500; font-variant-numeric: tabular-nums; }
.value-pair article span { display: block; margin-top: 20px; color: #c0bbb6; }
.pair-arrow { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--white); font-size: 1.4rem; }
.formula { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; margin-top: 38px; padding: 24px; border-radius: 999px; color: #d1cdc7; background: rgba(255,255,255,.06); }
.formula span, .formula strong { padding: 7px 12px; }
.formula i { color: var(--orange-light); font-style: normal; }
.formula strong { color: var(--white); }

.feature-showcase { display: grid; grid-template-columns: minmax(0,.85fr) minmax(390px,1.15fr); gap: 90px; align-items: center; padding-block: 128px; }
.feature-showcase.reverse .showcase-copy { order: 2; }
.feature-showcase.reverse .phone-stage { order: 1; }
.showcase-copy > p:not(.site-eyebrow) { max-width: 580px; color: var(--muted); font-size: 1.08rem; }
.check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 28px 1fr; align-items: start; }
.check-list li::before { display: grid; width: 21px; height: 21px; place-items: center; border-radius: 50%; color: var(--canvas); background: var(--ink); font-size: .65rem; content: "✓"; }
.phone-stage { position: relative; display: grid; justify-items: center; margin: 0; padding: 60px 30px 26px; overflow: hidden; border-radius: 40px; background: var(--bone); }
.phone-stage::before { position: absolute; width: 560px; height: 560px; border: 1px solid rgba(243,115,56,.65); border-radius: 50%; content: ""; }
.phone { position: relative; z-index: 2; width: min(320px, 82vw); height: 620px; overflow: hidden; border: 9px solid var(--ink); border-radius: 48px; background: var(--canvas); box-shadow: 0 35px 70px rgba(0,0,0,.2); }
.phone img { width: 100%; height: auto; }
.route-phone img { transform: translateY(-2px); }
.phone-stage figcaption { position: relative; z-index: 2; margin-top: 28px; color: var(--muted); font-size: .78rem; text-align: center; }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.feature-grid article { min-height: 260px; }
.feature-grid article > span { display: grid; width: 58px; height: 58px; margin-bottom: 46px; place-items: center; border-radius: 50%; color: var(--canvas); background: var(--ink); font-size: 1.3rem; }
.steps { display: grid; gap: 0; margin: 0; padding: 0; counter-reset: step; list-style: none; }
.steps li { display: grid; grid-template-columns: 80px 1fr; gap: 30px; padding: 34px 0; border-top: 1px solid var(--line); }
.steps li > span { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; color: var(--canvas); background: var(--ink); }
.steps p { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.05rem; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 40px; background: var(--paper); }
.comparison table { width: 100%; min-width: 760px; border-collapse: collapse; }
.comparison th, .comparison td { padding: 22px 24px; border-bottom: 1px solid var(--line); text-align: left; }
.comparison thead th { color: var(--muted); font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.comparison tbody th { width: 30%; font-weight: 500; }
.comparison td b { display: inline-block; padding: 7px 12px; border-radius: 999px; color: var(--canvas); background: var(--ink); font-weight: 500; }
.comparison tr:last-child th, .comparison tr:last-child td { border-bottom: 0; }

.security-section { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 90px; width: min(calc(100% - 32px), 1320px); padding: 100px clamp(24px, 5vw, 80px); border-radius: 40px; color: var(--ink); background: var(--bone); }
.security-section .site-eyebrow { color: var(--muted); }
.security-copy h2 { font-size: clamp(2.8rem, 5vw, 4.7rem); }
.security-copy > p:not(.site-eyebrow) { color: #474745; font-size: 1.08rem; }
.security-link { border-color: var(--ink); color: var(--canvas); background: var(--ink); }
.security-points { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.security-points article { padding: 28px; border: 1px solid var(--line); border-radius: 32px; background: rgba(255,255,255,.66); }
.security-points p { margin: 0; color: #474745; }

.pricing-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; max-width: 960px; margin: 0 auto; }
.pricing-grid article { position: relative; padding: 42px; border: 1px solid var(--line); border-radius: 40px; background: var(--paper); }
.pricing-grid article.featured { border: 2px solid var(--ink); }
.pricing-grid article > p { color: var(--muted); font-weight: 700; }
.price { display: flex; align-items: baseline; gap: 9px; margin: 18px 0 30px; }
.price strong { font-size: clamp(3rem, 6vw, 5rem); font-weight: 500; letter-spacing: -.04em; }
.price span { color: var(--muted); }
.pricing-grid ul { display: grid; gap: 11px; min-height: 154px; margin: 0 0 28px; padding: 0; list-style: none; }
.pricing-grid li::before { margin-right: 8px; content: "✓"; }
.pricing-grid .site-cta { width: 100%; }
.price-badge { position: absolute; right: 26px; top: 26px; padding: 7px 13px; border-radius: 999px; color: var(--canvas); background: var(--ink); font-size: .7rem; }
.pricing-note { max-width: 860px; margin: 24px auto 0; color: var(--muted); font-size: .82rem; text-align: center; }

.faq .section-heading { grid-template-columns: 1fr; max-width: 900px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 52px 27px 0; font-size: 1.2rem; font-weight: 500; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 0; top: 21px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--ink); border-radius: 50%; content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 840px; margin: -5px 0 28px; color: var(--muted); }

.final-cta { width: min(calc(100% - 32px), 1320px); margin-bottom: 28px; padding: 100px clamp(24px, 5vw, 80px); border-radius: 40px; color: var(--white); background: #a83b0b; text-align: center; }
.final-cta h2 { max-width: 900px; margin-inline: auto; }
.final-cta .site-eyebrow { color: rgba(255,255,255,.78); }
.final-cta .site-eyebrow::before { background: var(--white); }
.final-cta > p:not(.site-eyebrow) { color: rgba(255,255,255,.86); font-size: 1.12rem; }
.final-cta > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 28px 0; }
.light-cta { border-color: var(--white); color: var(--ink); background: var(--white); }
.final-cta small { color: rgba(255,255,255,.72); }

.site-footer { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 70px; padding: 90px max(24px, calc((100% - 1200px)/2)) 48px; color: var(--white); background: var(--ink); }
.footer-brand .site-mark { color: var(--ink); background: var(--canvas); }
.site-footer h2 { max-width: 560px; margin-top: 54px; font-size: clamp(2.5rem,5vw,4.8rem); }
.site-footer > div:first-child > p { color: #c0bbb6; }
.footer-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; padding-top: 8px; }
.footer-links > div { display: flex; flex-direction: column; gap: 13px; }
.footer-links strong { margin-bottom: 10px; color: #9b9894; font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-links span { color: #9b9894; }
.footer-bottom { display: flex; grid-column: 1 / -1; justify-content: space-between; gap: 20px; margin-top: 40px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.25); color: #9b9894; font-size: .78rem; }

.back-to-top { position: fixed; z-index: 28; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); display: grid; width: 54px; height: 54px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--canvas); background: var(--ink); box-shadow: 0 12px 32px rgba(0,0,0,.2); font-size: 1.25rem; cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity .2s ease, transform .2s ease; }
.back-to-top[data-visible="true"] { opacity: 1; pointer-events: auto; transform: translateY(0); }

html[data-theme="dark"] {
  color-scheme: dark;
  --canvas: #10100f;
  --paper: #191918;
  --ink: #f3f0ee;
  --muted: #aaa59f;
  --line: rgba(255,255,255,.16);
  --bone: #262522;
  --shadow: 0 24px 48px rgba(0,0,0,.28);
}
html[data-theme="dark"] .site-header { border-color: rgba(255,255,255,.12); background: rgba(25,25,23,.94); }
html[data-theme="dark"] .mobile-menu nav { background: #191918; }
html[data-theme="dark"] .site-secondary { background: var(--paper); }
html[data-theme="dark"] .hero-lead,
html[data-theme="dark"] .showcase-copy > p:not(.site-eyebrow),
html[data-theme="dark"] .legal-page > p,
html[data-theme="dark"] .legal-page li { color: #c8c3bd; }
html[data-theme="dark"] .hero-product,
html[data-theme="dark"] .dark-section,
html[data-theme="dark"] .site-footer { background: #080808; }
html[data-theme="dark"] .mini-route-card { color: #141413; }
html[data-theme="dark"] .pair-arrow { color: #141413; }
html[data-theme="dark"] .security-section { color: var(--ink); background: #242321; }
html[data-theme="dark"] .security-copy > p:not(.site-eyebrow),
html[data-theme="dark"] .security-points p { color: #c8c3bd; }
html[data-theme="dark"] .security-points article { background: #191918; }
html[data-theme="dark"] .security-link { color: var(--canvas); background: var(--ink); }
html[data-theme="dark"] .final-cta .light-cta { color: #141413; }
html[data-theme="dark"] .final-cta .site-secondary.light { color: #fff; background: transparent; }
html[data-theme="dark"] .legal-warning { border-color: #a9771e; background: #332b18; }
html[data-theme="dark"] code { background: #2a2926; }

.legal-page { max-width: 920px; padding-block: 110px 140px; }
.legal-page h1 { font-size: clamp(3.5rem,8vw,7rem); }
.legal-page h2 { margin-top: 58px; font-size: clamp(1.7rem,3vw,2.5rem); }
.legal-page > p, .legal-page li { color: #474745; font-size: 1.05rem; }
.legal-page a { color: #9a3a0a; }
.legal-updated { color: var(--muted) !important; }
.legal-summary, .legal-warning { margin: 48px 0; padding: 30px; border-radius: 40px; background: var(--bone); }
.legal-summary strong, .legal-warning strong { display: block; margin-bottom: 8px; font-size: 1.25rem; }
.legal-summary p, .legal-warning p { margin: 0; }
.legal-warning { border: 1px solid #c89428; background: #fff8e5; }
code { padding: 2px 6px; border-radius: 6px; background: var(--bone); }

@media (max-width: 1023px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .desktop-nav, .header-actions { display: none; }
  .mobile-menu { position: relative; display: block; justify-self: end; }
  .mobile-menu summary { display: grid; min-width: 64px; min-height: 52px; place-items: center; border-radius: 999px; color: var(--canvas); background: var(--ink); font-size: .8rem; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { position: absolute; right: 0; top: 62px; display: grid; width: min(280px, calc(100vw - 40px)); padding: 18px; border: 1px solid var(--line); border-radius: 30px; background: var(--white); box-shadow: var(--shadow); }
  .mobile-menu nav a { min-height: 46px; padding: 12px; border-bottom: 1px solid var(--line); text-decoration: none; }
  .mobile-theme-toggle { width: 100%; justify-content: center; margin-top: 12px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-product { min-height: 560px; }
  .problem-grid, .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .section-heading { grid-template-columns: 1fr; }
  .feature-showcase { gap: 50px; }
  .security-section { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  h1 { font-size: clamp(3.2rem,16vw,5rem); }
  h2 { font-size: clamp(2.25rem,11vw,3.5rem); }
  .site-header { width: calc(100% - 20px); min-height: 68px; margin-top: 10px; padding: 8px 8px 8px 14px; }
  .site-mark { width: 44px; height: 44px; }
  .site-section { width: min(calc(100% - 32px),1200px); }
  .hero { gap: 48px; padding-block: 72px 80px; }
  .hero-actions { display: grid; }
  .site-cta, .site-secondary { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-product { min-height: 500px; }
  .decision-card { left: 5%; top: 8%; width: 90%; padding: 24px 20px; }
  .decision-card > strong { font-size: clamp(2.55rem,13vw,4rem); }
  .decision-card dl { gap: 4px; }
  .decision-card dt { font-size: .59rem; }
  .decision-card dd { font-size: .75rem; }
  .mini-route-card { right: 5%; bottom: 8%; width: 78%; }
  .source-strip { justify-content: flex-start; overflow-x: auto; }
  .problem, .feature-grid-section, .how-section, .comparison, .faq, .pricing { padding-block: 88px; }
  .problem-grid, .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .problem-grid article, .feature-grid article { min-height: 0; }
  .problem-grid article > span, .feature-grid article > span { margin-bottom: 36px; }
  .dark-section, .security-section, .final-cta { width: calc(100% - 24px); padding: 68px 24px; border-radius: 32px; }
  .dark-section .section-heading { margin-bottom: 40px; }
  .dark-section .section-heading h2 { font-size: clamp(2.55rem, 11vw, 3.25rem); }
  .value-pair { grid-template-columns: 1fr; }
  .value-pair article { padding: 28px 24px; border-radius: 32px; }
  .pair-arrow { transform: rotate(90deg); justify-self: center; }
  .formula { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 8px 12px; align-items: center; border-radius: 32px; text-align: left; }
  .formula span, .formula strong { padding: 8px 0; }
  .formula > span:first-child { grid-column: 1 / -1; padding: 0 0 12px 50px; border-bottom: 1px solid rgba(255,255,255,.12); }
  .formula i { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.08); }
  .formula strong { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.12); }
  .formula i:last-of-type { align-self: stretch; height: auto; min-height: 32px; border-radius: 18px; }
  .feature-showcase, .feature-showcase.reverse { grid-template-columns: 1fr; gap: 54px; padding-block: 88px; }
  .feature-showcase .showcase-copy, .feature-showcase.reverse .showcase-copy { order: 1; }
  .feature-showcase .phone-stage, .feature-showcase.reverse .phone-stage { order: 2; }
  .phone-stage { padding-inline: 12px; }
  .phone { height: 570px; }
  .steps li { grid-template-columns: 58px 1fr; gap: 18px; }
  .table-wrap { overflow: visible; border: 0; border-radius: 0; background: transparent; }
  .comparison table { min-width: 0; }
  .comparison thead { display: none; }
  .comparison tbody { display: grid; gap: 14px; }
  .comparison tr { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); }
  .comparison tbody th { display: block; width: auto; padding: 20px; border-bottom: 1px solid var(--line); background: var(--bone); font-size: 1.05rem; }
  .comparison td { display: grid; grid-template-columns: minmax(104px,.8fr) minmax(0,1.2fr); gap: 14px; align-items: center; padding: 15px 20px; border-bottom: 1px solid var(--line); }
  .comparison td::before { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
  .comparison td:nth-child(2)::before { content: "CashBoundary"; }
  .comparison td:nth-child(3)::before { content: "General tracker"; }
  .comparison td:nth-child(4)::before { content: "Spreadsheet"; }
  .comparison tr td:last-child { border-bottom: 0; }
  .comparison td b { justify-self: start; }
  .security-points { grid-template-columns: 1fr; }
  .security-section { gap: 46px; }
  .security-copy h2 { font-size: clamp(2.55rem, 11vw, 3.15rem); }
  .security-points article { padding: 26px 24px; }
  .final-cta h2 { font-size: clamp(2.55rem, 11vw, 3.2rem); }
  .final-cta .site-eyebrow { max-width: 280px; margin-inline: auto; line-height: 1.4; }
  .pricing-grid article { padding: 34px 24px; }
  .price-badge { position: static; display: inline-block; margin-bottom: 18px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .legal-page { padding-block: 86px 110px; }
}

@media (max-width: 380px) {
  .site-brand > span:last-child { display: none; }
  .hero-product { min-height: 480px; }
  .decision-card { padding-inline: 17px; }
  .decision-card > strong { font-size: 2.55rem; }
  .mini-route-card { width: 86%; }
  .trust-row { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr; }
}

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