.hero-module{--orange:#ff7a59;--blue:#0892d0;--black:#000;--lime:#3dd437;--white:#fff;--bg:#0b1221;--rib1:#7c3aed;--rib2:#06b6d4;--shadow:0 10px 30px rgba(0,0,0,.35);--radius-lg:22px;--maxw:1500px;background:radial-gradient(1200px 600px at 10% -10%,#152344 0,var(--bg) 60%),var(--black);font-family:Helvetica,sans-serif;overflow:hidden;padding:120px 0 100px;position:relative}.hero-module,.hero-module .wrap{box-sizing:border-box;width:100%}.hero-module .wrap{margin-inline:auto;max-width:var(--maxw);padding-inline:20px}.hero-module .hero-inner{align-items:start;display:grid;gap:40px;grid-template-columns:1.1fr .9fr}.hero-module h1{color:var(--white);font-size:clamp(2rem,3.6vw,3.2rem);letter-spacing:.2px;margin:.6rem 0}.hero-module .hero-copy{color:#a9b6cd;font-size:clamp(1rem,1.4vw,1.125rem);margin-bottom:20px}.hero-module .hero-cta{display:flex;flex-wrap:wrap;gap:16px;margin-top:24px}.hero-module .btn{align-items:center;border-radius:12px;color:inherit;display:inline-flex;font-weight:700;gap:.5rem;line-height:1;padding:1rem 1.2rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,opacity .2s ease}.hero-module .btn:hover{transform:translateY(-1px)}.hero-module .btn:focus-visible{outline:3px solid hsla(0,0%,100%,.5);outline-offset:2px}.hero-module .btn.primary{background:linear-gradient(90deg,var(--orange),#ff9b59);box-shadow:var(--shadow);color:#1b0b00}.hero-module .btn.secondary{background:transparent;border:1px solid hsla(0,0%,100%,.25);color:var(--white)}.hero-module .rib{align-items:center;background:linear-gradient(90deg,var(--rib1),var(--rib2));border-radius:999px;color:var(--white);display:inline-flex;font-size:.85rem;font-weight:700;gap:.5rem;line-height:1.2;margin-bottom:12px;padding:.4rem .7rem}.hero-module .rib span,.hero-module .rib strong{align-items:center;display:inline-flex;vertical-align:middle}.hero-module .savings{align-items:center;color:#c2f8c5;display:flex;font-weight:700;gap:.6rem;margin-top:20px}.hero-module .savings .dot{background:var(--lime);border-radius:999px;box-shadow:0 0 18px rgba(61,212,55,.8);height:8px;width:8px}.hero-module .hero-card{background:linear-gradient(180deg,rgba(26,34,56,.9),rgba(59,7,100,.2));border:1px solid hsla(0,0%,100%,.08);border-radius:var(--radius-lg);box-shadow:var(--shadow);margin:0 auto;max-width:380px;padding:32px}.hero-module .hero-card-header{align-items:center;display:flex;gap:16px;margin-bottom:12px}.hero-module .hero-card-header-inner{align-items:center;display:flex;gap:1rem}.hero-module .logo-box{background:linear-gradient(135deg,var(--blue),var(--orange));border-radius:12px;flex:0 0 auto;height:48px;overflow:hidden;position:relative;width:48px}.hero-module .logo-box-image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.hero-module .hero-card-text .title{color:var(--white);font-weight:800;margin-bottom:8px}.hero-module .hero-card-text .subtitle{color:#a9b6cd;font-size:1rem}.hero-module .hero-card-desc{color:#a9b6cd;font-size:1rem;margin:12px 0 20px}.hero-module .hero-card .btn.primary{margin-top:20px}@media (max-width:1024px){.hero-module .hero-inner{gap:32px;grid-template-columns:1fr;justify-items:center}.hero-module .hero-card{margin:0 auto;max-width:340px}}