:root{
  --bg:#18051f; --bg-2:#25082e; --surface:#301039; --surface-2:#fdf7fa;
  --ink:#24151f; --text:#f8edf3; --muted:#d7c2cf; --muted-dark:#6d5964;
  --pink:#e0677f; --pink-2:#fb94a8; --magenta:#a22972; --gold:#d4af37;
  --line:rgba(255,255,255,.12); --green:#18a83f; --green-dark:#118534;
  --shadow:0 18px 55px rgba(27,4,35,.18); --radius:24px; --max:1180px;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:var(--sans);font-size:18px;line-height:1.65;color:var(--ink);background:#fff;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;top:-80px;left:16px;z-index:9999;background:#fff;color:#111;padding:12px 18px;border-radius:10px}.skip-link:focus{top:16px}
.topbar{background:#14041a;color:#f6e8f0;font-size:18px}.topbar .container{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar strong{color:var(--pink-2);font-weight:700}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(27,6,34,.97);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.header-inner{height:84px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:270px;height:auto;max-height:72px;object-fit:contain;object-position:left center}
.nav{display:flex;align-items:center;gap:26px;color:#fff;font-size:18px;font-weight:700}
.nav a{position:relative;padding:30px 0 28px}.nav a::after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--pink-2);transition:.25s}.nav a:hover::after,.nav a[aria-current="page"]::after{right:0}
.header-whatsapp{display:inline-flex!important;align-items:center;gap:9px;padding:12px 18px!important;border-radius:999px;background:var(--green);color:#fff!important}.header-whatsapp::after{display:none!important}.header-whatsapp:hover{background:var(--green-dark)}.header-whatsapp img{width:22px;height:22px}
.menu-toggle{display:none;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;border-radius:12px;width:48px;height:48px;align-items:center;justify-content:center}.menu-toggle span,.menu-toggle span::before,.menu-toggle span::after{content:"";display:block;width:23px;height:2px;background:#fff;position:relative;border-radius:3px}.menu-toggle span::before{position:absolute;top:-7px}.menu-toggle span::after{position:absolute;top:7px}.menu-toggle[aria-expanded="true"] span{background:transparent}.menu-toggle[aria-expanded="true"] span::before{top:0;transform:rotate(45deg)}.menu-toggle[aria-expanded="true"] span::after{top:0;transform:rotate(-45deg)}

.hero{position:relative;background:var(--bg);color:#fff;min-height:540px;overflow:hidden;touch-action:pan-y}
.hero-slider{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease;background-size:cover;background-position:center}.hero-slide.active{opacity:1;visibility:visible}.hero-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(19,4,27,.96) 0%,rgba(37,5,42,.84) 35%,rgba(37,5,42,.28) 62%,rgba(20,4,29,.1) 100%)}
.hero-content{position:relative;z-index:2;min-height:540px;display:flex;align-items:center}.hero-copy{width:min(590px,58%);padding:52px 0 78px}.hero-copy .kicker{font-size:18px;font-weight:800;color:#ffc1d0;margin:0 0 14px;letter-spacing:.03em}.hero h1,.hero h2{font-family:var(--serif);font-size:clamp(36px,4vw,52px);line-height:1.03;margin:0 0 20px;letter-spacing:-.03em}.hero p{font-size:19px;color:#f3dfe9;max-width:610px;margin:0 0 28px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:999px;padding:14px 22px;font-weight:800;font-size:18px;transition:.2s;max-width:100%;white-space:normal;text-align:center}.btn:hover{transform:translateY(-2px)}.btn-whatsapp{background:var(--green);color:#fff;box-shadow:0 10px 28px rgba(14,145,53,.24)}.btn-whatsapp:hover{background:var(--green-dark)}.btn img{width:22px;height:22px;flex:none}.btn-secondary{background:var(--bg);color:#fff}.btn-outline{border:1px solid rgba(111,26,90,.24);background:#fff;color:#6f1a5a}
.hero-dots{position:absolute;z-index:4;left:50%;bottom:28px;transform:translateX(-50%);display:flex;gap:9px}.hero-dot{width:10px;height:10px;border:0;border-radius:50%;background:rgba(255,255,255,.42);padding:0}.hero-dot.active{background:#fff;transform:scale(1.2)}

.trust-strip{position:relative;z-index:10;margin-top:-34px}.trust-grid{background:#fff;border-radius:20px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.trust-item{padding:24px 28px;display:flex;gap:16px;align-items:center;border-right:1px solid #efe3e9}.trust-item:last-child{border-right:0}.trust-icon{width:48px;height:48px;flex:none;border-radius:15px;background:#fce8ef;color:var(--magenta);display:grid;place-items:center;font-size:23px}.trust-item strong{display:block;color:#4b183d}.trust-item span{display:block;color:var(--muted-dark);font-size:18px;line-height:1.4}

.section{padding:92px 0}.section.soft{background:linear-gradient(180deg,#fff8fb,#fdf1f6)}.section.dark{background:linear-gradient(135deg,#1a0522,#370b40);color:#fff}.section-heading{max-width:760px;margin-bottom:40px}.section-heading.center{text-align:center;margin-left:auto;margin-right:auto}.eyebrow{font-size:18px;font-weight:900;color:var(--magenta);letter-spacing:.04em;text-transform:uppercase;margin:0 0 10px}.dark .eyebrow{color:#ffc1d0}.section h2{font-family:var(--serif);font-size:clamp(32px,3.5vw,44px);line-height:1.1;margin:0 0 16px;color:#3a1430;letter-spacing:-.025em}.dark h2{color:#fff}.section-heading p{font-size:18px;color:var(--muted-dark);margin:0}.dark .section-heading p{color:#e8d6e0}
.split{display:grid;grid-template-columns:1.02fr .98fr;gap:62px;align-items:center}.visual-card{position:relative}.visual-card img{width:100%;height:520px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.visual-badge{position:absolute;right:-18px;bottom:28px;max-width:250px;background:#fff;padding:20px;border-radius:18px;box-shadow:var(--shadow);font-weight:800;color:#551748}.copy p{color:#63525b}.copy .lead{font-size:19px;color:#4a3842}.check-list{list-style:none;margin:24px 0;padding:0;display:grid;gap:12px}.check-list li{display:flex;gap:11px;align-items:flex-start}.check-list li::before{content:"✓";width:26px;height:26px;flex:none;border-radius:50%;background:#f6dbe5;color:#8c245f;font-weight:900;display:grid;place-items:center;margin-top:1px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{background:#fff;border:1px solid #f0e0e8;border-radius:22px;overflow:hidden;box-shadow:0 12px 35px rgba(43,7,39,.07);display:flex;flex-direction:column}.service-card>img{width:100%;aspect-ratio:1.35/1;object-fit:cover}.service-card-body{padding:26px;display:flex;flex-direction:column;gap:12px;flex:1}.service-card h3{font-family:var(--serif);font-size:27px;line-height:1.15;margin:0;color:#421534}.service-card p{color:#6d5964;margin:0}.service-link{margin-top:auto;color:#8d245f;font-weight:800;display:inline-flex;gap:7px;align-items:center}.service-link:hover{color:#5f123f}
.feature{background:linear-gradient(135deg,#3a0a3f,#8b1f62);color:#fff;border-radius:30px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;box-shadow:var(--shadow)}.feature-copy{padding:54px}.feature-copy .eyebrow{color:#ffd0dd}.feature-copy h2{color:#fff}.feature-copy p{color:#f0dce8}.feature-media>img{width:100%;height:100%;min-height:460px;object-fit:cover}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.step{padding:32px;background:#fff;border-radius:20px;border:1px solid #f0e2e8}.step-num{font-family:var(--serif);font-size:40px;color:#bd3978;margin-bottom:12px}.step h3{font-size:21px;color:#401433;margin:0 0 8px}.step p{margin:0;color:#6d5964}
.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid #eedee7;border-radius:16px;padding:0 22px}.faq summary{cursor:pointer;font-weight:800;color:#471638;padding:20px 34px 20px 0;position:relative;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";position:absolute;right:0;top:16px;font-size:28px;color:#a22972}.faq details[open] summary::after{content:"−"}.faq details p{margin:0 0 20px;color:#66545e}
.final-cta{background:radial-gradient(circle at 75% 20%,rgba(224,103,127,.22),transparent 30%),linear-gradient(135deg,#1a0522,#3e0c46);color:#fff;border-radius:30px;padding:54px;display:flex;justify-content:space-between;align-items:center;gap:36px}.final-cta h2{color:#fff;margin-bottom:10px}.final-cta p{color:#ead6e1;max-width:650px;margin:0}

.page-hero{position:relative;min-height:390px;color:#fff;background-size:cover;background-position:center;display:flex;align-items:end;overflow:hidden}.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(19,4,27,.96),rgba(38,6,45,.72) 48%,rgba(18,4,28,.28))}.page-hero .container{position:relative;z-index:1;padding-top:84px;padding-bottom:62px}.breadcrumbs{display:flex;flex-wrap:wrap;gap:9px;color:#e7ccd9;font-size:18px;margin-bottom:16px}.breadcrumbs span{opacity:.72}.page-hero h1{font-family:var(--serif);font-size:clamp(36px,4vw,50px);line-height:1.05;margin:0 0 12px}.page-hero p{max-width:720px;margin:0;color:#f1dce7;font-size:18px}
.internal{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:50px;align-items:start}.content-block h2{font-family:var(--serif);font-size:32px;color:#411431;line-height:1.15;margin:42px 0 14px}.content-block h2:first-child{margin-top:0}.content-block h3{font-size:23px;color:#551748;margin:28px 0 8px}.content-block p{color:#64535d}.content-block .lead{font-size:19px;color:#43323b}.content-image{margin:30px 0;border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.content-image>img{width:100%;max-height:520px;object-fit:cover}.sidebar{position:sticky;top:112px;display:grid;gap:18px}.sidebar-card{border-radius:20px;padding:28px;background:#fdf3f7;border:1px solid #eedde6}.sidebar-card.dark{background:linear-gradient(145deg,#25072e,#4e124b);color:#fff;border:0}.sidebar-card h3{font-family:var(--serif);font-size:28px;line-height:1.15;margin:0 0 12px}.sidebar-card p{margin:0 0 18px}.sidebar-links{list-style:none;margin:0;padding:0;display:grid;gap:4px}.sidebar-links a{display:block;padding:10px 0;border-bottom:1px solid #ead8e1;font-weight:700;color:#64204e}.sidebar-links li:last-child a{border-bottom:0}
.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.service-detail{border:1px solid #eddde5;border-radius:22px;overflow:hidden;background:#fff}.service-detail>img{width:100%;height:260px;object-fit:cover}.service-detail-body{padding:26px}.service-detail h2{font-size:28px;margin:0 0 10px}.service-detail p{margin:0 0 16px}
.notice{padding:22px 24px;background:#fff3f7;border-left:4px solid var(--pink);border-radius:0 16px 16px 0;color:#59444f;margin:28px 0}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px}.contact-info{display:grid;gap:18px}.contact-card{padding:26px;border-radius:20px;background:#fdf3f7;border:1px solid #eedde6}.contact-card strong{display:block;color:#4a173b;font-size:20px;margin-bottom:4px}.contact-card a{color:#8a245e;font-weight:800}.contact-form{background:#fff;border:1px solid #eddde5;border-radius:24px;padding:32px;box-shadow:0 15px 40px rgba(45,7,39,.07)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field.full{grid-column:1/-1}.field label{display:block;font-weight:800;color:#4a173b;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:1px solid #d9c4ce;border-radius:12px;padding:13px 14px;background:#fff;color:#2c1b25;outline:0}.field textarea{min-height:150px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:#b93a78;box-shadow:0 0 0 3px rgba(185,58,120,.12)}.form-note{font-size:18px;color:#74616b;margin-top:14px}

.site-footer{background:#120318;color:#ead8e2;padding:70px 0 28px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr 1fr 1fr;gap:44px}.footer-logo{width:250px;max-height:90px;object-fit:contain;object-position:left center;margin-bottom:18px}.footer-grid h3{font-size:18px;color:#fff;margin:0 0 15px}.footer-grid p{color:#cdb8c4}.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:10px}.footer-links a:hover{color:#ffb1c6}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:46px;padding-top:22px;display:flex;justify-content:space-between;gap:20px;color:#bca6b3;font-size:18px}.footer-bottom a{color:#e8cbd8}
.float-whatsapp{position:fixed;right:22px;bottom:22px;z-index:900;width:58px;height:58px;border-radius:50%;background:var(--green);display:grid;place-items:center;box-shadow:0 12px 32px rgba(0,0,0,.25);transition:.2s}.float-whatsapp:hover{transform:translateY(-3px) scale(1.03)}.float-whatsapp img{width:34px;height:34px}
.lightbox{position:fixed;inset:0;z-index:2000;background:rgba(10,2,14,.93);display:none;align-items:center;justify-content:center;padding:28px}.lightbox.open{display:flex}.lightbox img{max-width:min(1100px,94vw);max-height:88vh;border-radius:16px}.lightbox-close{position:absolute;top:22px;right:24px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.25);background:#1d0724;color:#fff;font-size:30px}

.whats-page{min-height:100vh;background:radial-gradient(circle at 70% 20%,rgba(224,103,127,.22),transparent 30%),linear-gradient(145deg,#16041d,#3c0b46);color:#fff;display:grid;place-items:center;padding:28px}.whats-box{width:min(620px,100%);text-align:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:28px;padding:42px;box-shadow:0 20px 80px rgba(0,0,0,.25)}.whats-box .brand img{width:330px;max-width:90%;margin:0 auto 20px}.whats-box h1{font-family:var(--serif);font-size:40px;margin:0 0 12px}.whats-box p{color:#ead6e1}.loader{height:6px;background:rgba(255,255,255,.12);border-radius:99px;overflow:hidden;margin:26px 0}.loader span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--pink),var(--pink-2));animation:load 2.4s linear forwards}@keyframes load{to{width:100%}}

@media(max-width:980px){
 .topbar{display:none}.site-header{background:#1b0622;-webkit-backdrop-filter:none;backdrop-filter:none}.header-inner{height:72px}.brand img{width:220px;max-height:60px}.menu-toggle{display:flex;touch-action:manipulation}.nav{position:absolute;left:0;right:0;top:100%;background:#1b0622;display:none;flex-direction:column;align-items:stretch;gap:0;padding:14px 20px 24px;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 18px 35px rgba(0,0,0,.25);max-height:calc(100vh - 72px);max-height:calc(100dvh - 72px);overflow:auto;-webkit-overflow-scrolling:touch}.nav.open{display:flex}.nav a{padding:14px 6px;border-bottom:1px solid rgba(255,255,255,.08)}.nav a::after{display:none}.header-whatsapp{margin-top:10px;justify-content:center;border:0!important}
 .hero,.hero-content{min-height:530px}.hero-copy{width:min(680px,76%)}.trust-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid #efe3e9}.trust-item:last-child{border-bottom:0}
 .split,.feature,.contact-grid{grid-template-columns:1fr}.feature-media{order:-1}.feature-media img{min-height:360px;max-height:460px}.cards{grid-template-columns:repeat(2,1fr)}.internal{grid-template-columns:1fr}.sidebar{position:static;top:auto}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}
}
@media(max-width:680px){
 body{font-size:18px}.container{width:min(100% - 28px,var(--max))}.brand img{width:190px}.header-inner{height:68px}.nav{top:100%;max-height:calc(100vh - 68px);max-height:calc(100dvh - 68px)}
 .hero,.hero-content{min-height:560px}.hero-slide{background-position:68% center}.hero-slide::after{background:linear-gradient(180deg,rgba(24,4,32,.55),rgba(24,4,32,.9) 52%,rgba(24,4,32,.98))}.hero-copy{width:100%;padding:54px 0 94px;align-self:end}.hero h1,.hero h2{font-size:clamp(32px,9vw,40px);line-height:1.08}.hero p{font-size:18px}.trust-strip{margin-top:-22px}.trust-item{padding:20px}.section{padding:68px 0}.section h2{font-size:32px}.split{gap:34px}.visual-card img{height:400px}.visual-badge{position:static;margin:-26px 16px 0;max-width:none}.cards,.steps,.service-grid{grid-template-columns:1fr}.feature-copy{padding:34px 26px}.final-cta{padding:34px 26px;display:block}.final-cta .btn{margin-top:22px}.page-hero{min-height:350px}.page-hero .container{padding-top:70px;padding-bottom:44px}.page-hero h1{font-size:36px}.internal{gap:36px}.content-block h2{font-size:29px}.service-detail>img{height:240px}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.contact-form{padding:24px}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.float-whatsapp{right:15px;bottom:15px;width:56px;height:56px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* Serviços complementares */
.mini-services{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.mini-services a,.service-tags a{display:inline-flex;align-items:center;min-height:46px;padding:10px 16px;border:1px solid #ead7e1;border-radius:999px;background:#fff;color:#6e1d52;font-weight:800;box-shadow:0 8px 22px rgba(45,7,39,.05);transition:.2s}.mini-services a:hover,.service-tags a:hover{transform:translateY(-2px);border-color:#d996b5;background:#fff8fb}.center-action{text-align:center;margin-top:28px}.service-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-group{background:linear-gradient(180deg,#fff,#fff8fb);border:1px solid #eddde6;border-radius:22px;padding:28px}.service-group h3{font-family:var(--serif);font-size:27px;line-height:1.15;color:#421534;margin:0 0 18px}.service-tags{display:flex;flex-wrap:wrap;gap:10px}.service-tags a{font-size:18px;min-height:42px;padding:8px 13px}
@media(max-width:980px){.service-groups{grid-template-columns:1fr}}

/* Robustez para telas pequenas */
.nav a,.btn,.service-link,.sidebar-links a,.mini-services a,.service-tags a{overflow-wrap:anywhere}
@media(max-width:800px){.steps{grid-template-columns:1fr}}


/* V4 — ajustes finais de escala, WhatsApp e mobile */
.btn img,.header-whatsapp img,.float-whatsapp img{width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important;object-fit:contain!important;flex:0 0 22px!important}
.float-whatsapp img{width:32px!important;height:32px!important;max-width:32px!important;max-height:32px!important;flex-basis:32px!important}
.sidebar-card.dark.compact-cta{padding:24px}.sidebar-card.dark.compact-cta h3{margin-bottom:16px}.sidebar-card.dark.compact-cta .btn{width:100%}
.hero-copy p:not(.kicker){max-width:560px}
@media(max-width:980px){.hero-copy{width:min(610px,72%)}.sidebar{position:static!important}.nav{overscroll-behavior:contain}}
@media(max-width:680px){.hero-slide{background-position:72% center}.hero-copy{width:100%;max-width:100%}.hero-copy .kicker{margin-bottom:10px}.hero-copy p:not(.kicker){margin-bottom:22px}.btn{padding:13px 18px}.page-hero{min-height:300px}.page-hero .container{padding-top:54px;padding-bottom:38px}.content-image>img{max-height:420px}.service-detail>img{height:auto;aspect-ratio:1.32/1}.feature-media>img{min-height:310px;max-height:390px}.section{padding:58px 0}.final-cta{padding:30px 24px}}
.related-cards{grid-template-columns:repeat(3,1fr);margin:24px 0 30px;gap:16px}.related-cards .service-card-body{padding:20px}.related-cards .service-card h3{font-size:24px}.related-cards .service-card>img{aspect-ratio:1.18/1}
@media(max-width:1100px){.related-cards{grid-template-columns:1fr}}
.real-gallery{margin-top:44px}.real-gallery h2{margin-top:0}.real-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.real-gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px;box-shadow:0 10px 28px rgba(43,7,39,.12);cursor:zoom-in}
@media(max-width:680px){.real-gallery-grid{grid-template-columns:1fr}.real-gallery-grid img{aspect-ratio:4/3}}

/* V5 — refinamento visual, mobile e consistência */
.hero,.hero-content{min-height:510px}
.hero-copy{padding:44px 0 82px;width:min(560px,55%)}
.hero h1,.hero h2{font-size:clamp(30px,3.1vw,42px);line-height:1.08;margin-bottom:16px}
.hero p{font-size:18px;line-height:1.55;max-width:540px;margin-bottom:24px}
.hero-dots{bottom:34px}
.section h2{font-size:clamp(28px,3vw,38px);line-height:1.12}
.page-hero{min-height:330px}.page-hero h1{font-size:clamp(32px,3.2vw,42px)}
.content-block h2{font-size:28px}.service-card h3{font-size:25px}.service-detail h2{font-size:27px}
.sidebar{gap:14px}.sidebar-card{padding:21px}.sidebar-card h3{font-size:24px;margin-bottom:10px}.sidebar-links a{padding:7px 0}
.whats-box{padding:38px 34px}.whats-box .brand img{width:390px;max-width:92%;margin:0 auto 24px}.whats-box h1{font-size:34px}

@media(max-width:980px){
 .hero-copy{width:min(560px,68%)}
}
@media(max-width:680px){
 .hero,.hero-content{min-height:510px}
 .hero-copy{padding:38px 0 96px}
 .hero h1,.hero h2{font-size:clamp(28px,8.2vw,34px);line-height:1.08;margin-bottom:13px}
 .hero-copy .kicker{font-size:18px;margin-bottom:8px}
 .hero-copy p:not(.kicker){font-size:18px;line-height:1.45;margin-bottom:18px}
 .hero-dots{bottom:54px}
 .trust-strip{margin-top:-10px}
 .visual-badge{display:none!important}
 .visual-card img{height:auto;aspect-ratio:4/5;object-fit:cover}
 .section h2{font-size:29px;line-height:1.13}
 .page-hero{min-height:285px}.page-hero h1{font-size:32px}
 .page-hero .container{padding-top:48px;padding-bottom:34px}
 .content-block h2{font-size:27px}
 .feature-media>img{min-height:0;max-height:none;aspect-ratio:4/3;object-fit:cover}
 .service-card h3{font-size:24px}
 .sidebar-card{padding:19px}.sidebar-card h3{font-size:23px}
 .whats-page{padding:18px}.whats-box{padding:30px 20px}.whats-box .brand img{width:330px;max-width:96%;margin-bottom:20px}.whats-box h1{font-size:30px}
}


/* V6 — refinamento de hero, CTAs, serviços e mobile */
.hero-dots{bottom:58px}
@media(max-width:980px){
  .hero-copy{width:min(760px,90%)}
}
@media(max-width:680px){
  .hero-copy{width:100%;max-width:100%}
  .hero-dots{bottom:68px}
  .btn-whatsapp{font-size:16px!important;padding:12px 16px!important;gap:8px!important}
  .header-whatsapp{font-size:16px!important}
}
.mini-services a,.service-tags a{justify-content:center;text-align:center}
.canonical-services{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.canonical-service{background:#fff;border:1px solid #f0e0e8;border-radius:22px;overflow:hidden;box-shadow:0 12px 35px rgba(43,7,39,.07);display:flex;flex-direction:column}
.canonical-service>img{width:100%;aspect-ratio:1.42/1;object-fit:cover}
.canonical-service-body{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}
.canonical-service h2{font-family:var(--serif);font-size:25px;line-height:1.15;margin:0;color:#421534}
.canonical-service p{margin:0;color:#6d5964}
.canonical-service .service-link{margin-top:auto}
@media(max-width:980px){.canonical-services{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.canonical-services{grid-template-columns:1fr}.canonical-service h2{font-size:24px}.canonical-service-body{padding:20px}}

.sidebar-flow{position:static!important;top:auto!important}

/* V7 — acabamento final de imagens, sidebar, rodapé e hero mobile */
.sidebar{
  position:sticky;
  top:108px;
  align-self:start;
}
.sidebar-card.dark.compact-cta .btn{width:100%}
.footer-whatsapp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  width:max-content;
  max-width:100%;
  padding:11px 16px;
  margin-top:4px;
  border-radius:999px;
  background:var(--green);
  color:#fff!important;
  font-weight:800;
  line-height:1.25;
  box-shadow:0 8px 22px rgba(14,145,53,.18);
}
.footer-whatsapp-btn:hover{background:var(--green-dark);color:#fff!important}
.footer-whatsapp-btn img{width:21px;height:21px;object-fit:contain;flex:none}

@media(max-width:980px){
  .sidebar{position:static!important;top:auto!important}
}

@media(max-width:680px){
  .hero,.hero-content{min-height:430px}
  .hero-content{align-items:center}
  .hero-copy{
    align-self:auto;
    padding:26px 0 58px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .hero-slide{background-position:74% center}
  .hero-copy .kicker{margin-bottom:7px}
  .hero h1,.hero h2{margin-bottom:11px}
  .hero-copy p:not(.kicker){margin-bottom:16px}
  .hero-dots{bottom:38px}
  .trust-strip{margin-top:-6px}
  .footer-whatsapp-btn{font-size:16px;padding:10px 14px}
}


/* SEO REGIONAL */
.site-footer{background:transparent;color:#ead8e2;padding:0}
.footer-main{background:#120318;padding:70px 0 56px}
.seo-footer{background:linear-gradient(180deg,#fff8fb,#f8eaf1);color:#4c173c;padding:46px 0 50px;border-top:1px solid #f2dce7;border-bottom:1px solid #e7cbd8}
.seo-footer-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}
.seo-footer-kicker{margin:0 0 5px;color:#8d245f;font-size:17px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.seo-footer h2{font-family:var(--serif);font-size:clamp(27px,2.6vw,35px);line-height:1.12;color:#401431;margin:0}
.seo-footer-all{font-weight:900;color:#7c2057;white-space:nowrap}
.seo-footer-all:hover{color:#54143d}
.seo-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px}
.seo-footer-group h3{margin:0 0 13px;font-size:18px;color:#3e1531}
.seo-footer-group ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}
.seo-footer-group a{display:inline-block;color:#755265;font-size:17px;line-height:1.35;border-bottom:1px solid transparent}
.seo-footer-group a:hover{color:#8d245f;border-color:#dba7bf}
.footer-copyright{background:#0b020f;padding:0 0 28px}
.footer-bottom{border-top:0;margin-top:0;padding-top:22px}
.regional-label{font-size:17px!important;text-transform:uppercase;letter-spacing:.04em;font-weight:800;color:#f3bed1!important;margin-bottom:11px!important}
.regional-hero{background-position:center}
.regional-hero::before{background:linear-gradient(90deg,rgba(19,4,27,.97),rgba(38,6,45,.83) 52%,rgba(18,4,28,.42))}
.regional-cta{margin:34px 0;padding:28px;background:linear-gradient(135deg,#32103a,#68164f);color:#fff;border-radius:22px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.regional-cta h3{color:#fff;margin:0 0 7px;font-family:var(--serif);font-size:27px}
.regional-cta p{color:#efdbe6;margin:0}
.region-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.region-card{background:#fff;border:1px solid #ead9e2;border-radius:20px;padding:25px;box-shadow:0 10px 28px rgba(45,7,39,.05);display:flex;flex-direction:column;min-height:180px}
.region-card p{margin:0 0 8px;color:#8d245f;font-size:17px;font-weight:800}
.region-card h2{font-family:var(--serif);font-size:25px!important;line-height:1.15;margin:0 0 18px;color:#421534}
.region-card .service-link{margin-top:auto}
@media(max-width:980px){.seo-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.region-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.footer-main{padding:54px 0 44px}.seo-footer{padding:38px 0 40px}.seo-footer-head{display:block}.seo-footer-all{display:inline-block;margin-top:15px;white-space:normal}.seo-footer-grid{grid-template-columns:1fr;gap:25px}.seo-footer-group a{font-size:17px}.footer-copyright{padding-bottom:22px}.regional-cta{display:block;padding:24px}.regional-cta .btn{margin-top:18px}.region-grid{grid-template-columns:1fr}.region-card{min-height:0}.regional-hero{min-height:315px}.regional-hero .container{padding-top:56px;padding-bottom:40px}}


/* DIRETÓRIO REGIONAL */
.regional-related-links{list-style:none;padding:0;margin:18px 0 30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.regional-related-links a{display:block;padding:12px 14px;border:1px solid #ead7e2;border-radius:12px;background:#fff9fc;color:#7c2057;font-weight:800}
.regional-related-links a:hover{background:#f8edf3}
.region-directory{display:grid;gap:30px}
.region-directory-group{background:#fff;border:1px solid #ead9e2;border-radius:22px;padding:28px;box-shadow:0 10px 28px rgba(45,7,39,.05)}
.region-directory-group h2{font-family:var(--serif);font-size:clamp(27px,3vw,34px);margin:0 0 10px;color:#421534}
.region-directory-group>p:not(.eyebrow){margin:0 0 20px;color:#66515f}
.region-service-chips{display:flex;flex-wrap:wrap;gap:9px}
.region-service-chip{display:inline-flex;padding:9px 12px;border:1px solid #e8cfdb;border-radius:999px;background:#fff8fb;color:#7b2057;font-weight:800;font-size:17px;line-height:1.2}
.region-service-chip:hover{background:#f6e7ef;color:#54143d}
.seo-footer-explore{border-left:1px solid #ead0dc;padding-left:26px}
@media(max-width:980px){.seo-footer-explore{border-left:0;padding-left:0}}
@media(max-width:680px){.regional-related-links{grid-template-columns:1fr}.region-directory-group{padding:22px}.region-service-chip{font-size:17px}}
