:root{--gold:#C9A84C;--gold-light:#E8C96A;--gold-dark:#9A7A2E;--black:#0A0A0A;--black-soft:#111111;--black-card:#161616;--white:#FFFFFF;--white-soft:#F5F0E8;--gray:#888888;--gray-light:#CCCCCC}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Raleway,sans-serif;background:var(--black);color:var(--white);overflow-x:hidden}body::before{content:'';position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:1000;opacity:.4}.topbar{position:fixed;top:0;left:0;right:0;z-index:999;background:rgba(10,10,10,.95);backdrop-filter:blur(12px);border-bottom:1px solid rgba(201,168,76,.2)}.topbar-inner{max-width:1140px;width:100%;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px}.topbar-logo{font-family:'Playfair Display',serif;font-size:1rem;color:var(--gold);letter-spacing:.04em;}.topbar-cta{background:var(--gold);color:var(--black);font-family:Raleway,sans-serif;font-weight:700;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;padding:10px 18px;border-radius:3px;text-decoration:none;white-space:nowrap;transition:background .2s,transform .2s;display:flex;align-items:center;gap:6px}.topbar-cta:hover{background:var(--gold-light);transform:scale(1.03)}.hero{position:relative;background-image:url('../Assets/images/ADV_CAROL-HERO MOBILE.webp');background-size:cover;background-position:center top;background-repeat:no-repeat;padding:270px 24px 40px;display:flex;flex-direction:column;text-align:left;overflow:hidden}.hero-bg,.hero-lines{display:none}.hero-content{position:relative;z-index:1;max-width:1140px;width:100%;margin:0 auto}.urgency-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.4);border-radius:100px;padding:6px 16px;font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:28px;animation:pulse-border 2s infinite}@keyframes pulse-border{0%,100%{border-color:rgba(201,168,76,.4);box-shadow:0 0 0 0 rgba(201,168,76,0)}50%{border-color:rgba(201,168,76,.8);box-shadow:0 0 12px 2px rgba(201,168,76,.15)}}.badge-dot{width:8px;height:8px;border-radius:50%;background:#ff3b30;animation:blink 1.2s infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:.2}}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(2.2rem, 8vw, 4.2rem);font-weight:900;line-height:1.1;color:var(--white);margin-bottom:10px;letter-spacing:-.01em}.hero h1 em{font-style:normal;color:var(--gold);display:block}.hero-sub{font-size:clamp(1rem, 3vw, 1.25rem);font-weight:300;color:var(--gray-light);margin:20px 0 36px;line-height:1.6;max-width:760px}.hero-sub strong{color:var(--white);font-weight:600}.cta-group{display:flex;flex-direction:column;gap:14px;width:100%}.btn-primary{width:100%;background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--black);font-family:Raleway,sans-serif;font-weight:800;font-size:1rem;letter-spacing:.06em;text-transform:uppercase;padding:18px 28px;border-radius:4px;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 32px rgba(201,168,76,.25);position:relative;overflow:hidden}.btn-primary::after{content:'';position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-primary:hover::after{left:160%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(201,168,76,.35)}.btn-secondary{width:100%;background:0 0;color:var(--white);font-family:Raleway,sans-serif;font-weight:600;font-size:.9rem;letter-spacing:.05em;padding:15px 28px;border-radius:4px;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(255,255,255,.2);transition:border-color .2s,background .2s}.btn-secondary:hover{border-color:var(--gold);background:rgba(201,168,76,.05)}.hero-trust{margin-top:40px;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:4px;font-size:.75rem;font-weight:500;color:var(--gray);letter-spacing:.02em}.trust-item svg{color:var(--gold);flex-shrink:0}.gold-divider{width:60px;height:3px;background:linear-gradient(90deg,transparent,var(--gold),transparent);margin:0 auto}section{padding:70px 24px}.section-inner{max-width:1140px;width:100%;margin:0 auto}.section-tag{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:12px;text-align:center}.section-title{font-family:'Playfair Display',serif;font-size:clamp(1.7rem, 5vw, 2.6rem);font-weight:700;text-align:center;line-height:1.2;margin-bottom:16px;color:var(--white)}.section-title em{font-style:normal;color:var(--gold)}.section-desc{text-align:center;color:var(--gray-light);font-size:.97rem;line-height:1.7;max-width:760px;margin:0 auto 48px;font-weight:400}.urgency-section{background:linear-gradient(135deg,rgba(201,168,76,.08),rgba(201,168,76,.03));border-top:1px solid rgba(201,168,76,.2);border-bottom:1px solid rgba(201,168,76,.2);padding:50px 24px}.urgency-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin:0 auto}.urgency-card{background:var(--black-card);border:1px solid rgba(201,168,76,.15);border-radius:8px;padding:28px 20px;text-align:center;transition:border-color .25s,transform .25s;position:relative;overflow:hidden}.urgency-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);opacity:0;transition:opacity .3s}.urgency-card:hover{border-color:rgba(201,168,76,.4);transform:translateY(-4px)}.urgency-card:hover::before{opacity:1}.urgency-icon{font-size:2rem;margin-bottom:14px;display:block}.urgency-card h3{font-family:'Playfair Display',serif;font-size:1.05rem;font-weight:700;color:var(--gold);margin-bottom:8px}.urgency-card p{font-size:.85rem;color:var(--gray-light);line-height:1.6;font-weight:400}.problems-section{background:var(--black-soft)}.problems-list{display:grid;grid-template-columns:1fr;gap:16px;margin:0 auto 48px}.problem-item{display:flex;align-items:flex-start;gap:14px;background:var(--black-card);border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:20px;animation:fadeInUp .5s ease both}.problem-icon{font-size:1.5rem;flex-shrink:0;margin-top:2px}.problem-item h4{font-weight:700;font-size:.95rem;color:var(--white);margin-bottom:4px}.problem-item p{font-size:.83rem;color:var(--gray);line-height:1.5}.problem-answer{background:linear-gradient(135deg,rgba(201,168,76,.1),rgba(201,168,76,.04));border:1px solid rgba(201,168,76,.3);border-radius:10px;padding:28px 24px;text-align:center;max-width:860px;margin:0 auto}.problem-answer h3{font-family:'Playfair Display',serif;font-size:1.3rem;color:var(--gold);margin-bottom:10px}.problem-answer p{font-size:.9rem;color:var(--gray-light);line-height:1.7}.services-grid{display:grid;grid-template-columns:1fr;gap:20px}.service-card{background:var(--black-card);border:1px solid rgba(201,168,76,.12);border-radius:10px;padding:30px 22px;position:relative;overflow:hidden;transition:transform .3s,border-color .3s}.service-card:hover{transform:translateY(-5px);border-color:rgba(201,168,76,.4)}.service-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:100px;background:linear-gradient(180deg,transparent,rgba(201,168,76,.04));pointer-events:none}.service-number{font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:900;color:rgba(201,168,76,.1);line-height:1;margin-bottom:16px}.service-card h3{font-family:'Playfair Display',serif;font-size:1.1rem;color:var(--gold);margin-bottom:10px;font-weight:700}.service-card p{font-size:.85rem;color:var(--gray-light);line-height:1.65}.about-section{background:var(--black-soft)}.about-card{background:var(--black-card);border:1px solid rgba(201,168,76,.2);border-radius:12px;max-width:1140px;margin:0 auto;position:relative;overflow:hidden;display:flex;flex-direction:column}.about-photo-wrapper{width:100%;background:rgba(201,168,76,.05)}.about-photo-img{width:100%;height:100%;object-fit:cover;display:block;min-height:300px}.about-content{padding:40px 32px}.about-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--gold-dark),var(--gold),var(--gold-dark))}.about-header{display:flex;align-items:center;gap:20px;margin-bottom:28px;flex-wrap:wrap}.about-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--gold-dark),var(--gold));display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0;border:3px solid rgba(201,168,76,.3)}.about-name{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:4px}.about-role{font-size:.85rem;color:var(--gold);font-weight:600;letter-spacing:.08em;text-transform:uppercase}.about-text{font-size:.92rem;color:var(--gray-light);line-height:1.8;margin-bottom:24px}.about-badges{display:flex;flex-wrap:wrap;gap:10px}.about-badge{background:rgba(201,168,76,.08);border:1px solid rgba(201,168,76,.25);border-radius:100px;padding:6px 14px;font-size:.78rem;font-weight:600;color:var(--gold-light);letter-spacing:.04em}.proof-section{background:var(--black)}.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-bottom:48px;border-radius:10px;overflow:hidden;border:1px solid rgba(201,168,76,.15);max-width:900px;margin-left:auto;margin-right:auto}.proof-stat{background:var(--black-card);padding:28px 16px;text-align:center}.proof-number{font-family:'Playfair Display',serif;font-size:2rem;font-weight:900;color:var(--gold);display:block;margin-bottom:6px}.proof-label{font-size:.75rem;color:var(--gray);font-weight:500;letter-spacing:.05em;text-transform:uppercase;line-height:1.4}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;margin:0 auto 48px}.testimonial-card{background:var(--black-card);border:1px solid rgba(201,168,76,.12);border-radius:10px;padding:24px 22px;position:relative}.testimonial-card::before{content:'"';font-family:'Playfair Display',serif;font-size:4rem;color:rgba(201,168,76,.15);position:absolute;top:10px;left:16px;line-height:1}.testimonial-text{font-size:.9rem;color:var(--gray-light);line-height:1.7;margin-bottom:14px;padding-top:20px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:10px}.author-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,rgba(201,168,76,.3),rgba(201,168,76,.1));display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;color:var(--gold)}.author-name{font-weight:700;font-size:.85rem;color:var(--white)}.author-case{font-size:.75rem;color:var(--gold);font-weight:500}.stars{color:var(--gold);font-size:.8rem;letter-spacing:2px}.steps-section{background:var(--black-soft)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin:0 auto 48px}.step-card{text-align:center;padding:28px 18px;position:relative}.step-number{width:52px;height:52px;border-radius:50%;background:var(--black-card);border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:900;color:var(--gold);margin:0 auto 16px}.step-card h4{font-weight:700;font-size:.95rem;color:var(--white);margin-bottom:8px}.step-card p{font-size:.83rem;color:var(--gray);line-height:1.6}.step-arrow{display:none}.final-cta{background:var(--black);padding:80px 24px;text-align:center;position:relative;overflow:hidden}.final-cta::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 50% 50%,rgba(201,168,76,.08) 0,transparent 70%)}.final-cta-inner{position:relative;z-index:1;max-width:860px;margin:0 auto}.final-cta h2{font-family:'Playfair Display',serif;font-size:clamp(1.8rem, 6vw, 3rem);font-weight:900;line-height:1.15;margin-bottom:16px;color:var(--white)}.final-cta h2 em{font-style:normal;color:var(--gold)}.final-cta p{font-size:.97rem;color:var(--gray-light);line-height:1.7;margin-bottom:36px}.final-cta-buttons{display:flex;flex-direction:column;gap:14px;max-width:380px;margin:0 auto 32px}.guarantee-text{font-size:.78rem;color:var(--gray);display:flex;align-items:center;justify-content:center;gap:6px}.footer{background:#070707;border-top:1px solid rgba(201,168,76,.1);padding:32px 24px;text-align:center}.footer-logo{font-family:'Playfair Display',serif;font-size:1.2rem;color:var(--gold);margin-bottom:6px}.footer-oab{font-size:.78rem;color:var(--gray);margin-bottom:4px}.footer-legal{font-size:.7rem;color:rgba(136,136,136,.5);max-width:500px;margin:16px auto 0;line-height:1.5}.whatsapp-float{position:fixed;bottom:24px;right:20px;z-index:990;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.whatsapp-bubble{background:rgba(10,10,10,.95);border:1px solid rgba(201,168,76,.3);border-radius:8px;padding:10px 14px;font-size:.78rem;color:var(--gray-light);max-width:200px;text-align:right;backdrop-filter:blur(8px);animation:bounce-in .5s ease 1.5s both}@keyframes bounce-in{0%{opacity:0;transform:translateY(10px) scale(.95)}100%{opacity:1;transform:none}}.whatsapp-btn{width:58px;height:58px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);text-decoration:none;transition:transform .2s,box-shadow .2s;animation:bounce-in .5s ease 1s both}.whatsapp-btn:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(37,211,102,.55)}.whatsapp-btn svg{fill:white}@keyframes fadeInUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}.animate{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.animate.visible{opacity:1;transform:none}@media (min-width:600px){.cta-group{flex-direction:row;max-width:none;flex-wrap:wrap}.btn-primary,.btn-secondary{width:auto;min-width:200px;flex:1 1 auto}.final-cta-buttons{flex-direction:row;justify-content:center}.step-arrow{display:block;position:absolute;right:-6px;top:36px;color:var(--gold);font-size:1.2rem}.step-card{position:relative}.steps-grid>.step-card:last-child .step-arrow{display:none}.problems-list{grid-template-columns:repeat(2,1fr)}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){section{padding:90px 40px}.about-content{padding:48px 44px}.proof-grid{margin-bottom:52px}}@media (min-width:992px){.hero{align-items:flex-start;text-align:left;background-image:url('../Assets/images/ADV_CAROL-HERO DESKTOP.webp');background-size:cover;background-position:center;padding-top:100px;min-height:100svh}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:40px}.hero-left{padding-top:110px}.problems-list{grid-template-columns:repeat(4,1fr)}.problem-item{flex-direction:column;align-items:center;text-align:center;margin-top:0}.problem-icon{margin-bottom:8px}.services-grid{grid-template-columns:repeat(3,1fr)}.about-card{flex-direction:row;align-items:stretch}.about-photo-wrapper{width:45%;flex-shrink:0}.about-content{display:flex;flex-direction:column;justify-content:center;width:55%}}