@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

:root { --ink:#17231d; --muted:#66736c; --paper:#f7f5ef; --card:#fffdf8; --line:#deded6; --lime:#b9e650; --lime-deep:#7faa22; --coral:#e8755b; --blue:#184d4b; --soft-green:#e9f2db; }
* { box-sizing:border-box; }
body { margin:0; min-width:320px; background:var(--paper); color:var(--ink); font-family:"DM Sans", sans-serif; }
html { scroll-behavior:smooth; }
.page-shell { max-width:1200px; margin:auto; padding:24px 20px 32px; }
.hero { min-height:340px; padding:4px 0 32px; display:flex; flex-direction:column; justify-content:space-between; }
.brand { color:var(--ink); text-decoration:none; font-weight:700; letter-spacing:-.7px; display:flex; align-items:center; gap:9px; width:max-content; }
.brand > span:last-child span { color:var(--lime-deep); }
.brand-mark { display:grid; place-items:center; width:29px; height:29px; border-radius:50%; color:white; background:var(--ink); font-family:Fraunces,serif; font-size:17px; }
.hero-copy { max-width:850px; padding-top:66px; }
.eyebrow { margin:0 0 10px; color:var(--lime-deep); font:500 11px/1.2 "DM Mono",monospace; letter-spacing:.1em; text-transform:uppercase; }
h1,h2,p { margin-top:0; }
h1 { max-width:700px; margin-bottom:16px; font:600 clamp(2.6rem,8vw,5.8rem)/.97 Fraunces,serif; letter-spacing:-.065em; }
.hero-copy > p:last-child { max-width:465px; color:var(--muted); font-size:16px; line-height:1.5; }
.hero-note { display:none; }
.calculator { display:grid; background:var(--card); border:1px solid var(--line); border-radius:18px; overflow:hidden; box-shadow:0 12px 35px rgba(42,54,41,.06); }
.input-panel { padding:34px 24px 38px; }
.section-heading { display:flex; align-items:end; justify-content:space-between; gap:16px; margin-bottom:34px; }
h2 { margin-bottom:0; font:600 clamp(1.8rem,5vw,2.35rem)/1 Fraunces,serif; letter-spacing:-.05em; }
fieldset { border:0; margin:0 0 30px; padding:0; }
legend { padding:0; margin-bottom:15px; font-size:15px; font-weight:700; }
label { display:block; color:var(--ink); font-size:14px; font-weight:600; }
label > span { display:block; margin:3px 0 8px; color:var(--muted); font-size:12px; font-weight:400; }
input { width:100%; min-height:50px; padding:11px 12px; border:1px solid #ced3ca; border-radius:7px; outline:0; background:#fff; color:var(--ink); font:500 16px "DM Mono",monospace; }
input:focus { border-color:var(--lime-deep); box-shadow:0 0 0 3px rgba(185,230,80,.35); }
input[aria-invalid="true"] { border-color:#c65a48; box-shadow:0 0 0 3px rgba(232,117,91,.18); }.field-error { min-height:14px; margin:5px 0 0; color:#b84938; font-size:11px; line-height:1.25; }.field-error:empty { display:none; }
.price-control,.input-prefix,.input-suffix { display:flex; align-items:center; border:1px solid #ced3ca; border-radius:8px; background:#fff; overflow:hidden; }
.quote-row { display:grid; gap:14px; }.price-control { height:66px; border-color:var(--ink); }
.price-control > span,.input-prefix > span,.input-suffix > span { padding-left:14px; color:var(--muted); font:500 16px "DM Mono",monospace; }
.price-control input,.input-prefix input,.input-suffix input { border:0; box-shadow:none; }
.price-control input { height:64px; font-size:27px; }
.input-suffix > span { padding:0 12px 0 6px; }
.duration-field label { margin-bottom:8px; }.duration-control { display:flex; align-items:center; gap:7px; }.duration-control input { min-width:0; text-align:center; }.duration-control input:first-child { width:64px; }.duration-control input:nth-of-type(2) { width:70px; }.duration-control span { color:var(--muted); font:500 12px "DM Mono",monospace; }.duration-control.single input { width:78px; }
#quote-slider { accent-color:var(--lime); min-height:32px; padding:0; margin:12px 0 0; border:0; border-radius:0; cursor:pointer; }
.slider-labels,.comparison-labels { display:flex; justify-content:space-between; color:var(--muted); font:11px "DM Mono",monospace; }
.field-grid { display:grid; gap:14px; }
.cost-grid > div { display:flex; min-width:0; }.cost-grid > div > label { display:flex; flex:1; flex-direction:column; }.cost-grid > div .input-prefix,.cost-grid > div .input-suffix { margin-top:auto; }
.form-group:last-child { margin-bottom:0; }
.results-panel { padding:36px 24px; background:var(--blue); color:white; }
.results-topline { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.results-panel .eyebrow { color:#cde880; }
.verdict { padding:6px 9px; border-radius:20px; background:var(--lime); color:var(--ink); font:500 10px "DM Mono",monospace; text-transform:uppercase; letter-spacing:.04em; white-space:nowrap; }
.verdict.close { background:#f1c969; }.verdict.below { background:var(--coral); color:white; }
.results-panel h2 { margin:34px 0 7px; font-size:clamp(1.8rem,5vw,2.4rem); }.primary-result { margin-bottom:1px; font:600 clamp(4.3rem,19vw,6.4rem)/.9 Fraunces,serif; letter-spacing:-.07em; }
.primary-result small { font:500 15px "DM Mono",monospace; letter-spacing:0; }
.rate-reality { margin:17px 0 14px; padding:13px 14px; border-left:2px solid var(--lime); background:rgba(255,255,255,.06); }.rate-reality p { margin:0; color:#b8ccc7; font-size:12px; line-height:1.65; }.rate-reality strong { color:#fff; font:500 12px "DM Mono",monospace; }.result-context { margin-bottom:20px; color:#b8ccc7; font-size:12px; }
.rate-comparison { padding:20px 0 22px; border-top:1px solid rgba(255,255,255,.18); border-bottom:1px solid rgba(255,255,255,.18); }
.comparison-labels strong { color:#d9ef9b; font:500 11px "DM Mono",monospace; }
.comparison-labels.muted { margin-top:7px; color:#aac1bb; }.meter { position:relative; height:8px; margin-top:13px; border-radius:5px; background:#376963; overflow:visible; }.meter span { display:block; width:0; height:100%; border-radius:5px; background:var(--lime); transition:width .25s ease; }.meter i { position:absolute; top:-4px; width:2px; height:16px; background:#fff; border-radius:3px; transition:left .25s ease; }
.time-summary { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; margin:20px 0; }.time-summary div { padding:10px 8px; border-radius:6px; background:rgba(255,255,255,.06); }.time-summary span { display:block; color:#b8ccc7; font:10px/1.3 "DM Mono",monospace; text-transform:uppercase; }.time-summary strong { display:block; margin-top:5px; font:500 13px/1.2 "DM Mono",monospace; }.time-summary .hidden-time { background:rgba(185,230,80,.14); }.time-summary .hidden-time strong { color:#d9ef9b; }.breakdown { margin:0; }.breakdown div { display:flex; justify-content:space-between; gap:20px; padding:8px 0; }.breakdown dt { color:#b8ccc7; font-size:12px; }.breakdown dd { margin:0; font:500 13px "DM Mono",monospace; text-align:right; }.breakdown .money-remaining { display:grid; grid-template-columns:1fr auto; margin-top:8px; padding:14px 0; border-top:1px solid rgba(255,255,255,.55); border-bottom:1px solid rgba(255,255,255,.18); }.money-remaining dt,.money-remaining dd { color:#fff; font-weight:500; text-transform:uppercase; letter-spacing:.04em; }.money-remaining small { grid-column:1 / -1; margin-top:5px; color:#b8ccc7; font-size:10px; }
.quote-callout { margin-top:23px; padding:16px; border-radius:10px; background:var(--soft-green); color:var(--ink); }.quote-callout p,.quote-callout span { margin:0; display:block; font-size:11px; }.quote-callout p { color:#506353; }.quote-callout strong { display:block; margin:4px 0; font:600 34px/.95 Fraunces,serif; letter-spacing:-.05em; }.quote-callout strong::before { content:"AT LEAST "; font:500 11px "DM Mono",monospace; letter-spacing:.04em; }.quote-callout span { color:#506353; }
.quote-simulator { margin-top:24px; padding:20px 0 2px; border-top:1px solid rgba(255,255,255,.18); }.quote-simulator .eyebrow { margin-bottom:8px; }.simulator-price { display:flex; align-items:baseline; gap:9px; }.simulator-price span { font:600 34px/.95 Fraunces,serif; letter-spacing:-.05em; }.simulator-price small { color:#b8ccc7; font-size:11px; }.simulator-metrics { margin-top:13px; padding:11px 13px; border-radius:7px; background:rgba(255,255,255,.06); }.simulator-metrics p { margin:0; color:#b8ccc7; font-size:12px; line-height:1.65; }.simulator-metrics strong,.simulator-metrics p:last-child { color:#fff; font:500 12px "DM Mono",monospace; }.simulator-note { min-height:14px; margin:7px 0 0; color:#f2c5b9; font-size:10px; }button { min-height:44px; width:100%; margin-top:15px; border:1px solid var(--lime); border-radius:7px; background:var(--lime); color:var(--ink); cursor:pointer; font:600 13px "DM Sans",sans-serif; }button:hover,button:focus-visible { background:#d0f47c; outline:0; }button:disabled { cursor:not-allowed; border-color:#72918b; background:#376963; color:#b8ccc7; }.reset-button { width:auto; min-height:34px; margin:0; padding:0 11px; border-color:#c5cbc4; background:transparent; color:var(--muted); font-size:12px; }.reset-button:hover,.reset-button:focus-visible { border-color:var(--ink); background:transparent; color:var(--ink); }.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
footer { padding:26px 0 0; color:var(--muted); font-size:12px; }.footer-dot { display:inline-block; width:7px; height:7px; margin-right:5px; border-radius:50%; background:var(--lime-deep); }
.landing-section { padding:76px 0; }.landing-section h2,.message-section h2,.final-cta h2 { max-width:720px; font-size:clamp(2.2rem,5vw,4.1rem); }.steps-grid { display:grid; gap:1px; margin-top:38px; border:1px solid var(--line); border-radius:12px; overflow:hidden; background:var(--line); }.steps-grid article { min-height:220px; padding:28px; background:var(--card); }.steps-grid article > span { color:var(--lime-deep); font:500 12px "DM Mono",monospace; }.steps-grid h3 { margin:34px 0 8px; font:600 24px/1 Fraunces,serif; letter-spacing:-.04em; }.steps-grid p,.section-lede,.example-caption,.audience-note { color:var(--muted); font-size:15px; line-height:1.55; }.example-section { padding:72px 0; }.example-intro { margin-bottom:30px; }.example-card { overflow:hidden; border-radius:14px; background:var(--ink); color:white; box-shadow:0 14px 35px rgba(23,35,29,.11); }.example-top { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:#42635b; }.example-top > div { padding:22px; background:var(--blue); }.example-top span,.example-result span { display:block; color:#b8ccc7; font:10px "DM Mono",monospace; letter-spacing:.08em; text-transform:uppercase; }.example-top strong { display:block; margin-top:7px; font:600 33px/.9 Fraunces,serif; letter-spacing:-.05em; }.example-top .glance-rate { grid-column:1 / -1; background:#163e3d; }.glance-rate strong { color:#d9ef9b; font-size:42px; }.glance-rate small,.example-result small { font:500 13px "DM Mono",monospace; letter-spacing:0; }.example-lower { display:grid; gap:22px; padding:25px 22px; }.example-lower ul { margin:0; padding:0; list-style:none; color:#d8e3df; font:13px/2 "DM Mono",monospace; }.example-result { display:grid; grid-template-columns:1fr auto; gap:7px 12px; padding:18px; border-radius:9px; background:var(--soft-green); color:var(--ink); }.example-result span { align-self:end; color:#506353; font-size:9px; }.example-result strong { text-align:right; font:500 13px "DM Mono",monospace; }.example-result b { grid-column:1 / -1; padding-top:12px; border-top:1px solid #b6c6ae; color:var(--ink); font:600 37px/.9 Fraunces,serif; letter-spacing:-.05em; }.example-caption { margin:17px 0 0; }.audience-section { padding-top:76px; }.section-lede { max-width:570px; margin:18px 0 30px; }.audience-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }.audience-grid div { display:flex; align-items:center; gap:11px; min-height:68px; padding:13px; border:1px solid var(--line); border-radius:8px; background:var(--card); font-size:14px; font-weight:600; }.audience-grid span { display:grid; place-items:center; flex:none; width:32px; height:32px; border-radius:50%; background:var(--soft-green); color:var(--lime-deep); font:500 10px "DM Mono",monospace; }.audience-note { max-width:680px; margin:22px 0 0; }.message-section { display:grid; gap:28px; margin:8px -20px 0; padding:68px 20px; background:var(--blue); color:white; }.message-section .eyebrow,.final-cta .eyebrow { color:#cde880; }.message-section > div:last-child { max-width:520px; }.message-section p { color:#c3d4cf; font-size:16px; line-height:1.55; }.message-section p:nth-of-type(2) { margin-top:27px; margin-bottom:8px; color:#fff; font-size:14px; }.message-section strong { color:#d9ef9b; font:600 clamp(1.65rem,5vw,2.5rem)/1.04 Fraunces,serif; letter-spacing:-.05em; }.faq-section { padding-bottom:76px; }.faq-list { margin-top:32px; border-top:1px solid var(--line); }.faq-list details { border-bottom:1px solid var(--line); }.faq-list summary { position:relative; padding:19px 30px 19px 0; cursor:pointer; font-size:15px; font-weight:600; list-style:none; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary::after { content:"+"; position:absolute; right:3px; color:var(--lime-deep); font:500 24px/1 "DM Mono",monospace; }.faq-list details[open] summary::after { content:"-"; }.faq-list summary:focus-visible { outline:3px solid rgba(185,230,80,.55); outline-offset:-3px; }.faq-list details p { max-width:700px; margin:0; padding:0 0 19px; color:var(--muted); font-size:14px; line-height:1.55; }.final-cta { margin:0 -20px; padding:70px 20px; background:var(--ink); color:white; text-align:center; }.final-cta h2 { margin:0 auto 13px; }.final-cta > p:not(.eyebrow) { color:#c3d4cf; font-size:16px; }.cta-button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; margin-top:14px; padding:0 22px; border-radius:7px; background:var(--lime); color:var(--ink); text-decoration:none; font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.04em; }.cta-button:hover,.cta-button:focus-visible { background:#d0f47c; outline:0; }.site-footer { display:grid; gap:20px; padding:36px 0 14px; color:var(--muted); }.site-footer p { margin:0; font-size:12px; line-height:1.5; }.site-footer .brand { margin-bottom:10px; }.site-footer nav { display:flex; gap:20px; }.site-footer nav a { color:var(--ink); font-size:12px; font-weight:600; text-decoration:none; }.site-footer nav a:hover,.site-footer nav a:focus-visible { color:var(--lime-deep); }.disclaimer { max-width:600px; }.copyright { color:#87938c; }
.audience-grid div { gap:0; }.feedback-section { max-width:620px; margin:22px auto 0; padding:18px 20px; border:1px solid var(--line); border-radius:10px; background:var(--card); }.feedback-section .eyebrow { margin-bottom:11px; }.feedback-votes { display:flex; flex-wrap:wrap; gap:8px; }.feedback-votes button,.feedback-form button { width:auto; min-height:36px; margin:0; padding:0 13px; border-color:#bfc8bd; background:transparent; color:var(--ink); font-size:11px; text-transform:uppercase; letter-spacing:.04em; }.feedback-votes button:hover,.feedback-votes button:focus-visible,.feedback-votes button.is-selected { border-color:var(--lime-deep); background:var(--soft-green); }.feedback-form { margin-top:17px; }.feedback-form label { font-size:13px; }.feedback-form textarea { display:block; width:100%; min-height:96px; margin-top:8px; padding:10px; resize:vertical; border:1px solid #ced3ca; border-radius:7px; outline:0; background:#fff; color:var(--ink); font:400 14px/1.4 "DM Sans",sans-serif; }.feedback-form textarea:focus { border-color:var(--lime-deep); box-shadow:0 0 0 3px rgba(185,230,80,.35); }.feedback-note { margin:6px 0 10px; color:var(--muted); font-size:11px; }.feedback-form button { border-color:var(--lime-deep); background:var(--lime); font-weight:700; }.feedback-confirmation { display:grid; gap:5px; margin-top:16px; color:var(--ink); font-size:13px; }.feedback-confirmation strong { font-weight:700; }.feedback-confirmation span { color:var(--muted); font-size:11px; line-height:1.4; }
.feedback-section[hidden],.feedback-form[hidden],.feedback-confirmation[hidden] { display:none !important; }
.privacy-page { max-width:960px; }.policy-header { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:4px 0 52px; }.back-link { color:var(--ink); font:600 12px "DM Sans",sans-serif; text-decoration:none; }.back-link span { color:var(--lime-deep); font-size:16px; }.back-link:hover,.back-link:focus-visible { color:var(--lime-deep); outline:0; }.policy-content { max-width:720px; }.policy-intro { margin-bottom:52px; }.policy-intro h1 { margin-bottom:14px; font-size:clamp(3rem,8vw,5rem); }.policy-intro > p:last-child { margin-bottom:0; color:var(--muted); font:13px "DM Mono",monospace; }.policy-content section { padding:28px 0; border-top:1px solid var(--line); }.policy-content section:last-child { border-bottom:1px solid var(--line); }.policy-content h2 { margin-bottom:14px; font-size:clamp(1.65rem,4vw,2.15rem); }.policy-content p,.policy-content li { color:var(--muted); font-size:16px; line-height:1.62; }.policy-content p { margin-bottom:13px; }.policy-content p:last-child { margin-bottom:0; }.policy-content ul { margin:0 0 13px; padding-left:21px; }.policy-content li { padding-left:5px; }.privacy-page .site-footer { margin-top:34px; }
@media (min-width:640px) { .page-shell{padding:34px 38px}.hero{min-height:360px}.input-panel,.results-panel{padding:42px}.field-grid{grid-template-columns:repeat(3,1fr)}.cost-grid{grid-template-columns:repeat(2,1fr)}.target-group{max-width:calc((100% - 14px) / 2)} }
@media (min-width:640px) { .steps-grid{grid-template-columns:repeat(3,1fr)}.steps-grid article{min-height:245px}.example-top{grid-template-columns:repeat(3,1fr)}.example-top .glance-rate{grid-column:auto}.example-lower{grid-template-columns:1fr 1fr;align-items:center;padding:30px}.audience-grid{grid-template-columns:repeat(3,1fr)}.message-section{grid-template-columns:1fr 1fr;margin-left:-38px;margin-right:-38px;padding:82px 38px}.final-cta{margin-left:-38px;margin-right:-38px;padding:82px 38px}.site-footer{grid-template-columns:1.1fr .7fr 1.5fr;align-items:start}.copyright{grid-column:1 / -1} }
@media (min-width:960px) { .page-shell{padding:26px 48px 30px}.hero{min-height:244px;padding:4px 0 20px}.hero-copy{padding-top:38px}.hero-copy > p:last-child{margin-bottom:0}.hero-note{display:flex;align-items:center;gap:12px;position:absolute;right:46px;bottom:27px;color:var(--muted)}.hero-note span{display:grid;place-items:center;width:31px;height:31px;border:1px solid var(--line);border-radius:50%;font-size:19px;color:var(--ink)}.hero-note p{margin:0;font:11px/1.35 "DM Mono",monospace}.calculator{grid-template-columns:minmax(0,1.05fr) minmax(460px,.95fr)}.input-panel{padding:34px 40px}.results-panel{padding:32px 38px}.section-heading{margin-bottom:24px}.input-panel fieldset{margin-bottom:20px}.input-panel legend{margin-bottom:10px}.input-panel label{font-size:13px}.input-panel label > span{margin:2px 0 6px;font-size:11px}.input-panel input{min-height:44px;padding:8px 10px}.quote-row{grid-template-columns:minmax(0,1.85fr) minmax(150px,1fr);gap:16px}.price-control{height:44px}.price-control input{height:42px;font-size:20px}.time-grid{grid-template-columns:1.35fr .8fr .8fr;gap:12px}.cost-grid{gap:12px}.duration-field label{margin-bottom:6px}.duration-control input{min-height:44px}.duration-control input:first-child{width:56px}.duration-control input:nth-of-type(2){width:62px}.duration-control.single input{width:68px}.target-group{margin-bottom:0!important}.results-panel h2{margin:21px 0 4px;font-size:2rem}.primary-result{font-size:5.5rem}.rate-reality{margin:11px 0 7px;padding:8px 11px}.rate-reality p{font-size:11px;line-height:1.45}.result-context{margin:0 0 10px;font-size:10px}.rate-comparison{padding:12px 0 14px}.meter{margin-top:9px}.time-summary{margin:12px 0;gap:7px}.time-summary div{padding:7px}.time-summary strong{margin-top:3px;font-size:12px}.breakdown div{padding:5px 0}.breakdown dt{font-size:11px}.breakdown dd{font-size:12px}.breakdown .money-remaining{margin-top:5px;padding:9px 0}.money-remaining small{margin-top:3px}.quote-callout{margin-top:13px;padding:12px}.quote-callout strong{font-size:29px}.quote-simulator{margin-top:14px;padding-top:14px}.quote-simulator .eyebrow{margin-bottom:6px}.simulator-price span{font-size:28px}.simulator-metrics{margin-top:8px;padding:7px 10px}.simulator-metrics p{font-size:11px;line-height:1.45}.simulator-metrics strong,.simulator-metrics p:last-child{font-size:11px}#quote-slider{min-height:24px;margin-top:7px}.slider-labels{font-size:10px}button{min-height:38px;margin-top:9px;font-size:12px} }
@media (min-width:960px) { .landing-section{padding:96px 0}.landing-section h2,.message-section h2,.final-cta h2{font-size:3.85rem}.steps-grid{margin-top:44px}.steps-grid article{padding:34px}.example-section{padding:90px 0}.example-card{border-radius:16px}.example-top > div{padding:30px}.example-lower{padding:38px}.example-caption{font-size:16px}.audience-section{padding-top:96px}.message-section{margin-left:-48px;margin-right:-48px;padding:106px 48px}.faq-section{padding:96px 0}.faq-list{margin-top:38px}.final-cta{margin-left:-48px;margin-right:-48px;padding:108px 48px}.site-footer{padding-top:42px} }
@media (max-width:479px) { .page-shell{padding:22px 16px 28px}.hero{min-height:auto;padding-bottom:28px}.hero-copy{padding-top:44px}.hero-copy > p:last-child{font-size:15px}.input-panel{padding:30px 18px 34px}.results-panel{padding:32px 18px}.primary-result{max-width:100%;font-size:clamp(2.45rem,14vw,4.3rem);overflow-wrap:anywhere}.primary-result small{font-size:13px}.results-topline{align-items:flex-start}.verdict{max-width:58%;white-space:normal;text-align:center;line-height:1.25}.time-summary{gap:5px}.time-summary div{min-width:0;padding:7px 5px}.time-summary span{font-size:9px}.time-summary strong{font-size:11px;overflow-wrap:anywhere}.breakdown{min-width:0}.breakdown dt{min-width:0}.breakdown dd{overflow-wrap:anywhere}.quote-callout strong{font-size:27px}.simulator-price span{font-size:27px}.feedback-section{margin-top:18px;padding:17px 16px}.feedback-votes button,.feedback-form button{min-height:44px}.reset-button{min-height:40px}.landing-section{padding:56px 0}.example-section{padding:54px 0}.steps-grid{margin-top:28px}.steps-grid article{min-height:0;padding:24px}.steps-grid h3{margin-top:24px}.message-section{margin-left:-16px;margin-right:-16px;padding:58px 16px}.faq-section{padding-bottom:56px}.final-cta{margin-left:-16px;margin-right:-16px;padding:62px 16px}.site-footer{padding-top:32px}.audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.audience-grid div{min-width:0;overflow-wrap:anywhere} }
@media (max-width:479px) { .policy-header { align-items:flex-start; padding-bottom:40px; }.policy-intro { margin-bottom:38px; }.policy-content section { padding:23px 0; }.policy-content p,.policy-content li { font-size:15px; }.privacy-page .site-footer { margin-top:24px; } }
@media (min-width:360px) and (max-width:639px) { .time-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.time-grid > .duration-field:first-child{grid-column:1 / -1} }
@media (max-width:479px) { .steps-grid article{padding:18px 24px}.steps-grid h3{margin-top:18px} }
.landing-section + .landing-section { padding-top:0; }.example-intro { margin-bottom:44px; }
