@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Sora:wght@500;600;700&display=swap";:root{--brand-dark: #191919;--brand-darker: #0d0d0d;--brand-lime: #bbff03;--brand-lime-dark: #9fd900;--brand-cyan: #00badb;--brand-cyan-dark: #00798e;--brand-50: #f0ffe6;--brand-100: #e1ffc7;--brand-200: #d2ffa8;--brand-300: #c3ff89;--brand-400: #bbff03;--brand-500: #bbff03;--brand-600: #9fd900;--brand-700: #7ab800;--brand-800: #5a8a00;--brand-900: #3a5c00;--brand-950: #1a2a00;--accent: #bbff03;--accent-light: #f0ffe6;--warning: #f59e0b;--danger: #ff0000;--gray-50: #f3f5f6;--gray-100: #e8eaec;--gray-200: #d1d5d8;--gray-300: #b3b9bd;--gray-400: #8a9198;--gray-500: #677279;--gray-600: #4f585e;--gray-700: #3a4145;--gray-800: #272727;--gray-900: #191919;--font-body: "Plus Jakarta Sans", -apple-system, sans-serif;--font-heading: "Sora", "Plus Jakarta Sans", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", "Courier New", monospace;--radius-sm: 6px;--radius: 10px;--radius-lg: 16px;--radius-xl: 24px;--text-min: 12px;--text-meta: 12.5px;--header-h: 103px;--sticky-bar-h: 0px;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.08), 0 2px 4px -2px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.06);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.08), 0 8px 10px -6px rgba(0,0,0,.06);--transition: .2s cubic-bezier(.4,0,.2,1);--transition-fast: .15s ease;--transition-slow: .3s ease;--color-text-muted: rgba(255, 255, 255, .6)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font-body);color:#e8eaec;background:#0d0d0d;line-height:1.6;font-size:15px;font-weight:500}a{color:var(--brand-lime);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--brand-lime-dark)}img{max-width:100%;display:block}h1,h2,h3{text-wrap:balance}p,li{text-wrap:pretty}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{-webkit-text-size-adjust:100%}@media(pointer:coarse)and (max-width:900px){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]),select,textarea{font-size:16px}:is(input,select,textarea):not([type=checkbox]):not([type=radio]):not([type=range]):not([type=color]):not([hidden]){font-size:16px}}@media(pointer:coarse){.u-touch{min-height:44px;min-width:44px;touch-action:manipulation}.u-touch-expand{position:relative;touch-action:manipulation}.u-touch-expand:after{content:"";position:absolute;top:50%;left:50%;width:44px;height:44px;transform:translate(-50%,-50%)}}.container{max-width:1200px;margin:0 auto;padding:0 max(24px,env(safe-area-inset-right,0px)) 0 max(24px,env(safe-area-inset-left,0px))}.main{min-height:100svh}.text-center{text-align:center}.text-muted{color:#fff9}.text-gradient{color:var(--brand-lime)}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.coming-soon-badge{display:inline-block;padding:3px 10px;background:#bbff0326;border:1px solid rgba(187,255,3,.4);border-radius:12px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--brand-lime);margin-left:8px;white-space:nowrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:var(--radius);font-family:var(--font-body);font-size:14px;font-weight:600;border:none;cursor:pointer;transition:all var(--transition-fast);line-height:1.4;white-space:nowrap;touch-action:manipulation}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--brand-lime);color:var(--brand-dark)}.btn-primary:hover:not(:disabled){background:var(--brand-lime-dark);color:var(--brand-dark)}.btn-outline{background:transparent;border:1.5px solid var(--brand-lime);color:var(--brand-lime)}.btn-outline:hover{background:#bbff031a;border-color:var(--brand-lime-dark);color:var(--brand-lime)}.btn-light{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.btn-light:hover{background:#ffffff26;color:#fff}.btn-ghost{background:transparent;color:var(--gray-500)}.btn-ghost:hover{color:var(--gray-700);background:var(--gray-100)}.btn-sm{padding:6px 14px;font-size:13px}.btn-lg{padding:14px 28px;font-size:16px}.btn-block{width:100%}@media(pointer:coarse){.btn-sm{min-height:44px}}.btn-accent{background:var(--brand-lime);color:var(--brand-dark)}.btn-accent:hover:not(:disabled){background:var(--brand-lime-dark);color:var(--brand-dark)}.btn:focus-visible{outline:2px solid var(--brand-lime);outline-offset:2px}.header{position:sticky;top:0;z-index:1000;background:#0d0d0d;box-shadow:0 1px 3px #00000080;border-bottom:1px solid rgba(187,255,3,.1)}.header-top{background:var(--brand-dark);color:#fffc;font-size:12px;padding:6px 0}.header-top .container{display:flex;justify-content:space-between;align-items:center}.header-top a{color:#fffc}.header-top a:hover{color:var(--brand-lime)}.header-main{border-bottom:1px solid rgba(255,255,255,.05)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;height:70px}.logo{display:flex;align-items:center;gap:10px;color:var(--brand-dark);text-decoration:none}.logo img{display:block;height:45px;width:auto;filter:drop-shadow(0 0 .45px rgba(187,255,3,.9))}@media(pointer:coarse){.logo{min-height:44px;touch-action:manipulation}}.logo-text{font-size:22px;font-weight:700;letter-spacing:-.5px;line-height:1}.logo-cloud{font-size:22px;font-weight:300;letter-spacing:-.5px;line-height:1;color:var(--brand-lime)}.nav-links{display:flex;align-items:center;gap:2px;flex-wrap:nowrap;min-width:0}.nav-link{padding:8px 10px;border-radius:4px;font-size:14px;font-weight:500;color:#ffffffd9;transition:all var(--transition-fast);background:none;border:none;cursor:pointer;font-family:var(--font-body);display:flex;align-items:center;gap:4px;line-height:1.2;white-space:nowrap;flex-shrink:0}.nav-link:hover{color:var(--brand-lime);background:#bbff0314}.nav-link.active{color:var(--brand-lime);background:#bbff031f;font-weight:600}.nav-dropdown{position:relative}.nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);z-index:1100;background:linear-gradient(180deg,#191919fa,#0f0f0ffa);border-radius:var(--radius-lg);box-shadow:0 24px 60px #000000b8;border:1px solid rgba(187,255,3,.22);padding:10px;min-width:360px;max-width:420px;max-height:70vh;overflow-y:auto;opacity:0;visibility:hidden;transform:translate(-50%) translateY(4px);transition:all var(--transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav-dropdown-menu.active{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-item{display:block;padding:10px 12px;border-radius:var(--radius-sm);transition:background var(--transition),border-color var(--transition);position:relative;border:1px solid rgba(255,255,255,.05);margin-bottom:6px}.dropdown-item:hover{background:#bbff031a;border-color:#bbff0359}.dropdown-item.coming-soon{opacity:.72;cursor:not-allowed;pointer-events:none;border-style:dashed;border-color:#ffffff1f}.dropdown-item.coming-soon:hover{background:transparent}.dropdown-item strong{display:block;color:#f7f9fb;font-size:14px;line-height:1.25;margin-bottom:3px}.dropdown-item span{display:block;font-size:12px;line-height:1.35;color:#fffc}.dropdown-section-label{font-size:var(--text-min);font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:#bbff03e6;padding:10px 12px 6px;margin-top:6px;border-top:1px solid rgba(255,255,255,.08)}.dropdown-section-label:first-child{margin-top:0}.nav-dropdown-menu::-webkit-scrollbar{width:8px}.nav-dropdown-menu::-webkit-scrollbar-track{background:#ffffff0d;border-radius:8px}.nav-dropdown-menu::-webkit-scrollbar-thumb{background:#bbff0359;border-radius:8px}.nav-dropdown-menu::-webkit-scrollbar-thumb:hover{background:#bbff038c}.nav-dropdown-menu--wide{min-width:min(760px,calc(100vw - 32px));max-width:min(820px,calc(100vw - 32px))}@media(min-width:769px)and (max-width:1259px){.header-inner{position:relative}.nav-dropdown--wide,.shop-nav-dropdown{position:static}}.nav-dropdown-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.nav-dropdown-grid .dropdown-section-label{border-top:0}.shop-nav-panel{min-width:620px;max-width:min(720px,calc(100vw - 32px))}.shop-nav-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:12px;border-bottom:1px solid rgba(255,255,255,.08)}.shop-nav-panel__header strong{display:block;color:#fff;font-size:15px;line-height:1.3}.shop-nav-panel__header span,.shop-nav-search span{display:block;color:#ffffffb8;font-size:12px;line-height:1.4}.shop-nav-panel__view{flex-shrink:0;min-height:34px;padding:8px 10px;border-radius:4px;background:var(--brand-lime);color:var(--brand-dark);font-size:12px;font-weight:800}.shop-nav-panel__view:hover{background:var(--brand-lime-dark);color:var(--brand-dark)}.shop-nav-search{display:flex;align-items:center;gap:10px;min-height:42px;margin:10px 0 6px;padding:10px 12px;border:1px solid rgba(187,255,3,.22);border-radius:6px;background:#bbff030f}.shop-nav-search svg{color:var(--brand-lime);flex-shrink:0}.shop-nav-search:focus-within{border-color:var(--brand-lime);background:#bbff031a}.shop-nav-search input{flex:1;min-width:0;border:0;background:transparent;color:#fff;font:inherit;font-size:13px}.shop-nav-search input::placeholder{color:#fff9}.shop-nav-search input:focus{outline:none}.shop-nav-search__submit{flex-shrink:0;min-height:30px;padding:0 12px;border:0;border-radius:4px;background:var(--brand-lime);color:var(--brand-dark);font:inherit;font-size:12px;font-weight:800;cursor:pointer}.shop-nav-search__submit:hover{background:var(--brand-lime-dark)}.shop-nav-panel__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:10px}.shop-nav-shortcut{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:start}.shop-nav-shortcut>svg{margin-top:2px;color:var(--brand-lime)}.shop-nav-shortcut>span,.shop-nav-shortcut>span>span{min-width:0}.nav-drawer-commerce{display:none}.header-trust{display:inline-flex;align-items:center;gap:6px;min-width:0;margin:0;font-size:var(--text-meta);font-weight:700;line-height:1.2;letter-spacing:.01em;color:#ffffffbf}.header-trust svg{color:var(--brand-lime);flex-shrink:0}.header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.header-user-pill{display:inline-flex;align-items:center;gap:6px;max-width:210px;padding:6px 12px;border-radius:4px;border:1px solid rgba(187,255,3,.3);background:#bbff030f;color:#eaffc7;font-size:12px;font-weight:600;line-height:1}.header-user-pill svg{color:var(--brand-lime);flex-shrink:0}.header-user-pill span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:7px;min-width:44px;height:44px;padding:0 11px;border-radius:4px;color:#ffffffd9;transition:all var(--transition)}.cart-btn:hover{background:#bbff031a;color:var(--brand-lime)}.cart-btn.has-items{border:1px solid rgba(187,255,3,.3);background:#bbff0312}.cart-btn-label{display:none;font-size:12px;font-weight:800}.cart-btn:focus-visible,.nav-link:focus-visible,.dropdown-item:focus-visible,.shop-nav-panel__view:focus-visible,.shop-nav-search:focus-visible,.mobile-toggle:focus-visible,.header-actions .btn:focus-visible,.header-top a:focus-visible,.logo:focus-visible{outline:2px solid var(--brand-lime);outline-offset:3px}.shop-filter-panel a:focus-visible,.shop-product-link:focus-visible,.shop-product-media:focus-visible,.shop-product-body h2 a:focus-visible{outline:2px solid var(--shop-accent-text, var(--brand-lime));outline-offset:3px}.header-actions .btn{min-height:44px;border-radius:4px;padding:9px 14px}.cart-badge{position:absolute;top:-2px;right:-2px;background:var(--brand-lime);color:var(--brand-dark);font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #0d0d0d}.mobile-toggle{display:none;min-width:44px;min-height:44px;background:none;border:none;cursor:pointer;color:#ffffffd9}.nav-scrim{display:none}body.nav-open{overflow:hidden}.hero{position:relative;overflow:hidden;padding:80px 0 60px;background:linear-gradient(135deg,var(--brand-dark) 0%,var(--brand-darker) 50%,#000000 100%);color:#fff}.hero .btn-primary{background:var(--brand-lime);color:var(--brand-dark)}.hero .btn-primary:hover:not(:disabled){background:var(--brand-lime-dark)}.hero-home{padding:100px 0 80px}.hero-bg{position:absolute;inset:0;overflow:hidden}.hero-grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px}.hero-glow{position:absolute;top:-200px;right:-100px;width:600px;height:600px;background:radial-gradient(circle,rgba(187,255,3,.15),transparent 70%);border-radius:50%}.hero-content{position:relative;z-index:1;text-align:center;max-width:860px;margin:0 auto}.hero h1{font-family:var(--font-heading);font-size:3rem;font-weight:700;letter-spacing:-1px;line-height:1.1;margin-bottom:16px}.hero-subtitle{font-size:1.1rem;color:#ffffffbf;max-width:600px;margin:0 auto 32px;line-height:1.7}.hero-badge{display:inline-block;padding:6px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:100px;font-size:13px;font-weight:500;margin-bottom:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero-stats{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:40px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.hero-actions{display:flex;gap:12px;justify-content:center;margin-top:18px}.stat{text-align:center}.stat strong{display:block;font-size:18px;font-weight:700;color:var(--brand-lime)}.stat-divider{width:1px;height:32px;background:#ffffff26}.trust-strip{border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);background:#ffffff05}.trust-strip-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding-top:14px;padding-bottom:14px}.trust-pill{display:flex;align-items:center;justify-content:center;gap:8px;color:#ffffffb3;padding:10px 14px;font-size:13px;font-weight:500}.trust-pill svg{color:#fff6}.domain-search{max-width:640px;margin:0 auto}.domain-search-input{display:flex;align-items:center;gap:12px;background:#ffffff14;border-radius:var(--radius);padding:6px 6px 6px 18px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.12)}.domain-search-input svg{color:#ffffff80;flex-shrink:0}.domain-search-input input{flex:1;border:none;outline:none;font-size:16px;font-family:var(--font-body);color:#fff;background:transparent;min-width:0}.domain-search-input input::placeholder{color:#ffffff80}.domain-search-input .btn{padding:12px 24px;border-radius:var(--radius)}.domain-tlds{display:flex;gap:8px;justify-content:center;margin-top:14px;flex-wrap:wrap}.tld{font-size:12px;font-weight:600;color:#ffffff80;padding:3px 10px;border:1px solid rgba(255,255,255,.1);border-radius:100px}.domain-search.compact .domain-search-input{box-shadow:var(--shadow);border:1px solid var(--gray-200)}.cart-toast{position:fixed;top:20px;right:20px;z-index:1200;padding:12px 16px;border-radius:var(--radius);font-size:14px;font-weight:600;box-shadow:var(--shadow-lg)}.cart-toast-error{background:#ff00001f;color:#ff6b6b;border:1px solid rgba(255,0,0,.35)}.domain-results{display:flex;flex-direction:column;gap:8px;max-width:700px;margin:0 auto}.domain-result{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);transition:all var(--transition-fast)}.domain-result:hover{background:#ffffff0d}.domain-result.available{border:1px solid rgba(187,255,3,.4);background:#bbff030a}.domain-result.taken{border:1px solid rgba(255,255,255,.12);opacity:.6}.domain-result.invalid{border:1px solid rgba(239,68,68,.45);background:#ef44440f}.domain-result-info{display:flex;align-items:center;gap:16px}.domain-name{font-weight:600;font-size:16px;font-family:var(--font-mono);color:#fff}.domain-status{font-size:12px;font-weight:600}.domain-status.available{color:var(--brand-lime)}.domain-status.taken{color:#fff6}.domain-status.invalid{color:#fecaca;background:#ef444433;border:1px solid rgba(239,68,68,.45);padding:3px 8px;border-radius:999px}.domain-result-action{display:flex;align-items:center;gap:12px}.domain-price{font-weight:700;color:var(--brand-lime)}.tld-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.tld-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:24px;text-align:center;transition:all var(--transition-slow)}.tld-card:hover{background:#ffffff0d;border-color:#bbff0359}.tld-name{display:block;font-size:22px;font-weight:700;color:var(--brand-lime);font-family:var(--font-mono)}.tld-price{display:block;font-size:14px;font-weight:600;color:#fff;margin:8px 0 4px}.tld-desc{font-size:12px;color:#fff9}.section{padding:64px 0}.section-alt{background:#ffffff05}.section+.section{padding-top:48px}.section:first-of-type{padding-top:56px}.section-header{text-align:center;margin-bottom:36px}.section-header h2{font-family:var(--font-heading);font-size:2rem;font-weight:700;letter-spacing:-.5px;color:#fff;margin-bottom:12px}.section-header p{font-size:1.05rem;color:#ffffffb3;max-width:600px;margin:0 auto}.freight-policy-content{max-width:900px}.freight-policy-content h2{margin:2rem 0 .75rem;color:#fff;font-size:1.45rem}.freight-policy-content p{color:#ffffffc7;line-height:1.75}.freight-policy-rate-table{display:grid;gap:1px;margin:1rem 0 1.25rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:8px}.freight-policy-rate-table [role=row]{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;background:#ffffff1a}.freight-policy-rate-table span{min-width:0;padding:.85rem .75rem;background:#070c14e6;color:#ffffffd1;text-align:center;font-weight:700}.freight-policy-rate-table [role=columnheader]{color:#fff;background:#a3e6351f}.section-intro{padding-top:48px;padding-bottom:56px}.intro-section-title{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:32px;letter-spacing:-.3px;text-align:center}.intro-cards{display:flex;flex-direction:column;gap:24px;max-width:680px;margin:0 auto}.intro-cards.has-images{max-width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:0}@media(max-width:900px){.intro-cards.has-images{grid-template-columns:1fr}}.intro-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);overflow:hidden;transition:border-color var(--transition),background var(--transition)}.intro-card:hover{border-color:#ffffff26;background:#ffffff0a}.intro-card-image{aspect-ratio:4/3;overflow:hidden}.intro-card-image img{width:100%;height:100%;object-fit:cover;display:block}.intro-card-body{padding:20px}.intro-card-heading{font-size:1rem;font-weight:600;color:#fff;margin-bottom:8px}.intro-card-text{font-size:.9rem;color:#ffffffb3;line-height:1.55}.setup-wizard-cta-inline{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;padding:20px 24px;margin-top:24px;background:#bbff030f;border:1px solid rgba(187,255,3,.2);border-radius:var(--radius-lg);text-align:center}.setup-wizard-cta-inline .setup-wizard-cta-text{margin:0;color:#ffffffe6;font-size:.95rem}.use-case-switcher{margin-bottom:32px;text-align:center}.use-case-label{font-size:.9rem;color:#fff9;margin-bottom:12px}.use-case-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.use-case-btn{padding:10px 18px;border-radius:8px;font-size:.9rem;font-weight:600;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#ffffffd9;cursor:pointer;transition:all var(--transition)}.use-case-btn:hover{background:#ffffff14;border-color:#fff3}.use-case-btn.active{background:#bbff0326;border-color:#bbff0366;color:var(--brand-lime)}.use-case-hint{font-size:.9rem;color:#ffffffa6;max-width:560px;margin:16px auto 0;line-height:1.5}.section-faq{background:#ffffff05}.hosting-faq{margin-top:24px;max-width:700px;margin-left:auto;margin-right:auto}.hosting-faq details{margin-bottom:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 16px;cursor:pointer}.hosting-faq details[open]{background:#bbff030d;border-color:#bbff0333}.hosting-faq summary{font-weight:600;color:var(--text-primary);font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.hosting-faq summary:hover{color:var(--brand-lime)}.hosting-faq p{margin:12px 0 0;color:#ffffffb3;font-size:14px;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.service-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:20px;transition:all var(--transition-slow);display:flex;align-items:flex-start;gap:16px;color:inherit;position:relative}.service-card:hover{border-color:#ffffff2e;background:color-mix(in srgb,var(--accent, #fff) 4%,transparent);color:inherit}.service-card.coming-soon{opacity:.5;cursor:not-allowed;pointer-events:none}.service-card.coming-soon:hover{box-shadow:none;border-color:#ffffff14}.service-card-badge{position:absolute;top:12px;right:12px;padding:3px 8px;background:#bbff0326;border:1px solid rgba(187,255,3,.3);border-radius:10px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--brand-lime)}.service-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:color-mix(in srgb,var(--accent, var(--brand-500)) 12%,transparent);color:var(--accent, var(--brand-500))}.service-card{overflow:hidden}.service-card:after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:100px;height:80px;background-color:var(--accent, rgba(255,255,255,.5));opacity:.07;pointer-events:none;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-size:contain;mask-repeat:no-repeat;mask-position:center;transition:opacity var(--transition-slow),transform var(--transition-slow)}.service-card:hover:after{opacity:.14;transform:translateY(-50%) scale(1.08)}.service-card[data-svc=domains]:after,.service-card[data-svc=dns]:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Ccircle cx='50' cy='40' r='28' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cellipse cx='50' cy='40' rx='11' ry='28' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cline x1='22' y1='40' x2='78' y2='40' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M26 27 Q50 22 74 27' fill='none' stroke='white' stroke-width='1'/%3E%3Cpath d='M26 53 Q50 58 74 53' fill='none' stroke='white' stroke-width='1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Ccircle cx='50' cy='40' r='28' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cellipse cx='50' cy='40' rx='11' ry='28' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cline x1='22' y1='40' x2='78' y2='40' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M26 27 Q50 22 74 27' fill='none' stroke='white' stroke-width='1'/%3E%3Cpath d='M26 53 Q50 58 74 53' fill='none' stroke='white' stroke-width='1'/%3E%3C/svg%3E")}.service-card[data-svc=hosting]:after,.service-card[data-svc=servers]:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Crect x='15' y='8' width='70' height='16' rx='3' fill='none' stroke='white' stroke-width='1.5'/%3E%3Crect x='15' y='32' width='70' height='16' rx='3' fill='none' stroke='white' stroke-width='1.5'/%3E%3Crect x='15' y='56' width='70' height='16' rx='3' fill='none' stroke='white' stroke-width='1.5'/%3E%3Ccircle cx='28' cy='16' r='2.5' fill='white'/%3E%3Ccircle cx='28' cy='40' r='2.5' fill='white'/%3E%3Ccircle cx='28' cy='64' r='2.5' fill='white'/%3E%3Cline x1='60' y1='16' x2='75' y2='16' stroke='white' stroke-width='1.5'/%3E%3Cline x1='60' y1='40' x2='75' y2='40' stroke='white' stroke-width='1.5'/%3E%3Cline x1='60' y1='64' x2='75' y2='64' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Crect x='15' y='8' width='70' height='16' rx='3' fill='none' stroke='white' stroke-width='1.5'/%3E%3Crect x='15' y='32' width='70' height='16' rx='3' fill='none' stroke='white' stroke-width='1.5'/%3E%3Crect x='15' y='56' width='70' height='16' rx='3' fill='none' stroke='white' stroke-width='1.5'/%3E%3Ccircle cx='28' cy='16' r='2.5' fill='white'/%3E%3Ccircle cx='28' cy='40' r='2.5' fill='white'/%3E%3Ccircle cx='28' cy='64' r='2.5' fill='white'/%3E%3Cline x1='60' y1='16' x2='75' y2='16' stroke='white' stroke-width='1.5'/%3E%3Cline x1='60' y1='40' x2='75' y2='40' stroke='white' stroke-width='1.5'/%3E%3Cline x1='60' y1='64' x2='75' y2='64' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E")}.service-card[data-svc=email]:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Crect x='10' y='15' width='80' height='50' rx='4' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M10 15 L50 43 L90 15' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M10 65 L36 41' fill='none' stroke='white' stroke-width='1'/%3E%3Cpath d='M90 65 L64 41' fill='none' stroke='white' stroke-width='1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Crect x='10' y='15' width='80' height='50' rx='4' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M10 15 L50 43 L90 15' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M10 65 L36 41' fill='none' stroke='white' stroke-width='1'/%3E%3Cpath d='M90 65 L64 41' fill='none' stroke='white' stroke-width='1'/%3E%3C/svg%3E")}.service-card[data-svc=exchange]:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath d='M62 18 A22 22 0 0 1 62 62' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cpath d='M38 62 A22 22 0 0 1 38 18' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cpolygon points='62,13 69,20 55,20' fill='white'/%3E%3Cpolygon points='38,67 31,60 45,60' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath d='M62 18 A22 22 0 0 1 62 62' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cpath d='M38 62 A22 22 0 0 1 38 18' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cpolygon points='62,13 69,20 55,20' fill='white'/%3E%3Cpolygon points='38,67 31,60 45,60' fill='white'/%3E%3C/svg%3E")}.service-card[data-svc=protection]:after,.service-card[data-svc=ssl]:after,.service-card[data-svc=privacy]:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath d='M50 6 L82 20 V44 C82 60 66 72 50 76 C34 72 18 60 18 44 V20 Z' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cpath d='M34 40 L45 51 L66 30' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath d='M50 6 L82 20 V44 C82 60 66 72 50 76 C34 72 18 60 18 44 V20 Z' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cpath d='M34 40 L45 51 L66 30' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.service-card[data-svc=marketing]:after,.service-card[data-svc=analytics]:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Crect x='12' y='52' width='14' height='20' rx='2' fill='white'/%3E%3Crect x='32' y='38' width='14' height='34' rx='2' fill='white'/%3E%3Crect x='52' y='24' width='14' height='48' rx='2' fill='white'/%3E%3Crect x='72' y='10' width='14' height='62' rx='2' fill='white'/%3E%3Cpath d='M16 48 L40 34 L58 20 L80 8' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpolygon points='84,5 84,14 75,8' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Crect x='12' y='52' width='14' height='20' rx='2' fill='white'/%3E%3Crect x='32' y='38' width='14' height='34' rx='2' fill='white'/%3E%3Crect x='52' y='24' width='14' height='48' rx='2' fill='white'/%3E%3Crect x='72' y='10' width='14' height='62' rx='2' fill='white'/%3E%3Cpath d='M16 48 L40 34 L58 20 L80 8' fill='none' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpolygon points='84,5 84,14 75,8' fill='white'/%3E%3C/svg%3E")}.service-card[data-svc=directory]:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath d='M50 8 C57 8 63 14 63 22 C63 34 50 44 50 44 C50 44 37 34 37 22 C37 14 43 8 50 8Z' fill='none' stroke='white' stroke-width='1.8'/%3E%3Ccircle cx='50' cy='21' r='5' fill='none' stroke='white' stroke-width='1.5'/%3E%3Ccircle cx='22' cy='55' r='4' fill='white' opacity='.6'/%3E%3Ccircle cx='78' cy='50' r='4' fill='white' opacity='.6'/%3E%3Ccircle cx='65' cy='68' r='3' fill='white' opacity='.4'/%3E%3Ccircle cx='35' cy='70' r='3' fill='white' opacity='.4'/%3E%3Ccircle cx='50' cy='60' r='2' fill='white' opacity='.3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath d='M50 8 C57 8 63 14 63 22 C63 34 50 44 50 44 C50 44 37 34 37 22 C37 14 43 8 50 8Z' fill='none' stroke='white' stroke-width='1.8'/%3E%3Ccircle cx='50' cy='21' r='5' fill='none' stroke='white' stroke-width='1.5'/%3E%3Ccircle cx='22' cy='55' r='4' fill='white' opacity='.6'/%3E%3Ccircle cx='78' cy='50' r='4' fill='white' opacity='.6'/%3E%3Ccircle cx='65' cy='68' r='3' fill='white' opacity='.4'/%3E%3Ccircle cx='35' cy='70' r='3' fill='white' opacity='.4'/%3E%3Ccircle cx='50' cy='60' r='2' fill='white' opacity='.3'/%3E%3C/svg%3E")}.service-card[data-svc=booster]:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath d='M20 58 A30 30 0 0 1 80 58' fill='none' stroke='white' stroke-width='2'/%3E%3Cline x1='50' y1='58' x2='68' y2='34' stroke='white' stroke-width='2.3' stroke-linecap='round'/%3E%3Ccircle cx='50' cy='58' r='3.5' fill='white'/%3E%3Cline x1='30' y1='51' x2='34' y2='46' stroke='white' stroke-width='1.4'/%3E%3Cline x1='50' y1='46' x2='50' y2='40' stroke='white' stroke-width='1.4'/%3E%3Cline x1='70' y1='51' x2='66' y2='46' stroke='white' stroke-width='1.4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath d='M20 58 A30 30 0 0 1 80 58' fill='none' stroke='white' stroke-width='2'/%3E%3Cline x1='50' y1='58' x2='68' y2='34' stroke='white' stroke-width='2.3' stroke-linecap='round'/%3E%3Ccircle cx='50' cy='58' r='3.5' fill='white'/%3E%3Cline x1='30' y1='51' x2='34' y2='46' stroke='white' stroke-width='1.4'/%3E%3Cline x1='50' y1='46' x2='50' y2='40' stroke='white' stroke-width='1.4'/%3E%3Cline x1='70' y1='51' x2='66' y2='46' stroke='white' stroke-width='1.4'/%3E%3C/svg%3E")}.service-card[data-svc=seo]:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Ccircle cx='42' cy='34' r='15' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cline x1='53' y1='45' x2='70' y2='62' stroke='white' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M38 34 H48' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M43 29 L48 34 L43 39' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Ccircle cx='42' cy='34' r='15' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cline x1='53' y1='45' x2='70' y2='62' stroke='white' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M38 34 H48' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M43 29 L48 34 L43 39' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.service-card[data-svc=backup]:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath d='M30 57 H70 C77 57 83 52 83 45 C83 38 78 33 71 33 C69 24 61 18 52 18 C43 18 35 24 33 32 C25 33 19 39 19 47 C19 53 24 57 30 57 Z' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cline x1='51' y1='34' x2='51' y2='50' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpolyline points='45,44 51,50 57,44' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Cpath d='M30 57 H70 C77 57 83 52 83 45 C83 38 78 33 71 33 C69 24 61 18 52 18 C43 18 35 24 33 32 C25 33 19 39 19 47 C19 53 24 57 30 57 Z' fill='none' stroke='white' stroke-width='1.8'/%3E%3Cline x1='51' y1='34' x2='51' y2='50' stroke='white' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpolyline points='45,44 51,50 57,44' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.service-card[data-svc=sitebuilder]:after{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Crect x='16' y='11' width='68' height='58' rx='4' fill='none' stroke='white' stroke-width='1.7'/%3E%3Cline x1='16' y1='28' x2='84' y2='28' stroke='white' stroke-width='1.5'/%3E%3Cline x1='44' y1='28' x2='44' y2='69' stroke='white' stroke-width='1.5'/%3E%3Crect x='22' y='34' width='16' height='10' rx='2' fill='none' stroke='white' stroke-width='1.3'/%3E%3Crect x='22' y='48' width='16' height='14' rx='2' fill='none' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M56 39 L73 47 L66 51 L70 62 L62 65 L58 54 L50 58 Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 80'%3E%3Crect x='16' y='11' width='68' height='58' rx='4' fill='none' stroke='white' stroke-width='1.7'/%3E%3Cline x1='16' y1='28' x2='84' y2='28' stroke='white' stroke-width='1.5'/%3E%3Cline x1='44' y1='28' x2='44' y2='69' stroke='white' stroke-width='1.5'/%3E%3Crect x='22' y='34' width='16' height='10' rx='2' fill='none' stroke='white' stroke-width='1.3'/%3E%3Crect x='22' y='48' width='16' height='14' rx='2' fill='none' stroke='white' stroke-width='1.3'/%3E%3Cpath d='M56 39 L73 47 L66 51 L70 62 L62 65 L58 54 L50 58 Z' fill='white'/%3E%3C/svg%3E")}.service-card-content{flex:1;min-width:0;padding-right:60px}.service-card h3{font-size:15px;font-weight:600;margin-bottom:4px;color:#fff}.service-card p{font-size:13px;color:#ffffff8c;line-height:1.5;margin-bottom:8px}.service-link{font-size:12px;font-weight:600;color:var(--brand-lime);display:inline-flex;align-items:center;gap:4px;opacity:.7;transition:opacity var(--transition-fast)}.service-link svg{transition:transform var(--transition-fast)}.service-card:hover .service-link{opacity:1}.service-card:hover .service-link svg{transform:translate(3px)}.upcoming-services{margin-top:28px;border:1px dashed rgba(187,255,3,.25);border-radius:var(--radius-lg);padding:20px}.upcoming-services h3{color:#fff;font-size:1.05rem;margin-bottom:4px}.upcoming-services p{color:#ffffffa6;font-size:14px;margin-bottom:14px}.upcoming-services-grid{display:flex;gap:10px;flex-wrap:wrap}.upcoming-service-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);color:#ffffffd9;background:#ffffff08;font-size:12px}.packages-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.package-preview-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;gap:12px;position:relative;transition:all var(--transition-slow)}.package-preview-card:hover{background:#ffffff0d;border-color:#fff3}.package-preview-card h3{color:#fff;font-size:1.2rem}.package-preview-card p{color:#ffffffb3;font-size:14px}.package-preview-card strong{color:var(--brand-lime);font-size:1.3rem}.package-preview-card.popular{border-color:var(--brand-lime)}.section-actions-center{margin-top:26px;display:flex;justify-content:center}.social-proof-grid{margin-top:32px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:none}.social-proof-card{border:none;border-top:2px solid rgba(187,255,3,.25);border-radius:0;background:none;padding:20px 0}.social-proof-card svg{color:#ffffff80;margin-bottom:8px}.social-proof-card h4{color:#fff;margin-bottom:6px;font-size:14px}.social-proof-card p{color:#fff9;font-size:13px}.social-proof-strip{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:32px;padding:20px 0;border-top:1px solid rgba(255,255,255,.06);font-size:14px;color:#ffffff8c}.social-proof-divider{width:1px;height:16px;background:#ffffff1f;flex-shrink:0}.mobile-sticky-cta{display:none}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pricing-grid.four-col{grid-template-columns:repeat(4,1fr)}.pricing-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:32px 28px;position:relative;transition:all var(--transition-slow);display:flex;flex-direction:column}.pricing-card:hover{background:#ffffff0d}.pricing-card.popular{border-color:var(--brand-lime)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--brand-lime);color:var(--brand-dark);font-size:11px;font-weight:700;padding:4px 16px;border-radius:100px;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.pricing-header{margin-bottom:20px}.pricing-header h3{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:#fff}.pricing-subtitle{font-size:13px;color:#fff9;margin-top:4px}.pricing-price{margin-bottom:24px;display:flex;align-items:baseline;gap:2px}.pricing-price .currency{font-size:20px;font-weight:600;color:#fff9}.pricing-price .amount{font-size:42px;font-weight:700;letter-spacing:-2px;color:#fff;line-height:1}.pricing-price .period{font-size:14px;color:#fff9;margin-left:4px}.pricing-price-alt{font-size:13px;color:#fff6;margin-top:-16px;margin-bottom:20px}.pricing-features{list-style:none;margin-bottom:28px;flex:1;display:flex;flex-direction:column;gap:10px}.pricing-features li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#fffc}.check-icon{color:var(--accent);flex-shrink:0;margin-top:2px}.ssl-icon{margin-bottom:12px;color:var(--brand-600)}.server-specs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:20px;padding:16px;background:#ffffff0d;border-radius:var(--radius);font-size:13px;border:1px solid rgba(255,255,255,.1)}.spec-item{color:#fffc;font-weight:500}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.feature-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-sm);padding:24px 24px 24px 20px;transition:all var(--transition-slow)}.feature-card:hover{background:#bbff030a;border-color:#bbff0333}.feature-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#ffffff0f;color:#ffffffb3;margin-bottom:14px}.feature-card h3{font-size:1rem;font-weight:600;margin-bottom:8px;color:#fff}.feature-card p{font-size:14px;color:#ffffffb3;line-height:1.6}.comparison-table-wrap{overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;font-size:14px;background:#ffffff08;border:1px solid rgba(187,255,3,.15);border-radius:var(--radius-lg);overflow:hidden}.comparison-table th,.comparison-table td{padding:14px 20px;text-align:center;border-bottom:1px solid rgba(255,255,255,.05);color:#fffc}.comparison-table th{background:#ffffff0d;font-weight:600;color:#fff}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left;font-weight:500}.comparison-table .highlight{background:#bbff031a}.comparison-table th.highlight{background:#bbff0326;color:var(--brand-lime)}.info-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.info-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:28px}.info-card h3{font-size:1.05rem;margin-bottom:8px;color:#fff}.info-card p{font-size:14px;color:#ffffffb3;line-height:1.6}.tab-bar{display:flex;gap:8px;justify-content:center;margin-bottom:40px}.tab{padding:10px 24px;border-radius:var(--radius);font-family:var(--font-body);font-size:14px;font-weight:600;border:1.5px solid rgba(255,255,255,.15);background:#ffffff08;cursor:pointer;transition:all var(--transition);color:#ffffffb3}.tab.active{border-color:var(--brand-lime);color:var(--brand-lime);background:#bbff031a}.tab:hover:not(.active){border-color:#ffffff4d}.cta-banner{background:linear-gradient(135deg,var(--brand-dark),var(--brand-darker));padding:48px 0;color:#fff}.cta-banner .btn-primary{background:var(--brand-lime);color:var(--brand-dark)}.cta-banner .btn-primary:hover:not(:disabled){background:var(--brand-lime-dark)}.cta-content{display:flex;align-items:center;justify-content:space-between;gap:32px}.cta-content h2{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;letter-spacing:-.5px}.cta-content p{color:#ffffffb3;margin-top:4px;font-size:15px}.page-title{font-family:var(--font-heading);font-size:2rem;font-weight:700;letter-spacing:-.5px;margin-bottom:32px;color:#fff}.page-cart .container{max-width:1120px}.page-cart .page-title{margin-bottom:28px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:10px}.cart-notices{display:grid;gap:12px;margin-bottom:24px}.page-cart .alert{margin:0;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffffd1;line-height:1.5}.page-cart .alert svg{flex-shrink:0;color:#ffffff8c}.page-cart .alert-error{border-color:#ff00004d;background:#ff00001a;color:#ff8f8f}.page-cart .alert-error svg{color:#ff8f8f}.page-cart .cart-quote-status{margin-bottom:16px}@media(max-width:768px){.page-cart:has(.checkout-mobile-paybar){padding-bottom:calc(96px + env(safe-area-inset-bottom,0px))}}.cart-conflict{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border:1px solid rgba(251,146,60,.3);border-radius:var(--radius);background:#fb923c1a;color:#fbbf24;font-size:14px;line-height:1.5}.cart-conflict svg{flex-shrink:0;margin-top:2px}.cart-conflict strong{display:block;margin-bottom:4px;color:#fed7aa}.cart-item{display:flex;align-items:center;gap:16px;padding:20px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);transition:background var(--transition-fast)}.cart-item:hover{background:#ffffff0d}.cart-item-thumb{width:68px;height:68px;flex-shrink:0;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(187,255,3,.16);border-radius:8px;background:#ffffff0d;color:var(--brand-lime)}.cart-item-thumb:hover{border-color:#bbff036b;background:#bbff0314}.cart-item-thumb img{width:100%;height:100%;object-fit:contain;padding:6px}.cart-item-info{flex:1}.cart-item-info h3{font-size:15px;font-weight:600;color:#fff}.cart-item-type{font-size:12px;color:#fff9;text-transform:capitalize}.cart-item-commerce-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px}.cart-line-status{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;border-radius:999px;font-size:var(--text-min);font-weight:800;line-height:1}.cart-line-status--success{background:#22c55e1f;color:#86efac}.cart-line-status--warning,.cart-line-status--pending{background:#fbbf241f;color:#facc15}.cart-line-status--danger{background:#f871711f;color:#fca5a5}.cart-line-refresh{display:inline-flex;align-items:center;gap:5px;color:#ffffff9e;font-size:12px}.cart-line-warning{display:flex;align-items:flex-start;gap:6px;margin:8px 0 0;color:#facc15;font-size:12px;line-height:1.4}.cart-line-warning svg{flex-shrink:0;margin-top:1px}.cart-item-qty{margin-top:12px}.qty-stepper{display:inline-flex;align-items:center;gap:0;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-sm);overflow:hidden}.qty-stepper-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:none;border:none;color:#ffffffb3;cursor:pointer;transition:background var(--transition),color var(--transition)}.qty-stepper-btn:hover:not(:disabled){background:#ffffff14;color:#fff}.qty-stepper-btn:disabled{opacity:.4;cursor:not-allowed}.qty-stepper-input{width:38px;height:30px;text-align:center;background:none;border:none;border-left:1px solid rgba(255,255,255,.12);border-right:1px solid rgba(255,255,255,.12);color:#fff;font-size:13px;font-variant-numeric:tabular-nums}.qty-stepper-input:focus-visible{outline:2px solid var(--brand-lime);outline-offset:-2px}.qty-stepper-btn:focus-visible{outline:2px solid var(--brand-lime);outline-offset:-2px}.cart-item-remove:focus-visible{outline:2px solid var(--brand-lime);outline-offset:2px}.qty-stepper-btn,.qty-stepper-input,.cart-item-remove{touch-action:manipulation}@media(pointer:coarse){.qty-stepper-btn{width:44px;height:44px}.qty-stepper-input{width:52px;height:44px}.cart-item-remove{min-width:44px;min-height:44px}}@media(prefers-reduced-motion:reduce){.qty-stepper-btn{transition:none}}.cart-skeleton-block{background:linear-gradient(90deg,#ffffff0f 25%,#ffffff1f 37%,#ffffff0f 63%);background-size:400% 100%;animation:cart-shimmer 1.4s ease infinite;border-radius:var(--radius-sm)}.cart-skeleton-line{height:14px}@keyframes cart-shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media(prefers-reduced-motion:reduce){.cart-skeleton-block{animation:none}}.cart-item-eligibility{margin-top:12px;padding:12px;background:#bbff030f;border-radius:var(--radius-sm)}.eligibility-label{font-size:11px;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.eligibility-field{font-size:13px;color:#fffc;margin-bottom:4px;line-height:1.4}.eligibility-field strong{color:#fff;font-weight:600}.cart-item-price{text-align:right}.cart-item-price .price{font-size:18px;font-weight:700;color:#fff;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.cart-item-price .period{display:block;margin-top:2px;font-size:12px;color:#ffffff80}.cart-item-remove{background:none;border:none;color:#fff6;cursor:pointer;padding:8px;border-radius:var(--radius-sm);transition:all var(--transition)}.cart-item-remove:hover{color:var(--danger);background:#ff00001a}.cart-summary{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:24px;position:sticky;top:100px}.cart-summary h3{font-size:1.05rem;font-weight:700;margin-bottom:18px;color:#fff}.summary-lines{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.summary-line{display:flex;justify-content:space-between;font-size:14px;color:#fffc}.cart-summary .summary-lines{display:grid;gap:9px}.cart-summary .summary-line{gap:16px;font-size:13.5px}.cart-summary .summary-line>span:last-child{flex-shrink:0;font-variant-numeric:tabular-nums}.summary-breakdown{display:grid;gap:8px;margin-bottom:16px}.summary-breakdown .summary-line{font-size:13px;color:#ffffff9e}.summary-line--emphasis{margin-top:4px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1);font-size:14px!important;font-weight:600;color:#fff!important}.summary-line--credit span:last-child{color:#84e1a8}.checkout-summary-line{gap:18px;align-items:flex-start}.checkout-summary-line>span:first-child{display:grid;gap:4px;min-width:0}.checkout-summary-line strong{color:#fff;font-size:14px;line-height:1.3}.checkout-summary-line small{color:#ffffff94;font-size:12px;line-height:1.35}.checkout-line-warning{display:inline-flex;align-items:center;gap:5px;color:#facc15!important}.checkout-line-warning svg{flex-shrink:0}.summary-total{display:flex;justify-content:space-between;font-size:18px;font-weight:700;margin-bottom:8px;color:#fff}.cart-summary .summary-total{align-items:baseline;gap:16px;margin-bottom:6px}.cart-summary .summary-total>span:first-child{font-size:15px;font-weight:600;letter-spacing:.01em}.cart-summary .summary-total>span:last-child{font-size:22px;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.gst-note{font-size:12px;color:#fff9;text-align:center;margin-bottom:20px}.cart-summary .gst-note{color:#ffffff8c;line-height:1.45;margin:0 0 16px;text-align:left}.commerce-shipping-panel{display:grid;gap:12px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}.commerce-shipping-panel h4{margin:0;color:#fff;font-size:.95rem}.commerce-shipping-panel label{display:grid;gap:6px;color:#ffffffb8;font-size:13px;font-weight:600}.commerce-shipping-panel input,.commerce-shipping-panel select{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-sm);background:#ffffff0f;color:#fff;padding:10px 12px}.commerce-shipping-grid{display:grid;grid-template-columns:.8fr 1fr;gap:10px}.freight-quote-state{display:grid;gap:8px}.cart-summary .freight-quote-state .gst-note{margin-bottom:0}.freight-reason-list{display:grid;gap:6px;margin:0;padding:0;list-style:none}.freight-reason-list li{color:#ffffffbd;font-size:12px;line-height:1.45}.freight-reason-list li:before{content:"";display:inline-block;width:6px;height:6px;margin-right:8px;border-radius:999px;background:var(--brand-lime);vertical-align:1px}.freight-policy-link{margin:0;font-size:.9rem}.freight-policy-link a{color:var(--brand-lime);font-weight:700;text-decoration:none}.freight-policy-link a:hover{text-decoration:underline}.commerce-discount-panel{display:grid;gap:10px;margin-bottom:18px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}.commerce-discount-panel label{display:grid;gap:6px;color:#ffffffb8;font-size:13px;font-weight:600}.commerce-discount-panel input{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-sm);background:#ffffff0f;color:#fff;padding:10px 12px;text-transform:uppercase}@media(pointer:coarse){.commerce-discount-panel input:not([type=checkbox]){font-size:16px;min-height:44px}.commerce-discount-actions .btn{min-height:44px}}.commerce-account-balance-group{display:grid;gap:8px;color:#ffffffb8;font-size:13px;font-weight:600}.commerce-discount-panel .commerce-account-balance-toggle{display:flex;grid-template-columns:none;align-items:center;gap:10px;font-weight:500;color:#ffffffd1}.commerce-discount-panel .commerce-account-balance-toggle input{width:16px;height:16px;padding:0;text-transform:none}.commerce-discount-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cart-summary .btn-lg{margin-top:4px}.cart-summary .btn-ghost{margin-top:8px;color:#ffffff94}.cart-summary .btn-ghost:hover{color:#fff;background:#ffffff0f}.cart-addons{margin-bottom:24px}.cart-addons h3{margin-bottom:14px;color:#fff;font-size:1.05rem;font-weight:600}.cart-addons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.cart-addon-card{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);background:#ffffff0a}.cart-addon-head{display:flex;align-items:center;gap:10px}.cart-addon-head svg{flex-shrink:0;color:var(--brand-lime)}.cart-addon-head span{color:#fff;font-weight:600;font-size:.95rem}.cart-addon-card p{margin:0;color:#ffffff8c;font-size:.82rem;line-height:1.4}.cart-addon-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:8px}.cart-addon-price{color:#fff;font-weight:600;font-variant-numeric:tabular-nums}.cart-addon-price span{color:#ffffff80;font-weight:400;font-size:.8rem}.cart-addon-added{display:inline-flex;align-items:center;gap:4px;color:var(--brand-lime);font-size:.82rem;font-weight:500}.cart-addons-loading{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px;color:#ffffff73}.empty-cart{text-align:center;padding:80px 0}.empty-cart svg{color:#fff3;margin:0 auto 20px}.empty-cart h2{font-size:1.5rem;margin-bottom:8px;color:#fff}.empty-cart p{color:#fff9;margin-bottom:24px;max-width:46ch;margin-inline:auto;line-height:1.5}.empty-cart-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.cart-notices--quiet .alert{font-size:13px}.cart-trust-row{list-style:none;display:flex;flex-wrap:wrap;gap:12px;margin:14px 0 10px;padding:0;font-size:12px;color:#fff9}.cart-trust-row li{display:inline-flex;align-items:center;gap:5px}.cart-trust-row svg{color:var(--brand-lime)}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;color:#fff9;margin-top:24px}.back-link:hover{color:var(--brand-lime)}@media(pointer:coarse){.back-link{min-height:44px;touch-action:manipulation}}.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:flex-start}.checkout-steps{display:flex;gap:12px;margin:12px 0 26px;flex-wrap:wrap}.checkout-step{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.12);color:#ffffffb3;font-size:13px;font-weight:600}.checkout-step span{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.25);font-size:11px}.checkout-step.completed{border-color:#bbff0359;color:#fffffff2}.checkout-step.completed span{border-color:var(--brand-lime);color:#111;background:var(--brand-lime)}.checkout-step.current{box-shadow:0 0 0 1px #bbff0347 inset}.checkout-form h2{font-size:1.2rem;font-weight:700;margin-bottom:20px;margin-top:32px;color:#fff}.checkout-form h2:first-child{margin-top:0}.balance-card{margin-bottom:16px;padding:14px;border-radius:var(--radius);border:1px solid rgba(187,255,3,.2);background:#bbff030f}.balance-card-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#fff}.balance-toggle{margin-top:10px;display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#ffffffe6;cursor:pointer}.balance-link-btn{margin-top:10px;background:none;border:none;padding:0;color:var(--brand-lime);font-size:13px;font-weight:600;text-decoration:underline;cursor:pointer}.balance-link-btn:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.balance-topup{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.15)}.balance-topup-row{display:flex;gap:8px}.balance-card-note{margin-top:8px;font-size:12px;color:#ffffffbf}.balance-card-note-error{color:#ff8b8b}.balance-card-note-success{color:#84e1a8}.summary-line-credit span:last-child{color:#84e1a8;font-weight:600}.checkout-success{text-align:center;padding:80px 0}.success-icon{color:var(--brand-lime);margin:0 auto 20px}.checkout-success h1{font-size:2rem;margin-bottom:12px;color:#fff}.checkout-success p{color:#ffffffb3;margin-bottom:12px}.checkout-success .btn{margin-top:20px}.checkout-trust-badges{margin-top:16px;display:grid;gap:8px}.checkout-trust-badges div{display:flex;align-items:center;gap:8px;font-size:13px;color:#ffffffd1}.checkout-trust-badges svg{color:var(--brand-lime);flex-shrink:0}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:600;color:#ffffffe6;margin-bottom:6px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 14px;border:1.5px solid rgba(255,255,255,.12);border-radius:var(--radius);font-family:var(--font-body);font-size:14px;color:#fff;background:#ffffff0d;transition:border-color var(--transition);outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--brand-lime);background:#ffffff14;box-shadow:0 0 0 2px #bbff0359}.form-group select option{background:#1a1a2e;color:#fff}.form-group textarea{resize:vertical;min-height:120px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-row-3{grid-template-columns:2fr 1fr 1fr}.form-control{width:100%;padding:10px 14px;border:1.5px solid rgba(255,255,255,.12);border-radius:var(--radius);font-family:var(--font-body);font-size:14px;color:#fff;background:#ffffff0d;transition:border-color var(--transition);outline:none}.form-control:focus{border-color:var(--brand-lime);background:#ffffff14;box-shadow:0 0 0 2px #bbff0359}.form-control::placeholder{color:#fff6}.form-control option{background:var(--brand-dark);color:#fff}.form-help{font-size:12px;color:#fff9;margin-top:6px}.alert{padding:12px 16px;border-radius:var(--radius);font-size:14px;display:flex;align-items:center;gap:10px;margin-bottom:20px}.alert-error{background:#ff00001a;color:#ff6b6b;border:1px solid rgba(255,0,0,.3)}.alert-info{background:#00badb1a;color:var(--brand-cyan);border:1px solid rgba(0,186,219,.3)}.form-actions{display:flex;gap:12px;margin-top:24px}.required{color:var(--danger)}.cookie-banner{position:relative;z-index:1200;width:min(900px,calc(100% - 40px));margin:20px auto;background:#191919fa;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);box-shadow:0 12px 34px #00000080;padding:16px}.cookie-banner p{font-size:14px;color:#ffffffdb;margin-bottom:12px}.cookie-banner-actions{display:flex;gap:10px;flex-wrap:wrap}.login-card{max-width:440px;margin:40px auto;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:40px}.login-header{text-align:center;margin-bottom:28px}.login-header svg{color:var(--brand-lime);margin-bottom:12px}.login-header h1{font-family:var(--font-heading);font-size:1.5rem;margin-bottom:8px;color:#fff}.login-header p{color:#ffffffb3;font-size:14px}.login-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:#fff9}.pw-reset-card{max-width:460px}.pw-steps{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.08)}.pw-step{display:flex;align-items:center;gap:6px;position:relative}.pw-step-dot{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;background:#ffffff14;color:#ffffff59;border:1.5px solid rgba(255,255,255,.12);transition:all .3s ease}.pw-step.active .pw-step-dot{background:#bbff0326;color:var(--brand-lime);border-color:var(--brand-lime)}.pw-step.active .pw-step-dot svg{stroke-width:3}.pw-step-label{font-size:12px;font-weight:500;color:#ffffff59;transition:color .3s ease}.pw-step.active .pw-step-label{color:#fffc}.pw-step.current .pw-step-label{color:var(--brand-lime)}.pw-step-line{width:32px;height:1.5px;background:#ffffff1a;margin:0 8px}.pw-step.active .pw-step-line{background:#bbff034d}.pw-input-wrap{position:relative}.pw-input-wrap input{padding-right:44px}.pw-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff6;cursor:pointer;padding:4px;display:flex;align-items:center;transition:color .2s}.pw-toggle:hover{color:#fffc}.pw-strength{display:flex;align-items:center;gap:10px;margin:8px 0 16px}.pw-strength-bar{display:flex;gap:4px;flex:1}.pw-strength-segment{height:4px;flex:1;border-radius:2px;background:#ffffff1a;transition:background .3s ease}.pw-strength-label{font-size:12px;font-weight:600;min-width:48px;text-align:right;transition:color .3s ease}.pw-checklist{list-style:none;padding:0;margin:0 0 20px;display:grid;grid-template-columns:1fr 1fr;gap:6px 16px}.pw-checklist li{display:flex;align-items:center;gap:6px;font-size:12px;color:#ffffff59;transition:color .2s ease}.pw-checklist li svg{flex-shrink:0}.pw-checklist li.met{color:#22c55e}.pw-mismatch{display:flex;align-items:center;gap:6px;color:#ef4444;font-size:13px;margin:-8px 0 16px}.pw-email-notice{background:#bbff030d;border:1px solid rgba(187,255,3,.15);border-radius:var(--radius);padding:16px 20px;margin-bottom:20px;display:flex;flex-direction:column;gap:10px}.pw-email-notice-row{display:flex;align-items:center;gap:10px;font-size:13px;color:#ffffffb3}.pw-email-notice-row svg{color:var(--brand-lime);flex-shrink:0}.pw-icon-pulse{animation:pw-pulse 2s ease-in-out infinite}@keyframes pw-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.08)}}.pw-icon-expired svg{color:#f59e0b}.pw-success-icon{animation:pw-success-pop .5s cubic-bezier(.175,.885,.32,1.275)}.pw-success-icon svg{color:#22c55e}@keyframes pw-success-pop{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.pw-redirect-bar{height:3px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin-top:20px}.pw-redirect-fill{height:100%;background:var(--brand-lime);border-radius:2px;animation:pw-redirect 2s linear forwards}@keyframes pw-redirect{0%{width:0}to{width:100%}}.checkout-mode-toggle{display:flex;gap:0;margin-bottom:20px;border-radius:8px;overflow:hidden;border:1px solid #333}.checkout-mode-btn{flex:1;padding:10px 16px;border:none;background:#1a1a1a;color:#888;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.checkout-mode-btn:not(:last-child){border-right:1px solid #333}.checkout-mode-btn:hover:not(.active){background:#252525;color:#ccc}.checkout-mode-btn.active{background:var(--accent);color:#111;font-weight:600}.checkout-login-form{margin-bottom:16px}.checkout-login-form .form-group{margin-bottom:14px}.checkout-login-form .btn{margin-top:4px}.checkout-login-footer{text-align:center;margin-top:12px;font-size:.88rem}.checkout-login-footer a{color:var(--accent);text-decoration:none}.checkout-login-footer a:hover{text-decoration:underline}.account-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.account-header-actions{display:flex;gap:12px;align-items:center}.account-subtitle{color:#ffffffa6;font-size:14px}.dashboard-layout{display:grid;grid-template-columns:240px 1fr;gap:32px;align-items:flex-start}.dashboard-nav{display:flex;flex-direction:column;gap:4px;background:#ffffff08;border-radius:var(--radius);padding:8px;position:sticky;top:100px;border:1px solid rgba(255,255,255,.08)}.dash-tab{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--radius);font-family:var(--font-body);font-size:14px;font-weight:500;color:#ffffffb3;border:none;background:none;cursor:pointer;transition:all var(--transition);text-align:left}.dash-tab:hover{background:#ffffff0d;color:#fff}.dash-tab.active{background:#bbff031a;color:var(--brand-lime);font-weight:600}.dashboard-content{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:32px;min-height:500px}.account-alerts{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.account-alert{display:flex;align-items:center;gap:14px;padding:16px 20px;border-radius:12px;font-size:14px;line-height:1.5}.account-alert .btn{white-space:nowrap;flex-shrink:0}.alert-warning{background:#fbbf2414;border:1px solid rgba(251,191,36,.25);color:#fbbf24}.alert-critical{background:#ef444414;border:1px solid rgba(239,68,68,.25);color:#ef4444}.account-alert-content{flex:1}.account-alert-content strong{color:inherit}.account-alert-actions{display:flex;gap:8px;flex-shrink:0;align-items:center;flex-wrap:wrap}.pay-card-hint{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#fff9;white-space:nowrap}.pay-card-note{display:flex;align-items:center;gap:6px;font-size:13px;color:#fff9;margin-bottom:12px}.pay-card-note strong{color:#ffffffd9}.pay-card-note-warning{color:#f59e0b}.link-button{background:none;border:none;color:var(--accent);cursor:pointer;text-decoration:underline;font-size:inherit;padding:0}.pay-now-toast{padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;margin-bottom:16px;animation:fadeIn .3s ease}.pay-now-toast-success{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.pay-now-toast-error{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.alert-no-payment{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444}.svc-payment-warning{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:500;margin-top:8px;flex-wrap:wrap}.svc-payment-warning span{flex:1;min-width:0}.svc-payment-warning .btn{flex-shrink:0}.svc-warning-critical{background:#ef44441a;border:1px solid rgba(239,68,68,.25);color:#ef4444}.svc-warning-urgent{background:#fb923c1a;border:1px solid rgba(251,146,60,.25);color:#fb923c}.svc-warning-medium{background:#fbbf241a;border:1px solid rgba(251,191,36,.25);color:#fbbf24}.svc-warning-soft{background:#fbbf240f;border:1px solid rgba(251,191,36,.15);color:#d4a017}.dash-overview h2{font-family:var(--font-heading);font-size:1.5rem;margin-bottom:8px;font-weight:700;color:#fff}.dash-overview>p{color:#ffffffb3;margin-bottom:32px;font-size:15px}.account-customer-card{background:#ffffff0a;border:1px solid rgba(187,255,3,.18);border-radius:var(--radius-lg);padding:20px;margin-bottom:24px}.account-customer-card-header{display:flex;align-items:center;justify-content:space-between}.account-customer-card-header h3{display:flex;align-items:center;gap:8px;font-size:15px;color:#fff;margin-bottom:14px}.account-customer-card-header svg{color:var(--brand-lime)}.account-customer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.account-customer-field{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:12px}.account-customer-field span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.4px;color:#ffffff8c;margin-bottom:4px}.account-customer-field strong{display:block;font-size:14px;color:#fff;overflow-wrap:anywhere}.dash-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;margin-bottom:32px}.dash-mini-stat{display:flex;align-items:center;gap:12px;padding:20px;background:#ffffff0a;border-radius:var(--radius);border:1px solid rgba(255,255,255,.08)}.dash-mini-stat svg{color:#ffffff80;flex-shrink:0}.dash-mini-stat div{min-width:0}.dash-mini-stat strong{display:block;font-size:22px;font-weight:700;color:#fff;line-height:1}.dash-mini-stat span{display:block;font-size:12px;color:#fff9;margin-top:2px}.dash-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.dash-action-card{display:flex;align-items:center;gap:16px;padding:24px;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-slow);background:#ffffff08}.dash-action-card:hover{border-color:#bbff0340;background:#bbff030a}.dash-action-card>svg{color:#ffffff80;flex-shrink:0}.dash-action-card>div{flex:1;min-width:0}.dash-action-card h3{font-size:15px;font-weight:600;margin-bottom:4px;color:#fff}.dash-action-card p{font-size:13px;color:#fff9}.dash-action-card>svg:last-child{color:#fff6}.dash-section h2{font-size:1.3rem;margin-bottom:8px;font-weight:700;display:flex;align-items:center;gap:10px;color:#fff}.dash-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.dash-section-header h2{margin-bottom:0}.dashboard-content .btn svg{color:currentColor;opacity:1;stroke-width:2.2;flex-shrink:0}.service-list{display:flex;flex-direction:column;gap:12px}.service-item{display:flex;align-items:center;gap:16px;padding:20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);transition:all var(--transition-slow)}.service-item:hover{background:#ffffff12;border-color:#ffffff26}.service-item-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffff0f;border-radius:var(--radius);color:#ffffffb3}.service-item-info{flex:1;min-width:0}.service-item-info h3{font-size:16px;font-weight:600;margin-bottom:4px;color:#fff}.service-meta{font-size:13px;color:#fff9;display:flex;align-items:center;gap:6px}.service-item-actions{display:flex;gap:8px;align-items:center;flex-shrink:0}.account-commerce-order-item{align-items:flex-start}.account-commerce-order-statuses{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.account-commerce-order-total{flex-direction:column;align-items:flex-end;gap:2px;min-width:120px}.account-commerce-order-total strong{color:var(--brand-lime);font-size:18px;line-height:1.2}.account-commerce-order-total span{color:#ffffff8c;font-size:12px}.account-commerce-detail{margin-top:18px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0a}.account-commerce-detail-loading{min-height:120px}.account-commerce-detail-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.section-eyebrow{margin:0 0 4px;color:var(--brand-lime);font-size:11px;font-weight:700;text-transform:uppercase}.account-commerce-detail-header h3{margin:0 0 6px;color:#fff;font-size:20px}.account-commerce-detail-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.8fr);gap:14px}.account-commerce-detail-panel{min-width:0;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#00000029}.account-commerce-detail-panel-wide{grid-column:1 / -1}.account-commerce-detail-panel h4{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:#fff;font-size:14px}.account-commerce-panel-heading,.account-commerce-return-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-commerce-panel-heading{margin-bottom:12px}.account-commerce-panel-heading h4{margin:0}.account-commerce-lines,.account-commerce-mini-list{display:grid;gap:10px}.account-commerce-line,.account-commerce-mini-item{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid rgba(255,255,255,.08)}.account-commerce-line:first-child,.account-commerce-mini-item:first-child{border-top:0;padding-top:0}.account-commerce-line strong,.account-commerce-mini-item strong{display:block;color:#fff;font-size:14px}.account-commerce-line span,.account-commerce-mini-item span,.account-commerce-muted{color:#ffffff9e;font-size:13px}.account-commerce-line>div:last-child{text-align:right;min-width:110px}.account-commerce-totals{margin:0}.account-commerce-totals div{display:flex;justify-content:space-between;gap:12px;padding:7px 0;color:#ffffffad;font-size:13px}.account-commerce-totals dt,.account-commerce-totals dd{margin:0}.account-commerce-totals-final{margin-top:4px;border-top:1px solid rgba(255,255,255,.12);color:#fff!important;font-weight:700}.account-commerce-document-link,.account-commerce-mini-item a{display:inline-flex;align-items:center;gap:6px;color:var(--brand-lime);font-size:13px;text-decoration:none}.account-commerce-return-form{display:grid;gap:12px;margin:0 0 14px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0a}.account-commerce-return-form .form-group{margin-bottom:0}.account-commerce-return-lines{display:grid;gap:8px}.account-commerce-return-line{display:grid;grid-template-columns:minmax(0,1fr) 88px;align-items:center;gap:12px;padding:10px 0;border-top:1px solid rgba(255,255,255,.08)}.account-commerce-return-line:first-child{border-top:0;padding-top:0}.account-commerce-return-line strong,.account-commerce-return-line small{display:block}.account-commerce-return-line strong{color:#fff;font-size:14px}.account-commerce-return-line small{margin-top:3px;color:#ffffff8f;font-size:12px}.account-commerce-return-line input{width:100%;padding:9px 10px;border:1.5px solid rgba(255,255,255,.12);border-radius:var(--radius);background:#ffffff0d;color:#fff}.account-commerce-return-actions{justify-content:flex-start;flex-wrap:wrap}.account-address-form{margin-bottom:18px;padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#ffffff0a}.account-address-form-header,.account-address-form-actions,.account-address-card-header,.account-address-actions,.account-address-defaults{display:flex;align-items:center;gap:12px}.account-address-form-header,.account-address-card-header{justify-content:space-between}.account-address-form-header h3{margin:0;color:#fff;font-size:18px}.account-address-form textarea{width:100%;resize:vertical}.account-address-defaults{flex-wrap:wrap;margin:10px 0 16px}.account-address-defaults label{display:inline-flex;align-items:center;gap:8px;color:#ffffffc2;font-size:13px}.account-address-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.account-address-card{min-width:0;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#00000029}.account-address-card h3{margin:0 0 4px;color:#fff;font-size:16px}.account-address-card-header span,.account-address-card p,.account-address-meta,.account-address-notes{color:#ffffffa3;font-size:13px}.account-address-card p{margin:12px 0;line-height:1.5}.account-address-badges{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.account-address-badges span{padding:4px 8px;border-radius:999px;background:#bbff031a;color:var(--brand-lime);font-size:11px;font-weight:700}.account-address-meta{display:grid;grid-template-columns:minmax(80px,auto) 1fr;gap:5px 10px;margin:12px 0}.account-address-meta dt,.account-address-meta dd{margin:0}.account-address-meta dt{color:#ffffff73}.account-address-notes{padding-top:10px;border-top:1px solid rgba(255,255,255,.08)}.account-address-actions{justify-content:flex-end;flex-wrap:wrap;margin-top:14px}@media(max-width:760px){.account-commerce-detail-header,.account-commerce-panel-heading,.account-commerce-line,.account-commerce-mini-item{flex-direction:column;align-items:flex-start}.account-commerce-detail-grid{grid-template-columns:1fr}.account-commerce-line>div:last-child{text-align:left;min-width:0}.account-commerce-return-form .form-row,.account-commerce-return-line{grid-template-columns:1fr}.account-address-form-header,.account-address-card-header{align-items:flex-start;flex-direction:column}.account-address-actions{justify-content:flex-start}}.package-includes{display:flex;flex-wrap:wrap;gap:4px 6px;margin-top:6px;align-items:center}.package-includes-label{font-size:11px;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.5px;margin-right:2px}.package-includes-item{font-size:11px;padding:2px 8px;border-radius:10px;background:#bbff0314;color:#bbff03b3;border:1px solid rgba(187,255,3,.12)}.service-status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.service-status-badge.status-pending{background:#fbbf2426;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.service-status-badge.status-updating{background:#bbff031f;color:#bbff03f2;border:1px solid rgba(187,255,3,.25)}.service-status-badge.status-updating .status-dot{background:var(--brand-lime);animation:pulse-dot 1.5s ease-in-out infinite}.service-status-badge.status-suspended{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.service-status-badge.status-terminated,.service-status-badge.status-expired{background:#9ca3af26;color:#9ca3af;border:1px solid rgba(156,163,175,.3)}.service-status-badge.status-active{background:#22c55e26;color:#22c55e;border:1px solid rgba(34,197,94,.3)}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.service-status-badge.status-pending .status-dot{width:6px;height:6px;border-radius:50%;background:#fbbf24;animation:pulse-dot 1.5s ease-in-out infinite}.billing-overview{margin-bottom:24px}.billing-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:28px;text-align:center}.billing-card h3{font-size:14px;font-weight:600;color:#ffffffb3;margin-bottom:12px}.balance-amount{font-size:2.5rem;font-weight:700;color:var(--brand-lime);margin-bottom:20px;letter-spacing:-1px}.empty-state{text-align:center;padding:60px 40px;background:#ffffff08;border-radius:var(--radius);margin-top:20px;border:1px solid rgba(255,255,255,.06)}.empty-state svg{color:#fff3;margin:0 auto 16px}.empty-state p{color:#fff9;margin-bottom:20px;font-size:15px}.empty-state .btn{margin-top:4px}.contact-layout{display:grid;grid-template-columns:380px 1fr;gap:48px}.contact-info h2{font-size:1.3rem;font-weight:700;margin-bottom:24px;color:#fff}.contact-items{display:flex;flex-direction:column;gap:20px;margin-bottom:36px}.contact-item{display:flex;gap:14px;align-items:flex-start}.contact-item svg{color:#ffffff80;flex-shrink:0;margin-top:2px}.contact-item strong{display:block;font-size:13px;color:#fff9;font-weight:600}.contact-item a,.contact-item span{font-size:15px;color:#fff}.contact-services h3{font-size:1rem;font-weight:600;margin-bottom:12px;color:#fff}.contact-services ul{list-style:none;display:flex;flex-direction:column;gap:8px}.contact-services li{font-size:14px;color:#ffffffb3;padding-left:20px;position:relative}.contact-services li:before{content:"→";position:absolute;left:0;color:var(--brand-lime)}.contact-form-wrap{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:36px}.contact-form-wrap h2{font-size:1.3rem;font-weight:700;margin-bottom:24px;color:#fff}.form-success{text-align:center;padding:40px}.form-success svg{color:#22c55e;margin:0 auto 16px}.form-success h2{margin-bottom:8px;color:#fff}.form-success p{color:#ffffffb3}.footer{background:var(--gray-900);color:#ffffffb3;padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand .logo{margin-bottom:16px;filter:brightness(1.2)}.footer-brand .logo img{height:40px}.footer-brand p{font-size:14px;line-height:1.7;margin-bottom:20px}.footer-contact-items{display:flex;flex-direction:column;gap:8px}.footer-contact-items a,.footer-contact-items span{font-size:13px;color:#fff9;display:flex;align-items:center;gap:8px}.footer-contact-items a:hover{color:#fff}.footer-col h4{color:#fff;font-size:14px;font-weight:600;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}.footer-col a{display:block;font-size:14px;color:#fff9;padding:4px 0;transition:color var(--transition)}.footer-col a:hover{color:#fff}.footer-trust-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:20px}.footer-trust-row span{border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:6px 12px;font-size:12px;color:#ffffff80;background:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;font-size:12px;color:#ffffff8c}.terms-page{background:linear-gradient(rgba(187,255,3,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(0,186,219,.014) 1px,transparent 1px),#0d0d0d;background-size:44px 44px;color:#e8eaec}.terms-hero{position:relative;overflow:hidden;padding:82px 0 58px;background:linear-gradient(135deg,#191919,#0d0d0d 64%,#050505)}.terms-hero__content{position:relative;z-index:1;max-width:780px}.terms-hero__kicker{color:var(--brand-lime);font-family:var(--font-mono);font-size:.78rem;font-weight:700;letter-spacing:.08em;margin:0 0 14px;text-transform:uppercase}.terms-hero h1{color:#fff;font-family:var(--font-heading);font-size:3rem;font-weight:800;letter-spacing:-.02em;line-height:1.08;margin-bottom:16px;max-width:760px}.terms-hero p:not(.terms-hero__kicker){color:#ffffffc2;font-size:1.05rem;line-height:1.75;max-width:700px}.terms-section{padding:58px 0 76px}.terms-layout{align-items:start;display:grid;gap:28px;grid-template-columns:minmax(220px,300px) minmax(0,1fr)}.terms-summary{background:#141414;border:1px solid rgba(187,255,3,.22);border-radius:8px;padding:24px;position:sticky;top:112px}.terms-summary svg{color:var(--brand-lime);margin-bottom:16px}.terms-summary h2,.terms-info-card h2,.terms-panel h2,.terms-timeline-item h2{color:#fff;font-family:var(--font-heading);font-size:1.08rem;line-height:1.3;margin:0 0 10px}.terms-summary p,.terms-info-card li,.terms-panel p,.terms-panel li,.terms-timeline-item li{color:#ffffffbd;font-size:.95rem;line-height:1.72}.terms-summary p+p,.terms-panel p+p{margin-top:12px}.terms-content{min-width:0}.terms-card-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.terms-info-card,.terms-panel,.terms-timeline-item{background:#ffffff09;border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:inset 0 1px #ffffff09}.terms-info-card{padding:24px}.terms-info-card__icon,.terms-timeline-item__icon{align-items:center;background:#bbff031a;border:1px solid rgba(187,255,3,.26);border-radius:8px;color:var(--brand-lime);display:inline-flex;height:42px;justify-content:center;margin-bottom:18px;width:42px}.terms-info-card ul,.terms-panel ul,.terms-panel ol,.terms-timeline-item ul{display:grid;gap:8px;margin:0;padding-left:20px}.terms-panel,.terms-timeline-item{padding:26px}.terms-panel{margin-top:18px}.terms-panel--lead{margin-top:0}.terms-panel--notice{background:#bbff030e;border-color:#bbff033d}.terms-panel__heading{align-items:center;display:flex;gap:10px;margin-bottom:10px}.terms-panel__heading svg{color:var(--brand-lime);flex-shrink:0}.terms-panel__heading h2{margin:0}.terms-timeline{display:grid;gap:16px;margin-top:18px}.terms-timeline-item{display:grid;gap:20px;grid-template-columns:auto minmax(0,1fr)}.terms-timeline-item__icon{margin:2px 0 0}.loading-state{text-align:center;padding:40px}.loading-state svg{color:var(--brand-lime);margin:0 auto 12px}.loading-state p{color:#ffffffb3}.modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.modal-content{background:var(--brand-dark);border-radius:var(--radius);max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.1)}.modal-large{max-width:900px}.modal-xl{max-width:1200px}.modal-header{padding:24px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between}.modal-header h2{font-size:1.5rem;font-weight:700;margin:0;color:#fff}.modal-close{background:none;border:none;padding:8px;cursor:pointer;color:#ffffff80;transition:color var(--transition);border-radius:var(--radius-sm)}.modal-close:hover{color:#fff;background:#ffffff1a}.modal-body{padding:24px;overflow-y:auto;flex:1}.modal-footer{padding:20px 24px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:16px}.modal-actions{display:flex;gap:12px}.config-section{margin-bottom:32px}.config-section:last-child{margin-bottom:0}.config-section h3{font-size:1.1rem;font-weight:600;margin-bottom:16px;color:#fff}.period-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.radio-card{border:2px solid rgba(255,255,255,.15);border-radius:var(--radius-md);padding:16px;cursor:pointer;transition:all var(--transition);position:relative;display:block;background:#ffffff08}.radio-card input[type=radio]{position:absolute;opacity:0}.radio-card:hover{border-color:#bbff0380}.radio-card input:checked+.radio-card-content,.radio-card:has(input:checked){border-color:var(--brand-lime);background:#bbff0314}.renewal-modal .radio-card:has(input:checked){background:#ffffff0f;border-color:var(--brand-lime);box-shadow:0 0 0 1px #bbff0333}.renewal-modal .radio-card:has(input:checked) .radio-card-title{color:#fff;font-weight:600}.renewal-modal .billing-option-save{background:transparent;color:#bbff03e6;font-size:11px;font-weight:600}.renewal-info-note{display:flex;align-items:flex-start;gap:10px;margin-top:1.5rem;padding:1rem 1.25rem;background:#bbff030d;border:1px solid rgba(255,255,255,.08);border-radius:8px;font-size:13px;color:#ffffffd9}.renewal-info-note svg{flex-shrink:0;margin-top:1px;opacity:.7}.radio-card-content{text-align:center}.radio-card-title{font-size:14px;font-weight:600;color:#fffc;margin-bottom:4px}.radio-card-price{font-size:18px;font-weight:700;color:var(--brand-lime)}.feature-group{margin-bottom:24px}.feature-group:last-child{margin-bottom:0}.feature-label{display:block;font-size:15px;font-weight:600;color:#ffffffe6;margin-bottom:12px}.feature-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.option-card{border:2px solid rgba(255,255,255,.15);border-radius:var(--radius-md);padding:14px 16px;cursor:pointer;transition:all var(--transition);position:relative;display:block;background:#ffffff08}.option-card input[type=radio],.option-card input[type=checkbox]{position:absolute;opacity:0}.option-card:hover{border-color:#bbff0380}.option-card.selected{border-color:var(--brand-lime);background:#bbff031a}.option-card.current{border-color:var(--brand-cyan);background:#00badb1a}.option-card-content{display:flex;justify-content:space-between;align-items:center;gap:12px}.option-card-name{font-size:14px;font-weight:500;color:#ffffffe6;flex:1}.option-card-price{font-size:13px;font-weight:600;color:var(--brand-lime)}.option-check{position:absolute;top:8px;right:8px;color:var(--brand-lime)}.total-price{display:flex;align-items:baseline;gap:8px}.total-label{font-size:14px;color:#ffffffb3;font-weight:500}.total-amount{font-size:28px;font-weight:700;color:var(--brand-lime)}.total-period{font-size:14px;color:#fff9}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1180px){.header-inner{gap:12px}.logo img{height:38px}.nav-links{gap:0}.nav-link{padding:8px 9px;font-size:13px}.header-actions{gap:6px}.header-actions .btn{padding:9px 11px}.cart-btn{padding:9px 8px}}@media(max-width:1024px){.pricing-grid,.pricing-grid.four-col,.packages-preview-grid,.trust-strip-inner,.social-proof-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){:root{--header-h: 90px}.header-top{padding:4px 0}.header-top .container{justify-content:flex-end}.header-top .container>span{display:none}.header-top a{display:inline-flex;align-items:center;min-height:44px;margin:-12px -6px;padding:0 6px;touch-action:manipulation}.header-inner{height:auto;min-height:60px}.hero h1{font-size:2rem}.hero-home{padding:60px 0 50px}.hero-stats{flex-wrap:wrap;gap:16px}.stat-divider{display:none}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:280px}.nav-links{display:none}.nav-links.active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--brand-dark);border-bottom:1px solid rgba(187,255,3,.2);box-shadow:0 10px 30px #00000080;z-index:1050;max-height:calc(100vh - 100%);max-height:calc(100dvh - 100%);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;align-items:stretch;gap:2px;padding:8px 16px calc(16px + env(safe-area-inset-bottom,0px))}.nav-links.active .nav-dropdown{width:100%}.nav-links.active:focus{outline:none}.nav-drawer-commerce{display:block;width:100%;padding-bottom:10px;margin-bottom:6px;border-bottom:1px solid rgba(255,255,255,.1)}.nav-drawer-commerce .shop-nav-search{margin:2px 0 8px}.nav-drawer-commerce .dropdown-item{margin-bottom:6px}.nav-drawer-commerce .dropdown-item:last-child{margin-bottom:0}.nav-links.active .shop-nav-panel .shop-nav-search{display:none}.header--minimal .header-inner{gap:10px}.header--minimal .header-trust{flex:1 1 auto;justify-content:center;overflow:hidden;white-space:nowrap}.nav-links.active .nav-link{width:100%;min-height:48px;justify-content:space-between;padding:12px;font-size:15px;touch-action:manipulation}.nav-scrim{display:block;position:fixed;inset:var(--header-h, 103px) 0 0 0;background:#0d0d0da8;z-index:1040}.nav-dropdown-menu{display:none;position:static;transform:none;box-shadow:none;border:none;padding:0 0 0 16px;max-height:none;overflow:visible;-webkit-backdrop-filter:none;backdrop-filter:none;border-radius:0;transition:none}.nav-dropdown-menu.active{display:block;transform:none}.nav-dropdown-menu--wide{min-width:0;max-width:none;width:100%}.nav-dropdown-grid{grid-template-columns:1fr}.shop-nav-panel{min-width:0;max-width:none;width:auto;align-self:stretch;margin-top:8px;padding-left:0}.shop-nav-panel__header{flex-direction:column;gap:10px;padding:12px 0}.shop-nav-panel__view{width:fit-content;min-height:44px}.shop-nav-search{margin:8px 0;min-height:52px}.shop-nav-search input{font-size:16px;min-height:44px}.shop-nav-search__submit{min-height:44px}.shop-nav-panel__grid{grid-template-columns:1fr}.dropdown-section-label{font-size:var(--text-min);letter-spacing:.08em;padding:12px 12px 6px}.header-user-pill{display:none}.mobile-toggle{display:block;position:relative;z-index:1101;touch-action:manipulation}.pricing-grid,.pricing-grid.four-col{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.pricing-card.popular{transform:none}.services-grid{grid-template-columns:1fr}.service-card-content{padding-right:40px}.service-card:after{width:70px;height:56px}.packages-preview-grid,.feature-grid{grid-template-columns:1fr}.social-proof-grid{grid-template-columns:1fr;gap:0}.social-proof-strip{flex-direction:column;gap:12px;text-align:center}.social-proof-divider{width:40px;height:1px}.info-cards,.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{align-items:flex-start;flex-wrap:wrap}.cart-item-info{min-width:0}.cart-item-price{margin-left:auto;text-align:right}.dashboard-layout{grid-template-columns:1fr}.dashboard-nav{flex-direction:row;overflow-x:auto;position:static}.account-header{flex-direction:column;align-items:flex-start;gap:16px}.dash-cards{grid-template-columns:1fr}.dash-stats-row{grid-template-columns:repeat(2,1fr)}.service-item{flex-direction:column;align-items:flex-start}.service-item-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.contact-layout{grid-template-columns:1fr}.cta-content{flex-direction:column;text-align:center}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-col a{padding:11px 0}.footer-col a+a{border-top:1px solid rgba(255,255,255,.06)}.footer-contact-items{gap:4px}.footer-contact-items a{min-height:44px}.footer-bottom{flex-direction:column;gap:4px;text-align:center}.form-row,.form-row-3{grid-template-columns:1fr}.balance-topup-row{flex-direction:column}.domain-search-input{flex-wrap:wrap}.domain-result{flex-direction:column;align-items:flex-start;gap:12px}.domain-result-action{width:100%;justify-content:space-between}.section{padding:48px 0}.section-header h2{font-size:1.5rem}.terms-hero{padding:58px 0 44px}.terms-hero h1{font-size:2.1rem}.terms-section{padding:42px 0 56px}.terms-layout{grid-template-columns:1fr}.terms-summary{position:static}.terms-card-grid,.terms-timeline-item{grid-template-columns:1fr}.terms-timeline-item__icon{margin:0 0 2px}.comparison-table{font-size:12px}.comparison-table th,.comparison-table td{padding:10px 12px}.mobile-sticky-cta{position:fixed;left:12px;right:12px;bottom:max(10px,env(safe-area-inset-bottom,0px));z-index:900;background:#0d0d0df2;border:1px solid rgba(187,255,3,.25);border-radius:14px;padding:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px;box-shadow:0 16px 30px #00000073}.page-home{padding-bottom:calc(90px + env(safe-area-inset-bottom,0px))}}@media(max-width:480px){.hero h1{font-size:1.6rem}.container{padding:0 max(16px,env(safe-area-inset-right,0px)) 0 max(16px,env(safe-area-inset-left,0px))}.shop-page.page-cart .page-title,.shop-page.page-commerce-checkout .page-title{font-size:1.5rem;margin-bottom:20px}.terms-info-card,.terms-panel,.terms-timeline-item,.terms-summary{padding:20px}.pricing-card{padding:24px 20px}.tld-grid{grid-template-columns:repeat(2,1fr)}.cart-btn-label{display:none}.cart-item{display:grid;grid-template-columns:54px minmax(0,1fr) 44px;gap:12px;padding:14px}.cart-item-info{grid-column:1 / 3}.cart-item--commerce .cart-item-info{grid-column:auto}.cart-item-thumb{width:54px;height:54px}.cart-item-price{grid-column:1 / -1;margin-left:0;text-align:left}.cart-item--commerce .cart-item-price{grid-column:2 / 3}.cart-item-remove{grid-column:3;grid-row:1;align-self:start;justify-self:end}.qty-stepper-input{width:44px}.dash-cards,.dash-stats-row{grid-template-columns:1fr}.account-header-actions{flex-direction:column;width:100%}.account-header-actions .btn{width:100%}}.dns-manager-modal{--dns-text: #fff;--dns-text-muted: rgba(255, 255, 255, .6);--dns-text-muted-light: rgba(255, 255, 255, .4);--dns-bg-subtle: rgba(255, 255, 255, .03);--dns-bg-subtle-hover: rgba(255, 255, 255, .05);--dns-border-subtle: rgba(255, 255, 255, .15);--dns-icon-muted: rgba(255, 255, 255, .4)}.dns-disable-confirm-text{color:#fca5a5}.dns-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid rgba(255,255,255,.1)}.dns-tab{padding:12px 20px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;font-weight:500;color:#fff9;transition:all var(--transition);display:flex;align-items:center;gap:8px}.dns-tab:hover{color:var(--brand-lime);background:#bbff030d}.dns-tab.active{color:var(--brand-lime);border-bottom-color:var(--brand-lime)}.dns-manager-actions{display:flex;gap:12px;margin-bottom:24px}.dns-record-form{background:#ffffff0d;padding:24px;border-radius:8px;margin-bottom:24px;border:1px solid rgba(187,255,3,.15)}.dns-record-form h3{margin:0 0 16px;font-size:16px;font-weight:600;color:#fff}.dns-record-form .form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.dns-record-form .form-actions{display:flex;gap:8px}.dns-records-table{overflow-x:auto;margin:24px 0}.dns-records-table table{width:100%;border-collapse:collapse;background:#ffffff08;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000004d;border:1px solid rgba(187,255,3,.15)}.dns-records-table thead{background:#ffffff0d;border-bottom:2px solid rgba(255,255,255,.1)}.dns-records-table th{padding:12px 16px;text-align:left;font-size:13px;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em}.dns-records-table td{padding:16px;border-bottom:1px solid rgba(255,255,255,.05);color:#fffc}.dns-records-table tbody tr:last-child td{border-bottom:none}.dns-records-table tbody tr:hover{background:#ffffff0d}.dns-content{font-family:Monaco,Courier New,monospace;font-size:13px;color:var(--brand-lime);max-width:400px;overflow:hidden;text-overflow:ellipsis}.table-actions{display:flex;gap:8px;justify-content:flex-end}.nameservers-section{margin-top:24px}.nameservers-list{margin:24px 0}.nameserver-item{margin-bottom:16px}.nameserver-item label{display:block;font-weight:600;font-size:14px;color:#ffffffe6;margin-bottom:8px}.nameserver-value{padding:12px 16px;background:#ffffff0d;border:1px solid rgba(187,255,3,.2);border-radius:var(--radius);font-family:monospace;color:var(--brand-lime);display:flex;align-items:center;justify-content:space-between;gap:12px}.nameserver-edit{display:flex;gap:8px;align-items:center}.nameserver-edit input{flex:1}.ns-ip-display{font-size:12px;color:#fff6;font-family:monospace}.nameserver-ip-row{display:flex;align-items:center;gap:12px;margin-top:6px;flex-wrap:wrap}.nameserver-ip-resolved{font-family:monospace;font-size:12px;min-width:0}.ns-ip-value{color:#ffffff80;background:#ffffff08;padding:2px 8px;border-radius:4px;border:1px solid rgba(255,255,255,.08)}.ns-ip-stored{color:#fa09}.ns-ip-resolving{color:#ffffff4d;font-style:italic}.ns-ip-error{color:#ff5050b3}.ns-override-label{display:flex!important;align-items:center;gap:4px;font-size:12px!important;font-weight:400!important;color:#ffffff80!important;margin:0!important;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none}.ns-override-label input[type=checkbox]{width:auto;margin:0}.ns-override-input{max-width:200px;font-family:monospace;font-size:12px!important;padding:4px 8px!important}.nameserver-help{background:#bbff031a;border:1px solid rgba(187,255,3,.2);border-radius:var(--radius);padding:16px;display:flex;gap:12px;align-items:flex-start;margin-top:24px}.nameserver-help svg{flex-shrink:0;color:var(--brand-lime);margin-top:2px}.nameserver-help p{margin:0;font-size:14px;color:#ffffffe6;line-height:1.5}.nameserver-contact-banner{background:#3b82f626;border:1px solid rgba(59,130,246,.4);border-radius:var(--radius);padding:16px 20px;margin-top:16px;text-align:center;display:flex;flex-direction:column;gap:4px}.nameserver-contact-banner strong{font-size:15px;color:#fff}.nameserver-contact-banner span{font-size:14px;color:#fffc}.nameserver-contact-banner a{color:var(--brand-lime);font-weight:600;text-decoration:underline}.alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:12px 16px;border-radius:6px;display:flex;align-items:center;gap:8px;margin-bottom:16px}.btn-success{background:#28a745;color:#fff;border:none}.btn-success:hover{background:#218838}.btn-danger{background:#dc3545;color:#fff;border:none}.btn-danger:hover{background:#c82333}.form-control-sm{font-size:13px;padding:6px 10px}@media(max-width:768px){.dns-record-form .form-row{grid-template-columns:1fr}.dns-records-table{font-size:13px}.dns-records-table th,.dns-records-table td{padding:10px 12px}.table-actions{flex-direction:column;gap:4px}.table-actions .btn{width:100%}}.plan-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;max-width:1200px;margin:0 auto}.plan-card{background:#ffffff06;border:1.5px solid rgba(255,255,255,.07);border-radius:var(--radius-lg);padding:28px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;display:flex;flex-direction:column}.plan-card:hover{border-color:#bbff0359;background:#ffffff0b}.plan-card.selected{border-color:var(--brand-lime);background:#bbff030d}.plan-card-check{position:absolute;top:18px;right:18px;width:26px;height:26px;border-radius:50%;border:2px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all .2s;background:#ffffff08}.plan-card.selected .plan-card-check{background:var(--brand-lime);border-color:var(--brand-lime);color:var(--brand-dark);box-shadow:0 0 12px #bbff0366}.plan-card-name{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:4px;padding-right:40px}.plan-card-desc{font-size:13px;color:#ffffff73;margin-bottom:16px;line-height:1.5}.plan-card-type{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--brand-lime);opacity:.7;margin-bottom:12px}.plan-card-features{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px;flex:1}.plan-card-feature{font-size:11px;padding:4px 10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.07);border-radius:100px;color:#ffffffb3;white-space:nowrap}.plan-card-price{margin-top:auto;padding-top:18px;border-top:1px solid rgba(255,255,255,.06)}.plan-card-price-row{display:flex;align-items:baseline;gap:2px}.plan-card-price-currency{font-size:18px;font-weight:600;color:#ffffff80}.plan-card-price-amount{font-size:2.2rem;font-weight:700;color:#fff;letter-spacing:-1.5px;line-height:1}.plan-card.selected .plan-card-price-amount{color:var(--brand-lime)}.plan-card-price-period{font-size:14px;color:#fff6;margin-left:4px;font-weight:500}.plan-card-price-alt{font-size:12px;color:#ffffff59;margin-top:6px}.customize-panel{background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-lg);overflow:hidden;margin-top:32px;max-width:1200px;margin-left:auto;margin-right:auto}.customize-panel-header{padding:24px 28px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;background:#ffffff04}.customize-panel-header h3{font-size:1.15rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:10px}.customize-panel-header .plan-badge{font-size:12px;font-weight:600;padding:4px 12px;background:#bbff031f;border:1px solid rgba(187,255,3,.25);border-radius:100px;color:var(--brand-lime)}.customize-panel-body{padding:28px;display:flex;flex-direction:column;gap:28px}.customize-section{display:flex;flex-direction:column;gap:12px}.customize-section-label{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#ffffff80}.billing-selector{display:flex;flex-wrap:wrap;gap:10px}.billing-option{padding:14px 22px;border-radius:var(--radius);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;background:#ffffff08;border:1.5px solid rgba(255,255,255,.08);color:#ffffff8c;text-align:center;min-width:120px;font-family:var(--font-body)}.billing-option:hover{border-color:#fff3;color:#fffc;background:#ffffff0d}.billing-option.active{background:#bbff031a;border-color:var(--brand-lime);color:#fff}.billing-option-label{display:block;font-size:13px;font-weight:600;margin-bottom:4px}.billing-option-price{display:block;font-size:17px;font-weight:700;color:var(--brand-lime)}.billing-option:not(.active) .billing-option-price{color:#ffffffa6}.billing-option-equiv{display:block;font-size:11px;font-weight:500;color:#ffffff73;margin-top:2px}.billing-option.active .billing-option-equiv{color:#fff9}.billing-option-save{display:inline-block;font-size:10px;font-weight:700;color:#22c55e;background:#22c55e26;padding:2px 6px;border-radius:4px;margin-top:4px;letter-spacing:.02em}.upgrade-grid{display:grid;gap:12px}.upgrade-card{padding:16px 20px;background:#ffffff06;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius);display:flex;align-items:center;gap:16px}.upgrade-card-label{font-size:14px;font-weight:600;color:#ffffffd9;min-width:140px;flex-shrink:0}.upgrade-card select{flex:1}.domain-connect-section{padding:24px;background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius)}.domain-connect-title{font-size:16px;font-weight:700;color:#fff;margin-bottom:16px}.domain-toggle-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.domain-toggle-btn{padding:12px;font-size:13px;font-weight:600;border-radius:var(--radius);cursor:pointer;transition:all .2s;border:1.5px solid rgba(255,255,255,.1);background:#ffffff08;color:#fff9;text-align:center;font-family:var(--font-body)}.domain-toggle-btn.active{background:#bbff031a;border-color:var(--brand-lime);color:#fff}.domain-input-row{display:flex;align-items:center;gap:10px;margin-top:12px}.domain-input-prefix{font-size:15px;color:#ffffff59;font-weight:500}.domain-input-field{flex:1;padding:12px 16px;font-size:15px;border-radius:var(--radius);border:1.5px solid rgba(255,255,255,.12);background:#ffffff0a;color:#fff;font-family:var(--font-body);transition:border-color .2s}.domain-input-field:focus{outline:none;border-color:#bbff0366;box-shadow:0 0 0 2px #bbff0359}.domain-need-msg{padding:16px;background:#bbff030f;border:1px solid rgba(187,255,3,.15);border-radius:var(--radius);margin-top:12px}.domain-need-msg p{font-size:14px;color:#ffffffb3;margin-bottom:12px}.inline-domain-search{margin-top:16px}.inline-domain-search .domain-search{max-width:100%}.inline-domain-search .domain-search-input{background:#ffffff0a;border:1px solid rgba(255,255,255,.12);box-shadow:none}.inline-domain-search .domain-tlds{justify-content:flex-start}.inline-domain-results{margin-top:16px}.inline-domain-results .domain-results{max-width:100%}.domain-selected-confirmation{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;margin-top:12px;background:#bbff0314;border:1.5px solid rgba(187,255,3,.3);border-radius:var(--radius)}.domain-selected-info{display:flex;align-items:center;gap:12px}.domain-selected-check{color:var(--brand-lime);flex-shrink:0}.domain-selected-name{font-weight:600;font-size:15px;font-family:var(--font-mono);color:#fff}.domain-selected-price{font-weight:700;color:var(--brand-lime);font-size:14px}@media(max-width:640px){.domain-selected-confirmation{flex-direction:column;gap:12px;align-items:flex-start}.domain-selected-confirmation .btn{width:100%}}.fax-location-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.fax-location-field label{display:block;margin-bottom:8px;font-size:13px;font-weight:500;color:#fff9}.total-bar{padding:24px 28px;border-top:1px solid rgba(255,255,255,.06);background:#ffffff05;display:flex;align-items:center;justify-content:space-between;gap:20px}.total-bar-left{display:flex;flex-direction:column;gap:2px}.total-bar-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff6}.total-bar-price{font-size:2rem;font-weight:700;color:var(--brand-lime);letter-spacing:-1px;line-height:1;display:flex;align-items:baseline;gap:6px}.total-bar-period{font-size:14px;font-weight:400;color:#fff6}.total-bar .btn{padding:14px 36px;font-size:15px;font-weight:700}.free-trial-toggle{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#bbff030d;border:1px solid rgba(187,255,3,.15);border-radius:var(--radius);cursor:pointer;font-size:14px;color:#fffc}.free-trial-toggle input[type=checkbox]{accent-color:var(--brand-lime);width:18px;height:18px}.feature-tooltip{position:relative;display:inline-flex;align-items:center;gap:4px;cursor:help}.feature-tooltip-icon{color:#ffffff4d;flex-shrink:0;transition:color .15s}.feature-tooltip:hover .feature-tooltip-icon{color:var(--brand-lime)}.feature-tooltip-bubble{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);width:280px;padding:12px 14px;background:#1e1e1e;border:1px solid rgba(255,255,255,.12);border-radius:10px;box-shadow:0 8px 32px #00000080;z-index:1000;display:flex;flex-direction:column;gap:6px;animation:tooltipFadeIn .15s ease-out;pointer-events:none}.feature-tooltip-bubble strong{font-size:12px;color:var(--brand-lime);font-weight:600}.feature-tooltip-bubble span{font-size:12px;line-height:1.5;color:#ffffffbf}.feature-tooltip-bubble:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#ffffff1f}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.jargon-buster{margin-top:32px;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);background:#ffffff05;overflow:hidden}.jargon-buster-toggle{width:100%;display:flex;align-items:center;gap:10px;padding:16px 20px;background:none;border:none;color:#fff9;font-size:14px;font-weight:500;cursor:pointer;transition:color .15s,background .15s;font-family:inherit}.jargon-buster-toggle:hover{color:#ffffffe6;background:#ffffff08}.jargon-chevron{margin-left:auto;transition:transform .2s}.jargon-chevron.open{transform:rotate(180deg)}.jargon-buster-content{padding:0 20px 24px;display:flex;flex-direction:column;gap:24px;animation:tooltipFadeIn .2s ease-out}.jargon-category-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--brand-lime);margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid rgba(187,255,3,.1)}.jargon-terms{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}.jargon-term{display:flex;flex-direction:column;gap:4px;padding:12px 14px;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.04)}.jargon-term-title{font-size:13px;font-weight:600;color:#fff}.jargon-term-desc{font-size:12px;line-height:1.55;color:#fff9}.category-tabs{display:flex;gap:4px;margin-bottom:32px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius);padding:4px;width:fit-content;margin-left:auto;margin-right:auto}.category-tab{padding:10px 24px;border-radius:calc(var(--radius) - 2px);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;background:transparent;border:none;color:#ffffff80;font-family:var(--font-body);white-space:nowrap}.category-tab:hover{color:#fffc;background:#ffffff0a}.category-tab.active{background:var(--brand-lime);color:var(--brand-dark);box-shadow:0 2px 8px #bbff0340}.hero-accent-line{width:48px;height:3px;background:var(--brand-lime);border-radius:2px;margin:0 auto 20px;opacity:.7}.hero h1 .hero-highlight{color:var(--brand-lime)}.feature-card-enhanced{background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-sm);padding:24px 24px 24px 20px;transition:all var(--transition-slow);position:relative;overflow:hidden}.feature-card-enhanced:before{display:none}.feature-card-enhanced:hover{border-color:#bbff0333;background:#bbff030a}.feature-card-enhanced:hover:before{display:none}.feature-icon-enhanced{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#ffffff0f;color:#ffffffb3;margin-bottom:16px;border:none}.feature-card-enhanced h3{font-size:1.05rem;font-weight:700;margin-bottom:10px;color:#fff}.feature-card-enhanced p{font-size:14px;color:#ffffff8c;line-height:1.65}.why-choose-section{padding-top:48px;padding-bottom:48px}.why-choose-header{text-align:center;margin-bottom:40px}.why-choose-header h2{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:10px}.why-choose-tagline{font-size:1rem;color:#ffffffb3;max-width:480px;margin:0 auto}.why-choose-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:32px;align-items:start;max-width:900px;margin:0 auto}@media(max-width:768px){.why-choose-grid{grid-template-columns:1fr}}.why-choose-hero{background:linear-gradient(135deg,#bbff0314,#bbff0305);border:1px solid rgba(187,255,3,.2);border-radius:var(--radius-lg);padding:28px}.why-choose-hero-icon{color:var(--brand-lime);margin-bottom:16px}.why-choose-hero h3{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:8px}.why-choose-hero p{font-size:.95rem;color:#ffffffbf;line-height:1.55}.why-choose-list{display:flex;flex-direction:column;gap:0}.why-choose-item{display:grid;grid-template-columns:28px 1fr;gap:14px 18px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.06);align-items:start;color:#ffffffb3}.why-choose-item:last-child{border-bottom:none}.why-choose-item svg{color:#fff6;margin-top:2px;flex-shrink:0}.why-choose-item strong{display:block;font-size:.95rem;color:#fff;margin-bottom:2px}.why-choose-item span{font-size:.875rem;color:#fff9;line-height:1.4}.hosting-features{max-width:640px;margin:0 auto}.hosting-feature-row{display:grid;grid-template-columns:28px 1fr;gap:16px 20px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.06);align-items:start}.hosting-feature-row:last-child{border-bottom:none}.hosting-feature-marker{display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:#ffffff73;margin-top:2px}.hosting-feature-content{display:flex;flex-direction:column;gap:4px}.hosting-feature-content strong{font-size:1rem;font-weight:600;color:#fff}.hosting-feature-desc{font-size:.9rem;color:#fff9;line-height:1.55}.cta-banner-enhanced{background:linear-gradient(135deg,#191919f2,#0d0d0df2);padding:48px 0;color:#fff;position:relative;overflow:hidden}.cta-banner-enhanced .cta-illustration{position:absolute;right:0;bottom:0;width:45%;max-width:480px;opacity:.25;pointer-events:none}.cta-banner-enhanced .cta-illustration img{width:100%;height:auto;display:block;object-fit:contain;object-position:right bottom}.cta-banner-enhanced .container{position:relative;z-index:1}.cta-banner-enhanced:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(187,255,3,.3),transparent)}.cta-banner-enhanced .cta-content{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-banner-enhanced h2{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;letter-spacing:-.5px;color:#fff}.cta-banner-enhanced p{color:#ffffff8c;margin-top:6px;font-size:15px}.domain-result-enhanced{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);transition:all .25s}.domain-result-enhanced:hover{border-color:#bbff0340;background:#ffffff0a;box-shadow:0 4px 20px #0003}.domain-result-enhanced.available{border:1px solid rgba(187,255,3,.4);background:#bbff030a}.domain-result-enhanced.taken{border:1px solid rgba(255,255,255,.12);opacity:.5}.domain-result-enhanced.invalid{border:1px solid rgba(239,68,68,.45);background:#ef44440f;opacity:.5}.tld-grid-enhanced{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.tld-card-enhanced{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-lg);padding:28px;text-align:center;transition:all .3s;position:relative;overflow:hidden}.tld-card-enhanced:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40%;height:2px;background:var(--brand-lime);opacity:0;transition:all .3s}.tld-card-enhanced:hover{border-color:#bbff034d;background:#ffffff0a}.tld-card-enhanced:hover:after{opacity:1;width:60%}.tld-card-enhanced .tld-name{display:block;font-size:24px;font-weight:700;color:var(--brand-lime);font-family:var(--font-mono);margin-bottom:10px}.tld-card-enhanced .tld-price{display:block;font-size:14px;font-weight:600;color:#fff;margin-bottom:6px}.tld-card-enhanced .tld-desc{font-size:12px;color:#fff6}@media(max-width:1024px){.plan-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.plan-cards{grid-template-columns:1fr;max-width:440px;margin-left:auto;margin-right:auto}.customize-panel-header{padding:20px}.customize-panel-body{padding:20px;gap:24px}.billing-selector{flex-direction:column}.billing-option{min-width:unset}.total-bar{flex-direction:column;text-align:center;padding:20px}.total-bar-left{align-items:center}.total-bar .btn{width:100%}.category-tabs{width:100%;overflow-x:auto}.domain-toggle-row,.fax-location-grid{grid-template-columns:1fr}.upgrade-card{flex-direction:column;align-items:stretch}.upgrade-card-label{min-width:unset}.cta-banner-enhanced .cta-content{flex-direction:column;text-align:center}.tld-grid-enhanced{grid-template-columns:repeat(2,1fr)}.feature-tooltip-bubble{width:240px;left:0;transform:none}.feature-tooltip-bubble:after{left:20px;transform:none}.jargon-terms{grid-template-columns:1fr}.jargon-buster-toggle{padding:14px 16px;font-size:13px}}@media(max-width:480px){.plan-card{padding:22px}.plan-card-price-amount{font-size:1.8rem}.tld-grid-enhanced{grid-template-columns:repeat(2,1fr)}}.coming-soon-content{max-width:900px;margin:0 auto;text-align:center}.coming-soon-icon-wrapper{width:120px;height:120px;margin:0 auto 32px;background:linear-gradient(135deg,#bbff031a,#bbff0308);border:2px solid rgba(187,255,3,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--brand-lime);box-shadow:0 0 60px #bbff0314}.coming-soon-content>h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:16px;letter-spacing:-.5px}.coming-soon-description{font-size:1.1rem;color:#ffffffb3;line-height:1.7;margin-bottom:48px;max-width:700px;margin-left:auto;margin-right:auto}.coming-soon-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-lg);padding:48px;margin-bottom:64px;position:relative;overflow:hidden}.coming-soon-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(187,255,3,.4),transparent)}.coming-soon-card svg{color:var(--brand-lime);margin-bottom:20px}.coming-soon-card h3{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:12px}.coming-soon-card p{font-size:1rem;color:#ffffffb3;line-height:1.7;margin-bottom:28px}.coming-soon-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.coming-soon-features{margin-bottom:64px}.coming-soon-alternatives{background:#ffffff04;border-radius:var(--radius-lg);padding:48px;border:1px solid rgba(255,255,255,.05)}.coming-soon-alternatives h3{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:8px}.coming-soon-alternatives>p{color:#ffffffb3;margin-bottom:24px}.coming-soon-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.coming-soon-link-card{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius);padding:24px;display:block;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left}.coming-soon-link-card:hover{border-color:#bbff034d;background:#ffffff0a}.coming-soon-link-card strong{display:block;font-size:16px;font-weight:600;color:#fff;margin-bottom:4px}.coming-soon-link-card span{display:block;font-size:14px;color:#fff9}@media(max-width:768px){.coming-soon-content>h2{font-size:2rem}.coming-soon-card,.coming-soon-alternatives{padding:32px 24px}.coming-soon-actions{flex-direction:column}.coming-soon-actions .btn{width:100%}.coming-soon-links{grid-template-columns:1fr}}.invoices-list{display:flex;flex-direction:column;gap:16px}.invoice-item{background:#ffffff08;border:1px solid rgba(187,255,3,.15);border-radius:8px;padding:20px;transition:box-shadow .2s}.invoice-item:hover{background:#ffffff0d}.invoice-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.invoice-info h4{margin:0 0 8px;font-size:16px;font-weight:600;color:#fff}.invoice-date{display:flex;align-items:center;gap:6px;font-size:13px;color:#fff9;margin:0}.invoice-amount{text-align:right}.invoice-total{font-size:20px;font-weight:700;color:var(--brand-lime);margin-bottom:6px}.invoice-status{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.invoice-status.paid{background:#d4edda;color:#155724}.invoice-status.unpaid{background:#fff3cd;color:#856404}.invoice-status.overdue{background:#ef444433;color:#ef4444}.invoice-items{display:flex;flex-direction:column;gap:8px}.invoice-line-item{display:flex;align-items:center;gap:8px;font-size:14px;color:#fffc;padding:8px 12px;background:#ffffff0d;border-radius:6px}.invoice-line-item svg{flex-shrink:0;color:#ffffff80}.invoice-line-item span:first-of-type{flex:1}.invoice-line-item .item-price{font-weight:600;color:var(--brand-lime)}.invoice-more{font-size:13px;color:#fff9;font-style:italic;padding:4px 12px}.invoice-actions{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:flex-end;gap:8px}@media(max-width:768px){.invoice-header{flex-direction:column;gap:16px}.invoice-amount{text-align:left;width:100%}.invoice-total{font-size:18px}}.page-domain-transfer .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:48px}.benefit-card{background:#ffffff08;border:1px solid rgba(187,255,3,.15);border-radius:12px;padding:32px 24px;text-align:center;transition:all .3s}.benefit-card:hover{background:#ffffff0a;border-color:#bbff034d}.benefit-icon{width:64px;height:64px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#bbff031a,#bbff0333);border-radius:50%;color:var(--brand-lime)}.benefit-card h3{font-size:20px;font-weight:700;margin-bottom:12px;color:var(--text-primary)}.benefit-card p{color:#ffffffb3;font-size:15px;line-height:1.6;margin:0}.transfer-form-container{display:grid;grid-template-columns:1fr 400px;gap:40px;max-width:1200px;margin:0 auto}.form-card{background:#ffffff08;border:1px solid rgba(187,255,3,.15);border-radius:16px;padding:40px}.form-card h2{font-size:28px;font-weight:700;margin-bottom:12px;color:var(--text-primary)}.form-description{color:#ffffffb3;margin-bottom:32px;line-height:1.6}.transfer-result{margin-top:32px;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}.transfer-blockers{background:#ffffff05;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:10px 14px}.transfer-blockers[open]{border-color:#bbff0340;background:#bbff030d}.transfer-blockers summary{cursor:pointer;font-size:14px;font-weight:600;color:#ffffffd9}.transfer-blockers summary:hover{color:var(--brand-lime)}.transfer-blockers ul{margin:10px 0 2px 18px;padding:0}.transfer-blockers li{color:#ffffffb8;font-size:13px;line-height:1.45;margin-bottom:6px}.result-header{text-align:center;padding:32px;border-radius:12px;margin-bottom:24px}.result-header.success{background:linear-gradient(135deg,#0596691a,#10b9811a);border:1px solid rgba(16,185,129,.3)}.result-header.error{background:linear-gradient(135deg,#dc26261a,#ef44441a);border:1px solid rgba(239,68,68,.3)}.result-header svg{margin-bottom:16px}.result-header.success svg{color:#10b981}.result-header.error svg{color:#ef4444}.result-header h3{font-size:24px;font-weight:700;margin-bottom:8px;color:var(--text-primary)}.result-header p{color:#ffffffb3;margin:0}.transfer-clarifier{margin-top:14px;padding:12px 14px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.14);text-align:left}.transfer-clarifier p{margin:0 0 10px;color:#ffffffc7;font-size:13px;line-height:1.45}.transfer-clarifier .btn{padding:8px 12px;font-size:13px}.result-details{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px;margin-bottom:24px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.detail-row:last-child{border-bottom:none}.detail-label{font-weight:600;color:#fffc}.detail-value{font-weight:600;color:var(--text-primary)}.detail-row.price-row{padding-top:16px;margin-top:8px;border-top:2px solid rgba(187,255,3,.2)}.detail-value.price{font-size:24px;color:var(--brand-lime)}.badge{padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600}.badge-warning{background:#fbbf2433;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.badge-premium{background:#a855f733;color:#a855f7;border:1px solid rgba(168,85,247,.3)}.result-actions{margin-top:24px}.transfer-guide{background:#ffffff08;border:1px solid rgba(187,255,3,.15);border-radius:16px;padding:32px;height:fit-content;position:sticky;top:24px}.transfer-guide h3{font-size:20px;font-weight:700;margin-bottom:24px;color:var(--text-primary)}.guide-step{display:flex;gap:16px;margin-bottom:24px}.step-number{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--brand-lime) 0%,#a3e635 100%);color:var(--brand-dark);font-weight:700;font-size:18px;border-radius:50%}.step-content h4{font-size:16px;font-weight:600;margin-bottom:6px;color:var(--text-primary)}.step-content p{color:#ffffffb3;font-size:14px;line-height:1.5;margin:0}.transfer-faq{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.transfer-faq h4{font-size:16px;font-weight:700;margin-bottom:16px;color:var(--text-primary)}.transfer-faq details{margin-bottom:12px;background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 16px;cursor:pointer}.transfer-faq details[open]{background:#bbff030d;border-color:#bbff0333}.transfer-faq summary{font-weight:600;color:var(--text-primary);font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.transfer-faq summary:hover{color:var(--brand-lime)}.transfer-faq p{margin:12px 0 0;color:#ffffffb3;font-size:14px;line-height:1.6}.starter-flow-card{max-width:980px;margin:0 auto;padding:28px;border-radius:16px;border:1px solid rgba(187,255,3,.18);background:radial-gradient(circle at top right,rgba(187,255,3,.08),transparent 45%),#ffffff08}.starter-flow-header h2{margin:0 0 8px;font-size:30px}.starter-flow-header p{margin:0 0 20px;color:#ffffffb8}.starter-node{padding:18px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff08}.starter-node h3{margin:0 0 8px}.starter-node p{margin:0 0 12px;color:#ffffffb8}.starter-connect{width:2px;height:22px;margin:8px auto;background:linear-gradient(to bottom,#bbff0399,#bbff031a)}.node-kicker{display:inline-block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;padding:3px 8px;border-radius:999px;margin-bottom:10px;color:#d9ffa0;background:#bbff0329;border:1px solid rgba(187,255,3,.28)}.starter-question-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.starter-goal-toggle{display:flex;align-items:center;gap:8px;width:100%;text-align:left;font-size:14px;color:var(--text-primary);border:1px solid rgba(255,255,255,.14);border-radius:10px;padding:12px;background:#ffffff05;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.starter-goal-toggle:hover{border-color:#bbff0359}.starter-goal-toggle.is-active{border-color:#bbff0380;background:#bbff0314}.starter-impact-list{display:grid;gap:10px}.starter-impact-item{border:1px solid rgba(255,255,255,.12);border-radius:9px;padding:10px 12px;background:#ffffff05}.starter-impact-item strong{display:block;font-size:13px;margin-bottom:3px}.starter-impact-item span{display:block;color:#ffffffb8;font-size:12px}.starter-product-list{display:grid;gap:8px}.starter-product-item{display:flex;align-items:center;gap:8px;padding:12px;border-radius:9px;border:1px solid rgba(255,255,255,.12);background:#ffffff05;font-size:13px}.starter-node-hint,.starter-muted{margin:0 0 12px;color:#fff9;font-size:13px}.starter-node-cta .starter-product-list{margin-bottom:20px}.starter-cta-block{margin-top:16px}.starter-cta-block .btn{display:inline-flex;align-items:center;gap:8px}.starter-cta-block .btn.btn-disabled,.starter-cta-block a.btn[aria-disabled=true]{opacity:.65;cursor:not-allowed;pointer-events:none}.starter-cta-note{margin:12px 0 0;max-width:42ch;color:#fff9;font-size:13px;line-height:1.5}.page-setup-wizard .wizard-header h1{margin-bottom:10px;font-size:clamp(2rem,3.4vw,2.6rem);letter-spacing:-.015em;line-height:1.08;font-family:var(--font-body);font-weight:700}.page-setup-wizard .wizard-header p{margin:0 0 28px;color:#ffffffb8;font-size:1.02rem;max-width:64ch}.wizard-eyebrow{margin:0 0 10px;text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:700;color:#ffffff85}.wizard-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:24px;align-items:start}.wizard-main{display:grid;gap:16px}.wizard-card{border:1px solid rgba(255,255,255,.08);border-radius:4px;padding:24px;background:#0c1013;box-shadow:none}.wizard-card h2{display:flex;align-items:center;gap:8px;margin:0 0 20px;font-size:2rem;line-height:1.05;letter-spacing:-.015em;font-family:var(--font-body);font-weight:700}.wizard-card-goals{border-color:#fff3;padding-bottom:20px}.wizard-card-stack{border-color:#fff3}.wizard-card-existing,.wizard-card-new{border-color:#ffffff2e}.wizard-card-checkout{border-color:#fff3;padding-top:18px;padding-bottom:18px}.wizard-goals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.wizard-goals-intro{margin:-8px 0 14px;color:#ffffffb3;font-size:15px}.wizard-goal-btn{border:1px solid rgba(255,255,255,.14);background:#11161a;color:#eef1f3;border-radius:3px;padding:14px 13px;min-height:88px;cursor:pointer;font-weight:600;text-align:left;transition:border-color .14s ease,background .14s ease;display:grid;align-content:start;gap:6px}.wizard-goal-btn span{font-size:21px;line-height:.95;letter-spacing:-.015em;font-family:var(--font-heading);font-weight:620}.wizard-goal-btn small{display:block;font-size:13px;color:#ffffff94;font-weight:500;line-height:1.28}.wizard-goal-btn:hover{border-color:#ffffff42;background:#151b20}.wizard-goal-btn.active{border-color:#bbff03d9;background:#151d11;color:#edf7d2}.wizard-goal-btn.active small{color:#edf7d2e6}.wizard-service-row{border:0;border-top:1px solid rgba(255,255,255,.1);border-radius:0;padding:16px 0 14px;margin-bottom:0;background:transparent}.wizard-card-stack .wizard-service-row:first-of-type{border-top:0;padding-top:10px}.wizard-service-toggle{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.wizard-service-toggle input,.wizard-addon-toggle input,.wizard-terms input{accent-color:var(--brand-lime)}.wizard-service-toggle span{display:flex;flex-direction:column;gap:2px}.wizard-service-row-primary .wizard-service-toggle strong{font-size:1.8rem;font-family:var(--font-body);line-height:1.05;letter-spacing:-.01em;font-weight:700}.wizard-addon-toggle strong{font-size:16px;line-height:1.1}.wizard-service-toggle small{color:#ffffffad;font-size:15px}.wizard-service-config{display:grid;grid-template-columns:1fr 1fr;gap:10px}.wizard-plan-explainer{margin-top:10px;border:0;border-radius:0;padding:2px 0 2px 10px;background:#bbff030d}.wizard-plan-explainer-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.wizard-plan-explainer-top strong{color:#f7f9fb;font-size:16px}.wizard-plan-guidance{margin:6px 0 8px;color:#ffffffbd;font-size:12px}.wizard-trial-note{margin:0 0 8px;padding:7px 9px;border:1px solid rgba(255,211,107,.34);border-radius:8px;background:#ffd36b14;color:#ffe5a6;font-size:12px;font-weight:600}.wizard-plan-summary{margin:0 0 6px;color:#ffffffb8;font-size:13px}.wizard-plan-feature-list{margin:0;padding-left:16px;display:grid;gap:3px}.wizard-plan-feature-list li{color:#ffffffd4;font-size:13px}.wizard-plan-feature-list .feature-tooltip{display:inline-flex;align-items:center;gap:4px}.wizard-plan-alternatives{margin:8px 0 0;color:#ffffff9e;font-size:11px}.wizard-domain-check-row{margin-top:8px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.09);padding-top:14px}.wizard-domain-status{font-size:12px;font-weight:600}.wizard-domain-status.ok{color:#9ff45b}.wizard-domain-status.warn{color:#ffd36b}.wizard-domain-status.err{color:#ff8f8f}.wizard-domain-alternatives{margin-top:12px;padding-top:12px;border-top:1px dashed rgba(255,255,255,.16)}.wizard-domain-alternatives p{margin:0 0 10px;color:#ffffffc7;font-size:13px}.wizard-domain-alt-list{display:flex;flex-wrap:wrap;gap:8px}.wizard-domain-alt-btn{border:1px solid rgba(255,255,255,.18);border-radius:3px;background:#151b20;color:#f4f6f8;padding:8px 10px;min-width:180px;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:2px;transition:border-color var(--transition-fast),background-color var(--transition-fast)}.wizard-domain-alt-btn span{font-size:13px;font-weight:700}.wizard-domain-alt-btn small{color:#ffffffa6;font-size:11px}.wizard-domain-alt-btn:hover{border-color:#bbff038c;background:#1b2228}.wizard-addon-group{margin-top:12px;padding:10px 0 0;border-radius:0;border:0;border-top:1px dashed rgba(255,255,255,.16);background:transparent}.wizard-addon-label{margin:0 0 8px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff9}.wizard-addon-row{border:0;border-radius:0;padding:4px 0 6px 10px;background:transparent}.wizard-addon-row+.wizard-addon-row{margin-top:8px}.wizard-addon-toggle{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px}.wizard-addon-toggle span{display:flex;flex-direction:column}.wizard-addon-toggle small{color:#ffffffad}.wizard-select{width:100%;border:1px solid rgba(255,255,255,.14);border-radius:3px;background-color:#171b1e;color:#f7f9fb;font-size:15px;font-weight:600;padding:11px 42px 11px 12px;line-height:1.25;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23bbff03' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px;transition:border-color var(--transition-fast),background-color var(--transition-fast),box-shadow var(--transition-fast)}.wizard-select:hover{border-color:#ffffff5c;background-color:#1a2023}.wizard-select:focus{outline:none;border-color:#bbff03cc;box-shadow:0 0 0 2px #bbff0359;background-color:#1b2125}.wizard-select option{background:#151515;color:#f7f9fb}.wizard-dropdown{position:relative}.wizard-dropdown.disabled{opacity:.65}.wizard-dropdown-trigger{width:100%;border:1px solid rgba(255,255,255,.16);border-radius:3px;background:#171b1e;color:#f7f9fb;font-size:15px;font-weight:600;padding:11px 12px;line-height:1.25;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:10px;transition:border-color var(--transition-fast),background-color var(--transition-fast)}.wizard-dropdown-trigger:hover:not(:disabled){border-color:#ffffff57;background:#1a2023}.wizard-dropdown.open .wizard-dropdown-trigger{border-color:#bbff03cc;box-shadow:0 0 0 2px #bbff032e;background:#1b2125}.wizard-dropdown-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wizard-dropdown-chevron{color:var(--brand-lime);flex-shrink:0;transition:transform var(--transition-fast)}.wizard-dropdown.open .wizard-dropdown-chevron{transform:rotate(180deg)}.wizard-dropdown-menu{position:absolute;top:calc(100% + 6px);left:0;width:100%;z-index:60;border:1px solid rgba(255,255,255,.16);border-radius:4px;background:#101417;box-shadow:0 16px 40px #00000073;max-height:260px;overflow-y:auto;padding:4px}.wizard-dropdown-item{width:100%;border:0;border-radius:3px;background:transparent;color:#ffffffe6;font-size:14px;line-height:1.25;text-align:left;padding:9px 10px;cursor:pointer;transition:background-color var(--transition-fast),color var(--transition-fast)}.wizard-dropdown-item:hover{background:#ffffff14}.wizard-dropdown-item.selected{background:#bbff0329;color:#ecffd1}.wizard-summary{border:1px solid rgba(255,255,255,.1);border-radius:3px;padding:20px 18px;background:#0c1013;position:sticky;top:16px;box-shadow:none}.wizard-summary h3{margin:0 0 12px;font-size:1.8rem;line-height:1.05;letter-spacing:-.01em;font-family:var(--font-body);font-weight:700}.wizard-summary-line{display:flex;justify-content:space-between;gap:10px;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.06);font-size:13px}.wizard-summary-total{display:flex;justify-content:space-between;margin-top:12px;font-weight:700;font-size:1.25rem;border-top:1px solid rgba(255,255,255,.12);padding-top:10px}.wizard-inline-error{color:#ff8f8f;margin:0 0 8px}.wizard-muted{color:#ffffffa8}.wizard-terms{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.wizard-payment-wrap{border:1px solid rgba(255,255,255,.16);border-radius:3px;padding:18px;background:#101214}.wizard-success{border:1px solid rgba(255,255,255,.16);border-radius:3px;padding:30px;text-align:center;background:#101214}.wizard-success svg{color:var(--brand-lime)}@media(max-width:1024px){.transfer-form-container{grid-template-columns:1fr}.transfer-guide{position:static}}@media(max-width:768px){.starter-flow-card{padding:18px}.starter-flow-header h2{font-size:24px}.starter-question-grid,.wizard-grid{grid-template-columns:1fr}.wizard-summary{position:static}.wizard-service-config,.wizard-goals{grid-template-columns:1fr}.wizard-goal-btn{min-height:76px;padding:12px}.wizard-goal-btn span{font-size:18px}.wizard-goal-btn small{font-size:12px}.wizard-card h2,.wizard-summary h3{font-size:1.7rem}.wizard-plan-explainer-top{align-items:flex-start;flex-direction:column}.form-card,.transfer-guide{padding:24px}.benefit-card{padding:24px 20px}}.pathway-section{overflow:hidden}.pathway{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;padding-top:48px}.pathway-track{position:absolute;top:16px;left:12.5%;right:12.5%;height:2px;z-index:0}.pathway-track-line{position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(187,255,3,.3) 0,rgba(187,255,3,.3) 8px,transparent 8px,transparent 16px);border-radius:1px}.pathway-track-glow{position:absolute;top:-4px;left:-20%;width:30%;height:10px;background:radial-gradient(ellipse,rgba(187,255,3,.35),transparent 70%);border-radius:50%;animation:pathway-glow-travel 4s ease-in-out infinite}@keyframes pathway-glow-travel{0%{left:-20%;opacity:0}10%{opacity:1}90%{opacity:1}to{left:100%;opacity:0}}.pathway-dot{position:relative;width:20px;height:20px;margin:0 auto 20px;z-index:2}.pathway-dot-ring{position:absolute;inset:0;border-radius:50%;border:2px solid var(--step-accent, var(--brand-lime));opacity:.4;transition:all var(--transition-slow)}.pathway-dot-core{position:absolute;top:5px;left:5px;width:10px;height:10px;border-radius:50%;background:var(--step-accent, var(--brand-lime));transition:all var(--transition-slow);box-shadow:0 0 8px #bbff034d}.pathway-step:hover .pathway-dot-ring{opacity:1;transform:scale(1.5)}.pathway-step:hover .pathway-dot-core{box-shadow:0 0 16px #bbff0380}.pathway-step{position:relative;text-align:center;padding:0 10px;z-index:1;opacity:0;transform:translateY(24px);transition:opacity .5s ease,transform .5s ease;transition-delay:calc(var(--step-index, 0) * .15s)}.pathway-step.pathway-visible{opacity:1;transform:translateY(0)}.pathway-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:24px 18px 20px;transition:all var(--transition-slow);position:relative;overflow:hidden}.pathway-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--step-accent, var(--brand-lime));opacity:0;transition:opacity var(--transition-slow)}.pathway-step:hover .pathway-card{border-color:#ffffff2e;background:#ffffff0d;transform:translateY(-4px)}.pathway-step:hover .pathway-card:before{opacity:1}.pathway-card-number{font-family:var(--font-heading);font-size:11px;font-weight:700;color:var(--step-accent, var(--brand-lime));letter-spacing:.1em;margin-bottom:12px;opacity:.7}.pathway-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;background:color-mix(in srgb,var(--step-accent, var(--brand-lime)) 10%,transparent);color:var(--step-accent, var(--brand-lime));transition:all var(--transition-slow)}.pathway-step:hover .pathway-card-icon{background:color-mix(in srgb,var(--step-accent, var(--brand-lime)) 18%,transparent);transform:scale(1.08)}.pathway-card-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:4px}.pathway-card-tagline{font-size:13px;font-weight:600;color:var(--step-accent, var(--brand-lime));margin-bottom:8px;opacity:.85}.pathway-card-desc{font-size:13px;color:#ffffff8c;line-height:1.55;margin-bottom:16px}.pathway-card-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--brand-lime);transition:all var(--transition-fast)}.pathway-card-link:hover{color:var(--brand-lime-dark)}.pathway-card-link svg{transition:transform var(--transition-fast)}.pathway-card-link:hover svg{transform:translate(3px)}.pathway-sub-options{display:grid;gap:8px}.pathway-sub-option{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid rgba(255,255,255,.1);background:#ffffff05;transition:all var(--transition-fast);text-align:left;color:inherit;text-decoration:none}.pathway-sub-option:hover{border-color:#bbff0359;background:#bbff030f;color:inherit;text-decoration:none}.pathway-sub-option>svg{flex-shrink:0;color:var(--brand-lime)}.pathway-sub-option div{flex:1;min-width:0}.pathway-sub-option strong{display:block;font-size:13px;font-weight:600;color:#fff}.pathway-sub-option span{display:block;font-size:11px;color:#ffffff80;margin-top:1px}.pathway-sub-arrow{flex-shrink:0;color:#ffffff4d;transition:all var(--transition-fast)}.pathway-sub-option:hover .pathway-sub-arrow{color:var(--brand-lime);transform:translate(2px)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.spin{animation:spin 1s linear infinite!important}.pathway-step{opacity:1;transform:none}.pathway-track-glow{animation:none;display:none}}@media(max-width:1024px){.pathway{grid-template-columns:repeat(2,1fr);gap:32px 16px;padding-top:0}.pathway-track,.pathway-dot{display:none}.pathway-step{padding:0}}@media(max-width:768px){.pathway{grid-template-columns:1fr;gap:16px;padding-top:0;position:relative}.pathway-track{display:block;inset:0 auto 0 20px;width:2px;height:auto}.pathway-track-line{background:repeating-linear-gradient(180deg,rgba(187,255,3,.3) 0,rgba(187,255,3,.3) 8px,transparent 8px,transparent 16px)}.pathway-track-glow{width:10px;height:30%;top:-20%;left:-4px;animation:pathway-glow-travel-v 4s ease-in-out infinite}@keyframes pathway-glow-travel-v{0%{top:-20%;opacity:0}10%{opacity:1}90%{opacity:1}to{top:100%;opacity:0}}.pathway-step{padding-left:48px;text-align:left}.pathway-dot{display:block;position:absolute;left:11px;top:24px;margin:0}.pathway-card-icon{margin:0 0 14px}.pathway-step{transform:translate(-20px)}.pathway-step.pathway-visible{transform:translate(0)}}@media(max-width:480px){.pathway-card{padding:20px 16px 18px}.pathway-card-title{font-size:1rem}}@media(max-width:620px){body .cookie-banner{position:fixed;left:8px;right:8px;bottom:calc(max(8px,env(safe-area-inset-bottom,0px)) + var(--sticky-bar-h, 0px));width:auto;margin:0;max-height:40vh;overflow:auto;overscroll-behavior:contain;z-index:950;padding:10px 12px;display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}body .cookie-banner p{flex:1 1 140px;min-width:0;margin:0;font-size:var(--text-min);line-height:1.35}body.has-sticky-bar{--sticky-bar-h: 72px}body:has(.mobile-sticky-cta){--sticky-bar-h: 72px}body .main-manage~.cookie-banner{position:relative;left:auto;right:auto;bottom:auto;width:min(100% - 24px,900px);margin:12px auto;max-height:none}body .cookie-banner-actions{flex:0 0 auto;margin-left:auto;gap:8px}body .cookie-banner-actions .btn{flex:0 0 auto;min-height:44px;padding:6px 10px}body .cookie-banner p a{white-space:nowrap}body .cookie-banner,body .cookie-banner p,body .cookie-banner-actions{pointer-events:none}body .cookie-banner a,body .cookie-banner-actions .btn{pointer-events:auto}}.shop-page{--shop-bg: #f4f5f7;--shop-panel: #ffffff;--shop-panel-raised: #ffffff;--shop-panel-soft: rgba(15, 20, 30, .04);--shop-border: rgba(15, 20, 30, .12);--shop-border-soft: rgba(15, 20, 30, .08);--shop-border-strong: rgba(61, 107, 0, .42);--shop-text: #1a1e25;--shop-text-strong: #0a0c10;--shop-text-muted: #5b6470;--shop-text-subtle: #616a76;--shop-accent: var(--brand-lime);--shop-accent-text: #3d6b00;--shop-tone-available: #1f7a4d;--shop-tone-available-bg: #e3f6ec;--shop-tone-available-border: #b7e3c9;--shop-tone-available-solid: #137a43;--shop-tone-caution: #8a5a00;--shop-tone-caution-bg: #fdf0d6;--shop-tone-caution-border: #f1d79a;--shop-tone-caution-solid: #8a5a00;--shop-tone-quote: #475569;--shop-tone-quote-bg: #eef1f5;--shop-tone-quote-border: #d4dae2;--shop-tone-quote-solid: #51607a;--shop-tone-unavailable: #565f6b;--shop-tone-unavailable-bg: #eef1f4;--shop-tone-unavailable-border: #d6dce2;--shop-tone-unavailable-solid: #565f6b;--shop-tone-sale: #c2410c;--shop-tone-sale-bg: #fde8df;--shop-tone-sale-border: #f6c4ad;--shop-tone-sale-solid: #b83c08;--shop-motion-fast: .15s;--shop-motion: .2s;--shop-ease: cubic-bezier(.22, 1, .36, 1);--shop-focus-ring: 0 0 0 2px color-mix(in srgb, var(--shop-accent-text) 70%, transparent);--shop-space-1: 4px;--shop-space-2: 8px;--shop-space-3: 12px;--shop-space-4: 16px;--shop-space-5: 24px;--shop-space-6: 32px;--shop-space-7: 48px;--shop-space-8: 64px;background:var(--shop-bg);color:var(--shop-text)}.shop-page a{color:var(--shop-accent-text)}.shop-page p a{text-decoration:underline;text-underline-offset:2px}.shop-hero,.shop-product-hero{border-bottom:1px solid var(--shop-border);background:radial-gradient(circle at 82% 10%,rgba(187,255,3,.16),transparent 26rem),linear-gradient(135deg,#fff,#f4f5f7 60%,#eef1f4)}.shop-hero-inner,.shop-product-hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,480px);gap:var(--shop-space-7);align-items:center;padding-top:var(--shop-space-8);padding-bottom:var(--shop-space-7)}.shop-product-hero-inner.no-hero-image{grid-template-columns:minmax(0,1fr);max-width:820px}.shop-hero h1,.shop-product-hero h1{max-width:760px;margin:0 0 var(--shop-space-4);font-family:var(--font-heading);font-size:3.25rem;line-height:1.04;letter-spacing:0;color:var(--shop-text-strong)}.shop-hero p,.shop-product-copy>p{max-width:66ch;color:var(--shop-text-muted);font-size:1.05rem;line-height:1.7}.shop-landing-hero{border-bottom:1px solid var(--shop-border);background:radial-gradient(circle at 82% 12%,rgba(187,255,3,.16),transparent 29rem),linear-gradient(135deg,#fff,#f4f5f7 60%,#eef1f4)}.shop-landing-hero-inner{display:flex;flex-direction:column;align-items:flex-start;gap:var(--shop-space-4);padding-top:var(--shop-space-8);padding-bottom:var(--shop-space-7)}.shop-hero-eyebrow{margin:0;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--shop-accent-text)}.shop-landing-hero-inner>h1{margin:0;max-width:17ch;font-family:var(--font-heading);font-size:clamp(2.25rem,1.35rem + 3.4vw,3.4rem);line-height:1.04;letter-spacing:-.022em;color:var(--shop-text-strong);text-wrap:balance}.shop-hero-subhead{max-width:62ch;margin:0;color:var(--shop-text-muted);font-size:1.075rem;line-height:1.65;text-wrap:pretty}.shop-hero-pillars{list-style:none;margin:var(--shop-space-2) 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--shop-space-4) var(--shop-space-6);max-width:720px;width:100%}.shop-hero-pillars li{display:flex;align-items:flex-start;gap:var(--shop-space-3)}.shop-hero-pillar-icon{display:inline-flex;align-items:center;justify-content:center;flex:none;width:38px;height:38px;border-radius:10px;border:1px solid var(--shop-border-soft);background:var(--shop-panel-soft);color:var(--shop-accent-text)}.shop-hero-pillars strong{display:block;font-size:.98rem;color:var(--shop-text-strong)}.shop-hero-pillar-icon svg{display:block}.shop-hero-pillars div span{display:block;margin-top:2px;font-size:.9rem;line-height:1.5;color:var(--shop-text-muted)}.shop-landing-actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--shop-space-3);margin-top:var(--shop-space-4)}.shop-voice-toggle{display:inline-flex;align-items:center;gap:var(--shop-space-2);padding:12px 18px;border:1px solid var(--shop-border);border-radius:var(--radius);background:var(--shop-panel);color:var(--shop-text-strong);font-family:var(--font-body);font-size:14px;font-weight:600;line-height:1.4;cursor:pointer;transition:border-color var(--shop-motion) var(--shop-ease),background var(--shop-motion) var(--shop-ease)}.shop-voice-toggle:hover{border-color:var(--shop-border-strong);background:var(--shop-panel-soft)}.shop-voice-toggle-chevron{transition:transform var(--shop-motion) var(--shop-ease)}.shop-voice-toggle.is-open .shop-voice-toggle-chevron{transform:rotate(180deg)}.shop-voice-disclosure{display:grid;grid-template-rows:0fr;width:100%;transition:grid-template-rows var(--shop-motion) var(--shop-ease)}.shop-voice-disclosure.is-open{grid-template-rows:1fr}.shop-voice-disclosure-inner{overflow:hidden;min-height:0}.shop-voice-demo-loading{padding:var(--shop-space-6);color:var(--shop-text-muted);font-size:.95rem}.shop-voice-demo{margin-top:var(--shop-space-5);padding:var(--shop-space-5);border:1px solid var(--shop-border);border-radius:var(--radius-lg);background:var(--shop-panel)}.shop-voice-demo-lede{max-width:70ch;margin:0 0 var(--shop-space-5);color:var(--shop-text-muted);font-size:.95rem;line-height:1.6}.shop-voice-motion-control{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--shop-space-3);margin:calc(var(--shop-space-5) * -.35) 0 var(--shop-space-5);padding:var(--shop-space-3);border:1px solid var(--shop-border-soft);border-radius:var(--radius);background:var(--shop-panel-soft)}.shop-voice-motion-control p{margin:0;color:var(--shop-text-muted);font-size:.82rem;line-height:1.4}.shop-voice-motion-control button{display:inline-flex;align-items:center;gap:var(--shop-space-2);padding:8px 12px;border:1px solid var(--shop-border-strong);border-radius:var(--radius-sm);background:var(--shop-panel);color:var(--shop-text-strong);font-family:var(--font-body);font-size:.8rem;font-weight:700;line-height:1.2;cursor:pointer}.shop-voice-motion-control button:hover{border-color:var(--shop-accent-text)}.shop-voice-motion-control button:focus-visible{outline:2px solid var(--shop-accent-text);outline-offset:2px}.shop-voice-lanes{display:grid;gap:var(--shop-space-4)}.shop-voice-lane{display:grid;grid-template-columns:minmax(0,1fr) 168px;gap:var(--shop-space-4);align-items:center;padding:var(--shop-space-4);border:1px solid var(--shop-border-soft);border-radius:var(--radius);background:var(--shop-panel-soft)}.shop-voice-lane-head{grid-column:1 / -1;display:flex;align-items:center;gap:var(--shop-space-2)}.shop-voice-lane-head h4{margin:0;font-family:var(--font-heading);font-size:.95rem;color:var(--shop-text-strong)}.shop-voice-lane-icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:7px}.shop-voice-lane--public .shop-voice-lane-icon{color:var(--shop-tone-caution-solid);background:var(--shop-tone-caution-bg)}.shop-voice-lane--dve .shop-voice-lane-icon{color:var(--shop-tone-available-solid);background:var(--shop-tone-available-bg)}.shop-voice-diagram{width:100%;height:auto}.shop-voice-track{stroke:var(--shop-border);stroke-width:2;stroke-dasharray:4 5}.shop-voice-node circle{fill:var(--shop-panel);stroke:var(--shop-border-strong);stroke-width:1.5;transition:fill var(--shop-motion) var(--shop-ease),stroke var(--shop-motion) var(--shop-ease)}.shop-voice-node circle.is-congested{fill:var(--shop-tone-sale-bg);stroke:var(--shop-tone-sale-solid);transform-box:fill-box;transform-origin:center;animation:shop-voice-congest .9s var(--shop-ease) infinite}@keyframes shop-voice-congest{0%,to{transform:scale(1)}50%{transform:scale(1.32)}}.shop-voice-node text{fill:var(--shop-text-muted);font-family:var(--font-body);font-size:11px}.shop-voice-bit{font-family:var(--font-mono);font-size:14px;font-weight:700;transition:fill var(--shop-motion) var(--shop-ease)}.shop-voice-lane--public .shop-voice-bit{fill:var(--shop-tone-caution-solid)}.shop-voice-lane--public .shop-voice-bit.is-hot{fill:var(--shop-tone-sale-solid)}.shop-voice-lane--dve .shop-voice-bit{fill:var(--shop-tone-available-solid)}.shop-voice-readout{display:grid;gap:4px;align-content:center}.shop-voice-figure{display:flex;align-items:baseline;gap:4px;flex-wrap:wrap}.shop-voice-ms{font-family:var(--font-heading);font-size:2rem;font-weight:700;line-height:1;font-variant-numeric:tabular-nums;color:var(--shop-text-strong)}.shop-voice-unit{font-size:.9rem;color:var(--shop-text-muted)}.shop-voice-spike{margin-left:2px;padding:2px 7px;border-radius:999px;background:var(--shop-tone-sale-bg);color:var(--shop-tone-sale);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.shop-voice-spark{width:100%;height:40px}.shop-voice-lane--public .shop-voice-spark path{stroke:var(--shop-tone-caution-solid);stroke-width:1.5}.shop-voice-lane--dve .shop-voice-spark path{stroke:var(--shop-tone-available-solid);stroke-width:1.5}.shop-voice-jitter{margin:0;font-size:.78rem;line-height:1.4;color:var(--shop-text-muted);font-variant-numeric:tabular-nums}.shop-voice-endpoints{display:none}.shop-cloud-reach{margin-top:var(--shop-space-5);padding-top:var(--shop-space-5);border-top:1px solid var(--shop-border-soft)}.shop-cloud-reach-head h4{margin:0 0 var(--shop-space-2);font-family:var(--font-heading);font-size:1rem;color:var(--shop-text-strong)}.shop-cloud-reach-head p{max-width:72ch;margin:0 0 var(--shop-space-5);color:var(--shop-text-muted);font-size:.95rem;line-height:1.6}.shop-cloud-stage{display:grid;grid-template-columns:auto minmax(56px,1fr) minmax(0,2.2fr);align-items:center;gap:var(--shop-space-4)}.shop-cloud-core{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:104px;padding:var(--shop-space-3);border:1.5px solid var(--shop-accent-text);border-radius:var(--radius);background:var(--shop-panel);text-align:center}.shop-cloud-core-mark{font-family:var(--font-heading);font-weight:800;font-size:1.15rem;letter-spacing:.02em;color:var(--shop-accent-text)}.shop-cloud-core-label{font-size:.7rem;color:var(--shop-text-muted)}.shop-cloud-beam{height:3px;border-radius:999px;background:repeating-linear-gradient(90deg,var(--shop-tone-available-solid) 0 6px,transparent 6px 12px);animation:shop-cloud-beam .6s linear infinite}@keyframes shop-cloud-beam{0%{background-position:0 0}to{background-position:12px 0}}.shop-cloud-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(124px,1fr));gap:var(--shop-space-2)}.shop-cloud-chip{display:flex;align-items:center;justify-content:center;min-height:58px;padding:var(--shop-space-3) var(--shop-space-4);border:1px solid var(--shop-border-soft);border-radius:var(--radius);background:var(--shop-panel)}.shop-cloud-logo{width:auto;height:auto;max-height:26px;max-width:100%;object-fit:contain}.shop-cloud-caption{margin:var(--shop-space-4) 0 0;color:var(--shop-text-subtle);font-size:.78rem}@media(max-width:620px){.shop-cloud-stage{grid-template-columns:1fr;justify-items:center;gap:var(--shop-space-3)}.shop-cloud-beam{width:100%}.shop-cloud-grid{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.shop-voice-disclosure{transition-duration:.01ms}.shop-voice-toggle,.shop-voice-toggle-chevron{transition:none}.shop-voice-toggle.is-open .shop-voice-toggle-chevron{transform:rotate(180deg)}.shop-voice-node circle.is-congested{animation:none}.shop-cloud-beam{animation:none}.shop-voice-demo.is-motion-override .shop-voice-node circle.is-congested{animation:shop-voice-congest .9s var(--shop-ease) infinite!important}.shop-voice-demo.is-motion-override .shop-cloud-beam{animation:shop-cloud-beam .6s linear infinite!important}}@media(max-width:620px){.shop-voice-lane{grid-template-columns:1fr}.shop-voice-readout{grid-template-columns:auto 1fr;align-items:center;gap:var(--shop-space-2) var(--shop-space-4)}.shop-voice-figure{grid-row:span 2}.shop-voice-lane:has(.shop-voice-endpoints) .shop-voice-node text{display:none}.shop-voice-endpoints{display:flex;flex-wrap:wrap;align-items:center;gap:2px 6px;margin:0;color:var(--shop-text-subtle);font-size:.78rem;line-height:1.35}.shop-voice-endpoints>span:not(:last-child):after{content:"→";margin-left:6px;color:var(--shop-border-strong)}.shop-voice-bit{font-size:26px}}.shop-page .btn-light{border:1px solid var(--shop-border);background:var(--shop-panel);color:var(--shop-text-strong)}.shop-page .btn-light:hover{border-color:var(--shop-border-strong);background:var(--shop-panel-soft);color:var(--shop-text-strong)}.shop-page .btn-outline{border:1px solid var(--shop-accent-text);background:var(--shop-panel);color:var(--shop-accent-text)}.shop-page .btn-outline:hover{border-color:var(--shop-accent-text);background:var(--shop-panel-soft);color:var(--shop-accent-text)}.shop-landing-search{margin-bottom:var(--shop-space-5);max-width:640px}.shop-landing-hero-inner .shop-landing-search{width:100%;margin:0;order:5}.shop-landing-hero-inner .shop-voice-disclosure{order:6}.shop-landing-band{padding:var(--shop-space-6) 0 var(--shop-space-8)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.shop-promo-banner{margin-bottom:var(--shop-space-5)}.shop-promo-banner__link,.shop-page .shop-promo-banner__link{position:relative;display:block;min-height:184px;overflow:hidden;border-radius:10px;background:#111827;color:#fff;text-decoration:none;isolation:isolate}.shop-promo-banner__link--empty{display:flex;align-items:center;min-height:168px;padding:var(--shop-space-5);background:linear-gradient(135deg,#111827,#203115)}.shop-promo-banner__media{display:block;aspect-ratio:4 / 1;min-height:184px}.shop-promo-banner__media img{width:100%;height:100%;display:block;object-fit:cover}.shop-promo-banner__overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:var(--shop-space-2);max-width:560px;padding:var(--shop-space-5);background:linear-gradient(90deg,rgba(5,8,12,.76),rgba(5,8,12,.42) 62%,transparent);text-shadow:0 1px 2px rgba(0,0,0,.34)}.shop-promo-banner__eyebrow{font-size:.78rem;font-weight:800;color:var(--shop-accent)}.shop-promo-banner__title{max-width:18ch;font-family:var(--font-heading);font-size:2rem;font-weight:800;line-height:1.05;color:#fff;text-wrap:balance}.shop-promo-banner__copy{max-width:52ch;font-size:.95rem;line-height:1.5;color:#ffffffe6}.shop-promo-banner__cta{display:inline-flex;align-items:center;gap:var(--shop-space-2);margin-top:var(--shop-space-2);padding:9px 13px;border-radius:8px;background:var(--shop-accent);color:#0d0d0d;font-size:.9rem;font-weight:800}.shop-promo-banner--theme-sale .shop-promo-banner__cta{background:var(--shop-tone-sale-solid);color:#fff}.shop-promo-banner--theme-dark .shop-promo-banner__cta,.shop-promo-banner--theme-neutral .shop-promo-banner__cta{background:#fff;color:#111827}.shop-promo-banner--theme-lime .shop-promo-banner__link--empty{background:linear-gradient(135deg,#111827,#203115)}.shop-promo-banner--theme-sale .shop-promo-banner__link--empty{background:linear-gradient(135deg,#1b1110,#4a1606)}.shop-promo-banner--theme-dark .shop-promo-banner__link--empty{background:linear-gradient(135deg,#0a0a0c,#1c1c22)}.shop-promo-banner--theme-neutral .shop-promo-banner__link--empty{background:linear-gradient(135deg,#111827,#2b3445)}.shop-promo-banner--theme-sale .shop-promo-banner__eyebrow{color:#ff8a5c}.shop-promo-banner--theme-neutral .shop-promo-banner__eyebrow{color:#cbd5e1}.shop-trust-strip{display:flex;flex-wrap:wrap;gap:0;margin-bottom:var(--shop-space-5);border-block:1px solid var(--shop-border)}.shop-trust-item{display:inline-flex;align-items:center;gap:var(--shop-space-2);min-height:48px;padding:var(--shop-space-3) var(--shop-space-4);color:var(--shop-text-muted);font-size:.86rem;font-weight:700}.shop-trust-item+.shop-trust-item{border-left:1px solid var(--shop-border)}.shop-trust-item svg{color:var(--shop-tone-available)}.shop-trust-strip--echo{display:none}.shop-promo-rail{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--shop-space-3);margin-bottom:var(--shop-space-6)}.shop-promo-link,.shop-category-tile{display:grid;align-items:center;min-width:0;border:1px solid var(--shop-border);border-radius:8px;background:var(--shop-panel-soft);color:var(--shop-text-strong);transition:border-color var(--shop-motion-fast) var(--shop-ease),background var(--shop-motion-fast) var(--shop-ease)}.shop-promo-link{grid-template-columns:auto minmax(0,1fr) auto;gap:var(--shop-space-3);min-height:76px;padding:var(--shop-space-4)}.shop-promo-link:hover,.shop-category-tile:hover{border-color:var(--shop-border-strong);background:#0f141e12}.shop-promo-link:focus-visible,.shop-category-tile:focus-visible,.shop-section-heading a:focus-visible,.shop-category-nav a:focus-visible{outline:2px solid var(--shop-accent-text);outline-offset:2px}.shop-promo-link svg:first-child,.shop-category-tile svg:first-child{color:var(--shop-accent-text)}.shop-promo-link strong,.shop-category-tile strong{display:block;line-height:1.25}.shop-promo-link small,.shop-category-tile small{display:-webkit-box;overflow:hidden;color:var(--shop-text-subtle);font-size:.78rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.shop-landing-section+.shop-landing-section{margin-top:var(--shop-space-6)}.shop-promo-page__hero{border-bottom:1px solid var(--shop-border);background:radial-gradient(circle at 82% 12%,rgba(187,255,3,.12),transparent 28rem),linear-gradient(135deg,#fff,#f4f5f7 64%,#eef1f4)}.shop-promo-page__hero-inner{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--shop-space-5);padding-top:var(--shop-space-6);padding-bottom:var(--shop-space-6)}.shop-promo-page__back{display:inline-flex;align-items:center;gap:var(--shop-space-2);width:fit-content;color:var(--shop-text-muted);font-size:.9rem;font-weight:700}.shop-promo-page__copy h1{max-width:18ch;margin:0;font-family:var(--font-heading);font-size:3rem;line-height:1.05;letter-spacing:0;color:var(--shop-text-strong);text-wrap:balance}.shop-promo-page__copy p:not(.shop-hero-eyebrow){max-width:68ch;color:var(--shop-text-muted);font-size:1.02rem;line-height:1.65}.shop-promo-page__campaign{padding:var(--shop-space-6) 0 var(--shop-space-8)}.shop-promo-page__campaign>.container{max-width:1360px}.shop-promo-campaign{display:grid;gap:var(--shop-space-5)}.shop-promo-campaign.has-edm{--promo-rail: clamp(210px, 19vw, 300px);grid-template-columns:minmax(0,var(--promo-rail)) minmax(0,1fr) minmax(0,var(--promo-rail));align-items:start}.shop-promo-campaign__main{min-width:0}.shop-campaign-rail{display:block;align-self:start;border-radius:14px;overflow:hidden;box-shadow:0 14px 38px -24px #0f141e99}.shop-campaign-rail img{display:block;width:100%;height:auto}.shop-promo-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:var(--shop-space-4)}@media(max-width:1024px){.shop-promo-campaign.has-edm{grid-template-columns:1fr}.shop-campaign-rail--right{display:none}.shop-campaign-rail--left{order:2;position:static;max-height:none;max-width:680px;margin:var(--shop-space-3) auto 0;-webkit-mask-image:none;mask-image:none}.shop-promo-campaign__main{order:1}}.shop-section-heading{display:flex;align-items:end;justify-content:space-between;gap:var(--shop-space-5);margin-bottom:var(--shop-space-4)}.shop-section-heading h2{margin:0 0 var(--shop-space-2);font-family:var(--font-heading);font-size:1.4rem;line-height:1.2;letter-spacing:-.01em;color:var(--shop-text-strong);text-wrap:balance}.shop-section-heading p{max-width:60ch;margin:0;color:var(--shop-text-muted);line-height:1.6}.shop-section-heading a{display:inline-flex;align-items:center;flex-shrink:0;gap:var(--shop-space-2);min-height:44px;color:var(--shop-accent-text);font-weight:800}.shop-category-tiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--shop-space-3)}.shop-category-tiles.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-category-tile{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:var(--shop-space-4);min-height:88px;padding:var(--shop-space-3) var(--shop-space-4);background:var(--shop-panel);border-color:var(--shop-border-soft);box-shadow:0 1px 2px #0f141e0d;transition:border-color var(--shop-motion-fast) var(--shop-ease),box-shadow var(--shop-motion) var(--shop-ease),transform var(--shop-motion) var(--shop-ease)}.shop-category-tile:hover{background:var(--shop-panel);border-color:var(--shop-border-strong);box-shadow:0 10px 22px -10px #0f141e38;transform:translateY(-2px)}.shop-category-tile-icon,.shop-category-tile-media-frame{width:54px;height:54px;border-radius:13px;flex-shrink:0}.shop-category-tile-icon{display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--shop-accent-text) 9%,var(--shop-panel));border:1px solid color-mix(in srgb,var(--shop-accent-text) 18%,transparent);color:var(--shop-accent-text);transition:background var(--shop-motion-fast) var(--shop-ease),color var(--shop-motion-fast) var(--shop-ease)}.shop-category-tile:hover .shop-category-tile-icon{background:color-mix(in srgb,var(--shop-accent-text) 16%,var(--shop-panel))}.shop-category-tile-body{display:grid;gap:3px;min-width:0}.shop-category-tile-body strong{font-weight:700;font-size:.95rem;line-height:1.25;letter-spacing:-.006em;color:var(--shop-text-strong)}.shop-category-tile-body small{color:var(--shop-text-muted);font-size:.78rem;font-variant-numeric:tabular-nums}.shop-category-tiles.compact .shop-category-tile{min-height:70px;padding:var(--shop-space-3)}.shop-category-tiles.compact .shop-category-tile-icon,.shop-category-tiles.compact .shop-category-tile-media-frame{width:44px;height:44px;border-radius:11px}.shop-category-tile-media{display:flex;flex-direction:column;align-items:center;gap:7px}.shop-category-tile-media-frame{position:relative;overflow:hidden;background:#fff;border:1px solid var(--shop-border-soft);box-shadow:0 1px 2px #0f141e0d;transition:border-color var(--shop-motion-fast) var(--shop-ease),box-shadow var(--shop-motion) var(--shop-ease)}.shop-category-tile:hover .shop-category-tile-media-frame{border-color:color-mix(in srgb,var(--shop-accent-text) 30%,var(--shop-border))}.shop-category-tile-img{position:absolute;inset:0;width:100%;height:100%;padding:5px;object-fit:contain;transition:transform var(--shop-motion) var(--shop-ease)}.shop-category-tile-media.is-slideshow .shop-category-tile-img{transition:opacity .45s var(--shop-ease),transform var(--shop-motion) var(--shop-ease)}.shop-category-tile:hover .shop-category-tile-img{transform:scale(1.06)}.shop-category-tile-dots{display:inline-flex;align-items:center;gap:4px}.shop-category-tile-dot{width:5px;height:5px;border-radius:50%;background:var(--shop-border);transition:background var(--shop-motion-fast) var(--shop-ease),transform var(--shop-motion-fast) var(--shop-ease)}.shop-category-tile-dot.is-active{background:var(--shop-accent-text);transform:scale(1.3)}.shop-category-nav{display:flex;flex-wrap:wrap;gap:var(--shop-space-2)}.shop-category-nav a{min-height:40px;padding:var(--shop-space-2) var(--shop-space-3);border:1px solid var(--shop-border);border-radius:999px;color:var(--shop-text-muted);font-weight:700}.shop-rail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--shop-space-4)}.section-kicker{color:var(--shop-accent-text);font-weight:800;text-transform:uppercase;letter-spacing:1.2px;font-size:.78rem}.shop-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--shop-space-2);align-items:center;padding:5px 5px 5px 14px;border:1px solid var(--shop-border);border-radius:12px;background:var(--shop-panel);box-shadow:0 1px 2px #0f141e0d;transition:border-color var(--shop-motion-fast) var(--shop-ease),box-shadow var(--shop-motion-fast) var(--shop-ease)}.shop-search:focus-within{border-color:var(--shop-accent-text);box-shadow:var(--shop-focus-ring)}.shop-search>svg{color:var(--shop-text-subtle)}.shop-search input,.shop-toolbar select{min-width:0;border:0;border-radius:6px;background:transparent;color:var(--shop-text-strong);font:inherit}.shop-search input{width:100%;min-height:40px;padding:0 var(--shop-space-1);text-overflow:ellipsis}.shop-search input:focus{outline:none}.shop-search .btn{flex-shrink:0;min-height:40px;padding:0 16px;border-radius:9px;white-space:nowrap}.shop-band{padding:var(--shop-space-6) 0 80px}.shop-layout{display:grid;grid-template-columns:minmax(220px,264px) minmax(0,1fr);gap:var(--shop-space-6);align-items:start}.shop-filter-panel{position:sticky;top:104px;display:grid;gap:var(--shop-space-2);padding-right:var(--shop-space-3);border-right:1px solid var(--shop-border)}.shop-filter-stack{display:grid;gap:var(--shop-space-4)}.shop-filter-stack.compact{gap:var(--shop-space-5)}.shop-filter-group{min-width:0;margin:0;padding:0 0 var(--shop-space-4);border:0;border-bottom:1px solid var(--shop-border)}.shop-filter-group:last-child{border-bottom:0}.shop-filter-group legend{margin-bottom:var(--shop-space-2);color:var(--shop-text-strong);font-size:.83rem;font-weight:800}.shop-category-filter-list,.shop-check-list{display:grid;gap:var(--shop-space-2)}.shop-category-filter-list{max-height:min(58vh,560px);overflow:auto;padding-right:var(--shop-space-1);scrollbar-width:thin;scrollbar-color:var(--shop-border-strong) transparent}.shop-category-filter-list>a,.shop-category-filter-list>button,.shop-check-row,.shop-radio-row{min-width:0;min-height:38px}.shop-category-filter-list>a,.shop-category-filter-list>button,.shop-category-filter-tree__row a,.shop-category-filter-tree__row>button:not(.shop-category-filter-tree__toggle){display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--shop-space-2)}.shop-category-filter-list>a,.shop-category-filter-list>button{padding-left:var(--shop-space-3)}.shop-category-filter-list>button,.shop-category-filter-tree__row>button:not(.shop-category-filter-tree__toggle){width:100%;font-family:inherit;line-height:1.3;text-align:left;cursor:pointer}.shop-filter-dialog .shop-category-filter-list>button,.shop-filter-dialog .shop-category-filter-tree__row>button:not(.shop-category-filter-tree__toggle){min-height:44px}.shop-category-filter-tree,.shop-category-filter-tree__children{list-style:none;margin:0;padding:0}.shop-category-filter-tree{display:grid;gap:2px}.shop-category-filter-tree__row{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:2px}.shop-category-filter-tree__toggle{width:20px;min-height:28px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--shop-text-subtle);cursor:pointer}.shop-category-filter-tree__toggle:hover:not(:disabled){background:var(--shop-panel-soft);color:var(--shop-text-strong)}.shop-category-filter-tree__toggle:disabled{cursor:default;opacity:.34}.shop-category-filter-tree__row a,.shop-category-filter-tree__row>button:not(.shop-category-filter-tree__toggle){min-width:0;min-height:30px;padding-left:var(--shop-space-1)}.shop-category-filter-tree__row a span,.shop-category-filter-tree__row>button:not(.shop-category-filter-tree__toggle) span,.shop-category-filter-list>button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-category-filter-list small,.shop-check-row small,.shop-radio-row small{color:var(--shop-text-subtle);font-size:.72rem;font-weight:800}.shop-category-filter-tree__row small{display:inline-flex;align-items:center;gap:5px}.shop-category-filter-tree__row small:empty{display:none}.shop-category-filter-tree__row small em{min-width:18px;min-height:18px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;border:1px solid var(--shop-border);border-radius:999px;color:var(--shop-text-subtle);font-size:.66rem;font-style:normal;line-height:1}.shop-category-filter-tree__children{display:grid;gap:2px;margin:2px 0 0 9px;padding-left:8px;border-left:1px solid var(--shop-border)}.shop-filter-select select,.shop-price-filter input{width:100%;min-height:40px;border:1px solid var(--shop-border);border-radius:6px;background:var(--shop-panel);color:var(--shop-text-strong);font:inherit}.shop-filter-select select{padding:8px 10px}.shop-price-filter{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--shop-space-2)}.shop-price-filter label{display:grid;gap:var(--shop-space-1);color:var(--shop-text-subtle);font-size:.76rem;font-weight:750}.shop-price-filter input{padding:8px 10px}.shop-check-row,.shop-radio-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:var(--shop-space-2);color:var(--shop-text-muted);font-size:.86rem;font-weight:650}.shop-check-row input,.shop-radio-row input{width:16px;height:16px;accent-color:var(--shop-accent-text)}.shop-filter-select select:focus-visible,.shop-price-filter input:focus-visible,.shop-check-row input:focus-visible,.shop-radio-row input:focus-visible{outline:none;box-shadow:var(--shop-focus-ring)}.shop-filter-link{justify-self:start;min-height:32px;padding:0;border:0;background:transparent;color:var(--shop-accent-text);font:inherit;font-size:.78rem;font-weight:800;cursor:pointer}.shop-filter-link:disabled{opacity:.45;cursor:not-allowed}.shop-filter-heading,.shop-toolbar,.shop-toolbar label,.shop-product-meta,.shop-product-link,.shop-back-link,.shop-product-actions,.shop-pagination{display:flex;align-items:center}.shop-filter-heading{gap:var(--shop-space-2);margin-bottom:var(--shop-space-2);color:var(--shop-text-subtle);font-size:.84rem;font-weight:800}.shop-filter-panel a{min-height:44px;display:flex;align-items:center;padding:var(--shop-space-2) var(--shop-space-3);border-radius:6px;border:1px solid transparent;color:var(--shop-text-muted);background:transparent;font-weight:650}.shop-filter-panel a.active,.shop-filter-panel a:hover{color:var(--shop-text-strong);background:var(--shop-panel-soft);border-color:var(--shop-border-strong)}.shop-filter-panel a.active{color:var(--brand-dark);background:var(--shop-accent);border-color:var(--shop-accent-text)}.shop-category-filter-list>a,.shop-category-filter-list>button,.shop-category-filter-tree__row a,.shop-category-filter-tree__row>button:not(.shop-category-filter-tree__toggle){min-height:30px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--shop-space-2);border:1px solid transparent;border-radius:6px;color:var(--shop-text-muted);background:transparent;font-size:.84rem;font-weight:600}.shop-category-filter-list>a,.shop-category-filter-list>button{padding:5px var(--shop-space-3)}.shop-category-filter-tree__row a,.shop-category-filter-tree__row>button:not(.shop-category-filter-tree__toggle){padding:4px 6px}.shop-category-filter-list>a.active,.shop-category-filter-list>a:hover,.shop-category-filter-list>button.active,.shop-category-filter-list>button:hover,.shop-category-filter-tree__row a.active,.shop-category-filter-tree__row a:hover,.shop-category-filter-tree__row>button:not(.shop-category-filter-tree__toggle).active,.shop-category-filter-tree__row>button:not(.shop-category-filter-tree__toggle):hover{color:var(--shop-text-strong);background:var(--shop-panel-soft);border-color:var(--shop-border-strong)}.shop-category-filter-list>a.active,.shop-category-filter-list>button.active,.shop-category-filter-tree__row a.active,.shop-category-filter-tree__row>button:not(.shop-category-filter-tree__toggle).active{color:var(--brand-dark);background:var(--shop-accent);border-color:var(--shop-accent-text)}.shop-category-filter-tree__toggle:focus-visible,.shop-category-filter-list>a:focus-visible,.shop-category-filter-list>button:focus-visible,.shop-category-filter-tree__row a:focus-visible,.shop-category-filter-tree__row>button:not(.shop-category-filter-tree__toggle):focus-visible{outline:2px solid var(--shop-accent-text);outline-offset:2px}.shop-category-filter-tree__row a.is-muted:not(.active),.shop-category-filter-list>a.is-muted:not(.active),.shop-category-filter-tree__row>button.is-muted:not(.active),.shop-category-filter-list>button.is-muted:not(.active){color:var(--shop-text-subtle);opacity:.6}.shop-category-search{display:flex;align-items:center;gap:var(--shop-space-2);min-height:38px;margin-bottom:var(--shop-space-2);padding:0 var(--shop-space-2);border:1px solid var(--shop-border);border-radius:6px;background:var(--shop-panel);color:var(--shop-text-subtle)}.shop-category-search:focus-within{border-color:transparent;box-shadow:var(--shop-focus-ring)}.shop-category-search input{width:100%;min-width:0;min-height:36px;border:0;background:transparent;color:var(--shop-text-strong);font:inherit}.shop-category-search input:focus-visible{outline:none}.shop-category-search button{display:grid;place-items:center;padding:4px;border:0;border-radius:6px;background:transparent;color:var(--shop-text-subtle);cursor:pointer}.shop-category-search button:hover{color:var(--shop-text-strong)}.shop-category-filter-empty{margin:0;padding:var(--shop-space-2) var(--shop-space-3);color:var(--shop-text-subtle);font-size:.84rem}.shop-mobile-filter-trigger{display:none;align-items:center;gap:var(--shop-space-2);flex-shrink:0}.shop-mobile-filter-trigger span{display:inline-grid;place-items:center;min-width:20px;height:20px;border-radius:999px;background:var(--shop-accent);color:var(--brand-dark);font-size:.72rem;font-weight:900}.shop-results{min-width:0}.shop-category-context{display:grid;gap:var(--shop-space-3);margin-bottom:var(--shop-space-5);padding-bottom:var(--shop-space-5);border-bottom:1px solid var(--shop-border)}.shop-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:var(--shop-space-2);color:var(--shop-text-subtle);font-size:.82rem;font-weight:750}.shop-breadcrumbs a,.shop-breadcrumbs span{display:inline-flex;align-items:center;min-height:32px}.shop-breadcrumbs a{color:var(--shop-text-muted)}.shop-breadcrumbs a:hover{color:var(--shop-accent-text)}.shop-breadcrumbs a:focus-visible{color:var(--shop-accent-text);outline:2px solid var(--shop-accent-text);outline-offset:2px}.shop-breadcrumbs a:not(:last-child):after{content:"/";margin-left:var(--shop-space-2);color:var(--shop-text-subtle)}.shop-category-context-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--shop-space-5)}.shop-category-context-copy{min-width:0}.shop-category-context h1{margin:0 0 var(--shop-space-2);color:var(--shop-text-strong);font-family:var(--font-heading);font-size:1.75rem;line-height:1.18;letter-spacing:0}.shop-category-context p{max-width:72ch;margin:0;color:var(--shop-text-muted);line-height:1.6}.shop-category-context-heading .shop-search{flex:0 0 auto;width:min(380px,42%)}.shop-child-categories{margin-top:var(--shop-space-2)}.shop-toolbar{justify-content:space-between;gap:var(--shop-space-4);min-height:58px;margin-bottom:var(--shop-space-5);padding:var(--shop-space-3) var(--shop-space-4);border:1px solid var(--shop-border);border-radius:8px;background:var(--shop-panel-soft)}.shop-toolbar strong{display:block;color:var(--shop-text-strong);line-height:1.25}.shop-toolbar span{color:var(--shop-text-subtle);line-height:1.4}.shop-toolbar label{gap:var(--shop-space-2)}.shop-toolbar select{padding:9px 34px 9px 10px;border:1px solid var(--shop-border);min-height:44px}.shop-view-toggle{display:inline-flex;padding:2px;border:1px solid var(--shop-border);border-radius:8px;background:var(--shop-panel)}.shop-view-toggle__btn{display:inline-flex;align-items:center;gap:var(--shop-space-1);min-height:38px;padding:0 12px;border:0;border-radius:6px;background:transparent;color:var(--shop-text-muted);font:inherit;font-size:.84rem;font-weight:700;cursor:pointer;transition:background var(--shop-motion-fast) var(--shop-ease),color var(--shop-motion-fast) var(--shop-ease)}.shop-view-toggle__btn.is-active{background:var(--shop-accent);color:#14210a}.shop-view-toggle__btn:focus-visible{outline:none;box-shadow:var(--shop-focus-ring)}.shop-list{display:grid;gap:var(--shop-space-2)}.shop-active-filters{display:flex;flex-wrap:wrap;gap:var(--shop-space-2);margin:calc(var(--shop-space-3) * -1) 0 var(--shop-space-5)}.shop-active-filters button,.shop-active-filters a{display:inline-flex;align-items:center;gap:var(--shop-space-1);min-height:34px;padding:6px 10px;border:1px solid var(--shop-border);border-radius:999px;background:var(--shop-panel-soft);color:var(--shop-text-muted);font:inherit;font-size:.78rem;font-weight:750;cursor:pointer}.shop-active-filters button:hover,.shop-active-filters a:hover,.shop-active-filters button:focus-visible,.shop-active-filters a:focus-visible{border-color:var(--shop-border-strong);color:var(--shop-text-strong);outline:none}.shop-active-filters .clear{border-color:color-mix(in srgb,var(--shop-accent) 40%,transparent);color:var(--shop-accent-text)}.shop-grid,.shop-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--shop-space-4);align-items:stretch}.shop-grid[aria-busy=true],.shop-list[aria-busy=true]{opacity:.6}.shop-skeleton-card{min-height:320px;border:1px solid var(--shop-border);border-radius:8px;background:linear-gradient(90deg,transparent,rgba(15,20,30,.05),transparent) -160px 0 / 160px 100% no-repeat,linear-gradient(180deg,rgba(15,20,30,.05) 0 42%,transparent 42% 100%),var(--shop-panel);animation:shop-skeleton-sweep 1.15s var(--shop-ease) infinite}@keyframes shop-skeleton-sweep{to{background-position:calc(100% + 160px) 0,0 0,0 0}}.shop-filter-dialog{width:min(100% - 24px,520px);max-height:min(760px,calc(100dvh - 24px));margin:auto;padding:0;overflow:hidden;border:1px solid var(--shop-border-strong);border-radius:10px;background:var(--shop-panel);color:var(--shop-text)}.shop-filter-dialog::backdrop{background:#000000ad}.shop-filter-dialog form{display:grid;grid-template-rows:auto minmax(0,1fr) auto;max-height:min(760px,calc(100dvh - 24px))}.shop-filter-dialog .shop-filter-stack{overflow:auto;padding:var(--shop-space-4)}.shop-filter-dialog-header,.shop-filter-dialog-actions{display:flex;align-items:center;justify-content:space-between;gap:var(--shop-space-3);padding:var(--shop-space-4);border-bottom:1px solid var(--shop-border)}.shop-filter-dialog-actions{border-top:1px solid var(--shop-border);border-bottom:0}.shop-filter-dialog-actions .btn{flex:1 1 0}.shop-filter-dialog h2{margin:0;color:var(--shop-text-strong);font-size:1rem}.shop-icon-button{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid var(--shop-border);border-radius:8px;background:var(--shop-panel-soft);color:var(--shop-text-strong);cursor:pointer}.shop-icon-button:hover{border-color:var(--shop-border-strong)}.shop-icon-button:focus-visible{outline:none;border-color:var(--shop-border-strong);box-shadow:var(--shop-focus-ring)}.shop-product-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden;min-height:100%;border:1px solid var(--shop-border);border-radius:8px;background:var(--shop-panel);transition:border-color var(--shop-motion-fast) var(--shop-ease),box-shadow var(--shop-motion-fast) var(--shop-ease)}.shop-product-card:hover{border-color:var(--shop-border-strong);box-shadow:0 4px 16px #0f141e1a}.shop-product-card:focus-within{border-color:var(--shop-border-strong)}.shop-product-media__link:focus-visible,.shop-product-body h2 a:focus-visible,.shop-product-link:focus-visible,.shop-card-action:focus-visible{outline:2px solid var(--shop-accent-text);outline-offset:2px}.shop-product-media{position:relative;aspect-ratio:4 / 3;overflow:hidden;min-height:0;background:#fff}.shop-product-media__link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:var(--shop-space-3);color:var(--shop-text-subtle);font-weight:700;text-align:center}.shop-product-media img{max-width:100%;max-height:100%;object-fit:contain;background:#fff}.shop-product-image img,.shop-info-block img{width:100%;height:100%;object-fit:contain;background:#fff}.shop-list-row{display:grid;grid-template-columns:74px minmax(0,1fr) auto auto;gap:var(--shop-space-4);align-items:center;padding:var(--shop-space-3) var(--shop-space-4);border:1px solid var(--shop-border);border-radius:8px;background:var(--shop-panel);transition:border-color var(--shop-motion-fast) var(--shop-ease),box-shadow var(--shop-motion-fast) var(--shop-ease)}.shop-list-row:hover{border-color:var(--shop-border-strong);box-shadow:0 2px 10px #0f141e14}.shop-list-row:focus-within{border-color:var(--shop-border-strong)}.shop-list-row__media{display:grid;place-items:center;width:74px;height:74px;overflow:hidden;border:1px solid var(--shop-border);border-radius:6px;background:#fff}.shop-list-row__media img{width:100%;height:100%;object-fit:contain}.shop-list-row__media span{padding:4px;color:var(--shop-text-subtle);font-size:.6rem;font-weight:700;text-align:center}.shop-list-row__body{display:grid;gap:var(--shop-space-1);min-width:0}.shop-list-row__body h2{margin:0;font-size:1rem;line-height:1.25}.shop-list-row__body h2 a{color:var(--shop-text-strong)}.shop-list-row__body .shop-product-summary{min-height:0;font-size:.86rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.shop-list-row__sku{color:var(--shop-text-subtle);font-size:.72rem;font-weight:700}.shop-list-row__status{justify-self:start}.shop-list-row__buy{display:grid;gap:var(--shop-space-2);justify-items:end;min-width:180px}.shop-list-row__buy .shop-product-actions-row{justify-content:flex-end}@media(max-width:760px){.shop-list-row{grid-template-columns:56px minmax(0,1fr);grid-template-areas:"media body" "buy buy"}.shop-list-row__media{grid-area:media;width:56px;height:56px}.shop-list-row__body{grid-area:body}.shop-list-row__status{display:none}.shop-list-row__buy{grid-area:buy;justify-items:stretch;min-width:0}.shop-list-row__buy .shop-product-actions-row{justify-content:flex-start}}.shop-product-body{display:flex;flex-direction:column;gap:var(--shop-space-2);padding:var(--shop-space-3) var(--shop-space-3) var(--shop-space-4);text-align:center;min-width:0}.shop-product-meta{display:flex;align-items:center;justify-content:space-between;gap:var(--shop-space-2);color:var(--shop-text-subtle);font-size:.74rem;font-weight:700;line-height:1.35}.shop-product-meta span{min-width:0}.shop-product-meta span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.shop-product-meta span:last-child:not(:first-child){flex-shrink:0}.shop-product-badges{position:absolute;top:var(--shop-space-2);left:var(--shop-space-2);z-index:1;display:flex;flex-wrap:wrap;gap:var(--shop-space-1);max-width:calc(100% - 2 * var(--shop-space-2))}.shop-product-body h2{display:-webkit-box;min-height:2.6em;margin:0;overflow:hidden;font-size:.82rem;line-height:1.3;font-weight:500;-webkit-box-orient:vertical;-webkit-line-clamp:2}.shop-product-body h2 a{color:var(--shop-text-strong)}.shop-product-summary{display:-webkit-box;min-height:4.5em;overflow:hidden;color:var(--shop-text-muted);font-size:.9rem;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.shop-price{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:0 var(--shop-space-2);font-variant-numeric:tabular-nums;line-height:1.15}.shop-price__from,.shop-price__gst{font-weight:500;color:var(--shop-text-subtle)}.shop-price__current{font-weight:800;letter-spacing:-.01em;color:var(--shop-text-strong)}.shop-price__compare{font-weight:600;color:var(--shop-text-subtle);text-decoration:line-through}.shop-price__save{font-weight:700;color:var(--shop-tone-sale)}.shop-price--card{margin-top:var(--shop-space-1)}.shop-product-body>.shop-card-pricing{margin-top:auto}.shop-card-pricing{display:flex;align-items:center;justify-content:space-between;gap:var(--shop-space-2);text-align:left}.shop-card-pricing .shop-price{margin:0;min-width:0}.shop-card-pricing .shop-badge{flex-shrink:0}.shop-product-body>.shop-spec-pills{justify-content:center}.shop-price--card .shop-price__current{font-size:1.05rem}.shop-price--card .shop-price__from,.shop-price--card .shop-price__gst,.shop-price--card .shop-price__compare,.shop-price--card .shop-price__save{font-size:.76rem}.shop-price--detail{margin:.5rem 0 1rem}.shop-price--detail .shop-price__current{font-size:2rem}.shop-price--detail .shop-price__from,.shop-price--detail .shop-price__gst{font-size:.9rem}.shop-price--detail .shop-price__compare,.shop-price--detail .shop-price__save{font-size:1rem}.shop-product-link{gap:var(--shop-space-1);width:fit-content;margin-top:var(--shop-space-1);font-size:.82rem;font-weight:700;min-height:34px}.shop-product-actions-row{display:flex;align-items:center;flex-wrap:wrap;gap:var(--shop-space-2);min-height:34px}.shop-product-body .shop-product-actions-row .shop-card-action{flex:1 1 auto;min-width:0}.shop-product-body .shop-product-actions-row .shop-product-link{flex:0 0 auto}.shop-card-action{display:inline-flex;align-items:center;justify-content:center;gap:var(--shop-space-1);min-height:34px;padding:0 12px;border:1px solid var(--shop-border);border-radius:8px;font:inherit;font-size:.8rem;font-weight:700;line-height:1;cursor:pointer;transition:border-color var(--shop-motion-fast) var(--shop-ease),background-color var(--shop-motion-fast) var(--shop-ease),color var(--shop-motion-fast) var(--shop-ease),transform var(--shop-motion-fast) var(--shop-ease)}.shop-card-action:hover:not(:disabled){transform:translateY(-1px)}.shop-card-action:active:not(:disabled){transform:translateY(0)}.shop-card-action--primary{border-color:transparent;background:var(--shop-accent);color:#111}.shop-card-action--primary:hover:not(:disabled){background:#d2ff43}.shop-card-action--primary.is-success{background:var(--shop-tone-available-solid);color:#fff}.shop-card-action--secondary{background:var(--shop-panel-soft);color:var(--shop-text-strong)}.shop-card-action--secondary:hover{border-color:var(--shop-border-strong);color:var(--shop-accent-text)}.shop-card-action--disabled,.shop-card-action:disabled{cursor:not-allowed;border-color:var(--shop-border);background:var(--shop-panel-soft);color:var(--shop-text-subtle);opacity:.72}.shop-card-feedback{min-height:1.35em;margin:0;color:var(--shop-text-muted);font-size:.82rem;line-height:1.35}.shop-card-feedback.error{color:#b42318}.shop-message{display:grid;gap:var(--shop-space-4);place-items:center;min-height:180px;padding:var(--shop-space-6);border:1px dashed var(--shop-border);border-radius:8px;color:var(--shop-text-muted);text-align:center}.shop-message-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--shop-space-2)}.shop-message.error{color:#b42318;border-color:#ff000059}.shop-pagination{justify-content:center;gap:var(--shop-space-4);margin-top:var(--shop-space-6)}.shop-product-copy{min-width:0}.shop-product-context{margin:0 0 var(--shop-space-3);color:var(--shop-tone-available);font-size:.88rem;font-weight:800}.shop-variant-live{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.shop-back-link{gap:8px;width:fit-content;margin-bottom:22px;color:var(--shop-text-muted)}.shop-product-actions{flex-wrap:wrap;gap:12px;margin-top:22px}.shop-badge{display:inline-flex;align-items:center;gap:var(--shop-space-1);padding:4px 10px;border-radius:999px;border:1px solid var(--shop-badge-border, var(--shop-border));background:var(--shop-badge-bg, transparent);color:var(--shop-badge-fg, var(--shop-text-muted));font-size:.74rem;font-weight:700;line-height:1.3;white-space:nowrap}.shop-badge svg{flex-shrink:0}.shop-badge--lg{padding:7px 13px;font-size:.82rem}.shop-badge--available{--shop-badge-fg: #fff;--shop-badge-bg: var(--shop-tone-available-solid);--shop-badge-border: var(--shop-tone-available-solid)}.shop-badge--caution{--shop-badge-fg: #fff;--shop-badge-bg: var(--shop-tone-caution-solid);--shop-badge-border: var(--shop-tone-caution-solid)}.shop-badge--quote{--shop-badge-fg: var(--shop-tone-quote);--shop-badge-bg: var(--shop-tone-quote-bg);--shop-badge-border: var(--shop-tone-quote-border)}.shop-badge--unavailable{--shop-badge-fg: var(--shop-tone-unavailable);--shop-badge-bg: var(--shop-tone-unavailable-bg);--shop-badge-border: var(--shop-tone-unavailable-border)}.shop-badge--sale{--shop-badge-fg: #fff;--shop-badge-bg: var(--shop-tone-sale-solid);--shop-badge-border: var(--shop-tone-sale-solid)}.shop-spec-pills{display:flex;flex-wrap:wrap;gap:var(--shop-space-1);margin:0;padding:0;list-style:none}.shop-spec-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border:1px solid var(--shop-border);border-radius:6px;background:var(--shop-panel-soft);color:var(--shop-text-muted);font-size:.72rem;font-weight:650;line-height:1.3;white-space:nowrap}.shop-spec-pill b{color:var(--shop-text-strong);font-weight:750}.shop-availability-note{margin-top:12px}.shop-availability-note a{color:var(--shop-accent-text);font-weight:700}.shop-product-image{display:grid;place-items:center;min-height:320px;overflow:hidden;border:1px solid var(--shop-border);border-radius:8px;background:var(--shop-panel-soft);color:var(--shop-accent-text)}.shop-product-gallery{display:grid;gap:var(--shop-space-3);min-width:0}.shop-product-gallery-main,.shop-product-gallery--empty{display:grid;place-items:center;overflow:hidden;border:1px solid var(--shop-border);border-radius:12px;background:var(--shop-panel-soft)}.shop-product-gallery--empty{min-height:320px}.shop-product-gallery-main{display:flex;align-items:center;justify-content:center;width:100%;max-width:100%;min-height:0;aspect-ratio:4 / 3;padding:var(--shop-space-6);overflow:hidden;background:#fff}.shop-product-gallery-main img{max-width:100%;max-height:100%;object-fit:contain;background:#fff}.shop-gallery-zoom{position:relative;font:inherit;color:inherit;cursor:zoom-in;-webkit-appearance:none;appearance:none}.shop-gallery-zoom:focus-visible{outline:2px solid var(--shop-accent-text);outline-offset:2px}.shop-gallery-zoom__hint{position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--shop-border);border-radius:8px;background:var(--shop-panel);color:var(--shop-text-muted);transition:color var(--shop-motion-fast) var(--shop-ease)}.shop-gallery-zoom:hover .shop-gallery-zoom__hint{color:var(--shop-text-strong)}.shop-gallery-lightbox{position:fixed;inset:0;z-index:1200;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:var(--shop-space-4);padding:max(var(--shop-space-4),env(safe-area-inset-top)) var(--shop-space-4) max(var(--shop-space-4),env(safe-area-inset-bottom));background:#080b10db}.shop-gallery-lightbox__frame{display:flex;align-items:center;justify-content:center;min-height:0;overflow:hidden;padding:var(--shop-space-3);border:1px solid var(--shop-border);border-radius:12px;background:#fff}.shop-gallery-lightbox__frame img{max-width:100%;max-height:100%;object-fit:contain}.shop-gallery-lightbox__close{justify-self:center;display:inline-flex;align-items:center;gap:var(--shop-space-2);min-height:48px;padding:0 var(--shop-space-5);border:1px solid var(--shop-border);border-radius:10px;background:var(--shop-panel);color:var(--shop-text-strong);font-size:16px;font-weight:700;cursor:pointer}.shop-gallery-lightbox__close:focus-visible{outline:2px solid #fff;outline-offset:2px;box-shadow:var(--shop-focus-ring)}body.shop-lightbox-open{overflow:hidden}.shop-product-thumbnails img{width:100%;height:100%;object-fit:contain;background:#fff}.shop-product-gallery--empty span{padding:var(--shop-space-4);color:var(--shop-text-muted);font-weight:800;text-align:center}.shop-product-thumbnails{display:grid;grid-template-columns:repeat(auto-fit,minmax(68px,92px));gap:var(--shop-space-2)}.shop-product-thumbnails button{aspect-ratio:1;overflow:hidden;padding:0;border:1px solid var(--shop-border);border-radius:8px;background:var(--shop-panel);cursor:pointer}.shop-product-thumbnails button:hover,.shop-product-thumbnails button.active{border-color:var(--shop-border-strong)}.shop-product-thumbnails button:focus-visible{outline:2px solid var(--shop-accent-text);outline-offset:2px}.shop-pdp{padding-bottom:72px}.shop-pdp-top{padding-top:var(--shop-space-5)}.shop-pdp .shop-back-link{margin-bottom:0}.shop-pdp-buy-region{padding:var(--shop-space-4) 0 var(--shop-space-6)}.shop-pdp-buy-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,380px);gap:var(--shop-space-6);align-items:start}.shop-pdp-gallery{min-width:0}.shop-pdp-summary{position:sticky;top:88px;display:grid;gap:var(--shop-space-2);min-width:0;align-self:start}.shop-pdp-summary>.shop-product-context{margin:0;color:var(--shop-text-muted);font-size:.8rem;font-weight:650}.shop-pdp-title{margin:0;font-family:var(--font-body);font-size:clamp(1.25rem,1.8vw,1.55rem);font-weight:800;line-height:1.25;letter-spacing:-.01em;color:var(--shop-text-strong);text-wrap:balance}.shop-pdp-lede{max-width:52ch;margin:0;color:var(--shop-text-muted);font-size:.92rem;line-height:1.5;text-wrap:pretty}.shop-pdp-summary>.shop-spec-pills{margin-top:var(--shop-space-1)}.shop-product-overview{display:grid;gap:var(--shop-space-5)}.shop-product-overview .shop-rich-text,.shop-product-overview .shop-info-block{margin:0;padding:0;border:0;border-radius:0;background:transparent}.shop-product-overview .shop-info-block+.shop-info-block{padding-top:var(--shop-space-5);border-top:1px solid var(--shop-border)}.shop-rich-text-clamp{display:grid;gap:var(--shop-space-5);min-width:0}.shop-rich-text-toggle{justify-self:start;display:none}.shop-pdp-buy-anchor{display:grid;min-width:0}.shop-pdp-sticky-buy{display:none}.shop-purchase-panel{display:grid;gap:var(--shop-space-3);margin-top:var(--shop-space-2);padding:var(--shop-space-4);border:1px solid var(--shop-border);border-radius:10px;background:var(--shop-panel-raised)}.shop-purchase-lead{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:var(--shop-space-2)}.shop-purchase-lead .shop-price--detail{margin:0}.shop-pdp-details{display:grid}.shop-pdp-details .shop-product-section{margin:0;padding:var(--shop-space-6) 0;border:0;border-top:1px solid var(--shop-border);border-radius:0;background:transparent}.shop-pdp-details>.shop-product-section:first-child{padding-top:var(--shop-space-2);border-top:0}.shop-pdp-details .shop-product-section>h2{margin-bottom:var(--shop-space-4);font-size:1.15rem}.shop-purchase-heading,.shop-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--shop-space-3)}.shop-panel-heading{justify-content:flex-start}.shop-purchase-heading h2,.shop-panel-heading h2,.shop-variant-options legend,.shop-quantity-field label{margin:0;color:var(--shop-text-strong);font-size:.82rem;font-weight:750}.shop-variant-options{display:grid;gap:var(--shop-space-2);min-width:0;margin:0;padding:0;border:0}.shop-variant-list{display:grid;gap:6px}.shop-variant-list label{display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--shop-space-2);align-items:center;padding:8px 10px;border:1px solid var(--shop-border);border-radius:8px;background:transparent;cursor:pointer;transition:border-color var(--shop-motion-fast) var(--shop-ease),background var(--shop-motion-fast) var(--shop-ease)}.shop-variant-list label:hover,.shop-variant-list label.selected{border-color:var(--shop-border-strong);background:var(--shop-panel-soft)}.shop-variant-list input{width:15px;height:15px;margin:0;accent-color:var(--shop-accent-text)}.shop-variant-list input:focus-visible{outline:2px solid var(--shop-accent-text);outline-offset:3px}.shop-variant-label{color:var(--shop-text-strong);font-size:.9rem;font-weight:650;line-height:1.35}.shop-variant-list strong{display:block;margin-bottom:var(--shop-space-1);color:var(--shop-text-strong);line-height:1.35}.shop-purchase-buy-row{display:grid;grid-template-columns:minmax(110px,140px) minmax(0,1fr);gap:var(--shop-space-3);align-items:end}.shop-purchase-buy-row .shop-quantity-field{margin:0}.shop-quantity-field{display:grid;gap:6px}.shop-quantity-stepper{display:grid;grid-template-columns:36px minmax(48px,1fr) 36px;gap:6px;align-items:center}.shop-quantity-stepper input{width:100%;height:38px;border:1px solid var(--shop-border);border-radius:8px;background:var(--shop-panel-soft);color:var(--shop-text-strong);text-align:center;font-weight:800;font-variant-numeric:tabular-nums}.shop-quantity-stepper input:focus-visible{outline:2px solid var(--shop-accent-text);outline-offset:2px}.shop-icon-button:disabled,.shop-quantity-stepper input:disabled{opacity:.46;cursor:not-allowed}.shop-purchase-actions{display:grid;gap:var(--shop-space-2)}.shop-purchase-actions .btn{justify-content:center;width:100%;min-height:38px}.shop-add-success{background:var(--shop-tone-available-solid);color:#fff}.shop-cart-feedback,.shop-stock-summary p{margin:0;color:var(--shop-text-muted);font-size:.82rem;line-height:1.45}.shop-cart-feedback.error{color:#b42318}.shop-stock-summary{display:grid;gap:var(--shop-space-2);margin:0;padding:var(--shop-space-2) 0 0;border-top:1px solid var(--shop-border);border-right:0;border-bottom:0;border-left:0;border-radius:0;background:transparent}.shop-stock-summary-lead{display:flex;flex-wrap:wrap;align-items:center;gap:var(--shop-space-2)}.shop-stock-summary-lead p{flex:1 1 12rem}.shop-product-section h2,.shop-info-block h3,.shop-product-aside h2{margin-bottom:12px;color:var(--shop-text-strong);font-size:1rem}.shop-rich-text p,.shop-rich-text li,.shop-info-block p,.shop-info-block li,.shop-product-section p,.shop-product-aside p{color:var(--shop-text-muted)}.shop-rich-text{line-height:1.6}.shop-rich-text>:first-child{margin-top:0}.shop-rich-text p{margin:0 0 var(--shop-space-3)}.shop-rich-text h3,.shop-info-block h3{margin:var(--shop-space-5) 0 var(--shop-space-2);color:var(--shop-text-strong);font-size:1.05rem;font-weight:700;line-height:1.3}.shop-rich-text h4{margin:var(--shop-space-4) 0 var(--shop-space-2);color:var(--shop-text-strong);font-size:.95rem;font-weight:700}.shop-rich-text ul,.shop-rich-text ol,.shop-info-block ul,.shop-info-block ol{margin:0 0 var(--shop-space-3) 20px}.shop-rich-text li{margin-bottom:var(--shop-space-1)}.shop-product-specs dl{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:0 var(--shop-space-5);margin:0}.shop-product-specs dl>div{display:grid;gap:4px;padding:12px 0;border-bottom:1px solid var(--shop-border-soft)}.shop-product-specs dt{color:var(--shop-text-strong);font-weight:800}.shop-product-specs dd{margin:0;color:var(--shop-text-muted)}.shop-product-aside ul{display:grid;gap:10px;list-style:none}.shop-product-aside li,.shop-product-aside dl>div{display:grid;gap:3px;padding:10px 0;border-bottom:1px solid var(--shop-border-soft)}.shop-product-aside li:last-child,.shop-product-aside dl>div:last-child{border-bottom:0}.shop-product-aside strong,.shop-product-aside dt{color:var(--shop-text-strong)}.shop-product-aside span,.shop-product-aside dd{color:var(--shop-text-subtle)}.shop-variant-picker{display:grid;gap:8px}.shop-variant-picker span{color:var(--shop-text-muted);font-size:13px;font-weight:600}.shop-select,.shop-variant-picker select{width:100%;padding:10px 36px 10px 12px;border:1px solid var(--shop-border);border-radius:var(--radius-sm);background-color:var(--shop-panel-raised);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23b8ff57' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;appearance:none;-webkit-appearance:none;color:var(--shop-text-strong);font-size:.9rem;cursor:pointer;transition:border-color .15s}.shop-select:hover,.shop-variant-picker select:hover{border-color:#b8ff5766}.shop-select:focus,.shop-variant-picker select:focus{outline:none;border-color:var(--shop-accent-text);box-shadow:var(--shop-focus-ring)}.shop-sort-bar{display:flex;align-items:center;gap:var(--shop-space-2)}.shop-sort-icon{flex-shrink:0;color:var(--shop-text-subtle)}.shop-sort-bar select{padding:6px 32px 6px 10px;border:1px solid var(--shop-border);border-radius:var(--radius-sm);background-color:var(--shop-panel-raised);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23b8ff57' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;appearance:none;-webkit-appearance:none;color:var(--shop-text-strong);font-size:.85rem;cursor:pointer}.shop-sort-bar select:focus{outline:none;border-color:var(--shop-accent-text);box-shadow:var(--shop-focus-ring)}.shop-documents,.shop-related-grid{display:grid;gap:10px}.shop-documents a,.shop-related-grid a{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid var(--shop-border);border-radius:6px;color:var(--shop-text-strong)}.shop-related-grid span{color:var(--shop-accent-text);font-size:.72rem;font-weight:800;text-transform:uppercase}.shop-related-grid small{grid-column:2;color:var(--shop-text-subtle);font-weight:700}.shop-related-grid .shop-price{grid-column:2;margin:0}.shop-safe-note{display:flex;gap:10px;color:var(--shop-text-subtle)}.shop-support-prompt{display:flex;align-items:center;justify-content:space-between;gap:var(--shop-space-5)}.shop-support-prompt h2,.shop-support-prompt p{margin:0}.shop-support-actions{display:grid;gap:var(--shop-space-3);min-width:min(100%,280px)}.shop-support-actions .btn{justify-content:center}.shop-support-actions span{display:inline-flex;align-items:flex-start;gap:var(--shop-space-2);color:var(--shop-text-subtle);font-size:.82rem;line-height:1.45}@media(max-width:980px){.shop-hero-inner,.shop-product-hero-inner,.shop-landing-hero-inner,.shop-layout,.shop-pdp-buy-grid{grid-template-columns:1fr}.shop-filter-panel{display:none}.shop-pdp-summary{position:static}.shop-purchase-buy-row{grid-template-columns:1fr;align-items:stretch}.shop-mobile-filter-trigger{display:inline-flex}.shop-toolbar{flex-wrap:wrap;row-gap:var(--shop-space-3)}.shop-promo-rail,.shop-category-tiles,.shop-category-tiles.compact,.shop-rail-grid,.shop-promo-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-pdp-sticky-buy{position:fixed;inset:auto 0 0;z-index:900;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--shop-space-3);align-items:center;padding:var(--shop-space-3) var(--shop-space-4) max(var(--shop-space-3),env(safe-area-inset-bottom));border-top:1px solid var(--shop-border);background:var(--shop-panel);box-shadow:0 -6px 20px #0f141e1a;transform:translateY(100%);visibility:hidden;transition:transform var(--shop-motion) var(--shop-ease),visibility 0s linear var(--shop-motion)}.shop-pdp-sticky-buy[data-visible=true]{transform:translateY(0);visibility:visible;transition:transform var(--shop-motion) var(--shop-ease),visibility 0s linear 0s}.shop-pdp-sticky-buy__copy{display:grid;gap:2px;min-width:0}.shop-pdp-sticky-buy__title{overflow:hidden;color:var(--shop-text-muted);font-size:.8rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.shop-pdp-sticky-buy__note{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:var(--shop-text);font-size:.8rem;line-height:1.25}.shop-pdp-sticky-buy .btn{min-height:48px;font-size:16px;white-space:nowrap}.shop-pdp-sticky-buy .shop-price--card{margin:0}.shop-pdp-sticky-buy .shop-price--card .shop-price__current{font-size:1rem}.shop-pdp-sticky-buy .shop-price{flex-wrap:nowrap;gap:0 var(--shop-space-1);overflow:hidden;white-space:nowrap}.shop-pdp{padding-bottom:calc(140px + env(safe-area-inset-bottom))}body:has(.shop-pdp) .footer{padding-bottom:calc(80px + env(safe-area-inset-bottom))}}@media(max-width:620px){.cookie-banner{width:min(100% - 24px,900px);margin:12px auto}.shop-category-filter-list{max-height:46vh}.cookie-banner-actions .btn{flex:1 1 140px}.shop-hero-inner,.shop-product-hero-inner,.shop-landing-hero-inner{gap:var(--shop-space-5);padding-top:var(--shop-space-7);padding-bottom:var(--shop-space-6)}.shop-hero h1,.shop-product-hero h1{font-size:2.25rem;line-height:1.08}.shop-hero p,.shop-product-copy>p,.shop-hero-subhead{font-size:1rem}.shop-hero-pillars{grid-template-columns:1fr;gap:var(--shop-space-4)}.shop-landing-actions{width:100%}.shop-landing-actions .btn,.shop-landing-actions .shop-voice-toggle{flex:1 1 100%;justify-content:center}.shop-search{grid-template-columns:auto minmax(0,1fr)}.shop-promo-banner__media{aspect-ratio:3 / 2;min-height:220px}.shop-promo-banner__overlay{justify-content:flex-end;max-width:none;padding:var(--shop-space-4);background:linear-gradient(0deg,rgba(5,8,12,.82),rgba(5,8,12,.3) 72%,transparent)}.shop-promo-banner__title,.shop-promo-page__copy h1{max-width:100%;font-size:2rem}.shop-promo-page__hero-inner{padding-top:var(--shop-space-5)}.shop-search .btn{position:absolute;width:1px;height:1px;min-height:0;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.shop-search .btn:focus-visible{position:static;width:auto;height:auto;min-height:44px;padding:0 16px;margin:0;overflow:visible;clip-path:none;grid-column:1 / -1}.shop-search input{font-size:16px;min-height:44px}.shop-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"count filters" "sort  view";align-items:center;gap:var(--shop-space-2) var(--shop-space-3);min-height:0;padding:var(--shop-space-3)}.shop-toolbar>[role=status]{grid-area:count}.shop-toolbar .shop-mobile-filter-trigger{grid-area:filters}.shop-toolbar .shop-view-toggle{grid-area:view;justify-self:end}.shop-view-toggle__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.shop-view-toggle__btn{justify-content:center;min-width:44px;min-height:44px;padding:0 10px}.shop-category-context-heading{align-items:stretch;flex-direction:column;gap:var(--shop-space-4)}.shop-category-context-heading .shop-search{width:100%}.shop-trust-strip{display:grid;grid-template-columns:1fr}.shop-trust-item+.shop-trust-item{border-left:0;border-top:1px solid var(--shop-border)}.shop-promo-rail,.shop-category-tiles,.shop-category-tiles.compact,.shop-rail-grid,.shop-promo-products-grid{grid-template-columns:1fr}.shop-section-heading{align-items:flex-start;flex-direction:column;gap:var(--shop-space-2)}.shop-sort-bar{grid-area:sort;min-width:0}.shop-sort-bar,.shop-sort-bar select{width:100%}.shop-sort-bar select,.shop-toolbar select{min-width:0;min-height:44px;font-size:16px;text-overflow:ellipsis}.shop-product-summary{min-height:0}.shop-product-thumbnails{grid-template-columns:repeat(4,minmax(0,1fr))}.shop-support-prompt{align-items:flex-start;flex-direction:column;gap:var(--shop-space-4)}.shop-support-actions{width:100%}.shop-grid,.shop-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.shop-product-media{aspect-ratio:1 / 1}.shop-product-body{gap:5px;padding:8px 10px 10px;text-align:left}.shop-product-body>.shop-spec-pills{justify-content:flex-start}.shop-card-pricing{flex-direction:column;align-items:flex-start;gap:4px}.shop-card-pricing .shop-badge{white-space:normal}.shop-product-actions-row{min-height:0}.shop-card-action{width:100%;min-height:44px}.shop-product-body .shop-product-actions-row .shop-product-link{display:none}.shop-product-body h2 a,.shop-list-row__body h2 a{display:block;min-height:44px;padding-block:var(--shop-space-1)}.shop-skeleton-card{min-height:360px}.shop-badge{font-size:.8rem}.shop-spec-pill{padding:4px 9px;font-size:.78rem}.shop-category-filter-list small,.shop-check-row small,.shop-radio-row small{font-size:.78rem}.shop-category-filter-tree__row small em,.shop-compact-card .shop-badge{font-size:.75rem}.shop-product-link,.shop-featured__more,.shop-carousel__more{min-height:44px}.shop-product-link{padding-inline:var(--shop-space-3)}.shop-breadcrumbs a,.shop-breadcrumbs span{min-height:44px}.shop-category-search button{min-width:44px;min-height:44px}.shop-filter-select select,.shop-price-filter input,.shop-category-search input{min-height:44px;font-size:16px}.shop-filter-dialog{width:100%;max-width:none;height:100dvh;max-height:100dvh;margin:0;padding:0;border:0;border-radius:0;overscroll-behavior:contain}.shop-filter-dialog form{max-height:100dvh}.shop-filter-dialog .shop-category-filter-list{max-height:none;overflow:visible}.shop-filter-dialog .shop-filter-stack{overscroll-behavior:contain;padding-bottom:var(--shop-space-6)}.shop-filter-dialog .shop-icon-button{width:44px;height:44px}.shop-category-filter-tree,.shop-category-filter-tree__children,.shop-category-filter-tree__row{gap:6px}.shop-category-filter-tree__row a,.shop-category-filter-tree__row>button:not(.shop-category-filter-tree__toggle),.shop-category-filter-list>a,.shop-category-filter-list>button{min-height:44px}.shop-category-filter-tree__toggle{position:relative;z-index:1;min-height:44px;touch-action:manipulation}.shop-check-row,.shop-radio-row{min-height:44px}.shop-product-gallery-main{padding:var(--shop-space-4)}.shop-product-gallery--empty{min-height:180px}.shop-pdp .shop-back-link{min-height:44px;padding:10px 4px;margin-left:-4px}.shop-purchase-actions .btn{min-height:48px;font-size:16px}.shop-quantity-field{justify-self:start}.shop-quantity-stepper{grid-template-columns:48px minmax(56px,1fr) 48px;max-width:184px}.shop-quantity-stepper .shop-icon-button{width:48px;height:48px}.shop-quantity-stepper input{height:48px;font-size:16px}.shop-pdp-details .shop-product-specs{order:-1;padding-top:var(--shop-space-2);border-top:0}.shop-pdp-details>.shop-product-overview{padding-top:var(--shop-space-6);border-top:1px solid var(--shop-border)}.shop-purchase-actions{gap:var(--shop-space-3)}.shop-rich-text-clamp[data-clamped=true]:not([data-expanded=true]){max-height:320px;overflow:hidden;-webkit-mask-image:linear-gradient(180deg,#000 72%,transparent);mask-image:linear-gradient(180deg,#000 72%,transparent)}.shop-rich-text-toggle{display:inline-flex;min-height:44px}@media(max-width:380px){.shop-pdp-sticky-buy .btn{padding-left:var(--shop-space-4);padding-right:var(--shop-space-4)}.shop-pdp-sticky-buy .btn>svg{display:none}}.shop-landing-hero-inner .shop-landing-search{max-width:none;order:0}.shop-landing-hero-inner .shop-voice-disclosure{order:0}.shop-trust-strip--echo{display:flex;flex-wrap:wrap;gap:2px var(--shop-space-4);margin:0;border-block:0}.shop-trust-strip--echo .shop-trust-item{min-height:0;gap:5px;padding:0;font-size:.78rem;font-weight:600}.shop-trust-strip--echo .shop-trust-item+.shop-trust-item{border-left:0;border-top:0}}@media(hover:none)and (pointer:coarse){.shop-carousel__controls .shop-carousel__btn{display:none}.shop-active-filters button,.shop-active-filters a,.checkout-mode-option{min-height:44px}}@media(max-width:620px)and (min-height:660px){.shop-toolbar{position:sticky;top:var(--header-h, 64px);z-index:900;background:var(--shop-panel);border-color:var(--shop-border);box-shadow:0 6px 14px -12px #0f141e66}}@media(prefers-reduced-motion:reduce){.shop-promo-link,.shop-category-tile,.shop-card-action,.shop-view-toggle__btn,.shop-list-row,.shop-variant-list label{transition:none}.shop-product-card,.shop-card-action{transition:border-color var(--transition-fast)}.shop-product-card:hover,.shop-card-action:hover:not(:disabled){transform:none}.shop-category-tile-media.is-slideshow .shop-category-tile-img,.shop-category-tile-img,.shop-category-tile-dot{transition:none}.shop-category-tile:hover,.shop-category-tile:hover .shop-category-tile-img,.shop-category-tile-dot.is-active{transform:none}.shop-skeleton-card{animation:none}.shop-pdp-sticky-buy,.checkout-mobile-paybar{transition:visibility 0s linear var(--shop-motion)}.shop-pdp-sticky-buy[data-visible=true],.checkout-mobile-paybar[data-visible=true]{transition:none}}.shop-page .page-title{color:var(--shop-text-strong)}.shop-page .alert{border-color:var(--shop-border);background:var(--shop-panel-soft);color:var(--shop-text)}.shop-page .alert svg{color:var(--shop-text-subtle)}.shop-page .alert-error{border-color:#f3c0bb;background:#fdecea;color:#b42318}.shop-page .alert-error svg{color:#b42318}.shop-page .cart-conflict{border-color:var(--shop-tone-caution-border);background:var(--shop-tone-caution-bg);color:var(--shop-tone-caution)}.shop-page .cart-conflict strong{color:var(--shop-tone-caution)}.shop-page .cart-item{background:var(--shop-panel);border-color:var(--shop-border)}.shop-page .cart-item:hover{background:var(--shop-panel-soft)}.shop-page .cart-item-thumb{border-color:var(--shop-border);background:#fff;color:var(--shop-text-subtle)}.shop-page .cart-item-thumb:hover{border-color:var(--shop-border-strong);background:#fff}.shop-page .cart-item-info h3{color:var(--shop-text-strong)}.shop-page .cart-item-type{color:var(--shop-text-muted)}.shop-page .cart-item-price .price{color:var(--shop-text-strong)}.shop-page .cart-item-price .period,.shop-page .cart-item-remove{color:var(--shop-text-subtle)}.shop-page .cart-item-remove:hover{color:#b42318;background:#fdecea}.shop-page .qty-stepper{border-color:var(--shop-border)}.shop-page .qty-stepper-btn{color:var(--shop-text-muted)}.shop-page .qty-stepper-btn:hover:not(:disabled){background:var(--shop-panel-soft);color:var(--shop-text-strong)}.shop-page .qty-stepper-input{color:var(--shop-text-strong);border-color:var(--shop-border)}.shop-page .qty-stepper-input:focus-visible{outline-color:var(--shop-accent-text)}.shop-page .cart-skeleton-block{background:linear-gradient(90deg,var(--shop-panel-soft) 25%,var(--shop-border) 37%,var(--shop-panel-soft) 63%);background-size:400% 100%}.shop-page .cart-trust-row{color:var(--shop-text-muted)}.shop-page .cart-trust-row svg{color:var(--shop-accent-text)}.shop-page .cart-line-status--success{background:var(--shop-tone-available-bg);color:var(--shop-tone-available)}.shop-page .cart-line-status--warning,.shop-page .cart-line-status--pending{background:var(--shop-tone-caution-bg);color:var(--shop-tone-caution)}.shop-page .cart-line-status--danger{background:#fdecea;color:#b42318}.shop-page .cart-line-refresh{color:var(--shop-text-subtle)}.shop-page .cart-line-warning,.shop-page .checkout-line-warning{color:var(--shop-tone-caution)!important}.shop-page .cart-item-eligibility{background:var(--shop-panel-soft)}.shop-page .eligibility-label{color:var(--shop-text-muted)}.shop-page .eligibility-field{color:var(--shop-text)}.shop-page .eligibility-field strong{color:var(--shop-text-strong)}.shop-page .cart-summary{background:var(--shop-panel);border-color:var(--shop-border)}.shop-page .cart-summary h3{color:var(--shop-text-strong)}.shop-page .summary-lines{border-bottom-color:var(--shop-border)}.shop-page .summary-line{color:var(--shop-text)}.shop-page .summary-breakdown .summary-line{color:var(--shop-text-muted)}.shop-page .summary-line--emphasis{border-top-color:var(--shop-border);color:var(--shop-text-strong)!important}.shop-page .summary-line--credit span:last-child{color:var(--shop-tone-available)}.shop-page .checkout-summary-line strong{color:var(--shop-text-strong)}.shop-page .checkout-summary-line small{color:var(--shop-text-subtle)}.shop-page .summary-total{color:var(--shop-text-strong)}.shop-page .gst-note{color:var(--shop-text-muted)}.shop-page .commerce-shipping-panel,.shop-page .commerce-discount-panel{border-bottom-color:var(--shop-border)}.shop-page .commerce-shipping-panel h4{color:var(--shop-text-strong)}.shop-page .commerce-shipping-panel label,.shop-page .commerce-discount-panel label,.shop-page .commerce-account-balance-group{color:var(--shop-text-muted)}.shop-page .commerce-shipping-panel input,.shop-page .commerce-shipping-panel select,.shop-page .commerce-discount-panel input{border-color:var(--shop-border);background:var(--shop-panel);color:var(--shop-text-strong)}.shop-page .commerce-discount-panel .commerce-account-balance-toggle{color:var(--shop-text)}.shop-page .cart-summary .btn-ghost{color:var(--shop-text-muted)}.shop-page .cart-summary .btn-ghost:hover{color:var(--shop-text-strong);background:var(--shop-panel-soft)}.shop-page .cart-addons h3{color:var(--shop-text-strong)}.shop-page .cart-addon-card{border-color:var(--shop-border);background:var(--shop-panel)}.shop-page .cart-addon-head svg{color:var(--shop-accent-text)}.shop-page .cart-addon-head span{color:var(--shop-text-strong)}.shop-page .cart-addon-card p{color:var(--shop-text-muted)}.shop-page .cart-addon-price{color:var(--shop-text-strong)}.shop-page .cart-addon-price span{color:var(--shop-text-subtle)}.shop-page .cart-addon-added{color:var(--shop-accent-text)}.shop-page .cart-addons-loading{color:var(--shop-text-subtle)}.shop-page .empty-cart svg{color:var(--shop-text-subtle)}.shop-page .empty-cart h2{color:var(--shop-text-strong)}.shop-page .empty-cart p,.shop-page .back-link{color:var(--shop-text-muted)}.shop-page .back-link:hover{color:var(--shop-accent-text)}.page-commerce-checkout .page-title{margin-bottom:var(--shop-space-6)}.checkout-shell{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:var(--shop-space-6);align-items:start}.checkout-main{display:flex;flex-direction:column;gap:var(--shop-space-5);min-width:0}.checkout-section{background:var(--shop-panel);border:1px solid var(--shop-border);border-radius:16px;padding:var(--shop-space-6);box-shadow:0 1px 2px #0f141e0a,0 8px 24px -18px #0f141e40}.checkout-section-head{display:flex;align-items:center;gap:var(--shop-space-3);margin-bottom:var(--shop-space-4)}.checkout-section-head h2{margin:0;font-size:1.125rem;font-weight:700;letter-spacing:-.01em;color:var(--shop-text-strong)}.checkout-step-index{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:var(--shop-text-strong);color:#fff;font-size:13px;font-weight:700;flex-shrink:0}.checkout-section-hint{margin:0 0 var(--shop-space-4);color:var(--shop-text-muted);font-size:.9rem;line-height:1.5;max-width:60ch}.checkout-section-hint:last-child{margin-bottom:0}.checkout-field-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--shop-space-4);margin-bottom:var(--shop-space-4)}.checkout-field-row:last-child{margin-bottom:0}.checkout-field-row--address{grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr)}.checkout-field{display:flex;flex-direction:column;gap:var(--shop-space-2);min-width:0}.checkout-field--wide{grid-column:1 / -1}.checkout-field--full{display:flex;flex-direction:column;gap:var(--shop-space-2);min-width:0;margin-bottom:var(--shop-space-4)}.checkout-field>span{font-size:.8125rem;font-weight:600;color:var(--shop-text-muted)}.checkout-field input,.checkout-field .shop-select{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--shop-border);background:var(--shop-field, #f4f5f7);color:var(--shop-text-strong);font-size:.95rem;transition:border-color var(--shop-motion-fast) var(--shop-ease),box-shadow var(--shop-motion-fast) var(--shop-ease)}.checkout-field input::placeholder{color:var(--shop-text-subtle)}.checkout-field input:focus-visible,.checkout-field .shop-select:focus-visible{outline:none;border-color:var(--shop-accent-text);box-shadow:0 0 0 2px #3d6b002e}.checkout-address-lookup{position:relative;margin-bottom:var(--shop-space-4)}.checkout-address-lookup .checkout-field--full{margin-bottom:0}.checkout-address-lookup-spinner{position:absolute;right:14px;top:39px;color:var(--shop-text-muted);pointer-events:none}.checkout-address-suggestions{position:absolute;z-index:30;top:calc(100% + 6px);left:0;right:0;margin:0;padding:6px;list-style:none;border:1px solid var(--shop-border);border-radius:12px;background:var(--shop-panel);box-shadow:0 18px 44px -24px #0f141e73,0 6px 16px -12px #0f141e40;max-height:min(260px,40vh);overflow-y:auto;overscroll-behavior:contain}.checkout-address-suggestions--above{top:auto;bottom:calc(100% + 6px)}.checkout-address-suggestion{width:100%;border:0;background:transparent;color:var(--shop-text);border-radius:9px;padding:10px 12px;text-align:left;font:inherit;font-size:.9rem;line-height:1.35;cursor:pointer}.checkout-address-suggestion:hover,.checkout-address-suggestion.is-active{background:color-mix(in srgb,var(--shop-accent-text) 10%,var(--shop-panel));color:var(--shop-text-strong)}.checkout-address-lookup-hint{margin:var(--shop-space-2) 0 0;color:var(--shop-text-muted);font-size:.78rem;line-height:1.4}.checkout-address-lookup-hint--warning{color:#8a4b00}.checkout-signed-in{display:flex;align-items:flex-start;gap:var(--shop-space-3);padding:var(--shop-space-4);border-radius:12px;background:var(--shop-tone-available-bg);border:1px solid var(--shop-tone-available-border)}.checkout-signed-in svg{color:var(--shop-tone-available-solid);flex-shrink:0;margin-top:1px}.checkout-signed-in strong{display:block;color:var(--shop-text-strong);font-size:.95rem}.checkout-signed-in span{display:block;margin-top:2px;color:var(--shop-text-muted);font-size:.85rem;line-height:1.45}.checkout-freight-note{margin-top:var(--shop-space-4)}.checkout-freight-note p{margin:0 0 var(--shop-space-2);color:var(--shop-text);font-size:.875rem}.checkout-inline-link{display:inline-block;margin-top:var(--shop-space-1);color:var(--shop-accent-text);font-size:.8125rem;font-weight:600}.checkout-inline-link:hover{text-decoration:underline}.page-commerce-checkout .freight-reason-list{margin:0 0 var(--shop-space-2);padding-left:1.1rem;display:flex;flex-direction:column;gap:4px}.page-commerce-checkout .freight-reason-list li{color:var(--shop-text-muted);font-size:.8125rem;line-height:1.4}.checkout-payment-field{position:relative;min-height:48px}.checkout-balance-payment{display:flex;align-items:center;gap:.55rem;min-height:48px;padding:.8rem .9rem;border:1px solid rgba(61,107,0,.22);border-radius:8px;background:#3d6b0012;color:#2d4f00;font-weight:700}.checkout-card-skeleton{position:absolute;inset:0;display:flex;flex-direction:column;gap:10px;pointer-events:none}.checkout-card-skeleton span{height:44px;border-radius:10px;background:linear-gradient(90deg,var(--shop-panel-soft) 25%,var(--shop-border) 37%,var(--shop-panel-soft) 63%);background-size:400% 100%;animation:shop-skeleton-shimmer 1.4s ease infinite}.checkout-card-skeleton span:nth-child(2){width:70%}.checkout-card-skeleton span:nth-child(3){width:45%}.checkout-pay-error{margin-top:var(--shop-space-4)}.checkout-aside{position:sticky;top:var(--shop-space-5);min-width:0}.checkout-summary-card{background:var(--shop-panel);border:1px solid var(--shop-border);border-radius:16px;padding:var(--shop-space-5);box-shadow:0 1px 2px #0f141e0a,0 18px 40px -28px #0f141e66}.checkout-summary-title{margin:0 0 var(--shop-space-4);font-size:1.0625rem;font-weight:700;color:var(--shop-text-strong)}.checkout-summary-items{list-style:none;margin:0 0 var(--shop-space-4);padding:0 0 var(--shop-space-4);border-bottom:1px solid var(--shop-border);display:flex;flex-direction:column;gap:var(--shop-space-3)}.checkout-summary-item{display:flex;justify-content:space-between;gap:var(--shop-space-4)}.checkout-summary-item-main{display:flex;flex-direction:column;gap:3px;min-width:0}.checkout-summary-item-name{color:var(--shop-text-strong);font-size:.875rem;font-weight:600;line-height:1.35}.checkout-summary-item-qty{color:var(--shop-text-subtle);font-size:.75rem}.page-commerce-checkout .checkout-line-warning{display:inline-flex;align-items:center;gap:4px;color:var(--shop-tone-caution);font-size:.75rem}.checkout-summary-item-price{flex-shrink:0;color:var(--shop-text-strong);font-size:.875rem;font-weight:600;font-variant-numeric:tabular-nums}.checkout-summary-totals{display:flex;flex-direction:column;gap:var(--shop-space-2);transition:opacity var(--shop-motion) var(--shop-ease)}.checkout-summary-totals.is-quoting{opacity:.55}.checkout-summary-line{display:flex;justify-content:space-between;gap:var(--shop-space-4);font-size:.875rem;color:var(--shop-text-muted)}.checkout-summary-line>span:last-child{color:var(--shop-text);font-variant-numeric:tabular-nums}.checkout-summary-line--credit>span:last-child{color:var(--shop-tone-available)}.checkout-summary-total{display:flex;justify-content:space-between;align-items:baseline;gap:var(--shop-space-4);margin:var(--shop-space-4) 0;padding-top:var(--shop-space-4);border-top:1px solid var(--shop-border)}.checkout-summary-total>span:first-child{font-size:.95rem;font-weight:600;color:var(--shop-text-muted)}.checkout-summary-total>span:last-child{font-size:1.5rem;font-weight:700;letter-spacing:-.01em;color:var(--shop-text-strong);font-variant-numeric:tabular-nums}.checkout-summary-alert{margin-bottom:var(--shop-space-4)}.checkout-pay-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px}.checkout-pay-btn:disabled{opacity:.55;cursor:not-allowed}.checkout-pay-hint{margin:var(--shop-space-3) 0 0;color:var(--shop-text-muted);font-size:.8125rem;line-height:1.45;text-align:center}.checkout-trust{list-style:none;margin:var(--shop-space-4) 0 0;padding:var(--shop-space-4) 0 0;border-top:1px solid var(--shop-border);display:flex;flex-wrap:wrap;gap:var(--shop-space-2) var(--shop-space-4)}.checkout-trust li{display:inline-flex;align-items:center;gap:6px;color:var(--shop-text-muted);font-size:.75rem;font-weight:500}.checkout-trust svg{color:var(--shop-accent-text)}.checkout-back{margin-top:var(--shop-space-4)}.page-commerce-checkout .back-link{color:var(--shop-text-muted)}.page-commerce-checkout .back-link:hover{color:var(--shop-accent-text)}.checkout-narrow{max-width:640px}.checkout-gate-alert{margin-bottom:var(--shop-space-4)}.checkout-gate-actions{display:flex;gap:var(--shop-space-3);flex-wrap:wrap}.checkout-boot-alert{margin-bottom:var(--shop-space-5)}.checkout-empty{text-align:center;padding:var(--shop-space-8) 0}.checkout-empty h1{margin:0 0 var(--shop-space-3);color:var(--shop-text-strong);font-size:1.5rem}.checkout-empty p{margin:0 0 var(--shop-space-5);color:var(--shop-text-muted);max-width:46ch;margin-inline:auto}.checkout-empty .checkout-gate-actions{justify-content:center}.checkout-success-panel{max-width:520px;margin:0 auto;text-align:center;padding:var(--shop-space-8) var(--shop-space-5)}.checkout-success-icon{color:var(--shop-tone-available-solid);margin:0 auto var(--shop-space-4)}.checkout-success-panel h1{margin:0 0 var(--shop-space-3);color:var(--shop-text-strong);font-size:1.75rem}.checkout-success-panel p{margin:0 0 var(--shop-space-3);color:var(--shop-text-muted);line-height:1.55}.checkout-success-panel .btn{margin-top:var(--shop-space-4)}.checkout-success-receipt{display:flex;flex-wrap:wrap;gap:var(--shop-space-3);justify-content:center;margin-top:var(--shop-space-4)}.checkout-success-receipt .btn{margin-top:0}.checkout-section--skeleton,.checkout-summary-card--skeleton{display:flex;flex-direction:column;gap:var(--shop-space-3)}.checkout-section--skeleton span,.checkout-summary-card--skeleton span{height:18px;border-radius:8px;background:linear-gradient(90deg,var(--shop-panel-soft) 25%,var(--shop-border) 37%,var(--shop-panel-soft) 63%);background-size:400% 100%;animation:shop-skeleton-shimmer 1.4s ease infinite}.checkout-section--skeleton span:first-child{width:40%;height:24px}.checkout-summary-card--skeleton span:last-child{height:48px;margin-top:var(--shop-space-3)}@keyframes shop-skeleton-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media(max-width:860px){.checkout-shell{grid-template-columns:minmax(0,1fr)}.checkout-aside{position:static;order:2}.checkout-summary-card{box-shadow:0 1px 2px #0f141e0a,0 10px 28px -22px #0f141e59}.checkout-mobile-paybar{position:fixed;inset:auto 0 0;z-index:900;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--shop-space-3);align-items:center;padding:var(--shop-space-3) var(--shop-space-4) max(var(--shop-space-3),env(safe-area-inset-bottom));border-top:1px solid var(--shop-border);background:var(--shop-panel);box-shadow:0 -6px 20px #0f141e1a;transform:translateY(100%);visibility:hidden;transition:transform var(--shop-motion) var(--shop-ease),visibility 0s linear var(--shop-motion)}.checkout-mobile-paybar[data-visible=true]{transform:translateY(0);visibility:visible;transition:transform var(--shop-motion) var(--shop-ease),visibility 0s linear 0s}.checkout-mobile-paybar__total{display:grid;gap:2px;min-width:0;font-variant-numeric:tabular-nums}.checkout-mobile-paybar__total>span{color:var(--shop-text-muted);font-size:.8rem;font-weight:600}.checkout-mobile-paybar__total>strong{color:var(--shop-text-strong);font-size:1.15rem;font-weight:800;letter-spacing:-.01em}.checkout-mobile-paybar .btn{min-height:48px;font-size:16px;white-space:nowrap}.page-commerce-checkout{padding-bottom:calc(96px + env(safe-area-inset-bottom))}}@media(max-width:560px){.checkout-field-row,.checkout-field-row--address{grid-template-columns:minmax(0,1fr)}.checkout-section{padding:var(--shop-space-5)}.checkout-field input,.checkout-field .shop-select,.checkout-field select{min-height:44px;font-size:16px}}@media(prefers-reduced-motion:reduce){.checkout-summary-totals{transition:none}.checkout-card-skeleton span,.checkout-section--skeleton span,.checkout-summary-card--skeleton span{animation:none}}.shop-carousel{margin-top:var(--shop-space-6)}.shop-carousel__head{display:flex;align-items:end;justify-content:space-between;gap:var(--shop-space-5);margin-bottom:var(--shop-space-4)}.shop-carousel__eyebrow{margin:0 0 4px;color:var(--shop-accent-text);font-size:.74rem;font-weight:800;letter-spacing:1.2px;text-transform:uppercase}.shop-carousel__head h2{margin:0;font-family:var(--font-heading);font-size:1.4rem;line-height:1.2;letter-spacing:-.01em;color:var(--shop-text-strong)}.shop-carousel__desc{max-width:60ch;margin:var(--shop-space-2) 0 0;color:var(--shop-text-muted);line-height:1.6}.shop-carousel__controls{display:inline-flex;align-items:center;gap:var(--shop-space-2);flex-shrink:0}.shop-carousel__btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--shop-border);border-radius:999px;background:var(--shop-panel);color:var(--shop-text-strong);cursor:pointer;transition:border-color var(--shop-motion-fast) var(--shop-ease),background var(--shop-motion-fast) var(--shop-ease)}.shop-carousel__btn:hover:not(:disabled){border-color:var(--shop-border-strong)}.shop-carousel__btn:disabled{opacity:.4;cursor:default}.shop-carousel__btn:focus-visible{outline:2px solid var(--shop-accent-text);outline-offset:2px}.shop-carousel__more{display:inline-flex;align-items:center;gap:var(--shop-space-2);margin-left:var(--shop-space-2);color:var(--shop-accent-text);font-weight:800}.shop-carousel__track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,1fr);gap:var(--shop-space-4);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}.shop-carousel__track::-webkit-scrollbar{display:none}@media(min-width:980px){.shop-carousel__track{grid-auto-columns:calc((100% - (3 * var(--shop-space-4))) / 4)}}.shop-carousel__cell{scroll-snap-align:start;min-width:0}@media(prefers-reduced-motion:reduce){.shop-carousel__track{scroll-behavior:auto}}.shop-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--shop-space-4)}.shop-category-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--shop-border-soft);border-radius:12px;background:var(--shop-panel);box-shadow:0 1px 2px #0f141e0d;color:var(--shop-text-strong);text-decoration:none;transition:border-color var(--shop-motion-fast) var(--shop-ease),box-shadow var(--shop-motion) var(--shop-ease),transform var(--shop-motion) var(--shop-ease)}.shop-category-card:hover{border-color:var(--shop-border-strong);box-shadow:0 14px 28px -14px #0f141e47;transform:translateY(-3px)}.shop-category-card:focus-visible{outline:2px solid var(--shop-accent-text);outline-offset:2px}.shop-category-card__media{position:relative;display:grid;place-items:center;aspect-ratio:16 / 10;background:#fff;border-bottom:1px solid var(--shop-border-soft)}.shop-category-card__img{position:absolute;inset:0;width:100%;height:100%;padding:var(--shop-space-4);object-fit:contain;transition:opacity .45s var(--shop-ease),transform var(--shop-motion) var(--shop-ease)}.shop-category-card:hover .shop-category-card__img{transform:scale(1.04)}.shop-category-card__icon{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:16px;background:color-mix(in srgb,var(--shop-accent-text) 9%,var(--shop-panel));border:1px solid color-mix(in srgb,var(--shop-accent-text) 18%,transparent);color:var(--shop-accent-text)}.shop-category-card__body{display:grid;gap:3px;padding:var(--shop-space-4)}.shop-category-card__body strong{font-size:1rem;font-weight:700;letter-spacing:-.006em;color:var(--shop-text-strong)}.shop-category-card__body small{color:var(--shop-text-muted);font-size:.8rem;font-variant-numeric:tabular-nums}@media(max-width:860px){.shop-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.shop-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--shop-space-3)}.shop-category-card__media{aspect-ratio:4 / 3}.shop-category-card__img{padding:var(--shop-space-2)}.shop-category-card__body{min-height:74px}}.shop-brand-wall{margin-top:var(--shop-space-6)}.shop-brand-wall__heading{margin:0 0 var(--shop-space-4);font-family:var(--font-heading);font-size:1.4rem;line-height:1.2;letter-spacing:-.01em;color:var(--shop-text-strong)}.shop-brand-wall__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--shop-space-3);margin:0;padding:0;list-style:none}.shop-brand-wall__item{display:flex;align-items:center;justify-content:center;min-height:92px;padding:var(--shop-space-4);border:1px solid var(--shop-border-soft);border-radius:10px;background:var(--shop-panel);transition:border-color var(--shop-motion-fast) var(--shop-ease),box-shadow var(--shop-motion) var(--shop-ease)}.shop-brand-wall__item img{max-width:100%;max-height:44px;object-fit:contain;filter:grayscale(1);opacity:.7;transition:filter var(--shop-motion) var(--shop-ease),opacity var(--shop-motion) var(--shop-ease)}.shop-brand-wall__item:hover,.shop-brand-wall__item:focus-visible{border-color:var(--shop-border-strong);box-shadow:0 8px 18px -10px #0f141e38}.shop-brand-wall__item:hover img,.shop-brand-wall__item:focus-visible img{filter:grayscale(0);opacity:1}.shop-brand-wall__item:focus-visible{outline:2px solid var(--shop-accent-text);outline-offset:2px}@media(max-width:860px){.shop-brand-wall__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:480px){.shop-brand-wall__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.shop-storefront-section+.shop-storefront-section{margin-top:var(--shop-space-7, 56px)}.shop-storefront-section--light{margin-inline:calc(50% - 50vw);padding-inline:max(var(--shop-space-5),calc(50vw - (var(--shop-container, 1200px) / 2)));padding-block:var(--shop-space-7, 56px);background:var(--shop-panel);border-block:1px solid var(--shop-border-soft)}.shop-landing-band .shop-trust-strip{margin-top:var(--shop-space-7, 56px);margin-bottom:0}@media(max-width:620px){.shop-storefront-section+.shop-storefront-section{margin-top:var(--shop-space-6)}.shop-storefront-section--light{padding-block:var(--shop-space-5)}.shop-landing-band{padding-bottom:var(--shop-space-6)}.shop-landing-band .shop-trust-strip{margin-top:var(--shop-space-6)}.shop-featured,.shop-carousel,.shop-brand-wall{margin-top:var(--shop-space-4)}}.shop-compact-card{position:relative;display:grid;grid-template-columns:76px minmax(0,1fr);gap:var(--shop-space-4);align-items:start;padding:var(--shop-space-4);background:var(--shop-panel);transition:background var(--shop-motion-fast) var(--shop-ease)}.shop-compact-card:hover{background:var(--shop-panel-soft)}.shop-compact-card__media{position:relative;z-index:1;display:grid;place-items:center;aspect-ratio:1 / 1;background:#fff;border:1px solid var(--shop-border-soft);border-radius:8px;overflow:hidden}.shop-compact-card__media img{width:100%;height:100%;object-fit:contain;padding:6px}.shop-compact-card__media span{padding:4px;font-size:.62rem;line-height:1.2;text-align:center;color:var(--shop-text-muted)}.shop-compact-card__body{display:grid;gap:6px;min-width:0}.shop-compact-card__title{margin:0;font-size:.82rem;font-weight:600;line-height:1.35;color:var(--shop-text-strong);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.shop-compact-card__title a{color:inherit;text-decoration:none}.shop-compact-card__title a:hover{color:var(--shop-accent-text)}.shop-compact-card__title a:after{content:"";position:absolute;inset:0}.shop-compact-card:has(a:focus-visible){outline:2px solid var(--shop-accent-text);outline-offset:-2px;border-radius:3px}.shop-compact-card__title a:focus-visible{outline:2px solid var(--shop-accent-text);outline-offset:2px;border-radius:3px}.shop-compact-card:has(a:focus-visible) .shop-compact-card__title a:focus-visible{outline:none}.shop-compact-card .shop-badge{justify-self:start;padding:3px 9px;font-size:.7rem}.shop-featured{margin-top:var(--shop-space-6)}.shop-featured__head{display:flex;align-items:baseline;justify-content:space-between;gap:var(--shop-space-5);margin-bottom:var(--shop-space-4)}.shop-featured__head h2{margin:0;font-family:var(--font-heading);font-size:1.4rem;line-height:1.2;letter-spacing:-.01em;color:var(--shop-text-strong)}.shop-featured__more{display:inline-flex;align-items:center;gap:var(--shop-space-2);color:var(--shop-accent-text);font-weight:800;white-space:nowrap}.shop-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--shop-border-soft);border:1px solid var(--shop-border-soft);border-radius:12px;overflow:hidden}@media(max-width:860px){.shop-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.shop-featured-grid{grid-template-columns:1fr}}@media(max-width:620px){.shop-carousel__head,.shop-featured__head{align-items:flex-start;flex-direction:column;gap:var(--shop-space-2)}.shop-carousel__more,.shop-featured__more{min-height:44px;margin-left:0}}.checkout-mode-toggle{display:inline-flex;gap:4px;padding:4px;background:var(--shop-panel-soft);border:1px solid var(--shop-border-soft);border-radius:10px;margin-bottom:var(--shop-space-4)}.checkout-mode-option{appearance:none;border:0;background:transparent;padding:8px 16px;border-radius:7px;font:inherit;font-weight:600;color:var(--shop-text-muted);cursor:pointer;white-space:nowrap}@media(max-width:360px){.checkout-mode-toggle{display:flex;max-width:100%}.checkout-mode-option{padding-inline:9px}}.checkout-mode-option.is-active{background:var(--shop-panel);color:var(--shop-text-strong);box-shadow:0 1px 2px #0f141e14}.checkout-signin{display:grid;gap:var(--shop-space-3);max-width:420px}.checkout-signin-error{margin:0;color:var(--shop-tone-unavailable, #b42318);font-size:.85rem}.checkout-field-error{margin:0;color:#b42318;font-size:.85rem}.checkout-signin-hint{margin:0;font-size:.85rem;color:var(--shop-text-muted)}.checkout-link-button{appearance:none;border:0;background:none;padding:0;color:var(--shop-accent-text);font:inherit;font-weight:700;cursor:pointer;text-decoration:underline}
