.hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--gradient-hero)}.hero-bg{position:absolute;inset:0;z-index:0}.hero-video{opacity:.35}.hero-bg img,.hero-video{width:100%;height:100%;object-fit:cover}.hero-bg img{opacity:.25}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at center,transparent 0,rgba(10,10,10,.4) 50%,var(--color-bg-dark) 100%);z-index:1}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(10,10,10,.2) 0,rgba(10,10,10,.5) 60%,var(--color-bg-dark) 100%);z-index:2}.hero-particles{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}.hero-particle{position:absolute;width:4px;height:4px;background:var(--color-gold-bright);border-radius:50%;opacity:0;animation:ember 4s ease-in-out infinite}.hero-particle:first-child{left:10%;bottom:0;animation-delay:0s;animation-duration:5s}.hero-particle:nth-child(2){left:25%;bottom:0;animation-delay:1s;animation-duration:4s}.hero-particle:nth-child(3){left:40%;bottom:0;animation-delay:2s;animation-duration:6s}.hero-particle:nth-child(4){left:55%;bottom:0;animation-delay:.5s;animation-duration:4.5s}.hero-particle:nth-child(5){left:70%;bottom:0;animation-delay:1.5s;animation-duration:5.5s}.hero-particle:nth-child(6){left:85%;bottom:0;animation-delay:2.5s;animation-duration:4s}.hero-particle:nth-child(7){left:15%;bottom:0;animation-delay:3s;animation-duration:6s}.hero-particle:nth-child(8){left:60%;bottom:0;animation-delay:3.5s;animation-duration:5s}.hero-particle:nth-child(9){left:35%;bottom:0;animation-delay:.8s;animation-duration:7s;width:3px;height:3px}.hero-particle:nth-child(10){left:80%;bottom:0;animation-delay:2s;animation-duration:5.5s;width:5px;height:5px}.hero-content{position:relative;z-index:2;text-align:center;max-width:800px;padding:0 var(--space-6)}.hero-label{display:inline-flex;align-items:center;gap:var(--space-2);background:rgba(200,162,60,.1);border:1px solid rgba(200,162,60,.2);border-radius:var(--radius-full);padding:var(--space-2) var(--space-5);font-size:var(--text-sm);color:var(--color-gold);font-weight:var(--weight-medium);animation:fadeInDown .8s ease .2s both}.hero-label,.hero-title{margin-bottom:var(--space-6)}.hero-title{font-family:var(--font-heading);font-size:var(--text-7xl);font-weight:var(--weight-bold);line-height:var(--leading-tight);animation:fadeInUp .8s ease .4s both}.hero-title .gold{background:var(--gradient-gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:var(--text-xl);color:var(--color-text-secondary);line-height:var(--leading-relaxed);margin-bottom:var(--space-10);max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease .6s both}.hero-cta{justify-content:center;gap:var(--space-4);animation:fadeInUp .8s ease .8s both}.hero-cta,.hero-scroll{display:flex;align-items:center}.hero-scroll{position:absolute;bottom:var(--space-8);left:50%;transform:translateX(-50%);z-index:2;animation:float 2s ease-in-out infinite;color:var(--color-text-muted);flex-direction:column;gap:var(--space-2);font-size:var(--text-xs);letter-spacing:var(--tracking-wider);text-transform:uppercase}.trust-band{background:var(--color-bg-primary);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:var(--space-8) 0}.trust-items{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-6);gap:var(--space-6)}.trust-item{gap:var(--space-3);padding:var(--space-4)}.trust-item,.trust-item-icon{display:flex;align-items:center;justify-content:center}.trust-item-icon{width:48px;height:48px;min-width:48px;background:rgba(200,162,60,.1);border-radius:var(--radius-md);color:var(--color-gold);flex-shrink:0}.trust-item-icon svg{width:24px;height:24px}.trust-item-text h4{font-weight:var(--weight-semibold);font-size:var(--text-sm);margin-bottom:2px}.trust-item-text p{font-size:var(--text-xs);color:var(--color-text-muted)}.benefits{background:var(--color-bg-dark);padding:var(--space-24) 0}.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-6);gap:var(--space-6);margin-top:var(--space-12)}.benefit-card{text-align:center;padding:var(--space-8) var(--space-6);background:var(--gradient-card);border:var(--glass-border);border-radius:var(--radius-xl);transition:all var(--transition-base)}.benefit-card:hover{transform:translateY(-8px);border-color:var(--color-border-gold);box-shadow:var(--shadow-glow)}.benefit-icon{width:72px;height:72px;margin:0 auto var(--space-5);background:rgba(200,162,60,.08);border:1px solid rgba(200,162,60,.15);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;color:var(--color-gold);font-size:32px}.benefit-card h3{font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--weight-semibold);margin-bottom:var(--space-3)}.benefit-card p{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--leading-relaxed)}.stats-band{background:var(--color-bg-primary);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:var(--space-12) 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--space-8);gap:var(--space-8);text-align:center}.stat-value{font-family:var(--font-heading);font-size:var(--text-4xl);font-weight:var(--weight-bold);color:var(--color-gold-bright);margin-bottom:var(--space-2)}.stat-label{font-size:var(--text-sm);color:var(--color-text-muted)}.reviews{background:var(--color-bg-primary);padding:var(--space-24) 0;overflow:hidden}.reviews-track{display:flex;gap:var(--space-6);overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:var(--space-4) var(--space-6);margin:var(--space-10) calc(-1 * var(--space-6));-webkit-overflow-scrolling:touch}.reviews-track::-webkit-scrollbar{display:none}.review-card{flex-shrink:0;width:340px;scroll-snap-align:start;background:var(--gradient-card);border:var(--glass-border);border-radius:var(--radius-xl);padding:var(--space-6);transition:all var(--transition-base)}.review-card:hover{border-color:var(--color-border-gold);transform:translateY(-4px)}.review-header{gap:var(--space-3);margin-bottom:var(--space-4)}.review-avatar,.review-header{display:flex;align-items:center}.review-avatar{width:44px;height:44px;min-width:44px;border-radius:50%;background:var(--gradient-gold);justify-content:center;font-weight:var(--weight-bold);color:#0A0A0A;font-size:var(--text-sm)}.review-name{font-weight:var(--weight-semibold);font-size:var(--text-sm)}.review-location{font-size:var(--text-xs);color:var(--color-text-muted)}.review-verified{font-size:var(--text-xs);color:var(--color-success);display:flex;align-items:center;gap:4px;margin-left:auto;white-space:nowrap}.review-text{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--leading-relaxed);margin-top:var(--space-3)}.review-photo-container img{border-radius:var(--radius-md)}.bundles-preview{background:var(--color-bg-dark);padding:var(--space-24) 0}.bundles-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-6);gap:var(--space-6);margin-top:var(--space-12)}.wholesale-cta{position:relative;padding:var(--space-24) 0;text-align:center;overflow:hidden}.wholesale-cta:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(200,162,60,.05),transparent 50%,rgba(200,162,60,.03));pointer-events:none}.wholesale-cta-inner{position:relative;z-index:1;max-width:600px;margin:0 auto;padding:0 var(--space-4)}@media (max-width:1024px){.benefits-grid{grid-template-columns:repeat(2,1fr)}.benefits,.bundles-preview,.reviews,.wholesale-cta{padding:var(--space-16) 0}}@media (max-width:768px){.hero{min-height:100vh;min-height:100dvh;padding-top:60px}.hero-content{padding:0 var(--space-4)}.hero-video{opacity:.5}.hero-title{font-size:2rem;line-height:1.2;margin-bottom:var(--space-4)}.hero-subtitle{font-size:.95rem;margin-bottom:var(--space-6);line-height:1.6}.hero-label{font-size:.75rem;padding:var(--space-1) var(--space-4);margin-bottom:var(--space-4)}.hero-cta{flex-direction:column;gap:var(--space-3);width:100%;padding:0 var(--space-2)}.hero-cta .btn{width:100%;justify-content:center}.hero-scroll{bottom:var(--space-4)}.trust-band{padding:var(--space-6) 0}.trust-items{grid-template-columns:repeat(2,1fr);gap:var(--space-3)}.trust-item{padding:var(--space-3) var(--space-2);gap:var(--space-2)}.trust-item-icon{width:40px;height:40px;min-width:40px}.trust-item-icon svg{width:20px;height:20px}.trust-item-text h4{font-size:var(--text-xs)}.trust-item-text p{font-size:10px}.benefits{padding:var(--space-12) 0}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-4);margin-top:var(--space-8)}.benefit-card{padding:var(--space-6) var(--space-4)}.benefit-icon{width:56px;height:56px;font-size:24px;margin-bottom:var(--space-3)}.benefit-card h3{font-size:var(--text-base)}.benefit-card p{font-size:var(--text-xs)}.stats-band{padding:var(--space-8) 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-4)}.stat-value{font-size:var(--text-2xl)}.stat-label{font-size:var(--text-xs)}.reviews{padding:var(--space-12) 0}.review-card{width:280px;padding:var(--space-4)}.reviews-track{margin:var(--space-6) calc(-1 * var(--space-4));padding:var(--space-2) var(--space-4);gap:var(--space-4)}.bundles-preview{padding:var(--space-12) 0}.bundles-grid{grid-template-columns:1fr;margin-top:var(--space-8)}.wholesale-cta{padding:var(--space-12) 0}}@media (max-width:480px){.hero-title{font-size:1.625rem;line-height:1.25}.hero-subtitle{font-size:.875rem}.trust-items{grid-template-columns:1fr 1fr;gap:var(--space-2)}.trust-item{flex-direction:column;text-align:center;padding:var(--space-3)}.benefits-grid{grid-template-columns:1fr;gap:var(--space-3)}.benefit-card{padding:var(--space-5) var(--space-4)}.stats-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-3)}.stat-value{font-size:var(--text-xl)}.review-card{width:260px}}.bundle-preview-card{text-align:center;padding:var(--space-8) var(--space-6);position:relative;background:var(--gradient-card);border:var(--glass-border);border-radius:var(--radius-xl);transition:all var(--transition-base)}.bundle-preview-card:hover{border-color:var(--color-border-hover);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.bundle-preview-featured{border:1.5px solid var(--color-border-gold)}.bundle-preview-featured:before{content:"";position:absolute;inset:0;border-radius:var(--radius-xl);background:var(--gradient-gold-subtle);pointer-events:none}.bundle-preview-tag{position:absolute;top:-12px;left:50%;transform:translateX(-50%);z-index:1}.bundle-preview-icon{font-size:var(--text-3xl);margin-bottom:var(--space-2)}.bundle-preview-name{font-family:var(--font-heading);font-size:var(--text-xl);margin-bottom:var(--space-1)}.bundle-preview-qty{font-size:var(--text-xs);color:var(--color-text-muted);margin-bottom:var(--space-3)}.bundle-preview-old-price{text-decoration:line-through;color:var(--color-text-muted);font-size:var(--text-sm)}.bundle-preview-price{font-size:var(--text-3xl);font-weight:800;color:var(--color-gold-bright);margin:var(--space-2) 0}.bundle-preview-discount{color:var(--color-success);font-size:var(--text-sm);font-weight:600}.bundle-preview-no-discount{font-size:var(--text-sm);color:var(--color-text-muted)}.bundle-preview-shipping,.bundle-preview-unit{font-size:var(--text-xs);color:var(--color-text-muted);margin:var(--space-2) 0}.bundle-preview-shipping.free{color:var(--color-success);font-weight:600}.bundle-preview-card .btn{margin-top:var(--space-4)}.review-photo-wrap{margin-top:var(--space-3);width:100px;height:100px;border-radius:var(--radius-md);overflow:hidden;background:var(--color-bg-secondary);border:1px solid var(--color-border)}.review-photo-wrap img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.bundle-preview-card{padding:var(--space-6) var(--space-4)}.bundle-preview-price{font-size:var(--text-2xl)}.bundle-preview-name{font-size:var(--text-lg)}.review-photo-wrap{width:80px;height:80px}}@media (max-width:360px){.hero-title{font-size:1.375rem}.hero-subtitle{font-size:.8125rem}.review-card{width:240px}.bundle-preview-price{font-size:var(--text-xl)}}.comparison{padding:var(--space-24) 0;background:var(--color-bg-dark)}.comparison-table-wrap{margin-top:var(--space-12);overflow-x:auto;border-radius:var(--radius-xl);border:var(--glass-border);background:var(--gradient-card)}.comparison-table{width:100%;border-collapse:collapse;text-align:left}.comparison-table td,.comparison-table th{padding:var(--space-6);border-bottom:1px solid var(--color-border)}.comparison-table th{font-weight:var(--weight-bold);font-family:var(--font-heading);color:var(--color-text-primary)}.comparison-table td{color:var(--color-text-secondary)}.comparison-table .highlight{background:rgba(200,162,60,.05);color:var(--color-gold-bright);font-weight:var(--weight-bold)}.comparison-table tr:last-child td{border-bottom:none}.faq-section{padding:var(--space-24) 0;background:var(--color-bg-primary)}.faq-grid{margin-top:var(--space-12);max-width:800px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:var(--space-4)}.faq-item{background:var(--color-bg-secondary);border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow:hidden;transition:all var(--transition-base)}.faq-question{padding:var(--space-5) var(--space-6);display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:var(--weight-semibold);transition:color var(--transition-fast)}.faq-question:hover{color:var(--color-gold)}.faq-answer{padding:0 var(--space-6) var(--space-5);color:var(--color-text-muted);font-size:var(--text-sm);line-height:var(--leading-relaxed);display:none}.faq-item.active{border-color:var(--color-border-gold)}.faq-item.active .faq-answer{display:block}.faq-item.active .faq-question svg{transform:rotate(45deg)}.instagram-preview{padding:var(--space-24) 0;background:var(--color-bg-dark)}.insta-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:var(--space-2);gap:var(--space-2);margin-top:var(--space-12)}.insta-item{aspect-ratio:1;overflow:hidden;border-radius:var(--radius-sm)}.insta-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.insta-item:hover img{transform:scale(1.1)}.newsletter{padding:var(--space-24) 0;background:var(--color-bg-primary)}.newsletter-card{background:var(--gradient-gold);border-radius:var(--radius-2xl);padding:var(--space-12);display:flex;align-items:center;justify-content:space-between;gap:var(--space-10);color:#0A0A0A}.newsletter-content{flex:1 1}.newsletter-content h2{color:#0A0A0A;margin-bottom:var(--space-2)}.newsletter-content p{opacity:.8}.newsletter-form{flex:1 1;display:flex;gap:var(--space-3);max-width:500px}.newsletter-form input{flex:1 1;background:white;border-radius:var(--radius-md);padding:0 var(--space-6);height:56px}.newsletter-form .btn{background:#0A0A0A;color:white;white-space:nowrap}.newsletter-form .btn:hover{background:#222}@media (max-width:1024px){.insta-grid{grid-template-columns:repeat(3,1fr)}.newsletter-card{flex-direction:column;text-align:center;padding:var(--space-8)}.newsletter-form{width:100%}}@media (max-width:768px){.insta-grid{grid-template-columns:repeat(2,1fr)}.comparison-table td,.comparison-table th{padding:var(--space-4);font-size:var(--text-xs)}.newsletter-form{flex-direction:column}.newsletter-form input{height:48px}}.how-it-works{padding:var(--space-24) 0;background:var(--color-bg-primary)}.steps-container{display:flex;align-items:flex-start;justify-content:center;gap:var(--space-6);margin-top:var(--space-16)}.step-item{flex:1 1;text-align:center;max-width:280px}.step-circle{width:64px;height:64px;background:var(--gradient-gold);color:#0A0A0A;font-size:var(--text-2xl);font-weight:900;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-6);box-shadow:var(--shadow-gold);position:relative;z-index:2}.step-circle,.step-item h3{font-family:var(--font-heading)}.step-item h3{font-size:var(--text-xl);margin-bottom:var(--space-3);color:var(--color-text-primary)}.step-item p{color:var(--color-text-muted);font-size:var(--text-sm);line-height:1.6}.step-line{flex:0.5 1;height:2px;background:var(--color-border);margin-top:32px;position:relative}.step-line:after{content:"";position:absolute;top:50%;left:0;width:100%;height:100%;background:var(--gradient-gold);transform:scaleX(0);transform-origin:left;transition:transform 1s ease}.how-it-works.visible .step-line:after{transform:scaleX(1)}@media (max-width:768px){.steps-container{flex-direction:column;align-items:center;gap:var(--space-12)}.step-line{display:none}.step-item{max-width:100%}}