@charset "UTF-8";
/* Legal pages extend the existing Croly typography and palette. */
.legal-page{padding-block:72px 88px}.legal-heading{max-width:780px;margin-bottom:56px}.legal-heading h1{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.05em;line-height:1.15;margin:16px 0 20px}.legal-heading>p:last-child{font-size:1.125rem;line-height:1.8;color:var(--muted);margin-top:20px}.legal-date{font-size:.875rem;color:var(--muted);line-height:1.6}.legal-layout{display:grid;grid-template-columns:240px minmax(0,780px);gap:64px;align-items:start}.legal-toc{position:sticky;top:28px;display:flex;flex-direction:column;gap:12px;font-size:.875rem;line-height:1.6}.legal-toc>p{font-size:.75rem;letter-spacing:.08em;font-weight:650;margin-bottom:8px}.legal-toc a:hover{color:var(--green);text-decoration:underline;text-underline-offset:4px}.legal-content section{padding-bottom:32px;margin-bottom:32px;border-bottom:1px solid var(--line);scroll-margin-top:32px}.legal-content h2{font-size:1.5rem;line-height:1.4;letter-spacing:-.025em;margin-bottom:18px}.legal-content h3{font-size:1.0625rem;line-height:1.5;margin:24px 0 12px}.legal-content p,.legal-content li{font-size:1rem;line-height:1.85;color:var(--muted);overflow-wrap:anywhere}.legal-content p+p{margin-top:16px}.legal-content strong{color:var(--ink);font-weight:600}.legal-content a{text-decoration:underline;text-underline-offset:3px;color:var(--green)}.legal-content ul{padding-left:24px;margin-block:16px}.legal-content li+li{margin-top:10px}
@media(max-width:1000px){.legal-layout{grid-template-columns:200px minmax(0,1fr);gap:32px}}
@media(max-width:620px){.legal-page{padding-block:40px 50px}.legal-heading{margin-bottom:30px}.legal-layout{grid-template-columns:1fr;gap:36px}.legal-toc{position:static;border-block:1px solid var(--line);padding-block:24px}.legal-heading>p:last-child{font-size:1rem}.legal-content h2{font-size:1.375rem}}
:root{--ink:#132a21;--green:#23523c;--lime:#bded67;--muted:#59665f;--line:#dce3dc;--paper:#f9faf6;--white:#fff;--sans:Inter,"Helvetica Neue",Arial,sans-serif;font-family:var(--sans);color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block}h1,h2,h3,p{margin:0}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid #548326;outline-offset:5px}button{cursor:pointer}::selection{background:var(--lime);color:var(--ink)}.container{width:min(1240px,calc(100% - 96px));margin-inline:auto}.skip-link{position:fixed;top:-80px;left:16px;background:var(--ink);color:white;padding:16px;z-index:20}.skip-link:focus{top:8px}.eyebrow{font-size:.8125rem;font-weight:650;letter-spacing:.095em;line-height:1.6}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;background:var(--ink);color:var(--white);min-height:54px;padding:15px 22px;border:1px solid transparent;border-radius:8px;font-size:.9375rem;font-weight:600;line-height:1.4;transition:background .18s,transform .18s}.button:hover{background:var(--green);transform:translateY(-2px)}.button span{font-size:1.25rem;line-height:1}.button-small{min-height:44px;padding:10px 18px;font-size:.875rem;gap:18px}.text-link{display:inline-flex;gap:16px;align-items:center;font-size:.9375rem;font-weight:600}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.text-link span{font-size:1.25rem}.site-header{height:90px;border-bottom:1px solid var(--line);background:var(--paper)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%}.brand{display:inline-flex;align-items:center;gap:10px;font-size:2rem;font-weight:750;letter-spacing:-.07em}.brand-period{color:#508b45}.main-nav{display:flex;gap:32px;align-items:center;font-size:.875rem;font-weight:550}.main-nav>a:not(.button):hover{color:#448043}.menu-toggle{display:none}.hero{display:grid;grid-template-columns:1fr 1fr;gap:64px;padding-top:88px;padding-bottom:76px;align-items:center}.hero .eyebrow{letter-spacing:0;display:flex;gap:10px;align-items:center;font-size:.875rem}.pill-icon{display:inline-flex;align-items:center;justify-content:center;background:#e6eddf;width:25px;height:25px;border-radius:7px;font-weight:750}.hero h1{font-size:clamp(3.4rem,4.7vw,4.85rem);font-weight:600;line-height:1.07;letter-spacing:-.065em;margin:26px 0}.highlight{position:relative;display:inline-block;isolation:isolate}.highlight:after{content:"";position:absolute;inset:54% -4px 1px;z-index:-1;background:var(--lime);transform:rotate(-2deg);border-radius:3px}.hero-description{font-size:1.125rem;line-height:1.75;color:var(--muted);max-width:440px}.hero-actions{display:flex;gap:26px;align-items:center;margin-top:32px}.hero-note{font-size:.8125rem;line-height:1.6;color:var(--muted);margin-top:14px}.journey-label{display:flex;gap:16px;align-items:center;margin-top:36px}.journey-label p{font-size:.8125rem;color:var(--muted);line-height:1.5}.journey-line{width:47px;height:2px;background:var(--ink);position:relative}.journey-line:after{content:"";position:absolute;right:0;top:-3px;width:8px;height:8px;border-top:2px solid var(--ink);border-right:2px solid var(--ink);transform:rotate(45deg)}.product-preview{background:var(--white);border:1px solid #cfdace;border-radius:16px;box-shadow:0 22px 55px -35px #1737205c;overflow:hidden;transform:rotate(1deg)}.preview-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px;border-bottom:1px solid var(--line)}.preview-brand{font-size:.8125rem;font-weight:600;letter-spacing:-.025em}.preview-brand>span:first-child{color:#508b45}.preview-slash{margin:0 7px;color:#87958b}.sample-label{font-size:.75rem;white-space:nowrap;padding:4px 8px;background:#edf1e8;border-radius:4px;color:#50634d}.preview-heading{padding:24px 24px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.preview-eyebrow{font-size:.75rem;color:var(--muted);margin-bottom:8px}.preview-heading h2{font-size:1.25rem;letter-spacing:-.03em;font-weight:650}.preview-period{font-size:.75rem;color:var(--muted)}.campaign-switch{display:flex;gap:4px;margin:0 24px 20px;background:#eef1e9;padding:4px;border-radius:7px;max-width:max-content}.campaign-switch button{border:0;background:transparent;color:#5a655b;padding:8px 13px;font-size:.8125rem;border-radius:5px}.campaign-switch button[aria-pressed="true"]{background:var(--white);color:var(--ink);box-shadow:0 1px 4px #132a2112}.funnel-row{display:grid;grid-template-columns:132px 1fr 57px;gap:12px;align-items:center;padding:11px 24px}.funnel-stage{font-size:.8125rem;font-weight:550;white-space:nowrap}.funnel-stage span{font-size:.75rem;color:#8d978f;margin-right:9px;font-weight:400}.funnel-row strong{font-size:.875rem;text-align:right;font-weight:600;font-variant-numeric:tabular-nums}.funnel-track{height:27px;background:#f0f3ec;border-radius:4px;overflow:hidden}.funnel-bar{height:100%;border-radius:4px;background:#28563f;transition:width .35s}.bar-sessions{width:100%;background:#2c5a42}.bar-views{width:62.5%;background:#4e7e55}.bar-cart{width:11.2%;background:#d88a65}.bar-checkout{width:5%;background:#91b96d}.bar-purchases{width:1.9%;min-width:4px;background:#6e9f42}.funnel-issue{background:#fdf1e9}.funnel-issue .funnel-stage{color:#9a4a2a}.preview-insight{display:flex;gap:12px;margin:18px 24px 22px;padding:14px;background:#fdf1e9;border:1px solid #efdbcf;border-radius:8px}.insight-icon{flex-shrink:0;color:#9c5333;border:1px solid #e0b6a0;display:flex;align-items:center;justify-content:center;border-radius:50%;width:21px;height:21px;font-size:.8125rem;font-weight:650;margin-top:2px}.insight-label{font-size:.75rem;font-weight:600;color:#934b2c;margin-bottom:7px}.preview-insight p:last-child{font-size:.8125rem;line-height:1.65;color:#735442}.preview-bottom{display:flex;justify-content:space-between;padding:15px 24px;background:#f0f4e9;border-top:1px solid var(--line);font-size:.75rem;color:#4a6550;gap:16px}.journey-strip{border-block:1px solid var(--line);background:#eef2e9}.strip-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-block:24px}.strip-inner>p{font-size:.6875rem;font-weight:650;letter-spacing:.11em;color:#5f6e58;line-height:1.6}.strip-inner ol{list-style:none;margin:0;padding:0;display:flex;gap:34px;align-items:center;font-size:.875rem;font-weight:550}.strip-inner li:not(:last-child):after{content:"→";color:#7f8c78;margin-left:34px}.section{padding-block:96px}.section-heading{max-width:750px;margin-bottom:48px}.section-heading .eyebrow{color:#5a745c;margin-bottom:18px}.section-heading h2,.privacy-heading h2,.faq-heading h2{font-size:clamp(2.1rem,3.7vw,3.15rem);line-height:1.17;letter-spacing:-.055em;font-weight:550}.serif-word{font-family:Georgia,serif;font-style:italic;font-weight:400;letter-spacing:-.06em}.section-heading>p:last-child{font-size:1rem;line-height:1.75;color:var(--muted);margin-top:22px;max-width:600px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-card{border:1px solid var(--line);border-radius:12px;padding:28px;background:#fff;display:flex;flex-direction:column}.feature-number{font-size:.75rem;font-weight:650;letter-spacing:.075em;color:#5d735d;line-height:1.6}.feature-card h3{font-size:1.25rem;letter-spacing:-.035em;font-weight:600;margin-bottom:14px;line-height:1.35}.feature-card>p{font-size:.9375rem;line-height:1.8;color:var(--muted)}.utm-example,.signal-example,.match-example{margin:28px 0;min-height:142px;border-radius:8px;background:#f1f5eb;padding:20px;display:flex;flex-direction:column;justify-content:center;gap:10px;font-size:.75rem}.utm-example>span{display:flex;gap:12px;justify-content:space-between;line-height:1.5;color:#657460}.utm-example b{font-weight:500;color:#24482e;text-align:right;overflow-wrap:anywhere}.signal-example{background:#fbf2ec;gap:14px}.signal-tag{font-size:.6875rem;color:#985030;background:#f4dfd0;padding:4px 8px;border-radius:4px;align-self:flex-start}.signal-path{display:flex;align-items:center;justify-content:space-between;font-size:.8125rem;gap:4px}.signal-caption{color:#806d60;line-height:1.6}.match-example{display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;text-align:center;column-gap:10px;row-gap:18px}.match-example>span:first-child,.match-example>span:nth-child(3){padding:15px 8px;background:white;border:1px solid #dce6d3;border-radius:6px;line-height:1.5}.match-caption{grid-column:1/-1;color:#62745b;font-size:.75rem;line-height:1.6}.match-symbol{font-size:1.25rem;color:#447241}.how-section{background:var(--ink);color:#f1f5e9;padding:84px 0}.how-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:110px}.how-intro .eyebrow{color:#b8cea8;margin-bottom:24px}.how-intro h2{font-size:clamp(2.6rem,4.5vw,4rem);font-weight:500;line-height:1.12;letter-spacing:-.055em}.how-intro h2>span{font-family:Georgia,serif;font-style:italic;color:var(--lime)}.how-intro>p:not(.eyebrow){color:#bfccbe;font-size:1rem;line-height:1.8;margin:24px 0;max-width:330px}.light-link{color:var(--lime)}.steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;justify-content:center}.steps li{display:flex;gap:26px;padding:30px 0;border-bottom:1px solid #3a4f41}.steps li:first-child{padding-top:0}.steps li:last-child{border-bottom:0;padding-bottom:0}.step-number{font-size:1rem;flex-shrink:0;color:var(--lime);padding-top:4px}.steps h3{font-weight:500;font-size:1.375rem;letter-spacing:-.025em;line-height:1.35}.steps p{font-size:.9375rem;line-height:1.8;margin-top:12px;color:#bfccbe;max-width:430px}.center-heading{margin-inline:auto;text-align:center;max-width:850px}.center-heading>p:last-child{margin-inline:auto}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.price-card{background:white;border:1px solid var(--line);border-radius:12px;padding:30px;display:flex;flex-direction:column}.plan-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.plan-top h3{font-size:1.375rem;font-weight:600;letter-spacing:-.035em}.plan-status{font-size:.75rem;background:#edf2e6;color:#506442;padding:6px 8px;border-radius:4px;line-height:1.3}.plan-description{margin-top:14px;font-size:.875rem;line-height:1.6;color:var(--muted)}.plan-price{font-size:3.25rem;font-weight:500;letter-spacing:-.06em;margin-top:26px;line-height:1.2}.plan-price span{font-size:.75rem;letter-spacing:0;color:var(--muted);font-weight:400}.plan-features{list-style:none;margin:28px 0 32px;padding:0;display:flex;flex-direction:column;gap:16px;font-size:.875rem;line-height:1.6}.plan-features li{display:flex;gap:10px}.plan-features li:before{content:"✓";font-size:.875rem;color:#427846;flex-shrink:0}.price-card .button{margin-top:auto;justify-content:space-between;width:100%}.growth-card{background:#edf5df;border-color:#b4d29a}.growth-card .plan-status{background:#d4e7b5}.planned-note{border-top:1px solid var(--line);padding-top:16px;margin-top:auto;color:#697763;font-size:.875rem;line-height:1.6}.pricing-footnote{color:var(--muted);font-size:.8125rem;line-height:1.8;max-width:750px;margin:24px auto 0;text-align:center}.privacy-section{display:grid;grid-template-columns:1fr 1fr;gap:100px;padding:52px 0;border-block:1px solid var(--line)}.privacy-heading .eyebrow{color:#5a745c;margin-bottom:16px}.privacy-heading h2{font-size:2.4rem}.privacy-copy p{font-size:.9375rem;line-height:1.8;color:var(--muted);margin-bottom:18px}.privacy-copy .text-link{margin-top:2px}.faq-section{display:grid;grid-template-columns:1fr 1.6fr;gap:70px}.faq-heading .eyebrow{color:#5a745c;margin-bottom:18px}.faq-heading h2{font-size:2.35rem;max-width:300px}.faq-heading>p:last-child{font-size:.9375rem;line-height:1.8;color:var(--muted);margin-top:24px}.faq-heading a{color:var(--ink);text-decoration:underline;text-underline-offset:4px}.faq-list details{border-bottom:1px solid var(--line)}.faq-list details:first-child{border-top:1px solid var(--line)}.faq-list summary{display:flex;justify-content:space-between;align-items:center;gap:20px;list-style:none;cursor:pointer;padding:24px 0;font-weight:550;font-size:1rem;line-height:1.6}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary>span{font-size:1.5rem;line-height:1;flex-shrink:0;font-weight:400;transition:transform .18s}.faq-list details[open] summary>span{transform:rotate(45deg)}.faq-list details>p{padding-bottom:24px;color:var(--muted);font-size:.9375rem;line-height:1.85;max-width:590px}.faq-list details a{text-decoration:underline;text-underline-offset:3px}.cta-section{background:var(--green);color:#f5faed;border-radius:16px;padding:52px 60px;display:flex;align-items:center;justify-content:space-between;gap:48px;margin-bottom:70px}.cta-section .eyebrow{color:#c4d8af;margin-bottom:18px}.cta-section h2{font-size:clamp(2.5rem,4.6vw,4rem);font-weight:500;letter-spacing:-.055em;line-height:1.1}.cta-actions{min-width:230px}.button-cream{background:var(--lime);color:var(--ink);width:100%;justify-content:space-between}.button-cream:hover{background:#d2f299}.cta-actions p{font-size:.8125rem;line-height:1.8;color:#c5d5c0;margin-top:18px}.cta-actions p a{color:#f7fbea;text-decoration:underline;text-underline-offset:4px}.site-footer{padding-bottom:26px}.footer-top{display:grid;grid-template-columns:170px 1fr auto;gap:42px;align-items:start;padding-bottom:44px}.footer-top>p{font-size:.875rem;line-height:1.7;color:var(--muted)}.footer-top nav{display:flex;gap:28px;align-items:center;flex-wrap:wrap;font-size:.8125rem;line-height:1.7}.footer-top nav a:hover{text-decoration:underline;text-underline-offset:4px}.footer-bottom{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;gap:24px;color:var(--muted);font-size:.75rem;line-height:1.7}
/* Example funnel geometry remains external so the strict CSP needs no inline styles. */
.product-preview[data-example="search"] .bar-views{width:77.2%}.product-preview[data-example="search"] .bar-cart{width:20.5%}.product-preview[data-example="search"] .bar-checkout{width:9.2%}.product-preview[data-example="search"] .bar-purchases{width:4.1%}
@media(min-width:1600px){.hero{padding-top:105px;padding-bottom:96px}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}.hero{gap:30px;padding-top:70px}.hero h1{font-size:3.65rem}.hero-actions{gap:18px;flex-wrap:wrap}.preview-top,.preview-heading{padding-inline:18px}.funnel-row{padding-inline:18px;grid-template-columns:124px 1fr 50px;gap:8px}.campaign-switch{margin-inline:18px}.preview-insight{margin-inline:18px}.main-nav{gap:22px}.strip-inner{gap:22px}.strip-inner ol{gap:20px;font-size:.8125rem}.strip-inner li:not(:last-child):after{margin-left:20px}.feature-card{padding:22px}.utm-example,.signal-example,.match-example{padding:16px}.how-layout{gap:70px}.price-card{padding:24px}.plan-price{font-size:2.75rem}.privacy-section{gap:60px}.footer-top{grid-template-columns:140px 1fr;gap:24px}.footer-top nav{grid-column:1/-1}.preview-top{flex-wrap:wrap}}
@media(max-width:820px){.container{width:calc(100% - 48px)}.site-header{height:78px}.main-nav{gap:18px}.main-nav>a:not(.button){font-size:.8125rem}.hero{grid-template-columns:1fr;gap:40px;padding-top:54px;padding-bottom:50px}.hero h1{font-size:4.6rem}.hero-copy{max-width:620px}.hero-description{max-width:510px}.journey-label{display:none}.product-preview{transform:none;max-width:640px;width:100%;justify-self:center}.preview-top{flex-wrap:nowrap}.funnel-row{grid-template-columns:160px 1fr 64px;gap:18px;padding:12px 24px}.preview-top,.preview-heading{padding-inline:24px}.preview-heading h2{font-size:1.5rem}.campaign-switch{margin-inline:24px}.preview-insight{margin-inline:24px}.strip-inner{align-items:start;flex-direction:column;gap:14px}.strip-inner ol{gap:16px;flex-wrap:wrap;line-height:1.6}.strip-inner li:not(:last-child):after{margin-left:16px}.section{padding-block:70px}.section-heading{margin-bottom:34px}.section-heading h2{font-size:2.9rem}.feature-grid{grid-template-columns:1fr;gap:16px}.feature-card{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;padding:28px}.feature-number{grid-column:1}.feature-card h3{grid-column:1;margin-top:18px}.feature-card>p{grid-column:1}.utm-example,.signal-example,.match-example{grid-column:2;grid-row:1/4;margin:0;align-self:center;min-height:154px}.how-layout{grid-template-columns:1fr 1.25fr;gap:38px}.how-intro h2{font-size:3rem}.steps li{gap:18px;padding-block:24px}.steps h3{font-size:1.2rem}.steps p{font-size:.875rem}.pricing-grid{grid-template-columns:1fr}.price-card{padding:28px}.plan-price{font-size:3.25rem}.plan-features{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.price-card .button{max-width:320px}.plan-price span{font-size:.8125rem}.privacy-section{gap:28px}.privacy-heading h2{font-size:2rem}.faq-section{grid-template-columns:1fr;gap:30px}.faq-heading h2{max-width:none}.faq-heading>p:last-child{margin-top:14px}.faq-list details>p{max-width:none}.cta-section{padding:42px 32px;gap:32px}.cta-section h2{font-size:3rem}.footer-bottom{flex-direction:column;gap:8px}}
@media(max-width:620px){html{scroll-padding-top:24px}.container{width:calc(100% - 36px)}.brand{font-size:1.8rem}.site-header{height:auto;min-height:72px}.header-inner{min-height:72px;flex-wrap:wrap}.menu-toggle{display:flex;align-items:center;gap:12px;background:none;border:1px solid #cdd7c7;padding:10px 12px;border-radius:6px;font-size:.875rem;color:var(--ink)}.main-nav{display:none;flex-basis:100%;flex-direction:column;align-items:stretch;gap:0;padding:10px 0 20px}.main-nav.is-open{display:flex}.main-nav a:not(.button){font-size:1rem;padding:12px 0}.main-nav .button{margin-top:10px;align-self:flex-start}.hero{padding-top:40px;gap:34px}.hero h1{font-size:clamp(2.75rem,11.8vw,4.2rem);margin-top:22px;line-height:1.1}.hero .eyebrow{font-size:.8125rem}.hero-description{font-size:1rem;line-height:1.8}.hero-actions{gap:22px;margin-top:26px}.hero-note{font-size:.75rem}.product-preview{border-radius:10px}.preview-top{padding:16px;gap:8px;flex-wrap:wrap}.preview-brand{font-size:.75rem}.sample-label{font-size:.6875rem}.preview-heading{padding:20px 16px 14px;align-items:start}.preview-heading h2{font-size:1.2rem}.preview-period{font-size:.6875rem;margin-top:2px;white-space:nowrap}.campaign-switch{margin-inline:16px}.funnel-row{padding:10px 16px;grid-template-columns:114px 1fr 47px;gap:8px}.funnel-stage{font-size:.75rem}.funnel-stage span{font-size:.6875rem;margin-right:6px}.funnel-row strong{font-size:.75rem}.funnel-track{height:24px}.preview-insight{margin:16px;padding:12px;gap:9px}.preview-insight p:last-child{font-size:.75rem}.insight-label{font-size:.6875rem;line-height:1.6}.preview-bottom{padding:14px 16px;font-size:.6875rem;line-height:1.6}.strip-inner{padding-block:20px}.strip-inner ol{gap:12px;font-size:.75rem}.strip-inner li:not(:last-child):after{margin-left:12px}.section{padding-block:58px}.section-heading h2{font-size:2.35rem}.section-heading>p:last-child{font-size:.9375rem}.feature-card{display:flex;padding:24px}.feature-card h3{margin-top:0;font-size:1.25rem}.feature-card>p{font-size:.9375rem}.utm-example,.signal-example,.match-example{width:100%;margin:22px 0;min-height:142px}.utm-example,.signal-example{display:flex}.match-example{display:grid}.how-section{padding-block:56px}.how-layout{grid-template-columns:1fr;gap:42px}.how-intro h2{font-size:3.4rem}.how-intro>p:not(.eyebrow){max-width:350px}.steps li{gap:22px}.steps p{font-size:.9375rem}.center-heading{text-align:left}.center-heading>p:last-child{margin-inline:0}.price-card{padding:26px}.plan-features{display:flex}.pricing-footnote{text-align:left}.privacy-section{grid-template-columns:1fr;gap:24px;padding-block:36px}.privacy-heading h2{font-size:2.25rem}.faq-heading h2{font-size:2.25rem}.faq-list summary{font-size:.9375rem;padding-block:20px;gap:18px}.cta-section{flex-direction:column;align-items:stretch;padding:34px 26px;margin-bottom:50px}.cta-section h2{font-size:3rem}.cta-actions{min-width:0;max-width:320px}.cta-section .eyebrow{font-size:.75rem}.footer-top{grid-template-columns:1fr;gap:18px;padding-bottom:30px}.footer-top nav{gap:14px 24px;margin-top:10px}.footer-bottom{font-size:.75rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}.button:hover{transform:none}}
/* Readable minimums and reflow when visitors enlarge their text. */
.feature-card>p,.steps p,.privacy-copy p,.faq-list details>p{font-size:1rem}
.strip-inner>p,.sample-label,.preview-period,.signal-tag,.insight-label,.preview-bottom,.funnel-stage span{font-size:.75rem}
.funnel-stage{white-space:normal;line-height:1.5}
@media(max-width:620px){.funnel-stage{font-size:.875rem}.funnel-row{grid-template-columns:minmax(0,1.5fr) minmax(12px,1fr) max-content}.funnel-row strong{white-space:nowrap}.hero .eyebrow{flex-wrap:wrap}.plan-top{flex-wrap:wrap}}
