:root {
  --olive: #91a53b;
  --olive-dark: #4f641d;
  --olive-deep: #2e3d14;
  --ink: #20231c;
  --muted: #64675e;
  --cream: #f5f2e9;
  --sand: #ebe5d6;
  --white: #fff;
  --wood: #9b6845;
  --green-whatsapp: #1fa855;
  --border: rgba(32, 35, 28, .13);
  --shadow: 0 22px 60px rgba(37, 46, 20, .14);
  --radius: 22px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
picture { display: block; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: #111; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(32,35,28,.08);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: inline-flex; align-items: center; gap: 10px; line-height: 1; }
.brand img { width: 44px; height: 44px; border-radius: 50%; }
.brand span { display: grid; gap: 3px; }
.brand strong { font-size: 15px; letter-spacing: -.02em; }
.brand small { color: var(--olive-dark); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
nav { display: none; }
.header-inner > .button { display: none; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(145,165,59,.5); outline-offset: 3px; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; height: 21px; fill: currentColor; }
.button-primary { color: #fff; background: var(--olive-dark); box-shadow: 0 12px 30px rgba(79,100,29,.24); }
.button-primary:hover { background: var(--olive-deep); }
.button-small { min-height: 44px; padding: 10px 17px; color: #fff; background: var(--olive-dark); font-size: 14px; }
.button-light { color: var(--olive-deep); background: #fff; box-shadow: 0 12px 28px rgba(0,0,0,.14); }
.button-whatsapp { color: #fff; background: var(--green-whatsapp); box-shadow: 0 14px 35px rgba(31,168,85,.28); }

.hero { overflow: hidden; padding: 50px 0 38px; background: linear-gradient(145deg, #fbfaf6 0%, #f2efe5 100%); }
.hero-grid { display: grid; gap: 38px; }
.eyebrow { margin: 0 0 16px; color: var(--olive-dark); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 26px; height: 2px; margin: 0 8px 3px 0; background: var(--olive); }
.eyebrow.light { color: #dce9a5; }
.eyebrow.light span { background: #dce9a5; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
h1 { margin-bottom: 22px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 12vw, 74px); font-weight: 500; }
h1 em { display: block; color: var(--olive-dark); font-style: italic; }
.hero-text { max-width: 650px; margin: 0 0 26px; color: var(--muted); font-size: 17px; }
.hero-actions { display: grid; gap: 14px; }
.text-link { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; font-weight: 800; }
.hero-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.hero-media { position: relative; width: min(92%, 460px); margin: 0 auto; }
.hero-media::before { position: absolute; z-index: 0; inset: 30px -30px -24px 30px; border: 1px solid rgba(79,100,29,.2); border-radius: 220px 220px 26px 26px; content: ""; }
.hero-media > picture { position: relative; z-index: 1; overflow: hidden; width: 100%; height: min(590px, 133vw); border-radius: 220px 220px 24px 24px; box-shadow: var(--shadow); }
.hero-media > picture img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.hero-badge, .hero-years { position: absolute; z-index: 2; display: flex; align-items: center; background: #fff; box-shadow: 0 15px 35px rgba(31,36,21,.18); }
.hero-badge { right: -14px; bottom: 26px; gap: 10px; padding: 12px 15px; border-radius: 14px; }
.hero-badge strong { color: var(--olive-deep); font-size: 21px; }
.hero-badge strong span { color: #e7a91a; }
.hero-badge small { max-width: 74px; color: var(--muted); font-size: 10px; line-height: 1.25; }
.hero-years { top: 36px; left: -18px; padding: 10px 14px; border-radius: 14px; }
.hero-years strong { color: var(--olive-dark); font-family: Georgia, serif; font-size: 40px; line-height: 1; }
.hero-years span { margin-left: 8px; font-size: 10px; font-weight: 800; line-height: 1.25; text-transform: uppercase; }

.trust-strip { color: #fff; background: var(--olive-deep); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; }
.trust-grid > div { display: flex; align-items: center; gap: 10px; min-height: 100px; padding: 18px 8px; border-bottom: 1px solid rgba(255,255,255,.12); }
.trust-grid > div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid svg { flex: 0 0 auto; width: 25px; height: 25px; fill: #cbdc7e; }
.trust-grid span { color: #cdd1c5; font-size: 11px; line-height: 1.35; }
.trust-grid strong { display: block; margin-bottom: 3px; color: #fff; font-size: 12px; }

.section { padding: 74px 0; }
.section-heading { display: grid; gap: 10px; margin-bottom: 34px; }
.section-heading h2, .highlight-copy h2, .process h2, .area-copy h2, .faq h2, .final-cta h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 9vw, 58px); font-weight: 500; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--muted); }
.product-grid { display: grid; gap: 18px; }
.product-card { position: relative; overflow: hidden; display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 34px rgba(37,46,20,.08); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-image { position: relative; overflow: hidden; aspect-ratio: 3 / 2; background: var(--sand); }
.product-image picture, .product-image img { width: 100%; height: 100%; }
.product-image img { object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.card-number { position: absolute; top: 14px; right: 14px; display: grid; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.46); border-radius: 50%; place-items: center; color: #fff; background: rgba(32,35,28,.62); backdrop-filter: blur(8px); font-family: Georgia, serif; font-size: 18px; }
.product-content { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.product-card h3 { margin-bottom: 11px; font-size: 22px; }
.product-card p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.card-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 900; }
.product-content .card-link { width: max-content; margin-top: auto; color: var(--olive-dark); }

.project-highlight { overflow: hidden; color: #fff; background: var(--olive-deep); }
.highlight-grid { display: grid; gap: 50px; }
.highlight-gallery { position: relative; min-height: 530px; }
.highlight-gallery::before { position: absolute; top: -74px; left: -40vw; width: 100vw; height: calc(100% + 148px); background: rgba(255,255,255,.04); content: ""; }
.highlight-gallery picture { position: absolute; overflow: hidden; border-radius: 18px; box-shadow: 0 20px 45px rgba(0,0,0,.25); }
.highlight-gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery-main { z-index: 1; top: 0; left: 0; width: 78%; height: 450px; }
.gallery-main img { object-position: 50% 42%; }
.gallery-detail { z-index: 2; right: 0; bottom: 0; width: 47%; height: 300px; border: 6px solid var(--olive-deep); }
.gallery-detail img { object-position: 52% 48%; }
.highlight-gallery > span { position: absolute; z-index: 3; bottom: 22px; left: 12px; padding: 7px 12px; border-radius: 999px; color: var(--olive-deep); background: #dce9a5; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.highlight-copy h2 { margin-bottom: 22px; }
.highlight-copy > p:not(.eyebrow) { color: #ced4c2; }
.check-list { display: grid; gap: 11px; margin: 26px 0 30px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { position: absolute; top: 1px; left: 0; display: grid; width: 21px; height: 21px; border-radius: 50%; color: var(--olive-deep); background: #dce9a5; content: "✓"; font-size: 12px; font-weight: 900; place-items: center; }

.differentiators { background: var(--cream); }
.section-heading.centered { max-width: 720px; margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.difference-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius); background: var(--border); }
.difference-grid article { min-height: 190px; padding: 25px 20px; background: var(--cream); }
.difference-grid strong { display: block; margin-bottom: 24px; color: var(--olive-dark); font-family: Georgia, serif; font-size: 40px; font-style: italic; font-weight: 500; }
.difference-grid span { color: var(--muted); font-size: 13px; }

.process-grid { display: grid; gap: 42px; }
.process-grid > div > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }
.steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--border); }
.steps li > span { display: grid; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--olive-dark); font-weight: 900; place-items: center; }
.steps strong { display: block; margin-bottom: 4px; font-size: 17px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.reviews { background: #f7f8f3; }
.reviews-head { display: grid; gap: 24px; margin-bottom: 34px; }
.reviews-head h2 { margin-bottom: 0; font-family: Georgia, serif; font-size: clamp(34px, 9vw, 58px); font-weight: 500; }
.rating-large { display: flex; align-items: center; gap: 14px; }
.rating-large > strong { color: var(--olive-dark); font-family: Georgia, serif; font-size: 52px; line-height: 1; }
.rating-large > span { color: #e4a91c; font-size: 17px; letter-spacing: .1em; }
.rating-large small { display: block; color: var(--muted); font-size: 11px; letter-spacing: 0; }
.review-grid { display: grid; gap: 14px; }
blockquote, .review-cta { margin: 0; padding: 26px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; }
blockquote > div { color: #e4a91c; letter-spacing: .12em; }
blockquote p { margin: 18px 0 22px; font-family: Georgia, serif; font-size: 21px; line-height: 1.45; }
blockquote cite { color: var(--muted); font-size: 12px; font-style: normal; font-weight: 800; }
.review-cta { display: flex; flex-direction: column; justify-content: space-between; min-height: 210px; color: #fff; background: var(--olive-dark); }
.review-cta > span { font-family: Georgia, serif; font-size: 23px; line-height: 1.35; }
.review-cta a { align-self: flex-start; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 900; }

.service-area { overflow: hidden; color: #fff; background: var(--olive-dark); }
.area-grid { display: grid; gap: 50px; }
.area-copy > p:not(.eyebrow) { color: #d7dbcf; }
.city-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 28px; }
.city-list span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 12px; }
.area-visual { position: relative; min-height: 400px; }
.map-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(220,233,165,.22); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 190px; height: 190px; }
.ring-two { width: 310px; height: 310px; }
.ring-three { width: 430px; height: 430px; }
.map-pin { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 150px; min-height: 150px; padding: 22px; border-radius: 50%; color: var(--olive-deep); background: #dce9a5; box-shadow: 0 20px 60px rgba(0,0,0,.28); text-align: center; transform: translate(-50%,-50%); place-items: center; }
.map-pin svg { width: 34px; height: 34px; fill: var(--olive-dark); }
.map-pin strong { font-family: Georgia, serif; font-size: 18px; }
.map-pin span { font-size: 11px; font-weight: 800; }

.faq-grid { display: grid; gap: 34px; }
.faq-grid > div:first-child > p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid var(--border); }
details { border-bottom: 1px solid var(--border); }
summary { position: relative; padding: 22px 42px 22px 0; cursor: pointer; font-weight: 850; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { position: absolute; top: 18px; right: 3px; color: var(--olive-dark); content: "+"; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: -4px 0 22px; color: var(--muted); font-size: 14px; }

.final-cta { padding: 68px 0; color: #fff; background: var(--ink); }
.final-grid { display: grid; gap: 28px; }
.final-cta p:not(.eyebrow) { color: #c6c8c1; }
.final-actions { display: grid; gap: 14px; }
.phone-link { justify-self: center; padding-bottom: 2px; border-bottom: 1px solid rgba(255,255,255,.5); font-weight: 850; }

.site-footer { padding: 54px 0 92px; color: #d0d2ca; background: #151711; }
.footer-grid { display: grid; gap: 34px; }
.brand-footer { color: #fff; }
.footer-brand p { max-width: 330px; color: #9da096; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 8px; }
.footer-grid > div > strong { margin-bottom: 5px; color: #fff; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { font-size: 13px; }
.footer-grid a:hover { color: #dce9a5; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 38px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #85897d; font-size: 11px; }

.mobile-whatsapp { position: fixed; z-index: 90; right: 14px; bottom: 14px; left: 14px; display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 54px; padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--green-whatsapp); box-shadow: 0 12px 35px rgba(18,91,48,.35); font-size: 15px; font-weight: 900; }
.mobile-whatsapp svg { width: 22px; height: 22px; fill: currentColor; }

.products, .project-highlight, .differentiators, .process, .reviews, .service-area, .faq, .final-cta {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

.privacy-page { background: var(--cream); }
.privacy-main { min-height: 70vh; padding: 70px 0; }
.privacy-card { max-width: 820px; margin: 0 auto; padding: 30px 24px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; }
.privacy-card h1 { font-size: clamp(38px, 9vw, 58px); }
.privacy-card h2 { margin-top: 34px; margin-bottom: 10px; font-size: 23px; letter-spacing: -.02em; }
.privacy-card p, .privacy-card li { color: var(--muted); }

@media (min-width: 720px) {
  .container { width: min(calc(100% - 56px), var(--container)); }
  .header-inner { min-height: 80px; }
  .brand img { width: 50px; height: 50px; }
  .brand strong { font-size: 17px; }
  .header-inner > .button { display: inline-flex; }
  .hero { padding: 70px 0 54px; }
  .hero-grid { grid-template-columns: 1.05fr .95fr; align-items: center; gap: 54px; }
  .hero-actions { display: flex; align-items: center; }
  .text-link { padding-inline: 16px; }
  .hero-media { width: 100%; }
  .hero-media > img { height: 620px; }
  .trust-grid { grid-template-columns: repeat(4,1fr); }
  .trust-grid > div { min-height: 110px; padding: 20px 18px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 0; }
  .trust-grid > div:last-child { border-right: 0; }
  .section { padding: 100px 0; }
  .section-heading { grid-template-columns: 1.2fr .8fr; align-items: end; margin-bottom: 48px; }
  .section-heading.centered { display: block; }
  .section-heading.centered > p:last-child { margin: 18px auto 0; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-content { padding: 24px; }
  .highlight-grid { grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
  .difference-grid { grid-template-columns: repeat(4,1fr); }
  .difference-grid article { min-height: 220px; padding: 32px 24px; }
  .process-grid { grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
  .reviews-head { grid-template-columns: 1fr auto; align-items: end; }
  .review-grid { grid-template-columns: 1fr 1fr; }
  .review-cta { grid-column: 1 / -1; }
  .area-grid { grid-template-columns: 1fr 1fr; align-items: center; }
  .faq-grid { grid-template-columns: .8fr 1.2fr; gap: 90px; }
  .final-grid { grid-template-columns: 1fr auto; align-items: center; }
  .final-actions { min-width: 310px; }
  .footer-grid { grid-template-columns: 1.6fr 1fr 1.2fr 1fr; }
  .site-footer { padding-bottom: 38px; }
  .mobile-whatsapp { display: none; }
}

@media (min-width: 980px) {
  nav { display: flex; gap: 28px; }
  nav a { color: var(--muted); font-size: 13px; font-weight: 750; }
  nav a:hover { color: var(--olive-dark); }
  .product-grid { grid-template-columns: repeat(4,1fr); }
  .review-grid { grid-template-columns: 1fr 1fr 1fr; }
  .review-cta { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Mapa incorporado da ficha pública do Google. Mantém boa leitura no mobile e desktop. */
.map-card { overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: #fff; box-shadow: 0 22px 60px rgba(0,0,0,.22); }
.map-card iframe { display: block; width: 100%; min-height: 320px; border: 0; }
.map-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 18px; color: var(--ink); background: #fff; font-size: 12px; line-height: 1.4; }
.map-card-footer span { max-width: 68%; }
.map-card-footer a { flex: 0 0 auto; color: var(--olive-dark); font-weight: 900; white-space: nowrap; }
@media (min-width: 720px) { .map-card iframe { min-height: 390px; } }

/* Avaliações positivas em carrossel, sem saída externa da landing page. */
.review-carousel { width: 100%; max-width: 900px; margin: 0 auto; }
.review-track { display: flex; overflow: hidden; border-radius: var(--radius); }
.review-slide { flex: 0 0 100%; min-width: 100%; box-sizing: border-box; transition: transform .45s ease; }
.review-controls { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 18px; }
.review-arrow { display: grid; width: 36px; height: 36px; padding: 0; border: 1px solid var(--border); border-radius: 50%; color: var(--olive-dark); background: #fff; font-size: 18px; cursor: pointer; place-items: center; }
.review-arrow:hover { color: #fff; background: var(--olive-dark); }
.review-dots { display: flex; gap: 8px; }
.review-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #cbd1bd; cursor: pointer; }
.review-dot.is-active { width: 24px; border-radius: 999px; background: var(--olive-dark); }
.review-note { margin: 18px auto 0; color: var(--muted); font-size: 12px; text-align: center; }

/* O mapa acompanha a área disponível e não cria um bloco maior que o layout. */
.area-visual { display: flex; min-height: 0; align-items: stretch; }
.map-card { display: flex; flex: 1 1 auto; flex-direction: column; width: 100%; min-height: clamp(300px, 34vw, 430px); height: auto; align-self: stretch; }
.map-card iframe { display: block !important; flex: 1 1 auto; width: 100% !important; height: 100% !important; min-height: 0; }
.map-card-footer { flex: 0 0 auto; }
.map-card-footer span { max-width: 100%; }
@media (max-width: 719px) {
  .map-card { min-height: 310px; }
  .map-card-footer { padding: 13px 15px; font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .review-slide { transition: none; }
}

/* Formato anterior das avaliações: cards lado a lado, sem navegação externa. */
.review-grid-inner { display: grid; gap: 14px; }
@media (min-width: 720px) { .review-grid-inner { grid-template-columns: 1fr 1fr; } }
