:root{--primary-gold: #d4a373;--primary-gold-dark: #c4945f;--primary-gold-light: #e8c5a0;--cream-light: #f5f1ed;--cream-lighter: #faf8f6;--cream-white: #fafafa;--text-dark: #1a1a1a;--text-secondary: #666666;--text-muted: #999999;--border-light: #e0e0e0;--white: #ffffff;--dark: #1a1a1a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--text-dark);background:var(--cream-white);line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:700;color:var(--text-dark);line-height:1.2}h1{font-size:56px}h2{font-size:36px}h3{font-size:20px}a{color:var(--primary-gold);text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary-gold-dark)}button{font-family:inherit;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:16px}button:hover{transform:translateY(-2px)}header{background:var(--white);border-bottom:1px solid var(--border-light);padding:16px 24px;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px #0000000d}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{font-size:24px;font-weight:700;color:var(--primary-gold)}nav{display:flex;gap:40px;font-size:14px;font-weight:500}nav a{color:var(--text-secondary)}nav a:hover{color:var(--primary-gold)}.hero{background:linear-gradient(135deg,var(--cream-light) 0%,var(--cream-lighter) 100%);padding:120px 24px;text-align:center}.hero-content{max-width:900px;margin:0 auto}.hero-label{font-size:14px;color:var(--primary-gold);font-weight:600;margin-bottom:16px}.hero h1{margin-bottom:16px}.hero-subheading{font-size:20px;color:var(--text-secondary);margin-bottom:12px;line-height:1.6}.hero-price-comparison{font-size:18px;color:var(--primary-gold);font-weight:600;margin-bottom:32px}.hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:40px}.btn-primary{padding:16px 40px;background:var(--primary-gold);color:var(--white)}.btn-primary:hover{background:var(--primary-gold-dark)}.btn-secondary{padding:16px 40px;background:var(--white);color:var(--primary-gold);border:2px solid var(--primary-gold)}.btn-secondary:hover{background:var(--cream-light)}.hero-trust{display:flex;gap:32px;justify-content:center;flex-wrap:wrap}.trust-item{text-align:center}.trust-icon{font-size:24px;font-weight:700;color:var(--primary-gold);margin-bottom:8px}.trust-text{font-size:13px;color:var(--text-secondary)}.social-proof{background:var(--white);padding:80px 24px;border-bottom:1px solid var(--border-light)}.section-container{max-width:1200px;margin:0 auto}.proof-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;text-align:center}.proof-card{padding:40px 20px}.proof-number{font-size:48px;font-weight:700;color:var(--primary-gold)}.proof-label{font-size:14px;color:var(--text-secondary);margin-top:12px}.how-it-works{background:var(--cream-light);padding:100px 24px}.timeline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px}.timeline-card{background:var(--white);padding:32px;border-radius:12px;border:1px solid var(--border-light);border-left:4px solid var(--primary-gold)}.timeline-week{font-size:13px;color:var(--primary-gold);font-weight:600;margin-bottom:12px}.timeline-icon{font-size:24px;margin-bottom:16px}.timeline-title{font-size:20px;font-weight:700;margin-bottom:12px;color:var(--text-dark)}.timeline-description{font-size:14px;color:var(--text-secondary);line-height:1.6}.products{background:var(--white);padding:100px 24px;border-bottom:1px solid var(--border-light)}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.product-card{background:var(--white);border:1px solid var(--border-light);border-radius:12px;padding:32px 24px;text-align:center;position:relative;transition:all .3s}.product-card:hover{box-shadow:0 4px 12px #00000014;border-color:var(--primary-gold)}.product-card.popular{border:2px solid var(--primary-gold)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary-gold);color:var(--white);padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600}.product-icon{font-size:48px;margin-bottom:16px}.product-name{font-size:18px;font-weight:700;margin-bottom:8px}.product-price{font-size:28px;color:var(--primary-gold);font-weight:700;margin-bottom:12px}.product-savings{font-size:13px;color:#4caf50;margin-bottom:12px;font-weight:600}.product-description{font-size:14px;color:var(--text-secondary);margin-bottom:20px}.btn-add-cart{width:100%;padding:12px;background:var(--primary-gold);color:var(--white)}.testimonials{background:var(--cream-light);padding:100px 24px}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.testimonial-card{background:var(--white);padding:32px;border-radius:12px;border:1px solid var(--border-light)}.star-rating{display:flex;gap:4px;margin-bottom:16px}.star{color:var(--primary-gold);font-size:14px}.testimonial-quote{font-size:15px;color:var(--text-secondary);line-height:1.6;margin-bottom:16px;font-style:italic}.testimonial-author{font-size:14px;font-weight:600;color:var(--text-dark)}.testimonial-week{font-size:12px;color:var(--text-muted);margin-top:8px}.faq{background:var(--white);padding:100px 24px;border-bottom:1px solid var(--border-light)}.faq-container{max-width:800px;margin:0 auto}.faq-grid{display:grid;gap:16px}details{background:var(--cream-white);border:1px solid var(--border-light);border-radius:8px;padding:20px;cursor:pointer}summary{font-weight:600;font-size:15px;-webkit-user-select:none;user-select:none}details p{margin-top:16px;color:var(--text-secondary);font-size:14px;line-height:1.6}.newsletter{background:var(--primary-gold);padding:80px 24px;color:var(--white)}.newsletter-container{max-width:600px;margin:0 auto;text-align:center}.newsletter h2{color:var(--white);margin-bottom:16px}.newsletter-description{font-size:16px;line-height:1.6;margin-bottom:32px;opacity:.95}.newsletter-form{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.newsletter-form input{flex:1;min-width:200px;padding:12px 16px;border:none;border-radius:6px;font-size:14px}.newsletter-form button{padding:12px 32px;background:var(--dark);color:var(--primary-gold);white-space:nowrap}.newsletter-trust{font-size:13px;opacity:.9}footer{background:var(--dark);color:#ccc;padding:60px 24px;font-size:14px}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px;margin-bottom:40px}.footer-section h3{font-size:14px;font-weight:600;margin-bottom:12px;color:var(--white)}.footer-section ul{list-style:none}.footer-section li{margin-bottom:8px}.footer-section a{color:#ccc}.footer-section a:hover{color:var(--primary-gold)}.footer-bottom{border-top:1px solid #333;padding-top:24px;text-align:center;font-size:12px;color:#999}.section-title{text-align:center;margin-bottom:60px}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.gold{color:var(--primary-gold)}@media(max-width:768px){.hero{padding:80px 20px}.hero h1{font-size:36px}.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{width:100%}nav{gap:20px;font-size:12px}.hero-trust{gap:20px}.products-grid,.timeline-grid,.testimonials-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/theme.css.map */
