:root{--color-primary: #0865FE;--color-primary-dark: #0050D4;--color-primary-light: #0273FF;--color-accent: #00DCFF;--color-accent-dark: #00B2D4;--color-accent-light: #4DE0FF;--color-highlight: #0273FF;--color-gradient-start: #0865FE;--color-gradient-end: #00DCFF;--color-bg: #ffffff;--color-bg-white: #ffffff;--color-bg-dark: #0a0e1a;--color-text: #1a1f36;--color-text-secondary: #4a5170;--color-text-muted: #6b7394;--color-border: #e4e8ee;--color-border-light: #f0f2f5;--gradient-primary: linear-gradient(135deg, #0865FE 0%, #00DCFF 100%);--gradient-hero-bg: linear-gradient(135deg, #eff3ff 0%, #e8f8fe 50%, #ffffff 100%);--gradient-cta: linear-gradient(135deg, #0865FE 0%, #0273FF 100%);--gradient-text: linear-gradient(90deg, #0865FE 30%, #00DCFF 100%);--font-body: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--page-max-width: 1280px;--section-padding-y: 80px;--section-padding-y-mobile: 48px;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 6px;--radius-lg: 6px;--radius-xl: 8px;--radius-pill: 999px;--shadow-sm: 0 1px 3px rgba(26, 31, 54, .06);--shadow-md: 0 4px 16px rgba(26, 31, 54, .08);--shadow-lg: 0 8px 32px rgba(26, 31, 54, .12);--shadow-xl: 0 16px 48px rgba(26, 31, 54, .16);--shadow-card: 0 2px 12px rgba(26, 31, 54, .06), 0 8px 24px rgba(26, 31, 54, .04);--shadow-card-hover: 0 8px 32px rgba(8, 101, 254, .15), 0 4px 16px rgba(26, 31, 54, .08);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%;height:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:1.6rem;font-weight:400;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:var(--color-primary);text-decoration:none}.skip-to-content{position:absolute;top:-100%;left:1rem;z-index:9999;padding:1rem 2rem;background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);font-size:1.4rem;font-weight:600;text-decoration:none}.skip-to-content:focus{top:1rem}body.menu-open{overflow:hidden}.page-width{max-width:var(--page-max-width);margin:0 auto;padding:0 2.4rem}@media(min-width:990px){.page-width{padding:0 4rem}}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.15;color:var(--color-text);margin:0}h1{font-size:4.2rem;letter-spacing:-.03em}h2{font-size:3.2rem;letter-spacing:-.02em}h3{font-size:2.4rem;letter-spacing:-.01em}@media(min-width:750px){h1{font-size:5.6rem}h2{font-size:4rem}h3{font-size:3rem}}p{margin:0 0 1.6rem}.gradient-text{position:relative;color:var(--color-primary);display:inline}.gradient-text:after{content:"";position:absolute;left:0;bottom:.04em;width:100%;height:.12em;background:var(--gradient-primary);border-radius:2px;opacity:.35;z-index:-1}.hero-title .gradient-text{background:linear-gradient(160deg,#0865fe,#00dcff 60%,#0273ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-title .gradient-text:after{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:1.6rem 3.2rem;font-family:var(--font-body);font-size:1.7rem;font-weight:600;line-height:1;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:all var(--transition-base);text-decoration:none;white-space:nowrap}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 16px #0865fe4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0865fe66}.btn-secondary{background:var(--color-bg-white);color:var(--color-text);border:2px solid var(--color-border)}.btn-secondary:hover{border-color:var(--color-primary);color:var(--color-primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-header{background:var(--gradient-primary);color:#fff;padding:1.2rem 2.6rem;border-radius:var(--radius-sm);font-size:1.5rem}.btn-header:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0865fe59}.arrow-icon{transition:transform var(--transition-fast)}.btn:hover .arrow-icon{transform:translate(4px)}.site-header{position:sticky;top:0;z-index:1000;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border-light);transition:box-shadow var(--transition-base)}.site-header.scrolled{box-shadow:var(--shadow-md)}.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--page-max-width);margin:0 auto;padding:1.2rem 2.4rem}@media(min-width:990px){.header-inner{padding-left:4rem;padding-right:4rem}}.header-logo img{height:32px;width:auto}@media(min-width:750px){.header-logo img{height:36px}}.header-nav{display:none;list-style:none;margin:0;padding:0;gap:3.2rem}@media(min-width:990px){.header-nav{display:flex}}.header-nav a{color:var(--color-text);font-size:1.5rem;font-weight:500;transition:color var(--transition-fast);position:relative}.header-nav a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:2px;background:var(--color-primary);border-radius:2px;transition:width var(--transition-base)}.header-nav a:hover{color:var(--color-primary)}.header-nav a:hover:after{width:100%}.nav-has-dropdown{position:relative}.nav-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:280px;background:#fff;border-radius:12px;box-shadow:0 12px 40px #0000001f,0 2px 8px #0000000f;padding:.8rem;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s;z-index:100}.nav-has-dropdown:hover .nav-dropdown,.nav-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-item{display:flex;align-items:center;gap:1.2rem;padding:1rem 1.2rem;border-radius:8px;color:var(--color-text-primary, #1a1a2e);text-decoration:none;transition:background .15s ease}.nav-dropdown-item:hover{background:var(--color-bg-light, #f5f7fa)}.nav-dropdown-item img{width:56px;height:56px;border-radius:8px;object-fit:cover;background:var(--color-bg-light, #f5f7fa);flex-shrink:0}.nav-dropdown-info{display:flex;flex-direction:column;gap:.2rem}.nav-dropdown-name{font-size:1.4rem;font-weight:600;color:var(--color-text-primary, #1a1a2e);line-height:1.3}.nav-dropdown-sub{font-size:1.2rem;color:var(--color-text-secondary, #64748b);line-height:1.3}@media(max-width:989px){.nav-dropdown{display:none!important}}.header-actions{display:flex;align-items:center;gap:1.2rem}.header-cart{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--color-text);transition:color var(--transition-fast)}.header-cart:hover{color:var(--color-primary)}.header-cart svg{width:24px;height:24px}.mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;cursor:pointer;color:var(--color-text)}@media(min-width:990px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle svg{width:22px;height:22px}.mobile-menu-drawer{position:fixed;top:0;left:0;width:100%;height:100%;background:#0a0e1a80;z-index:999;opacity:0;pointer-events:none;overflow:hidden;transition:opacity var(--transition-base)}@media(min-width:990px){.mobile-menu-drawer{display:none!important}}.mobile-menu-drawer.open{opacity:1;pointer-events:auto}.mobile-nav-list{position:absolute;top:0;right:0;width:80%;max-width:360px;height:100%;background:var(--color-bg-white);list-style:none;margin:0;padding:8rem 3.2rem 3.2rem;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);overflow-y:auto;box-shadow:-4px 0 24px #0000001f}.mobile-menu-drawer.open .mobile-nav-list{transform:translate(0)}.mobile-nav-list li{margin-bottom:.8rem}.mobile-nav-list a{display:block;padding:1.2rem 0;font-size:1.7rem;font-weight:500;color:var(--color-text);border-bottom:1px solid var(--color-border-light);transition:color var(--transition-fast)}.mobile-nav-list a:hover,.mobile-nav-list a.active{color:var(--color-primary)}.mobile-menu-cta{display:block;text-align:center;margin-top:2.4rem}.btn-header-desktop{display:none}@media(min-width:990px){.btn-header-desktop{display:inline-flex}}.hero-section{background:var(--gradient-hero-bg);padding:var(--section-padding-y-mobile) 0 6rem;position:relative;overflow-x:clip}@media(min-width:750px){.hero-section{padding:var(--section-padding-y) 0 10rem}}.hero-inner{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:990px){.hero-inner{grid-template-columns:1fr 1fr;gap:6rem}}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border:1px solid rgba(8,101,254,.25);border-radius:var(--radius-sm);font-size:1.3rem;font-weight:500;color:var(--color-primary);background:#0865fe0f;margin-bottom:2rem;width:max-content}.hero-badge img{width:16px;height:16px}.hero-title{margin-bottom:2rem}.hero-description{font-size:1.7rem;color:var(--color-text-secondary);line-height:1.7;margin-bottom:3.2rem;max-width:52rem}.hero-buttons{display:flex;align-items:center;gap:1.6rem;margin-bottom:4rem;flex-wrap:wrap}.hero-stats{display:flex;flex-wrap:wrap;gap:2rem 3rem;border-top:1px solid var(--color-border);padding-top:2.4rem}@media(min-width:750px){.hero-stats{gap:4rem;padding-top:3.2rem}}.hero-stat-value{font-size:2.4rem;font-weight:800;color:var(--color-primary);line-height:1.1}@media(min-width:750px){.hero-stat-value{font-size:3rem}}.hero-stat-label{font-size:1.2rem;color:var(--color-text-muted);margin-top:2px}@media(min-width:750px){.hero-stat-label{font-size:1.3rem}}.hero-media{position:relative;display:flex;justify-content:center;align-items:center}.hero-media>img{max-width:140%;height:auto;filter:drop-shadow(0 24px 48px rgba(0,0,0,.15));transform:scale(1.25);margin-right:-8%}.floating-card{position:absolute;top:10%;right:-5%;background:var(--color-bg-white);border-radius:var(--radius-sm);padding:2rem;box-shadow:var(--shadow-lg);animation:float 3s ease-in-out infinite alternate;min-width:180px}@keyframes float{0%{transform:translateY(-6px)}to{transform:translateY(6px)}}.floating-card-icon{width:44px;height:44px;border-radius:var(--radius-xs);margin-bottom:8px}.floating-card-label{font-size:1.2rem;color:var(--color-text-muted)}.floating-card-value{font-size:1.5rem;font-weight:600;color:var(--color-primary)}.how-it-works{background:var(--color-bg);padding:var(--section-padding-y-mobile) 0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%230865FE' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2zm0-30V0h-2v4h-4v2h4v4h2V6h4V4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}@media(min-width:750px){.how-it-works{padding:var(--section-padding-y) 0}}.section-header{text-align:center;margin-bottom:4.8rem}.section-header p{font-size:1.7rem;color:var(--color-text-secondary);font-weight:400;margin-top:1.2rem}.steps-grid{display:grid;grid-template-columns:1fr;gap:2.4rem}@media(min-width:750px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:3.2rem}}.step-card{background:var(--color-bg-white);border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-card);transition:all var(--transition-slow)}.step-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-card-hover)}.step-card-media{width:100%;aspect-ratio:4/3;overflow:hidden;background:var(--color-bg)}.step-card-media img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.step-card:hover .step-card-media img{transform:scale(1.05)}.step-card-body{padding:2.4rem}.step-card-title{font-size:1.8rem;font-weight:600;margin-bottom:.8rem}.step-card-desc{font-size:1.4rem;color:var(--color-text-secondary);line-height:1.6;font-weight:400;margin:0}.product-showcase{background:var(--color-bg);padding:var(--section-padding-y-mobile) 0}@media(min-width:750px){.product-showcase{padding:var(--section-padding-y) 0}}.product-showcase .section-header{text-align:left;margin-bottom:3.2rem}.product-showcase .section-header p{text-align:left}.products-grid{display:grid;grid-template-columns:1fr;gap:2.4rem}@media(min-width:750px){.products-grid{grid-template-columns:repeat(2,1fr);gap:3.2rem;max-width:880px;margin-left:auto;margin-right:auto}}.product-card{background:var(--color-bg-white);border-radius:var(--radius-sm);overflow:hidden;box-shadow:var(--shadow-card);transition:transform .35s cubic-bezier(.25,.46,.45,.94),box-shadow .35s cubic-bezier(.25,.46,.45,.94),border-color .35s ease;text-decoration:none;color:inherit;display:block;border:1px solid var(--color-border-light)}.product-card:hover,.product-card.reveal.visible:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f,0 8px 16px #0865fe14;border-color:#0865fe33}.product-card-media{aspect-ratio:4/5;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;padding:0}.product-card-media img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.product-card:hover .product-card-media img{transform:scale(1.06)}.product-card-body{padding:2.4rem;border-top:1px solid var(--color-border-light)}.product-card-title{font-size:2rem;font-weight:700;margin-bottom:1.2rem;color:var(--color-text)}.product-features{list-style:none;padding:0;margin:0 0 1.6rem}.product-features li{display:flex;align-items:flex-start;gap:8px;font-size:1.4rem;color:var(--color-text-secondary);line-height:1.5;margin-bottom:6px}.product-features li:before{content:"";flex-shrink:0;width:18px;height:18px;margin-top:1px;background:var(--color-accent);border-radius:3px;display:inline-block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6 4l6 5-6 5' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:12px 12px;background-position:center;background-repeat:no-repeat}.product-card-price{font-size:1.8rem;font-weight:700;color:var(--color-text)}.product-card-price .price-from{font-size:1.4rem;font-weight:400;color:var(--color-text-muted)}.sell-anything{padding:var(--section-padding-y) 0;background:#fff}.zigzag-row{display:grid;grid-template-columns:1fr;gap:3.2rem;align-items:center;margin-bottom:6rem}.zigzag-row:last-child{margin-bottom:0}@media(min-width:750px){.zigzag-row{grid-template-columns:1fr 1fr;gap:6rem}.zigzag-row--reverse .zigzag-text{order:2}.zigzag-row--reverse .zigzag-media{order:1}}.zigzag-title{font-size:2.6rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--color-text);margin-bottom:2.4rem}@media(min-width:750px){.zigzag-title{font-size:3.2rem}}.zigzag-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2rem}.zigzag-features li{display:flex;align-items:flex-start;gap:1.4rem;font-size:1.5rem;line-height:1.6;color:var(--color-text-secondary)}.zigzag-features li svg{flex-shrink:0;margin-top:2px}.zigzag-media{width:100%;border-radius:var(--radius-sm);overflow:hidden;aspect-ratio:1 / 1}.zigzag-media img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.08);transition:transform .4s ease}.zigzag-media:hover img{transform:scale(1.12)}.platform-section{padding:var(--section-padding-y-mobile) 0;background:#fff}@media(min-width:750px){.platform-section{padding:var(--section-padding-y) 0}}.platform-card{background:linear-gradient(135deg,#e8f0fe,#dbeafe 40%,#e0f2fe);border-radius:var(--radius-xl);padding:4rem 3.2rem 3.2rem;position:relative;overflow:hidden;box-shadow:0 4px 32px #0865fe14}@media(min-width:750px){.platform-card{padding:6rem 5.6rem 4rem}}.platform-header{font-size:3.6rem;font-weight:800;color:var(--color-text);text-align:center;margin-bottom:4.8rem}@media(min-width:750px){.platform-header{font-size:4.8rem}}.platform-slider{position:relative;min-height:360px}.platform-slide{display:none;align-items:center;gap:3.2rem}.platform-slide.active{display:flex;animation:platformFadeIn .5s ease}@media(max-width:749px){.platform-slide.active{flex-direction:column}}@media(min-width:750px){.platform-slide{gap:4.8rem}}@keyframes platformFadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.platform-slide-text{flex:0 0 30%;max-width:360px}.platform-slide-title{font-size:2.8rem;font-weight:700;line-height:1.2;color:var(--color-text);margin-bottom:1.6rem}.platform-slide-desc{font-size:1.5rem;line-height:1.7;color:var(--color-text-secondary)}.platform-slide-img{flex:1;display:flex;justify-content:center}.platform-slide-img img{max-width:100%;max-height:420px;height:auto;object-fit:contain}.platform-controls{display:flex;align-items:center;justify-content:space-between;margin-top:4.8rem}.platform-arrow{width:52px;height:52px;border-radius:50%;border:none;background:#fff;color:var(--color-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;box-shadow:0 2px 8px #0000000f}.platform-arrow:hover{background:#e0ecfc;transform:scale(1.08)}.platform-dots{display:flex;align-items:center;gap:1.2rem}.platform-dot{width:12px;height:12px;border-radius:50%;background:#c4d5eb;cursor:pointer;transition:background .2s ease,transform .2s ease}.platform-dot.active{background:var(--color-primary);transform:scale(1.2)}.compare-section{padding:var(--section-padding-y-mobile) 0;background:#fff}@media(min-width:750px){.compare-section{padding:var(--section-padding-y) 0}}.compare-image{width:100%;text-align:center}.compare-image img{width:100%;max-width:1100px;height:auto;display:inline-block;border-radius:var(--radius-sm)}.impact-section{padding:var(--section-padding-y-mobile) 0;background:var(--color-bg)}@media(min-width:750px){.impact-section{padding:var(--section-padding-y) 0}}.impact-card{background:var(--gradient-cta);border-radius:var(--radius-xl);padding:5.6rem 3.2rem;text-align:center;position:relative;overflow:hidden}@media(min-width:750px){.impact-card{padding:7.2rem 4.8rem}}.impact-title{font-size:3.2rem;font-weight:800;color:#fff;margin-bottom:5.6rem}@media(min-width:750px){.impact-title{font-size:4rem}}.impact-stats{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:750px){.impact-stats{grid-template-columns:repeat(3,1fr);gap:2rem}}.impact-stat-value{font-size:3.6rem;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:1.2rem;font-family:var(--font-body)}@media(min-width:750px){.impact-stat-value{font-size:4.8rem}}.impact-stat-label{font-size:1.6rem;font-weight:500;color:#ffffffd9}.collection-hero{padding:10rem 0 4.8rem;background:linear-gradient(135deg,#f0f4ff,#e8f0fe,#dbeafe);text-align:center}.collection-hero-title{font-size:3.6rem;font-weight:800;line-height:1.1;color:var(--color-text);margin-bottom:1.6rem}@media(min-width:750px){.collection-hero-title{font-size:5.6rem}}.collection-hero-desc{font-size:1.6rem;line-height:1.6;color:var(--color-text-secondary);max-width:640px;margin:0 auto 4rem}.collection-hero-stats{display:flex;justify-content:center;gap:4.8rem;flex-wrap:wrap}.collection-stat{display:flex;flex-direction:column;align-items:center;gap:.4rem}.collection-stat-value{font-size:3.2rem;font-weight:800;color:var(--color-primary)}.collection-stat-label{font-size:1.3rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.collection-grid-section{padding:var(--section-padding-y-mobile) 0;background:#fff}@media(min-width:750px){.collection-grid-section{padding:var(--section-padding-y) 0}}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:3.2rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border-light)}.collection-count{font-size:1.4rem;color:var(--color-text-muted)}.collection-sort{display:flex;align-items:center;gap:.8rem;font-size:1.4rem;color:var(--color-text-secondary)}.collection-sort-select{border:1px solid var(--color-border-light);border-radius:var(--radius-xs);padding:.6rem 1.2rem;font-size:1.4rem;font-family:var(--font-body);color:var(--color-text);background:#fff;cursor:pointer;outline:none;transition:border-color .2s ease}.collection-sort-select:focus{border-color:var(--color-primary)}.collection-grid-section .products-grid{margin-left:0;margin-right:auto}.product-card-badge{position:absolute;top:1.2rem;left:1.2rem;background:var(--color-primary);color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.4rem 1.2rem;border-radius:100px;z-index:2}.product-card{position:relative}.shopify-policy__container{max-width:800px;margin:0 auto;padding:10rem 2rem 6rem}.shopify-policy__title{text-align:center;margin-bottom:4.8rem}.shopify-policy__title h1{font-size:3.6rem;font-weight:800;line-height:1.3;padding-bottom:.1em;background:linear-gradient(135deg,var(--color-primary),var(--color-text));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:750px){.shopify-policy__title h1{font-size:4.4rem}}.shopify-policy__body h2{font-size:1.8rem;font-weight:700;line-height:1.4;color:var(--color-text);margin-top:3.2rem;margin-bottom:1.2rem}.shopify-policy__body h3{font-size:1.5rem;font-weight:700;line-height:1.5;color:var(--color-text);margin-top:2rem;margin-bottom:.8rem}.shopify-policy__body p{font-size:1.5rem;line-height:1.75;color:var(--color-text-secondary);margin-top:1.2rem}.shopify-policy__body p:first-child,.shopify-policy__body h2+p{margin-top:0}.shopify-policy__body ul,.shopify-policy__body ol{font-size:1.5rem;line-height:1.75;color:var(--color-text-secondary);margin:1.2rem 0;padding-left:2.4rem}.shopify-policy__body li{margin-bottom:.6rem}.shopify-policy__body a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.shopify-policy__body a:hover{color:var(--color-primary-dark)}.shopify-policy__body strong{color:var(--color-text);font-weight:600}.legal-page{padding:10rem 0 6rem}.legal-content{max-width:800px;margin:0 auto}.legal-title{font-size:3.6rem;font-weight:800;line-height:1.3;text-align:center;margin-bottom:4.8rem;padding-bottom:.1em;background:linear-gradient(135deg,var(--color-primary),var(--color-text));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(min-width:750px){.legal-title{font-size:4.4rem}}.legal-section{margin-top:3.2rem}.legal-section:first-of-type{margin-top:0}.legal-section-title{font-size:1.8rem;font-weight:700;line-height:1.4;color:var(--color-text);margin-bottom:1.2rem}.legal-subsection-title{font-size:1.5rem;font-weight:700;line-height:1.5;color:var(--color-text);margin-top:2rem;margin-bottom:.8rem}.legal-section p,.legal-section .legal-paragraph{font-size:1.5rem;line-height:1.75;color:var(--color-text-secondary);margin-top:1.2rem}.legal-section p:first-of-type{margin-top:0}.legal-section a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.legal-section a:hover{color:var(--color-primary-dark)}.legal-body{max-width:800px;margin:0 auto}.legal-body h2{font-size:1.8rem;font-weight:700;line-height:1.4;color:var(--color-text);margin-top:3.2rem;margin-bottom:1.2rem}.legal-body h2:first-child{margin-top:0}.legal-body h3{font-size:1.5rem;font-weight:700;line-height:1.5;color:var(--color-text);margin-top:2rem;margin-bottom:.8rem}.legal-body p{font-size:1.5rem;line-height:1.75;color:var(--color-text-secondary);margin-top:1.2rem}.legal-body p:first-child,.legal-body h2+p{margin-top:0}.legal-body ul,.legal-body ol{font-size:1.5rem;line-height:1.75;color:var(--color-text-secondary);margin:1.2rem 0;padding-left:2.4rem}.legal-body li{margin-bottom:.6rem}.legal-body a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.legal-body a:hover{color:var(--color-primary-dark)}.legal-body strong{color:var(--color-text);font-weight:600}.blog-hero{padding:10rem 0 4.8rem;background:linear-gradient(135deg,#f0f4ff,#e8f0fe,#dbeafe);text-align:center}.blog-hero-title{font-size:3.6rem;font-weight:800;line-height:1.15;color:var(--color-text);margin-bottom:1.6rem}@media(min-width:750px){.blog-hero-title{font-size:5.2rem}}.blog-hero-desc{font-size:1.6rem;line-height:1.6;color:var(--color-text-secondary);max-width:640px;margin:0 auto}.blog-grid-section{padding:var(--section-padding-y-mobile) 0;background:#f9fafb}@media(min-width:750px){.blog-grid-section{padding:var(--section-padding-y) 0}}.blog-grid{display:grid;grid-template-columns:1fr;gap:2.4rem}@media(min-width:550px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.blog-grid{grid-template-columns:repeat(3,1fr);gap:3.2rem}}.blog-card{display:flex;flex-direction:column;text-decoration:none;border-radius:var(--radius-sm);border:1px solid var(--color-text);overflow:hidden;background:#fff;transition:transform .3s ease,box-shadow .3s ease}.blog-card:hover{box-shadow:0 16px 40px #00dcff2e,0 4px 12px #1a1f3614;transform:translateY(-6px)}.blog-card-image{display:block;aspect-ratio:12 / 7;overflow:hidden;border-bottom:1px solid var(--color-text)}.blog-card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blog-card:hover .blog-card-image img{transform:scale(1.05)}.blog-card-content{flex:1;display:flex;flex-direction:column;padding:2.4rem}@media(min-width:990px){.blog-card-content{padding:3.2rem}}.blog-card-date{font-size:1.2rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.blog-card-title{font-size:1.8rem;font-weight:700;line-height:1.3;color:var(--color-text);margin-top:1.2rem}.blog-card-excerpt{font-size:1.4rem;line-height:1.6;color:var(--color-text-secondary);margin-top:1rem;flex:1}.blog-card-link{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.6rem;font-size:1.4rem;font-weight:700;color:var(--color-text);transition:color .2s ease}.blog-card-link svg{transition:transform .2s ease}.blog-card:hover .blog-card-link{color:var(--color-accent-dark)}.blog-card:hover .blog-card-link svg{transform:translate(4px)}.article-hero{max-width:1000px;margin:0 auto;padding:9.6rem 2rem 0}.article-hero-card{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-sm);overflow:hidden;background:#f0f0f0}.article-hero-card img{width:100%;height:100%;object-fit:cover;display:block}.article-header{max-width:780px;margin:0 auto;padding:3.6rem 2rem 0;text-align:center}.article-title{font-size:3.2rem;font-weight:800;line-height:1.2;color:var(--color-text);margin-bottom:1.2rem}@media(min-width:750px){.article-title{font-size:4rem}}.article-meta{display:flex;align-items:center;justify-content:center;gap:1.6rem;font-size:1.4rem;color:var(--color-text-secondary);margin-bottom:.8rem}.article-meta time,.article-meta .article-author{opacity:.8}.article-meta .meta-dot{width:4px;height:4px;border-radius:50%;background:var(--color-text-secondary);opacity:.5}.article-layout{display:flex;gap:4rem;max-width:1200px;margin:0 auto;padding:4rem 2rem 6rem}.article-toc{flex:0 0 240px;position:relative}.article-toc-inner{position:sticky;top:9.6rem;max-height:calc(100vh - 12rem);overflow-y:auto;padding-right:1.6rem;border-right:1px solid rgba(0,0,0,.06)}.article-toc-title{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-secondary);margin-bottom:1.6rem}.article-toc-list{list-style:none;padding:0;margin:0}.article-toc-list li{margin-bottom:.4rem}.article-toc-list a{display:block;padding:.5rem 0 .5rem 1.2rem;font-size:1.35rem;line-height:1.45;color:var(--color-text-secondary);text-decoration:none;border-left:2px solid transparent;transition:color .2s,border-color .2s}.article-toc-list a:hover{color:var(--color-text)}.article-toc-list a.is-active{color:var(--color-primary);border-left-color:var(--color-primary);font-weight:600}.article-toc-list .toc-h3 a{padding-left:2.4rem;font-size:1.3rem}.article-body{flex:1;min-width:0;max-width:780px}.article-body h2{font-size:2.4rem;font-weight:700;line-height:1.3;color:var(--color-text);margin-top:4rem;margin-bottom:1.6rem;scroll-margin-top:10rem}.article-body h3{font-size:1.8rem;font-weight:600;line-height:1.4;color:var(--color-text);margin-top:3rem;margin-bottom:1.2rem;scroll-margin-top:10rem}.article-body p{font-size:1.6rem;line-height:1.8;color:var(--color-text-secondary);margin-bottom:1.6rem}.article-body ul,.article-body ol{padding-left:2.4rem;margin-bottom:1.6rem}.article-body li{font-size:1.6rem;line-height:1.8;color:var(--color-text-secondary);margin-bottom:.8rem}.article-body a{color:var(--color-primary);text-decoration:underline;text-underline-offset:2px}.article-body a:hover{color:var(--color-primary-dark)}.article-body img{width:100%;height:auto;border-radius:var(--radius-sm);margin:2.4rem 0}.article-body blockquote{margin:2.4rem 0;padding:2rem 2.4rem;background:#00000005;border-left:4px solid var(--color-primary);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.article-body blockquote p{margin-bottom:0;font-style:italic}.article-body strong{color:var(--color-text);font-weight:600}.article-back{display:inline-flex;align-items:center;gap:.8rem;font-size:1.5rem;font-weight:500;color:var(--color-text-secondary);text-decoration:none;margin-top:4rem;padding-top:3.2rem;border-top:1px solid rgba(0,0,0,.08);transition:color .2s}.article-back:hover{color:var(--color-primary)}.article-back svg{width:16px;height:16px;transition:transform .2s}.article-back:hover svg{transform:translate(-4px)}.article-cta{display:block;text-align:center;padding:1.2rem 2.8rem;font-size:1.4rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;color:#fff;background:linear-gradient(135deg,var(--color-primary),var(--color-accent, #6366f1));border-radius:var(--radius-sm);margin:3.2rem auto;max-width:360px;transition:opacity .2s,transform .15s}.article-cta:hover{opacity:.9;transform:translateY(-1px);color:#fff}.article-body .article-faq p{margin-bottom:1.2rem}.article-body .article-faq strong{display:block;font-size:1.6rem;color:var(--color-text);margin-bottom:.4rem}@media(max-width:1024px){.article-layout{flex-direction:column;gap:0;padding:2.4rem 2rem 4rem}.article-toc{flex:none;width:100%;margin-bottom:3.2rem}.article-toc-inner{position:static;max-height:none;border-right:none;padding-right:0;background:#00000005;border-radius:var(--radius-sm);padding:2rem}.article-body h2{font-size:2rem;margin-top:3.2rem}.article-body h3{font-size:1.6rem;margin-top:2.4rem}}.video-section{padding:3.6rem 0;background:var(--color-bg)}@media(min-width:750px){.video-section{padding:4.8rem 0}}.video-placeholder{width:100%;aspect-ratio:16/9;border-radius:var(--radius-sm);overflow:hidden;background:linear-gradient(135deg,#e8ecf5,#d4dbe8);display:flex;align-items:center;justify-content:center;position:relative;box-shadow:var(--shadow-lg)}.video-placeholder img,.video-placeholder video{width:100%;height:100%;object-fit:cover}.video-play-btn{position:absolute;width:80px;height:80px;border-radius:50%;background:#fffffff2;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-xl);cursor:pointer;transition:all var(--transition-base)}.video-play-btn:hover{transform:scale(1.1);background:#fff}.video-play-btn svg{width:26px;height:26px;margin-left:3px;fill:var(--color-primary)}.cta-section{padding:var(--section-padding-y-mobile) 0}@media(min-width:750px){.cta-section{padding:var(--section-padding-y) 0}}.cta-box{background:linear-gradient(135deg,#eff6ff,#e8f8fe,#f0f0ff);border-radius:var(--radius-xl);padding:6rem 3.2rem;text-align:center}@media(min-width:750px){.cta-box{padding:8rem 6rem}}.cta-title{font-size:3rem;font-weight:400;margin-bottom:1.6rem}@media(min-width:750px){.cta-title{font-size:4rem}}.cta-desc{font-size:1.7rem;color:var(--color-text-secondary);font-weight:400;margin-bottom:3.2rem;max-width:60rem;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;align-items:center;justify-content:center;gap:1.6rem;flex-wrap:wrap;margin-bottom:2rem}.cta-promo{font-size:1.4rem;color:var(--color-text-muted);font-weight:400}.site-footer{background:var(--color-bg-dark);color:#fff}.footer-ticker{background:linear-gradient(90deg,var(--color-accent) 0%,var(--color-primary) 50%,var(--color-highlight) 100%);overflow:hidden;height:56px;display:flex;align-items:center;position:relative;white-space:nowrap}.footer-ticker-inner{display:flex;align-items:center;white-space:nowrap;animation:ticker 50s linear infinite;position:absolute;left:0;top:0;bottom:0}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.footer-ticker-item{display:inline-flex;align-items:center;height:56px;font-size:1.4rem;font-weight:700;color:#ffffffe6;text-transform:uppercase;letter-spacing:.15em;white-space:nowrap;flex-shrink:0}.footer-ticker-item .ticker-dot{display:inline-block;width:5px;height:5px;background:#fff9;border-radius:50%;margin:0 2rem;vertical-align:middle;flex-shrink:0}.footer-main{padding:5.6rem 0;display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:990px){.footer-main{grid-template-columns:1.4fr 1fr 1fr;gap:6rem}}.footer-brand p{color:#ffffff8c;font-size:1.4rem;line-height:1.7;margin-top:1.6rem;max-width:36rem}.footer-logo img{height:32px;width:auto;filter:brightness(0) invert(1)}.footer-heading{font-size:1.2rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#ffffff59;margin-bottom:2rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:1.2rem}.footer-links a{color:#ffffffb3;font-size:1.5rem;transition:color var(--transition-fast);position:relative}.footer-links a:hover{color:var(--color-accent)}.footer-social{display:flex;gap:1.2rem;margin-top:2.4rem}.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:var(--radius-xs);border:1px solid rgba(255,255,255,.12);color:#fff9;transition:all var(--transition-base)}.footer-social a:hover{background:var(--color-accent);border-color:var(--color-accent);color:#fff;transform:translateY(-2px)}.footer-social svg{width:16px;height:16px}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:2.4rem 0;display:flex;flex-direction:column;gap:1.6rem;align-items:center;text-align:center}@media(min-width:750px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:1.3rem;color:#ffffff4d}.footer-bottom-links{display:flex;gap:2.4rem;list-style:none;padding:0;margin:0}.footer-bottom-links a{font-size:1.3rem;color:#ffffff4d;transition:color var(--transition-fast)}.footer-bottom-links a:hover{color:var(--color-accent)}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.4,0,.2,1),transform .7s cubic-bezier(.4,0,.2,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-stagger>.reveal:nth-child(2){transition-delay:.1s}.reveal-stagger>.reveal:nth-child(3){transition-delay:.2s}.reveal-stagger>.reveal:nth-child(4){transition-delay:.3s}.hide-mobile{display:none!important}@media(min-width:750px){.hide-mobile{display:block!important}}.hide-desktop{display:block!important}@media(min-width:750px){.hide-desktop{display:none!important}}.breadcrumb{padding:2rem 0;background:var(--color-bg)}.breadcrumb-list{display:flex;align-items:center;list-style:none;padding:0;margin:0;gap:.8rem;font-size:1.3rem;color:var(--color-text-secondary)}.breadcrumb-list li:not(:last-child):after{content:"/";margin-left:.8rem;opacity:.4}.breadcrumb-list a{color:var(--color-text-secondary);text-decoration:none}.breadcrumb-list a:hover{color:var(--color-primary)}.breadcrumb-list li[aria-current]{color:var(--color-text-primary);font-weight:500}.pdp-main{padding:0 0 4rem;background:var(--color-bg)}.pdp-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:990px){.pdp-grid{grid-template-columns:1.1fr 1fr;gap:6rem;align-items:start}}.pdp-gallery-main{background:#fff;border:1px solid rgba(0,0,0,.06);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;padding:0}.pdp-gallery-main img{max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--radius-sm);transition:transform .3s ease}.pdp-gallery-main:hover img{transform:scale(1.03)}.pdp-gallery-thumbs{display:flex;gap:1.2rem;margin-top:1.6rem}.pdp-thumb{width:72px;height:72px;border:2px solid transparent;border-radius:var(--radius-sm);overflow:hidden;cursor:pointer;padding:4px;background:#fff;transition:border-color .2s}.pdp-thumb:hover,.pdp-thumb.active{border-color:var(--color-primary)}.pdp-thumb img{width:100%;height:100%;object-fit:contain}.pdp-info{position:sticky;top:100px}.pdp-partner-badge{display:inline-flex;align-items:center;gap:.6rem;font-size:1.2rem;color:var(--color-text-secondary);margin-bottom:1.2rem;font-weight:500}.pdp-title{font-size:3.4rem;font-weight:700;line-height:1.15;margin-bottom:1.2rem;color:var(--color-text-primary)}@media(min-width:750px){.pdp-title{font-size:4rem}}.pdp-capacity-badge{display:inline-block;background:linear-gradient(90deg,var(--color-primary),var(--color-highlight));color:#fff;border-radius:50px;font-size:1.2rem;font-weight:600;padding:.5rem 1.4rem;margin-bottom:2rem}.pdp-price-block{display:flex;align-items:baseline;gap:1.2rem;margin-bottom:.8rem;flex-wrap:wrap}.pdp-price{font-size:3.6rem;font-weight:700;color:var(--color-text-primary);line-height:1}.pdp-compare-price{font-size:1.8rem;color:var(--color-text-secondary);text-decoration:line-through}.pdp-save-badge{font-size:1.2rem;font-weight:600;color:#fff;background:var(--color-accent);border-radius:4px;padding:.3rem .8rem}.pdp-shipping-note{display:flex;align-items:center;gap:.6rem;font-size:1.4rem;color:var(--color-accent);font-style:italic;margin-bottom:2.8rem;font-weight:500}.pdp-features{display:flex;flex-direction:column;gap:1.6rem;margin-bottom:3.2rem;padding:2.4rem;background:#0865fe08;border-radius:var(--radius-sm);border:1px solid rgba(8,101,254,.08)}.pdp-feature-row{display:flex;align-items:flex-start;gap:1.4rem}.pdp-feature-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#00dcff1a;border-radius:var(--radius-sm)}.pdp-feature-text{display:flex;flex-direction:column;gap:.2rem}.pdp-feature-text strong{font-size:1.5rem;font-weight:600;color:var(--color-text-primary)}.pdp-feature-text span{font-size:1.3rem;color:var(--color-text-secondary)}.pdp-actions{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:2.4rem}.pdp-atc-btn{width:100%;justify-content:center;font-size:1.8rem;padding:1.8rem 3.2rem}.pdp-inquiry-btn{width:100%;justify-content:center}.pdp-trust-row{display:flex;gap:2.4rem;flex-wrap:wrap;padding-top:2rem;border-top:1px solid rgba(0,0,0,.06)}.pdp-trust-item{display:flex;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:500;color:var(--color-text-secondary)}.pdp-details{padding:6rem 0;background:#fff}.pdp-tabs{display:flex;gap:0;border-bottom:2px solid rgba(0,0,0,.06);margin-bottom:4rem}.pdp-tab{padding:1.4rem 2.8rem;font-size:1.5rem;font-weight:600;color:var(--color-text-secondary);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .2s,border-color .2s}.pdp-tab:hover{color:var(--color-primary)}.pdp-tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.pdp-tab-content{display:none}.pdp-tab-content.active{display:block}.pdp-desc-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:750px){.pdp-desc-grid{grid-template-columns:1.2fr 1fr}}.pdp-desc-text h2{font-size:2.8rem;font-weight:700;margin-bottom:2rem;color:var(--color-text-primary)}.pdp-desc-text p{font-size:1.5rem;line-height:1.7;color:var(--color-text-secondary);margin-bottom:1.6rem}.pdp-desc-features{list-style:none;padding:0;margin:2rem 0 0}.pdp-desc-features li{display:flex;align-items:center;gap:1rem;font-size:1.4rem;color:var(--color-text-secondary);padding:.7rem 0}.pdp-desc-features li:before{content:"";flex-shrink:0;width:18px;height:18px;background:var(--color-accent);border-radius:3px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6 4l6 5-6 5' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:12px 12px;background-position:center;background-repeat:no-repeat}.pdp-desc-media{border-radius:var(--radius-sm);overflow:hidden}.pdp-desc-media img{width:100%;display:block;border-radius:var(--radius-sm);object-fit:contain}.pdp-specs-table{width:100%;border-collapse:collapse}.pdp-specs-table td{padding:1.2rem 1.6rem;font-size:1.4rem;border-bottom:1px solid rgba(0,0,0,.06);vertical-align:top}.pdp-specs-table td:first-child{font-weight:600;color:var(--color-text-primary);width:35%;white-space:nowrap}.pdp-specs-table td:last-child{color:var(--color-text-secondary);white-space:nowrap}.pdp-specs-table tr:hover{background:#0865fe05}.pdp-shipping-info h3{font-size:1.8rem;font-weight:600;margin-bottom:1.2rem;margin-top:2.8rem;color:var(--color-text-primary)}.pdp-shipping-info h3:first-child{margin-top:0}.pdp-shipping-info p{font-size:1.5rem;line-height:1.7;color:var(--color-text-secondary)}.pdp-related{padding:var(--section-padding-y) 0;background:var(--color-bg)}.pdp-related .products-grid{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));max-width:100%}.pdp-adv-features{padding:var(--section-padding-y) 0;background:var(--color-bg)}.adv-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:600px){.adv-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.adv-grid{grid-template-columns:repeat(3,1fr)}}.adv-card{background:#fff;border-radius:var(--radius-sm);padding:3.2rem 2.8rem;border:1px solid rgba(0,0,0,.06);transition:transform .25s ease,box-shadow .25s ease}.adv-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0865fe14}.adv-card-icon{width:52px;height:52px;border-radius:var(--radius-sm);background:#0865fe14;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.adv-card h4{font-size:1.6rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.8rem}.adv-card p{font-size:1.4rem;line-height:1.6;color:var(--color-text-secondary);margin:0}.pdp-showcase{padding:var(--section-padding-y) 0;background:linear-gradient(180deg,var(--color-bg) 0%,rgba(8,101,254,.03) 50%,var(--color-bg) 100%);overflow:hidden}.showcase-layout{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:990px){.showcase-layout{grid-template-columns:1fr 1.1fr 1fr;gap:5rem}}.showcase-center{display:flex;align-items:center;justify-content:center;position:relative}.showcase-center-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:80%;border-radius:50%;background:radial-gradient(ellipse,rgba(8,101,254,.1) 0%,rgba(0,220,255,.06) 40%,transparent 70%);filter:blur(40px);pointer-events:none;z-index:0}.showcase-center img{max-height:800px;width:auto;max-width:120%;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 24px 60px rgba(0,0,0,.2));transform:scale(1.3)}.showcase-features{display:flex;flex-direction:column;gap:3.2rem}.showcase-feature-item{text-align:center}.showcase-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-sm);background:#0865fe14;margin-bottom:1rem}.sc-icon-purple{background:#7c3aed1a}.sc-icon-orange{background:#ea580c1a}.sc-icon-amber{background:#d977061a}.sc-icon-teal{background:#0d94881a}.sc-icon-rose{background:#e11d481a}.sc-icon-green{background:#16a34a1a}.showcase-feature-item h5{font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.4rem}.showcase-feature-item p{font-size:1.3rem;line-height:1.5;color:var(--color-text-secondary);margin:0 auto;max-width:260px}.pdp-techspecs{padding:var(--section-padding-y) 0;background:#fff}.techspecs-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}@media(min-width:990px){.techspecs-grid{grid-template-columns:1.4fr 1fr;gap:6rem}}.techspecs-tabs{display:flex;gap:0;border-bottom:2px solid rgba(0,0,0,.06);margin-bottom:3rem}.techspecs-tab{padding:1.2rem 2.4rem;font-size:1.5rem;font-weight:600;color:var(--color-text-secondary);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .2s,border-color .2s;white-space:nowrap}.techspecs-tab:hover{color:var(--color-primary)}.techspecs-tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.techspecs-tab-content{display:none}.techspecs-tab-content.active{display:block}.techspecs-table-wrap .pdp-specs-table{max-width:100%}.techspecs-diagram{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:0}.techspecs-diagram img{height:680px;width:auto;max-width:100%;object-fit:contain;filter:drop-shadow(0 16px 40px rgba(0,0,0,.12))}.techspecs-dims{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap;justify-content:center}.dim{font-size:1.3rem;font-weight:600;color:var(--color-text-secondary);background:#0865fe0f;padding:.5rem 1.2rem;border-radius:var(--radius-sm);border:1px solid rgba(8,101,254,.1)}.contact-hero{padding:8rem 0 4rem;background:var(--color-bg);text-align:center}.contact-hero-inner{max-width:700px;margin:0 auto}.contact-hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:2rem;color:var(--color-text-primary)}@media(min-width:750px){.contact-hero-title{font-size:5.2rem}}.contact-hero-desc{font-size:1.7rem;line-height:1.6;color:var(--color-text-secondary);margin:0}.contact-cards-section{padding:2rem 0 var(--section-padding-y);background:var(--color-bg)}.contact-cards-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:750px){.contact-cards-grid{grid-template-columns:repeat(3,1fr)}}.contact-card{background:#fff;border-radius:var(--radius-sm);padding:3.2rem 2.8rem;border:1px solid rgba(0,0,0,.06);text-align:center;transition:transform .25s ease,box-shadow .25s ease}.contact-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000f}.contact-card-icon{width:56px;height:56px;border-radius:var(--radius-sm);display:inline-flex;align-items:center;justify-content:center;margin-bottom:2rem}.cc-icon-blue{background:#0865fe1a}.cc-icon-green{background:#00dcff1a}.cc-icon-purple{background:#7c3aed1a}.contact-card h3{font-size:1.8rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.8rem}.contact-card p{font-size:1.4rem;line-height:1.5;color:var(--color-text-secondary);margin-bottom:1.6rem}.contact-card-link{font-size:1.5rem;font-weight:600;color:var(--color-primary);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:color .2s}.contact-card-link:hover{color:var(--color-highlight)}.contact-form-section{padding:var(--section-padding-y) 0;background:#fff}.contact-form-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:990px){.contact-form-grid{grid-template-columns:1.4fr 1fr;gap:6rem;align-items:start}}.contact-form-wrap h2{font-size:2.8rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.contact-form-subtitle{font-size:1.5rem;color:var(--color-text-secondary);margin-bottom:3.2rem}.form-row{margin-bottom:2rem}.form-row-2col{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:600px){.form-row-2col{grid-template-columns:1fr 1fr}}.form-group{margin-bottom:2rem}.form-group label{display:block;font-size:1.3rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.6rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1.3rem 1.6rem;font-size:1.4rem;font-family:var(--font-body);border:1.5px solid rgba(0,0,0,.12);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-text-primary);transition:border-color .2s,box-shadow .2s;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #0865fe1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#b0b8c4}.form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%234a5565' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.4rem center;padding-right:3.6rem}.form-group textarea{resize:vertical;min-height:120px}.contact-submit-btn{width:100%;justify-content:center;font-size:1.7rem;padding:1.6rem 3.2rem}.contact-sidebar{display:flex;flex-direction:column;gap:2.4rem}.contact-info-card{background:var(--color-bg);border-radius:var(--radius-sm);padding:2.8rem;border:1px solid rgba(0,0,0,.06)}.contact-info-card h3{font-size:1.6rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.6rem}.contact-hours{list-style:none;padding:0;margin:0}.contact-hours li{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;font-size:1.3rem;border-bottom:1px solid rgba(0,0,0,.04)}.contact-hours li:last-child{border-bottom:none}.contact-hours li span{color:var(--color-text-secondary)}.contact-hours li strong{color:var(--color-text-primary);font-weight:600}.response-badges{display:flex;flex-direction:column;gap:1.4rem}.response-badge{display:flex;align-items:center;gap:1.2rem}.response-badge-icon{width:40px;height:40px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.rb-green{background:#00dcff1a}.rb-blue{background:#0865fe1a}.response-badge strong{font-size:1.4rem;display:block;color:var(--color-text-primary)}.response-badge span{font-size:1.2rem;color:var(--color-text-secondary)}.contact-address{display:flex;align-items:flex-start;gap:.8rem;font-size:1.4rem;color:var(--color-text-secondary);line-height:1.6;margin:0}.faq-hero{padding:8rem 0 4rem;background:var(--color-bg);text-align:center}.hero-tag{display:inline-block;font-size:1.4rem;font-weight:600;color:var(--color-primary);margin-bottom:1.6rem}.faq-hero-inner{max-width:700px;margin:0 auto}.faq-hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:2rem;color:var(--color-text-primary)}@media(min-width:750px){.faq-hero-title{font-size:5.2rem}}.faq-hero-desc{font-size:1.7rem;line-height:1.6;color:var(--color-text-secondary);margin:0}.faq-section{padding:var(--section-padding-y) 0;background:var(--color-bg)}.faq-section .faq-filter{margin-bottom:4rem}.faq-filter-section{padding:0 0 2rem;background:var(--color-bg)}.faq-filter{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.faq-filter-btn{padding:.8rem 2rem;font-size:1.4rem;font-weight:600;border-radius:100px;border:1.5px solid rgba(0,0,0,.1);background:#fff;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease}.faq-filter-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.faq-filter-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.faq-content-section{padding:var(--section-padding-y) 0;background:var(--color-bg)}.faq-list{max-width:860px;margin:0 auto}.faq-item{border-bottom:1px solid rgba(0,0,0,.06);transition:background .2s}.faq-item:first-child{border-top:1px solid rgba(0,0,0,.06)}.faq-question{width:100%;display:flex;justify-content:space-between;align-items:center;padding:2.4rem 0;background:none;border:none;cursor:pointer;text-align:left;gap:1.6rem}.faq-question span{font-size:1.6rem;font-weight:600;color:var(--color-text-primary);line-height:1.4;flex:1}.faq-chevron,.faq-icon{flex-shrink:0;width:24px;height:24px;color:var(--color-text-secondary);transition:transform .3s ease,color .3s}.faq-item.open .faq-chevron,.faq-item.open .faq-icon{transform:rotate(180deg);color:var(--color-primary)}.faq-item.open .faq-question span{color:var(--color-primary)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0}.faq-item.open .faq-answer{max-height:300px;padding:0 0 2.4rem}.faq-answer p{font-size:1.5rem;line-height:1.7;color:var(--color-text-secondary);margin:0;padding-right:3.6rem}.faq-cta-section{padding:0 0 var(--section-padding-y);background:var(--color-bg)}.faq-cta-box{background:linear-gradient(135deg,#2a3f5f,#2d5064,#1e5a6e);border-radius:var(--radius-sm);border:none;padding:4rem;display:flex;flex-direction:column;gap:2.4rem;align-items:center;text-align:center;max-width:860px;margin:0 auto;position:relative;overflow:hidden}.faq-cta-box:before{content:"";position:absolute;top:-40%;right:-20%;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(0,220,255,.2) 0%,transparent 70%);pointer-events:none}.faq-cta-box:after{content:"";position:absolute;bottom:-30%;left:-10%;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(8,101,254,.18) 0%,transparent 70%);pointer-events:none}@media(min-width:750px){.faq-cta-box{flex-direction:row;text-align:left;justify-content:space-between}}.faq-cta-content h2{font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:.6rem}.faq-cta-content p{font-size:1.5rem;color:#ffffffb3;margin:0}.faq-cta-actions{display:flex;gap:1.2rem;flex-shrink:0}.ab-hero{padding:10rem 0 4rem;background:var(--color-bg)}.ab-hero-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:990px){.ab-hero-grid{grid-template-columns:1fr 1fr;gap:6rem}}.ab-hero-title{font-size:4.2rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--color-text);margin-bottom:2rem}@media(min-width:750px){.ab-hero-title{font-size:5.6rem}}.ab-hero-subtitle{font-size:1.8rem;font-weight:500;color:var(--color-text-secondary);line-height:1.5;margin:0}.ab-hero-media{display:flex;justify-content:center;align-items:center}.ab-hero-img{width:100%;max-width:560px;height:auto;border-radius:var(--radius-xl);filter:drop-shadow(0 16px 48px rgba(8,101,254,.12))}.ab-redefine{padding:var(--section-padding-y) 0;background:#fff;text-align:center}.ab-redefine-title{font-size:3.2rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--color-text);margin-bottom:2.4rem}@media(min-width:750px){.ab-redefine-title{font-size:4rem}}.ab-redefine-desc{font-size:1.7rem;line-height:1.7;font-weight:400;color:var(--color-text-secondary);max-width:860px;margin:0 auto 4.8rem}.ab-carousel{position:relative;width:100%;overflow:hidden;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);aspect-ratio:1240 / 700}.ab-carousel-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform;height:100%}.ab-carousel-slide{min-width:100%;flex-shrink:0;height:100%}.ab-carousel-slide img{width:100%;height:100%;object-fit:cover;display:block}.ab-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;border:none;background:#00000040;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition-base);z-index:10;opacity:1}.ab-carousel-btn:hover{background:#0006}.ab-carousel-prev{left:2rem}.ab-carousel-next{right:2rem}.ab-carousel-dots{display:flex;align-items:center;justify-content:center;gap:1rem;position:absolute;bottom:2rem;left:0;right:0;z-index:10}.ab-dot{width:8px;height:8px;border-radius:50%;background:#ffffff73;cursor:pointer;transition:all var(--transition-base)}.ab-dot.active{background:var(--color-primary);transform:scale(1.3)}.ab-tech{padding:var(--section-padding-y) 0;background:var(--color-bg)}.ab-tech-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media(min-width:990px){.ab-tech-grid{grid-template-columns:1fr 1fr;gap:6rem}}.ab-tech-title{font-size:3.2rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--color-text);margin-bottom:2.4rem}@media(min-width:750px){.ab-tech-title{font-size:4rem}}.ab-tech-desc{font-size:1.7rem;font-weight:500;line-height:1.7;color:var(--color-text-secondary);margin:0}.ab-tech-img{width:100%;max-width:480px;height:auto;margin:0 auto;display:block;filter:drop-shadow(0 8px 24px rgba(0,0,0,.08))}.ab-global{padding:var(--section-padding-y) 0;background:#fff;text-align:center}.ab-global-title{font-size:3.2rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--color-text);margin-bottom:2.4rem}@media(min-width:750px){.ab-global-title{font-size:4rem}}.ab-global-desc{font-size:1.7rem;font-weight:400;line-height:1.7;color:var(--color-text-secondary);max-width:800px;margin:0 auto}.ab-global-map{margin-top:6rem}.ab-global-map img{width:100%;max-width:1080px;margin:0 auto;display:block}.ab-fullstack{margin-top:6rem;background:var(--color-primary);border-radius:var(--radius-xl);padding:8rem 4rem;position:relative;overflow:hidden;text-align:center}.ab-fullstack-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:url(assets/images/about_bg.gif) no-repeat center center;background-size:cover;opacity:.35;z-index:0;pointer-events:none}.ab-fullstack-title{position:relative;z-index:1;font-size:3.2rem;font-weight:700;color:#fff;margin-bottom:2.4rem;letter-spacing:-.02em}@media(min-width:750px){.ab-fullstack-title{font-size:4rem}}.ab-fullstack-desc{position:relative;z-index:1;font-size:1.8rem;font-weight:400;line-height:1.8;color:#ffffffeb;max-width:700px;margin:0 auto}.ab-certs{padding:var(--section-padding-y) 0;background:var(--color-bg);text-align:center}.ab-certs-title{font-size:3.2rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--color-text);margin-bottom:2.4rem}@media(min-width:750px){.ab-certs-title{font-size:4rem}}.ab-certs-desc{font-size:1.7rem;font-weight:400;line-height:1.7;color:var(--color-text-secondary);max-width:960px;margin:0 auto}.ab-certs-marquee{margin-top:6rem;overflow:hidden;position:relative;width:100%;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 15%,#000 85%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 15%,#000 85%,transparent 100%)}.ab-marquee-track{display:flex;align-items:center;gap:4rem;width:max-content;animation:ab-marquee 30s linear infinite}.ab-marquee-track:hover{animation-play-state:paused}.ab-marquee-group{flex-shrink:0}.ab-certs-img{height:80px;width:auto;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}@keyframes ab-marquee{0%{transform:translate(0)}to{transform:translate(calc(-25% - 1rem))}}.ab-growth{padding:10rem 0;background:#fff;text-align:center}.ab-growth-title{font-size:3.2rem;font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--color-text);margin-bottom:6rem}@media(min-width:750px){.ab-growth-title{font-size:4rem}}.ab-growth-grid{display:grid;grid-template-columns:1fr;gap:3.2rem}@media(min-width:750px){.ab-growth-grid{grid-template-columns:repeat(3,1fr);gap:4rem}}.ab-growth-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 3.2rem;background:var(--color-bg);border-radius:var(--radius-sm);border:1px solid rgba(0,0,0,.06);transition:transform .3s ease,box-shadow .3s ease}.ab-growth-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0865fe1a}.ab-growth-icon{width:72px;height:72px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:2.4rem}.ab-growth-icon-blue{background:#0865fe14}.ab-growth-icon-green{background:#00dcff14}.ab-growth-icon-purple{background:#6c5ce714}.ab-growth-card h3{font-size:2rem;font-weight:700;color:var(--color-text);margin-bottom:1.6rem}.ab-growth-card p{font-size:1.5rem;line-height:1.7;color:var(--color-text-secondary);margin:0;max-width:280px}.header-nav .nav-active{color:var(--color-primary)}.header-nav .nav-active:after{width:100%}.cart-page{padding:10rem 0 6rem;min-height:60vh;background:var(--color-bg)}.cart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4rem;flex-wrap:wrap;gap:1.6rem}.cart-page-title{font-size:3.6rem;font-weight:800;letter-spacing:-.03em;color:var(--color-text);margin:0}.cart-continue-link{display:inline-flex;align-items:center;gap:.6rem;font-size:1.5rem;font-weight:600;color:var(--color-primary);text-decoration:none;transition:opacity var(--transition-base)}.cart-continue-link:hover{opacity:.75}.cart-empty{text-align:center;padding:8rem 2rem}.cart-empty-icon{margin-bottom:3.2rem}.cart-empty-title{font-size:2.8rem;font-weight:700;color:var(--color-text);margin-bottom:1.6rem}.cart-empty-desc{font-size:1.6rem;line-height:1.7;color:var(--color-text-secondary);max-width:460px;margin:0 auto 3.2rem}.cart-grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:990px){.cart-grid{grid-template-columns:1fr 400px;gap:4.8rem;align-items:flex-start}}.cart-table-header{display:none;padding:0 0 1.6rem;border-bottom:1px solid rgba(0,0,0,.08);margin-bottom:2.4rem;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-secondary)}@media(min-width:750px){.cart-table-header{display:grid;grid-template-columns:1fr 140px 100px;gap:2rem}}.cart-col-qty,.cart-col-total{text-align:center}.cart-item{display:grid;grid-template-columns:100px 1fr;gap:2rem;padding:2.4rem 0;border-bottom:1px solid rgba(0,0,0,.06);align-items:center}@media(min-width:750px){.cart-item{grid-template-columns:100px 1fr 140px 100px}}.cart-item-media{width:100px;height:100px;border-radius:var(--radius-sm);overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center}.cart-item-media img{width:80%;height:auto;object-fit:contain}.cart-item-details{display:flex;flex-direction:column;gap:.4rem}.cart-item-name{font-size:1.6rem;font-weight:700;color:var(--color-text);margin:0}.cart-item-variant{font-size:1.3rem;color:var(--color-text-secondary);margin:0}.cart-item-price{font-size:1.4rem;font-weight:600;color:var(--color-text);margin:0}.cart-item-remove{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--color-text-secondary);font-size:1.2rem;font-weight:500;cursor:pointer;padding:.4rem 0;margin-top:.4rem;transition:color var(--transition-base);width:fit-content}.cart-item-remove:hover{color:#e53e3e}.cart-item-qty{display:flex;justify-content:center}.qty-control{display:inline-flex;align-items:center;border:1px solid rgba(0,0,0,.12);border-radius:var(--radius-sm);overflow:hidden;background:#fff}.qty-btn{width:40px;height:40px;background:none;border:none;font-size:1.8rem;font-weight:500;color:var(--color-text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition-base);-webkit-user-select:none;user-select:none}.qty-btn:hover{background:#0865fe0f}.qty-input{width:48px;height:40px;text-align:center;border:none;border-left:1px solid rgba(0,0,0,.08);border-right:1px solid rgba(0,0,0,.08);font-size:1.5rem;font-weight:600;color:var(--color-text);font-family:var(--font-body);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-total{text-align:center;font-size:1.6rem;font-weight:700;color:var(--color-text)}.cart-summary{background:#fff;border-radius:var(--radius-md);border:1px solid rgba(0,0,0,.06);padding:3.2rem;position:sticky;top:10rem}.cart-summary-title{font-size:2rem;font-weight:700;color:var(--color-text);margin-bottom:2.4rem}.cart-summary-row{display:flex;align-items:center;justify-content:space-between;font-size:1.5rem;color:var(--color-text-secondary);margin-bottom:1.2rem}.cart-summary-free{color:#00dcff;font-weight:600}.cart-summary-divider{border-top:1px solid rgba(0,0,0,.08);margin:2rem 0}.cart-summary-total{font-size:1.8rem;font-weight:700;color:var(--color-text);margin-bottom:0}.cart-checkout-btn{width:100%;justify-content:center;margin-top:2.4rem;padding:1.6rem 2.4rem;font-size:1.6rem}.cart-summary-note{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:1.2rem;color:var(--color-text-secondary);margin-top:1.6rem}.cart-promo-banner{display:flex;align-items:center;gap:.8rem;margin-top:2rem;padding:1.2rem 1.6rem;background:#00dcff0f;border-radius:var(--radius-sm);font-size:1.3rem;font-weight:500;color:var(--color-text)}@media(max-width:749px){.cart-item{grid-template-columns:90px 1fr;grid-template-rows:auto auto}.cart-item-qty{grid-column:1 / -1;justify-content:flex-start;padding-top:1.2rem}.cart-item-total{display:none}}.cart-badge{position:absolute;top:2px;right:0;min-width:18px;height:18px;padding:0 5px;background:var(--gradient-primary);color:#fff;font-size:1.1rem;font-weight:700;line-height:18px;text-align:center;border-radius:99px;pointer-events:none;animation:badgePop .3s cubic-bezier(.34,1.56,.64,1)}@keyframes badgePop{0%{transform:scale(0)}to{transform:scale(1)}}.cart-toast{position:fixed;top:80px;right:24px;display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--color-bg-white);border:1px solid var(--color-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);z-index:9999;transform:translate(120%);opacity:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .3s ease;max-width:400px}.cart-toast-visible{transform:translate(0);opacity:1}.cart-toast-text{display:flex;flex-direction:column;gap:2px}.cart-toast-text strong{font-size:1.4rem;font-weight:600;color:var(--color-text)}.cart-toast-text span{font-size:1.3rem;color:var(--color-text-secondary)}.cart-toast-btn{padding:8px 16px;background:var(--gradient-primary);color:#fff;font-size:1.3rem;font-weight:600;border-radius:var(--radius-sm);text-decoration:none;white-space:nowrap;transition:transform var(--transition-fast),box-shadow var(--transition-fast)}.cart-toast-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0865fe4d;color:#fff}.cart-item-name a{color:inherit;text-decoration:none}.cart-item-name a:hover{color:var(--color-primary)}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
