:root{--gold:#C9A84C;--gold-dark:#A8863A;--gold-light:#E8D5A3;--gold-pale:#F7F0DC;--cream:#FDFAF5;--ivory:#F5EDE0;--dark:#1C1610;--charcoal:#2E2418;--brown:#5C4533;--muted:#8A7060;--white:#FFFFFF;--font-display:'Cormorant Garamond',Georgia,serif;--font-body:'Jost',sans-serif;--shadow-sm:0 2px 16px rgba(28,22,16,.07);--shadow-md:0 8px 40px rgba(28,22,16,.11);--shadow-lg:0 20px 70px rgba(28,22,16,.16);--radius-sm:8px;--radius-md:18px;--radius-lg:32px;--transition:.38s cubic-bezier(.25,.46,.45,.94)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--charcoal);line-height:1.75;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.15;font-weight:400}h1{font-size:clamp(2.8rem,6vw,5.2rem)}h2{font-size:clamp(2rem,4vw,3.6rem)}h3{font-size:clamp(1.3rem,2.5vw,1.9rem)}p{font-size:1rem;color:var(--brown);line-height:1.8}.eyebrow{font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);display:inline-flex;align-items:center;gap:.6rem;margin-bottom:.9rem}.eyebrow::before{content:'';display:inline-block;width:28px;height:1px;background:var(--gold)}.container{width:min(92%,1180px);margin-inline:auto}.section{padding:110px 0}.section-sm{padding:70px 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.72rem 1.45rem;border-radius:999px;font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.105em;text-transform:uppercase;line-height:1.15;cursor:pointer;transition:var(--transition);border:none}.btn i{font-size:.82em}.btn-gold{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);color:var(--white);box-shadow:0 5px 20px rgba(201,168,76,.30)}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(201,168,76,.38)}.btn-outline{border:1px solid var(--gold);color:var(--gold-dark);background:rgba(255,255,255,.36)}.btn-outline:hover{background:var(--gold);color:var(--white);transform:translateY(-2px)}.btn-white{background:var(--white);color:var(--gold-dark);box-shadow:0 6px 22px rgba(28,22,16,.10)}.btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.header{position:fixed;top:0;left:0;right:0;z-index:900;padding:1.4rem 0;transition:var(--transition);background:rgba(253,250,245,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 30px rgba(28,22,16,.09)}.header.scrolled{padding:.9rem 0}.header-inner{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.8rem}.logo-img{height:52px;width:auto}.nav{display:flex;align-items:center;gap:2.4rem}.nav a{font-size:.78rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--charcoal);position:relative;transition:color var(--transition)}.nav a::after{content:'';position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--gold);transition:width var(--transition)}.nav a:hover,.nav a.active{color:var(--gold-dark)}.nav a:hover::after,.nav a.active::after{width:100%}.nav .btn{margin-left:.5rem;padding:.62rem 1.25rem;font-size:.7rem}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.hamburger span{display:block;width:26px;height:1.5px;background:var(--charcoal);transition:var(--transition)}.hamburger.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.mobile-menu{display:none;position:fixed;inset:0;background:var(--cream);z-index:800;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.mobile-menu.open{display:flex}.mobile-menu a{font-family:var(--font-display);font-size:2.4rem;color:var(--dark);transition:color var(--transition)}.mobile-menu a:hover{color:var(--gold)}.mobile-menu .btn{font-family:var(--font-body);font-size:.85rem;margin-top:.5rem}.hero{position:relative;min-height:calc(100vh + 70px);display:flex;align-items:center;overflow:hidden;padding-bottom:2rem}.hero-bg{position:absolute;inset:0;z-index:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center 25%}.hero-overlay{position:absolute;inset:0;background:linear-gradient(105deg,rgba(28,22,16,.78) 0%,rgba(28,22,16,.42) 52%,rgba(201,168,76,.08) 100%)}.hero-content{position:relative;z-index:1;max-width:720px;padding-top:9.2rem}.hero-content .eyebrow{color:var(--gold-light)}.hero-content .eyebrow::before{background:var(--gold-light)}.hero h1{color:var(--white);margin-bottom:1.3rem;line-height:1.05}.hero h1 em{font-style:italic;color:var(--gold-light)}.hero p{color:rgba(255,255,255,.8);font-size:1.05rem;max-width:500px;margin-bottom:2.4rem}.hero-btns{display:flex;flex-wrap:wrap;gap:1rem}.hero-stats{position:absolute;bottom:3rem;right:3rem;z-index:1;display:flex;gap:1.5rem}.hero-stat{background:rgba(253,250,245,.1);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-md);padding:1.2rem 1.8rem;text-align:center;color:var(--white)}.hero-stat strong{font-family:var(--font-display);font-size:2.4rem;display:block;line-height:1;color:var(--gold-light)}.hero-stat span{font-size:.68rem;letter-spacing:.15em;text-transform:uppercase;opacity:.8}.scroll-cue{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:.4rem;color:rgba(255,255,255,.45);font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;animation:scrollBounce 2.6s ease-in-out infinite}@keyframes scrollBounce{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(9px)}}.gold-strip{background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);padding:1.2rem 0}.strip-inner{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.strip-item{display:flex;align-items:center;gap:.6rem;color:var(--white);font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.strip-divider{width:1px;height:16px;background:rgba(255,255,255,.3)}.section-header{text-align:center;max-width:640px;margin:0 auto 4.5rem}.section-header .eyebrow{justify-content:center}.section-header h2{margin-bottom:1rem}.section-header p{color:var(--muted)}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.why-img-wrap{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/5;box-shadow:var(--shadow-lg)}.why-img-wrap img{width:100%;height:100%;object-fit:cover}.why-img-badge{position:absolute;bottom:1.8rem;left:-1.5rem;background:var(--white);border-radius:var(--radius-md);padding:1.2rem 1.6rem;box-shadow:var(--shadow-lg);display:flex;align-items:center;gap:.8rem}.why-img-badge i{font-size:1.4rem;color:var(--gold)}.why-img-badge strong{font-size:.95rem;color:var(--dark);display:block}.why-img-badge span{font-size:.72rem;color:var(--muted)}.why-items{display:flex;flex-direction:column;gap:1.6rem;margin-top:2.2rem}.why-item{display:flex;align-items:flex-start;gap:1.2rem;background:var(--white);border-radius:var(--radius-md);padding:1.4rem 1.6rem;box-shadow:var(--shadow-sm);transition:var(--transition)}.why-item:hover{transform:translateX(6px);box-shadow:var(--shadow-md)}.why-icon{width:48px;height:48px;border-radius:12px;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0}.why-icon i{font-size:1.1rem;color:var(--gold-dark)}.why-item h3{font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--dark);margin-bottom:.3rem}.why-item p{font-size:.85rem;margin:0}.services-section{background:var(--ivory)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}.service-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition)}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.service-card-img{aspect-ratio:4/3;overflow:hidden}.service-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-card-img img{transform:scale(1.06)}.service-card-body{padding:1.6rem 1.8rem 2rem}.service-card-body h3{margin-bottom:.7rem}.service-card-body p{font-size:.88rem;margin-bottom:1.4rem}.service-tag-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.4rem}.service-tag{background:var(--gold-pale);color:var(--gold-dark);font-size:.67rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .8rem;border-radius:50px}.service-card-body .btn{width:100%;justify-content:center;padding-block:.7rem}.services-full-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.service-full-card{background:var(--white);border-radius:var(--radius-lg);padding:2.4rem;box-shadow:var(--shadow-sm);transition:var(--transition);border-top:3px solid transparent}.service-full-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-top-color:var(--gold)}.sfc-icon{width:58px;height:58px;border-radius:16px;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;margin-bottom:1.4rem}.sfc-icon i{font-size:1.4rem;color:var(--gold-dark)}.service-full-card h3{margin-bottom:.8rem;font-size:1.5rem}.service-full-card p{font-size:.9rem;margin-bottom:1.2rem}.sfc-list{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.6rem}.sfc-list li{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--brown)}.sfc-list li i{color:var(--gold);font-size:.7rem}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.step-card{text-align:center;padding:2rem 1.5rem}.step-num{font-family:var(--font-display);font-size:4rem;color:var(--gold-pale);line-height:1;margin-bottom:.5rem;font-weight:300}.step-icon{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,var(--gold) 0%,var(--gold-dark) 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;box-shadow:0 6px 20px rgba(201,168,76,.3)}.step-icon i{color:var(--white);font-size:1.1rem}.step-card h3{font-size:1.2rem;margin-bottom:.6rem}.step-card p{font-size:.85rem}.areas-section{background:var(--ivory)}.areas-grid{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-top:1rem}.area-pill{display:flex;align-items:center;gap:.5rem;background:var(--white);border:1px solid var(--gold-light);border-radius:50px;padding:.65rem 1.4rem;font-size:.82rem;font-weight:500;color:var(--charcoal);transition:var(--transition)}.area-pill i{color:var(--gold);font-size:.85rem}.area-pill:hover{background:var(--gold);color:var(--white);border-color:var(--gold)}.area-pill:hover i{color:var(--white)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem}.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 2.2rem;box-shadow:var(--shadow-sm);position:relative;transition:var(--transition)}.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.testimonial-card::before{content:'\201C';font-family:var(--font-display);font-size:5rem;color:var(--gold-pale);position:absolute;top:-.5rem;left:1.4rem;line-height:1}.tc-stars{color:var(--gold);font-size:.85rem;margin-bottom:1rem}.tc-text{font-size:.9rem;font-style:italic;margin-bottom:1.4rem;color:var(--brown)}.tc-author{display:flex;align-items:center;gap:.8rem}.tc-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--gold-pale),var(--gold-light));display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.1rem;color:var(--gold-dark)}.tc-name{font-size:.88rem;font-weight:600;color:var(--dark)}.tc-service{font-size:.72rem;color:var(--muted)}.experience-card h3{font-size:1.45rem;margin:.65rem 0 1rem}.tc-category{display:inline-flex;color:var(--gold-dark);background:var(--gold-pale);border-radius:999px;padding:.35rem .8rem;font-size:.65rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.4rem}.experience-card .tc-text{font-style:normal;margin-bottom:0}.faq-list{max-width:780px;margin:0 auto}.faq-item{border-bottom:1px solid var(--ivory)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;background:none;border:none;font-family:var(--font-display);font-size:1.25rem;color:var(--dark);cursor:pointer;text-align:left;gap:1rem}.faq-question i{color:var(--gold);transition:transform var(--transition);flex-shrink:0}.faq-item.open .faq-question i{transform:rotate(45deg)}.faq-answer{font-size:.9rem;color:var(--brown);max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:300px;padding-bottom:1.4rem}.cta-banner{position:relative;overflow:hidden;border-radius:var(--radius-lg);padding:5rem 3rem;text-align:center;background:linear-gradient(135deg,var(--dark) 0%,var(--charcoal) 60%,#3A2810 100%)}.cta-banner::before{content:'';position:absolute;inset:0;background:url('../assets/interior-cabeleireiro-rosy-spa-queluz.webp') center/cover;opacity:.15}.cta-banner-inner{position:relative;z-index:1}.cta-banner .eyebrow{color:var(--gold-light)}.cta-banner .eyebrow::before{background:var(--gold-light)}.cta-banner h2{color:var(--white);margin-bottom:1rem}.cta-banner p{color:rgba(255,255,255,.75);max-width:520px;margin:0 auto 2.2rem}.cta-btns{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-img-collage{position:relative;height:560px}.collage-img-1{position:absolute;top:0;left:0;width:68%;height:75%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.collage-img-2{position:absolute;bottom:0;right:0;width:55%;height:55%;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);border:6px solid var(--cream)}.collage-img-1 img,.collage-img-2 img{width:100%;height:100%;object-fit:cover}.about-gold-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,var(--gold),var(--gold-dark));border-radius:50%;width:90px;height:90px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 32px rgba(201,168,76,.42);z-index:10}.about-gold-badge strong{font-family:var(--font-display);font-size:1.8rem;color:var(--white);line-height:1}.about-gold-badge span{font-size:.55rem;color:rgba(255,255,255,.85);letter-spacing:.12em;text-transform:uppercase}.about-text h2{margin-bottom:1.2rem}.about-text p{margin-bottom:1.2rem}.about-values{display:flex;flex-direction:column;gap:.8rem;margin:1.8rem 0 2.4rem}.about-value{display:flex;align-items:center;gap:.8rem;font-size:.9rem;color:var(--dark)}.about-value i{color:var(--gold)}.page-hero{background:linear-gradient(135deg,var(--dark) 0%,#3A2810 100%);padding:9rem 0 5rem;text-align:center;position:relative;overflow:hidden}.page-hero::before{content:'';position:absolute;inset:0;background:url('../assets/og-image.jpg') center/cover;opacity:.12}.page-hero-inner{position:relative;z-index:1}.page-hero .eyebrow{color:var(--gold-light)}.page-hero .eyebrow::before{background:var(--gold-light)}.page-hero h1{color:var(--white);margin-bottom:.8rem}.page-hero p{color:rgba(255,255,255,.7);max-width:520px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem;margin-bottom:4rem}.contact-card{background:var(--white);border-radius:var(--radius-lg);padding:2.2rem;box-shadow:var(--shadow-sm);text-align:center;transition:var(--transition)}.contact-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.cc-icon{width:60px;height:60px;border-radius:50%;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem}.cc-icon i{font-size:1.3rem;color:var(--gold-dark)}.contact-card h3{font-size:1.3rem;margin-bottom:.5rem}.contact-card p{font-size:.88rem;margin-bottom:1.2rem}.contact-card a{color:var(--gold-dark);font-weight:600;font-size:.9rem;transition:color var(--transition)}.contact-card a:hover{color:var(--gold)}.map-embed{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);height:420px}.map-embed iframe{width:100%;height:100%;border:none}.footer{background:var(--dark);padding:5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3.5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:2rem}.footer-logo{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.footer-logo img{height:46px}.footer-desc{font-size:.86rem;color:rgba(255,255,255,.5);line-height:1.8;margin-bottom:1.6rem}.footer-nap{font-size:.82rem;color:rgba(255,255,255,.45);line-height:2}.footer-nap strong{color:rgba(255,255,255,.7)}.social-links{display:flex;gap:.8rem;margin-top:1.4rem}.social-link{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);font-size:.85rem;transition:var(--transition)}.social-link:hover{background:var(--gold);border-color:var(--gold);color:var(--white)}.footer-col h3{font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col ul li a{font-size:.84rem;color:rgba(255,255,255,.45);transition:color var(--transition)}.footer-col ul li a:hover{color:var(--gold-light)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-bottom p{font-size:.78rem;color:rgba(255,255,255,.3)}.wa-float{position:fixed;bottom:1.8rem;right:1.8rem;z-index:9999;width:58px;height:58px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 28px rgba(37,211,102,.45);animation:waPulse 2.5s ease-in-out infinite;transition:transform .3s,box-shadow .3s}.wa-float:hover{transform:scale(1.1);box-shadow:0 10px 36px rgba(37,211,102,.55);animation:none}.wa-float i{color:var(--white);font-size:1.5rem}@keyframes waPulse{0%,100%{box-shadow:0 6px 28px rgba(37,211,102,.45)}50%{box-shadow:0 6px 28px rgba(37,211,102,.45),0 0 0 12px rgba(37,211,102,.12)}}.wa-tooltip{position:absolute;right:68px;top:50%;transform:translateY(-50%);background:var(--dark);color:var(--white);font-size:.72rem;font-weight:500;white-space:nowrap;padding:.4rem .85rem;border-radius:50px;opacity:0;pointer-events:none;transition:opacity .3s}.wa-float:hover .wa-tooltip{opacity:1}.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.steps-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.contact-grid{grid-template-columns:1fr;max-width:420px;margin-inline:auto}.about-story-grid{grid-template-columns:1fr}.about-img-collage{height:380px}.why-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero{min-height:auto;padding:8.5rem 0 4.5rem}.hero-content{padding-top:0}.nav{display:none}.hamburger{display:flex}.section{padding:70px 0}.services-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.hero-stats{display:none}.cta-banner{padding:3rem 1.5rem}.footer-bottom{flex-direction:column;text-align:center}.strip-divider{display:none}.strip-inner{gap:1.2rem}}@media (max-width:480px){.steps-grid{grid-template-columns:1fr}.hero h1{font-size:2.4rem}.hero-btns{flex-direction:column}.page-hero h1{font-size:2.2rem}.services-full-grid{grid-template-columns:1fr}}.review-proof{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.2rem}.proof-card{display:flex;flex-direction:column;align-items:center;gap:.2rem;background:var(--white);border:1px solid var(--gold-light);border-radius:999px;padding:.8rem 1.4rem;box-shadow:var(--shadow-sm);transition:var(--transition)}.proof-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md);border-color:var(--gold)}.proof-card strong{font-size:.85rem;color:var(--gold-dark);letter-spacing:.08em;text-transform:uppercase}.proof-card span{font-size:.78rem;color:var(--muted)}.section-tight-top{padding-top:42px}.section-tight-bottom{padding-bottom:42px}.legal-content{max-width:860px;margin:0 auto;background:var(--white);border-radius:var(--radius-lg);padding:clamp(2rem,5vw,4rem);box-shadow:var(--shadow-sm)}.legal-content h2{font-size:clamp(1.7rem,3vw,2.4rem);margin:2.2rem 0 1rem}.legal-content h2:first-child{margin-top:0}.legal-content h3{font-size:1.35rem;margin:1.6rem 0 .6rem}.legal-content p,.legal-content li{font-size:.96rem;color:var(--brown)}.legal-content ul{list-style:disc;padding-left:1.2rem;margin:.8rem 0 1.2rem}.legal-note{background:var(--gold-pale);border-left:3px solid var(--gold);padding:1rem 1.2rem;border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin:1.6rem 0}.footer-bottom a{color:rgba(255,255,255,.45);transition:color var(--transition)}.footer-bottom a:hover{color:var(--gold-light)}.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:10000}.cookie-box{max-width:1040px;margin:0 auto;background:rgba(253,250,245,.98);border:1px solid rgba(201,168,76,.25);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:1.1rem;display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.cookie-box strong{color:var(--dark);font-weight:600}.cookie-box p,.cookie-modal-card p{font-size:.82rem;margin-top:.25rem;margin-bottom:0;color:var(--brown);line-height:1.55}.cookie-actions{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:flex-end}.btn-cookie{padding:.7rem 1rem;font-size:.68rem}.cookie-modal{position:fixed;inset:0;z-index:10001;background:rgba(28,22,16,.55);display:grid;place-items:center;padding:1rem}.cookie-modal[hidden],.cookie-banner[hidden]{display:none}.cookie-modal-card{width:min(100%,520px);background:var(--cream);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-lg)}.cookie-modal-card h3{font-size:1.8rem;margin-bottom:.7rem}.cookie-option{display:flex;align-items:center;gap:.65rem;margin:1rem 0;color:var(--charcoal);font-size:.92rem}.cookie-option input{accent-color:var(--gold);width:18px;height:18px}.modal-actions{justify-content:flex-end;margin-top:1.4rem}@media (max-width:768px){.section-tight-top{padding-top:38px}.section-tight-bottom{padding-bottom:38px}.cookie-box{grid-template-columns:1fr}.cookie-actions{justify-content:flex-start}.proof-card{border-radius:var(--radius-md);width:100%}}.hero-btns-center{justify-content:center;margin-top:2rem}.seo-page-hero p{max-width:760px}.seo-intro-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2.5rem;align-items:stretch}.seo-panel{background:var(--white);border-radius:var(--radius-lg);padding:2.4rem;box-shadow:var(--shadow-sm);border:1px solid rgba(201,168,76,.16)}.seo-panel h2,.seo-panel h3{margin-bottom:1rem}.seo-panel p{color:var(--muted);margin-bottom:1rem}.seo-list{display:grid;gap:.85rem;margin-top:1.2rem}.seo-list li{display:flex;align-items:flex-start;gap:.75rem;color:var(--brown);font-size:.94rem}.seo-list i{color:var(--gold);margin-top:.2rem}.seo-badges{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.4rem}.seo-badge{border:1px solid rgba(201,168,76,.28);background:rgba(201,168,76,.08);color:var(--gold-dark);padding:.55rem .85rem;border-radius:999px;font-size:.78rem;font-weight:600}.seo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.seo-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);transition:var(--transition);border:1px solid rgba(201,168,76,.12)}.seo-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.seo-card .icon{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,rgba(201,168,76,.18),rgba(245,231,185,.25));color:var(--gold-dark);margin-bottom:1rem}.seo-card h3{font-size:1.35rem;margin-bottom:.7rem}.seo-card p{color:var(--muted);font-size:.9rem}.split-cta{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;background:linear-gradient(135deg,var(--white) 0%,var(--cream) 100%);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-sm)}.split-cta p{color:var(--muted)}.local-route{background:var(--dark);color:var(--white);border-radius:var(--radius-lg);padding:2rem}.local-route p,.local-route li{color:rgba(255,255,255,.72)}.local-route h3{color:var(--white)}.mini-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.mini-proof div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);padding:1rem;text-align:center}.mini-proof strong{display:block;color:var(--gold-light);font-family:var(--font-display);font-size:1.5rem}.mini-proof span{color:rgba(255,255,255,.72);font-size:.78rem;text-transform:uppercase;letter-spacing:.12em}@media (max-width:900px){.seo-intro-grid,.split-cta{grid-template-columns:1fr}.seo-cards{grid-template-columns:1fr 1fr}}@media (max-width:620px){.seo-cards,.mini-proof{grid-template-columns:1fr}.seo-panel,.split-cta{padding:1.6rem}}.service-jump-nav{position:sticky;top:92px;z-index:40;display:flex;gap:.7rem;align-items:center;overflow-x:auto;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:rgba(253,250,245,.88);border:1px solid rgba(201,168,76,.22);border-radius:999px;box-shadow:0 18px 50px rgba(28,22,16,.08);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);padding:.7rem;margin:-1.3rem auto 2.6rem;max-width:1080px}.service-jump-nav::-webkit-scrollbar{display:none}.service-jump-nav a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;padding:.68rem 1rem;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(201,168,76,.24);color:var(--dark);font-size:.73rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;transition:transform .28s ease,box-shadow .28s ease,background .28s ease,color .28s ease,border-color .28s ease}.service-jump-nav a i{color:var(--gold-dark);font-size:.78rem;transition:color .28s ease}.service-jump-nav a:hover,.service-jump-nav a:focus-visible{transform:translateY(-2px);background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--white);border-color:transparent;box-shadow:0 14px 34px rgba(201,168,76,.25)}.service-jump-nav a:hover i,.service-jump-nav a:focus-visible i{color:var(--white)}.service-full-card{scroll-margin-top:150px}.whatsapp-float{position:fixed;bottom:1.8rem;right:1.8rem;z-index:9999;width:58px;height:58px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 28px rgba(37,211,102,.45);animation:waPulse 2.5s ease-in-out infinite;transition:transform .3s,box-shadow .3s}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 10px 36px rgba(37,211,102,.55);animation:none}.whatsapp-float i{color:var(--white);font-size:1.5rem}@media (max-width:768px){.service-jump-nav{top:76px;margin:-1.1rem -4vw 2.2rem;border-radius:0;border-left:0;border-right:0;padding-inline:4vw;box-shadow:0 12px 34px rgba(28,22,16,.07)}.service-jump-nav a{min-height:40px;padding:.62rem .9rem;font-size:.68rem}.service-full-card{scroll-margin-top:132px}.whatsapp-float{width:54px;height:54px;bottom:1.2rem;right:1.2rem}}@media (max-width:768px){.service-jump-nav{display:flex !important;flex-direction:row !important;flex-wrap:nowrap !important;align-items:center !important;gap:.65rem !important;width:calc(100% + 2rem) !important;max-width:none !important;margin:-1rem -1rem 2rem !important;padding:.75rem 1rem !important;overflow-x:auto !important;overflow-y:hidden !important;-webkit-overflow-scrolling:touch !important;scrollbar-width:none !important;background:rgba(253,250,245,.96) !important;border-top:1px solid rgba(201,168,76,.18) !important;border-bottom:1px solid rgba(201,168,76,.18) !important;border-left:0 !important;border-right:0 !important;border-radius:0 !important;box-shadow:0 12px 30px rgba(28,22,16,.06) !important}.service-jump-nav::-webkit-scrollbar{display:none !important}.service-jump-nav a,.service-jump-nav a:visited{flex:0 0 auto !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:.42rem !important;min-width:max-content !important;min-height:42px !important;padding:.68rem .95rem !important;border-radius:999px !important;background:rgba(255,255,255,.95) !important;border:1px solid rgba(201,168,76,.38) !important;box-shadow:0 8px 22px rgba(28,22,16,.06) !important;color:var(--dark) !important;font-size:.68rem !important;font-weight:800 !important;letter-spacing:.075em !important;line-height:1 !important;text-transform:uppercase !important;text-decoration:none !important;white-space:nowrap !important}.service-jump-nav a i{display:inline-block !important;color:var(--gold-dark) !important;font-size:.78rem !important}.service-jump-nav a:active,.service-jump-nav a:focus-visible{background:linear-gradient(135deg,var(--gold),var(--gold-dark)) !important;border-color:transparent !important;color:var(--white) !important}.service-jump-nav a:active i,.service-jump-nav a:focus-visible i{color:var(--white) !important}}.local-landing-hero .page-hero-inner,.service-detail-hero .page-hero-inner{max-width:980px}.local-landing-hero h1,.service-detail-hero h1{max-width:980px;margin-left:auto;margin-right:auto}.seo-card a{display:inline-flex;margin-top:1rem;font-weight:800;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.service-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem}.service-links-grid a{background:var(--white);border:1px solid rgba(201,168,76,.24);border-radius:999px;padding:.95rem 1rem;text-align:center;color:var(--dark);font-weight:800;font-size:.74rem;text-transform:uppercase;letter-spacing:.07em;box-shadow:0 10px 30px rgba(28,22,16,.05);transition:var(--transition)}.service-links-grid a:hover,.service-links-grid a:focus-visible{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--white);transform:translateY(-2px)}.service-faq-list{max-width:920px;margin:0 auto}.service-detail-hero .hero-btns,.local-landing-hero .hero-btns{gap:.9rem}@media (max-width:900px){.service-links-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.local-landing-hero h1,.service-detail-hero h1{font-size:clamp(2.15rem,11vw,3.2rem)}.service-links-grid{grid-template-columns:1fr}.hero-btns-center .btn{width:100%}}.local-services-action{justify-content:center;margin-bottom:2.4rem}.service-detail-hero .hero-btns,.local-landing-hero .hero-btns{justify-content:center;margin-top:1.6rem}.seo-panel p + p{margin-top:1rem}.service-faq-list{max-width:900px;margin-inline:auto}@media (max-width:620px){.local-services-action{display:flex;overflow-x:auto;justify-content:flex-start;padding-bottom:.45rem;-webkit-overflow-scrolling:touch}.local-services-action .btn{flex:0 0 auto;white-space:nowrap}.local-landing-hero .hero-btns,.service-detail-hero .hero-btns{flex-direction:column;align-items:stretch}.local-landing-hero .hero-btns .btn,.service-detail-hero .hero-btns .btn{justify-content:center}}.step-card .step-num{color:rgba(201,168,76,.96) !important;text-shadow:0 8px 30px rgba(201,168,76,.18)}.step-card h3,.step-card p{color:var(--dark)}p,.service-card-body p,.seo-card p,.faq-answer p,.footer-desc,.footer-nap,.legal-content p,.about-text p,.section-text,.tc-text,.contact-card p,.service-full-card p,.local-landing-hero p,.service-detail-hero p{text-align:justify;text-justify:inter-word}.section-header p,.page-hero p,.hero p,.cta-banner p,.hero-btns + p,.proof-card span,.footer-bottom p{text-align:center}@media (max-width:760px){.services-grid,.testimonials-grid,.steps-grid,.contact-grid,.seo-cards,.services-full-grid,.mini-proof,.service-links-grid{display:flex !important;grid-template-columns:none !important;overflow-x:auto;overflow-y:visible;gap:1rem;padding:.25rem 1rem 1.15rem 1rem;margin-left:-1rem;margin-right:-1rem;scroll-snap-type:x mandatory;scroll-padding-left:1rem;-webkit-overflow-scrolling:touch}.services-grid::-webkit-scrollbar,.testimonials-grid::-webkit-scrollbar,.steps-grid::-webkit-scrollbar,.contact-grid::-webkit-scrollbar,.seo-cards::-webkit-scrollbar,.services-full-grid::-webkit-scrollbar,.mini-proof::-webkit-scrollbar,.service-links-grid::-webkit-scrollbar{display:none}.service-card,.testimonial-card,.step-card,.contact-card,.seo-card,.service-full-card,.proof-card,.service-links-grid a{flex:0 0 82vw !important;max-width:82vw !important;scroll-snap-align:start}.steps-grid .step-card{min-height:260px}.mini-proof .proof-card{border-radius:var(--radius-lg)}.service-links-grid a{display:flex;align-items:center;justify-content:center;min-height:54px}}.faq-page-section .section-header{margin-bottom:1.8rem}.faq-topic-nav{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin:0 auto 2.4rem}.faq-topic-nav button{border:1px solid rgba(201,168,76,.45);background:var(--white);color:var(--dark);border-radius:999px;padding:.8rem 1.15rem;font-family:var(--font-body);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:var(--transition);box-shadow:0 10px 28px rgba(28,22,16,.05);white-space:nowrap}.faq-topic-nav button.active,.faq-topic-nav button:hover,.faq-topic-nav button:focus-visible{background:linear-gradient(135deg,var(--gold),var(--gold-dark));color:var(--white);border-color:transparent;transform:translateY(-2px)}.faq-topic{max-width:860px;margin:0 auto 3rem}.faq-topic h3{font-size:clamp(1.8rem,4vw,2.6rem);text-align:center;margin-bottom:1.3rem}.faq-topic[hidden]{display:none !important}@media (max-width:760px){.faq-topic-nav{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding:.2rem 1rem 1rem;margin-left:-1rem;margin-right:-1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.faq-topic-nav::-webkit-scrollbar{display:none}.faq-topic-nav button{flex:0 0 auto;scroll-snap-align:start;padding:.78rem 1rem}}.sfc-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.1rem}.sfc-actions .btn{flex:1 1 155px;justify-content:center;min-height:40px;padding:.68rem 1rem;text-align:center}.service-full-card>.btn{display:none}@media (max-width:760px){.services-section .services-grid{display:flex !important;flex-wrap:nowrap !important;grid-template-columns:none !important;overflow-x:auto !important;overflow-y:visible !important;gap:1rem !important;padding:.35rem 1rem 1.4rem !important;margin-left:-1rem !important;margin-right:-1rem !important;scroll-snap-type:x mandatory;scroll-padding-left:1rem;-webkit-overflow-scrolling:touch}.services-section .services-grid::-webkit-scrollbar{display:none}.services-section .service-card{flex:0 0 82vw !important;max-width:82vw !important;min-width:82vw !important;scroll-snap-align:start}.services-section .service-card:last-child{margin-right:1rem}.sfc-actions{flex-direction:column}.sfc-actions .btn{width:100%;flex-basis:auto}}@media (max-width:760px){.btn{padding:.72rem 1.15rem;font-size:.7rem;letter-spacing:.09em}.hero-btns .btn,.hero-btns-center .btn{min-height:42px}.service-card-body .btn,.sfc-actions .btn{min-height:40px}}.breadcrumb{margin-top:6.8rem;margin-bottom:-3.8rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);display:flex;gap:.55rem;align-items:center;flex-wrap:wrap}.breadcrumb a{color:var(--gold-dark);transition:var(--transition)}.breadcrumb a:hover{color:var(--dark)}.service-related{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-top:1.5rem}.service-note{background:var(--gold-pale);border:1px solid rgba(201,168,76,.22);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm)}.service-note p{margin-bottom:0}@media (max-width:768px){.breadcrumb{margin-top:5.9rem;margin-bottom:-3rem;overflow-x:auto;white-space:nowrap;flex-wrap:nowrap;padding-bottom:.35rem}.service-related{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.5rem}.service-related .btn{flex:0 0 auto}}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.8rem}.blog-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);transition:var(--transition)}.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.blog-card h2{font-size:clamp(1.55rem,3vw,2.1rem);margin-bottom:1rem}.blog-card p{margin-bottom:1.4rem}.article-wrap{max-width:920px}.article-content{background:var(--white);border-radius:var(--radius-lg);padding:clamp(1.5rem,4vw,3rem);box-shadow:var(--shadow-sm)}.article-section{margin-bottom:2.4rem}.article-section h2{margin-bottom:.9rem;font-size:clamp(1.65rem,3vw,2.4rem)}.cta-inline{background:var(--gold-pale);border-radius:var(--radius-lg);padding:2rem;margin-top:2rem}.cta-inline h2{margin-bottom:.8rem}.cta-inline p{margin-bottom:1.2rem}.footer-nap{font-style:normal;color:var(--brown);font-size:.9rem;line-height:1.7;margin:1rem 0}.hero-btns-center{display:flex;flex-wrap:wrap;gap:.9rem}@media (max-width:768px){.blog-grid{display:flex;overflow-x:auto;gap:1rem;scroll-snap-type:x mandatory;padding:.4rem 8vw 1rem 0}.blog-grid .blog-card{flex:0 0 86%;scroll-snap-align:start}.article-content{padding:1.35rem}.article-section{margin-bottom:1.9rem}}.blog-index-section{padding-top:clamp(3.5rem,7vw,6.5rem)}.blog-grid-cards{align-items:stretch;gap:clamp(1.2rem,2.5vw,2rem)}.blog-card-rich{padding:0;overflow:hidden;border:1px solid rgba(201,168,76,.18);background:linear-gradient(180deg,var(--white),rgba(253,250,245,.94))}.blog-card-rich figure{margin:0;aspect-ratio:1.42 / 1;overflow:hidden;background:var(--cream)}.blog-card-rich figure img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}.blog-card-rich:hover figure img{transform:scale(1.045)}.blog-card-body{padding:clamp(1.25rem,2vw,1.7rem);display:flex;flex-direction:column;min-height:340px}.blog-meta{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:.9rem;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-dark)}.blog-meta span{border:1px solid rgba(201,168,76,.28);border-radius:999px;padding:.32rem .65rem;background:rgba(201,168,76,.07)}.blog-card-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:auto}.article-hero p{max-width:780px}.article-long-content{text-align:justify}.article-long-content .article-intro{font-size:1.08rem;color:var(--text);margin-bottom:1.4rem}.article-long-content ul,.article-long-content ol{margin:.8rem 0 1.7rem 1.25rem;color:var(--muted);line-height:1.85}.article-long-content li{padding-left:.25rem}.article-long-content strong{color:var(--dark)}.article-table{width:100%;border-collapse:collapse;margin:1.25rem 0 1.5rem;border-radius:var(--radius-md);overflow:hidden;font-size:.95rem}.article-table th,.article-table td{padding:.9rem 1rem;border:1px solid rgba(201,168,76,.18);text-align:left;vertical-align:top}.article-table th{background:rgba(201,168,76,.12);color:var(--dark)}.faq-mini h3{font-size:1.1rem;margin-top:1.25rem;margin-bottom:.4rem}@media (max-width:768px){.blog-card-body{min-height:360px}.blog-card-actions{flex-direction:column}.article-long-content{text-align:left}.article-table{display:block;overflow-x:auto;white-space:nowrap}}.compact-blog-hero{padding:8rem 0 4.8rem}.blog-index-premium{padding-top:clamp(3rem,6vw,5rem)}.blog-section-head{max-width:820px;margin-left:auto;margin-right:auto}.blog-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,2.4vw,2rem);align-items:stretch}.blog-card-editorial{background:linear-gradient(180deg,var(--white),rgba(253,250,245,.96));border:1px solid rgba(201,168,76,.18);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:var(--transition);display:flex;flex-direction:column}.blog-card-editorial:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.blog-card-image{display:block;aspect-ratio:1.38 / 1;overflow:hidden;background:var(--cream)}.blog-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}.blog-card-editorial:hover .blog-card-image img{transform:scale(1.04)}.blog-card-content{padding:clamp(1.15rem,2vw,1.55rem);display:flex;flex-direction:column;min-height:330px}.blog-card-meta{display:flex;gap:.55rem;flex-wrap:wrap;margin-bottom:.85rem;font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-dark)}.blog-card-meta span{border:1px solid rgba(201,168,76,.28);border-radius:999px;padding:.28rem .58rem;background:rgba(201,168,76,.07)}.blog-card-content h2{font-size:clamp(1.45rem,2.2vw,1.85rem);line-height:1.14;margin-bottom:.85rem}.blog-card-content h2 a{color:inherit}.blog-card-content p{margin-bottom:1.2rem;text-align:left}.blog-card-actions.compact-actions{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:auto}.blog-card-actions.compact-actions .btn{flex:1 1 145px;justify-content:center}.article-hero-premium{padding:9rem 0 4.5rem;background:linear-gradient(180deg,var(--cream),var(--bg))}.article-hero-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.72fr);gap:clamp(2rem,5vw,4.5rem);align-items:center}.article-hero-copy h1{font-size:clamp(2.55rem,6vw,5rem);line-height:.98;margin-bottom:1.2rem}.article-hero-copy p{max-width:680px;font-size:1.05rem;text-align:left}.article-hero-image{border-radius:var(--radius-lg);overflow:hidden;margin:0;box-shadow:var(--shadow-xl);border:1px solid rgba(255,255,255,.5)}.article-hero-image img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}.blog-breadcrumb{margin-bottom:-6.2rem}.article-section-premium{padding-top:clamp(3rem,5vw,5rem)}.article-layout-premium{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:clamp(1.5rem,4vw,3rem);align-items:start}.article-card-premium{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:clamp(1.55rem,4vw,3rem);border:1px solid rgba(201,168,76,.14)}.article-card-premium h2{font-size:clamp(1.9rem,4vw,3.1rem);line-height:1.05;margin:2.1rem 0 .85rem}.article-card-premium h3{font-size:clamp(1.28rem,2.4vw,1.75rem);margin:1.4rem 0 .55rem}.article-card-premium p{text-align:justify;margin-bottom:1rem}.article-card-premium .article-intro{font-size:1.08rem;color:var(--text)}.article-card-premium ul,.article-card-premium ol{margin:.7rem 0 1.5rem 1.25rem;line-height:1.8;color:var(--muted)}.article-sidebar{position:sticky;top:7rem;display:grid;gap:1rem}.sidebar-card{background:var(--dark);color:var(--white);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-md)}.sidebar-card h2{font-size:1.65rem;margin-bottom:.65rem;color:var(--white)}.sidebar-card p{color:rgba(255,255,255,.78);text-align:left}.sidebar-card .eyebrow{color:var(--gold-light)}.sidebar-card.soft{background:var(--white);color:var(--dark);border:1px solid rgba(201,168,76,.16)}.sidebar-card.soft h2{color:var(--dark)}.sidebar-card.soft ul{list-style:none;padding:0;margin:0;display:grid;gap:.65rem}.sidebar-card.soft a{color:var(--gold-dark);font-weight:800}.article-cta{margin-top:2.25rem}.read-next-section{padding-top:clamp(3rem,6vw,5rem)}.read-next-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.read-next-card{background:var(--white);border-radius:var(--radius-lg);padding:.85rem;display:grid;grid-template-columns:150px minmax(0,1fr);gap:1rem;box-shadow:var(--shadow-sm);border:1px solid rgba(201,168,76,.14);align-items:center}.read-next-img{aspect-ratio:1.25 / 1;border-radius:calc(var(--radius-lg) - .45rem);overflow:hidden;display:block}.read-next-img img{width:100%;height:100%;object-fit:cover;display:block}.read-next-card span{display:inline-block;color:var(--gold-dark);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:800;margin-bottom:.25rem}.read-next-card h3{font-size:1.25rem;margin:0 0 .4rem;line-height:1.18}.read-next-card p{font-size:.88rem;margin-bottom:.55rem;text-align:left}.text-link{color:var(--gold-dark);font-weight:900;letter-spacing:.05em;text-transform:uppercase;font-size:.75rem}.center-actions{display:flex;justify-content:center;margin-top:1.6rem}@media (max-width:980px){.blog-card-grid{grid-template-columns:1fr;max-width:720px;margin-inline:auto}.article-hero-grid,.article-layout-premium{grid-template-columns:1fr}.article-sidebar{position:static;grid-template-columns:1fr 1fr}}@media (max-width:760px){.compact-blog-hero{padding:7rem 0 3.6rem}.blog-card-grid{display:flex;overflow-x:auto;gap:1rem;scroll-snap-type:x mandatory;padding:.35rem 8vw 1.2rem 0;margin-right:-1rem}.blog-card-editorial{flex:0 0 84vw;scroll-snap-align:start}.blog-card-content{min-height:345px}.blog-card-actions.compact-actions{flex-direction:column}.article-hero-premium{padding:7rem 0 3.2rem}.article-hero-copy h1{font-size:clamp(2.25rem,12vw,3.65rem)}.article-hero-image img{min-height:260px}.article-card-premium p{text-align:left}.article-sidebar{grid-template-columns:1fr}.read-next-grid{display:flex;overflow-x:auto;gap:1rem;scroll-snap-type:x mandatory;padding:.2rem 8vw 1rem 0}.read-next-card{flex:0 0 84vw;grid-template-columns:1fr;scroll-snap-align:start}.read-next-img{aspect-ratio:1.45 / 1}}.blog-card-grid{align-items:stretch}.blog-card-editorial{min-width:0}.blog-card-content h2,.read-next-card h3,.article-card-premium h2,.article-card-premium h3,.article-hero-copy h1,.blog-section-head h2,.compact-blog-hero h1{text-transform:none}.read-next-card.read-next-card-text{grid-template-columns:1fr;padding:clamp(1.2rem,2.3vw,1.65rem);min-height:100%}.read-next-card.read-next-card-text>div{display:flex;flex-direction:column;height:100%}.read-next-card.read-next-card-text .text-link{margin-top:auto}.article-card-premium img:not(.emoji):not(.icon){display:none}@media (max-width:768px){.read-next-card.read-next-card-text{flex:0 0 84vw}}.blog-page .compact-blog-hero{padding:8.2rem 0 4.8rem}.blog-page .blog-index-premium{padding:clamp(3.5rem,6vw,5.8rem) 0}.blog-page .blog-section-head{max-width:820px;margin:0 auto clamp(2rem,4vw,3rem);text-align:center}.blog-page .blog-section-head h2{font-size:clamp(2.25rem,5vw,4.4rem) !important;line-height:1.05;max-width:860px;margin-inline:auto}.blog-page .blog-section-head p{max-width:760px;margin-inline:auto;text-align:center}.blog-page .blog-card-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.15rem,2vw,1.75rem);align-items:stretch}.blog-page .blog-card-editorial{background:linear-gradient(180deg,var(--white),rgba(253,250,245,.97));border:1px solid rgba(201,168,76,.18);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;min-width:0}.blog-page .blog-card-image{display:block;aspect-ratio:16 / 10;overflow:hidden;background:var(--cream)}.blog-page .blog-card-image img{width:100%;height:100%;object-fit:cover;display:block}.blog-page .blog-card-content{padding:clamp(1.2rem,2vw,1.55rem);min-height:0 !important;display:flex;flex-direction:column;flex:1}.blog-page .blog-card-content h2{font-size:clamp(1.35rem,2vw,1.78rem) !important;line-height:1.16;margin-bottom:.75rem}.blog-page .blog-card-content p{font-size:.96rem;line-height:1.75;text-align:left;margin-bottom:1.2rem}.blog-page .blog-card-meta{margin-bottom:.75rem}.blog-page .blog-card-actions.compact-actions{margin-top:auto}.blog-page .blog-card-actions.compact-actions .btn{flex:0 0 auto;width:auto}.article-page .article-hero-bg{position:relative;padding:9.5rem 0 5.8rem;background-image:linear-gradient(105deg,rgba(28,22,16,.82),rgba(28,22,16,.48)),var(--article-bg);background-size:cover;background-position:center;color:var(--white);overflow:hidden}.article-page .article-hero-inner{display:block;max-width:980px;margin-inline:auto;text-align:center;position:relative;z-index:1}.article-page .article-hero-copy-centered{max-width:920px;margin-inline:auto}.article-page .article-hero-copy h1{color:var(--white);font-size:clamp(2.35rem,5.8vw,5rem) !important;line-height:1.02;margin:0 auto 1.25rem;max-width:980px;text-transform:none}.article-page .article-hero-copy p{color:rgba(255,255,255,.86);max-width:760px;margin-inline:auto;text-align:center;font-size:1.05rem;line-height:1.8}.article-page .article-actions{justify-content:center;margin-top:1.7rem}.article-page .article-hero-image,.article-page .article-card-premium img:not(.emoji):not(.icon){display:none !important}.article-page .article-section-premium{padding-top:clamp(3.5rem,6vw,5.5rem)}.article-page .article-layout-premium{display:grid;grid-template-columns:minmax(0,820px) 300px;justify-content:center;gap:clamp(1.6rem,4vw,3rem);align-items:start}.article-page .article-card-premium{background:var(--white);border:1px solid rgba(201,168,76,.14);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:clamp(1.8rem,4vw,3.4rem)}.article-page .article-card-premium h2{font-size:clamp(1.75rem,3.4vw,2.65rem) !important;line-height:1.12;margin:2.6rem 0 1rem;text-transform:none}.article-page .article-card-premium h2:first-child{margin-top:0}.article-page .article-card-premium h3{font-size:clamp(1.25rem,2.2vw,1.65rem) !important;line-height:1.2;margin:1.65rem 0 .65rem;text-transform:none}.article-page .article-card-premium p{font-size:1rem;line-height:1.88;margin-bottom:1.2rem;text-align:justify}.article-page .article-card-premium .article-intro{font-size:1.06rem;line-height:1.9;margin-bottom:1.5rem}.article-page .article-card-premium ul,.article-page .article-card-premium ol{margin:1rem 0 1.8rem 1.25rem;line-height:1.85}.article-page .article-table{margin:1.4rem 0 1.9rem}.article-page .article-sidebar{top:6.5rem}.article-page .read-next-section{padding-top:clamp(3.5rem,6vw,5.5rem)}.article-page .read-next-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.article-page .read-next-card.read-next-card-text{background:var(--white);border:1px solid rgba(201,168,76,.14);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:clamp(1.25rem,2.4vw,1.75rem)}.article-page .read-next-card h3{font-size:clamp(1.25rem,2vw,1.55rem) !important;line-height:1.18}@media (max-width:1080px){.blog-page .blog-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-page .article-layout-premium{grid-template-columns:minmax(0,1fr);max-width:920px;margin-inline:auto}.article-page .article-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.blog-page .compact-blog-hero{padding:7rem 0 3.4rem}.blog-page .blog-card-grid{display:grid !important;grid-template-columns:1fr;gap:1rem;padding:0;margin:0;overflow:visible}.blog-page .blog-card-editorial{width:100%}.blog-page .blog-card-content h2{font-size:clamp(1.45rem,8vw,2rem) !important}.article-page .article-hero-bg{padding:7.2rem 0 3.8rem}.article-page .article-hero-copy h1{font-size:clamp(2.1rem,11vw,3.55rem) !important}.article-page .article-card-premium{padding:1.35rem;border-radius:var(--radius-md)}.article-page .article-card-premium h2{font-size:clamp(1.65rem,8vw,2.25rem) !important}.article-page .article-card-premium p{text-align:left;line-height:1.78}.article-page .article-sidebar{grid-template-columns:1fr}.article-page .read-next-grid{grid-template-columns:1fr}}.about-inline-photo{margin:1.4rem 0 1.25rem;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);border:1px solid rgba(201,168,76,.14);aspect-ratio:16 / 10;background:var(--cream)}.about-inline-photo img{width:100%;height:100%;object-fit:cover;display:block}.why-img-wrap>img{object-position:center}.mobile-carousel-ui{display:none}.mobile-carousel-ui .mobile-carousel-next{width:42px;height:42px;border-radius:999px;border:1px solid rgba(201,168,76,.34);background:rgba(255,255,255,.92);color:var(--gold-dark);box-shadow:var(--shadow-sm);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.mobile-carousel-ui .mobile-carousel-next:focus-visible{outline:3px solid rgba(201,168,76,.35);outline-offset:3px}.mobile-carousel-dots{display:inline-flex;gap:.38rem;align-items:center}.mobile-carousel-dot{width:7px;height:7px;border-radius:999px;background:rgba(201,168,76,.28);transition:width .25s ease,background .25s ease}.mobile-carousel-dot.active{width:18px;background:var(--gold-dark)}@media (max-width:768px){.services-page .services-full-grid,.contact-page .contact-grid{display:grid !important;grid-template-columns:1fr !important;overflow:visible !important;scroll-snap-type:none !important;padding-right:0 !important;margin-right:0 !important}.services-page .service-full-card,.contact-page .contact-card{flex:initial !important;width:100% !important;max-width:none !important;scroll-snap-align:unset !important;margin-right:0 !important}.services-page .service-links-grid{display:grid !important;grid-template-columns:1fr !important;overflow:visible !important;scroll-snap-type:none !important;padding-right:0 !important;margin-right:0 !important}.services-page .service-links-grid a{flex:initial !important;width:100% !important;max-width:none !important}.about-page .about-img-collage{display:none !important}.about-inline-photo{margin:1.25rem 0 1.15rem;aspect-ratio:4 / 3}.about-inline-photo img{object-position:center center}.mobile-carousel-enhanced{scrollbar-width:none;-ms-overflow-style:none;padding-right:18vw !important;scroll-padding-left:0}.mobile-carousel-enhanced::-webkit-scrollbar{display:none}.mobile-carousel-ui{display:flex;align-items:center;justify-content:center;gap:.85rem;margin-top:1rem;margin-bottom:.25rem}.home-page .services-section .services-grid .service-card,.about-page .steps-grid .step-card,.blog-page .blog-card-grid .blog-card-editorial,.article-page .read-next-grid .read-next-card{flex-basis:78vw !important}.home-page .services-section .services-grid,.about-page .steps-grid,.blog-page .blog-card-grid,.article-page .read-next-grid{overflow-x:auto !important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}}.footer-credit{flex:0 0 100%;order:2;text-align:center !important;font-size:.66rem !important;line-height:1.5;letter-spacing:.02em;color:rgba(255,255,255,.32) !important;margin:.25rem 0}.footer-credit a{color:rgba(255,255,255,.58);text-decoration:none;transition:color var(--transition)}.footer-credit a:hover,.footer-credit a:focus-visible{color:var(--gold-light)}.footer-credit strong{font-weight:700}@media (max-width:900px){.mobile-menu{position:fixed;top:76px;right:1rem;left:1rem;bottom:auto;max-height:calc(100vh - 96px);overflow-y:auto;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.35rem;padding:1rem;background:rgba(253,250,245,.98);border:1px solid rgba(201,168,76,.22);border-radius:22px;box-shadow:0 24px 70px rgba(37,25,12,.18);backdrop-filter:blur(16px);transform:translateY(-12px) scaleY(.98);transform-origin:top center;opacity:0;visibility:hidden;pointer-events:none;z-index:850;transition:opacity .25s ease,transform .25s ease,visibility .25s ease}.mobile-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scaleY(1)}.mobile-menu a,.mobile-menu-main{width:100%;display:flex;align-items:center;min-height:42px;padding:.72rem .9rem;border-radius:14px;font-family:var(--font-body);font-size:.83rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--dark);background:rgba(255,255,255,.48)}.mobile-menu a:hover,.mobile-menu a.active,.mobile-menu-main:hover{color:var(--gold-dark);background:rgba(201,168,76,.12)}.mobile-menu .btn{width:100%;justify-content:center;margin-top:.55rem;font-family:var(--font-body);font-size:.73rem;min-height:42px}.mobile-menu-group{width:100%}.mobile-menu-row{display:grid;grid-template-columns:1fr 44px;gap:.45rem;align-items:stretch}.mobile-menu-row .mobile-menu-main{margin:0}.mobile-submenu-toggle{border:1px solid rgba(201,168,76,.22);background:rgba(255,255,255,.62);color:var(--gold-dark);border-radius:14px;display:inline-flex;align-items:center;justify-content:center;min-height:42px;cursor:pointer;transition:transform .25s ease,background .25s ease}.mobile-submenu-toggle.open i{transform:rotate(180deg)}.mobile-submenu-toggle i{transition:transform .25s ease}.mobile-submenu{margin:.45rem 0 .3rem;padding:.55rem;border-radius:18px;background:rgba(255,255,255,.58);border:1px solid rgba(201,168,76,.16);display:grid;gap:.3rem}.mobile-submenu[hidden]{display:none !important}.mobile-submenu a{min-height:36px;padding:.58rem .75rem;font-size:.72rem;letter-spacing:.06em;background:transparent;color:var(--brown);border-radius:12px;text-transform:none;font-weight:500}}.article-meta-note{margin:.65rem auto 0;max-width:720px;color:rgba(255,255,255,.78);font-size:.78rem;line-height:1.5;letter-spacing:.02em}@media (max-width:768px){.hero-bg img{object-position:70% center !important}.hero-overlay{background:linear-gradient(180deg,rgba(30,20,12,.58),rgba(30,20,12,.45) 45%,rgba(30,20,12,.56)) !important}}.fa-solid,.fa-brands{font-style:normal;font-family:inherit;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;text-rendering:auto}.fa-whatsapp::before{content:"☎"}.fa-instagram::before{content:"IG";font-size:.72em;letter-spacing:-.04em}.fa-facebook-f::before{content:"f";font-family:Arial,sans-serif;font-weight:700}.fa-chevron-down::before{content:"⌄";font-size:1.05em}.fa-arrow-right::before,.fa-chevron-right::before{content:"›";font-size:1.25em}.fa-check::before,.fa-circle-check::before,.fa-check-circle::before{content:"✓"}.fa-plus::before{content:"+"}.fa-location-dot::before,.fa-map-location-dot::before{content:"⌖"}.fa-location-arrow::before{content:"➤"}.fa-clock::before{content:"◷"}.fa-calendar-check::before{content:"▣"}.fa-envelope::before{content:"✉"}.fa-phone::before,.fa-mobile-screen::before{content:"☎"}.fa-list::before{content:"☰"}.fa-star::before{content:"★"}.fa-heart::before{content:"♡"}.fa-spa::before,.fa-sparkles::before,.fa-hand-sparkles::before{content:"✦"}.fa-scissors::before{content:"✂"}.fa-graduation-cap::before{content:"◈"}.fa-book-open::before{content:"▤"}.fa-bolt::before{content:"↯"}.fa-eye::before{content:"◉"}.fa-feather::before{content:"⌁"}.fa-award::before{content:"◇"}.fa-shield-halved::before{content:"◐"}.fa-diamond::before{content:"◆"}.fa-face-smile::before,.fa-face-smile-beam::before{content:"☺"}.fa-circle-question::before{content:"?"}.fa-car::before{content:"↗"}.fa-bus::before{content:"▭"}.fa-train::before{content:"▱"}.logo-img{width:auto !important;height:52px !important;aspect-ratio:84 / 52;object-fit:contain}.footer-logo img{width:auto !important;height:46px !important;aspect-ratio:74 / 46;object-fit:contain}img{height:auto}.hero-bg img,.why-img-wrap img,.service-card-img img,.about-inline-photo img{height:100%}:root{--gold-accessible:#8E6F24;--muted-accessible:#6F5646}.btn-outline{color:var(--gold-accessible);border-color:rgba(142,111,36,.75);background:rgba(255,255,255,.62)}.btn-white{color:var(--gold-accessible)}.footer-desc,.footer-nap,.footer-col ul li a,.footer-bottom p{color:rgba(255,255,255,.62)}.footer-nap strong{color:rgba(255,255,255,.82)}.footer-credit{color:rgba(255,255,255,.58) !important}.footer-credit a{color:rgba(255,255,255,.76) !important}.footer-credit a:hover,.footer-credit a:focus-visible{color:var(--gold-light) !important}.footer-col h3{font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem}.why-item h3{font-family:var(--font-body);font-size:.9rem;font-weight:600;color:var(--dark);margin-bottom:.3rem}.wa-float{animation:waFloat 2.8s ease-in-out infinite;box-shadow:0 6px 24px rgba(37,211,102,.36);transition:transform .3s ease;will-change:transform}.wa-float:hover{transform:scale(1.08);box-shadow:0 8px 28px rgba(37,211,102,.42);animation:none}@keyframes waFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.wa-float,.scroll-cue{animation:none !important}*,*::before,*::after{scroll-behavior:auto !important}}@media (max-width:768px){.mobile-carousel-enhanced{display:flex !important;flex-wrap:nowrap !important;grid-template-columns:none !important;overflow-x:auto !important;overflow-y:visible !important;gap:1rem !important;padding:.35rem 18vw 1.4rem 1rem !important;margin-left:-1rem !important;margin-right:-1rem !important;scroll-snap-type:x mandatory;scroll-padding-left:1rem;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.mobile-carousel-enhanced::-webkit-scrollbar{display:none}.mobile-carousel-enhanced>*{flex:0 0 78vw !important;width:78vw !important;max-width:78vw !important;min-width:78vw !important;scroll-snap-align:start}.mobile-carousel-ui{display:flex;align-items:center;justify-content:center;gap:.85rem;margin-top:.85rem;margin-bottom:.25rem}.mobile-carousel-ui .mobile-carousel-next{width:42px;height:42px;border-radius:999px;border:1px solid rgba(201,168,76,.34);background:rgba(255,255,255,.94);color:var(--gold-accessible);box-shadow:0 8px 28px rgba(28,22,16,.10);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.mobile-carousel-dots{display:inline-flex;gap:.38rem;align-items:center}.mobile-carousel-dot{width:7px;height:7px;border-radius:999px;background:rgba(142,111,36,.28);transition:width .25s ease,background .25s ease}.mobile-carousel-dot.active{width:18px;background:var(--gold-accessible)}.services-page .services-full-grid,.contact-page .contact-grid,.services-page .service-links-grid{display:grid !important;grid-template-columns:1fr !important;overflow:visible !important;scroll-snap-type:none !important;padding:0 !important;margin-left:0 !important;margin-right:0 !important}.services-page .service-full-card,.contact-page .contact-card,.services-page .service-links-grid a{flex:initial !important;width:100% !important;min-width:0 !important;max-width:none !important;scroll-snap-align:unset !important}}@media (max-width:620px){.hero-bg img{object-position:58% center !important}}