:root{--red:#b40f34;--red2:#dc123d;--blue:#17496e;--ink:#111522;--muted:#667085;--bg:#f7f9fc;--white:#fff;--line:#e9edf3;--uv:#34dcff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px clamp(18px,5vw,70px);background:rgba(255,255,255,.86);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand img{width:168px;display:block}nav{display:flex;gap:22px;font-weight:800;color:#25324a}nav a:hover{color:var(--red)}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:15px 22px;background:linear-gradient(135deg,var(--red),var(--red2));color:#fff;font-weight:900;box-shadow:0 18px 34px rgba(180,15,52,.24);transition:.2s}.btn:hover{transform:translateY(-2px)}.btn.small{padding:11px 16px}.btn.ghost{background:#fff;color:var(--blue);box-shadow:inset 0 0 0 2px var(--line)}.hero{min-height:760px;display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:28px;padding:70px clamp(18px,5vw,80px);overflow:hidden;background:radial-gradient(circle at 77% 38%,rgba(52,220,255,.25),transparent 30%),linear-gradient(120deg,#fff 0%,#f8fbff 55%,#edf7ff 100%)}.eyebrow{margin:0 0 12px;color:var(--red);font-weight:900;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.hero h1,.sectionTitle h2,.uvText h2,.contact h2{margin:0;line-height:.98;letter-spacing:-.055em;font-size:clamp(2.6rem,7vw,6rem)}.lead{font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.7;color:#4a5568;max-width:680px}.heroActions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}.badges{display:flex;gap:10px;flex-wrap:wrap}.badges span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 14px;font-weight:900;color:var(--blue)}.heroImage{position:relative;display:grid;place-items:center;min-height:560px}.heroImage img{position:relative;z-index:2;max-height:670px;max-width:96%;filter:drop-shadow(0 35px 45px rgba(16,24,40,.18))}.glow{position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle,rgba(52,220,255,.42),rgba(52,220,255,.06) 48%,transparent 70%);filter:blur(4px)}.strip{display:grid;grid-template-columns:repeat(3,1fr);margin:-45px clamp(18px,5vw,80px) 70px;position:relative;z-index:4;background:#111827;color:#fff;border-radius:28px;overflow:hidden;box-shadow:0 25px 55px rgba(17,24,39,.18)}.strip div{padding:28px;border-right:1px solid rgba(255,255,255,.1)}.strip div:last-child{border-right:0}.strip strong{display:block;font-size:1.1rem;margin-bottom:6px}.strip span{color:#cbd5e1}.product,.uvSection,.steps,.contact{padding:80px clamp(18px,5vw,80px)}.sectionTitle{text-align:center;margin-bottom:34px}.sectionTitle h2{font-size:clamp(2.2rem,5vw,4.4rem)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:28px;box-shadow:0 18px 45px rgba(16,24,40,.08)}.labelCard{display:grid;place-items:center}.labelCard img{width:100%;max-width:760px}.infoCard h3{font-size:2rem;margin:0 0 18px}.infoCard ul{list-style:none;padding:0;margin:0 0 26px}.infoCard li{padding:15px 0;border-bottom:1px solid var(--line);font-size:1.05rem}.uvSection{background:#08111f;color:#fff;display:grid;grid-template-columns:.85fr 1.15fr;gap:30px;align-items:center}.uvText p:not(.eyebrow){font-size:1.15rem;line-height:1.75;color:#d4e4f4}.uvText .eyebrow{color:var(--uv)}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:18px}.gallery img{width:100%;height:430px;object-fit:cover;border-radius:28px;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 55px rgba(52,220,255,.16)}.stepGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stepGrid article{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px}.stepGrid span{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:var(--blue);color:#fff;font-weight:900}.stepGrid h3{font-size:1.35rem;margin:18px 0 8px}.stepGrid p{line-height:1.6;color:var(--muted)}.contact{display:grid;grid-template-columns:1fr .8fr;gap:24px;align-items:center;background:#fff}.contact h2{font-size:clamp(2.4rem,5vw,4.8rem)}.contact p{font-size:1.12rem;line-height:1.75;color:#566174}.contactCard{display:grid;gap:14px;background:#f8fafc;border:1px solid var(--line);border-radius:30px;padding:28px}.contactCard a{font-size:1.2rem;font-weight:900;color:var(--blue);padding:16px;border-radius:18px;background:#fff}.contactCard .phone{background:linear-gradient(135deg,#10b981,#059669);color:#fff}footer{text-align:center;padding:28px;color:#667085}.floatWA{position:fixed;right:22px;bottom:22px;z-index:30;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;font-size:2rem;font-weight:900;box-shadow:0 18px 34px rgba(37,211,102,.34)}@media(max-width:900px){nav{display:none}.hero,.grid2,.uvSection,.contact{grid-template-columns:1fr}.hero{padding-top:44px}.heroImage{min-height:auto}.heroImage img{max-height:520px}.strip,.stepGrid{grid-template-columns:1fr}.strip{margin-top:0}.gallery{grid-template-columns:1fr}.gallery img{height:auto}.topbar{gap:10px}.brand img{width:135px}}@media(max-width:520px){.hero h1{font-size:2.8rem}.heroActions .btn{width:100%}.product,.uvSection,.steps,.contact{padding-block:54px}.card{padding:18px}.topbar .small{display:none}}
