:root{color-scheme:dark;color:#e6f7ff;background:#05070b;font-family:Rubik,Inter,poppins}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top,rgba(0,255,162,.12),transparent 28%),radial-gradient(circle at bottom right,rgba(0,184,255,.16),transparent 26%),#05070b}.page{max-width:1200px;margin:0 auto;padding:32px 24px 64px}header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 0}.brand{display:flex;align-items:center;gap:12px;font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase;color:#7cffcb}.brand span{display:inline-flex;width:14px;height:14px;border-radius:999px;background:linear-gradient(135deg,#00ffe1,#1bb7ff)}nav{display:flex;align-items:center;gap:20px;font-size:.95rem}nav a{color:#c8d8e8;text-decoration:none;transition:color .2s ease}nav a:hover{color:#7cffcb}.hero{display:grid;gap:32px;padding:80px 0 48px}.hero-copy{max-width:620px}.hero-copy small{color:#7cffcb;letter-spacing:.18em;text-transform:uppercase}.hero-copy h1{margin:18px 0;font-size:clamp(2.8rem,5vw,4.8rem);line-height:.95}.hero-copy p{margin:20px 0;color:#c8d8e8;line-height:1.8;max-width:620px}.hero-actions{display:flex;flex-wrap:wrap;gap:16px}.btn,.btn-secondary{border:none;border-radius:999px;padding:14px 26px;font-weight:700;cursor:pointer}.btn{background:linear-gradient(135deg,#00ffe1,#1bb7ff);color:#05070b}.btn-secondary{background:#ffffff0d;color:#e6f7ff;border:1px solid rgba(255,255,255,.12)}.hero-stats{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px}.stat-card{border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:20px;background:#ffffff05}.stat-card strong{display:block;font-size:1.55rem;margin-bottom:8px}.hero-visual{min-height:420px;border-radius:32px;overflow:hidden;background:linear-gradient(180deg,#071b35e6,#030810f5);border:1px solid rgba(255,255,255,.08);position:relative}.hero-visual:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(0,255,255,.18),transparent 20%),radial-gradient(circle at 30% 90%,rgba(124,255,203,.14),transparent 18%);pointer-events:none}.visual-panel{position:absolute;inset:0;display:grid;place-items:center;padding:40px}.visual-panel h2{margin:0;font-size:2rem;color:#7cffcb;text-transform:uppercase;letter-spacing:.16em}.visual-panel p{margin:18px 0 0;max-width:420px;color:#c8d8e8;text-align:center;line-height:1.7}.products,.features,.categories{margin-top:56px}.category-grid{display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr))}.category-card{display:grid;grid-template-columns:56px 1fr;gap:18px;border-radius:28px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:24px;text-decoration:none;color:inherit;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.category-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:20px;background:#7cffcb1f;font-size:1.7rem}.category-card:hover{transform:translateY(-4px);border-color:#7cffcb66;box-shadow:0 20px 60px #0000001f}.category-card h3{margin:0 0 12px;font-size:1.3rem}.category-card p{margin:0;color:#c8d8e8;line-height:1.75}.category-hero{margin-bottom:24px}.category-hero small{color:#7cffcb;letter-spacing:.18em;text-transform:uppercase}.category-hero h1{margin:16px 0 12px;font-size:clamp(2rem,4vw,3.6rem)}.category-description{margin:0;color:#c8d8e8;line-height:1.75;max-width:800px}.category-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.category-meta span{padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#c8d8e8}.category-back{display:inline-flex;margin-bottom:18px;color:#7cffcb;text-decoration:none;font-weight:700}.section-title{display:flex;align-items:center;gap:12px;margin-bottom:24px}.section-title small{color:#7cffcb;letter-spacing:.2em;text-transform:uppercase}.section-title h2{margin:0;font-size:2.1rem}.product-grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.product-card{border-radius:28px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);padding:24px;display:flex;flex-direction:column;justify-content:space-between}.product-card-content{display:grid;gap:20px}.product-card h3{margin:0 0 12px;font-size:1.35rem}.product-card p{margin:0;color:#c8d8e8;line-height:1.75}.product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.product-card-footer span{display:inline-flex;font-weight:700;color:#7cffcb}.btn-small{min-width:160px;padding:12px 18px;font-size:.95rem}.feature-list{display:grid;gap:16px}.feature-item{display:grid;grid-template-columns:30px minmax(0,1fr);gap:14px;align-items:start;padding:18px 20px;border-radius:20px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);min-width:0}.feature-item div{width:auto;height:30px;border-radius:50%;display:grid;place-items:center;color:#7cffcb}.feature-content{width:max-content}.feature-item p{margin:0;overflow-wrap:break-word}footer{margin-top:64px;padding-top:28px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;color:#8ca4b3;font-size:.95rem}@media(max-width:860px){header,.hero{grid-template-columns:1fr}.hero{padding:48px 0 32px}.hero-stats,.category-grid{grid-template-columns:1fr}}
