:root{--red:#E63946;--red-dark:#C1121F;--blue:#3FA6FE;--ink:#111111;--secondary:#6E6E6E;--cream:#FFF8F0;--paper:#FFE8D6;--white:#fff;--yellow:#FFB703}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:Montserrat,"Avenir Next",Avenir,system-ui,sans-serif}.shell{width:min(1120px,calc(100% - 48px));margin:auto}header{display:flex;align-items:center;justify-content:space-between;padding:20px 0}.brand{font-size:1.3rem;font-weight:900;letter-spacing:-.06em;color:var(--ink);text-decoration:none}.brand span{color:var(--red)}.text-link,footer a{color:var(--ink);font-size:.9rem;font-weight:700;text-decoration:none}.hero{min-height:650px;display:grid;grid-template-columns:1.08fr .92fr;gap:68px;align-items:center;padding:68px 0 88px}.eyebrow{margin-bottom:14px;color:var(--red);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.yellow{color:var(--yellow)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(3.2rem,6.4vw,6rem);line-height:.98;letter-spacing:-.065em;margin-bottom:26px}h1 em{font-style:normal;color:var(--red)}h2{font-size:clamp(2.3rem,4.3vw,4rem);line-height:1.03;letter-spacing:-.055em}.lead{max-width:550px;color:var(--secondary);font-size:1.08rem;line-height:1.7}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;margin-top:14px;border-radius:16px;padding:17px 23px;background:var(--ink);color:var(--white);font-weight:750;text-decoration:none;box-shadow:0 6px 14px #1112;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px);background:var(--red)}.fine-print{color:var(--secondary);font-size:.8rem;margin-top:22px}.cover{position:relative;isolation:isolate;width:min(100%,380px);height:470px;margin:auto;overflow:hidden;border-radius:32px;background:linear-gradient(140deg,var(--blue),#93d1ff);box-shadow:0 24px 55px #3fa6fe48}.cover:before{content:"";position:absolute;inset:17px;border:2px solid #fff8;border-radius:23px}.cover:after{content:"";position:absolute;width:360px;height:360px;border:42px solid #fff3;border-radius:50%;right:-155px;bottom:-170px}.burst{position:absolute;z-index:1;top:48px;left:30px;font-size:2.7rem;line-height:.82;font-weight:950;letter-spacing:-.1em;color:var(--ink)}.comic-title{position:absolute;z-index:1;left:30px;bottom:38px;color:#fff;font-size:4rem;line-height:.72;font-weight:950;letter-spacing:-.1em}.comic-title small{font-size:2.1rem}.barcode{position:absolute;z-index:1;bottom:14px;right:21px;font-size:.7rem;letter-spacing:1px;transform:rotate(90deg)}.dark{padding:105px 0;background:var(--ink);color:#fff}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:45px}.steps article{padding:27px;border-radius:22px;background:#ffffff0e}.steps b{display:inline-grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--yellow);color:var(--ink);font-size:.8rem}.steps h3{margin:22px 0 8px;font-size:1.22rem}.steps p{margin:0;color:#c0c0c0;line-height:1.55}.features{display:grid;grid-template-columns:1fr 1fr;gap:85px;padding:115px 0}.feature-list{display:grid;gap:13px}.feature-list p{margin:0;padding:23px 25px;border-radius:18px;background:var(--white);line-height:1.5;color:var(--secondary);box-shadow:0 8px 24px #5b34100d}.feature-list strong{display:block;margin-bottom:5px;color:var(--ink);font-size:1.08rem}.guides{padding:10px 0 115px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.guide-grid a{min-height:180px;padding:25px;border-radius:20px;background:var(--paper);color:var(--ink);font-size:1.23rem;font-weight:800;letter-spacing:-.035em;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s}.guide-grid a:hover{transform:translateY(-4px)}.guide-grid span{color:var(--red)}.cta{padding:110px 0;background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff}.cta h2{max-width:610px}.light{background:#fff;color:var(--ink)}footer{display:flex;justify-content:space-between;align-items:center;padding:28px 0;color:var(--secondary);font-size:.82rem}.article{max-width:780px;padding:70px 0 110px}.article h1{font-size:clamp(3rem,6vw,5.25rem)}.article h2{font-size:2rem;margin:52px 0 14px}.article p:not(.eyebrow):not(.lead){color:#4f4f4f;font-size:1.05rem;line-height:1.75}.legal{max-width:800px}.legal h1{font-size:clamp(2.8rem,5vw,4.5rem)}.legal h2{font-size:1.45rem;margin:38px 0 10px}.support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:35px}.support-grid section{padding:28px;border-radius:20px;background:#fff}.support-grid h2{font-size:1.4rem;margin-bottom:12px}.support-grid p{color:var(--secondary);line-height:1.6;margin:0}@media(max-width:700px){.shell{width:min(100% - 32px,1120px)}.hero,.features{grid-template-columns:1fr;gap:35px;padding:55px 0 70px}.cover{width:290px;height:370px}.dark{padding:70px 0}.steps,.guide-grid,.support-grid{grid-template-columns:1fr}.features{padding:75px 0}.guides{padding-bottom:75px}footer{gap:15px;flex-wrap:wrap}.article{padding:48px 0 75px}h1{font-size:3.7rem}}
