:root{--bg:#0a0c0e;--panel:#12161a;--panel2:#181e23;--text:#eef3f5;--muted:#aeb9bf;--line:#293238;--lime:#c9f25f;--amber:#ffb646;--max:1180px;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(92%,var(--max));margin:auto}.topbar{background:#050607;color:#bec7cc;font-size:.82rem;border-bottom:1px solid #171b1e}.topbar .wrap{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.site-header{position:sticky;top:0;z-index:20;background:rgba(10,12,14,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:76px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:.06em}.brand img{width:48px;height:48px}.brand small{display:block;color:var(--lime);font-size:.66rem;letter-spacing:.16em}.menu{display:flex;align-items:center;gap:26px}.menu a{color:#dbe2e5;font-weight:700;font-size:.93rem}.menu a:hover,.menu a.active{color:var(--lime)}.nav-actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border-radius:999px;background:var(--lime);color:#10140a;font-weight:900;border:1px solid var(--lime);cursor:pointer}.btn.alt{background:transparent;color:#fff;border-color:#4a565e}.btn.alt:hover{border-color:var(--lime);color:var(--lime)}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:1.5rem}.hero{min-height:630px;display:grid;align-items:center;position:relative;overflow:hidden;background:radial-gradient(circle at 78% 50%,rgba(201,242,95,.12),transparent 30%),linear-gradient(120deg,#0a0c0e 0%,#11161a 55%,#0a0c0e 100%)}.hero:before{content:"";position:absolute;right:-120px;top:120px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(201,242,95,.18);box-shadow:0 0 100px rgba(201,242,95,.08)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center;padding:90px 0}.eyebrow{color:var(--lime);font-size:.78rem;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.hero h1,.page-hero h1{font-size:clamp(2.8rem,6vw,5.8rem);line-height:.98;margin:16px 0 24px;letter-spacing:-.05em}.hero p{max-width:650px;color:#c0c9ce;font-size:1.1rem}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.trust{display:flex;gap:25px;flex-wrap:wrap;margin-top:34px;color:#c7d0d4;font-size:.9rem}.trust b{color:#fff}.flash-visual{min-height:420px;position:relative;display:grid;place-items:center}.beam{position:absolute;width:470px;height:210px;background:linear-gradient(90deg,rgba(201,242,95,.42),rgba(201,242,95,0));clip-path:polygon(0 38%,100% 0,100% 100%,0 62%);left:48%;filter:blur(2px)}.torch{position:relative;width:340px;height:116px;border-radius:22px;background:linear-gradient(180deg,#3a444b,#161b1f 50%,#080a0b);box-shadow:0 30px 70px #000,0 0 0 2px #4c5860 inset;transform:rotate(-8deg)}.torch:before{content:"";position:absolute;right:-48px;top:-22px;width:95px;height:160px;border-radius:28px;background:linear-gradient(180deg,#4b575e,#15191c);box-shadow:0 0 0 3px #58656c inset}.torch:after{content:"";position:absolute;left:36px;top:24px;width:20px;height:68px;border-radius:6px;background:repeating-linear-gradient(90deg,#111 0 4px,#343d42 4px 8px)}.section{padding:88px 0}.section.alt{background:#0e1215}.section-title{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.section-title h2{font-size:clamp(2rem,4vw,3.5rem);line-height:1.05;margin:8px 0}.section-title p{max-width:560px;color:var(--muted)}.grid{display:grid;gap:22px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:linear-gradient(160deg,var(--panel2),var(--panel));border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.card-body{padding:24px}.card h3{margin:0 0 10px;font-size:1.25rem}.card p{color:var(--muted);margin:0}.category-art{height:220px;display:grid;place-items:center;background:radial-gradient(circle,#263137 0,#151a1e 62%,#101316 100%)}.category-art img{width:130px;height:130px}.product-card{position:relative}.product-card .badge{position:absolute;top:14px;left:14px;background:var(--lime);color:#0a0c0e;border-radius:999px;padding:5px 10px;font-size:.7rem;font-weight:900}.product-art{height:220px;display:grid;place-items:center;background:#11161a}.product-art img{max-height:160px;width:80%;object-fit:contain}.price{display:flex;justify-content:space-between;align-items:center;margin-top:18px;font-weight:900}.price span{color:var(--lime)}.notice{padding:18px 20px;border:1px solid #5c4721;background:#221b10;border-radius:14px;color:#ead8b9}.feature-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.feature-strip div{padding:28px;border-right:1px solid var(--line);background:#111518}.feature-strip div:last-child{border:0}.feature-strip strong{display:block;margin-bottom:5px}.feature-strip span{color:var(--muted);font-size:.9rem}.page-hero{padding:100px 0 75px;background:radial-gradient(circle at 80% 40%,rgba(255,182,70,.12),transparent 26%),#0c1013;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(2.6rem,5vw,5rem);max-width:850px}.page-hero p{max-width:720px;color:var(--muted);font-size:1.08rem}.content{max-width:850px}.content h2{font-size:2rem;margin-top:42px}.content p,.content li{color:#c1cbd0}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px}.contact-box,.form-box{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:30px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:block;font-weight:800;margin:0 0 7px}input,textarea,select{width:100%;padding:14px 15px;border-radius:10px;border:1px solid #3a444a;background:#0c1012;color:#fff;font:inherit}textarea{min-height:150px;resize:vertical}.field{margin-bottom:16px}.footer{border-top:1px solid var(--line);background:#07090a;padding:60px 0 22px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:40px}.footer h4{margin:0 0 15px}.footer a,.footer p{color:#aeb8bd}.footer a{display:block;margin:7px 0}.copyright{border-top:1px solid #1d2327;margin-top:42px;padding-top:22px;color:#7f8a90;font-size:.86rem;display:flex;justify-content:space-between;gap:20px}.shop-layout{display:grid;grid-template-columns:250px 1fr;gap:30px}.filters{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);padding:22px;height:max-content}.filters button{display:block;width:100%;text-align:left;background:none;border:0;border-bottom:1px solid var(--line);padding:12px 0;color:#cdd6da;cursor:pointer}.filters button.active,.filters button:hover{color:var(--lime)}.cart-count{background:var(--amber);color:#111;border-radius:999px;padding:2px 7px;font-size:.72rem}.faq details{border:1px solid var(--line);border-radius:14px;background:var(--panel);margin:12px 0;padding:18px 20px}.faq summary{cursor:pointer;font-weight:900}.faq p{color:var(--muted)}@media(max-width:900px){.menu{display:none;position:absolute;left:0;right:0;top:76px;background:#0b0e10;padding:18px 4%;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}.menu.open{display:flex}.menu-toggle{display:block}.nav-actions .btn{display:none}.hero-grid,.contact-grid,.shop-layout{grid-template-columns:1fr}.flash-visual{min-height:330px}.grid-4,.grid-3,.feature-strip,.footer-grid{grid-template-columns:repeat(2,1fr)}.feature-strip div{border-bottom:1px solid var(--line)}.section-title{align-items:start;flex-direction:column}}@media(max-width:600px){.topbar .wrap{justify-content:center}.topbar span:last-child{display:none}.hero-grid{padding:65px 0}.hero h1{font-size:3rem}.grid-4,.grid-3,.feature-strip,.footer-grid,.form-row{grid-template-columns:1fr}.torch{width:250px;height:90px}.beam{width:300px}.copyright{flex-direction:column}.section{padding:65px 0}}
