:root{--color-gold: #c89d46;--color-gold-hover: #b0883b;--color-bg-dark: #0a0a0a;--color-bg-card: #141414}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--color-bg-dark);color:#fff;line-height:1.5}a{color:inherit;text-decoration:none}.announcement-bar{background-color:#000;border-bottom:1px solid #222;padding:8px 24px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#ccc}.announcement-bar .gold-text{color:var(--color-gold);font-weight:600}header{background-color:var(--color-bg-dark);padding:18px 40px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #1a1a1a;position:sticky;top:0;z-index:100}.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:18px;letter-spacing:1px}.logo-icon{width:28px;height:28px;border:2px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}nav ul{display:flex;list-style:none;gap:28px;font-size:14px;font-weight:500}nav a:hover{color:var(--color-gold)}.cart-icon{display:flex;align-items:center;gap:6px;font-size:14px}.btn-gold{background-color:var(--color-gold);color:#000;font-weight:700;padding:12px 24px;border-radius:6px;border:none;cursor:pointer;display:inline-block;transition:background .2s}.btn-gold:hover{background-color:var(--color-gold-hover)}.btn-outline{background-color:transparent;color:#fff;font-weight:600;padding:12px 24px;border-radius:6px;border:1px solid #444;cursor:pointer;display:inline-block}.btn-outline:hover{border-color:#888}.btn-dark{background-color:#000;color:#fff;width:100%;padding:10px;border-radius:6px;border:none;font-weight:600;cursor:pointer;text-align:center}.hero{padding:60px 40px 80px;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.hero-badge{color:var(--color-gold);font-size:12px;font-weight:700;letter-spacing:1.5px;margin-bottom:12px}.hero h1{font-size:48px;line-height:1.1;font-weight:800;margin-bottom:16px}.hero h1 span{color:var(--color-gold)}.hero p{color:#aaa;font-size:16px;margin-bottom:28px;max-width:420px}.hero-buttons{display:flex;gap:16px;margin-bottom:32px}.hero-usps{display:flex;gap:20px;font-size:12px;color:#888}.hero-usps span{display:flex;align-items:center;gap:6px}.hero-cards-preview{display:flex;gap:15px;justify-content:center}.card-mockup{width:160px;height:250px;border-radius:12px;background:linear-gradient(145deg,#1f1f1f,#111);border:1px solid #333;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;box-shadow:0 10px 30px #00000080}.section-white{background-color:#fff;color:#000;padding:60px 40px}.section-container{max-width:1200px;margin:0 auto}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:30px}.section-title{font-size:24px;font-weight:700}.section-subtitle{color:#666;font-size:14px;margin-top:4px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#f9f9f9;border-radius:12px;padding:16px;display:flex;flex-direction:column}.product-image{width:100%;height:180px;background:#eee;border-radius:8px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;color:#888;font-size:12px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-title{font-weight:700;font-size:14px;margin-bottom:6px}.product-price{font-weight:800;font-size:14px;margin-bottom:12px;color:#111}.usp-bar{background-color:#f3f3f3;color:#000;padding:30px 40px;border-top:1px solid #eee}.usp-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.usp-item{display:flex;gap:12px;align-items:center}.usp-item h4{font-size:13px;font-weight:700}.usp-item p{font-size:11px;color:#666}.how-it-works{padding:60px 40px;max-width:1200px;margin:0 auto;text-align:center}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.step-card{background:#111;border:1px solid #222;padding:24px;border-radius:12px;text-align:left}.step-num{width:24px;height:24px;background:var(--color-gold);color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;margin-bottom:12px}.step-card h3{font-size:18px;margin-bottom:8px}.step-card p{font-size:13px;color:#888}.categories-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.category-card{background:#f0f0f0;border-radius:12px;overflow:hidden;text-align:center;padding-bottom:12px}.category-img{height:120px;background:#ddd;margin-bottom:8px}.category-card h4{font-size:12px;font-weight:700}.why-reviews-section{padding:60px 40px;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:40px}.why-us h2{font-size:22px;margin-bottom:16px}.why-us ul{list-style:none}.why-us li{margin-bottom:10px;font-size:13px;color:#ccc;display:flex;align-items:center;gap:8px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.review-card{background:#141414;border:1px solid #222;padding:20px;border-radius:12px;font-size:12px;display:flex;flex-direction:column;justify-content:space-between}.review-stars{color:var(--color-gold);margin-bottom:10px}.review-author{margin-top:16px;color:#777;font-size:11px}.faq-section{background:#fff;color:#000;padding:60px 40px}.faq-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.faq-item{background:#f7f7f7;padding:16px;border-radius:8px;font-size:13px;font-weight:600;display:flex;justify-content:space-between;align-items:center;cursor:pointer}footer{background-color:#050505;padding:60px 40px 20px;border-top:1px solid #1a1a1a;font-size:12px;color:#888}.footer-grid{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 2fr;gap:30px}.footer-col h4{color:#fff;font-size:13px;margin-bottom:14px}.footer-col ul{list-style:none}.footer-col li{margin-bottom:8px}.newsletter-box{display:flex;margin-top:10px}.newsletter-box input{background:#181818;border:1px solid #333;padding:8px 12px;border-radius:6px 0 0 6px;color:#fff;width:100%}.newsletter-box button{background:var(--color-gold);border:none;padding:8px 14px;border-radius:0 6px 6px 0;cursor:pointer}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:20px;border-top:1px solid #181818;display:flex;justify-content:space-between;align-items:center}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
