@font-face { font-family:"ITC Bauhaus"; src:url("../itc-bauhaus-medium.otf") format("opentype"); font-display:swap; }
:root { --ink:#050811; --surface:#0c1425; --panel:#0f172a; --line:rgba(96,165,250,.17); --blue:#2563eb; --electric:#60a5fa; --text:#f8fbff; --muted:#94a3b8; --curve:cubic-bezier(.32,.72,0,1); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; background:linear-gradient(145deg,#050811 0%,#08162f 38%,#102c61 69%,#061126 100%) fixed; }
body { margin:0; color:var(--text); background:transparent; font-family:"Plus Jakarta Sans",sans-serif; overflow-x:hidden; }
.site-background-video { position:fixed; inset:0; z-index:-2; width:100%; height:100%; object-fit:cover; pointer-events:none; }
body::before { content:""; position:fixed; inset:0; pointer-events:none; z-index:-1; background:transparent; }
a { color:inherit; text-decoration:none; } .wrap { width:min(1160px,calc(100% - 40px)); margin:auto; }
.nav { position:relative; z-index:5; padding:18px 0; background:linear-gradient(180deg,#101d35 0%,#0b1426 100%); border-bottom:1px solid rgba(96,165,250,.3); box-shadow:0 16px 45px rgba(0,0,0,.22); }
.nav-inner { display:flex; align-items:center; justify-content:space-between; min-height:88px; padding:7px 18px 7px 10px; border:1px solid rgba(147,197,253,.28); border-radius:24px; background:linear-gradient(110deg,rgba(24,43,76,.94),rgba(9,17,33,.96)); box-shadow:inset 0 1px rgba(255,255,255,.1),0 10px 30px rgba(0,0,0,.18); }
.brand { display:flex; align-items:center; gap:15px; font-family:"Space Grotesk"; font-weight:700; }.brand-logo{width:78px;height:78px;padding:3px;border:1px solid rgba(147,197,253,.55);border-radius:18px;background:white;object-fit:contain;box-shadow:0 0 24px rgba(59,130,246,.22)}.brand-name{display:grid;color:#f8fbff;font-family:"ITC Bauhaus","Space Grotesk",sans-serif;font-size:50px;font-weight:500;line-height:.67;letter-spacing:-.065em;white-space:nowrap;text-shadow:0 0 22px rgba(96,165,250,.25)}.brand-name small{margin-top:13px;color:#a9cfff;font:700 9px "Plus Jakarta Sans";letter-spacing:.2em}.footer-brand .brand-logo{width:42px;height:42px;border-radius:11px}.footer-brand .brand-name{font-size:20px}.footer-brand .brand-name small{margin-top:5px;font-size:5px}
.links { display:flex; gap:18px; margin-left:auto; color:#aebfd5; font-size:10px; font-weight:700; letter-spacing:.04em; }.links a:hover{color:white}.nav-actions{display:flex;align-items:center;gap:17px;margin-left:30px;font-size:12px}.login{color:#cbd5e1}.nav-toggle{display:none}
.button { display:inline-flex; align-items:center; gap:13px; padding:7px 8px 7px 18px; border:0; border-radius:999px; color:white; background:var(--blue); font:700 12px "Plus Jakarta Sans"; cursor:pointer; transition:transform .55s var(--curve),box-shadow .55s var(--curve),background .55s var(--curve); }.button:hover{background:#3476f4;box-shadow:0 0 30px rgba(37,99,235,.48);transform:translateY(-2px)}.button:active{transform:scale(.98)}.button i{display:grid;place-items:center;width:29px;height:29px;border-radius:50%;font-style:normal;background:rgba(255,255,255,.16);font-size:16px;transition:transform .55s var(--curve)}.button:hover i{transform:translate(2px,-1px) scale(1.08)}
.hero { min-height:610px; display:grid; grid-template-columns:1.03fr .97fr; align-items:center; gap:35px; padding:68px 0 76px; }.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid var(--line);border-radius:99px;color:#bbd5ff;background:rgba(37,99,235,.07);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.pulse{width:6px;height:6px;border-radius:50%;background:#60a5fa;box-shadow:0 0 13px 3px #3b82f6}
h1,h2,h3,p{margin-top:0}h1,h2{font-family:"Space Grotesk",sans-serif;letter-spacing:-.065em}h1{max-width:650px;margin:20px 0 20px;font-size:clamp(42px,5.3vw,74px);line-height:.99}h1 .gradient,h2 .gradient{background:linear-gradient(90deg,#3b82f6,#93c5fd);background-clip:text;color:transparent} .lead{max-width:600px;color:var(--muted);font-size:15px;line-height:1.8}
.hero-actions{display:flex;align-items:center;gap:16px;margin:30px 0}.sample{padding-left:17px;border-left:1px solid var(--line);font-size:11px;color:var(--muted);line-height:1.6}.sample strong{display:block;color:white;font-size:13px}.checks{display:flex;flex-wrap:wrap;gap:10px 17px;color:#b7c7dc;font-size:11px;font-weight:600}.checks span{display:flex;align-items:center;gap:5px}.tick{color:#75aaff}
.product-stage{position:relative;min-height:500px;display:grid;place-items:center}.product-glow{position:absolute;width:350px;height:350px;border-radius:50%;background:#1d4ed8;filter:blur(105px);opacity:.35}.product-stage .bezel{width:min(100%,430px);transform:rotate(4deg);transition:transform .7s var(--curve),box-shadow .7s var(--curve);box-shadow:inset 0 1px rgba(255,255,255,.12),0 24px 55px rgba(2,12,35,.3)}.product-stage .bezel:hover{transform:rotate(0deg) translateY(-7px);box-shadow:inset 0 1px rgba(255,255,255,.15),0 32px 70px rgba(2,12,35,.4)}.bezel{position:relative;padding:9px;border:1px solid rgba(147,197,253,.2);border-radius:34px;background:rgba(30,58,138,.13);box-shadow:inset 0 1px rgba(255,255,255,.08)}.product-frame{width:100%;overflow:hidden;border-radius:27px;background:#0d1627}.product-frame img{display:block;width:100%;aspect-ratio:1;object-fit:cover;mix-blend-mode:screen}.product-frame.has-fallback{aspect-ratio:1;display:grid;place-items:center;background:radial-gradient(circle,rgba(37,99,235,.45),transparent 40%),linear-gradient(135deg,#0d1627,#132544)}.product-frame.has-fallback::after{content:"Mini Fan\A Newstrong";white-space:pre;text-align:center;color:#75aaff;font:700 23px/1.25 "Space Grotesk";letter-spacing:-.04em}.cert{position:absolute;padding:10px 13px;border:1px solid rgba(147,197,253,.25);border-radius:15px;background:rgba(9,16,31,.9);box-shadow:0 12px 40px rgba(0,0,0,.2);font-size:10px;font-weight:800;letter-spacing:.08em}.cert small{display:block;margin-top:3px;color:var(--muted);font-size:8px;font-weight:600;letter-spacing:0}.c1{top:12%;left:0}.c2{right:-3%;top:35%}.c3{bottom:12%;left:4%}
section{padding:64px 0}.section-head{max-width:650px;margin-bottom:36px}.section-head h2{margin:15px 0;font-size:clamp(31px,4vw,52px);line-height:1.06}.section-head p{color:var(--muted);font-size:14px;line-height:1.7}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.shell{padding:1px;border-radius:25px;background:rgba(96,165,250,.17);transition:transform .65s var(--curve),background .65s var(--curve)}.shell:hover{transform:translateY(-8px);background:rgba(147,197,253,.55)}.card{height:100%;padding:12px 12px 24px;border-radius:24px;background:#0f172a;box-shadow:inset 0 1px rgba(255,255,255,.06)}.product-card-image{display:block;width:100%;aspect-ratio:1;object-fit:cover;margin-bottom:23px;border-radius:16px;background:#0c1425}.card h3{margin:0 12px 10px;font:700 17px "Space Grotesk";letter-spacing:-.04em}.card p{margin:0 12px;color:var(--muted);font-size:12px;line-height:1.7}
.tech{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:74px}.visual{position:relative}.visual img{display:block;width:100%;border-radius:26px;filter:saturate(.9)}.tech-copy h2{margin:16px 0 27px;font-size:clamp(31px,3.7vw,49px);line-height:1.06}.tech-copy p{color:var(--muted);font-size:14px;line-height:1.8}.tech-copy p:last-child{margin-bottom:0}
.standards{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:80px}.standards h2{margin:16px 0 22px;font-size:clamp(31px,3.8vw,50px);line-height:1.06}.standards-copy>p{color:var(--muted);font-size:14px;line-height:1.8}.standard-detail{padding:17px 0;border-top:1px solid rgba(147,197,253,.18)}.standard-detail:first-of-type{margin-top:28px}.standard-detail h3{margin-bottom:6px;color:#d8e9ff;font:700 14px "Space Grotesk";letter-spacing:-.03em}.standard-detail p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}.certification-mosaic{position:relative;min-height:505px}.certification-mosaic figure{margin:0;padding:10px;border:1px solid rgba(147,197,253,.27);border-radius:30px;background:rgba(15,23,42,.77);box-shadow:inset 0 1px rgba(255,255,255,.09),0 20px 50px rgba(3,10,27,.2)}.certification-mosaic img{display:block;width:100%;object-fit:cover;border-radius:21px}.certification-mosaic figcaption{padding:13px 8px 3px;color:#b8d3f7;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.certification-ul{position:absolute;top:0;left:4%;width:63%;transform:rotate(-3deg)}.certification-rohs{position:absolute;right:0;bottom:0;width:48%;transform:rotate(4deg)}
.trust{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center}.trust h2{font-size:clamp(32px,4vw,51px);line-height:1.05}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:38px}.metric strong{display:block;font:700 clamp(23px,3vw,35px) "Space Grotesk";letter-spacing:-.07em;color:#83b5ff}.metric span{color:var(--muted);font-size:10px;line-height:1.4}.quote .card{padding:34px}.stars{color:#76adff;letter-spacing:3px;font-size:14px}.quote blockquote{margin:22px 0 26px;font:500 20px/1.48 "Space Grotesk";letter-spacing:-.035em}.person{color:var(--muted);font-size:11px}.person strong{display:block;color:white;margin-bottom:4px}
.cta-shell{padding:1px;border-radius:32px;background:linear-gradient(110deg,rgba(96,165,250,.62),rgba(37,99,235,.06),rgba(96,165,250,.32))}.final-cta{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:47px 52px;border-radius:31px;background:radial-gradient(circle at 90% 20%,rgba(37,99,235,.23),transparent 19rem),#0c1528}.final-cta h2{max-width:670px;margin:12px 0 0;font-size:clamp(27px,3.3vw,43px);line-height:1.08}.final-action{flex:0 0 auto}.final-action p{margin-bottom:13px;color:#b8cae2;font-size:11px}.final-action p strong{display:block;color:white;font-size:15px}
footer{padding:84px 0 35px;border-top:1px solid rgba(147,197,253,.2);background:linear-gradient(180deg,rgba(6,17,38,.08),rgba(3,8,19,.48))}.footer-center{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-brand{gap:18px}.footer-brand .brand-logo{width:82px;height:82px;border-radius:20px}.footer-brand .brand-name{font-size:42px;line-height:.76}.footer-brand .brand-name small{margin-top:11px;font-size:7px}.footer-description{max-width:460px;margin:25px 0 19px;color:var(--muted);font-size:12px;line-height:1.7}address{font-style:normal}address a{color:#d3e5ff;font-size:13px;line-height:1.7}.footer-phones{display:flex;align-items:center;gap:15px;margin-top:18px}.footer-phones a{color:#9ec5ff;font-size:12px;font-weight:700}.footer-phones span{width:4px;height:4px;border-radius:50%;background:#3b82f6}.copyright{width:100%;margin-top:52px;padding-top:19px;border-top:1px solid rgba(147,197,253,.16);color:#65748a;font-size:10px}
.hero>.reveal:first-child,.section-head,.tech-copy,.standards-copy{padding:24px 28px;border:1px solid rgba(147,197,253,.16);border-radius:22px;background:rgba(5,8,17,.55);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);box-shadow:0 12px 40px rgba(0,0,0,.18)}
.reveal{opacity:0;transform:translateY(28px);filter:blur(7px);transition:opacity .9s var(--curve),transform .9s var(--curve),filter .9s var(--curve)}.reveal.show{opacity:1;transform:none;filter:none}
@media(prefers-reduced-motion:reduce){.site-background-video{display:none}}
@media(max-width:820px){.links,.nav-actions{display:none}.nav-toggle{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:50%;color:white;background:rgba(37,99,235,.17);cursor:pointer}.nav-toggle span{display:block;width:15px;height:1px;margin:3px;background:currentColor;transition:transform .4s var(--curve)}.nav.open .nav-toggle span:first-child{transform:translateY(4px) rotate(45deg)}.nav.open .nav-toggle span:last-child{transform:translateY(-4px) rotate(-45deg)}.nav.open .nav-toggle span:nth-child(2){opacity:0}.nav.open .links{position:absolute;top:100px;left:0;right:0;display:flex;flex-direction:column;gap:19px;padding:25px;border:1px solid var(--line);border-radius:22px;background:#0a1120;box-shadow:0 20px 50px rgba(0,0,0,.25)}.hero,.tech,.standards,.trust{grid-template-columns:1fr;gap:45px}.hero{padding-top:62px}.product-stage{min-height:400px}.product-grid{grid-template-columns:repeat(2,1fr)}.final-cta{padding:34px;align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:repeat(2,1fr)} }
@media(max-width:520px){.wrap{width:min(100% - 32px,1160px)}.nav{padding:12px 0}.nav-inner{justify-content:center;min-height:91px;padding:7px}.nav .links,.nav-toggle{display:none}.nav .nav-actions{display:flex;position:fixed;right:18px;bottom:18px;z-index:6;margin:0}.nav .nav-actions .button{padding-left:15px;box-shadow:0 12px 28px rgba(3,20,58,.5)}.catalog-page-button{display:none}.brand{gap:12px}.brand-logo{width:68px;height:68px;border-radius:16px}.brand-name{font-size:35px;line-height:.68}.brand-name small{margin-top:10px;font-size:6px;letter-spacing:.16em}section{padding:56px 0}.hero{padding:45px 0 72px}.hero-actions{align-items:flex-start;flex-direction:column}.checks{display:grid;gap:9px}.product-grid,.metrics{grid-template-columns:1fr}.product-grid{gap:22px;padding-bottom:36px}.product-grid .shell{position:sticky;top:112px}.product-grid .shell:nth-child(1){z-index:1}.product-grid .shell:nth-child(2){top:126px;z-index:2}.product-grid .shell:nth-child(3){top:140px;z-index:3}.product-grid .shell:nth-child(4){top:154px;z-index:4}.product-stage{min-height:330px}.product-stage .bezel{width:min(100%,330px);transform:rotate(2deg)}.cert{padding:8px 10px}.c2{right:-2%}.tech{gap:42px}.certification-mosaic{min-height:390px}.certification-ul{width:66%;left:0}.certification-rohs{width:53%}.final-cta{padding:28px}.quote .card{padding:27px}footer{padding-top:66px}.footer-brand{gap:13px}.footer-brand .brand-logo{width:66px;height:66px}.footer-brand .brand-name{font-size:33px}.footer-phones{flex-direction:column;gap:9px}.footer-phones span{display:none}}
