:root{--navy:#07162d;--blue:#1479ff;--ice:#edf6ff;--ink:#0b1930;--muted:#66748a;--line:#dbe5ef}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.shell{width:min(1160px,calc(100% - 40px));margin:auto}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:block;width:150px;height:48px;overflow:hidden}.brand img{width:100%;height:100%;object-fit:cover;object-position:center}.nav nav{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:700}.language{display:flex;gap:5px;padding:7px 10px;border:1px solid var(--line);border-radius:99px}.language button{border:0;background:none;color:#8994a5;font-size:12px;font-weight:800;cursor:pointer}.language .active{color:var(--blue)}.hero{min-height:650px;display:grid;grid-template-columns:1.08fr .92fr;gap:60px;align-items:center;padding:64px 0 90px}.kicker{margin:0 0 20px;color:var(--blue);font-size:12px;font-weight:900;letter-spacing:.2em}h1,h2,h3,p{margin-top:0}h1{max-width:710px;margin-bottom:24px;font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-.055em}.hero-text{max-width:620px;color:var(--muted);font-size:18px;line-height:1.7}.buttons{display:flex;gap:12px;margin:32px 0 30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:0;border-radius:12px;font-weight:800;cursor:pointer}.primary{color:#fff;background:var(--blue);box-shadow:0 14px 30px #1479ff38}.secondary{background:#fff;border:1px solid var(--line)}.trust{display:flex;flex-wrap:wrap;gap:18px;color:#6e7a8c;font-size:12px;font-weight:700}.hero-art{position:relative;min-height:500px;overflow:hidden;border-radius:36px;background:radial-gradient(circle at 70% 20%,#1479ff55,transparent 36%),linear-gradient(145deg,#07162d,#0c3261);box-shadow:0 30px 70px #0a2e5a30}.hero-art:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#ffffff09 1px,transparent 1px),linear-gradient(90deg,#ffffff09 1px,transparent 1px);background-size:34px 34px}.card{position:absolute;width:280px;height:350px;padding:34px;border-radius:24px;color:#fff}.ghost{right:40px;top:82px;transform:rotate(10deg);display:flex;align-items:end;border:1px solid #ffffff28;background:#ffffff0f;font-size:10px;letter-spacing:.25em}.front{left:70px;top:70px;display:flex;flex-wrap:wrap;align-content:end;gap:7px;background:linear-gradient(160deg,#0d4f99,#061426 70%);box-shadow:0 28px 70px #0008}.front b{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;color:#fff;background:var(--blue)}.front strong,.front small{width:100%}.front strong{margin-top:12px;font-size:34px;letter-spacing:.12em}.front small{margin:4px 0 28px;color:#9fc9f5;letter-spacing:.18em}.front i{width:32px;height:4px;border-radius:4px;background:#1685ff}.front i:nth-last-child(2){background:#2bbfdd}.front i:last-child{background:#fff}.stores{padding:110px 0;background:var(--navy);color:#fff}.section-head{display:flex;justify-content:space-between;gap:50px;align-items:end;margin-bottom:46px}.section-head h2,.why h2,.contact h2{max-width:680px;margin-bottom:0;font-size:clamp(36px,5vw,56px);line-height:1.05;letter-spacing:-.04em}.section-head p{max-width:410px;margin-bottom:5px;color:#9cacbf;line-height:1.7}.store-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.store-card{min-height:350px;display:flex;flex-direction:column;padding:28px;border:1px solid #ffffff16;border-radius:20px;background:#ffffff09}.store-logo{display:grid;place-items:center;width:92px;height:62px;margin-bottom:auto;padding:13px;border-radius:15px;background:#fff}.store-logo.amazon{border-bottom:4px solid #f90}.store-logo img{width:100%;height:100%;object-fit:contain}.eyebrow{margin:24px 0 5px;color:#7e94ad;font-size:11px;font-weight:800;letter-spacing:.14em}.store-card h3{margin-bottom:12px;font-size:30px}.store-card>p:not(.eyebrow){min-height:65px;color:#9cacbf;font-size:14px;line-height:1.6}.store-card>a{margin-top:18px;padding-top:20px;border-top:1px solid #ffffff15;font-size:13px;font-weight:800}.why{padding:110px 0;display:grid;grid-template-columns:.9fr 1.1fr;gap:85px}.benefits article{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid var(--line)}.benefits article:first-child{padding-top:0}.benefits span{color:var(--blue);font-size:12px;font-weight:900}.benefits h3{margin-bottom:7px}.benefits p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.contact{padding:110px 0;background:var(--ice)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px}.contact-grid>div>p:not(.kicker){max-width:430px;margin-top:22px;color:var(--muted);line-height:1.7}.contact-grid>div>a{display:inline-block;margin-top:18px;color:var(--blue);font-weight:800}form{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:34px;border:1px solid #dce8f4;border-radius:22px;background:#fff;box-shadow:0 22px 50px #163d6b10}label{display:flex;flex-direction:column;gap:9px;color:#26364d;font-size:12px;font-weight:800}.full{grid-column:1/-1}input,select,textarea{width:100%;padding:14px;border:1px solid var(--line);border-radius:10px;background:#fff;outline:none;font:inherit}input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1479ff16}.honeypot{position:absolute!important;left:-9999px!important}.form-status{margin:0;font-size:13px}.success{color:#19753a}.error{color:#b42318}button:disabled{opacity:.65;cursor:wait}footer{min-height:110px;display:flex;justify-content:space-between;align-items:center;color:#728095;font-size:12px}footer>div{display:flex;gap:20px}@media(max-width:900px){.hero,.why,.contact-grid{grid-template-columns:1fr}.hero{padding-top:40px}.hero-art{min-height:430px}.section-head{display:block}.section-head p{margin-top:20px}.why,.contact-grid{gap:48px}}@media(max-width:620px){.shell{width:min(100% - 28px,1160px)}.nav nav>a{display:none}.hero{min-height:auto;padding:48px 0 70px;gap:42px}h1{font-size:48px}.buttons{flex-direction:column}.hero-art{min-height:380px}.card{width:225px;height:290px}.front{left:25px;top:45px}.ghost{right:20px;top:55px}.stores,.why,.contact{padding:78px 0}.section-head h2,.why h2,.contact h2{font-size:38px}form{grid-template-columns:1fr;padding:22px}footer{padding:28px 0;gap:20px;flex-wrap:wrap}}
