:root{--bg-main: #0a0a0c;--bg-surface: #131418;--bg-surface-elevated: #1e2027;--bg-glass: rgba(255, 255, 255, .03);--bg-glass-border: rgba(255, 255, 255, .08);--accent-orange: #ff6b00;--accent-orange-glow: rgba(255, 107, 0, .35);--accent-orange-hover: #ff852b;--accent-yellow: #ffb700;--accent-red: #ff3b30;--text-main: #fcfcfc;--text-muted: #9e9ea7;--text-dark: #121214;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px;--radius-full: 9999px;--transition: all .3s cubic-bezier(.25, .8, .25, 1);--transition-bounce: all .5s cubic-bezier(.34, 1.56, .64, 1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg-main);color:var(--text-main);font-family:var(--font-body);line-height:1.5;overflow-x:hidden;position:relative}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,.pack-title,.logo-text{font-family:var(--font-heading);letter-spacing:-.02em}.text-gradient{background:linear-gradient(135deg,#ffb700,#ff6b00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.text-gradient-red{background:linear-gradient(135deg,#ff6b00,#ff3b30);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.text-orange{color:var(--accent-orange)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;font-family:var(--font-heading);font-weight:700;text-decoration:none;cursor:pointer;border:none;border-radius:var(--radius-full);transition:var(--transition);-webkit-user-select:none;user-select:none;text-transform:uppercase;letter-spacing:.05em}.btn-sm{padding:10px 20px;font-size:.85rem}.btn-md{padding:14px 28px;font-size:1rem}.btn-lg{padding:18px 36px;font-size:1.15rem}.btn-mega{width:100%;padding:22px 32px;font-size:1.25rem;box-shadow:0 10px 25px var(--accent-orange-glow)}.btn-primary{background:linear-gradient(135deg,var(--accent-orange) 0%,#e05e00 100%);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,var(--accent-orange-hover) 0%,var(--accent-orange) 100%);transform:translateY(-3px);box-shadow:0 12px 30px var(--accent-orange-glow)}.btn-secondary{background:var(--bg-surface-elevated);color:var(--text-main);border:1px solid var(--bg-glass-border)}.btn-secondary:hover{background:#fff;color:var(--text-dark);transform:translateY(-3px)}@keyframes pulseGlow{0%{box-shadow:0 0 #ff6b0099}70%{box-shadow:0 0 0 15px #ff6b0000}to{box-shadow:0 0 #ff6b0000}}.pulse-glow{animation:pulseGlow 2.5s infinite}.announcement-bar{background:linear-gradient(90deg,#18110b,#291507,#18110b);border-bottom:1px solid rgba(255,107,0,.2);padding:10px 15px;position:relative;z-index:100}.announcement-content{display:flex;align-items:center;justify-content:center;gap:12px;font-size:.85rem;color:var(--text-main)}@keyframes pulseDot{0%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.pulse-dot{width:8px;height:8px;background-color:var(--accent-red);border-radius:50%;animation:pulseDot 1.5s infinite ease-in-out}.badge-pill{background:#ff6b0033;color:var(--accent-orange);padding:2px 8px;border-radius:var(--radius-full);font-weight:700;font-size:.75rem}.navbar{position:sticky;top:0;background-color:#0a0a0cd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--bg-glass-border);z-index:90;padding:15px 0}.navbar-container{display:flex;align-items:center;justify-content:space-between}.logo-text{font-size:1.5rem;font-weight:900;color:var(--text-main)}.logo-accent{color:var(--accent-orange)}.nav-links{display:flex;gap:28px}.nav-link{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.95rem;transition:var(--transition)}.nav-link:hover{color:var(--accent-orange)}.nav-cta{display:flex;align-items:center;gap:16px}.nav-cart-icon{color:var(--text-main);font-size:1.25rem;transition:var(--transition);display:flex;align-items:center;justify-content:center}.nav-cart-icon:hover{color:var(--accent-orange);transform:translateY(-2px)}.hero-section{position:relative;padding:60px 0 90px;overflow:hidden}.hero-bg-overlay{position:absolute;top:-200px;left:50%;transform:translate(-50%);width:1000px;height:600px;background:radial-gradient(circle,#ff6b0026,#0a0a0c00 70%);z-index:1;pointer-events:none}.hero-container{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;position:relative;z-index:2}.trust-rating{display:flex;align-items:center;gap:10px;background:var(--bg-surface);padding:8px 16px;border-radius:var(--radius-full);border:1px solid var(--bg-glass-border);width:fit-content;margin-bottom:24px;font-size:.85rem}.stars{color:var(--accent-yellow)}.hero-title{font-size:3.5rem;line-height:1.1;margin-bottom:20px;font-weight:900}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:36px;max-width:500px}.hero-cta-group{display:flex;flex-direction:column;gap:14px;margin-bottom:40px;max-width:320px}.urgency-note{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.85rem;color:var(--accent-yellow);font-weight:600}.hero-badges{display:flex;gap:20px;border-top:1px solid var(--bg-glass-border);padding-top:25px}.badge-item{display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:600}.badge-icon{width:36px;height:36px;border-radius:50%;background:#ff6b001a;color:var(--accent-orange);display:flex;align-items:center;justify-content:center;font-size:1rem}.hero-image-wrapper{position:relative;display:flex;justify-content:center}.glow-backdrop{position:absolute;width:380px;height:380px;background:#ff6b0033;filter:blur(80px);border-radius:50%;z-index:1}.hero-img{width:100%;max-width:550px;height:auto;object-fit:contain;position:relative;z-index:2;transform:translateY(0);animation:float 6s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.product-section{padding:80px 0;background:linear-gradient(180deg,var(--bg-main) 0%,var(--bg-surface) 100%);position:relative;border-top:1px solid var(--bg-glass-border);border-bottom:1px solid var(--bg-glass-border)}.product-container{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:start}.product-gallery{position:sticky;top:100px}.main-image-display{position:relative;background:var(--bg-surface-elevated);border:1px solid var(--bg-glass-border);border-radius:var(--radius-lg);padding:30px;height:480px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;overflow:hidden;box-shadow:0 20px 40px #0006}.gallery-badge{position:absolute;top:20px;left:20px;background:var(--bg-main);color:var(--accent-yellow);border:1px solid var(--accent-yellow);padding:6px 14px;border-radius:var(--radius-full);font-weight:700;font-size:.8rem;z-index:5}.main-image-display img{width:100%;height:100%;object-fit:contain;transition:var(--transition)}.thumbnail-list{display:flex;gap:15px}.thumb-item{flex:1;height:90px;background:var(--bg-surface-elevated);border:2px solid var(--bg-glass-border);border-radius:var(--radius-sm);padding:10px;cursor:pointer;transition:var(--transition);display:flex;align-items:center;justify-content:center}.thumb-item img{width:100%;height:100%;object-fit:contain}.thumb-item.active,.thumb-item:hover{border-color:var(--accent-orange);transform:translateY(-2px)}.product-details{display:flex;flex-direction:column;gap:28px}.stock-status{display:flex;align-items:center;gap:8px;color:#30d158;font-weight:600;font-size:.9rem;margin-bottom:8px}.dot-green{width:8px;height:8px;background-color:#30d158;border-radius:50%;box-shadow:0 0 10px #30d158}.product-title{font-size:2.2rem;line-height:1.2;margin-bottom:12px}.product-rating{display:flex;align-items:center;gap:6px;color:var(--accent-yellow);font-size:.95rem}.product-rating span{color:var(--text-muted);margin-left:8px}.selector-group{display:flex;flex-direction:column;gap:12px}.selector-label{font-family:var(--font-heading);font-weight:700;font-size:1.1rem;color:var(--text-main)}#selected-model-text{color:var(--accent-orange)}.model-options{display:grid;grid-template-columns:1fr 1fr;gap:16px}.model-card{background:var(--bg-surface-elevated);border:2px solid var(--bg-glass-border);border-radius:var(--radius-md);padding:16px;cursor:pointer;transition:var(--transition-bounce);display:flex;flex-direction:column;gap:4px}.model-name{font-weight:700;font-size:1.05rem}.model-desc{font-size:.8rem;color:var(--text-muted)}.model-card:hover{border-color:#ff6b0080}.model-card.active{border-color:var(--accent-orange);background:linear-gradient(135deg,var(--bg-surface-elevated) 0%,rgba(255,107,0,.08) 100%)}.pack-label-header{display:flex;align-items:center;justify-content:space-between}.savings-badge{background:#ffb70026;color:var(--accent-yellow);border:1px solid var(--accent-yellow);padding:4px 10px;border-radius:var(--radius-full);font-size:.75rem;font-weight:700}.pack-options{display:flex;flex-direction:column;gap:18px}.pack-card{background:var(--bg-surface-elevated);border:2px solid var(--bg-glass-border);border-radius:var(--radius-md);padding:20px;cursor:pointer;transition:var(--transition-bounce);position:relative;overflow:hidden}.pack-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.pack-title{font-size:1.25rem;font-weight:800;display:flex;align-items:center;gap:12px}.best-seller-tag{background:var(--accent-orange);color:#fff;font-family:var(--font-body);font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:var(--radius-full);letter-spacing:.05em;text-transform:uppercase}.pack-price{font-size:1.5rem;font-weight:900;font-family:var(--font-heading)}.pack-desc{color:var(--text-muted);font-size:.9rem;margin-bottom:12px}.unit-price{font-size:.85rem;color:var(--text-muted);font-weight:600}.pack-card.active{border-color:var(--accent-orange);background:linear-gradient(135deg,var(--bg-surface-elevated) 0%,rgba(255,107,0,.08) 100%)}.pack-card.highlighted{border:3px solid var(--accent-orange);background:linear-gradient(135deg,#1d1712,#291e16);box-shadow:0 10px 25px #ff6b0033}.pack-ribbon{position:absolute;top:15px;right:-30px;background:var(--accent-orange);color:#fff;font-weight:800;font-size:.7rem;padding:4px 30px;transform:rotate(45deg);letter-spacing:.05em;box-shadow:0 2px 5px #0000004d}.pack-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,107,0,.2);padding-top:12px;margin-top:6px}.upsell-tag{color:var(--accent-yellow);font-weight:700;font-size:.85rem;display:flex;align-items:center;gap:6px}.unit-price-highlighted{background:#ff6b0033;color:var(--accent-orange);padding:4px 10px;border-radius:var(--radius-sm);font-weight:700;font-size:.85rem}.product-trust-bullets{display:flex;flex-direction:column;gap:10px;background:#0000004d;padding:16px;border-radius:var(--radius-sm);border:1px solid var(--bg-glass-border)}.trust-bullet{display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:500}.cta-container{background:var(--bg-surface-elevated);border:1px solid var(--bg-glass-border);border-radius:var(--radius-lg);padding:28px;display:flex;flex-direction:column;gap:20px;box-shadow:0 15px 35px #0000004d}.price-summary{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--bg-glass-border);padding-bottom:16px}.summary-label{font-size:1.1rem;font-weight:600}.summary-price-wrapper{display:flex;align-items:baseline;gap:12px}.summary-price{font-size:2.2rem;font-weight:900;font-family:var(--font-heading);color:var(--accent-orange)}.summary-original-price{font-size:1.25rem;text-decoration:line-through;color:#fff9;font-weight:500}.discount-badge{background:#ff6b0026;color:var(--accent-orange);border:1px solid var(--accent-orange);padding:3px 8px;border-radius:var(--radius-sm);font-size:.85rem;font-weight:700;margin-left:4px;align-self:center}.guarantee-box{display:flex;align-items:center;justify-content:center;gap:10px;font-size:.85rem;color:var(--text-muted);text-align:center}.payment-methods{display:flex;align-items:center;justify-content:center;gap:18px;font-size:1.8rem;color:var(--text-muted);opacity:.7}.problem-section{padding:90px 0;background-color:var(--bg-main);position:relative}.problem-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.problem-image-col{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 50px #ff3b3026}.danger-badge{position:absolute;top:20px;left:20px;background:var(--accent-red);color:#fff;font-weight:800;font-size:.85rem;padding:8px 16px;border-radius:var(--radius-full);display:flex;align-items:center;gap:8px;z-index:5;box-shadow:0 5px 15px #ff3b3066}.danger-img{width:100%;height:auto;object-fit:cover;display:block}.problem-text-col{display:flex;flex-direction:column;gap:24px}.section-title{font-size:2.8rem;line-height:1.15;font-weight:900}.section-lead{font-size:1.15rem;color:var(--text-muted);line-height:1.6}.danger-list{display:flex;flex-direction:column;gap:16px;margin-top:10px}.danger-item{display:flex;align-items:start;gap:16px;background:var(--bg-surface);padding:18px;border-radius:var(--radius-sm);border-left:4px solid var(--accent-red)}.danger-item i{color:var(--accent-red);font-size:1.3rem;margin-top:2px}.danger-item p{font-size:.95rem;color:var(--text-main)}.danger-item.safe-item{border-left-color:#30d158;background:linear-gradient(90deg,rgba(48,209,88,.1) 0%,var(--bg-surface) 100%)}.danger-item.safe-item i{color:#30d158}.family-section{padding:100px 0;background:linear-gradient(135deg,#131418,#1a120c);border-top:1px solid var(--bg-glass-border);border-bottom:1px solid var(--bg-glass-border)}.family-container{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.family-content{display:flex;flex-direction:column;gap:20px}.tag-sub{color:var(--accent-orange);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.9rem}.section-desc{font-size:1.1rem;color:var(--text-muted);line-height:1.6}.highlight-quote{background:var(--bg-surface-elevated);border:1px solid var(--accent-orange);padding:24px;border-radius:var(--radius-md);position:relative;margin:10px 0}.highlight-quote i{color:var(--accent-orange);font-size:1.8rem;margin-bottom:10px}.highlight-quote p{font-size:1.05rem;font-weight:500}.cinematic-frame{border-radius:var(--radius-lg);overflow:hidden;position:relative;box-shadow:0 25px 50px #00000080;border:1px solid var(--bg-glass-border)}.cinematic-frame img{width:100%;height:auto;display:block}.premium-section{padding:100px 0;background-color:var(--bg-main)}.section-header-center{text-align:center;max-width:700px;margin:0 auto 60px}.section-subtitle-center{font-size:1.15rem;color:var(--text-muted);margin-top:12px}.premium-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}.premium-image-wrapper{background:radial-gradient(circle,#ff6b001a,#0000 70%);padding:20px;border-radius:var(--radius-lg);display:flex;justify-content:center}.premium-image-wrapper img{width:100%;max-width:480px;height:auto;object-fit:contain}.premium-features-list{display:grid;grid-template-columns:1fr 1fr;gap:24px}.feature-card{background:var(--bg-surface);border:1px solid var(--bg-glass-border);padding:28px 24px;border-radius:var(--radius-md);transition:var(--transition);display:flex;flex-direction:column;gap:16px}.feature-card:hover{border-color:var(--accent-orange);transform:translateY(-5px);background:var(--bg-surface-elevated)}.feature-icon{width:50px;height:50px;border-radius:var(--radius-sm);background:linear-gradient(135deg,#ff6b0033,#ff6b000d);color:var(--accent-orange);display:flex;align-items:center;justify-content:center;font-size:1.5rem}.feature-text h3{font-size:1.2rem;margin-bottom:8px;color:#fff}.feature-text p{font-size:.9rem;color:var(--text-muted)}.ugc-section{padding:90px 0;background:var(--bg-surface);border-top:1px solid var(--bg-glass-border)}.ugc-container{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}.ugc-text{display:flex;flex-direction:column;gap:22px}.social-tag{display:inline-flex;align-items:center;gap:8px;background:#25f4ee;color:#000;font-weight:800;padding:6px 14px;border-radius:var(--radius-full);font-size:.85rem;width:fit-content}.social-stats{display:flex;gap:40px;margin:10px 0}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:2.5rem;font-weight:900;font-family:var(--font-heading);color:var(--accent-orange)}.stat-label{font-size:.85rem;color:var(--text-muted)}.testimonial-box{background:var(--bg-surface-elevated);border:1px solid var(--bg-glass-border);padding:24px;border-radius:var(--radius-md);position:relative}.user-info{display:flex;align-items:center;gap:12px;margin-bottom:12px}.avatar{width:42px;height:42px;border-radius:50%;background:var(--accent-orange);display:flex;align-items:center;justify-content:center;font-weight:700}.name h4{font-size:1rem;margin-bottom:2px}.verified{font-size:.75rem;color:#30d158;display:flex;align-items:center;gap:4px}.review-text{font-size:.95rem;font-style:italic;color:var(--text-main)}.ugc-image-wrapper{display:flex;justify-content:center}.tiktok-wrapper{border-radius:var(--radius-lg);overflow:hidden;max-width:360px;box-shadow:0 25px 50px #00000080;border:4px solid var(--bg-surface-elevated)}.tiktok-wrapper img{width:100%;height:auto;display:block}.limited-stock-section{padding:80px 0;background:var(--bg-main)}.limited-banner-card{background:linear-gradient(135deg,#24140a,#130a05);border:2px solid var(--accent-orange);border-radius:var(--radius-lg);padding:50px;display:grid;grid-template-columns:1fr 1.3fr;gap:50px;align-items:center;box-shadow:0 20px 50px var(--accent-orange-glow)}.banner-img-col img{width:100%;height:auto;border-radius:var(--radius-md);box-shadow:0 15px 30px #0006}.banner-text-col{display:flex;flex-direction:column;gap:20px}.urgency-tag{color:var(--accent-red);font-weight:800;font-size:.9rem;display:flex;align-items:center;gap:8px}.banner-title{font-size:2.4rem;line-height:1.1}.banner-desc{color:var(--text-muted);font-size:1.05rem}.stock-progress{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.progress-info{display:flex;justify-content:space-between;font-size:.95rem;font-weight:600}.stock-percentage{color:var(--accent-red);font-weight:800}.progress-bar{width:100%;height:12px;background:var(--bg-surface-elevated);border-radius:var(--radius-full);overflow:hidden;padding:2px}.progress-fill{height:100%;background:linear-gradient(90deg,var(--accent-orange) 0%,var(--accent-red) 100%);border-radius:var(--radius-full)}.faq-section{padding:100px 0;background:var(--bg-surface);border-top:1px solid var(--bg-glass-border)}.faq-accordion{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq-item{background:var(--bg-surface-elevated);border:1px solid var(--bg-glass-border);border-radius:var(--radius-md);overflow:hidden;transition:var(--transition)}.faq-question{width:100%;padding:22px 26px;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;color:var(--text-main);font-family:var(--font-heading);font-size:1.15rem;font-weight:700;text-align:left;cursor:pointer}.faq-question i{color:var(--accent-orange);transition:transform .3s ease}.faq-item.active{border-color:var(--accent-orange)}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out;padding:0 26px;color:var(--text-muted)}.faq-item.active .faq-answer{padding-bottom:22px}.final-banner-section{padding:120px 0;position:relative;background:linear-gradient(135deg,var(--accent-orange) 0%,#802e00 100%);overflow:hidden}.final-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,#0003,#0a0a0ccc)}.final-banner-container{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:center}.final-banner-content{display:flex;flex-direction:column;gap:24px}.final-title{font-size:3.5rem;font-weight:900;line-height:1.1;color:#fff}.final-subtitle{font-size:1.25rem;color:#ffffffe6;max-width:500px}.final-banner-image{display:flex;justify-content:center}.final-banner-image img{width:100%;max-width:450px;height:auto;object-fit:contain;filter:drop-shadow(0 20px 40px rgba(0,0,0,.6))}.footer{background-color:var(--bg-main);padding:80px 0 40px;border-top:1px solid var(--bg-glass-border)}.footer-top{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:50px;margin-bottom:60px}.footer-desc{color:var(--text-muted);margin-top:16px;max-width:350px;font-size:.9rem}.footer-links-group h4,.footer-trust h4{font-size:1.1rem;margin-bottom:20px;color:#fff}.footer-links-group ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-links-group a{color:var(--text-muted);text-decoration:none;font-size:.95rem;transition:var(--transition)}.footer-links-group a:hover{color:var(--accent-orange)}.payment-methods-footer{display:flex;gap:14px;font-size:1.8rem;color:var(--text-muted);margin-bottom:12px}.iso-note{font-size:.85rem;color:var(--text-muted)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--bg-glass-border);padding-top:28px;font-size:.85rem;color:var(--text-muted)}.sticky-cta-mobile{position:fixed;bottom:0;left:0;width:100%;background-color:#131418f2;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-top:1px solid var(--accent-orange);padding:14px 20px;display:none;align-items:center;justify-content:space-between;z-index:99;box-shadow:0 -10px 25px #00000080}.sticky-info{display:flex;flex-direction:column}.sticky-title{font-weight:800;font-size:.95rem;display:flex;align-items:center;gap:8px}.best-seller-tag-sm{background:var(--accent-orange);color:#fff;font-size:.65rem;padding:2px 6px;border-radius:var(--radius-full);text-transform:uppercase}.sticky-price{font-size:1.25rem;font-weight:900;color:var(--accent-orange)}@media(max-width:992px){.hero-container,.product-container,.problem-container,.family-container,.premium-grid,.ugc-container,.final-banner-container{grid-template-columns:1fr;gap:40px}.hero-title{font-size:2.8rem}.product-gallery{position:relative;top:0}.limited-banner-card{grid-template-columns:1fr;padding:30px;text-align:center}.limited-banner-card .btn{margin:0 auto}.footer-top{grid-template-columns:1fr;gap:35px}.sticky-cta-mobile{display:flex}.product-section{padding-bottom:120px}.nav-links{display:none}}@media(max-width:576px){.hero-title{font-size:2.2rem}.main-image-display{height:340px;padding:15px}.premium-features-list{grid-template-columns:1fr}.social-stats{flex-direction:column;gap:15px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/styles.css.map */
