:root{--bg: #000000;--bg-2: #0D0D0D;--bg-3: #1A1A1A;--bg-4: #252525;--text: #FFFFFF;--text-muted: #888888;--text-sub: #BBBBBB;--accent: #FFFFFF;--accent-dark: #E0E0E0;--border: rgba(255,255,255,.1);--border-strong: rgba(255,255,255,.2);--radius: 14px;--radius-sm: 8px;--radius-lg: 20px;--shadow: 0 4px 40px rgba(0,0,0,.6);--font-head: "DM Sans", "Inter", sans-serif;--font-body: "Inter", "DM Sans", sans-serif;--max-w: 1200px;--transition: .22s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}.announcement-bar{background:var(--text);color:var(--bg);padding:9px 0;overflow:hidden;white-space:nowrap;position:relative;z-index:101}.announcement-track{display:inline-flex;gap:3.5rem;animation:ticker 30s linear infinite;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.announcement-sep{opacity:.35}.site-header{position:sticky;top:0;z-index:100;background:#000000f0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:0}.logo{display:flex;align-items:center;gap:.4rem;font-family:var(--font-head);font-weight:800;font-size:1.15rem;letter-spacing:-.01em;flex-shrink:0}.logo-icon{font-size:1.3rem}.logo-name{color:var(--text)}.logo-accent{color:var(--text-muted)}.main-nav{display:flex;gap:2rem;align-items:center}.main-nav a{font-size:.85rem;font-weight:500;color:var(--text-sub);transition:color var(--transition);letter-spacing:.02em}.main-nav a:hover{color:var(--text)}.header-actions{display:flex;align-items:center;gap:1rem}.cart-btn{display:flex;align-items:center;gap:.35rem;color:var(--text);position:relative;padding:.3rem}.cart-count{display:none;position:absolute;top:-4px;right:-4px;background:var(--text);color:var(--bg);font-size:.62rem;font-weight:800;width:16px;height:16px;border-radius:50%;align-items:center;justify-content:center}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;padding:6px;z-index:10}.mobile-menu-btn span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:var(--transition)}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f7;z-index:200;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.mobile-nav.open{display:flex}.mobile-nav-close{position:absolute;top:1.5rem;right:1.5rem;font-size:1.4rem;cursor:pointer;color:var(--text-muted);padding:.5rem}.mobile-nav-links{display:flex;flex-direction:column;align-items:center;gap:2rem}.mobile-nav-links a{font-size:1.5rem;font-weight:700;font-family:var(--font-head);color:var(--text);letter-spacing:-.02em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-head);font-weight:700;font-size:.9rem;letter-spacing:.02em;padding:.85rem 2rem;border-radius:var(--radius);transition:all var(--transition);cursor:pointer;border:none;white-space:nowrap}.btn-primary{background:var(--text);color:var(--bg)}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 8px 32px #ffffff26}.btn-ghost{background:transparent;color:var(--text);border:1px solid var(--border-strong)}.btn-ghost:hover{background:var(--bg-3);border-color:var(--border-strong)}.btn-outline{background:transparent;color:var(--text);border:2px solid var(--text)}.btn-outline:hover{background:var(--text);color:var(--bg)}.btn-large{padding:1rem 2.5rem;font-size:1rem}.hero{padding:4rem 0 3rem;background:var(--bg);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;right:-200px;width:600px;height:600px;background:radial-gradient(circle,rgba(255,255,255,.04) 0%,transparent 70%);pointer-events:none}.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border-strong);padding:.4rem 1rem;border-radius:100px;margin-bottom:1.25rem}.hero-title{font-family:var(--font-head);font-size:clamp(2.8rem,5vw,4rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;margin-bottom:1.25rem}.line-accent{color:var(--text-muted)}.hero-subtitle{font-size:1rem;color:var(--text-sub);line-height:1.65;margin-bottom:1.5rem;max-width:480px}.hero-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.hero-chip{font-size:.75rem;font-weight:600;padding:.35rem .85rem;background:var(--bg-3);border:1px solid var(--border);border-radius:100px;color:var(--text-sub)}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.hero-trust{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-muted)}.hero-stars{color:#fff;letter-spacing:.05em}.hero-image-wrap{position:relative}.hero-image-frame{border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-3);aspect-ratio:1;border:1px solid var(--border)}.hero-image-frame img{width:100%;height:100%;object-fit:cover}.hero-floating-badge{position:absolute;bottom:1rem;left:1rem;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border-strong);border-radius:100px;padding:.45rem 1rem;font-size:.75rem;font-weight:600;color:var(--text)}.trust-bar{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.25rem 0}.trust-bar-inner{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.trust-item{display:flex;align-items:center;gap:.75rem}.trust-icon{font-size:1.4rem;flex-shrink:0}.trust-item strong{display:block;font-size:.82rem;font-weight:700;color:var(--text)}.trust-item p{font-size:.75rem;color:var(--text-muted)}.section-eyebrow{display:block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem}.section-title{font-family:var(--font-head);font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:1rem}.section-desc{font-size:1rem;color:var(--text-sub);max-width:540px;line-height:1.65}.features-section{padding:5rem 0;background:var(--bg)}.features-header{text-align:center;margin-bottom:3rem}.features-header .section-eyebrow{display:block}.features-header .section-desc{margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color var(--transition),transform var(--transition)}.feature-card:hover{border-color:var(--border-strong);transform:translateY(-3px)}.feature-num{font-size:.7rem;font-weight:800;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem}.feature-card h3{font-family:var(--font-head);font-size:1rem;font-weight:700;margin-bottom:.5rem}.feature-card p{font-size:.88rem;color:var(--text-sub);line-height:1.6}.usecases-section{padding:5rem 0;background:var(--bg-2)}.usecases-header{text-align:center;margin-bottom:3rem}.usecases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.usecase-card{border-radius:var(--radius-lg);overflow:hidden;position:relative;aspect-ratio:3/4;background:var(--bg-3);border:1px solid var(--border)}.usecase-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.usecase-card:hover img{transform:scale(1.04)}.usecase-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,transparent 100%)}.usecase-label{display:block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.3rem}.usecase-title{font-family:var(--font-head);font-size:1.1rem;font-weight:700;color:var(--text)}.benefits-section{padding:5rem 0;background:var(--bg)}.benefits-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.benefits-image{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.benefits-image img{width:100%;display:block}.benefits-list{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.benefit-item{display:flex;gap:1rem;align-items:flex-start}.benefit-icon{width:40px;height:40px;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}.benefit-text strong{display:block;font-size:.9rem;font-weight:700;margin-bottom:.2rem}.benefit-text p{font-size:.82rem;color:var(--text-sub)}.specs-section{padding:5rem 0;background:var(--bg-2)}.specs-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.specs-image{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}.specs-image img{width:100%}.specs-list{display:flex;flex-direction:column;gap:0;margin:2rem 0}.specs-list li{display:flex;justify-content:space-between;align-items:center;padding:.9rem 0;border-bottom:1px solid var(--border);font-size:.85rem;gap:1rem}.spec-label{color:var(--text-muted);font-weight:500;flex-shrink:0}.spec-val{color:var(--text);font-weight:600;text-align:right}.reviews-section{padding:5rem 0;background:var(--bg)}.reviews-header{text-align:center;margin-bottom:3rem}.overall-rating{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:.9rem;color:var(--text-sub);margin-top:.75rem}.stars{color:var(--text);letter-spacing:.05em}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.review-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;transition:border-color var(--transition)}.review-card.featured{background:var(--bg-3);border-color:var(--border-strong)}.review-card:hover{border-color:var(--border-strong)}.review-card .stars{font-size:.9rem;margin-bottom:1rem}.review-card p{font-size:.88rem;color:var(--text-sub);line-height:1.65;margin-bottom:1.25rem}.reviewer{display:flex;align-items:center;gap:.75rem}.reviewer-avatar{width:36px;height:36px;background:var(--bg-4);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:var(--text);border:1px solid var(--border-strong);flex-shrink:0}.reviewer strong{display:block;font-size:.82rem;font-weight:700}.reviewer span{font-size:.75rem;color:var(--text-muted)}.faq-section{padding:5rem 0;background:var(--bg-2)}.faq-inner{max-width:720px;margin:0 auto}.faq-header{text-align:center;margin-bottom:2.5rem}.faq-list{display:flex;flex-direction:column;gap:0}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;text-align:left;padding:1.2rem 0;font-size:.92rem;font-weight:600;color:var(--text);display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;font-family:var(--font-body);transition:color var(--transition)}.faq-question:hover{color:var(--text-sub)}.faq-icon{font-size:1.2rem;color:var(--text-muted);transition:transform var(--transition);flex-shrink:0}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-answer{display:none;font-size:.88rem;color:var(--text-sub);line-height:1.7;padding-bottom:1.25rem}.faq-item.open .faq-answer{display:block}.cta-section{padding:5rem 0;background:var(--bg)}.cta-card{background:var(--bg-2);border:1px solid var(--border-strong);border-radius:var(--radius-lg);padding:4rem 3rem;text-align:center;max-width:680px;margin:0 auto}.cta-eyebrow{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.25rem;border:1px solid var(--border);padding:.35rem .9rem;border-radius:100px}.cta-card .section-title{margin-bottom:1rem}.cta-card>p{font-size:.92rem;color:var(--text-sub);margin-bottom:2rem}.cta-perks{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2rem}.cta-perk{font-size:.78rem;font-weight:600;padding:.35rem .9rem;background:var(--bg-3);border:1px solid var(--border);border-radius:100px;color:var(--text-sub)}.site-footer{background:var(--bg-2);border-top:1px solid var(--border);padding:4rem 0 2rem}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand p{font-size:.85rem;color:var(--text-muted);margin-top:.75rem;line-height:1.6;max-width:280px}.footer-email{display:inline-block;font-size:.82rem;color:var(--text-sub);margin-top:.75rem;transition:color var(--transition)}.footer-email:hover{color:var(--text)}.footer-col h4{font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text);margin-bottom:1rem}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col a{font-size:.83rem;color:var(--text-muted);transition:color var(--transition)}.footer-col a:hover{color:var(--text)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border);font-size:.78rem;color:var(--text-muted);flex-wrap:wrap;gap:.75rem}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:var(--text-muted);transition:color var(--transition)}.footer-bottom-links a:hover{color:var(--text)}.product-page{padding:3rem 0 4rem}.product-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-gallery{position:sticky;top:100px}.product-gallery-main{border-radius:var(--radius-lg);overflow:hidden;background:var(--bg-2);aspect-ratio:1;border:1px solid var(--border);margin-bottom:.75rem}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:flex;gap:.75rem;flex-wrap:wrap}.product-gallery-thumbs img{width:72px;height:72px;object-fit:cover;border-radius:var(--radius-sm);border:2px solid transparent;cursor:pointer;transition:border-color var(--transition)}.product-gallery-thumbs img.active,.product-gallery-thumbs img:hover{border-color:var(--text)}.product-info-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border-strong);padding:.35rem .9rem;border-radius:100px;margin-bottom:1rem}.product-title{font-family:var(--font-head);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;letter-spacing:-.03em;line-height:1.1;margin-bottom:.75rem}.product-rating{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-muted);margin-bottom:1.25rem}.product-price{font-family:var(--font-head);font-size:1.9rem;font-weight:800;margin-bottom:1.25rem;display:flex;align-items:baseline;gap:.75rem}.product-price .original{font-size:1.1rem;text-decoration:line-through;color:var(--text-muted);font-weight:500}.product-desc{font-size:.9rem;color:var(--text-sub);line-height:1.7;margin-bottom:1.5rem}.product-perks{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.75rem}.product-perk{display:flex;align-items:center;gap:.6rem;font-size:.83rem;color:var(--text-sub)}.product-perk:before{content:"\2713";color:var(--text);font-weight:700;font-size:.85rem;flex-shrink:0}.product-add-btn{width:100%;padding:1.1rem;background:var(--text);color:var(--bg);border:none;border-radius:var(--radius);font-family:var(--font-head);font-size:1rem;font-weight:800;letter-spacing:.01em;cursor:pointer;transition:all var(--transition);margin-bottom:.75rem}.product-add-btn:hover:not(:disabled){background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 8px 32px #ffffff26}.product-add-btn:disabled{opacity:.5;cursor:not-allowed}.product-add-btn.loading{opacity:.7}.product-checkout-btn{width:100%;padding:1.1rem;background:transparent;color:var(--text);border:1px solid var(--border-strong);border-radius:var(--radius);font-family:var(--font-head);font-size:1rem;font-weight:700;cursor:pointer;transition:all var(--transition);margin-bottom:1.25rem}.product-checkout-btn:hover{background:var(--bg-3)}.product-shipping-note{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text-muted);padding:.75rem 1rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:1rem}.cart-page{padding:3rem 0 5rem}.cart-title{font-family:var(--font-head);font-size:2rem;font-weight:800;margin-bottom:2rem}.cart-empty{text-align:center;padding:4rem 0;color:var(--text-muted)}.cart-items{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;align-items:center;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius-sm)}.cart-item-info{min-width:0}.cart-item-name{font-weight:700;font-size:.9rem;margin-bottom:.25rem}.cart-item-price{font-size:.85rem;color:var(--text-muted)}.cart-qty{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.25rem}.cart-qty button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--text);border-radius:4px;font-size:1rem;transition:background var(--transition)}.cart-qty button:hover{background:var(--bg-3)}.cart-qty span{min-width:24px;text-align:center;font-size:.85rem;font-weight:700}.cart-summary{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;max-width:360px;margin-left:auto}.cart-summary h3{font-size:1rem;font-weight:700;margin-bottom:1rem}.cart-totals{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.cart-total-row{display:flex;justify-content:space-between;font-size:.85rem}.cart-total-row.grand{font-weight:800;font-size:1rem;padding-top:.5rem;border-top:1px solid var(--border);margin-top:.5rem}.cart-checkout-btn{width:100%;padding:1rem;background:var(--text);color:var(--bg);border:none;border-radius:var(--radius);font-family:var(--font-head);font-size:.95rem;font-weight:800;cursor:pointer;transition:all var(--transition)}.cart-checkout-btn:hover{background:var(--accent-dark)}.page-header{padding:4rem 0 2rem;text-align:center;border-bottom:1px solid var(--border)}.page-content{padding:3rem 0 5rem;max-width:760px;margin:0 auto}.page-content p,.page-content li{font-size:.92rem;color:var(--text-sub);line-height:1.75}.page-content p{margin-bottom:1rem}.page-content h2{font-family:var(--font-head);font-size:1.3rem;font-weight:700;margin:2rem 0 .75rem}.collection-page{padding:3rem 0 5rem}.collection-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.product-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color var(--transition),transform var(--transition)}.product-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.product-card-image{aspect-ratio:1;overflow:hidden;background:var(--bg-3)}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-info{padding:1.25rem}.product-card-title{display:block;font-size:.9rem;font-weight:700;margin-bottom:.5rem;transition:color var(--transition)}.product-card-title:hover{color:var(--text-sub)}.product-card-price{font-size:.85rem;color:var(--text-muted);margin-bottom:1rem}.product-card-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:.7rem;background:var(--text);color:var(--bg);border:none;border-radius:var(--radius-sm);font-size:.82rem;font-weight:700;cursor:pointer;transition:all var(--transition);font-family:var(--font-body);text-align:center}.product-card-btn:hover:not(:disabled){background:var(--accent-dark)}.product-card-btn:disabled{opacity:.5;cursor:not-allowed}.product-card-btn.loading{opacity:.7}.product-grid:has(.product-card:only-child){grid-template-columns:minmax(0,380px);max-width:380px;margin:0 auto}.password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.password-inner{text-align:center;padding:3rem;max-width:420px}.password-inner h1{font-family:var(--font-head);font-size:2rem;font-weight:800;margin-bottom:1rem}.password-inner p{color:var(--text-sub);font-size:.9rem;margin-bottom:2rem}.password-form{display:flex;gap:.5rem}.password-form input{flex:1;padding:.85rem 1rem;background:var(--bg-2);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text);font-size:.9rem;font-family:var(--font-body)}.password-form input:focus{outline:none;border-color:var(--text)}.not-found{padding:8rem 0;text-align:center}.not-found h1{font-size:6rem;font-weight:800;opacity:.1;margin-bottom:1rem}.not-found h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.not-found p{color:var(--text-sub);margin-bottom:2rem}.auth-page{padding:5rem 0}.auth-card{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:3rem;max-width:420px;margin:0 auto}.auth-card h1{font-family:var(--font-head);font-size:1.6rem;font-weight:800;margin-bottom:2rem;text-align:center}.auth-field{margin-bottom:1.25rem}.auth-field label{display:block;font-size:.8rem;font-weight:600;color:var(--text-sub);margin-bottom:.4rem}.auth-field input{width:100%;padding:.85rem 1rem;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.9rem;font-family:var(--font-body);transition:border-color var(--transition)}.auth-field input:focus{outline:none;border-color:var(--border-strong)}.auth-submit{width:100%;padding:1rem;background:var(--text);color:var(--bg);border:none;border-radius:var(--radius);font-family:var(--font-head);font-size:.95rem;font-weight:800;cursor:pointer;transition:background var(--transition);margin-top:.5rem}.auth-submit:hover{background:var(--accent-dark)}.auth-link{text-align:center;margin-top:1rem;font-size:.83rem;color:var(--text-muted)}.auth-link a{color:var(--text);text-decoration:underline}.contact-page-section{padding:4rem 0 5rem}.contact-page-header{text-align:center;max-width:560px;margin:0 auto 3rem}.contact-layout{display:grid;grid-template-columns:280px 1fr;gap:2.5rem;align-items:start;max-width:920px;margin:0 auto}.contact-info-cards{display:flex;flex-direction:column;gap:1rem}.contact-info-card{display:flex;align-items:flex-start;gap:.85rem;background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.contact-info-icon{font-size:1.2rem;flex-shrink:0;line-height:1}.contact-info-card strong{display:block;font-size:.88rem;font-weight:700;margin-bottom:.3rem}.contact-info-card p{font-size:.82rem;color:var(--text-sub);line-height:1.5}.contact-email{display:inline-block;font-size:.82rem;color:var(--text-sub);word-break:break-word;transition:color var(--transition)}.contact-email:hover{color:var(--text)}.contact-form-wrap{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem}.contact-success{background:#4ade801a;border:1px solid rgba(74,222,128,.35);color:#4ade80;border-radius:var(--radius-sm);padding:.85rem 1rem;font-size:.85rem;font-weight:600;margin-bottom:1.25rem}.contact-form-fields{display:flex;flex-direction:column;gap:1.1rem}.contact-field{display:flex;flex-direction:column;gap:.4rem}.contact-field label{font-size:.8rem;font-weight:600;color:var(--text-sub)}.contact-field input,.contact-field textarea{width:100%;padding:.85rem 1rem;background:var(--bg-3);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.9rem;font-family:var(--font-body);transition:border-color var(--transition)}.contact-field input:focus,.contact-field textarea:focus{outline:none;border-color:var(--border-strong)}.contact-field textarea{resize:vertical;min-height:130px}.contact-submit{align-self:flex-start;margin-top:.25rem}.faq-page-section{padding:4rem 0 5rem}.faq-page-header{text-align:center;max-width:560px;margin:0 auto 2.5rem}.faq-email-link{color:var(--text);text-decoration:underline}.faq-page-list{max-width:720px;margin:0 auto}.faq-page-cta{max-width:720px;margin:3rem auto 0;text-align:center;padding-top:2.5rem;border-top:1px solid var(--border)}.faq-page-cta p{font-size:.95rem;color:var(--text-sub);margin-bottom:1.25rem}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;visibility:hidden}.cart-drawer.open{visibility:visible}.cart-drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:opacity var(--transition)}.cart-drawer.open .cart-drawer-overlay{opacity:1}.cart-drawer-panel{position:absolute;top:0;right:0;height:100%;width:100%;max-width:420px;background:var(--bg);border-left:1px solid var(--border-strong);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.cart-drawer.open .cart-drawer-panel{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.cart-drawer-header h2{font-family:var(--font-head);font-size:1.1rem;font-weight:800}.cart-drawer-close{font-size:1.1rem;color:var(--text-muted);padding:.4rem}.cart-drawer-close:hover{color:var(--text)}.cart-drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem}.cart-drawer-empty{color:var(--text-muted);font-size:.9rem;text-align:center;padding:3rem 0}.cart-drawer-item{display:grid;grid-template-columns:64px 1fr auto;gap:.85rem;align-items:center;padding:.85rem 0;border-bottom:1px solid var(--border)}.cart-drawer-item:last-child{border-bottom:none}.cart-drawer-item img{width:64px;height:64px;object-fit:cover;border-radius:var(--radius-sm)}.cart-drawer-item-name{font-size:.85rem;font-weight:700;margin-bottom:.2rem}.cart-drawer-item-meta{font-size:.78rem;color:var(--text-muted)}.cart-drawer-item-price{font-size:.85rem;font-weight:700;text-align:right;white-space:nowrap}.cart-drawer-added-flag{display:flex;align-items:center;gap:.5rem;background:#4ade801a;border:1px solid rgba(74,222,128,.35);color:#4ade80;border-radius:var(--radius-sm);padding:.7rem .9rem;font-size:.82rem;font-weight:600;margin-bottom:1rem}.cart-drawer-footer{flex-shrink:0;padding:1.25rem 1.5rem calc(1.25rem + env(safe-area-inset-bottom));border-top:1px solid var(--border)}.cart-drawer-subtotal{display:flex;justify-content:space-between;font-size:.95rem;font-weight:800;margin-bottom:1rem}.cart-drawer-checkout{width:100%}.cart-drawer-viewcart{display:block;text-align:center;font-size:.82rem;color:var(--text-muted);margin-top:.85rem;text-decoration:underline}.cart-drawer-viewcart:hover{color:var(--text)}body.cart-drawer-locked{overflow:hidden}@media(max-width:900px){.main-nav{display:none}.mobile-menu-btn{display:flex}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-inner .mobile-menu-btn{justify-self:start}.header-inner .logo{justify-self:center}.header-inner .header-actions{justify-self:end}.contact-layout{grid-template-columns:1fr}.contact-form-wrap{padding:1.5rem}.cart-drawer-panel{max-width:100%}.hero{padding:2rem 0 2.5rem}.hero-inner{grid-template-columns:1fr;gap:1.75rem}.hero-image-wrap{order:-1}.hero-image-frame{max-width:420px;margin:0 auto}.trust-bar-inner{grid-template-columns:repeat(2,1fr)}.features-grid,.usecases-grid{grid-template-columns:1fr 1fr}.usecases-grid .usecase-card:last-child{display:none}.benefits-inner,.specs-inner{grid-template-columns:1fr;gap:2rem}.reviews-grid{grid-template-columns:1fr}.product-inner{grid-template-columns:1fr;gap:2rem}.product-gallery{position:static}.footer-inner{grid-template-columns:1fr 1fr;gap:2rem}.product-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}}@media(max-width:600px){.hero{padding:1.5rem 0 2rem}.hero-title{font-size:2.2rem}.hero-image-frame{max-width:320px;margin:0 auto}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%;text-align:center;justify-content:center}.trust-bar-inner{grid-template-columns:1fr 1fr;gap:.75rem}.features-grid,.usecases-grid{grid-template-columns:1fr}.usecases-grid .usecase-card:last-child{display:block}.reviews-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;align-items:flex-start}.product-grid{grid-template-columns:1fr}.cta-card{padding:2.5rem 1.5rem}.cart-item{grid-template-columns:64px 1fr}.contact-page-section,.faq-page-section{padding:2.5rem 0 3.5rem}.contact-info-card,.contact-form-wrap{padding:1.25rem}.cart-drawer-item{grid-template-columns:56px 1fr}.cart-drawer-item-price{grid-column:2 / 3;text-align:left}.hero-chips{gap:.4rem}.hero-chip{font-size:.7rem}.section-title{font-size:1.6rem}.product-title{font-size:1.5rem}.product-price{font-size:1.6rem}.features-section,.usecases-section,.benefits-section,.specs-section,.reviews-section,.faq-section,.cta-section{padding:3.5rem 0}.mobile-cta-bar{display:flex!important}}.mobile-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:99;background:#000000f2;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border-strong);padding:.85rem 1.25rem calc(.85rem + env(safe-area-inset-bottom))}.mobile-cta-bar .btn{width:100%;font-size:1rem;padding:1rem}
/*# sourceMappingURL=/cdn/shop/t/42/assets/theme.css.map */
