:root{--offer-ink:#1a1916;--offer-body:#3b3733;--offer-muted:#6b645c;--offer-cream:#f4eee6;--offer-surface:#fffdfa;--offer-panel:#e8ddd0;--offer-line:#d7cdbe;--offer-orange:#a84600;--offer-orange-hover:#7d3300;--offer-dark:#1a1916;--offer-focus:#0d6d69;--offer-radius:18px;--offer-shadow:0 14px 40px rgba(58, 42, 24, 0.09)}html{scroll-padding-top:6.5rem}body.offer-page{background:var(--offer-cream);color:var(--offer-body)}.offer-page a:focus-visible{outline:3px solid var(--offer-focus);outline-offset:4px;box-shadow:none}.offer-page .skip-link{position:fixed;top:.5rem;left:.75rem;z-index:1000;transform:translateY(-160%);padding:.75rem 1rem;border-radius:8px;background:var(--offer-dark);color:#fff;font-weight:700}.offer-page .skip-link:focus{transform:translateY(0)}.offer-header{position:fixed;inset:0 0 auto;z-index:200;border-bottom:1px solid rgba(215,205,190,.9);background:rgba(244,238,230,.96);backdrop-filter:blur(14px)}.offer-container,.offer-header-inner{width:min(1120px,calc(100% - 2rem));margin-inline:auto}.offer-header-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:1.25rem}.offer-brand{min-width:44px;min-height:44px;display:inline-flex;align-items:center;gap:.65rem;color:var(--offer-ink);font-weight:700}.offer-brand img{width:40px;height:40px}.offer-brand span{white-space:nowrap}.offer-nav{display:flex;align-items:center;gap:.25rem}.offer-nav a{min-height:44px;display:inline-flex;align-items:center;padding:.6rem .8rem;border-radius:9px;color:var(--offer-body);font-weight:600}.offer-nav a:hover{background:var(--offer-panel);color:var(--offer-ink)}.offer-page main{padding-top:72px}.offer-hero{padding:clamp(4rem,9vw,7.5rem) 0 clamp(3.5rem,7vw,6rem)}.offer-hero.answer-first{background:var(--offer-dark);color:#fff}.offer-hero.answer-first .offer-kicker,.offer-hero.answer-first .offer-lede{color:#f4eee6}.offer-kicker{margin-bottom:1rem;color:var(--offer-orange);font-size:.8rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.offer-page h1{max-width:900px;margin:0;color:inherit;font-size:clamp(2.45rem, 6.5vw, 5.4rem);line-height:1.01;letter-spacing:-.04em}.offer-lede{max-width:760px;margin:1.5rem 0 0;color:var(--offer-body);font-size:clamp(1.1rem, 2vw, 1.35rem);line-height:1.55}.offer-section{padding:clamp(3.75rem,7vw,6.5rem) 0}.offer-section.alt{background:var(--offer-surface)}.offer-section.dark{background:var(--offer-dark);color:#fff}.offer-section.dark p{color:#f4eee6}.offer-section.dark .offer-kicker{color:#f4a85a}.offer-section.compact{padding-block:2.5rem}.offer-section h2{max-width:820px;margin:0 0 1rem;color:inherit;font-size:clamp(1.85rem, 4vw, 3.2rem);line-height:1.08;letter-spacing:-.025em}.offer-section h3{margin:0 0 .7rem;color:inherit;font-size:1.3rem}.offer-section p{max-width:780px}.offer-section p+p{margin-top:1rem}.intent-grid,.offer-grid,.region-choice,.step-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem}.step-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-card,.notice-panel,.offer-card,.sample-panel{border:1px solid var(--offer-line);border-radius:var(--offer-radius);background:var(--offer-surface);box-shadow:var(--offer-shadow)}a.choice-card,a.offer-card{min-height:148px;display:flex;flex-direction:column;justify-content:space-between;padding:1.4rem;color:var(--offer-ink)}a.choice-card:hover,a.offer-card:hover{border-color:var(--offer-orange);transform:translateY(-2px)}.choice-card strong,.offer-card strong{display:block;font-size:1.35rem}.card-link{color:var(--offer-orange);font-weight:800}.offer-card,.step-card{padding:1.4rem}.step-card{border-top:4px solid var(--offer-orange);background:var(--offer-surface);color:var(--offer-body)}.button-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.offer-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.1rem;border:2px solid var(--offer-orange);border-radius:10px;font-weight:800}.offer-button.primary{background:var(--offer-orange);color:#fff}.offer-button.primary:hover{border-color:var(--offer-orange-hover);background:var(--offer-orange-hover)}.offer-button.secondary{color:var(--offer-orange)}.answer-first .offer-button.secondary,.dark .offer-button.secondary{border-color:#e98a2e;color:#e98a2e}.offer-button.secondary:hover{background:#f7e5d5;color:var(--offer-orange-hover)}.answer-strip{padding:1.2rem 0;border-bottom:1px solid var(--offer-line);background:#fff8ef}.answer-strip p{margin:0;color:var(--offer-ink);font-weight:650}.sample-panel{display:grid;grid-template-columns:minmax(190px,0.7fr) minmax(0,1.3fr);gap:2rem;padding:clamp(1.4rem,4vw,2.5rem)}.sample-preview{min-height:250px;display:grid;align-content:center;gap:.8rem;padding:1.5rem;border:1px solid var(--offer-line);border-radius:12px;background:linear-gradient(145deg,#fff 0,#f1e4d6 100%)}.sample-preview span{color:var(--offer-orange);font-size:.8rem;font-weight:800;text-transform:uppercase}.check-list,.plain-list{margin:1.2rem 0 0;padding:0;list-style:none}.check-list li,.plain-list li{position:relative;margin-top:.65rem;padding-left:1.5rem}.check-list li::before{content:"\2713";position:absolute;left:0;color:var(--offer-orange);font-weight:900}.plain-list li::before{content:"\2022";position:absolute;left:.25rem;color:var(--offer-orange)}.pricing-table-scroll{width:100%;max-width:100%;margin-top:2rem;overflow-x:auto;overscroll-behavior-inline:contain;border:1px solid var(--offer-line);border-radius:var(--offer-radius);background:var(--offer-surface);box-shadow:var(--offer-shadow);-webkit-overflow-scrolling:touch}.pricing-scroll-hint{display:none}.pricing-table-scroll:focus-visible{outline:3px solid var(--offer-focus);outline-offset:4px}.pricing-comparison{width:100%;min-width:860px;border-collapse:separate;border-spacing:0}.pricing-comparison caption{padding:1rem;color:var(--offer-ink);font-weight:750;text-align:left}.pricing-comparison td,.pricing-comparison th{padding:1rem;border-right:1px solid var(--offer-line);border-bottom:1px solid var(--offer-line);text-align:left;vertical-align:top}.pricing-comparison th[scope=col]{color:var(--offer-ink);background:#fff8ef}.pricing-comparison th[scope=row]{position:sticky;left:0;z-index:2;width:220px;color:var(--offer-ink);background:var(--offer-surface)}.pricing-comparison thead th:first-child{position:sticky;left:0;z-index:3}.pricing-comparison tr:last-child>*{border-bottom:0}.pricing-comparison tr>:last-child{border-right:0}.pricing-detail,.pricing-subtitle{display:block;margin-top:.35rem;color:var(--offer-muted);font-size:.82rem;font-weight:500}.pricing-note{margin-top:1rem;color:var(--offer-muted)}.definition-table{width:100%;margin-top:1.75rem;border-collapse:collapse;border:1px solid var(--offer-line);background:var(--offer-surface)}.definition-table td,.definition-table th{padding:1rem;border-bottom:1px solid var(--offer-line);text-align:left;vertical-align:top}.definition-table th{width:24%;color:var(--offer-ink)}.definition-table tr:last-child td,.definition-table tr:last-child th{border-bottom:0}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.notice-panel{margin-top:1.5rem;padding:1.4rem;border-left:5px solid var(--offer-orange)}.dark .notice-panel{border-color:#e98a2e;background:#27241f}.offer-footer{padding:2.75rem 0;background:var(--offer-dark);color:#f4eee6}.offer-footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.offer-footer-brand{display:flex;align-items:center;gap:.75rem;font-weight:700}.offer-footer-brand img{width:36px;height:36px}.offer-footer a{min-height:44px;display:inline-flex;align-items:center;color:#f4eee6;text-decoration:underline;text-underline-offset:3px}.offer-footer-links{display:flex;flex-wrap:wrap;gap:0 1.25rem}@media (max-width:820px){.offer-brand span{display:none}.offer-nav a:not(.offer-nav-primary){display:none}.intent-grid,.offer-grid,.region-choice,.sample-panel,.step-grid{grid-template-columns:1fr}.offer-footer-inner{flex-direction:column}.definition-table,.definition-table tbody,.definition-table td,.definition-table th,.definition-table tr{display:block;width:100%}.definition-table th{border-bottom:0;padding-bottom:.25rem}}@media (max-width:480px){.offer-container,.offer-header-inner{width:min(100% - 1.25rem,1120px)}.offer-hero{padding-top:3.25rem}.button-row{flex-direction:column}.offer-button{width:100%}.pricing-scroll-hint{display:block;margin-top:1.25rem;color:var(--offer-muted);font-size:.9rem}.pricing-scroll-hint+.pricing-table-scroll{margin-top:.65rem}.pricing-comparison th[scope=row],.pricing-comparison thead th:first-child{width:160px;min-width:160px;max-width:160px}}@media (prefers-reduced-motion:reduce){*,::after,::before{scroll-behavior:auto!important;transition-duration:0s!important;animation-duration:0s!important;animation-iteration-count:1!important}}