*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}:root{--leaf:#3D4022;--leaf-light:#4a4d2a;--gold:#A08351;--gold-dark:#8a7045;--off:#DBCFB9;--sand:#B6A586;--white:#FFFFFF;--font-serif:'Playfair Display', Georgia, serif;--font-sans:'Nunito Sans', 'Helvetica Neue', Arial, sans-serif;scroll-behavior:smooth;scroll-padding-top:6rem}body{font-family:var(--font-sans);color:var(--leaf);background-color:var(--off);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{border:none;background:none;cursor:pointer;font-family:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1rem}@media (min-width:640px){.container{padding:0 1.5rem}}@media (min-width:1024px){.container{padding:0 2rem}}.fade-up{opacity:0;transform:translateY(30px);transition:opacity 0.8s ease,transform 0.8s ease}.fade-up.visible{opacity:1;transform:translateY(0)}.fade-left{opacity:0;transform:translateX(-30px);transition:opacity 1s ease,transform 1s ease}.fade-left.visible{opacity:1;transform:translateX(0)}.top-bar{background:var(--gold);color:var(--off);text-align:center;padding:.6rem 1rem;font-size:.8rem;font-weight:600;letter-spacing:.05em}.top-bar .urgency-pulse{display:inline-block;width:8px;height:8px;background:var(--off);border-radius:50%;margin-right:8px;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.header{position:sticky;top:0;z-index:100;background:var(--leaf);transition:box-shadow 0.4s ease,background 0.4s ease}.header.scrolled{box-shadow:0 4px 20px rgb(0 0 0 / .15);background:rgb(61 64 34 / .97);backdrop-filter:blur(10px)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:80px}.header-logo img{height:56px;width:auto}.header-nav{display:none;align-items:center;gap:2rem}.header-nav a{color:rgb(219 207 185 / .8);font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;transition:color 0.3s;position:relative}.header-nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--gold);transition:width 0.3s}.header-nav a:hover{color:var(--off)}.header-nav a:hover::after{width:100%}.header-actions{display:none;align-items:center;gap:1rem}.header-actions .icon-btn{color:rgb(219 207 185 / .7);transition:color 0.3s;display:flex;align-items:center}.header-actions .icon-btn:hover{color:var(--off)}.btn-cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold);color:var(--off);padding:.65rem 1.5rem;font-size:.8rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;transition:all 0.3s}.btn-cta:hover{background:var(--gold-dark);box-shadow:0 8px 25px rgb(160 131 81 / .3);transform:translateY(-2px)}.mobile-toggle{display:flex;color:var(--off);padding:.5rem;font-size:1.5rem}.mobile-menu{display:none;background:var(--leaf);border-top:1px solid rgb(160 131 81 / .2);padding:1.5rem 1rem}.mobile-menu.open{display:block}.mobile-menu a{display:block;color:rgb(219 207 185 / .8);font-size:1rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.75rem 0;border-bottom:1px solid rgb(219 207 185 / .1)}.mobile-menu .btn-cta{display:block;text-align:center;margin-top:1rem;padding:.85rem}@media (min-width:1024px){.header-nav{display:flex}.header-actions{display:flex}.mobile-toggle{display:none}}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url(https://d2xsxph8kpxj0f.cloudfront.net/310519663291646737/m4DaySeSXVNy64d4bwwsmY/hero-variant-6PxPvpz9BZQEVhP5Fqkmdm.webp) center/cover no-repeat}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgb(61 64 34 / .92),rgb(61 64 34 / .7),rgb(61 64 34 / .4))}.hero-overlay-bottom{position:absolute;inset:0;background:linear-gradient(to top,rgb(61 64 34 / .6),transparent)}.hero-content{position:relative;z-index:2;max-width:640px;padding:5rem 0}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgb(160 131 81 / .2);border:1px solid rgb(160 131 81 / .4);padding:.4rem 1rem;margin-bottom:2rem;backdrop-filter:blur(4px)}.hero-badge .dot{width:8px;height:8px;border-radius:50%;background:var(--gold);animation:pulse 2s infinite}.hero-badge span{color:var(--off);font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.hero h1{font-family:var(--font-serif);font-size:clamp(2.5rem, 6vw, 4.5rem);font-weight:700;color:var(--off);line-height:1.1;margin-bottom:1.5rem}.hero h1 em{font-style:italic;color:var(--gold)}.hero-subtitle{font-size:1.15rem;color:rgb(219 207 185 / .8);line-height:1.7;margin-bottom:2.5rem;font-weight:300;max-width:540px}.hero-ctas{display:flex;flex-direction:column;gap:1rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:var(--off);padding:1rem 2rem;font-size:.9rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;transition:all 0.3s}.btn-primary:hover{background:var(--gold-dark);box-shadow:0 10px 30px rgb(160 131 81 / .3);transform:translateY(-2px)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border:2px solid rgb(219 207 185 / .3);color:var(--off);padding:1rem 2rem;font-size:.9rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;transition:all 0.3s}.btn-secondary:hover{border-color:rgb(219 207 185 / .6);background:rgb(219 207 185 / .05)}@media (min-width:640px){.hero-ctas{flex-direction:row}}.hero-trust{display:flex;align-items:center;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgb(219 207 185 / .15);flex-wrap:wrap}.hero-trust-item{text-align:center}.hero-trust-item .number{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--gold)}.hero-trust-item .label{font-size:.65rem;color:rgb(219 207 185 / .6);text-transform:uppercase;letter-spacing:.1em}.hero-trust .divider{width:1px;height:40px;background:rgb(219 207 185 / .15)}.social-proof-bar{background:var(--leaf);padding:1.2rem 0;border-bottom:1px solid rgb(160 131 81 / .2)}.social-proof-bar .inner{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.social-proof-bar .proof-item{display:flex;align-items:center;gap:.5rem;color:rgb(219 207 185 / .7);font-size:.8rem;font-weight:600}.social-proof-bar .proof-item svg{width:18px;height:18px;color:var(--gold);flex-shrink:0}.brands{padding:4rem 0;background:rgb(61 64 34 / .05);border-top:1px solid rgb(182 165 134 / .2);border-bottom:1px solid rgb(182 165 134 / .2)}.brands-label{text-align:center;font-size:.7rem;color:rgb(61 64 34 / .4);text-transform:uppercase;letter-spacing:.3em;margin-bottom:2.5rem}.brands-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem}.brands-list span{font-family:var(--font-serif);font-weight:700;font-size:1.1rem;color:rgb(61 64 34 / .3);letter-spacing:.05em;transition:color 0.3s}.brands-list span:hover{color:var(--gold)}@media (min-width:1024px){.brands-list{gap:3.5rem}.brands-list span{font-size:1.25rem}}.how-it-works{padding:5rem 0 6rem;background:var(--off)}.section-label{text-align:center;font-size:.75rem;font-weight:700;color:var(--gold);letter-spacing:.3em;text-transform:uppercase}.section-title{text-align:center;font-family:var(--font-serif);font-size:clamp(1.8rem, 4vw, 3rem);font-weight:700;color:var(--leaf);margin-top:1rem;margin-bottom:1.5rem}.section-line{width:64px;height:2px;background:var(--gold);margin:0 auto 4rem}.section-subtitle{text-align:center;color:rgb(61 64 34 / .6);font-size:1.1rem;max-width:640px;margin:0 auto 3rem}.steps-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:4rem}}.step{text-align:center}.step-icon-wrap{position:relative;display:inline-block;margin-bottom:1.5rem}.step-number{position:absolute;top:-12px;right:-20px;font-family:var(--font-serif);font-size:3.5rem;font-weight:700;color:rgb(160 131 81 / .12);line-height:1;user-select:none}.step-icon{width:80px;height:80px;border-radius:50%;border:2px solid rgb(160 131 81 / .3);display:flex;align-items:center;justify-content:center;background:var(--off);position:relative;z-index:1}.step-icon svg{width:32px;height:32px;color:var(--gold)}.step h3{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--leaf);margin-bottom:.75rem}.step p{color:rgb(61 64 34 / .7);font-size:.95rem;line-height:1.7}.how-cta{text-align:center;margin-top:3.5rem}.btn-leaf{display:inline-flex;align-items:center;justify-content:center;background:var(--leaf);color:var(--off);padding:1rem 2rem;font-size:.85rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;transition:all 0.3s}.btn-leaf:hover{background:var(--leaf-light);box-shadow:0 8px 25px rgb(61 64 34 / .2);transform:translateY(-2px)}.pricing{padding:6rem 0;background:var(--leaf)}.pricing .section-label{color:var(--gold)}.pricing .section-title{color:var(--off)}.pricing .section-subtitle{color:rgb(219 207 185 / .6)}.period-toggle{display:inline-flex;border:1px solid rgb(160 131 81 / .3);margin:0 auto 4rem}.period-toggle-wrap{text-align:center}.period-btn{padding:.75rem 1.5rem;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgb(219 207 185 / .5);transition:all 0.3s;position:relative}.period-btn.active{background:var(--gold);color:var(--off)}.period-btn .badge-best{font-size:.6rem;background:rgb(219 207 185 / .2);padding:.15rem .5rem;border-radius:9999px;margin-left:.5rem;vertical-align:middle}.plans-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}@media (min-width:768px){.plans-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.plan-card{background:var(--off);padding:2rem 2rem 2.5rem;position:relative;border:1px solid rgb(182 165 134 / .3);transition:box-shadow 0.3s}.plan-card:hover{box-shadow:0 10px 40px rgb(0 0 0 / .1)}.plan-card.popular{border:2px solid var(--gold);box-shadow:0 15px 50px rgb(160 131 81 / .2)}@media (min-width:768px){.plan-card.popular{margin-top:-1rem;margin-bottom:1rem}}.popular-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--gold);color:var(--off);padding:.35rem 1.5rem;font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap}.plan-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.plan-header svg{width:24px;height:24px;color:rgb(61 64 34 / .5)}.plan-card.popular .plan-header svg{color:var(--gold)}.plan-header h3{font-family:var(--font-serif);font-size:1.25rem;font-weight:700;color:var(--leaf)}.plan-tagline{font-size:.85rem;color:rgb(61 64 34 / .6);margin-bottom:1.5rem}.plan-price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.5rem}.plan-price .currency{font-size:.85rem;color:rgb(61 64 34 / .5)}.plan-price .amount{font-family:var(--font-serif);font-size:3rem;font-weight:700;color:var(--leaf)}.plan-price .period{font-size:.85rem;color:rgb(61 64 34 / .5)}.plan-savings{display:inline-flex;align-items:center;gap:.25rem;background:rgb(61 64 34 / .1);padding:.25rem .75rem;font-size:.75rem;font-weight:700;color:var(--leaf);margin-bottom:1.5rem}.plan-divider{width:100%;height:1px;background:rgb(182 165 134 / .3);margin-bottom:1.5rem}.plan-features li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;font-size:.85rem;color:rgb(61 64 34 / .8)}.plan-features li svg{width:16px;height:16px;color:var(--gold);flex-shrink:0;margin-top:2px}.plan-cta{display:block;text-align:center;padding:1rem;font-size:.85rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;transition:all 0.3s;margin-top:2rem}.plan-cta.gold{background:var(--gold);color:var(--off)}.plan-cta.gold:hover{background:var(--gold-dark);box-shadow:0 8px 25px rgb(160 131 81 / .3);transform:translateY(-2px)}.plan-cta.leaf{background:var(--leaf);color:var(--off)}.plan-cta.leaf:hover{background:var(--leaf-light);box-shadow:0 8px 25px rgb(61 64 34 / .2);transform:translateY(-2px)}.pricing-trust{text-align:center;color:rgb(219 207 185 / .4);font-size:.85rem;margin-top:2.5rem}.guarantee{padding:4rem 0;background:rgb(160 131 81 / .08);border-top:1px solid rgb(182 165 134 / .2);border-bottom:1px solid rgb(182 165 134 / .2)}.guarantee-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;max-width:700px;margin:0 auto}.guarantee-icon{width:80px;height:80px;border:2px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center}.guarantee-icon svg{width:36px;height:36px;color:var(--gold)}.guarantee h3{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:var(--leaf)}.guarantee p{color:rgb(61 64 34 / .65);font-size:.95rem;line-height:1.7}.benefits{padding:6rem 0;background:var(--off)}.benefits-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}@media (min-width:1024px){.benefits-grid{grid-template-columns:1fr 1fr}}.benefits-image{position:relative}.benefits-image img{width:100%;box-shadow:0 20px 60px rgb(61 64 34 / .15)}.benefits-image .frame{position:absolute;bottom:-16px;right:-16px;width:100%;height:100%;border:2px solid rgb(160 131 81 / .3);z-index:-1}.benefits-image .economy-badge{position:absolute;top:-24px;right:-24px;background:var(--gold);color:var(--off);padding:.75rem 1.25rem;box-shadow:0 8px 25px rgb(160 131 81 / .3);z-index:2}.economy-badge .big{font-family:var(--font-serif);font-size:1.5rem;font-weight:700}.economy-badge .small{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase}.benefits-content .section-label,.benefits-content .section-title{text-align:left}.benefits-list{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.benefits-list{grid-template-columns:1fr 1fr}}.benefit-item{display:flex;gap:1rem}.benefit-icon{width:44px;height:44px;border:1px solid rgb(160 131 81 / .3);display:flex;align-items:center;justify-content:center;flex-shrink:0}.benefit-icon svg{width:20px;height:20px;color:var(--gold)}.benefit-item h4{font-family:var(--font-serif);font-weight:700;font-size:.9rem;color:var(--leaf);margin-bottom:.25rem}.benefit-item p{font-size:.8rem;color:rgb(61 64 34 / .6);line-height:1.6}.past-boxes{padding:6rem 0;background:rgb(182 165 134 / .15)}.boxes-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.boxes-grid{grid-template-columns:repeat(3,1fr)}}.box-card{background:var(--off);overflow:hidden;transition:box-shadow 0.3s,transform 0.3s}.box-card:hover{box-shadow:0 15px 40px rgb(61 64 34 / .1);transform:translateY(-4px)}.box-image{position:relative;height:250px;overflow:hidden}.box-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s}.box-card:hover .box-image img{transform:scale(1.05)}.box-image .overlay{position:absolute;inset:0;background:linear-gradient(to top,rgb(61 64 34 / .6),transparent)}.box-image .month-badge{position:absolute;bottom:12px;left:12px;background:var(--gold);color:var(--off);padding:.25rem .75rem;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.box-content{padding:1.5rem}.box-content h3{font-family:var(--font-serif);font-size:1.2rem;font-weight:700;color:var(--leaf);margin-bottom:.5rem}.box-content p{font-size:.85rem;color:rgb(61 64 34 / .6);line-height:1.6;margin-bottom:1rem}.box-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid rgb(182 165 134 / .3)}.box-meta .items{font-size:.7rem;color:rgb(61 64 34 / .5);text-transform:uppercase;letter-spacing:.1em}.box-meta .value{font-family:var(--font-serif);font-size:.9rem;font-weight:700;color:var(--gold)}.testimonials{position:relative;padding:6rem 0;overflow:hidden}.testimonials-bg{position:absolute;inset:0;background:url(https://d2xsxph8kpxj0f.cloudfront.net/310519663291646737/m4DaySeSXVNy64d4bwwsmY/testimonial-bg-AtthBpDYCjqUjT9xS4yFbn.webp) center/cover no-repeat}.testimonials-overlay{position:absolute;inset:0;background:rgb(61 64 34 / .88);backdrop-filter:blur(3px)}.testimonials .container{position:relative;z-index:2}.testimonials .section-title{color:var(--off)}.satisfaction-bar{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}.satisfaction-item{text-align:center}.satisfaction-item .big-number{font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:var(--gold)}.satisfaction-item .desc{font-size:.75rem;color:rgb(219 207 185 / .6);text-transform:uppercase;letter-spacing:.1em}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:rgb(219 207 185 / .95);backdrop-filter:blur(4px);padding:2rem;position:relative;transition:box-shadow 0.3s,transform 0.3s}.testimonial-card:hover{box-shadow:0 10px 30px rgb(0 0 0 / .1);transform:translateY(-4px)}.testimonial-quote{position:absolute;top:-12px;left:20px;font-family:var(--font-serif);font-size:4.5rem;color:rgb(160 131 81 / .3);line-height:1;user-select:none}.testimonial-stars{display:flex;gap:3px;margin-bottom:1rem}.testimonial-stars svg{width:16px;height:16px;fill:var(--gold);color:var(--gold)}.testimonial-text{font-size:.9rem;color:rgb(61 64 34 / .8);line-height:1.7;font-style:italic;margin-bottom:1.5rem}.testimonial-author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid rgb(182 165 134 / .3)}.testimonial-avatar{width:42px;height:42px;background:var(--leaf);display:flex;align-items:center;justify-content:center;color:var(--off);font-size:.7rem;font-weight:700}.testimonial-name{font-family:var(--font-serif);font-weight:700;font-size:.9rem;color:var(--leaf)}.testimonial-location{font-size:.75rem;color:rgb(61 64 34 / .5)}.blog{padding:6rem 0;background:var(--off)}.blog-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-card{background:var(--white);overflow:hidden;border:1px solid rgb(182 165 134 / .2);transition:box-shadow 0.3s,transform 0.3s}.blog-card:hover{box-shadow:0 10px 30px rgb(61 64 34 / .08);transform:translateY(-4px)}.blog-image{height:200px;overflow:hidden}.blog-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.6s}.blog-card:hover .blog-image img{transform:scale(1.05)}.blog-body{padding:1.5rem}.blog-category{font-size:.65rem;font-weight:700;color:var(--gold);letter-spacing:.2em;text-transform:uppercase;margin-bottom:.75rem}.blog-body h3{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--leaf);margin-bottom:.5rem;line-height:1.3}.blog-body p{font-size:.85rem;color:rgb(61 64 34 / .6);line-height:1.6;margin-bottom:1rem}.blog-link{font-size:.8rem;font-weight:700;color:var(--gold);letter-spacing:.1em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.5rem;transition:gap 0.3s}.blog-link:hover{gap:.75rem}.blog-link svg{width:16px;height:16px}.blog-cta{text-align:center;margin-top:3rem}.faq{padding:6rem 0;background:rgb(182 165 134 / .12)}.faq-list{max-width:768px;margin:0 auto}.faq-item{border:1px solid rgb(182 165 134 / .3);background:var(--off);margin-bottom:.75rem}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;text-align:left;font-family:var(--font-serif);font-weight:700;font-size:1rem;color:var(--leaf)}.faq-question svg{width:20px;height:20px;color:var(--gold);flex-shrink:0;transition:transform 0.3s}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.5s ease,opacity 0.3s ease;opacity:0}.faq-item.open .faq-answer{max-height:300px;opacity:1}.faq-answer-inner{padding:0 1.5rem 1.5rem}.faq-answer-inner .line{width:32px;height:1px;background:rgb(160 131 81 / .3);margin-bottom:1rem}.faq-answer-inner p{font-size:.9rem;color:rgb(61 64 34 / .7);line-height:1.7}.faq-contact{text-align:center;margin-top:3rem}.faq-contact p{color:rgb(61 64 34 / .6);margin-bottom:1rem}.btn-outline-leaf{display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--leaf);color:var(--leaf);padding:.75rem 2rem;font-size:.85rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;transition:all 0.3s}.btn-outline-leaf:hover{background:var(--leaf);color:var(--off)}.final-cta{padding:5rem 0 6rem;background:var(--leaf);text-align:center}.final-cta h2{font-family:var(--font-serif);font-size:clamp(1.8rem, 4vw, 3rem);font-weight:700;color:var(--off);margin-bottom:1.5rem;line-height:1.2}.final-cta h2 em{font-style:italic;color:var(--gold)}.final-cta .subtitle{color:rgb(219 207 185 / .6);font-size:1.1rem;margin-bottom:2.5rem;max-width:640px;margin-left:auto;margin-right:auto}.final-cta .btn-primary{margin-bottom:3rem}.final-trust{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding-top:2rem;border-top:1px solid rgb(219 207 185 / .1)}@media (min-width:640px){.final-trust{flex-direction:row;justify-content:center;gap:2.5rem}}.final-trust-item{display:flex;align-items:center;gap:.5rem;color:rgb(219 207 185 / .5);font-size:.85rem}.final-trust-item svg{width:20px;height:20px;color:var(--gold)}.footer{background:var(--leaf);color:var(--off);border-top:1px solid rgb(219 207 185 / .1)}.footer-main{padding:4rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:768px){.footer-grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}.footer-brand img{height:56px;width:auto;margin-bottom:1.5rem}.footer-brand p{font-size:.85rem;color:rgb(219 207 185 / .6);line-height:1.7;margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem}.footer-social a{width:40px;height:40px;border:1px solid rgb(219 207 185 / .2);display:flex;align-items:center;justify-content:center;transition:all 0.3s}.footer-social a:hover{border-color:var(--gold);background:rgb(160 131 81 / .1)}.footer-social a svg{width:16px;height:16px}.footer-col h4{font-family:var(--font-serif);font-weight:700;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem}.footer-col ul li{margin-bottom:.75rem}.footer-col ul li a{font-size:.85rem;color:rgb(219 207 185 / .6);transition:color 0.3s}.footer-col ul li a:hover{color:var(--off)}.footer-col .contact-info{font-size:.85rem;color:rgb(219 207 185 / .6);line-height:2}.footer-payments{margin-top:2rem}.footer-payments p{font-size:.65rem;color:rgb(219 207 185 / .4);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.footer-payments img{height:28px;width:auto;opacity:.7}.footer-bottom{border-top:1px solid rgb(219 207 185 / .1);padding:1.5rem 0}.footer-bottom-inner{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}@media (min-width:768px){.footer-bottom-inner{flex-direction:row;justify-content:space-between}}.footer-bottom p{font-size:.7rem;color:rgb(219 207 185 / .4)}.whatsapp-btn{position:fixed;bottom:24px;right:24px;z-index:200;width:56px;height:56px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgb(37 211 102 / .4);transition:all 0.3s;opacity:0;transform:translateY(20px);pointer-events:none}.whatsapp-btn.visible{opacity:1;transform:translateY(0);pointer-events:all}.whatsapp-btn:hover{background:#20bd5a;transform:scale(1.1) translateY(0)}.whatsapp-btn svg{width:28px;height:28px;fill:#fff}.live-counter{position:fixed;bottom:24px;left:24px;z-index:200;background:var(--leaf);color:var(--off);padding:.6rem 1rem;font-size:.75rem;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 15px rgb(0 0 0 / .15);opacity:0;transform:translateY(20px);transition:all 0.5s;border:1px solid rgb(160 131 81 / .3)}.live-counter.visible{opacity:1;transform:translateY(0)}.live-counter .live-dot{width:8px;height:8px;background:#25D366;border-radius:50%;animation:pulse 1.5s infinite}.live-counter strong{color:var(--gold)}.urgency-strip{background:linear-gradient(90deg,var(--gold),var(--gold-dark),var(--gold));background-size:200% 100%;animation:shimmer 3s infinite;padding:.75rem;text-align:center;color:var(--off);font-size:.8rem;font-weight:700;letter-spacing:.05em}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}