.hero-section{background:var(--paper);padding-top:var(--hero-header-pad-top);padding-bottom:var(--hero-header-field-h)}.hero-slab{position:relative;width:var(--hero-panel-w);margin-inline:auto;aspect-ratio:var(--hero-panel-ar);border-radius:var(--hero-panel-radius);overflow:hidden;display:grid;grid-template-rows:var(--hero-row-pad-top) var(--hero-row-tag) var(--hero-row-gap-tag-h1) var(--hero-row-h1) var(--hero-row-gap-h1-guarantee) var(--hero-row-guarantee) var(--hero-row-gap-guarantee-body) var(--hero-row-body) var(--hero-row-gap-body-cta) var(--hero-row-cta) var(--hero-row-gap-cta-checks) var(--hero-row-checks) var(--hero-row-gap-checks-divider) var(--hero-row-divider) var(--hero-row-gap-divider-proof) var(--hero-row-proof) 1fr;justify-items:center;align-items:center;text-align:center;--hero-h1-fs:calc(4.3056 * var(--hero-vw));--hero-h1-lh:1.1;--hero-mark-lh:0.95em;--hero-mark-pad-t:0.22366em;--hero-mark-pad-r:0.24759em;--hero-mark-pad-b:0.10382em;--hero-mark-pad-l:0.27964em;--hero-mark-shift:0.1234em;--hero-mark-bleed-b:calc(-1 * (var(--hero-mark-pad-b) + var(--hero-mark-shift)))}.hero-checks,.hero-cta,.hero-divider,.hero-guarantee,.hero-h1,.hero-sub,.hero-tag{position:relative;z-index:1}.hero-tag{grid-row:2}.hero-h1{grid-row:4}.hero-guarantee{grid-row:6}.hero-sub{grid-row:8}.hero-cta{grid-row:10}.hero-divider{grid-row:14}.hero-checks{grid-row:16}.hero-tag{display:inline-flex;align-items:center;gap:var(--hero-check-icon-gap);height:var(--hero-tag-h);margin:0;padding-inline:var(--hero-tag-pad-x);border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.14);color:#ffffff;font-family:var(--font-sans),system-ui,sans-serif;font-size:var(--hero-tag-fs);font-weight:600;line-height:1;white-space:nowrap}.hero-tag__dot{width:var(--hero-tag-dot);height:var(--hero-tag-dot);border-radius:50%;background:var(--hero-amber);flex:none}.hero-h1{max-width:none;margin:0;color:var(--paper);font-family:"Inter Ampersand",var(--font-display),Georgia,"Times New Roman",serif;font-weight:800;font-size:var(--hero-h1-fs);line-height:var(--hero-h1-lh);letter-spacing:-.012em;text-wrap:balance}.hero-mark{display:inline-block;font:inherit;text-decoration:none;line-height:var(--hero-mark-lh);-webkit-box-decoration-break:clone;box-decoration-break:clone;border-radius:var(--hero-mark-radius);background:var(--hero-amber);color:var(--ink);padding:calc(var(--hero-mark-pad-t) - var(--hero-mark-shift)) var(--hero-mark-pad-r) calc(var(--hero-mark-pad-b) + var(--hero-mark-shift)) var(--hero-mark-pad-l);margin-bottom:var(--hero-mark-bleed-b)}.hero-guarantee{margin:0;color:var(--gold-display);font-family:"Inter Ampersand",var(--font-display),Georgia,"Times New Roman",serif;font-weight:800;font-style:italic;font-size:var(--hero-guarantee-fs);line-height:1.1;white-space:nowrap}.hero-guarantee>span{text-decoration-line:underline;text-decoration-color:var(--gold-display);text-decoration-thickness:var(--hero-guarantee-rule);text-underline-offset:var(--hero-guarantee-rule-offset);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.hero-sub{max-width:60ch;margin:0;color:var(--hero-body-on-blue);font-weight:500;font-size:var(--hero-body-fs);line-height:var(--hero-body-lh)}.hero-cta,.hero-sub{font-family:var(--font-sans),system-ui,sans-serif}.hero-cta{display:inline-flex;align-items:center;justify-content:center;width:var(--hero-cta-w);height:var(--hero-cta-h);border-radius:999px;background:var(--hero-amber);color:var(--ink);font-size:var(--hero-cta-fs);font-weight:700;line-height:1;text-decoration:none;white-space:nowrap;transition:background-color .16s cubic-bezier(.2,0,0,1)}.hero-cta:hover{background:var(--hero-amber-hover)}.hero-cta:active{background:var(--hero-amber-active)}.hero-checks{display:flex;align-items:center;justify-content:center;gap:var(--hero-check-gap);margin:0;padding:0;list-style:none}.hero-check{display:inline-flex;align-items:center;gap:var(--hero-check-icon-gap);color:#ffffff;font-family:var(--font-sans),system-ui,sans-serif;font-weight:500;font-size:var(--hero-check-fs);line-height:1;white-space:nowrap}.hero-check__icon{width:var(--hero-check-icon);height:var(--hero-check-icon);flex:none;color:#ffffff}.hero-divider{width:var(--hero-divider-w);height:100%;min-height:1px;background:rgba(255,255,255,.18)}.hero-brandmark{position:absolute;top:var(--hero-mark-top);right:var(--hero-mark-right);width:var(--hero-mark-w);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0;transform-box:border-box;transform-origin:50% 50%;animation:heroBrandmarkBob 5.6s ease-in-out infinite}.hero-watermark{display:block;width:100%;height:auto;fill:var(--hero-amber)}.hero-brandmark__star{position:absolute;left:30%;bottom:calc(100% + 7px);width:17px;height:17px;margin-left:-8.5px;fill:var(--hero-amber);transform-box:border-box;transform-origin:50% 50%;animation:heroBrandmarkStarTilt 5.6s ease-in-out infinite}@keyframes heroBrandmarkBob{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-7px) rotate(2deg)}}@keyframes heroBrandmarkStarTilt{0%,to{transform:rotate(-8deg)}50%{transform:rotate(8deg)}}@media (prefers-reduced-motion:reduce){.hero-brandmark,.hero-brandmark__star{animation:none!important;transform:none!important}}.hero-slab a:focus-visible{outline:2px solid #ffffff;outline-offset:3px}@keyframes heroRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes heroRiseSolid{0%{transform:translateY(16px)}to{transform:none}}@keyframes heroFade{0%{opacity:0}to{opacity:1}}.hero-checks,.hero-cta,.hero-guarantee,.hero-h1,.hero-sub,.hero-tag{animation:heroRise .32s cubic-bezier(.2,0,0,1) both}.hero-h1{animation-name:heroRiseSolid}.hero-tag{animation-delay:0s}.hero-h1{animation-delay:60ms}.hero-guarantee{animation-delay:.12s}.hero-sub{animation-delay:.18s}.hero-cta{animation-delay:.24s}.hero-checks{animation-delay:.3s}@media (prefers-reduced-motion:reduce){.hero-checks,.hero-cta,.hero-guarantee,.hero-h1,.hero-sub,.hero-tag{animation-name:heroFade}.hero-h1{animation:none}}@media (max-width:899.98px){.hero-brandmark{display:none}}@media (min-width:900px){.hero-section .slab-atmo-amber{display:none}}@media (max-width:1023.98px){.hero-slab{width:92vw}.hero-h1{font-size:clamp(2.2rem,5.8vw,4.07rem)}.hero-guarantee{font-size:clamp(1.05rem,2.9vw,1.86rem)}.hero-sub{font-size:clamp(.9rem,1.6vw,1rem);line-height:1.7}.hero-check,.hero-cta,.hero-tag{font-size:clamp(.8rem,1.7vw,1.07rem)}.hero-tag{height:auto;padding:.5em 1em;gap:.5em}.hero-tag__dot{width:.4em;height:.4em}.hero-cta{height:clamp(46px,6vw,61px);width:clamp(190px,22vw,227px)}.hero-checks{gap:clamp(12px,2.4vw,26px)}.hero-check{gap:.45em}.hero-check__icon{width:1em;height:1em}}@media (max-width:639.98px){.hero-section{padding-top:20px;padding-bottom:40px}.hero-slab{width:calc(100vw - 24px);aspect-ratio:auto;border-radius:20px;grid-template-rows:none;grid-auto-rows:min-content;row-gap:20px;padding:36px 20px 40px}.hero-slab>*{grid-row:auto}.hero-tag{white-space:normal;text-align:center;max-width:100%}.hero-h1{font-size:min(2.5rem,calc((100vw - 64px) / 10.9))}.hero-guarantee,.hero-sub{white-space:normal}.hero-guarantee{font-size:1.25rem}.hero-cta{width:min(100%,360px);height:54px}.hero-checks{flex-direction:column;align-items:center;gap:10px}.hero-divider{width:100%;height:1px}}