:root{--text-xs: clamp(.75rem, .7rem + .25vw, .875rem);--text-sm: clamp(.875rem, .8rem + .35vw, 1rem);--text-base: clamp(1rem, .95rem + .25vw, 1.125rem);--text-lg: clamp(1.125rem, 1rem + .75vw, 1.5rem);--text-xl: clamp(1.5rem, 1.2rem + 1.25vw, 2.25rem);--text-2xl: clamp(2rem, 1.2rem + 2.5vw, 3.5rem);--text-3xl: clamp(2.5rem, 1rem + 4vw, 5rem);--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--transition: .2s cubic-bezier(.16, 1, .3, 1);--content-wide: 1240px;--font-display: "Clash Display", "Cabinet Grotesk", system-ui, sans-serif;--font-body: "Satoshi", "Inter", system-ui, sans-serif;--color-bg: #0e141b;--color-surface: #141c26;--color-surface-2: #1a2532;--color-text: #e8edf3;--color-text-muted: #94a3b3;--color-accent: #2b7fff;--color-accent-dark: #1b5fd6;--color-border: rgba(255, 255, 255, .08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth;scroll-padding-top:90px}body{min-height:100dvh;line-height:1.6;font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text);background:var(--color-bg);overflow-x:hidden}img,picture,video,svg{display:block;max-width:100%;height:auto}button{cursor:pointer;background:none;border:none;color:inherit;font:inherit}a{color:inherit;text-decoration:none}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;line-height:1.1;text-wrap:balance;letter-spacing:-.005em}p{text-wrap:pretty}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--radius-sm)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.container{width:100%;max-width:var(--content-wide);margin-inline:auto;padding-inline:var(--space-6)}.section{padding-block:clamp(var(--space-16),8vw,var(--space-32))}.btn{display:inline-flex;align-items:center;gap:var(--space-2);font-family:var(--font-body);font-weight:600;font-size:var(--text-sm);padding:.85rem 1.6rem;border-radius:var(--radius-full);transition:var(--transition);white-space:nowrap}.btn-primary{background:var(--color-accent);color:#fff;box-shadow:0 8px 24px -8px var(--color-accent)}.btn-primary:hover{background:var(--color-accent-dark);transform:translateY(-2px);box-shadow:0 12px 32px -8px var(--color-accent)}.btn-ghost{border:1px solid var(--color-border);color:var(--color-text)}.btn-ghost:hover{border-color:var(--color-accent);color:var(--color-accent);background:#2b7fff0f}.eyebrow{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-xs);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent)}.site-header{position:sticky;top:0;z-index:100;background:#0e141bd1;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--color-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);min-height:92px;padding-block:8px}.logo{display:flex;align-items:center;gap:var(--space-3);font-family:var(--font-display);font-weight:600;font-size:1.15rem;letter-spacing:-.02em}.logo svg{flex-shrink:0}.logo-text{line-height:1.15}.logo-text span.top{display:block;letter-spacing:0;word-spacing:.12em}.logo-text small{display:block;font-family:var(--font-body);font-weight:500;font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted)}.nav{display:flex;align-items:center;gap:var(--space-6)}.nav a{font-size:var(--text-sm);font-weight:500;color:var(--color-text-muted);transition:var(--transition)}.nav a:hover{color:var(--color-text)}.header-actions{display:flex;align-items:center;gap:var(--space-4)}.icon-btn{display:grid;place-items:center;width:40px;height:40px;border-radius:var(--radius-full);color:var(--color-text-muted);transition:var(--transition)}.icon-btn:hover{color:var(--color-text);background:var(--color-surface)}.menu-toggle{display:none}.announce{background:var(--color-surface);border-bottom:1px solid var(--color-border)}.announce .container{display:flex;align-items:center;justify-content:center;gap:var(--space-4);flex-wrap:wrap;padding-block:var(--space-3);font-size:var(--text-sm)}.announce .dot{width:8px;height:8px;border-radius:50%;background:var(--color-accent);box-shadow:0 0 0 4px #2b7fff33}.announce strong{color:var(--color-accent);font-weight:600}.hero{position:relative;overflow:hidden}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0e141bf5,#0e141bc7 45%,#0e141b59),linear-gradient(0deg,#0e141be6,#0e141b00 55%)}.hero-inner{position:relative;z-index:1;padding-block:clamp(var(--space-20),12vw,9rem);max-width:640px}.hero h1{font-size:var(--text-3xl);margin-block:var(--space-4) var(--space-5)}.hero h1 .accent{color:var(--color-accent)}.hero-sub{font-size:var(--text-lg);color:var(--color-text-muted);margin-bottom:var(--space-8);max-width:48ch}.hero-cta{display:flex;gap:var(--space-4);flex-wrap:wrap;margin-bottom:var(--space-10)}.hero-usps{display:flex;gap:var(--space-6);flex-wrap:wrap}.hero-usps li{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-text-muted)}.hero-usps svg{color:var(--color-accent);flex-shrink:0}.trust{background:var(--color-surface);border-block:1px solid var(--color-border)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-4);padding-block:var(--space-6)}.trust-item{display:flex;align-items:center;gap:var(--space-3)}.trust-item .ic{display:grid;place-items:center;width:44px;height:44px;border-radius:var(--radius-md);background:#2b7fff1f;color:var(--color-accent);flex-shrink:0}.trust-item strong{display:block;font-size:var(--text-sm);font-weight:600}.trust-item span{font-size:var(--text-xs);color:var(--color-text-muted)}.stars{color:var(--color-accent);letter-spacing:2px}.section-head{max-width:620px;margin-bottom:var(--space-12)}.section-head.center{margin-inline:auto;text-align:center}.section-head h2{font-size:var(--text-2xl);margin-block:var(--space-3) var(--space-4)}.section-head p{color:var(--color-text-muted);font-size:var(--text-lg)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-6)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-5)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-8);transition:var(--transition)}.card:hover{border-color:#2b7fff66;transform:translateY(-4px)}.card .ic{display:grid;place-items:center;width:52px;height:52px;border-radius:var(--radius-md);background:#2b7fff1f;color:var(--color-accent);margin-bottom:var(--space-5)}.card h3{font-size:var(--text-lg);margin-bottom:var(--space-3);font-family:var(--font-body);font-weight:700;letter-spacing:-.01em}.card p{color:var(--color-text-muted);font-size:var(--text-sm)}.card .link{display:inline-flex;align-items:center;gap:var(--space-2);margin-top:var(--space-5);color:var(--color-accent);font-weight:600;font-size:var(--text-sm)}.card .link svg{transition:var(--transition)}.card:hover .link svg{transform:translate(4px)}.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(var(--space-8),5vw,var(--space-20));align-items:center}.split-media img{border-radius:var(--radius-xl);border:1px solid var(--color-border)}.split ul.checks{margin-top:var(--space-6);display:grid;gap:var(--space-4)}.split ul.checks li{display:flex;gap:var(--space-3);align-items:flex-start}.split ul.checks .ic{display:grid;place-items:center;width:26px;height:26px;border-radius:var(--radius-full);background:#2b7fff26;color:var(--color-accent);flex-shrink:0;margin-top:2px}.split ul.checks strong{display:block;font-weight:600}.split ul.checks span{color:var(--color-text-muted);font-size:var(--text-sm)}.brands{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center}.brand-chip{padding:.7rem 1.6rem;border:1px solid var(--color-border);border-radius:var(--radius-full);font-weight:600;font-size:var(--text-sm);color:var(--color-text-muted);transition:var(--transition);background:var(--color-surface)}.brand-chip:hover{color:var(--color-accent);border-color:var(--color-accent)}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column}.product-card:hover{border-color:#2b7fff66;transform:translateY(-4px)}.product-thumb{aspect-ratio:4/3;background:var(--color-surface-2);display:grid;place-items:center;color:var(--color-text-muted);position:relative}.product-thumb .badge{position:absolute;top:var(--space-3);left:var(--space-3);background:var(--color-accent);color:#fff;font-size:var(--text-xs);font-weight:700;padding:.25rem .6rem;border-radius:var(--radius-full);letter-spacing:.05em}.product-body{padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-2);flex:1}.product-body h4{font-family:var(--font-body);font-weight:600;font-size:var(--text-sm);line-height:1.4}.product-price{margin-top:auto;font-weight:700;font-size:var(--text-base)}.product-price .old{color:var(--color-text-muted);font-weight:400;font-size:var(--text-sm);text-decoration:line-through;margin-left:var(--space-2)}.cta-banner{background:linear-gradient(135deg,var(--color-accent) 0%,var(--color-accent-dark) 100%);border-radius:var(--radius-xl);padding:clamp(var(--space-10),6vw,var(--space-20));text-align:center;position:relative;overflow:hidden}.cta-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.18),transparent 45%)}.cta-banner>*{position:relative}.cta-banner h2{color:#fff;font-size:var(--text-2xl);margin-bottom:var(--space-4)}.cta-banner p{color:#ffffffe6;font-size:var(--text-lg);max-width:48ch;margin-inline:auto;margin-bottom:var(--space-8)}.cta-banner .btn-primary{background:#fff;color:var(--color-accent-dark);box-shadow:0 12px 30px -8px #0000004d}.cta-banner .btn-primary:hover{background:#f0f4ff}.cta-banner .btn-ghost{border-color:#ffffff80;color:#fff}.cta-banner .btn-ghost:hover{background:#ffffff1a;border-color:#fff;color:#fff}.site-footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding-block:var(--space-20) var(--space-8)}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:var(--space-8);margin-bottom:var(--space-12)}.footer-brand p{color:var(--color-text-muted);font-size:var(--text-sm);margin-top:var(--space-4);max-width:34ch}.footer-col h4{font-family:var(--font-body);font-size:var(--text-sm);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-4)}.footer-col ul{display:grid;gap:var(--space-3)}.footer-col a{color:var(--color-text);font-size:var(--text-sm);transition:var(--transition)}.footer-col a:hover{color:var(--color-accent)}.footer-bottom{border-top:1px solid var(--color-border);padding-top:var(--space-6);display:flex;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;color:var(--color-text-muted);font-size:var(--text-xs)}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.16,1,.3,1)}.reveal.in{opacity:1;transform:none}@media(max-width:1000px){.grid-4{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.trust-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:860px){.nav,.header-actions .desktop-only{display:none}.menu-toggle{display:grid}.grid-3,.split{grid-template-columns:1fr}.split-media{order:-1}.hero-media:after{background:linear-gradient(0deg,#0e141bf5,#0e141b8c)}.hero-inner{max-width:100%;text-align:center}.hero-cta,.hero-usps{justify-content:center}.footer-grid{grid-template-columns:1fr}}@media(max-width:520px){.grid-4,.trust-grid{grid-template-columns:1fr}}.mobile-menu{position:fixed;inset:76px 0 auto 0;background:var(--color-bg);border-bottom:1px solid var(--color-border);padding:var(--space-6);display:none;flex-direction:column;gap:var(--space-4);z-index:99}.mobile-menu.open{display:flex}.mobile-menu a{font-size:var(--text-lg);font-weight:500}.category-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-8) var(--space-6);transition:var(--transition);display:flex;flex-direction:column;gap:var(--space-3)}.category-card:hover{border-color:#2b7fff66;transform:translateY(-4px)}.category-ic{display:grid;place-items:center;width:56px;height:56px;border-radius:var(--radius-md);background:#2b7fff1f;color:var(--color-accent);margin-bottom:var(--space-2)}.category-card h4{font-family:var(--font-body);font-weight:700;font-size:var(--text-lg);letter-spacing:-.01em}.category-card p{color:var(--color-text-muted);font-size:var(--text-sm)}.category-card .link{display:inline-flex;align-items:center;gap:var(--space-2);margin-top:auto;padding-top:var(--space-3);color:var(--color-accent);font-weight:600;font-size:var(--text-sm)}.category-card .link svg{transition:var(--transition)}.category-card:hover .link svg{transform:translate(4px)}.note-hint{margin-top:var(--space-8);text-align:center;color:var(--color-text-muted);font-size:var(--text-sm)}.page-header{padding-block:clamp(var(--space-16),12vw,var(--space-24)) var(--space-10);border-bottom:1px solid var(--color-border);background:radial-gradient(1200px 400px at 50% -10%,rgba(43,127,255,.14),transparent 70%);text-align:center}.page-header h1{font-family:var(--font-display);font-size:var(--text-3xl);letter-spacing:-.01em;margin-top:var(--space-3)}.page-header p{color:var(--color-text-muted);font-size:var(--text-lg);max-width:640px;margin:var(--space-4) auto 0}.split.img-right .split-media{order:2}.split.img-right .split-content{order:1}.rte{line-height:1.7;color:var(--color-text)}.rte p{margin-bottom:var(--space-4)}.rte h2,.rte h3{font-family:var(--font-display);margin-block:var(--space-6) var(--space-3)}.rte ul,.rte ol{margin:0 0 var(--space-4) var(--space-5);display:grid;gap:var(--space-2)}.rte a{color:var(--color-accent);text-decoration:underline}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-5)}.form-grid label{display:flex;flex-direction:column;gap:var(--space-2);font-size:var(--text-sm);font-weight:600}.form-grid label.full{grid-column:1 / -1}.form-grid input,.form-grid textarea,.product-variant,.search-input{width:100%;padding:.85em 1em;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);font:inherit;font-weight:400;transition:var(--transition)}.form-grid input:focus,.form-grid textarea:focus,.search-input:focus,.product-variant:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #2b7fff33}.form-success{padding:var(--space-4) var(--space-5);background:#2b7fff1f;border:1px solid rgba(43,127,255,.4);border-radius:var(--radius-md);margin-bottom:var(--space-6)}.cart-row{display:flex;justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--color-border)}.cart-total{display:flex;justify-content:space-between;padding-top:var(--space-5);font-size:var(--text-lg)}@media(max-width:720px){.form-grid{grid-template-columns:1fr}.split.img-right .split-media{order:1}.split.img-right .split-content{order:2}}.logo-link{display:inline-flex;align-items:center;flex-shrink:0;line-height:0}.site-logo-img{height:68px;width:auto;max-width:240px;display:block;object-fit:contain}@media(max-width:768px){.site-logo-img{height:52px;max-width:170px}}.service-card{display:flex;flex-direction:column;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:var(--transition)}.service-card:hover{border-color:#2b7fff73;transform:translateY(-4px)}.service-thumb{aspect-ratio:16 / 10;background:var(--color-surface-2, #1a2430);overflow:hidden}.service-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.service-card:hover .service-thumb img{transform:scale(1.04)}.service-thumb-ph{width:100%;height:100%;display:grid;place-items:center;color:var(--color-accent);background:#2b7fff14}.service-body{padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-3);flex:1}.service-body h3{font-family:var(--font-body);font-weight:700;font-size:var(--text-lg);letter-spacing:-.01em}.service-body p{color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.6}.service-foot{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-top:auto;padding-top:var(--space-4)}.service-price{font-weight:700;color:var(--color-text);font-size:var(--text-base)}.service-foot .link{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--color-accent);font-weight:600;font-size:var(--text-sm)}.service-foot .link svg{transition:var(--transition)}.service-card:hover .service-foot .link svg{transform:translate(4px)}.empty-state{max-width:560px;margin-inline:auto;text-align:center;padding:var(--space-16) var(--space-8);background:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius-xl)}.empty-ic{display:grid;place-items:center;width:72px;height:72px;margin:0 auto var(--space-5);border-radius:50%;background:#2b7fff1f;color:var(--color-accent)}.empty-state h3{font-family:var(--font-display);font-size:var(--text-xl);margin-bottom:var(--space-3)}.empty-state p{color:var(--color-text-muted);margin-bottom:var(--space-6);line-height:1.6}.footer-contact{list-style:none;margin:var(--space-5) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--space-3)}.footer-contact li{display:flex;align-items:flex-start;gap:var(--space-2);color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.5}.footer-contact svg{flex-shrink:0;margin-top:2px;color:var(--color-accent)}.footer-contact a{color:var(--color-text-muted);text-decoration:none;transition:var(--transition)}.footer-contact a:hover{color:var(--color-accent)}.footer-socials{display:flex;gap:var(--space-3);margin-top:var(--space-5)}.footer-socials a{display:grid;place-items:center;width:40px;height:40px;border-radius:var(--radius-md);border:1px solid var(--color-border);color:var(--color-text-muted);transition:var(--transition)}.footer-socials a:hover{color:var(--color-accent);border-color:#2b7fff73;transform:translateY(-2px)}.footer-legal{display:flex;gap:var(--space-4);flex-wrap:wrap}.footer-legal a{color:var(--color-text-muted);transition:var(--transition)}.footer-legal a:hover{color:var(--color-text)}.service-hero-ph{aspect-ratio:4/3;display:grid;place-items:center;background:#2b7fff14;border:1px solid var(--color-border);border-radius:var(--radius-xl);color:var(--color-accent)}.service-features{display:grid;gap:var(--space-3);margin-bottom:var(--space-6)}.service-features li{display:flex;align-items:flex-start;gap:var(--space-3);color:var(--color-text);font-size:var(--text-base)}.service-features li svg{flex-shrink:0;margin-top:3px;color:var(--color-accent)}.service-meta{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-muted);font-size:var(--text-sm);margin-bottom:var(--space-6)}.service-meta svg{flex-shrink:0;color:var(--color-accent)}.service-actions{display:flex;gap:var(--space-4);flex-wrap:wrap}.service-actions .btn{flex:1;justify-content:center;min-width:160px}.service-steps{margin-top:var(--space-20)}.step-card{position:relative;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-8) var(--space-6) var(--space-6)}.step-num{position:absolute;top:calc(-1 * var(--space-4));left:var(--space-6);display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--color-accent);color:#fff;font-family:var(--font-display);font-weight:700;font-size:var(--text-lg)}.step-card h3{font-family:var(--font-body);font-weight:700;font-size:var(--text-lg);margin-block:var(--space-2) var(--space-2)}.step-card p{color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.6}.pb-main-img{border-radius:var(--radius-xl)}.pb-thumbs{display:flex;gap:var(--space-3);margin-top:var(--space-4)}.pb-thumbs img{width:72px;height:72px;object-fit:cover;border-radius:var(--radius-md);border:1px solid var(--color-border);cursor:pointer;transition:var(--transition)}.pb-thumbs img:hover{border-color:var(--color-accent)}.pb-vendor{display:inline-block;color:var(--color-accent);font-weight:600;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.06em}.pb-stock{margin-bottom:var(--space-4);font-size:var(--text-sm)}.pb-instock{display:inline-flex;align-items:center;gap:var(--space-2);color:#34d399;font-weight:600}.pb-outstock{color:var(--color-text-muted)}.pb-label{display:flex;flex-direction:column;gap:var(--space-2);font-size:var(--text-sm);font-weight:600;margin-bottom:var(--space-4)}.pb-buy-row{display:flex;gap:var(--space-3);align-items:stretch;margin-bottom:var(--space-6)}.pb-qty{width:72px;text-align:center;padding:.7em;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);font:inherit}.pb-compat{padding:var(--space-5);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:var(--space-5)}.pb-compat h4{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:700;margin-bottom:var(--space-3)}.pb-compat h4 svg{color:var(--color-accent)}.pb-compat-chips{display:flex;flex-wrap:wrap;gap:var(--space-2)}.pb-compat-chips .chip{padding:.35em .85em;background:var(--color-bg);border:1px solid var(--color-border);border-radius:999px;font-size:var(--text-sm);color:var(--color-text-muted)}.pb-trust{display:grid;gap:var(--space-2)}.pb-trust li{display:flex;align-items:center;gap:var(--space-3);color:var(--color-text-muted);font-size:var(--text-sm)}.pb-trust li svg{flex-shrink:0;color:var(--color-accent)}@media(max-width:720px){.service-actions .btn{min-width:0}}.container-narrow{max-width:780px}.legal-page{padding-block:var(--space-16)}.legal-head{margin-bottom:var(--space-10);padding-bottom:var(--space-6);border-bottom:1px solid var(--color-border)}.legal-head h1{font-size:var(--text-2xl);margin-top:var(--space-3)}.legal-updated{color:var(--color-text-muted);font-size:var(--text-sm);margin-top:var(--space-3)}.legal-notice{display:flex;gap:var(--space-3);align-items:flex-start;padding:var(--space-4) var(--space-5);margin-bottom:var(--space-8);background:#2b7fff12;border:1px solid rgba(43,127,255,.25);border-radius:var(--radius-md)}.legal-notice svg{flex-shrink:0;color:var(--color-accent);margin-top:2px}.legal-notice p{color:var(--color-text-muted);font-size:var(--text-sm);margin:0}.legal-body{color:var(--color-text);line-height:1.75}.legal-body h2{font-size:var(--text-xl);margin-block:var(--space-10) var(--space-4)}.legal-body h3{font-size:var(--text-lg);margin-block:var(--space-6) var(--space-3)}.legal-body p{margin-bottom:var(--space-4);color:var(--color-text-muted)}.legal-body ul,.legal-body ol{margin:0 0 var(--space-4) var(--space-6);color:var(--color-text-muted)}.legal-body li{margin-bottom:var(--space-2)}.legal-body a{color:var(--color-accent);text-decoration:underline}.legal-body strong{color:var(--color-text)}.legal-back{display:inline-block;margin-top:var(--space-10);color:var(--color-accent);font-weight:600}.skip-link{position:absolute;left:-999px;top:0;z-index:200;background:var(--color-accent);color:#fff;padding:.7em 1.2em;border-radius:0 0 var(--radius-md) 0;font-weight:600}.skip-link:focus{left:0}.footer-cta{margin-top:var(--space-5)}.phone-btn{white-space:nowrap;font-variant-numeric:tabular-nums}.faq-section{padding:var(--space-8) 0}.faq-head{max-width:640px;margin:0 auto var(--space-6);text-align:center}.faq-sub{color:var(--color-text-muted);margin-top:var(--space-2)}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-3)}.faq-item{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);overflow:hidden}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-4) var(--space-5);font-weight:600;cursor:pointer;list-style:none;color:var(--color-text)}.faq-question::-webkit-details-marker{display:none}.faq-icon{flex:0 0 auto;transition:transform .25s ease;color:var(--color-accent)}.faq-item[open] .faq-icon{transform:rotate(180deg)}.faq-answer{padding:0 var(--space-5) var(--space-5);color:var(--color-text-muted);line-height:1.65}.faq-answer p{margin:0}.card-price{margin-top:var(--space-4);color:var(--color-text);font-size:var(--text-base);font-weight:700}
/*# sourceMappingURL=/cdn/shop/t/14/assets/theme.css.map */
