*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#eaf1f7;background:#09111d;line-height:1.6}.wrap{width:min(1120px,92%);margin:auto}.top{position:sticky;top:0;z-index:20;background:rgba(9,17,29,.9);backdrop-filter:blur(16px);border-bottom:1px solid #203047}.nav{height:78px;display:flex;align-items:center;justify-content:space-between}.brand img{width:220px;height:auto;display:block}.nav nav{display:flex;align-items:center;gap:25px}.nav a{color:#dce8f1;text-decoration:none;font-weight:650}.nav a:hover{color:#6de0d4}.cartBtn{border:1px solid #38516e;background:#122237;color:white;padding:10px 15px;border-radius:12px;font-weight:700}.cartBtn span{background:#12b8a6;padding:2px 7px;border-radius:10px;margin-left:4px}.menu{display:none;background:none;border:0;color:white;font-size:28px}.hero{padding:90px 0 70px;background:radial-gradient(circle at 75% 35%,#14365b 0,#09111d 45%)}.heroGrid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.eyebrow{font-size:12px;letter-spacing:2px;color:#70e2d6;font-weight:800}.hero h1{font-size:clamp(48px,7vw,86px);line-height:.98;margin:15px 0 25px;letter-spacing:-3px}.hero h1 span{color:#62ddcf}.hero p{font-size:20px;color:#b7c6d5;max-width:650px}.actions{display:flex;gap:14px;flex-wrap:wrap;margin:30px 0}.btn{display:inline-block;border-radius:13px;padding:13px 19px;text-decoration:none;font-weight:800;border:1px solid #37516d;cursor:pointer;font-size:15px}.primary{background:linear-gradient(135deg,#12b8a6,#1479ff);color:white;border:0}.ghost{color:white;background:#101d2d}.trust{display:flex;gap:18px;flex-wrap:wrap;color:#a8bacb;font-size:13px}.heroCard{position:relative;background:#111e2d;border:1px solid #2b4058;border-radius:28px;padding:18px;box-shadow:0 30px 80px #0006}.heroCard img{width:100%;display:block;border-radius:18px}.heroBadge{position:absolute;left:32px;bottom:30px;background:#08111cdd;padding:10px 14px;border-radius:12px;font-weight:800}.section{padding:85px 0}.alt{background:#0d1826}.sectionHead{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px;gap:20px}.section h2{font-size:42px;line-height:1.05;margin:8px 0 0}.sectionHead p{color:#93a7bb}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{background:#101d2d;border:1px solid #253b53;border-radius:20px;overflow:hidden}.card img{width:100%;display:block}.pad{padding:18px}.card h3{margin:0 0 5px}.card p{color:#91a5b9;min-height:48px;font-size:14px}.card strong{display:block;font-size:21px;margin:10px 0}.add{width:100%;padding:11px;border-radius:10px;border:1px solid #35516d;background:#14263b;color:white;font-weight:800;cursor:pointer}.add:hover{background:#1b3855}.customGrid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.customGrid p{color:#a9bac9;font-size:18px}.mini{margin:17px 0;color:#dce7f0}.mini b{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;background:#15334d;color:#70e2d6;margin-right:10px}.form{background:#101d2d;border:1px solid #2a4159;border-radius:20px;padding:24px}.form input,.form textarea{width:100%;background:#0a1421;color:white;border:1px solid #304861;border-radius:10px;padding:13px;margin-bottom:12px;font:inherit}.form small{display:block;color:#8298ad;margin-top:10px}.about{display:grid;grid-template-columns:1fr 1fr;gap:70px}.about p{color:#a9bac9;font-size:18px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.stats div{background:#101d2d;border:1px solid #253b53;border-radius:16px;padding:22px}.stats b,.stats span{display:block}.stats b{font-size:25px}.stats span{color:#8ea2b6;font-size:13px}.dark{background:#070e18}.contact{display:flex;justify-content:space-between;align-items:center;gap:30px}.contactBtns{display:flex;gap:12px;flex-wrap:wrap}.cart{display:none;position:fixed;inset:0;background:#0009;z-index:50}.cart.open{display:block}.cartPanel{position:absolute;right:0;top:0;height:100%;width:min(430px,100%);background:#0e1928;border-left:1px solid #30465e;padding:28px;overflow:auto}.close{float:right;background:none;border:0;color:white;font-size:32px;cursor:pointer}.cartRow{display:flex;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid #263a50}.remove{background:none;border:0;color:#70e2d6;cursor:pointer}.total{display:flex;justify-content:space-between;font-size:20px;padding:22px 0}.full{width:100%}.note{color:#8094a8;font-size:12px}footer{border-top:1px solid #203047;padding:24px 0;color:#7f93a8}.foot{display:flex;justify-content:space-between;gap:20px;font-size:13px}@media(max-width:900px){.products{grid-template-columns:repeat(2,1fr)}.heroGrid,.customGrid,.about{grid-template-columns:1fr}.nav nav{display:none}.menu{display:block}.sectionHead{display:block}.contact{display:block}.contactBtns{margin-top:25px}}@media(max-width:520px){.products{grid-template-columns:1fr}.hero{padding-top:55px}.hero h1{font-size:52px}.section{padding:60px 0}.brand img{width:190px}.stats{grid-template-columns:1fr}.foot{display:block}.foot span{display:block;margin:5px 0}}