*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2B2B2B;--accent: #C87F4A;--light-gray: #F0F0EE;--mid-gray: #8B8B83;--white: #FFFFFF;--bg: #FAFAF8;--green: #5FAD56;--text-primary: #2B2B2B;--text-secondary: #5A5A5A;--text-muted: #8B8B83;--bg-primary: #FFFFFF;--bg-secondary: #FAFAF8;--bg-dark: #2B2B2B;--border-light: #E8E8E8;--border-dark: #D0D0D0;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 5rem;--space-3xl: 8rem}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-weight:400;line-height:1.6;color:var(--text-primary);background:var(--bg)}h1,h2,h3,h4{font-family:var(--font-sans);font-weight:700;line-height:1.1}h1{font-size:clamp(2.5rem,5vw,3.5rem)}h2{font-size:clamp(2rem,4vw,2.5rem)}h3{font-size:1.25rem;font-weight:600}p{color:var(--text-secondary);max-width:42rem}a{color:inherit;text-decoration:none}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.skip-to-content-link{position:absolute;top:-100px;left:var(--space-sm);background:var(--primary);color:var(--white);padding:var(--space-xs) var(--space-sm);z-index:10000;transition:top .2s}.skip-to-content-link:focus{top:var(--space-sm)}header{background:var(--white);padding:1.5rem 2rem;box-shadow:0 1px 3px #0000000d;position:sticky;top:0;z-index:100}nav{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-links a{color:var(--primary);text-decoration:none;opacity:.8;transition:opacity .2s}.nav-links a:hover{opacity:1}.cart-icon{position:relative;width:32px;height:32px;border:2px solid var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.cart-icon svg{width:16px;height:16px;color:var(--primary)}.cart-count{position:absolute;top:-6px;right:-6px;background:var(--accent);color:var(--white);font-size:.625rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:var(--space-xs)}.mobile-menu-toggle svg{width:24px;height:24px}.hero{max-width:1400px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;min-height:600px}.hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-text .subtitle{font-size:1.25rem;color:var(--mid-gray);margin-bottom:2.5rem;line-height:1.6}.trust-badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:var(--space-lg);font-size:.875rem;font-weight:600}.trust-badge .dot{width:6px;height:6px;background:var(--accent);border-radius:50%}.hero-options{display:flex;gap:var(--space-lg);margin-bottom:var(--space-lg);padding:var(--space-md) 0;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.hero-option strong{display:block;font-weight:600;font-size:.875rem;margin-bottom:.25rem}.hero-option span{font-size:.8125rem;color:var(--text-muted)}.hero-cta,.cta-buttons{display:flex;gap:1rem;flex-wrap:wrap}.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;height:500px}.phone-mockup{width:180px;height:360px;background:#3a3a3a;border-radius:30px;padding:12px;box-shadow:0 20px 60px #0003;position:relative;z-index:2}.phone-screen{width:100%;height:100%;background:var(--light-gray);border-radius:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.wifi-icon{font-size:3rem;color:var(--accent)}.wifi-text{font-size:.875rem;font-weight:600;color:var(--primary)}.coin-mockup{width:120px;height:120px;background:var(--accent);border-radius:50%;border:4px solid var(--primary);position:absolute;bottom:50px;right:100px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;color:var(--white);box-shadow:0 10px 40px #c87f4a4d;z-index:1}.nfc-waves{position:absolute;bottom:50px;right:100px;width:120px;height:120px;pointer-events:none}.wave{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px dashed var(--accent);border-radius:50%;opacity:.3;animation:pulse 2s infinite}.wave:nth-child(1){width:150px;height:150px}.wave:nth-child(2){width:180px;height:180px;animation-delay:.3s}.wave:nth-child(3){width:210px;height:210px;animation-delay:.6s}@keyframes pulse{0%{opacity:.3;transform:translate(-50%,-50%) scale(.95)}50%{opacity:.1;transform:translate(-50%,-50%) scale(1.05)}to{opacity:.3;transform:translate(-50%,-50%) scale(.95)}}.made-in-badge{position:absolute;top:20px;right:20px;background:var(--light-gray);padding:.5rem 1rem;border-radius:20px;border:1px solid var(--primary);font-size:.875rem;font-weight:600}.coin-showcase{display:grid;grid-template-columns:1.3fr 1fr;gap:1rem;max-width:400px}.coin-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-lg);background:var(--bg-secondary);border:1px solid var(--border-light);text-decoration:none;transition:all .3s}.coin-preview:first-child{grid-row:span 2;padding:var(--space-xl)}.coin-preview:hover{border-color:var(--border-dark);background:var(--white)}.coin-icon{width:48px;height:48px;margin-bottom:var(--space-sm)}.coin-preview:first-child .coin-icon{width:72px;height:72px}.coin-icon svg{width:100%;height:100%;fill:var(--text-primary)}.coin-label{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem}.coin-preview:first-child .coin-label{font-size:1.25rem}.coin-desc{font-size:.75rem;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;font-family:var(--font-sans);font-size:1.125rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s,color .2s;text-decoration:none}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-secondary{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background:var(--primary);color:var(--white)}.btn-accent{background:var(--accent);color:var(--white)}.btn-accent:hover{transform:scale(1.05)}.features{max-width:1400px;margin:3rem auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.feature-icon{width:60px;height:60px;background:var(--light-gray);border:2px solid var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--accent)}.feature h3{font-size:1.125rem;font-weight:600}.feature p{color:var(--mid-gray);font-size:.938rem}.products{max-width:1400px;margin:5rem auto;padding:0 2rem}.products-bg{padding:var(--space-3xl) var(--space-md);background:var(--bg-secondary)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:var(--space-sm)}.section-header .subtitle{font-size:1.125rem;color:var(--mid-gray);margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.product-card{background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s;text-decoration:none}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.product-image{width:100%;height:280px;background:linear-gradient(135deg,#e8ddd0,#d4c4b0);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.03)}.product-coin{width:100px;height:100px;background:var(--accent);border-radius:50%;border:3px solid var(--primary);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:var(--white);box-shadow:0 8px 24px #00000026}.product-tag{position:absolute;top:1rem;left:1rem;background:var(--green);color:var(--white);padding:.4rem 1rem;border-radius:20px;font-size:.813rem;font-weight:600}.product-info,.product-details{padding:1.5rem}.product-info h3,.product-name{font-size:1.375rem;font-weight:600;margin-bottom:.5rem}.product-info p,.product-tagline{color:var(--mid-gray);font-size:.938rem;margin-bottom:1rem;line-height:1.5}.product-features{display:flex;gap:1rem;margin-bottom:1rem}.mini-feature{display:flex;flex-direction:column;align-items:center;gap:.25rem}.mini-icon{width:32px;height:32px;background:var(--light-gray);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem}.mini-label{font-size:.75rem;color:var(--mid-gray)}.product-price-row,.product-price-section{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--light-gray)}.price,.product-price{font-size:1.5rem;font-weight:700}.product-btn,.btn-add{background:var(--accent);color:var(--white);padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s;border:none;cursor:pointer}.product-btn:hover,.btn-add:hover{transform:scale(1.05)}.product-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8ddd0,#d4c4b0)}.product-image-placeholder span{font-size:3rem;color:var(--mid-gray)}.how-it-works{max-width:1400px;margin:5rem auto;padding:4rem 2rem;background:var(--white);border-radius:24px}.how-it-works h2{font-size:2.5rem;text-align:center;margin-bottom:.5rem}.how-it-works>p{text-align:center;color:var(--mid-gray);font-size:1.125rem;margin-bottom:3rem}.steps-container{max-width:900px;margin:0 auto}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;position:relative}.step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;background:var(--bg);border-radius:16px;position:relative}.step-number{width:50px;height:50px;background:var(--accent);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.step-visual{width:100%;height:150px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;position:relative}.step h3{font-size:1.25rem;margin-bottom:.75rem}.step p{color:var(--mid-gray);line-height:1.6;margin:0 auto;max-width:250px}.compatibility-note{margin-top:3rem;padding:1rem 2rem;background:var(--light-gray);border-radius:12px;text-align:center;color:var(--mid-gray);font-size:.938rem}.social-proof{padding:var(--space-3xl) var(--space-md);background:var(--bg-secondary)}.testimonials{max-width:1200px;margin:var(--space-2xl) auto 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-md)}.testimonial{padding:var(--space-md);background:var(--white);border:1px solid var(--border-light);border-radius:16px}.testimonial-text{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-md);font-style:italic}.testimonial-author{font-weight:600;font-size:.875rem;color:var(--text-primary)}.testimonial-role{font-size:.75rem;color:var(--text-muted);margin-top:.125rem}footer{background:var(--primary);color:var(--white);padding:3rem 2rem 1.5rem;margin-top:5rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;font-size:1.125rem;font-weight:600;color:var(--white)}.footer-section p,.footer-section a{color:#fffc;text-decoration:none;display:block;margin-bottom:.5rem;transition:color .2s;font-size:.9375rem}.footer-section a:hover{color:var(--white)}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);text-align:center;color:#fff9;font-size:.875rem}.cart-drawer{position:fixed;top:0;right:-100%;width:100%;max-width:420px;height:100%;background:var(--white);z-index:2000;transition:right .3s ease;box-shadow:-10px 0 40px #0000001a}.cart-drawer.active{right:0}.cart-drawer-inner{height:100%;display:flex;flex-direction:column}.cart-drawer-header{padding:var(--space-md);border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center}.cart-drawer-header h3{font-size:1.25rem;font-weight:600}.cart-drawer-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-muted);padding:var(--space-xs)}.cart-drawer-close:hover{color:var(--text-primary)}.cart-drawer-content{flex:1;overflow-y:auto;padding:var(--space-md)}.cart-drawer-footer{padding:var(--space-md);border-top:1px solid var(--border-light)}.cart-subtotal{display:flex;justify-content:space-between;font-size:1.125rem;font-weight:600;margin-bottom:var(--space-md)}.cart-item{display:flex;gap:var(--space-sm);padding:var(--space-sm) 0;border-bottom:1px solid var(--border-light)}.cart-item:last-child{border-bottom:none}.cart-item-image{width:60px;height:60px;background:var(--bg-secondary);border-radius:8px;flex-shrink:0}.cart-item-details{flex:1}.cart-item-title{font-weight:600;font-size:.9375rem;margin-bottom:.25rem}.cart-item-properties{font-size:.75rem;color:var(--text-muted);line-height:1.4}.cart-item-price{font-weight:600;margin-top:.5rem}.breadcrumb{max-width:1400px;margin:0 auto;padding:var(--space-md) 2rem;font-size:.875rem;color:var(--text-muted)}.breadcrumb a{color:var(--text-muted);transition:color .2s}.breadcrumb a:hover{color:var(--text-primary)}.product-hero{max-width:1200px;margin:var(--space-lg) auto var(--space-3xl);padding:0 2rem;display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2xl);align-items:start}.product-images{position:sticky;top:100px}.main-image{aspect-ratio:1;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;border:1px solid var(--border-light);border-radius:16px;overflow:hidden}.coin-display{width:280px;height:280px;border:1px solid var(--border-light);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-md);background:var(--white)}.coin-display svg{width:80px;height:80px;fill:var(--text-primary)}.coin-display .label{font-size:1.25rem;font-weight:600}.image-features{display:flex;justify-content:center;gap:var(--space-lg);margin-top:var(--space-md)}.feature-badge{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-muted)}.feature-badge svg{width:16px;height:16px;stroke:var(--accent)}.product-page-tagline{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:var(--space-xs)}.product-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;margin-bottom:var(--space-sm)}.product-subtitle{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-lg);padding-bottom:var(--space-lg);border-bottom:1px solid var(--border-light)}.price-section{margin-bottom:var(--space-md)}.price-large{font-size:2rem;font-weight:700}.price-note{font-size:.875rem;color:var(--text-muted);margin-left:var(--space-sm)}.configuration{background:var(--white);padding:var(--space-lg);margin-bottom:var(--space-lg);border:2px solid var(--accent);border-radius:16px;box-shadow:0 4px 20px #c87f4a26;position:relative}.configuration:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--accent);border-radius:14px 14px 0 0}.config-header{font-size:1.375rem;font-weight:700;margin-bottom:var(--space-md);padding-bottom:var(--space-md);border-bottom:2px solid var(--light-gray);display:flex;align-items:center;gap:.75rem;color:var(--primary)}.config-header svg{color:var(--accent)}.form-group{margin-bottom:var(--space-md)}.form-group label{display:block;font-size:.875rem;font-weight:600;margin-bottom:var(--space-xs)}.form-group label .required{color:var(--accent)}.form-group input,.form-group select{width:100%;padding:1rem 1.25rem;font-family:var(--font-sans);font-size:1rem;border:2px solid var(--border-light);border-radius:10px;background:var(--bg-secondary);transition:all .2s ease}.form-group input:hover,.form-group select:hover{border-color:var(--border-dark);background:var(--white)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--accent);background:var(--white);box-shadow:0 0 0 3px #c87f4a26}.form-group .helper-text{font-size:.8125rem;color:var(--text-muted);margin-top:var(--space-xs)}.form-group .error-text{font-size:.8125rem;color:#c00;margin-top:var(--space-xs);display:none}.form-group.has-error .error-text{display:block}.form-group input.error{border-color:#c00}.variant-info-box{background:var(--white);border:1px solid var(--border-light);border-radius:12px;padding:var(--space-md);margin-bottom:var(--space-lg)}.variant-info-box h4{font-size:1rem;font-weight:600;margin-bottom:var(--space-sm)}.style-options{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.style-option strong{display:block;font-size:.875rem;margin-bottom:.25rem}.style-option p{font-size:.8125rem;color:var(--text-muted);margin:0;line-height:1.5}.trust-section{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md);padding:var(--space-lg) 0;margin:var(--space-lg) 0;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.trust-item{text-align:center}.trust-icon{margin-bottom:var(--space-xs)}.trust-icon svg{width:24px;height:24px;stroke:var(--accent)}.trust-title{font-weight:600;font-size:.875rem;margin-bottom:.25rem}.trust-text{font-size:.75rem;color:var(--text-muted)}.guarantee-section{display:flex;gap:var(--space-md);padding:var(--space-lg);background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;margin:var(--space-lg) 0}.guarantee-icon{width:48px;height:48px;background:var(--accent);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.guarantee-icon svg{stroke:var(--white);width:24px;height:24px}.guarantee-content h3{font-size:1.125rem;font-weight:600;margin-bottom:var(--space-xs)}.guarantee-content p{font-size:.9375rem;color:var(--text-secondary);margin:0;line-height:1.6}.how-qr-works-inline{margin:var(--space-xl) 0;padding:var(--space-lg);background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;text-align:center}.how-qr-works-inline h3{font-size:1.375rem;font-weight:600;margin-bottom:var(--space-xs);color:var(--text-primary)}.how-qr-works-inline .qr-subtitle{font-size:1rem;color:var(--text-secondary);margin-bottom:var(--space-lg)}.qr-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);margin-bottom:var(--space-lg)}.qr-step{display:flex;flex-direction:column;align-items:center;text-align:center}.qr-step-number{width:32px;height:32px;background:var(--accent);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;margin-bottom:var(--space-sm)}.qr-step-visual{height:100px;display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-sm)}.qr-step h4{font-size:1rem;font-weight:600;margin-bottom:var(--space-xs);color:var(--text-primary)}.qr-step p{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.5}.qr-note{font-size:.875rem;color:var(--text-muted);margin:0;padding-top:var(--space-md);border-top:1px solid var(--border-light)}.specs-section{margin:var(--space-xl) 0;padding:var(--space-lg);background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px}.specs-header{font-size:1.375rem;font-weight:600;margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--border-light)}.specs-grid{display:grid;grid-template-columns:1fr;gap:0}.spec-item{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md) 0;border-bottom:1px solid var(--border-light)}.spec-item:last-child{border-bottom:none;padding-bottom:0}.spec-item:first-child{padding-top:0}.spec-label{font-size:.9375rem;color:var(--text-muted)}.spec-value{font-size:.9375rem;font-weight:600;color:var(--text-primary);text-align:right}.purchase-section{display:flex;gap:var(--space-sm);margin-bottom:var(--space-md)}.quantity-selector{display:flex;border:1px solid var(--border-dark);border-radius:8px;overflow:hidden}.quantity-btn{width:44px;height:48px;background:var(--white);border:none;font-size:1.25rem;cursor:pointer;transition:background .2s}.quantity-btn:hover{background:var(--light-gray)}.quantity-input{width:48px;text-align:center;border:none;border-left:1px solid var(--border-dark);border-right:1px solid var(--border-dark);font-size:1rem;font-weight:600}.cart-page{max-width:900px;margin:0 auto;padding:var(--space-xl) 2rem}.cart-page h1{margin-bottom:var(--space-lg)}.cart-table{width:100%;border-collapse:collapse;margin-bottom:var(--space-lg)}.cart-table th{text-align:left;padding:var(--space-sm);border-bottom:1px solid var(--primary);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted)}.cart-table td{padding:var(--space-sm);border-bottom:1px solid var(--border-light);vertical-align:top}.cart-item-info h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.cart-footer{display:flex;justify-content:space-between;align-items:center;padding:var(--space-lg) 0;border-top:1px solid var(--primary);gap:var(--space-sm);flex-wrap:wrap}.collection-hero{background:var(--bg-dark);color:var(--white);padding:var(--space-3xl) 2rem;text-align:center}.collection-hero-content{max-width:700px;margin:0 auto}.collection-badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:var(--space-lg);font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--mid-gray)}.collection-badge .dot{width:6px;height:6px;background:var(--accent);border-radius:50%}.collection-hero h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin-bottom:var(--space-md);color:var(--white)}.collection-subtitle{font-size:1.125rem;color:var(--mid-gray);line-height:1.7;margin-bottom:var(--space-xl);max-width:100%}.collection-stats{display:flex;justify-content:center;gap:var(--space-2xl);padding-top:var(--space-lg);border-top:1px solid rgba(255,255,255,.2)}.collection-stats .stat{text-align:center}.collection-stats .stat-value{display:block;font-size:1.75rem;font-weight:700;color:var(--white);margin-bottom:.25rem}.collection-stats .stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--mid-gray)}.collection-products-section{padding:var(--space-2xl) 2rem var(--space-3xl);background:var(--bg-primary)}.collection-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.collection-product-card{display:block;background:var(--white);border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #00000014;text-decoration:none;transition:all .3s ease}.collection-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.collection-product-image{height:280px;background:linear-gradient(135deg,#e8ddd0,#d4c4b0);overflow:hidden;display:flex;align-items:center;justify-content:center}.collection-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-product-card:hover .collection-product-image img{transform:scale(1.05)}.collection-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.collection-product-placeholder span{font-size:4rem;color:var(--mid-gray)}.collection-product-info{padding:1.5rem}.collection-product-info h3{font-size:1.375rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.collection-product-info p{font-size:.9375rem;color:var(--text-muted);line-height:1.5;margin-bottom:var(--space-md);max-width:100%}.collection-product-footer{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-sm);border-top:1px solid var(--border-light)}.collection-product-price{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.collection-product-link{background:var(--accent);color:var(--white);padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;transition:transform .2s}.collection-product-card:hover .collection-product-link{transform:scale(1.05)}.collection-empty{text-align:center;padding:var(--space-3xl) var(--space-md)}.collection-empty p{color:var(--text-muted);margin-bottom:var(--space-lg);max-width:100%}.not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:var(--space-xl) 2rem}.not-found h1{font-size:6rem;color:var(--accent);margin-bottom:var(--space-sm)}.not-found h2{margin-bottom:var(--space-sm)}.not-found p{color:var(--text-muted);margin:0 auto var(--space-lg)}.notification{position:fixed;top:100px;right:20px;padding:1rem 1.5rem;border-radius:12px;font-weight:600;z-index:3000;transform:translate(120%);transition:transform .3s ease}.notification.show{transform:translate(0)}.notification.success{background:var(--green);color:var(--white)}.notification.error{background:#c00;color:var(--white)}.urgency-banner{background:var(--light-gray);padding:.75rem 1rem;border-radius:8px;margin-bottom:var(--space-md);font-size:.875rem;color:var(--text-primary)}.urgency-banner strong{color:var(--accent)}@media (max-width: 768px){.hero{grid-template-columns:1fr;gap:2rem;padding:2rem 1rem;min-height:auto}.hero-text h1{font-size:2.5rem}.hero-visual{height:400px}.nav-links{gap:1.5rem}.product-grid,.collection-grid,.steps,.testimonials,.footer-content{grid-template-columns:1fr}.product-hero{grid-template-columns:1fr;gap:var(--space-lg)}.product-images{position:static}.trust-section{grid-template-columns:1fr;gap:var(--space-sm)}.collection-stats{flex-direction:column;gap:var(--space-md)}.qr-steps{grid-template-columns:1fr;gap:var(--space-md)}.qr-step-visual{height:80px}.qr-step-visual svg{width:60px;height:auto}}@media (max-width: 600px){:root{--space-3xl: 4rem;--space-2xl: 3rem}.nav-links{display:none}.nav-links.active{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:var(--white);padding:var(--space-md);border-bottom:1px solid var(--border-light);gap:var(--space-sm);box-shadow:0 4px 12px #0000001a}.mobile-menu-toggle{display:block}.hero{padding:2rem 1rem}.hero-options{flex-direction:column;gap:var(--space-sm)}.hero-cta,.cta-buttons{flex-direction:column}.btn{width:100%}.style-options{grid-template-columns:1fr}.purchase-section{flex-direction:column}.guarantee-section{flex-direction:column;text-align:center}.guarantee-icon{margin:0 auto}.features{grid-template-columns:1fr;gap:var(--space-lg)}.coin-mockup{width:100px;height:100px;right:60px;bottom:30px;font-size:1.25rem}.nfc-waves{right:60px;bottom:30px;width:100px;height:100px}.wave:nth-child(1){width:130px;height:130px}.wave:nth-child(2){width:160px;height:160px}.wave:nth-child(3){width:190px;height:190px}.phone-mockup{width:150px;height:300px}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/theme.css.map */
