:root{--navy:#07101f;--panel:#0d1b2d;--blue:#1684ff;--cyan:#36c7ff;--green:#20c768;--text:#f7fbff;--muted:#9fb0c3;--border:rgba(255,255,255,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 15% 0,rgba(22,132,255,.19),transparent 30%),var(--navy);color:var(--text);font-family:Inter,Arial,sans-serif}a{text-decoration:none;color:inherit}button{font:inherit}header{position:sticky;top:0;z-index:20;min-height:76px;padding:10px max(20px,calc((100% - 1180px)/2));display:flex;align-items:center;gap:28px;background:rgba(7,16,31,.94);border-bottom:1px solid var(--border);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:10px;margin-right:auto}.brand img{width:58px;height:48px;object-fit:contain}.brand span{display:grid}.brand small{color:var(--cyan);font-size:10px;text-transform:uppercase;letter-spacing:1.3px}.brand strong{font-size:17px}nav{display:flex;gap:22px}nav a{font-size:13px;font-weight:700;color:#dce9f7}nav a:hover{color:var(--cyan)}.whatsapp-header{padding:11px 15px;border-radius:10px;background:#18a957;font-size:12px;font-weight:900}.hero{min-height:500px;padding:120px 20px 80px;text-align:center;background:linear-gradient(rgba(7,16,31,.05),var(--navy)),radial-gradient(circle at 50% 38%,rgba(54,199,255,.2),transparent 42%)}.hero>span,.heading>span{color:var(--cyan);font-size:10px;font-weight:900;letter-spacing:2px}.hero h1{margin:15px 0 10px;font-size:clamp(52px,8vw,92px);line-height:1;letter-spacing:-4px}.hero h1 em{color:var(--cyan);font-style:normal}.hero p{max-width:600px;margin:0 auto 30px;color:var(--muted);font-size:17px}.hero>a{display:inline-block;padding:14px 20px;border:1px solid rgba(54,199,255,.45);border-radius:12px;background:rgba(22,132,255,.13);font-weight:800}.store{max-width:1160px;margin:auto;padding:70px 20px}.heading{text-align:center;margin-bottom:34px}.heading h2{margin:8px 0;font-size:clamp(30px,5vw,45px)}.heading p{margin:0;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product{overflow:hidden;border:1px solid var(--border);border-radius:20px;background:linear-gradient(145deg,#10233a,#091523);transition:.2s}.product:hover{transform:translateY(-5px);border-color:rgba(54,199,255,.45)}.product-image{position:relative;aspect-ratio:4/3;background:#0a1524}.product-image img{width:100%;height:100%;object-fit:cover}.product-image span{position:absolute;top:13px;left:13px;padding:7px 10px;border-radius:99px;background:rgba(7,16,31,.88);font-size:9px;font-weight:900}.product-body{padding:20px}.product-body h3{margin:0 0 8px;font-size:20px}.product-body p{height:40px;margin:0 0 16px;overflow:hidden;color:var(--muted);font-size:12px;line-height:1.6}.product-bottom{display:flex;align-items:center;gap:12px}.product-bottom strong{font-size:20px;color:var(--cyan);margin-right:auto}.product-bottom button{padding:11px 13px;border:0;border-radius:10px;background:var(--blue);color:white;font-size:11px;font-weight:900;cursor:pointer}.product.sold-out{opacity:.68}.product.sold-out .product-bottom button{background:#435164;cursor:not-allowed}.loading,.empty{text-align:center;color:var(--muted);padding:50px}.empty b{font-size:45px}.empty h3{color:white}.trust{max-width:1120px;margin:30px auto 90px;padding:0 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.trust article{padding:22px;display:grid;gap:5px;text-align:center;border:1px solid var(--border);border-radius:16px;background:var(--panel)}.trust article b{font-size:27px}.trust article span{color:var(--muted);font-size:11px}footer{padding:35px max(20px,calc((100% - 1120px)/2));display:flex;align-items:center;gap:14px;border-top:1px solid var(--border);background:#050b14;color:var(--muted)}footer img{width:55px;height:48px;object-fit:contain}footer p{margin-right:auto}footer p strong{color:white}footer a{color:var(--cyan);font-weight:800}footer small{margin-left:20px}.modal[hidden]{display:none}.modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px}.backdrop{position:absolute;inset:0;background:rgba(1,6,13,.86);backdrop-filter:blur(8px)}.modal-card{position:relative;width:min(100%,780px);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(54,199,255,.35);border-radius:22px;background:#0c1b2e;box-shadow:0 30px 90px #000}.modal-card>button{position:absolute;right:15px;top:10px;z-index:2;border:0;background:rgba(7,16,31,.8);color:white;border-radius:50%;font-size:28px;cursor:pointer}.modal-card>img{width:100%;height:100%;min-height:390px;object-fit:cover;background:#07101f}.modal-card>div{padding:38px}.modal-card small{color:var(--cyan);font-weight:900}.modal-card h2{font-size:30px}.modal-card p{color:var(--muted);line-height:1.6}.modal-card strong{display:block;margin:25px 0;color:var(--cyan);font-size:25px}.modal-card a{display:block;padding:14px;border-radius:11px;background:#18a957;text-align:center;font-weight:900}@media(max-width:800px){header nav{display:none}.brand span{display:none}.product-grid{grid-template-columns:repeat(2,1fr)}.modal-card{grid-template-columns:1fr}.modal-card>img{min-height:210px;max-height:260px}.modal-card>div{padding:24px}.trust{grid-template-columns:1fr}footer{flex-wrap:wrap}footer small{width:100%;margin:0}}@media(max-width:520px){.product-grid{grid-template-columns:1fr}.hero h1{letter-spacing:-2px}.whatsapp-header{font-size:0}.whatsapp-header:after{content:'💬';font-size:18px}}
