:root{--amber: #C17D2A;--amber-light: #D4943F;--dark-brown: #1A0A00;--dark-mid: #2C1000;--cream: #FFF8F0;--beige: #F5EDE3;--beige-mid: #FAF0E6;--green: #2D5016;--green-hover: #3A6620;--text: #1A0A00;--text-muted: rgba(26,10,0,.55);--white: #FFFFFF;--serif: "Playfair Display", Georgia, serif;--sans: "Inter", system-ui, sans-serif;--radius: 8px;--max-w: 1120px;--tr: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--sans);color:var(--text);background:var(--cream);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.serif{font-family:var(--serif)}h1,h2,h3,h4{font-family:var(--serif);line-height:1.15}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.text-amber{color:var(--amber)}.text-center{text-align:center}.section-label{font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--amber);display:block;margin-bottom:.75rem}.fade-in{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.btn-buy{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--green);color:var(--white);font-family:var(--sans);font-size:1rem;font-weight:600;letter-spacing:.04em;padding:1.1rem 2rem;border:none;cursor:pointer;border-radius:50px;transition:background var(--tr),transform var(--tr),box-shadow var(--tr);box-shadow:0 4px 20px #2d501659;width:100%}.btn-buy:hover{background:var(--green-hover);transform:translateY(-2px);box-shadow:0 8px 30px #2d501673}.btn-buy:active{transform:translateY(0)}.btn-buy svg{flex-shrink:0}.check-list{list-style:none;display:flex;flex-direction:column;gap:.9rem}.check-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem}.check-icon{width:22px;height:22px;border-radius:50%;background:#22c55e;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.check-icon svg{width:12px;height:12px}.announcement-bar{position:sticky;top:0;z-index:100;background:var(--amber);color:var(--white);padding:.6rem 1rem;text-align:center;font-size:.88rem;font-weight:500;letter-spacing:.02em}.announcement-bar__inner{display:flex;align-items:center;justify-content:center;gap:1.25rem;flex-wrap:wrap}.announcement-bar__text{display:flex;align-items:center;gap:.4rem}.announcement-bar__divider{opacity:.5}.countdown{font-weight:700;font-size:.95rem;font-family:var(--sans);letter-spacing:.08em}.hero{padding:5rem 0 4rem;background:var(--cream)}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.hero__grid{grid-template-columns:1fr;gap:2.5rem}}.hero__headline{font-family:var(--serif);font-size:clamp(2.2rem,4vw,3.2rem);font-weight:900;color:var(--dark-brown);line-height:1.1;margin-bottom:1.25rem}.hero__sub{font-size:1.05rem;color:var(--text-muted);line-height:1.7;margin-bottom:.75rem}.hero__sub strong{color:var(--text)}.hero__tagline{font-size:.95rem;color:var(--text-muted);font-style:italic;margin-bottom:2rem}.hero__image{border-radius:var(--radius);overflow:hidden}.hero__image img{width:100%;height:auto;border-radius:var(--radius)}.hero__trust{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.82rem;color:var(--text-muted)}.hero__trust svg{color:var(--amber)}.hero__stars{color:var(--amber);letter-spacing:.05em}.problem-section{background:var(--beige);padding:5rem 0}.problem-section__inner{max-width:720px;margin:0 auto}.problem-section h2{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.5rem);color:var(--dark-brown);margin-bottom:1.5rem}.problem-section p{font-size:1rem;line-height:1.8;color:var(--text);margin-bottom:1rem}.problem-section p strong{color:var(--dark-brown)}.problem-callout{font-size:1.05rem;font-weight:600;color:var(--dark-brown);margin-bottom:.5rem!important}.benefits-section{background:var(--white);padding:5rem 0}.benefits-section h2{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.5rem);color:var(--dark-brown);margin-bottom:.75rem}.benefits-section h2 span{color:var(--amber)}.benefits-grid{display:flex;flex-direction:column;gap:2.5rem;margin-top:3rem}.benefit-item{display:grid;grid-template-columns:auto 1fr;gap:1.25rem;align-items:start}.benefit-icon{width:48px;height:48px;border-radius:50%;background:var(--beige);display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.benefit-item h3{font-family:var(--serif);font-size:1.2rem;color:var(--dark-brown);margin-bottom:.4rem}.benefit-item p{font-size:.95rem;color:var(--text-muted);line-height:1.7}.features-section{background:var(--dark-brown);padding:5rem 0}.features-section h2{font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.2rem);color:var(--white);margin-bottom:.5rem}.features-section .section-label{color:var(--amber)}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2.5rem}@media(max-width:640px){.features-grid{grid-template-columns:1fr}}.feature-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem}.feature-card .check-icon{background:var(--amber)}.feature-card span{color:var(--white);font-size:.95rem;font-weight:500}.inside-section{background:var(--cream);padding:5rem 0}.inside-section__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.inside-section__grid{grid-template-columns:1fr}}.inside-section h2{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.5rem);color:var(--dark-brown);margin-bottom:1rem}.inside-section h2 span{color:var(--amber)}.inside-section p{font-size:1rem;line-height:1.75;color:var(--text-muted);margin-bottom:2rem}.inside-section__list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.5rem}.inside-section__list li{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:var(--text)}.inside-section__list li:before{content:"\2713";color:var(--green);font-weight:700}.inside-image{border-radius:var(--radius);overflow:hidden;box-shadow:0 20px 60px #0000001f}.bonuses-section{background:var(--dark-mid);padding:5rem 0;position:relative;overflow:hidden}.bonuses-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url() center/cover no-repeat;opacity:.15}.bonuses-section h2{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.4rem);color:var(--white);margin-bottom:.5rem}.bonuses-section .section-label{color:var(--amber-light)}.bonuses-section__sub{color:#fff9;margin-bottom:3rem;font-size:.95rem}.bonuses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:768px){.bonuses-grid{grid-template-columns:1fr}}.bonus-card{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:2rem;text-align:center}.bonus-card__emoji{font-size:2.5rem;margin-bottom:1rem;display:block}.bonus-card h3{font-family:var(--serif);color:var(--white);font-size:1.15rem;margin-bottom:.75rem}.bonus-card p{font-size:.9rem;color:#fff9;line-height:1.65;margin-bottom:1.25rem}.bonus-badge{display:inline-block;background:var(--amber);color:var(--white);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:.35rem 1rem;border-radius:50px}.testimonials-section{background:var(--beige-mid);padding:5rem 0}.testimonials-section h2{font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.2rem);color:var(--dark-brown);margin-bottom:.5rem}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem}@media(max-width:768px){.reviews-grid{grid-template-columns:1fr}}.review-card{background:var(--white);border-radius:var(--radius);padding:1.75rem;box-shadow:0 2px 16px #0000000f}.review-stars{color:var(--amber);font-size:1rem;letter-spacing:.05em;margin-bottom:.75rem}.review-text{font-size:.95rem;line-height:1.7;color:var(--text);font-style:italic;margin-bottom:1.25rem}.review-author{display:flex;align-items:center;gap:.75rem}.review-avatar{width:40px;height:40px;border-radius:50%;background:var(--beige);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;color:var(--amber);flex-shrink:0}.review-name{font-size:.875rem;font-weight:600;color:var(--dark-brown)}.review-location{font-size:.75rem;color:var(--text-muted)}.guarantee-section{background:var(--cream);padding:5rem 0}.guarantee-inner{display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center;max-width:800px;margin:0 auto}@media(max-width:640px){.guarantee-inner{grid-template-columns:1fr;text-align:center}}.guarantee-seal{width:160px;height:160px;border-radius:50%;border:4px solid var(--amber);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.guarantee-seal__days{font-family:var(--serif);font-size:3rem;font-weight:900;color:var(--amber);line-height:1}.guarantee-seal__label{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.guarantee-content h2{font-family:var(--serif);font-size:clamp(1.5rem,2.5vw,2rem);color:var(--dark-brown);margin-bottom:1rem}.guarantee-content p{font-size:.95rem;line-height:1.75;color:var(--text-muted);margin-bottom:.75rem}.delivery-section{background:var(--dark-brown);padding:4rem 0}.delivery-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:640px){.delivery-grid{grid-template-columns:1fr}}.delivery-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);padding:2rem}.delivery-card h3{font-family:var(--serif);color:var(--white);margin-bottom:.75rem;font-size:1.15rem}.delivery-card p{color:#fff9;font-size:.9rem;line-height:1.65}.delivery-icon{font-size:2rem;margin-bottom:1rem;display:block}.final-cta{background:var(--beige);padding:6rem 0;text-align:center}.final-cta__box{max-width:560px;margin:0 auto}.final-cta h2{font-family:var(--serif);font-size:clamp(1.8rem,3vw,2.5rem);color:var(--dark-brown);margin-bottom:.75rem}.price-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1.5rem 0}.price-original{font-size:1.1rem;color:var(--text-muted);text-decoration:line-through}.price-current{font-family:var(--serif);font-size:2.2rem;font-weight:900;color:var(--amber)}.price-badge{background:var(--amber);color:var(--white);font-size:.7rem;font-weight:700;padding:.3rem .75rem;border-radius:50px;letter-spacing:.08em;text-transform:uppercase}.final-cta__note{font-size:.82rem;color:var(--text-muted);margin-top:1rem}.final-cta__includes{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:1.5rem 0}.final-cta__includes span{font-size:.78rem;background:var(--white);border:1px solid rgba(0,0,0,.1);border-radius:50px;padding:.3rem .85rem;color:var(--text-muted)}.site-footer{background:#f0e8df;padding:2.5rem 0;text-align:center}.site-footer p{font-size:.8rem;color:var(--text-muted)}.site-footer a{color:var(--amber);text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
