:root{--bg:#f5f9fc;--surface:#ffffff;--ink:#0b1f33;--ink-2:#3f5266;--muted:#7c8ea0;--line:#e4edf4;--line-2:#d3e2ee;--ice-1:#38bdf8;--ice-2:#0ea5e9;--ice-3:#0369a1;--frost:#e8f6ff;--deep:#082f49;--promo:#e11d48;--promo-soft:#fff1f4;--ok:#059669;--gold:#f59e0b;--grad-ice:linear-gradient(135deg,#38bdf8,#0ea5e9 55%,#0369a1);--shadow-sm:0 1px 2px rgba(8,47,73,0.06),0 1px 3px rgba(8,47,73,0.05);--shadow-md:0 6px 20px -6px rgba(8,47,73,0.18);--shadow-lg:0 24px 60px -18px rgba(8,47,73,0.28);--radius:16px;--ease:cubic-bezier(0.22,1,0.36,1);--container:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-body),system-ui,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display),system-ui,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.05;margin:0;color:var(--ink)}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:15px;border:none;border-radius:999px;padding:13px 24px;transition:transform .15s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease);white-space:nowrap}.btn-primary{background:var(--grad-ice);color:#fff;box-shadow:0 8px 20px -8px rgba(14,165,233,.7)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px -8px rgba(14,165,233,.8)}.btn-primary:active{transform:translateY(0)}.btn-ghost{background:var(--surface);color:var(--ink);border:1px solid var(--line-2)}.btn-ghost:hover{border-color:var(--ice-2);color:var(--ice-3)}.btn-block{width:100%}.btn-lg{padding:16px 30px;font-size:16px}.badge-promo{background:var(--promo);color:#fff;font-weight:700;font-size:12px;padding:4px 9px;border-radius:8px;letter-spacing:.02em}.pill-stock{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:var(--ok)}.pill-stock:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--ok);box-shadow:0 0 0 3px rgba(5,150,105,.15)}.eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;color:var(--ice-2)}.rating{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;color:var(--ink-2)}.rating .star{color:var(--gold)}.price{display:flex;align-items:baseline;gap:8px}.price-now{font-family:var(--font-display);font-weight:700;font-size:22px;color:var(--ink);letter-spacing:-.02em}.price-was{font-size:14px;color:var(--muted);text-decoration:line-through}.reveal{opacity:0;transform:translateY(22px)}html.js .reveal{transition:opacity .7s var(--ease),transform .7s var(--ease)}html.js .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}.topbar{background:var(--deep);color:#cbe7f7;font-size:13px}.topbar-inner{display:flex;justify-content:space-between;align-items:center;height:38px}.topbar-promo{font-weight:600;color:#fff}.header{position:-webkit-sticky;position:sticky;top:0;z-index:40;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:72px}.logo{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-logo),var(--font-body);font-weight:600;font-size:22px;letter-spacing:-.01em;color:var(--ink)}.logo-accent,.logo-dot{color:var(--ice-2)}.mainnav{display:flex;gap:26px;margin-left:auto}.mainnav-link{font-size:14.5px;font-weight:600;color:var(--ink-2);position:relative;padding:4px 0;transition:color .15s var(--ease)}.mainnav-link:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--grad-ice);border-radius:2px;transition:width .2s var(--ease)}.mainnav-link:hover{color:var(--ice-3)}.mainnav-link:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:12px}.header-phone{display:none;font-size:18px;width:42px;height:42px}.cart-btn,.header-phone{align-items:center;justify-content:center;border:1px solid var(--line-2);border-radius:12px}.cart-btn{position:relative;display:inline-flex;background:var(--frost);width:46px;height:46px;color:var(--ice-3);transition:transform .15s var(--ease),border-color .15s var(--ease),color .15s var(--ease)}.cart-btn:hover{transform:translateY(-1px);border-color:var(--ice-2)}.cart-count{position:absolute;top:-7px;right:-7px;min-width:20px;height:20px;padding:0 5px;background:var(--promo);color:#fff;font-size:11px;font-weight:700;border-radius:999px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(225,29,72,.4)}.trustbar{background:#fff;border-bottom:1px solid var(--line)}.trustbar-inner{display:flex;justify-content:center;gap:34px;height:46px;align-items:center;flex-wrap:wrap}.trustbar-item{font-size:13px;font-weight:600;color:var(--ink-2);display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.burger{display:none;flex-direction:column;justify-content:center;gap:4px;width:42px;height:42px;background:var(--frost);border:1px solid var(--line-2);border-radius:10px;padding:0 11px}.burger span{display:block;height:2px;background:var(--ink);border-radius:2px;transition:transform .2s var(--ease),opacity .2s var(--ease)}.burger[aria-expanded=true] span:first-child{transform:translateY(6px) rotate(45deg)}.burger[aria-expanded=true] span:nth-child(2){opacity:0}.burger[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;border-top:1px solid var(--line);max-height:0;overflow:hidden;transition:max-height .28s var(--ease)}.mobile-menu.open{max-height:380px}.mobile-menu-link{padding:15px 24px;font-size:15px;font-weight:600;color:var(--ink);border-bottom:1px solid var(--line)}.mobile-menu-phone{padding:15px 24px;font-weight:700;color:var(--ice-3)}.hero{position:relative;background:linear-gradient(180deg,#eaf6ff 0,var(--bg) 100%);overflow:hidden}.hero-glow{position:absolute;top:-180px;right:-120px;width:640px;height:640px;background:radial-gradient(circle at center,rgba(56,189,248,.35),transparent 62%);pointer-events:none}.hero-inner{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:48px;gap:48px;align-items:center;padding:68px 24px 56px;position:relative}.hero-title{font-size:clamp(40px,6vw,68px);margin:18px 0;font-weight:800}.hero-title-accent{background:var(--grad-ice);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-sub{font-size:17px;color:var(--ink-2);max-width:520px;line-height:1.65}.hero-cta{display:flex;gap:14px;margin:28px 0 22px;flex-wrap:wrap}.hero-proof{font-size:14px;color:var(--ink-2);display:flex;align-items:center;gap:8px}.hero-proof .star{color:var(--gold);letter-spacing:1px}.hero-cards{position:relative;height:400px}.hero-card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow-lg);width:250px}.hero-card-0{top:20px;right:40px;animation:floaty 7s var(--ease) infinite}.hero-card-1{bottom:20px;left:0;animation:floaty 8s var(--ease) infinite reverse}.hero-card-name{font-weight:700;font-family:var(--font-display);margin:10px 0 8px;font-size:16px}.hero-badge-float{position:absolute;top:190px;right:0;background:var(--deep);color:#fff;font-weight:700;font-size:14px;padding:10px 16px;border-radius:12px;box-shadow:var(--shadow-md);animation:floaty 6s var(--ease) infinite}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.hero-strip{border-top:1px solid var(--line);background:rgba(255,255,255,.6)}.hero-strip-inner{display:flex;gap:16px;align-items:center;justify-content:center;height:52px;flex-wrap:wrap;font-size:13.5px;font-weight:600;color:var(--ink-2)}.hero-strip-inner i{color:var(--ice-1);font-style:normal}.section{padding:74px 0}.section-alt{background:linear-gradient(180deg,#fff,#f2f9fe)}.section-brands{padding:48px 0 80px}.section-head{margin-bottom:36px}.section-head h2{font-size:clamp(28px,4vw,40px);margin-top:10px}.section-head.center{text-align:center}.section-head.row{display:flex;justify-content:space-between;align-items:flex-end}.section-link{font-weight:700;color:var(--ice-3);white-space:nowrap}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.cat-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s var(--ease);display:flex;flex-direction:column;min-height:190px}.cat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--line-2)}.cat-card-count{font-size:12px;font-weight:700;color:var(--ice-2);text-transform:uppercase;letter-spacing:.08em}.cat-card h3{font-size:19px;margin:10px 0 8px}.cat-card p{font-size:14px;color:var(--ink-2);flex:1 1}.cat-card-arrow{margin-top:14px;font-weight:700;color:var(--ice-3);font-size:14px}.prod-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.pcard{background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .18s var(--ease),border-color .18s var(--ease)}.pcard:hover{box-shadow:0 10px 30px -12px rgba(8,47,73,.22);border-color:var(--line-2)}.pcard-media{position:relative;display:block;aspect-ratio:1;background:#fff;padding:14px}.pcard-img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.pcard-badge{top:0;left:0;background:var(--promo);color:#fff;font-weight:800;font-size:13px;padding:5px 11px;border-radius:10px 0 12px 0;letter-spacing:-.01em;box-shadow:0 3px 8px rgba(225,29,72,.3)}.pcard-badge,.pcard-stock{position:absolute;z-index:2}.pcard-stock{top:10px;right:10px;font-size:10.5px;font-weight:700;color:var(--ok);background:rgba(5,150,105,.1);padding:3px 8px;border-radius:999px}.pcard-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:7px;flex:1 1;border-top:1px solid var(--line)}.pcard-brand{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.pcard-title{font-weight:600;font-size:14px;line-height:1.35;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.pcard-color{color:var(--muted);font-weight:500}.pcard-stars{display:inline-flex;align-items:center;gap:1px;font-size:12px}.pcard-stars .on{color:var(--gold)}.pcard-stars .off{color:#d9e3ec}.pcard-rating-num{margin-left:5px;font-size:11.5px;color:var(--muted);font-weight:600}.pcard-pricing{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-top:2px}.pcard-price-now{font-family:var(--font-display);font-weight:800;font-size:21px;color:var(--promo);letter-spacing:-.02em}.pcard-price-was{font-size:13px;color:var(--muted);text-decoration:line-through}.pcard-save{font-size:11px;font-weight:800;color:var(--promo);background:var(--promo-soft);padding:2px 7px;border-radius:6px}.pcard-ship{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:2px;padding:6px 8px;background:#ecfdf5;border-radius:7px;font-size:11.5px}.pcard-ship-fast{color:#047857;font-weight:700}.pcard-ship-stock{color:#059669;font-weight:600;white-space:nowrap}.pcard-add{margin-top:8px;width:100%;border:none;border-radius:8px;padding:11px 14px;font-family:inherit;font-weight:700;font-size:14px;color:#fff;background:var(--ice-3);transition:background .15s var(--ease)}.pcard-add:hover{background:var(--deep)}.buybox-add.is-added,.pcard-add.is-added{background:var(--ok)!important;color:#fff!important;border-color:var(--ok)!important}.promo-banner{background:var(--grad-ice);border-radius:24px;padding:40px;display:grid;grid-template-columns:1fr 2fr;grid-gap:34px;gap:34px;align-items:center;box-shadow:var(--shadow-lg)}.promo-banner h2{font-size:clamp(24px,3vw,34px);margin-top:8px}.promo-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.promo-item{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);border-radius:14px;padding:16px;color:#fff;display:flex;flex-direction:column;gap:8px;transition:background .2s var(--ease),transform .2s var(--ease)}.promo-item:hover{background:rgba(255,255,255,.25);transform:translateY(-3px)}.promo-item-name{font-weight:700;font-size:14px;line-height:1.3}.promo-item-save{font-size:13px;font-weight:600;opacity:.9}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.why-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px}.why-ico{font-size:26px;display:inline-block;margin-bottom:12px}.why-card h3{font-size:18px;margin-bottom:8px}.why-card p{font-size:14.5px;color:var(--ink-2)}.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.testi-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px;margin:0}.testi-card .star{color:var(--gold);letter-spacing:2px}.testi-card blockquote{margin:14px 0;font-size:16px;line-height:1.6;color:var(--ink)}.testi-card figcaption{font-size:14px;color:var(--ink-2)}.brands-label{text-align:center;color:var(--muted);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;margin-bottom:22px}.brands-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.brand-chip{background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 22px;font-weight:700;color:var(--ink-2);font-size:15px}.reviews{margin-top:56px;border-top:1px solid var(--line);padding-top:40px}.reviews-head h2{font-size:26px;margin-bottom:20px}.reviews-summary{display:grid;grid-template-columns:auto 1fr;grid-gap:40px;gap:40px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px 28px;margin-bottom:24px}.reviews-score{display:flex;flex-direction:column;align-items:center;gap:4px;padding-right:40px;border-right:1px solid var(--line)}.reviews-score strong{font-family:var(--font-display);font-size:48px;font-weight:800;line-height:1;color:var(--ink)}.reviews-count{font-size:12.5px;color:var(--muted);margin-top:2px}.rev-stars .on{color:var(--gold)}.rev-stars .off{color:#d9e3ec}.rev-stars{font-size:15px;letter-spacing:1px}.reviews-bars{display:flex;flex-direction:column;gap:6px}.reviews-bar{display:grid;grid-template-columns:28px 1fr 38px;align-items:center;grid-gap:10px;gap:10px;font-size:12px;color:var(--muted);width:100%;background:none;border:none;padding:3px 6px;border-radius:6px;cursor:pointer;transition:background .12s var(--ease)}.reviews-bar:hover{background:var(--frost)}.reviews-bar.active{background:#e8f6ff}.reviews-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.reviews-filters{display:flex;gap:6px;flex-wrap:wrap}.reviews-filters button{background:#fff;border:1px solid var(--line-2);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;color:var(--ink-2);cursor:pointer;transition:all .12s var(--ease)}.reviews-filters button:hover{border-color:var(--ice-2)}.reviews-filters button.on{background:var(--ice-3);border-color:var(--ice-3);color:#fff}.reviews-sort{border:1px solid var(--line-2);border-radius:8px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600;color:var(--ink);background:#fff;cursor:pointer}.reviews-empty{grid-column:1/-1;text-align:center;color:var(--muted);padding:30px}.reviews-bar-track{height:7px;background:var(--line);border-radius:999px;overflow:hidden}.reviews-bar-fill{display:block;height:100%;background:var(--gold);border-radius:999px}.reviews-list{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.review{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;margin:0}.review-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.review-verified{font-size:11.5px;font-weight:700;color:var(--ok)}.review-title{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:6px}.review-text{font-size:14px;line-height:1.6;color:var(--ink-2);margin-bottom:12px}.review-by{font-size:12.5px;color:var(--muted)}.drawer-scrim{position:fixed;inset:0;background:rgba(8,47,73,.35);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .3s var(--ease);z-index:60}.drawer-scrim.show{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;height:100dvh;width:min(420px,92vw);background:#fff;z-index:61;transform:translateX(100%);transition:transform .35s var(--ease);display:flex;flex-direction:column;box-shadow:var(--shadow-lg)}.drawer.open{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--line)}.drawer-head strong{font-family:var(--font-display);font-size:18px}.drawer-count{display:block;font-size:13px;color:var(--muted)}.drawer-close{background:var(--frost);border:none;width:36px;height:36px;border-radius:10px;font-size:15px;color:var(--ink-2)}.drawer-empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--ink-2)}.drawer-empty-icon{font-size:40px}.drawer-lines{flex:1 1;overflow-y:auto;padding:8px 22px}.dline{display:flex;justify-content:space-between;gap:12px;padding:16px 0;border-bottom:1px solid var(--line)}.dline-info{display:flex;flex-direction:column;gap:3px}.dline-name{font-weight:700;font-size:14.5px;font-family:var(--font-display)}.dline-color{font-size:12.5px;color:var(--muted)}.dline-price{font-weight:700;color:var(--ice-3);margin-top:4px}.dline-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.dline-remove{background:none;border:none;color:var(--muted);font-size:12.5px;text-decoration:underline}.qty{display:inline-flex;align-items:center;border:1px solid var(--line-2);border-radius:10px;overflow:hidden}.qty button{background:var(--frost);border:none;width:32px;height:32px;font-size:16px;color:var(--ink)}.qty span{min-width:34px;text-align:center;font-weight:700;font-size:14px}.drawer-foot{border-top:1px solid var(--line);padding:20px 22px;background:#fbfdff}.drawer-total{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:10px}.drawer-total strong{font-family:var(--font-display);font-size:26px}.drawer-ship{font-size:12.5px;color:var(--ink-2);margin-bottom:14px}.breadcrumb{font-size:13px;color:var(--muted);padding:22px 0 8px;display:flex;gap:8px}.breadcrumb a:hover{color:var(--ice-3)}.catpage{padding-bottom:70px}.catpage-head{margin:6px 0 28px}.catpage-head h1{font-size:clamp(28px,4vw,40px)}.catpage-head p{color:var(--ink-2);margin-top:8px;max-width:640px}.catpage-count{display:inline-block;margin-top:12px;font-size:13px;font-weight:600;color:var(--ice-3)}.catpage-empty{text-align:center;padding:60px 0;display:flex;flex-direction:column;align-items:center;gap:16px;color:var(--ink-2)}.ppage{padding-bottom:80px}.ppage-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;margin-top:8px}.ppage-media{position:relative;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;aspect-ratio:1;padding:28px}.ppage-img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.ppage-badge{position:absolute;top:16px;left:16px;z-index:2;font-size:14px;padding:6px 12px}.ppage-info{padding-top:6px}.ppage-brand{font-size:13px;font-weight:700;color:var(--ice-2);text-transform:uppercase;letter-spacing:.08em}.ppage-info h1{font-size:clamp(26px,3.4vw,38px);margin:8px 0 14px}.ppage-color{color:var(--muted);font-weight:500}.ppage-meta{display:flex;gap:16px;align-items:center;margin-bottom:18px}.ppage-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.ppage-save{background:var(--promo-soft);color:var(--promo);font-weight:700;font-size:13px;padding:5px 10px;border-radius:8px}.ppage-desc{color:var(--ink-2);line-height:1.7;margin:20px 0}.ppage-perks{list-style:none;padding:0;margin:22px 0 0;display:grid;grid-gap:10px;gap:10px}.ppage-perks li{font-size:14.5px;color:var(--ink-2);font-weight:500}.ppage-reassure{display:flex;flex-wrap:wrap;gap:8px 16px;margin:18px 0;font-size:13px;font-weight:600;color:var(--ink-2)}.ppage-reassure span{background:#f0f7fc;border-radius:8px;padding:7px 11px}.express-slot{margin:12px 0 4px}.express-slot:empty{margin:0}.ppage-specs{width:100%;border-collapse:collapse;margin-top:24px;font-size:14px}.ppage-specs td,.ppage-specs th{text-align:left;padding:11px 14px;border-bottom:1px solid var(--line);vertical-align:top}.ppage-specs th{color:var(--muted);font-weight:600;width:42%}.ppage-specs td{color:var(--ink);font-weight:600}.buybox{display:flex;gap:12px;align-items:stretch;flex-wrap:wrap}.buybox-qty{height:52px}.buybox-qty button{width:42px;height:100%}.buybox-add{flex:1 1;min-width:160px}.buybox-buy{flex:1.4 1;min-width:200px}.ppage-related{margin-top:64px}.ppage-related h2{font-size:26px;margin-bottom:22px}.footer{background:var(--deep);color:#b9d5e6;margin-top:20px}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;grid-gap:40px;gap:40px;padding:56px 24px 40px}.footer-logo{color:#fff;font-size:22px}.footer-tag{margin:12px 0;color:#8fb6cd;max-width:260px}.footer-contact{font-size:14px;line-height:1.8}.footer-col h4{color:#fff;font-size:15px;margin-bottom:14px}.footer-col a{display:block;font-size:14px;color:#9fc0d4;padding:5px 0;transition:color .15s var(--ease)}.footer-col a:hover{color:#fff}.footer-news p{font-size:14px;color:#8fb6cd;margin-bottom:14px}.news-form{display:flex;gap:8px}.news-form input{flex:1 1;height:44px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff;padding:0 14px;font-family:inherit;font-size:14px}.news-form input::placeholder{color:#7fa3ba}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:20px 24px;border-top:1px solid rgba(255,255,255,.1);font-size:13px;color:#7fa3ba}.footer-legal-links{display:flex;gap:18px}.footer-legal-links a:hover{color:#fff}.footer-reassure{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;padding:30px 24px;border-bottom:1px solid rgba(255,255,255,.1)}.fr-item{display:flex;align-items:center;gap:12px;font-size:13px;color:#9fc0d4}.fr-item span{font-size:22px}.fr-item strong{color:#fff;font-size:14px}.footer-pay{display:flex;flex-wrap:wrap;gap:6px;margin-top:16px}.pay-chip{font-size:11px;font-weight:700;color:#cfe4f1;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:6px;padding:4px 9px}.info-page{padding:8px 24px 90px;max-width:860px}.info-title{font-size:clamp(28px,4vw,42px);margin:6px 0 10px}.info-intro{font-size:17px;color:var(--ink-2);margin-bottom:28px;max-width:640px}.info-body h2{font-size:19px;margin:28px 0 10px;color:var(--ink)}.info-body li,.info-body p{font-size:15px;line-height:1.75;color:var(--ink-2);margin-bottom:10px}.info-body ul{padding-left:20px;margin-bottom:12px}.info-body a{color:var(--ice-3);font-weight:600}.info-body strong{color:var(--ink)}@media (max-width:1000px){.cat-grid,.prod-grid,.promo-grid{grid-template-columns:repeat(2,1fr)}.hero-inner,.testi-grid,.why-grid{grid-template-columns:1fr}.hero-cards{display:none}.promo-banner{grid-template-columns:1fr}.footer-reassure,.footer-top{grid-template-columns:1fr 1fr}.reviews-list,.reviews-summary{grid-template-columns:1fr}.reviews-summary{gap:20px}.reviews-score{border-right:none;border-bottom:1px solid var(--line);padding-right:0;padding-bottom:16px;flex-direction:row;justify-content:center;gap:12px}.mainnav{display:none}.header-phone{display:inline-flex}.burger,.mobile-menu{display:flex}.header-inner{justify-content:space-between;gap:8px}.logo{font-size:20px}.trustbar-inner{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;gap:20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.trustbar-inner::-webkit-scrollbar{display:none}.ppage-grid{grid-template-columns:1fr;gap:28px}}@media (max-width:560px){.cat-grid,.prod-grid,.promo-grid{grid-template-columns:1fr 1fr;gap:12px}.footer-top{grid-template-columns:1fr;gap:28px}.trustbar-inner{gap:16px;font-size:12px}.topbar-inner span:first-child{display:none}.section{padding:52px 0}.pcard-body{padding:12px}}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/93a6e477e1480c92-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c7e0cf6c760983e7-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Bricolage Grotesque;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/9d5a263311222317-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Bricolage Grotesque Fallback;src:local("Arial");ascent-override:88.21%;descent-override:25.61%;line-gap-override:0.00%;size-adjust:105.43%}.__className_01ae00{font-family:Bricolage Grotesque,Bricolage Grotesque Fallback;font-style:normal}.__variable_01ae00{--font-display:"Bricolage Grotesque","Bricolage Grotesque Fallback"}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hanken Grotesk Fallback;src:local("Arial");ascent-override:99.07%;descent-override:30.02%;line-gap-override:0.00%;size-adjust:100.94%}.__className_c8454b{font-family:Hanken Grotesk,Hanken Grotesk Fallback;font-style:normal}.__variable_c8454b{--font-body:"Hanken Grotesk","Hanken Grotesk Fallback"}@font-face{font-family:Quicksand;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d426c6df177f02c4-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Quicksand;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/9b4fbfc777bb173a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Quicksand;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/a74fb1607b845cb0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Quicksand;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d426c6df177f02c4-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Quicksand;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/9b4fbfc777bb173a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Quicksand;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/a74fb1607b845cb0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Quicksand;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d426c6df177f02c4-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Quicksand;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/9b4fbfc777bb173a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Quicksand;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a74fb1607b845cb0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Quicksand Fallback;src:local("Arial");ascent-override:95.87%;descent-override:23.97%;line-gap-override:0.00%;size-adjust:104.31%}.__className_755b05{font-family:Quicksand,Quicksand Fallback;font-style:normal}.__variable_755b05{--font-logo:"Quicksand","Quicksand Fallback"}