:root{--bg-dark: #0d0f14;--bg-dark-accent: #131722;--bg-card: rgba(20, 24, 33, .65);--bg-card-hover: rgba(30, 41, 59, .85);--text-white: #ffffff;--text-gray: #a0aec0;--text-muted: #718096;--accent-blue: #3b82f6;--accent-blue-hover: #2563eb;--accent-purple: #8b5cf6;--accent-purple-hover: #7c3aed;--font-title: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--glass-border: 1px solid rgba(255, 255, 255, .06);--glass-shadow: 0 12px 40px 0 rgba(0, 0, 0, .5);--border-radius-lg: 24px;--border-radius-md: 16px;--border-radius-sm: 8px;--transition-smooth: all .4s cubic-bezier(.16, 1, .3, 1)}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#202430;border-radius:4px;border:1px solid var(--bg-dark)}::-webkit-scrollbar-thumb:hover{background:var(--accent-blue)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-white);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.6;padding-top:110px}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);font-weight:600;letter-spacing:-.02em}a{color:inherit;text-decoration:none;transition:var(--transition-smooth)}img{max-width:100%;height:auto;display:block}input,textarea,select{font-family:var(--font-body)}.container{max-width:1280px;margin:0 auto;padding:0 24px}.section-padding{padding:80px 0}.glass-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:var(--glass-border);border-radius:var(--border-radius-lg);box-shadow:var(--glass-shadow);padding:32px;transition:var(--transition-smooth)}.glass-card:hover{background:var(--bg-card-hover);border-color:#ffffff1f;transform:translateY(-4px)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:40px;font-family:var(--font-title);font-weight:600;font-size:16px;cursor:pointer;transition:var(--transition-smooth);border:none;outline:none}.btn-primary{background:var(--accent-blue);color:var(--text-white);box-shadow:0 4px 20px #3b82f64d}.btn-primary:hover{background:var(--accent-blue-hover);transform:translateY(-2px);box-shadow:0 6px 24px #3b82f673}.btn-secondary{background:#ffffff14;color:var(--text-white);border:var(--glass-border)}.btn-secondary:hover{background:#ffffff26;transform:translateY(-2px)}.btn-dark{background:#1e293b;color:var(--text-white)}.btn-dark:hover{background:#0f172a;transform:translateY(-2px)}@keyframes float{0%{transform:translateY(calc(var(--scroll-y, 0px) + 0px)) rotate(0)}50%{transform:translateY(calc(var(--scroll-y, 0px) - 10px)) rotate(1deg)}to{transform:translateY(calc(var(--scroll-y, 0px) + 0px)) rotate(0)}}@keyframes float-slow{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-15px) rotate(-1deg)}to{transform:translateY(0) rotate(0)}}.site-header{position:fixed;top:20px;left:50%;transform:translate(-50%);width:90%;max-width:900px;z-index:1000;background:#fff;border-radius:50px;box-shadow:0 10px 30px #0000001f;padding:2px 32px;border:1px solid rgba(226,232,240,.8);transition:transform .35s cubic-bezier(.16,1,.3,1)}.header-container{display:flex;align-items:center;justify-content:space-between}.logo a{display:flex;align-items:center}.logo-text{font-family:var(--font-title);font-size:24px;font-weight:800;color:#000;display:flex;align-items:center;gap:2px}.logo-dot{width:5px;height:5px;background-color:#000;border-radius:50%;display:inline-block}.header-logo-img{height:80px;width:auto;display:block}.nav-menu{display:flex;gap:4px;list-style:none;background:#eceff8;border-radius:8px;padding:4px}.nav-link{font-weight:600;color:#4b5563;font-size:13px;padding:6px 14px;border-radius:6px;transition:all .2s ease}.nav-link:hover{color:#2563eb}.nav-link.active{color:#2563eb;background:#cbdcfb}.header-actions{display:flex;align-items:center;gap:12px}.action-icon{background:none;border:none;cursor:pointer;position:relative;transition:var(--transition-smooth);width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%}.cart-drawer{position:fixed;top:0;right:-420px;width:400px;max-width:100%;height:100%;background:#fff;box-shadow:-10px 0 30px #00000026;z-index:2000;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;color:#1e293b}.cart-drawer.active{right:0}.cart-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1999;opacity:0;pointer-events:none;transition:opacity .4s ease}.cart-overlay.active{opacity:1;pointer-events:auto}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1.5px solid #e2e8f0}.cart-drawer-title{font-family:var(--font-title);font-size:20px;font-weight:700;color:#1e1b4b}.cart-drawer-close{background:none;border:none;font-size:24px;cursor:pointer;color:#94a3b8;transition:color .2s;display:flex;align-items:center;justify-content:center}.cart-drawer-close:hover{color:#1e293b}.cart-drawer-body{flex-grow:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center}.cart-empty-text{font-size:16px;color:#64748b;text-align:center;font-weight:500}.cart-drawer-item{width:100%;display:flex;gap:16px;padding-bottom:20px;border-bottom:1px solid #f1f5f9;margin-bottom:20px}.cart-item-img{width:70px;height:70px;border-radius:8px;object-fit:cover;background:#f8fafc;border:1px solid #e2e8f0}.cart-item-details{flex-grow:1;display:flex;flex-direction:column;gap:4px}.cart-item-title{font-size:14px;font-weight:600;color:#1e293b}.cart-item-price{font-size:14px;font-weight:700;color:#2563eb}.cart-drawer-footer{padding:24px;border-top:1.5px solid #e2e8f0;background:#f8fafc;display:flex;flex-direction:column;gap:16px}.cart-summary-row{display:flex;justify-content:space-between;font-size:15px;font-weight:600;color:#475569}.cart-summary-total{font-size:18px;font-weight:700;color:#1e1b4b}.mobile-nav-toggle{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:4px}.mobile-nav-toggle span{width:24px;height:2px;background-color:#1e293b;transition:var(--transition-smooth)}.hero-section-wix{position:relative;overflow:hidden;background:var(--bg-dark);padding:120px 0 0}.hero-text-center{text-align:center;max-width:820px;margin:0 auto;padding:0 24px 40px;position:relative;z-index:3}.hero-title-wix{font-family:var(--font-title);font-size:56px;line-height:1.15;color:var(--text-white);margin-bottom:24px;font-weight:400;letter-spacing:-.03em}.hero-title-accent{font-weight:700;font-size:68px;display:block;margin-top:6px;color:var(--accent-blue);letter-spacing:-.04em}.hero-desc-wix{font-family:var(--font-body);font-size:18px;line-height:1.6;color:var(--text-gray);max-width:620px;margin:0 auto;font-weight:400}.hero-blob-wrapper{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:900px;margin:0 auto;padding-bottom:80px}.hero-center-assets{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:600px;margin:0 auto;animation:float-slow 8s ease-in-out infinite;z-index:4}.hero-blob-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:145%;max-width:870px;height:auto;z-index:2;opacity:.8;pointer-events:none;mix-blend-mode:screen;filter:blur(10px)}.hero-blob-img{position:relative;width:100%;height:auto;display:block;z-index:3;filter:drop-shadow(0 20px 40px rgba(0,90,170,.3))}.hero-nfc-card{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;width:300px;max-width:50%}.hero-nfc-card img{width:100%;height:auto;border-radius:14px;box-shadow:0 25px 50px #00000073,0 0 15px #0003;transition:transform .3s ease}.hero-nfc-card img:hover{transform:scale(1.03)}.hero-info-card{position:absolute;background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:18px;padding:24px;width:330px;box-shadow:0 16px 40px #0000001f,0 2px 8px #0000000f;z-index:6;border:1px solid rgba(255,255,255,.6)}.hero-info-card h3{font-family:var(--font-title);font-size:16px;font-weight:700;color:#1a1815;margin-bottom:8px;line-height:1.3}.hero-info-card p{font-size:13px;color:#6b6560;line-height:1.55;margin:0}.hero-info-left{left:-5%;top:20%;display:flex;gap:16px;align-items:flex-start;animation:float 7s ease-in-out infinite;animation-delay:.5s}.hero-info-photo{flex-shrink:0;width:72px;height:72px;border-radius:14px;overflow:hidden}.hero-info-photo img{width:100%;height:100%;object-fit:cover}.hero-info-body h3{margin-top:0}.hero-info-btn{display:inline-block;margin-top:12px;padding:8px 20px;background:#1a1815;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .3s,transform .2s;font-family:var(--font-body)}.hero-info-btn:hover{background:#3a3530;transform:translateY(-1px)}.hero-info-right{right:-5%;top:20%;display:flex;gap:16px;align-items:flex-start;animation:float 7s ease-in-out infinite;animation-delay:2s}.hero-info-icon-container{flex-shrink:0;width:72px;height:72px;border-radius:14px;background:#c9a96e14;display:flex;align-items:center;justify-content:center;padding:12px}.hero-nfc-icon-img{width:100%;height:100%;object-fit:contain}.hero-watermark{position:relative;text-align:center;padding:40px 0 80px;z-index:2;overflow:visible;width:100%}.hero-watermark-text{font-family:var(--font-title);font-size:280px;font-weight:800;background:linear-gradient(135deg,#fff,#fff6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;opacity:.08;letter-spacing:-.03em;text-transform:capitalize;-webkit-user-select:none;user-select:none;display:inline-block;white-space:nowrap;line-height:.9;transform:translateY(var(--scroll-y, 0px))}.section-header{text-align:center;max-width:680px;margin:0 auto 60px}.section-title{font-size:40px;margin-bottom:20px}.section-desc{color:var(--text-gray);font-size:16px}.features-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:40px;align-items:center}.features-col{display:flex;flex-direction:column;gap:32px}.features-center-phone{position:relative;display:flex;justify-content:center;align-items:center}.phone-img{width:320px;border-radius:40px;border:8px solid rgba(255,255,255,.1);box-shadow:0 25px 60px #0009}.feature-item{display:flex;gap:20px}.feature-icon-box{width:50px;height:50px;border-radius:12px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);display:flex;align-items:center;justify-content:center;color:var(--accent-blue);flex-shrink:0}.feature-item-title{font-size:20px;margin-bottom:8px}.feature-item-desc{color:var(--text-gray);font-size:14px}.features-section{background:#e8edf8;border-radius:0;padding:100px 0 80px;position:relative;overflow:visible}.features-section .section-title{color:#1e293b}.features-section .section-desc{color:#64748b}.features-split-header{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:60px}.features-split-title{font-family:var(--font-title);font-size:42px;font-weight:700;color:#1e293b;line-height:1.15;flex:1;min-width:300px}.features-split-desc{color:#64748b;font-size:15px;line-height:1.7;flex:1;max-width:500px;padding-top:8px}.card-phone-zone{display:flex;flex-direction:column;align-items:center;position:relative;min-height:620px}.scroll-card{width:380px;border-radius:14px;overflow:hidden;box-shadow:0 25px 60px #0006;z-index:10;transition:transform .05s linear,width .05s linear,opacity .05s linear,box-shadow .05s linear;will-change:transform,width,opacity;position:absolute;top:0;left:50%;transform:translate(-50%)}.scroll-card-img{width:100%;display:block}.scroll-card.landed{pointer-events:none}.iphone-frame{width:280px;height:560px;background:linear-gradient(160deg,#2c2c2e,#1c1c1e 30%,#3a3a3c 70%,#2c2c2e);border-radius:50px;padding:8px;position:relative;box-shadow:0 0 0 1px #ffffff14,0 40px 80px -20px #00000080,inset 0 1px #ffffff1a,inset 0 -1px #0003;margin-top:120px;z-index:1}.iphone-frame:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:51px;background:linear-gradient(160deg,rgba(255,255,255,.15),transparent 40%,transparent 60%,rgba(255,255,255,.05));pointer-events:none;z-index:0}.iphone-btn-silent{position:absolute;left:-3px;top:120px;width:3px;height:22px;background:linear-gradient(to right,#3a3a3c,#2c2c2e);border-radius:2px 0 0 2px}.iphone-btn-volup{position:absolute;left:-3px;top:165px;width:3px;height:40px;background:linear-gradient(to right,#3a3a3c,#2c2c2e);border-radius:2px 0 0 2px}.iphone-btn-voldown{position:absolute;left:-3px;top:215px;width:3px;height:40px;background:linear-gradient(to right,#3a3a3c,#2c2c2e);border-radius:2px 0 0 2px}.iphone-btn-power{position:absolute;right:-3px;top:180px;width:3px;height:55px;background:linear-gradient(to left,#3a3a3c,#2c2c2e);border-radius:0 2px 2px 0}.iphone-screen{width:100%;height:100%;background:linear-gradient(180deg,#f8f9fb,#eef1f6);border-radius:44px;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center}.iphone-island{width:90px;height:28px;background:#000;border-radius:20px;margin-top:12px;position:relative;z-index:20;box-shadow:0 0 0 1px #ffffff0d}.iphone-status-bar{display:flex;justify-content:space-between;align-items:center;width:100%;padding:6px 24px 0;font-size:12px;font-weight:600;color:#1e293b;font-family:-apple-system,"SF Pro",var(--font-body)}.status-time{font-weight:700;font-size:13px}.status-icons{display:flex;align-items:center;gap:5px}.status-battery{width:22px;height:10px;border:1.5px solid #1e293b;border-radius:3px;position:relative;padding:1px}.status-battery:after{content:"";position:absolute;right:-4px;top:50%;transform:translateY(-50%);width:2px;height:5px;background:#1e293b;border-radius:0 1px 1px 0}.battery-fill{width:70%;height:100%;background:#34c759;border-radius:1px}.iphone-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;gap:12px}.iphone-app-label{font-size:11px;color:#94a3b8;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.phone-download-btn{position:relative;z-index:2;display:inline-flex;align-items:center;gap:6px;margin-bottom:16px;padding:10px 18px;background:#1e293b;color:#fff;border-radius:24px;font-size:11px;font-weight:600;font-family:var(--font-body);text-decoration:none;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.phone-download-btn:hover{transform:scale(1.05);box-shadow:0 6px 18px #00000040;background:#2563eb}.iphone-home-bar{width:120px;height:4px;background:#1e293b;border-radius:4px;margin-bottom:8px;opacity:.3}.features-sides-layout{display:grid;grid-template-columns:1fr auto 1fr;gap:50px;align-items:center;margin-top:20px}.features-side{display:flex;flex-direction:column;gap:48px}.features-side-left{justify-self:end}.features-side-right{justify-self:start}.features-side-center{display:flex;justify-content:center}.feature-item-modern{display:flex;flex-direction:column;gap:10px;max-width:340px}.feature-icon-circle{width:52px;height:52px;border-radius:50%;background:#3b82f614;border:1.5px solid rgba(59,130,246,.15);display:flex;align-items:center;justify-content:center;color:#c9a96e;flex-shrink:0}.feature-item-title-modern{font-size:18px;font-weight:700;color:#2563eb;font-family:var(--font-title)}.feature-item-desc-modern{color:#64748b;font-size:13px;line-height:1.6}.radial-get-started{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}@keyframes rotate-orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate-orbit-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.radial-container{position:relative;width:400px;height:400px;margin:0 auto;animation:rotate-orbit 30s linear infinite}.radial-container:hover,.radial-container:hover .radial-center img,.radial-container:hover .radial-item svg{animation-play-state:paused}.radial-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;background:var(--accent-blue);display:flex;align-items:center;justify-content:center;box-shadow:0 0 30px #3b82f680;z-index:2}.radial-center img{animation:rotate-orbit-reverse 30s linear infinite}.radial-item{position:absolute;width:50px;height:50px;border-radius:50%;background:#ffffff0d;border:var(--glass-border);display:flex;align-items:center;justify-content:center;transition:var(--transition-smooth)}.radial-item svg{animation:rotate-orbit-reverse 30s linear infinite}.radial-item:hover{background:var(--accent-blue);transform:scale(1.1);box-shadow:0 0 15px #3b82f666}.how-it-works-content{display:flex;flex-direction:column;gap:24px}.step-card{padding:24px;border-radius:var(--border-radius-md);background:#ffffff05;border:var(--glass-border)}.step-number{font-family:var(--font-title);color:var(--accent-blue);font-size:24px;font-weight:800;margin-bottom:8px}.download-app-banner{background:linear-gradient(135deg,#1d4ed8,#1e40af);border-radius:var(--border-radius-lg);padding:60px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden;margin-top:80px}.download-app-banner:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;border-radius:50%;background:#ffffff0d;pointer-events:none}.download-content{max-width:50%;z-index:1}.download-title{font-size:36px;margin-bottom:16px}.download-btn{background:#fff;color:#1e40af;padding:16px 36px}.download-btn:hover{background:#f3f4f6;color:#1e3a8a;transform:scale(1.02)}.showcase-section{position:relative;background:linear-gradient(to bottom,transparent,var(--bg-dark-accent),transparent)}.showcase-banner{border-radius:var(--border-radius-lg);overflow:hidden;position:relative;height:500px;display:flex;align-items:flex-end;padding:60px}.showcase-bg-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.45}.showcase-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#0d0f14f2,#0d0f141a)}.showcase-content{position:relative;z-index:2;max-width:600px}.floating-deck-container{display:flex;justify-content:center;align-items:center;height:500px;position:relative}.circular-text-deck{position:absolute;z-index:5;text-align:center;background:#0d0f14d9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:var(--glass-border);padding:40px;border-radius:50%;width:320px;height:320px;display:flex;flex-direction:column;justify-content:center;align-items:center}.deck-card{position:absolute;width:260px;border-radius:var(--border-radius-md);box-shadow:0 15px 40px #0009;transition:var(--transition-smooth)}.deck-card:nth-child(1){transform:translate(-180px,-60px) rotate(-15deg);z-index:1}.deck-card:nth-child(2){transform:translate(180px,60px) rotate(15deg);z-index:2}.deck-card:nth-child(3){transform:translate(-100px,120px) rotate(-5deg);z-index:3}.deck-card:nth-child(4){transform:translate(120px,-120px) rotate(8deg);z-index:4}.floating-deck-container:hover .deck-card:nth-child(1){transform:translate(-220px,-80px) rotate(-20deg)}.floating-deck-container:hover .deck-card:nth-child(2){transform:translate(220px,80px) rotate(20deg)}.floating-deck-container:hover .deck-card:nth-child(3){transform:translate(-120px,160px) rotate(-8deg)}.floating-deck-container:hover .deck-card:nth-child(4){transform:translate(150px,-160px) rotate(12deg)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.testimonial-card{display:flex;flex-direction:column;justify-content:space-between}.testimonial-text{color:var(--text-gray);font-size:15px;font-style:italic;margin-bottom:24px}.testimonial-user{display:flex;align-items:center;gap:16px}.testimonial-avatar{width:48px;height:48px;border-radius:50%;background:var(--bg-dark-accent);object-fit:cover;border:1px solid rgba(255,255,255,.1)}.testimonial-username{font-size:16px;font-weight:600}.testimonial-role{font-size:12px;color:var(--text-muted)}.site-footer{background:#090a0e;border-top:1px solid rgba(255,255,255,.04);padding:80px 0 40px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;margin-bottom:60px}.footer-info-col{display:flex;flex-direction:column;gap:40px}.footer-links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.footer-link-group-title{font-size:16px;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-white)}.footer-links-list{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links-list a{color:var(--text-gray);font-size:14px}.footer-links-list a:hover{color:var(--text-white);padding-left:4px}.footer-desc{font-size:13px;color:var(--text-muted);max-width:480px}.contact-form-card{background:#ffffff05}.form-title{font-size:28px;margin-bottom:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.form-col-full{grid-column:span 2}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:13px;color:var(--text-gray);font-weight:500}.form-control{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:var(--border-radius-sm);padding:14px 16px;color:var(--text-white);font-size:15px;transition:var(--transition-smooth)}.form-control:focus{background:#ffffff14;border-color:var(--accent-blue);outline:none}.footer-bottom{border-top:1px solid rgba(255,255,255,.04);padding-top:40px;display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:13px}.collection-template-grid{display:grid;grid-template-columns:240px 1fr;gap:40px;padding:40px 0}.sidebar-filters{position:sticky;top:100px;height:fit-content}.filter-title{font-size:18px;font-weight:600;margin-bottom:24px}.filter-list{list-style:none;display:flex;flex-direction:column;gap:16px}.filter-item-link{color:var(--text-gray);font-weight:500;display:block}.filter-item-link:hover,.filter-item-link.active{color:var(--accent-blue);font-weight:600}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.products-count{color:var(--text-gray);font-size:14px}.products-sort select{background:var(--bg-dark-accent);color:var(--text-white);border:var(--glass-border);padding:8px 16px;border-radius:var(--border-radius-sm);outline:none;cursor:pointer}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px}.product-card{position:relative;overflow:hidden;padding:16px}.product-image-container{position:relative;border-radius:var(--border-radius-md);overflow:hidden;background:#181d28;aspect-ratio:auto;margin-bottom:20px}.product-card-img{width:100%;height:auto;object-fit:contain;display:block;transition:opacity .4s ease,transform .6s cubic-bezier(.16,1,.3,1)}.product-card-img.main-img{position:relative;opacity:1;z-index:1}.product-card-img.hover-img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2;pointer-events:none}.product-card:hover .product-card-img.hover-img{opacity:1;transform:scale(1.05)}.product-card:hover .product-card-img.main-img{opacity:0;transform:scale(1.05)}.product-card-title{font-size:18px;margin-bottom:8px}.product-card-price{color:var(--accent-blue);font-weight:700;font-size:16px}.product-template-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;padding:40px 0}.product-gallery-wrapper{display:flex;gap:20px}.gallery-thumbnails{display:flex;flex-direction:column;gap:12px;width:80px;flex-shrink:0}.thumbnail-btn{background:transparent;border:2px solid rgba(255,255,255,.1);border-radius:var(--border-radius-sm);cursor:pointer;aspect-ratio:1;overflow:hidden;transition:var(--transition-smooth)}.thumbnail-btn.active,.thumbnail-btn:hover{border-color:var(--accent-blue)}.gallery-main-image{flex-grow:1;border-radius:var(--border-radius-lg);overflow:hidden;background:transparent;display:flex;align-items:flex-start;justify-content:center;padding:32px}.gallery-main-image img{width:100%;height:auto;object-fit:contain;border-radius:16px;filter:drop-shadow(0 20px 40px rgba(0,0,0,.3))}.product-details{display:flex;flex-direction:column;gap:24px}.product-breadcrumbs{font-size:14px;color:var(--text-muted)}.product-title{font-size:40px;line-height:1.2}.product-price{font-size:28px;font-weight:700;color:var(--text-white)}.swatch-group-title{font-size:14px;color:var(--text-gray);margin-bottom:12px}.swatch-list{display:flex;gap:12px}.swatch-btn{width:36px;height:36px;border-radius:50%;border:2px solid var(--bg-dark);box-shadow:0 0 0 2px #ffffff1a;cursor:pointer;transition:var(--transition-smooth)}.swatch-btn.active{box-shadow:0 0 0 2px var(--accent-blue)}.customization-box{background:#ffffff05;border:var(--glass-border);border-radius:var(--border-radius-md);padding:24px;display:flex;flex-direction:column;gap:20px}.customization-title{font-size:16px;font-weight:600}.quantity-picker-wrapper{display:flex;flex-direction:column;gap:8px}.quantity-picker{display:flex;align-items:center;border:var(--glass-border);border-radius:var(--border-radius-sm);width:120px;height:44px;background:#ffffff0a}.quantity-btn{background:none;border:none;color:var(--text-white);width:40px;height:100%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center}.quantity-input{background:none;border:none;color:var(--text-white);width:40px;height:100%;text-align:center;font-size:16px;font-weight:600;outline:none;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.accordion-wrapper{border-top:1px solid rgba(255,255,255,.08);margin-top:20px}.accordion-item{border-bottom:1px solid rgba(255,255,255,.08)}.accordion-header{padding:20px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.accordion-title{font-size:16px;font-weight:600}.accordion-icon{font-size:20px;transition:transform .3s}.accordion-item.active .accordion-icon{transform:rotate(45deg)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease-out;color:var(--text-gray);font-size:14px}.accordion-item.active .accordion-content{max-height:500px;padding-bottom:20px}.faq-banner{background:radial-gradient(circle at top,#1e3a8a 0%,var(--bg-dark) 100%);padding:100px 0 60px;text-align:center}.faq-search-wrapper{max-width:600px;margin:40px auto 0;position:relative}.faq-search-input{width:100%;background:#ffffff0d;border:var(--glass-border);border-radius:40px;padding:18px 24px 18px 56px;color:var(--text-white);font-size:16px;outline:none;transition:var(--transition-smooth)}.faq-search-input:focus{background:#ffffff14;border-color:var(--accent-blue);box-shadow:0 0 20px #3b82f640}.faq-search-icon{position:absolute;left:24px;top:50%;transform:translateY(-50%);color:var(--text-muted)}.faq-tabs-nav{display:flex;justify-content:center;gap:20px;margin-bottom:40px}.faq-tab-btn{background:#ffffff05;border:var(--glass-border);color:var(--text-gray);padding:12px 24px;border-radius:30px;font-weight:600;cursor:pointer;transition:var(--transition-smooth)}.faq-tab-btn.active,.faq-tab-btn:hover{background:var(--accent-blue);color:var(--text-white);border-color:var(--accent-blue)}.faq-accordion-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-accordion-item{background:#ffffff03}@media(max-width:1200px){.hero-info-left{left:2%}.hero-info-right{right:2%}}@media(max-width:1024px){.hero-title-wix{font-size:40px}.hero-title-accent{font-size:48px}.hero-info-card{width:300px;padding:18px}.hero-nfc-card img{width:260px}.features-grid{grid-template-columns:1fr}.features-center-phone{order:-1;display:flex;justify-content:center}.features-split-header{flex-direction:column;gap:16px}.features-split-title{font-size:32px;min-width:unset}.features-sides-layout{grid-template-columns:1fr;gap:40px}.features-side-center{order:-1}.features-side{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:32px}.features-side-left,.features-side-right{justify-self:center}.feature-item-modern{align-items:center;text-align:center;max-width:280px}.scroll-card{width:300px!important}.iphone-frame{width:240px;height:480px}.footer-grid{grid-template-columns:1fr;gap:40px}.product-template-grid{grid-template-columns:1fr}}@media(max-width:768px){.section-padding{padding:60px 0}.footer-links-grid{grid-template-columns:1fr;gap:24px}.product-gallery-wrapper{flex-direction:column-reverse}.gallery-thumbnails{flex-direction:row;width:100%;overflow-x:auto;padding-bottom:8px}.thumbnail-btn{width:70px;height:70px;flex-shrink:0}.gallery-main-image{padding:16px}.hero-title-wix{font-size:32px}.hero-title-accent{font-size:38px}.hero-info-card{position:relative;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;width:100%;max-width:340px;margin:12px auto}.hero-blob-wrapper{flex-direction:column;padding-bottom:20px}.hero-nfc-card img{width:220px}.hero-watermark-text{font-size:60px}.scroll-card{width:260px!important}.iphone-frame{width:220px;height:440px;border-radius:40px}.card-phone-zone{min-height:500px}.radial-get-started{grid-template-columns:1fr;gap:40px}.download-app-banner{flex-direction:column;gap:32px;padding:40px;text-align:center}.download-content{max-width:100%}.testimonials-grid,.collection-template-grid{grid-template-columns:1fr}.sidebar-filters{position:static;margin-bottom:30px}.mobile-nav-toggle{display:flex;order:3;margin-left:12px}.logo{order:1;margin-right:auto}.header-actions{order:2}nav{order:4}.nav-menu{position:fixed;top:72px;left:-100%;width:100%;height:calc(100vh - 72px);background:var(--bg-dark);flex-direction:column;padding:40px;transition:var(--transition-smooth);z-index:99}.nav-menu.active{left:0}.product-gallery-wrapper{flex-direction:column}.gallery-thumbnails{flex-direction:row;width:100%}.thumbnail-btn{width:calc(25% - 9px)}.form-grid{grid-template-columns:1fr}.form-col-full{grid-column:span 1}.header-logo-img{height:50px}.site-header{padding:2px 16px;width:95%}.floating-deck-container{height:400px;transform:scale(.8);margin:-40px 0}}@media(max-width:480px){.hero-title-wix{font-size:26px}.hero-title-accent{font-size:32px}.hero-section-wix{padding:100px 0 0}.hero-nfc-card img{width:180px}.hero-watermark-text{font-size:40px}.iphone-frame{width:200px;height:400px;border-radius:36px;margin-top:80px}.scroll-card{width:220px!important}.card-phone-zone{min-height:420px}.section-title{font-size:28px}.features-split-title{font-size:26px}}.app-store-btn{display:inline-flex;align-items:center;gap:10px;background:#000;border:1px solid #A1A1A1;padding:0 16px;border-radius:6px;color:#fff;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 2px #1018280d;cursor:pointer;height:44px;box-sizing:border-box;white-space:nowrap}.app-store-btn:hover{background:#111;border-color:#fff;box-shadow:0 4px 15px #00000026;transform:translateY(-1px)}.app-store-btn-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.app-store-btn-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.1}.app-store-btn-sub{font-size:8px;font-weight:500;color:#cbd5e1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1px}.app-store-btn-main{font-size:13px;font-weight:600;color:#fff;font-family:var(--font-title),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
