:root{--bg:#f5f5f7;--surface:#fff;--ink:#1d1d1f;--muted:#6e6e73;--line:rgba(29,29,31,.1);--blue:#0071e3;--blue-dark:#0058b0;--green:#147d64;--shadow:0 18px 50px rgba(0,0,0,.07);--shadow-sm:0 8px 28px rgba(0,0,0,.055);--r-xl:34px;--r-lg:26px;--r-md:18px;--max:1200px}
section[id]{scroll-margin-top:90px}
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.skip-link{position:fixed;left:16px;top:-100px;z-index:9999;padding:12px 18px;background:#fff;border-radius:12px;box-shadow:var(--shadow)}.skip-link:focus{top:16px}.site-header{position:sticky;top:0;z-index:100;background:rgba(245,245,247,.82);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--line)}.nav{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:flex;align-items:center;gap:12px;min-width:0}.brand img{width:46px;height:46px;object-fit:contain;border-radius:13px;background:#fff;padding:5px;box-shadow:var(--shadow-sm)}.brand-copy strong{display:block;font-size:.92rem;letter-spacing:.08em}.brand-copy span{display:block;color:var(--muted);font-size:.76rem}.nav-links{display:flex;gap:26px;align-items:center}.nav-links a{font-size:.88rem;font-weight:650;color:#424245}.nav-links a:hover{color:var(--blue)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:999px;font-weight:750;transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.nav-cta,.button.primary{background:var(--blue);color:#fff}.nav-cta:hover,.button.primary:hover{background:var(--blue-dark);transform:translateY(-1px)}.button.secondary{background:#fff;border:1px solid var(--line)}.button.secondary:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}
.hero{padding:44px 0 30px}.hero-panel{position:relative;min-height:590px;overflow:hidden;border-radius:var(--r-xl);background:linear-gradient(135deg,#0b0b0c 0%,#1a1a1c 52%,#2a2a2e 100%);color:#fff;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;box-shadow:0 28px 80px rgba(0,0,0,.15)}.hero-panel::before{content:"";position:absolute;width:560px;height:560px;border-radius:50%;right:-150px;top:-190px;background:radial-gradient(circle,rgba(77,154,255,.3),transparent 68%)}.hero-copy{position:relative;z-index:2;padding:64px}.eyebrow,.section-kicker{font-size:.78rem;line-height:1;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow{display:inline-flex;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16)}.hero h1{max-width:780px;font-size:clamp(3.2rem,6vw,5.8rem);line-height:.95;letter-spacing:-.065em;margin:22px 0}.hero h1 span{color:#77b8ff}.hero-copy>p{max-width:55ch;color:#c7c7cc;font-size:1.1rem;margin:0 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero .button.secondary{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.18)}.hero-visual{position:relative;align-self:stretch;display:grid;place-items:center;padding:48px}.hero-visual::before{content:"";position:absolute;inset:12% 9%;border-radius:48px;background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.12);transform:rotate(-4deg)}.hero-visual img{position:relative;z-index:1;width:100%;max-height:450px;object-fit:contain;filter:drop-shadow(0 28px 35px rgba(0,0,0,.32))}.hero-badge{position:absolute;z-index:3;right:34px;bottom:34px;max-width:270px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.92);color:var(--ink);backdrop-filter:blur(16px);box-shadow:var(--shadow)}.hero-badge strong,.hero-badge span{display:block}.hero-badge span{font-size:.82rem;color:var(--muted);margin-top:2px}
.trust{padding:8px 0 34px}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.trust-item{display:flex;gap:14px;align-items:center;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-sm)}.trust-icon{width:40px;height:40px;flex:0 0 auto;border-radius:13px;background:#eef6ff;color:var(--blue);display:grid;place-items:center;font-weight:900}.trust-item strong,.trust-item span{display:block}.trust-item strong{font-size:.95rem}.trust-item span{font-size:.82rem;color:var(--muted)}
.section{padding:56px 0}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:24px}.section-kicker{color:var(--blue)}.section-heading h2{font-size:clamp(2.3rem,5vw,4.4rem);line-height:1;letter-spacing:-.055em;margin:12px 0 0}.section-heading p{color:var(--muted);max-width:52ch;margin:0}.section-link{color:var(--blue);font-weight:700;white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{position:relative;min-height:170px;padding:24px;border-radius:var(--r-lg);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden;transition:transform .22s ease,box-shadow .22s ease}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-card::after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;right:-24px;bottom:-34px;background:var(--tint,#eef6ff)}.category-card .category-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:var(--tint,#eef6ff);font-size:1.35rem}.category-card h3{margin:25px 0 2px;font-size:1.18rem}.category-card span{color:var(--muted);font-size:.86rem}
.showcase{background:#000;color:#fff}.showcase .section-heading p{color:#a1a1a6}.rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(270px,32%);gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 1px 24px;scrollbar-width:none}.rail::-webkit-scrollbar{display:none}.rail .product-card{scroll-snap-align:start;background:#1c1c1e;border-color:rgba(255,255,255,.1)}.rail .product-card .product-image{background:#f5f5f7}.rail .product-card .product-description,.rail .product-card .product-note{color:#a1a1a6}.rail .product-card .button.secondary{background:#2c2c2e;border-color:#3a3a3c;color:#fff}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;min-width:0;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-image{display:block;aspect-ratio:1/1;background:#f7f7f8;overflow:hidden;padding:14px}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.025)}.product-body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.card-topline{display:flex;align-items:center;justify-content:space-between;gap:10px}.product-category{font-size:.7rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}.product-tag{font-size:.68rem;font-weight:800;padding:5px 8px;border-radius:999px;background:#eef6ff;color:var(--blue)}.product-title{font-size:1.18rem;line-height:1.2;letter-spacing:-.025em;margin:0}.product-title a:hover{color:var(--blue)}.product-description{font-size:.88rem;color:var(--muted);margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.product-proof{display:flex;gap:10px;flex-wrap:wrap;color:#555;font-size:.8rem}.product-price{font-size:1.45rem;font-weight:850;letter-spacing:-.035em;margin-top:auto;padding-top:3px}.product-note{font-size:.72rem;color:var(--muted);font-weight:500}.price-extra{display:flex;gap:8px;align-items:center;font-size:.76rem;color:var(--muted);min-height:23px}.price-extra del{opacity:.8}.discount{padding:4px 7px;border-radius:999px;background:#eaf8f3;color:var(--green);font-weight:800}.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:5px}.card-actions .button{min-height:42px;padding:0 13px;font-size:.82rem}
.catalog-tools{position:sticky;top:88px;z-index:20;display:grid;grid-template-columns:minmax(230px,1fr) auto auto;gap:10px;padding:12px;margin-bottom:22px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);box-shadow:var(--shadow-sm)}.search-wrap{display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid var(--line);border-radius:999px;background:#fff}.search-wrap input{width:100%;height:44px;border:0;outline:0;background:transparent}.filters{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter{height:44px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:0 16px;white-space:nowrap;font-weight:700;cursor:pointer}.filter[aria-pressed="true"]{background:var(--ink);border-color:var(--ink);color:#fff}.sort{height:44px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:0 38px 0 16px}.results-line{display:flex;justify-content:space-between;gap:20px;align-items:center;color:var(--muted);font-size:.86rem;margin:-8px 2px 17px}.empty{padding:60px 20px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:var(--r-lg)}
.why-card{display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:48px;border-radius:var(--r-xl);background:linear-gradient(145deg,#fff,#f8fbff);border:1px solid var(--line);box-shadow:var(--shadow)}.why-card h2{font-size:clamp(2.2rem,4vw,3.8rem);line-height:1.04;letter-spacing:-.05em;margin:12px 0}.why-list{display:grid;gap:13px}.why-item{display:flex;gap:13px;padding:16px;border-radius:18px;background:rgba(255,255,255,.8);border:1px solid var(--line)}.why-item b{display:block}.why-item span{display:block;color:var(--muted);font-size:.85rem}.why-check{width:32px;height:32px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;background:#eaf8f3;color:var(--green);font-weight:900}
.site-footer{padding:54px 0 30px;background:#111;color:#f5f5f7}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(2,.7fr);gap:44px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:48px;height:48px;background:#fff;border-radius:13px;padding:5px}.footer-brand strong{display:block;letter-spacing:.07em}.footer-brand span,.footer-copy,.footer-bottom{color:#a1a1a6;font-size:.84rem}.footer-copy{max-width:48ch}.footer-col h3{font-size:.82rem;text-transform:uppercase;letter-spacing:.12em;color:#d2d2d7}.footer-col a{display:block;color:#a1a1a6;font-size:.86rem;margin:9px 0}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px;margin-top:34px;border-top:1px solid #333}.focusable:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #66aaff;outline-offset:3px}
.category-page-header{padding:74px 0 36px}.category-page-header h1{font-size:clamp(3rem,7vw,6rem);line-height:.95;letter-spacing:-.06em;margin:10px 0 18px}.breadcrumb{font-size:.84rem;color:var(--muted);display:flex;gap:8px;align-items:center}.breadcrumb a{color:var(--blue)}
@media(max-width:980px){.nav-links{display:none}.hero-panel{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:48px 34px 24px}.hero-visual{min-height:410px;padding:26px 46px 58px}.trust-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}.rail{grid-auto-columns:minmax(280px,55%)}.catalog-tools{grid-template-columns:1fr}.why-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:620px){.container{width:calc(100% - 20px)}.nav{min-height:64px}.brand img{width:42px;height:42px}.brand-copy span{display:none}.nav-cta{min-height:40px;padding:0 15px;font-size:.82rem}.hero{padding:16px 0 24px}.hero-panel{border-radius:26px}.hero-copy{padding:34px 22px 16px}.hero h1{font-size:3rem}.hero-copy>p{font-size:.98rem}.hero-visual{min-height:310px;padding:20px 28px 56px}.hero-badge{left:18px;right:18px;bottom:18px;max-width:none}.section{padding:42px 0}.section-heading{display:block}.section-heading p{margin-top:13px}.section-heading h2{font-size:2.55rem}.category-grid,.product-grid{grid-template-columns:1fr}.category-card{min-height:145px}.rail{grid-auto-columns:86%}.product-body{padding:17px}.catalog-tools{top:72px;padding:9px}.filters{order:2}.sort{width:100%;order:3}.why-card{padding:25px;border-radius:25px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
