:root{--tc-accent:var(--accent,#6d5dfc);--tc-ink:#f7f8ff;--tc-soft:#b6bbcf;--tc-muted:#7f879f;--tc-bg:#080a12;--tc-raised:#0e111d;--tc-card:#121626;--tc-line:rgba(218,224,255,.12);--tc-radius:22px;--tc-max:1240px;--tc-ease:cubic-bezier(.2,.75,.25,1)}
html[data-tech-mode=light]{--tc-ink:#16182a;--tc-soft:#505770;--tc-muted:#727993;--tc-bg:#f7f8ff;--tc-raised:#fff;--tc-card:#fff;--tc-line:rgba(31,38,66,.13)}
*{box-sizing:border-box}.tc-body{margin:0;min-width:320px;overflow-x:hidden;color:var(--tc-ink);background:radial-gradient(circle at 88% -8%,color-mix(in srgb,var(--tc-accent) 21%,transparent),transparent 29rem),radial-gradient(circle at 8% 27%,rgba(34,211,238,.09),transparent 25rem),var(--tc-bg);font-family:Tahoma,Arial,system-ui,sans-serif;line-height:1.85;-webkit-font-smoothing:antialiased}.tc-body::before{position:fixed;z-index:-1;inset:0;content:"";pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(#000,transparent 76%)}.tc-body a{color:inherit;text-decoration:none}.tc-body img{display:block;max-width:100%}.tc-body h1,.tc-body h2,.tc-body h3,.tc-body p{margin-top:0}.tc-body :focus-visible{outline:3px solid color-mix(in srgb,var(--tc-accent) 70%,#fff);outline-offset:3px}.tc-wrap{width:min(100%,var(--tc-max));margin:auto;padding-inline:24px}.tc-announcement{position:relative;z-index:70;padding:8px 18px;overflow:hidden;color:#080a12;background:linear-gradient(100deg,#77e5ff,var(--tc-accent),#9a8bff);font-size:12px;font-weight:900;line-height:1.5;text-align:center}.tc-announcement::after{position:absolute;inset:0;content:"";background:repeating-linear-gradient(135deg,transparent 0 17px,rgba(255,255,255,.22) 17px 18px);pointer-events:none}

.tc-header{position:sticky;z-index:65;top:0;border-bottom:1px solid transparent;background:rgba(8,10,18,.81);backdrop-filter:blur(18px) saturate(140%)}.tc-nav{display:flex;min-height:76px;align-items:center;gap:24px}.tc-brand{display:inline-flex;min-width:0;align-items:center;gap:10px;font-size:18px;font-weight:900;letter-spacing:-.04em}.tc-brand img{width:auto;max-width:168px;height:44px;object-fit:contain}.tc-brand-mark{display:grid;width:40px;height:40px;flex:0 0 auto;place-items:center;border:1px solid rgba(255,255,255,.24);border-radius:13px;color:#fff;background:linear-gradient(135deg,var(--tc-accent),#22d3ee);box-shadow:0 11px 28px -17px var(--tc-accent)}.tc-menu{display:flex;align-items:center;gap:3px}.tc-menu a{position:relative;padding:8px 10px;border-radius:9px;color:var(--tc-soft);font-size:13px;font-weight:700;transition:.2s}.tc-menu a:hover,.tc-menu a.is-active{color:#fff;background:rgba(255,255,255,.06)}.tc-menu a.is-active::after{position:absolute;right:50%;bottom:-12px;width:19px;height:2px;content:"";border-radius:999px;background:var(--tc-accent);transform:translateX(50%)}.tc-nav-spacer{flex:1}.tc-actions{display:flex;align-items:center;gap:4px}.tc-icon{position:relative;display:grid;width:40px;height:40px;place-items:center;border:1px solid transparent;border-radius:12px;color:var(--tc-soft);transition:.2s}.tc-icon:hover{border-color:var(--tc-line);color:#fff;background:rgba(255,255,255,.055);transform:translateY(-1px)}.tc-icon svg{width:19px;height:19px}.tc-cart span{position:absolute;top:-5px;left:-5px;display:grid;min-width:18px;height:18px;padding-inline:4px;place-items:center;border:2px solid var(--tc-bg);border-radius:999px;color:#fff;background:var(--tc-accent);font-size:10px;font-weight:900;line-height:1}.tc-menu-button{display:none;border:0;background:none}.tc-mobile-menu{display:none;padding:8px max(20px,calc((100vw - var(--tc-max))/2 + 24px)) 17px;border-top:1px solid var(--tc-line);background:#0b0e18}.tc-mobile-menu.is-open{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.tc-mobile-menu a{padding:10px;border:1px solid var(--tc-line);border-radius:10px;color:var(--tc-soft);font-size:13px;font-weight:700}
.tc-theme-toggle{border:0;background:transparent}.tc-theme-icon-moon{display:none}.tc-theme-toggle:hover{color:#fff}.tc-theme-toggle svg{position:absolute}.tc-theme-toggle .tc-theme-icon-sun{position:static}html[data-tech-mode=light] .tc-theme-icon-sun{display:none}html[data-tech-mode=light] .tc-theme-icon-moon{display:block;position:static}

.tc-hero{position:relative;min-height:590px;overflow:hidden;border-bottom:1px solid var(--tc-line)}.tc-hero::before{position:absolute;top:-210px;right:-100px;width:620px;height:620px;content:"";border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 62px rgba(255,255,255,.017),0 0 0 124px rgba(255,255,255,.012)}.tc-hero-slide{display:none;min-height:590px;grid-template-columns:minmax(0,1.06fr) minmax(370px,.94fr);align-items:center;gap:clamp(30px,8vw,120px)}.tc-hero-slide.is-active{display:grid}.tc-hero-copy{position:relative;z-index:1;padding-block:86px}.tc-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:11px;color:color-mix(in srgb,var(--tc-accent) 70%,#a5f3fc);font-size:11px;font-weight:900;letter-spacing:.13em}.tc-eyebrow::before{width:25px;height:1px;content:"";background:currentColor}.tc-hero h1{max-width:650px;margin-bottom:18px;font-size:clamp(38px,5.6vw,67px);font-weight:900;letter-spacing:-.065em;line-height:1.18;text-wrap:balance}.tc-hero-description{max-width:530px;margin-bottom:28px;color:var(--tc-soft);font-size:clamp(14px,1.6vw,17px);line-height:2.1}.tc-hero-actions{display:flex;flex-wrap:wrap;gap:10px}.tc-button{display:inline-flex;min-height:47px;align-items:center;justify-content:center;gap:8px;padding:11px 19px;border:1px solid transparent;border-radius:13px;font-size:13.5px;font-weight:900;transition:transform .22s var(--tc-ease),box-shadow .22s var(--tc-ease),background .22s}.tc-button:hover{transform:translateY(-2px)}.tc-button svg,.tc-section-head a svg,.tc-promo a svg{width:18px;height:18px}.tc-button-primary{color:#fff;background:linear-gradient(130deg,var(--tc-accent),color-mix(in srgb,var(--tc-accent) 58%,#22d3ee));box-shadow:0 16px 34px -18px var(--tc-accent)}.tc-button-quiet{border-color:var(--tc-line);color:var(--tc-ink);background:rgba(255,255,255,.035)}.tc-hero-trust{display:flex;flex-wrap:wrap;gap:9px;margin-top:38px;color:var(--tc-muted);font-size:12px;font-weight:700}.tc-hero-visual{position:relative;min-height:455px}.tc-orbit{position:absolute;border:1px solid var(--tc-line);border-radius:50%}.tc-orbit-one{top:20px;right:4%;width:400px;height:400px}.tc-orbit-two{top:72px;right:12%;width:298px;height:298px;border-color:color-mix(in srgb,var(--tc-accent) 45%,transparent)}.tc-device{position:absolute;z-index:2;top:27px;right:18%;width:min(280px,65%);aspect-ratio:10/19;overflow:hidden;border:8px solid #252a3b;border-radius:36px;background:#111522;box-shadow:27px 35px 72px -31px #000,0 0 0 1px rgba(255,255,255,.27)}.tc-device::before{position:absolute;z-index:2;top:0;right:50%;width:80px;height:20px;content:"";border-radius:0 0 13px 13px;background:#252a3b;transform:translateX(50%)}.tc-device img{width:100%;height:100%;object-fit:cover}.tc-device-camera{position:absolute;z-index:3;top:22px;right:15px;display:grid;width:64px;height:64px;grid-template-columns:repeat(2,1fr);gap:5px;padding:7px;border-radius:19px;background:rgba(0,0,0,.35);backdrop-filter:blur(4px)}.tc-device-camera i{display:block;border:2px solid rgba(255,255,255,.4);border-radius:50%;background:#111827}.tc-device-camera i:last-child{width:12px;height:12px;align-self:center;justify-self:center;background:#e5e7eb}.tc-device-screen{display:flex;width:100%;height:100%;align-items:center;justify-content:center;flex-direction:column;background:radial-gradient(circle at 24% 22%,color-mix(in srgb,var(--tc-accent) 76%,#fff),transparent 23%),linear-gradient(145deg,#141b38 0%,#0a0c16 56%,color-mix(in srgb,var(--tc-accent) 35%,#0d1020))}.tc-device-screen span{font-size:11px;font-weight:900;letter-spacing:.28em}.tc-device-screen b{color:#fff;font-size:clamp(80px,13vw,140px);line-height:1;text-shadow:0 9px 20px rgba(0,0,0,.4)}.tc-device-screen small{margin-top:14px;color:#fff;font-size:8px;letter-spacing:.18em}.tc-float-card{position:absolute;z-index:4;border:1px solid var(--tc-line);border-radius:15px;background:rgba(18,22,38,.75);box-shadow:0 20px 40px -26px #000;backdrop-filter:blur(12px)}.tc-float-card-top{top:76px;left:0;padding:12px 15px}.tc-float-card small,.tc-float-card b{display:block}.tc-float-card small{color:var(--tc-muted);font-size:10px}.tc-float-card b{color:#fff;font-size:13px}.tc-float-card-bottom{bottom:53px;left:9%;display:flex;align-items:center;gap:8px;padding:11px 13px;color:var(--tc-soft);font-size:11px;font-weight:700}.tc-float-card-bottom i{width:9px;height:9px;border-radius:50%;background:#22d3ee;box-shadow:0 0 13px #22d3ee}.tc-hero-dots{position:absolute;right:50%;bottom:27px;display:flex;gap:7px;transform:translateX(50%)}.tc-hero-dots button{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:var(--tc-muted);transition:.25s}.tc-hero-dots button.is-active{width:25px;background:var(--tc-accent)}

.tc-section{padding:82px 0}.tc-section-tight{padding-top:14px}.tc-category-section{padding:44px 0 20px}.tc-section-head{margin-bottom:29px}.tc-section-head-inline{display:flex;align-items:end;justify-content:space-between;gap:22px}.tc-section-head h2{margin-bottom:7px;font-size:clamp(26px,3.5vw,40px);font-weight:900;letter-spacing:-.045em;line-height:1.38}.tc-section-head p:not(.tc-eyebrow){margin:0;color:var(--tc-soft);font-size:15px}.tc-section-head>a,.tc-promo a{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;color:color-mix(in srgb,var(--tc-accent) 70%,#a5f3fc);font-size:13px;font-weight:900}.tc-section-head>a:hover,.tc-promo a:hover{color:#fff}.tc-categories{display:flex;gap:12px;overflow:auto;padding:3px 1px 13px;scrollbar-width:thin}.tc-categories a{display:flex;min-width:118px;align-items:center;gap:9px;padding:8px 10px 8px 14px;border:1px solid var(--tc-line);border-radius:16px;color:var(--tc-soft);background:rgba(255,255,255,.025);font-size:12px;font-weight:800;transition:.2s}.tc-categories a:hover{border-color:color-mix(in srgb,var(--tc-accent) 62%,transparent);color:#fff;transform:translateY(-2px)}.tc-category-image{width:42px;height:42px;overflow:hidden;border-radius:11px;background:#1b2033}.tc-category-image img{width:100%;height:100%;object-fit:cover}.tc-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.tc-product-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid var(--tc-line);border-radius:var(--tc-radius);background:linear-gradient(145deg,rgba(24,29,48,.92),rgba(13,16,29,.95));box-shadow:0 18px 42px -32px #000;transition:transform .25s var(--tc-ease),border-color .25s,box-shadow .25s}.tc-product-card:hover{border-color:color-mix(in srgb,var(--tc-accent) 50%,var(--tc-line));box-shadow:0 24px 46px -27px #000;transform:translateY(-5px)}.tc-product-media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#0d1020}.tc-product-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--tc-ease)}.tc-product-card:hover .tc-product-media img{transform:scale(1.05)}.tc-discount{position:absolute;z-index:1;top:12px;right:12px;padding:3px 8px;border-radius:8px;color:#fff;background:#e75075;font-size:10px;font-weight:900}.tc-product-body{display:flex;min-height:164px;flex-direction:column;padding:14px 15px 15px}.tc-product-category{overflow:hidden;margin-bottom:4px;color:color-mix(in srgb,var(--tc-accent) 64%,#a5f3fc);font-size:10px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.tc-product-body h3{margin:0;font-size:14px;font-weight:800;line-height:1.75}.tc-product-body h3 a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tc-product-price-row{display:flex;align-items:end;justify-content:space-between;gap:8px;margin-top:auto;padding-top:11px}.tc-product-price-row del{display:block;color:var(--tc-muted);font-size:10px}.tc-product-price-row strong{display:block;color:#fff;font-size:15px;font-weight:900}.tc-product-price-row small{color:var(--tc-soft);font-size:10px;font-weight:500}.tc-product-price-row button{display:grid;width:38px;height:38px;place-items:center;border:1px solid transparent;border-radius:12px;color:#fff;background:var(--tc-accent);transition:.2s}.tc-product-price-row button:hover{filter:brightness(1.14);transform:rotate(90deg)}.tc-product-price-row button:disabled{opacity:.4;transform:none}.tc-product-price-row svg{width:18px;height:18px}

.tc-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.tc-promo{position:relative;min-height:248px;overflow:hidden;padding:28px;border:1px solid var(--tc-line);border-radius:var(--tc-radius);background:linear-gradient(135deg,#131829,#0d1020)}.tc-promo-primary{background:linear-gradient(130deg,color-mix(in srgb,var(--tc-accent) 34%,#11172b),#101222 70%)}.tc-promo>div:first-child{position:relative;z-index:2;max-width:67%}.tc-promo h2{margin-bottom:9px;font-size:25px;font-weight:900;letter-spacing:-.04em;line-height:1.4}.tc-promo p:not(.tc-eyebrow){min-height:52px;margin-bottom:16px;color:var(--tc-soft);font-size:13px;line-height:1.9}.tc-promo>img{position:absolute;left:-11%;bottom:-23%;width:55%;height:130%;object-fit:cover;opacity:.83;transform:rotate(-9deg);mask-image:linear-gradient(to left,#000 72%,transparent)}.tc-promo-orb{position:absolute;left:-27px;bottom:-45px;width:220px;height:220px;border:28px solid color-mix(in srgb,var(--tc-accent) 48%,transparent);border-radius:48% 52% 44% 56%;box-shadow:0 0 0 22px rgba(255,255,255,.025);transform:rotate(24deg)}.tc-promo-orb::after{position:absolute;top:32px;right:43px;width:61px;height:61px;content:"";border-radius:50%;background:#0c1020;box-shadow:94px 25px 0 -13px color-mix(in srgb,var(--tc-accent) 85%,#fff)}.tc-confidence{margin-top:36px;padding:28px 0;border-block:1px solid var(--tc-line);background:rgba(255,255,255,.018)}.tc-confidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tc-confidence article{display:flex;align-items:center;gap:12px;padding:5px 14px;border-left:1px solid var(--tc-line)}.tc-confidence article:last-child{border-left:0}.tc-confidence svg{width:30px;height:30px;flex:0 0 auto;color:color-mix(in srgb,var(--tc-accent) 76%,#a5f3fc)}.tc-confidence h2{margin:0;font-size:13px;font-weight:900}.tc-confidence p{margin:2px 0 0;color:var(--tc-muted);font-size:11px}.tc-guides{padding-bottom:64px}.tc-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.tc-guide-grid article{overflow:hidden;border:1px solid var(--tc-line);border-radius:18px;background:rgba(255,255,255,.025);transition:.2s}.tc-guide-grid article:hover{border-color:color-mix(in srgb,var(--tc-accent) 54%,var(--tc-line));transform:translateY(-3px)}.tc-guide-grid img,.tc-guide-placeholder{width:100%;aspect-ratio:16/9;object-fit:cover}.tc-guide-placeholder{display:grid;place-items:center;color:color-mix(in srgb,var(--tc-accent) 80%,#fff);background:linear-gradient(135deg,#171d35,#0d1020);font-size:12px;font-weight:900;letter-spacing:.14em}.tc-guide-grid h3{margin:14px 15px 6px;font-size:15px;line-height:1.75}.tc-guide-grid p{display:-webkit-box;overflow:hidden;margin:0 15px 16px;color:var(--tc-soft);font-size:12px;line-height:1.85;-webkit-box-orient:vertical;-webkit-line-clamp:2}

.tc-footer{padding:56px 0 23px;border-top:1px solid var(--tc-line);background:#080a12}.tc-footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:30px}.tc-footer-brand{margin-bottom:13px}.tc-footer-grid p{max-width:330px;color:var(--tc-soft);font-size:13px}.tc-footer-grid h2{margin:5px 0 11px;font-size:14px;font-weight:900}.tc-footer-grid>div>a:not(.tc-brand){display:block;padding:4px 0;color:var(--tc-muted);font-size:12px}.tc-footer-grid>div>a:not(.tc-brand):hover{color:#fff}.tc-socials{display:flex;flex-wrap:wrap;gap:7px}.tc-socials a{padding:5px 9px;border:1px solid var(--tc-line);border-radius:8px;color:var(--tc-soft);font-size:10px;font-weight:800}.tc-footer-bottom{display:flex;justify-content:space-between;gap:14px;margin-top:35px;padding-top:18px;border-top:1px solid var(--tc-line);color:var(--tc-muted);font-size:11px}
html[data-tech-mode=light] .tc-body{background:radial-gradient(circle at 88% -8%,color-mix(in srgb,var(--tc-accent) 17%,transparent),transparent 29rem),radial-gradient(circle at 8% 27%,rgba(34,211,238,.09),transparent 25rem),var(--tc-bg)}html[data-tech-mode=light] .tc-body::before{opacity:.55;background-image:linear-gradient(rgba(35,44,77,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(35,44,77,.04) 1px,transparent 1px)}html[data-tech-mode=light] .tc-header{background:rgba(255,255,255,.82);border-bottom-color:var(--tc-line)}html[data-tech-mode=light] .tc-menu a:hover,html[data-tech-mode=light] .tc-menu a.is-active,html[data-tech-mode=light] .tc-icon:hover{color:var(--tc-ink);background:rgba(31,38,66,.055)}html[data-tech-mode=light] .tc-mobile-menu{background:#fff}html[data-tech-mode=light] .tc-hero{background:linear-gradient(180deg,rgba(255,255,255,.56),transparent)}html[data-tech-mode=light] .tc-hero::before{border-color:rgba(31,38,66,.1);box-shadow:0 0 0 62px rgba(31,38,66,.018),0 0 0 124px rgba(31,38,66,.012)}html[data-tech-mode=light] .tc-button-quiet{background:#fff}html[data-tech-mode=light] .tc-product-card{background:linear-gradient(145deg,#fff,#f5f6fd);box-shadow:0 18px 42px -32px rgba(28,34,65,.55)}html[data-tech-mode=light] .tc-product-media{background:#f0f2fb}html[data-tech-mode=light] .tc-product-price-row strong,html[data-tech-mode=light] .tc-promo h2,html[data-tech-mode=light] .tc-device-screen{color:var(--tc-ink)}html[data-tech-mode=light] .tc-promo{background:linear-gradient(135deg,#fff,#eef0fb)}html[data-tech-mode=light] .tc-promo-primary{background:linear-gradient(130deg,color-mix(in srgb,var(--tc-accent) 17%,#fff),#fff 70%)}html[data-tech-mode=light] .tc-confidence{background:rgba(31,38,66,.025)}html[data-tech-mode=light] .tc-guide-grid article{background:#fff}html[data-tech-mode=light] .tc-footer{background:#eef0fa}html[data-tech-mode=light] .tc-footer-grid>div>a:not(.tc-brand):hover{color:var(--tc-ink)}
html[data-tech-mode=light]{--vp-ink:#16182a;--vp-soft:#505770;--vp-muted:#727993;--vp-bg:#f7f8ff;--vp-bg-raised:#fff;--vp-surface:#fff;--vp-surface-2:#f0f2fb;--vp-line:rgba(31,38,66,.13);--vp-line-strong:rgba(31,38,66,.22)}html[data-tech-mode=light] body{background:radial-gradient(circle at 88% -8%,color-mix(in srgb,var(--tc-accent) 17%,transparent),transparent 29rem),var(--vp-bg)}html[data-tech-mode=light] .vp-header{background:rgba(255,255,255,.84)}html[data-tech-mode=light] .vp-mobile-menu,html[data-tech-mode=light] .vp-footer{background:#eef0fa}html[data-tech-mode=light] .vp-card,html[data-tech-mode=light] .vp-panel{background:#fff}
.tc-socials .storefront-social-link{display:grid;width:34px;height:34px;place-items:center;padding:0;font-size:inherit}.tc-socials .storefront-social-link:hover{background:var(--tc-accent);border-color:var(--tc-accent);color:#fff;transform:translateY(-2px)}

@media(max-width:900px){.tc-menu{display:none}.tc-menu-button{display:grid}.tc-hero-slide{grid-template-columns:minmax(0,1fr) minmax(300px,.8fr);gap:30px}.tc-hero h1{font-size:clamp(36px,6vw,54px)}.tc-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tc-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.tc-footer-grid>div:last-child{display:none}}
@media(max-width:650px){.tc-wrap{padding-inline:16px}.tc-nav{min-height:65px;gap:10px}.tc-brand{font-size:15px}.tc-brand img{max-width:130px;height:36px}.tc-brand-mark{width:35px;height:35px;border-radius:11px}.tc-icon{width:36px;height:36px}.tc-actions{gap:0}.tc-hero{min-height:auto}.tc-hero-slide{min-height:auto;grid-template-columns:1fr}.tc-hero-copy{padding:55px 0 18px}.tc-hero h1{font-size:39px;line-height:1.24}.tc-hero-description{margin-bottom:20px;font-size:14px}.tc-hero-trust{margin-top:25px}.tc-hero-visual{min-height:300px;margin-top:3px}.tc-orbit-one{top:9px;right:20%;width:270px;height:270px}.tc-orbit-two{top:48px;right:29%;width:190px;height:190px}.tc-device{top:8px;right:32%;width:157px;border-width:5px;border-radius:24px}.tc-device::before{width:52px;height:13px;border-radius:0 0 9px 9px}.tc-device-camera{top:13px;right:9px;width:42px;height:42px;gap:3px;padding:5px;border-radius:12px}.tc-device-camera i:last-child{width:8px;height:8px}.tc-device-screen b{font-size:78px}.tc-float-card-top{top:38px;left:0;padding:9px 10px}.tc-float-card-top b{font-size:10px}.tc-float-card-bottom{bottom:18px;left:4%;padding:8px 10px;font-size:9px}.tc-hero-dots{bottom:14px}.tc-category-section{padding:34px 0 12px}.tc-section{padding:55px 0}.tc-section-head-inline{align-items:start;flex-direction:column;gap:7px;margin-bottom:21px}.tc-section-head h2{font-size:27px}.tc-section-head>a{font-size:12px}.tc-product-grid{gap:10px}.tc-product-card{border-radius:16px}.tc-product-body{min-height:142px;padding:11px}.tc-product-body h3{font-size:12px}.tc-product-price-row strong{font-size:12px}.tc-product-price-row button{width:33px;height:33px;border-radius:10px}.tc-discount{top:8px;right:8px;padding:2px 5px;font-size:8px}.tc-promo-grid{grid-template-columns:1fr;gap:10px}.tc-promo{min-height:216px;padding:22px;border-radius:17px}.tc-promo h2{font-size:21px}.tc-confidence{margin-top:9px;padding:15px 0}.tc-confidence-grid{grid-template-columns:1fr;gap:6px}.tc-confidence article{padding:9px 0;border-bottom:1px solid var(--tc-line);border-left:0}.tc-confidence article:last-child{border-bottom:0}.tc-guide-grid{grid-template-columns:1fr;gap:10px}.tc-footer{padding-top:38px}.tc-footer-grid{grid-template-columns:1fr 1fr;gap:25px}.tc-footer-grid>div:first-child{grid-column:1/-1}.tc-footer-grid>div:last-child{display:block}.tc-footer-bottom{align-items:center;flex-direction:column;text-align:center}.tc-mobile-menu.is-open{grid-template-columns:1fr}.tc-hero-actions .tc-button{flex:1;padding-inline:10px}.tc-categories{margin-inline:-16px;padding-inline:16px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
