:root{--font-ui: "Geist", -apple-system, system-ui, sans-serif;--ink: #111114;--sub: #6b6b73;--line: #ececef;--amber: #f5c451;--amber-d: #caa036;--alert: #e5484d;--ok: #3fb950;--bg: #ffffff;--bg-soft: #fafafa;--bg-warm: #fffdf6}*{box-sizing:border-box}body{margin:0;font-family:var(--font-ui);color:var(--ink);background:var(--bg)}.pixel{image-rendering:pixelated}:root{--section-y: 96px;--section-y-tight: 72px;--gap: 20px;--radius: 12px;--radius-sm: 8px;--maxw: 1080px}.hs-wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px}.hs-section{padding-top:var(--section-y);padding-bottom:var(--section-y)}.hs-section--tight{padding-top:var(--section-y-tight);padding-bottom:var(--section-y-tight)}.hs-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--amber-d);margin:0 0 16px}.hs-eyebrow:before{content:"";width:8px;height:8px;background:var(--amber);box-shadow:2px 2px 0 var(--amber-d);image-rendering:pixelated}.hs-h2{font-weight:800;font-size:clamp(26px,3.6vw,36px);line-height:1.1;letter-spacing:-.03em;color:var(--ink);margin:0 0 14px}.hs-lead{font-size:clamp(15px,1.4vw,17px);line-height:1.6;color:var(--sub);margin:0;max-width:560px}.hs-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:var(--font-ui);font-weight:700;letter-spacing:-.01em;text-decoration:none;cursor:pointer;border-radius:var(--radius-sm);transition:background .12s ease,transform .08s ease,box-shadow .12s ease,border-color .12s ease;white-space:nowrap}.hs-btn--lg{font-size:16px;padding:14px 28px}.hs-btn--md{font-size:14px;padding:10px 20px}.hs-btn--primary{background:var(--amber);color:var(--ink);border:2px solid var(--amber-d);box-shadow:0 3px 0 var(--amber-d)}.hs-btn--primary:hover{background:var(--amber-d);transform:translateY(2px);box-shadow:0 1px 0 var(--amber-d)}.hs-btn--ghost{background:transparent;color:var(--ink);border:2px solid var(--line);box-shadow:none}.hs-btn--ghost:hover{border-color:var(--ink);background:#fff;transform:translateY(-1px)}.hs-btn--nav{background:var(--ink);color:#fff;border:2px solid var(--ink);box-shadow:none;font-size:13px;padding:7px 16px}.hs-btn--nav:hover{background:#2a2a30;border-color:#2a2a30}.hs-btn--block{width:100%}.hs-nav{position:sticky;top:0;z-index:20;background:#ffffffd1;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}.hs-nav__inner{display:flex;align-items:center;justify-content:space-between;height:60px}.hs-brand{display:flex;align-items:center;gap:10px;text-decoration:none}.hs-brand__word{font-weight:800;font-size:18px;letter-spacing:-.03em;color:var(--ink)}.hs-nav__links{display:flex;align-items:center;gap:28px}.hs-nav__link{font-size:14px;font-weight:500;color:var(--sub);text-decoration:none;transition:color .12s ease}.hs-nav__link:hover{color:var(--ink)}.hs-hero{background:var(--bg-warm, #fffdf6);border-bottom:1px solid var(--line);overflow:hidden}.hs-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;padding-top:88px;padding-bottom:88px}.hs-hero__copy{max-width:540px}.hs-hero__title{font-weight:800;font-size:clamp(32px,4.6vw,52px);line-height:1.08;letter-spacing:-.035em;color:var(--ink);margin:18px 0 20px}.hs-hero__title em{font-style:normal;color:var(--amber-d)}.hs-hero__sub{font-size:clamp(16px,1.6vw,19px);line-height:1.6;color:var(--sub);margin:0 0 32px}.hs-hero__ctas{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.hs-hero__note{margin:20px 0 0;font-size:13px;color:var(--sub);display:inline-flex;align-items:center;gap:8px}.hs-mock{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 1px 2px #1111140a,0 18px 48px -12px #1111142e;overflow:hidden;transform:rotate(.4deg)}.hs-mock__bar{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid var(--line);background:var(--bg-soft)}.hs-mock__dot{width:10px;height:10px;border-radius:50%;background:#e3e3e7}.hs-mock__crumb{margin-left:8px;font-size:12px;font-weight:600;color:var(--sub);letter-spacing:-.01em}.hs-mock__body{padding:22px 22px 24px}.hs-incident{display:flex;gap:14px;align-items:flex-start}.hs-incident__icon{flex:none;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#fdecec;border:1px solid #f7cdce}.hs-incident__tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--alert);margin:0 0 6px}.hs-incident__title{font-size:17px;font-weight:700;line-height:1.3;letter-spacing:-.02em;color:var(--ink);margin:0 0 8px}.hs-incident__plain{font-size:13.5px;line-height:1.55;color:var(--sub);margin:0}.hs-incident__plain code{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:12px;background:var(--bg-soft);border:1px solid var(--line);border-radius:4px;padding:1px 5px;color:var(--ink)}.hs-bars{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0 18px}.hs-bar__label{display:flex;justify-content:space-between;font-size:11px;font-weight:600;color:var(--sub);margin-bottom:6px}.hs-bar__track{height:12px;background:var(--bg-soft);border:1px solid var(--line);border-radius:3px;padding:2px;display:flex;gap:2px;overflow:hidden}.hs-bar__seg{flex:1;border-radius:1px;image-rendering:pixelated}.hs-mock__fix{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;padding:12px 14px;background:#f3fbf4;border:1px solid #cdeccf;border-radius:10px}.hs-mock__fix-left{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#1f7a2e}.hs-mock__fix-cta{font-size:12.5px;font-weight:700;color:var(--ink);background:var(--amber);border:1.5px solid var(--amber-d);border-radius:6px;padding:5px 11px;white-space:nowrap}.hs-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap);align-items:stretch}.hs-card{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px 26px;display:flex;flex-direction:column;gap:14px}.hs-card__icon{width:46px;height:46px;background:var(--bg-warm, #fffdf6);border:1px solid var(--line);border-radius:11px;display:flex;align-items:center;justify-content:center}.hs-card__title{font-weight:700;font-size:17px;letter-spacing:-.02em;margin:0 0 8px;color:var(--ink)}.hs-card__body{font-size:14px;line-height:1.6;color:var(--sub);margin:0}.hs-steps{display:flex;flex-direction:column;gap:30px;max-width:580px}.hs-step{display:flex;align-items:flex-start;gap:18px;position:relative}.hs-step:not(:last-child):after{content:"";position:absolute;left:19px;top:46px;width:2px;bottom:-30px;background:var(--line)}.hs-step__badge{width:40px;height:40px;min-width:40px;background:var(--amber);border:2px solid var(--amber-d);border-radius:4px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;color:var(--ink);box-shadow:2px 2px 0 var(--amber-d);image-rendering:pixelated;z-index:1}.hs-step__text{margin:8px 0 0;font-size:16px;line-height:1.5;color:var(--ink)}.hs-step__text strong{font-weight:700}.hs-tier{position:relative;background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px 28px;display:flex;flex-direction:column}.hs-tier--pop{border:2px solid var(--amber-d);background:var(--bg-warm, #fffdf6);box-shadow:0 14px 40px -16px #caa03680;transform:translateY(-8px)}.hs-tier__badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--amber);border:2px solid var(--amber-d);border-radius:5px;padding:3px 12px;font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--ink);white-space:nowrap;box-shadow:2px 2px 0 var(--amber-d)}.hs-tier__name{font-weight:800;font-size:17px;letter-spacing:-.02em;color:var(--ink)}.hs-tier__price{display:flex;align-items:baseline;gap:4px;margin:10px 0 2px}.hs-tier__amount{font-weight:800;font-size:34px;letter-spacing:-.035em;line-height:1;color:var(--ink)}.hs-tier--pop .hs-tier__amount{color:var(--amber-d)}.hs-tier__per{font-size:14px;font-weight:500;color:var(--sub)}.hs-tier__feats{list-style:none;margin:22px 0 26px;padding:0;display:flex;flex-direction:column;gap:11px;flex:1}.hs-feat{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.45;color:var(--ink)}.hs-feat__check{flex:none;margin-top:1px}.hs-cta-band{background:var(--ink);text-align:center}.hs-cta-band__title{font-weight:800;font-size:clamp(26px,3.6vw,38px);letter-spacing:-.03em;color:#fff;margin:22px 0 14px}.hs-cta-band__sub{font-size:16px;line-height:1.6;color:#9b9ba4;margin:0 auto 32px;max-width:460px}.hs-footer{border-top:1px solid var(--line);background:var(--bg)}.hs-footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-top:56px;padding-bottom:40px}.hs-footer__brandcol{max-width:280px}.hs-footer__trust{font-size:13px;line-height:1.6;color:var(--sub);margin:14px 0 0}.hs-footer__coltitle{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin:0 0 14px}.hs-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.hs-footer__link{font-size:14px;color:var(--sub);text-decoration:none;transition:color .12s ease}.hs-footer__link:hover{color:var(--ink)}.hs-footer__bottom{border-top:1px solid var(--line);padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.hs-footer__copy{font-size:12px;color:var(--sub);margin:0}@keyframes hs-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hs-rise{animation:hs-rise .6s cubic-bezier(.16,1,.3,1) both}.hs-rise-1{animation-delay:.05s}.hs-rise-2{animation-delay:.13s}.hs-rise-3{animation-delay:.21s}@media(prefers-reduced-motion:reduce){.hs-rise{animation:none}.hs-btn,.hs-tier--pop,.hs-mock{transition:none}}@media(max-width:960px){:root{--section-y: 72px;--section-y-tight: 56px}.hs-hero__grid{grid-template-columns:1fr;gap:40px;padding-top:60px;padding-bottom:64px}.hs-hero__copy{max-width:600px}.hs-mock{transform:none;max-width:480px}.hs-footer__top{grid-template-columns:1fr 1fr;gap:32px 40px}.hs-footer__brandcol{grid-column:1 / -1;max-width:420px}}@media(max-width:640px){.hs-wrap{padding:0 18px}.hs-nav__links{gap:14px}.hs-nav__link{display:none}.hs-grid-3{grid-template-columns:1fr}.hs-hero__ctas .hs-btn{width:100%}.hs-bars{grid-template-columns:1fr}.hs-tier--pop{transform:none}.hs-footer__top{grid-template-columns:1fr 1fr;gap:28px 24px}.hs-cta-band__sub{padding:0 6px}}
