:root {
  --forest: #294c39;
  --green: #355b45;
  --sage: #82977e;
  --mint: #dce7da;
  --cream: #f7f4ed;
  --paper: #fdfbf7;
  --terracotta: #c7785d;
  --terracotta-dark: #aa5d46;
  --ink: #29312c;
  --muted: #6b746e;
  --line: rgba(41, 76, 57, .16);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(41, 76, 57, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body { overflow-x: clip; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img, svg { display: block; max-width: 100%; }
p, h1, h2, h3, blockquote { margin-top: 0; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
::selection { color: var(--paper); background: var(--terracotta); }
a:focus-visible, button:focus-visible { outline: 2px solid var(--terracotta); outline-offset: 3px; border-radius: 2px; }
/* Grao fotografico: da textura de papel ao fundo, sem sujar o texto. */
body::after { content: ""; position: fixed; z-index: 900; inset: 0; pointer-events: none; opacity: .032; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E"); }
.narrow { max-width: 810px; }
.center { text-align: center; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 10px 16px; color: white; background: var(--forest); border-radius: 6px; }
.skip-link:focus { top: 12px; }

.site-header { position: absolute; z-index: 100; top: 0; left: 0; width: 100%; border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { position: fixed; background: rgba(253, 251, 247, .92); border-color: var(--line); box-shadow: 0 8px 30px rgba(41, 76, 57, .06); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; line-height: 1; }
.brand strong { display: block; font-family: var(--serif); font-size: 19px; font-weight: 400; letter-spacing: .01em; }
.brand small { display: block; margin-top: 5px; color: var(--sage); font-size: 9px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.main-nav a { position: relative; color: #4f5b54; font-size: 13px; font-weight: 600; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--terracotta); transition: .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; padding: 11px; border: 0; background: none; }
.menu-toggle span { display: block; height: 1.5px; margin: 5px 0; background: var(--forest); transition: .25s; }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 54px; padding: 0 25px; color: white; background: var(--terracotta); border: 1px solid var(--terracotta); border-radius: 3px; box-shadow: 0 10px 28px rgba(199, 120, 93, .21); font-size: 13px; font-weight: 700; letter-spacing: .02em; text-align: center; transition: transform .25s, background .25s, box-shadow .25s; }
.button:hover { transform: translateY(-2px); background: var(--terracotta-dark); box-shadow: 0 14px 30px rgba(199, 120, 93, .27); }
.button > span, .text-link > span { transition: transform .25s cubic-bezier(.22,1,.36,1); }
.button:hover > span { transform: translate(3px, -3px); }
.text-link:hover > span { transform: translateY(3px); }
.button-small { min-height: 43px; padding-inline: 19px; font-size: 12px; }
.button-outline { color: var(--green); background: transparent; border-color: rgba(41,76,57,.35); box-shadow: none; }
.button-outline:hover { color: white; background: var(--green); border-color: var(--green); }
.button-cream { color: var(--forest); background: var(--cream); border-color: var(--cream); box-shadow: none; }
.button-cream:hover { color: var(--forest); background: white; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding: 8px 0; color: var(--green); border-bottom: 1px solid rgba(53, 91, 69, .35); font-size: 13px; font-weight: 700; }
.dark-link { color: var(--forest); }

.section-light { background: var(--cream); }
.hero { position: relative; overflow: hidden; padding-top: 132px; background: radial-gradient(125% 85% at 76% 12%, #fffdf8 0%, var(--cream) 58%); }
.hero::after { content: ""; position: absolute; left: -2%; bottom: 83px; width: 104%; height: 85px; background: var(--forest); clip-path: polygon(0 78%, 20% 55%, 44% 73%, 68% 40%, 100% 68%, 100% 100%, 0 100%); }
.hero-grid { position: relative; z-index: 2; min-height: 640px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 80px; padding-bottom: 115px; }
.hero-copy { padding-bottom: 20px; }
.hero-copy, .hero-visual { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 21px; color: var(--terracotta-dark); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 1px; background: currentColor; }
.eyebrow.centered { justify-content: center; }
h1, h2 { font-family: var(--serif); color: var(--forest); font-weight: 400; line-height: .99; letter-spacing: -.025em; }
h3 { text-wrap: balance; }
.lead, .hero-subtitle, p { text-wrap: pretty; }
h1 { max-width: 650px; margin-bottom: 28px; font-size: clamp(52px, 5.2vw, 78px); }
h2 { margin-bottom: 26px; font-size: clamp(42px, 4.3vw, 62px); }
h1 em, h2 em { color: var(--terracotta); font-weight: 400; }
.hero-subtitle { max-width: 600px; margin-bottom: 32px; color: #59645e; font-size: 18px; line-height: 1.68; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 28px; color: #637069; font-size: 12px; }
.pulse { position: relative; width: 8px; height: 8px; background: #76a37b; border-radius: 50%; }
.pulse::after { content: ""; position: absolute; inset: -4px; border: 1px solid #76a37b; border-radius: 50%; opacity: .45; }
.hero-visual { position: relative; min-height: 565px; }
.organic-frame { overflow: hidden; margin: 0; background: #e2e9de; }
.organic-frame img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 1s cubic-bezier(.22,1,.36,1); }
.organic-frame:hover img { transform: scale(1.04); }
.hero-photo { position: absolute; z-index: 2; inset: 5px 36px 0 25px; border-radius: 47% 47% 31% 47% / 37% 42% 46% 54%; box-shadow: var(--shadow); }
.hero-photo img { object-position: 50% 22%; }
.hero-visual::before { content: ""; position: absolute; z-index: 1; inset: 30px 0 0 54px; background: var(--sage); border-radius: 50% 40% 44% 31% / 37% 48% 38% 49%; opacity: .55; transform: rotate(7deg); }
.mini-card { position: absolute; z-index: 4; left: -28px; bottom: 55px; display: flex; align-items: center; gap: 12px; padding: 15px 20px 15px 14px; background: rgba(253,251,247,.94); box-shadow: 0 16px 45px rgba(41,76,57,.16); backdrop-filter: blur(8px); }
.mini-icon { display: grid; place-items: center; width: 37px; height: 37px; color: white; background: var(--terracotta); border-radius: 50%; }
.mini-card strong, .mini-card small { display: block; }
.mini-card strong { color: var(--forest); font-family: var(--serif); font-size: 15px; font-weight: 400; }
.mini-card small { color: var(--muted); font-size: 10px; }
.hero-orb { position: absolute; border: 1px solid rgba(53,91,69,.09); border-radius: 50%; }
.orb-one { width: 520px; height: 520px; right: -250px; top: -230px; }
.orb-two { width: 300px; height: 300px; left: -180px; top: 300px; }
.trust-strip { position: relative; z-index: 3; color: white; background: var(--forest); }
.trust-grid { min-height: 102px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { display: grid; grid-template-columns: auto 1fr; column-gap: 13px; align-items: center; padding: 11px 30px; border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border: 0; }
.trust-grid span { grid-row: 1 / 3; color: #a9b8ad; font-family: var(--serif); font-size: 25px; }
.trust-grid strong { font-family: var(--serif); font-size: 18px; font-weight: 400; line-height: 1.2; }
.trust-grid small { color: #b9c5bd; font-size: 10px; }

.intro { background: var(--paper); }
.lead { color: var(--muted); font-size: 17px; line-height: 1.75; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 58px; }
.pain-card { position: relative; min-height: 280px; padding: 34px 28px; background: var(--cream); border: 1px solid rgba(41,76,57,.08); transition: transform .3s, box-shadow .3s; }
.pain-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.pain-card.accent-card { color: white; background: var(--green); }
.card-number { position: absolute; right: 20px; top: 17px; color: var(--sage); font-family: var(--serif); font-size: 14px; }
.line-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 35px; color: var(--terracotta); border: 1px solid currentColor; border-radius: 50%; font-family: var(--serif); font-size: 23px; }
.pain-card h3 { margin-bottom: 12px; color: var(--forest); font-family: var(--serif); font-size: 24px; font-weight: 400; line-height: 1.15; }
.pain-card p { margin: 0; color: var(--muted); font-size: 13px; }
.accent-card h3 { color: white; }
.accent-card p, .accent-card .card-number { color: #c4d0c7; }
.section-bridge { width: min(680px, calc(100% - 48px)); margin: 50px auto 0; color: var(--green); font-family: var(--serif); font-size: 22px; font-style: italic; text-align: center; }

.method { position: relative; overflow: hidden; color: white; background: var(--green); }
.method::before { content: ""; position: absolute; width: 520px; height: 520px; right: -300px; top: -210px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 90px; }
.section-heading > p { margin-bottom: 27px; color: #c4d0c7; font-size: 15px; }
.light-heading h2 { color: white; }
.light-heading .eyebrow { color: #e2a58f; }
.steps { display: grid; grid-template-columns: 1fr 85px 1fr 85px 1fr; align-items: start; margin-top: 70px; }
.step { text-align: center; }
.step-number { display: block; margin-bottom: 22px; color: #9eb0a3; font-family: var(--serif); font-size: 14px; }
.step-icon { position: relative; width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 26px; color: #f1bea9; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-family: var(--serif); font-size: 31px; transition: border-color .3s, transform .3s; }
.step-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.step:hover .step-icon { border-color: rgba(241,190,169,.6); transform: translateY(-3px); }
.step h3 { margin-bottom: 12px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.step p { max-width: 260px; margin: 0 auto; color: #c5d0c8; font-size: 13px; }
.step-line { height: 1px; margin-top: 90px; background: repeating-linear-gradient(to right, rgba(255,255,255,.28) 0 5px, transparent 5px 10px); }
.action-wrap { margin-top: 57px; }

.benefits { background: var(--cream); }
.benefits-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 110px; align-items: start; }
.benefits-copy { position: sticky; top: 130px; }
.benefits-copy .lead { margin-bottom: 27px; }
.benefit-item { display: grid; grid-template-columns: 55px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.benefit-item:first-child { padding-top: 0; }
.benefit-item > span { padding-top: 3px; color: var(--terracotta); font-family: var(--serif); font-size: 14px; }
.benefit-item h3 { margin-bottom: 8px; color: var(--forest); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.benefit-item p { margin: 0; color: var(--muted); font-size: 14px; }

.plans { background: var(--paper); }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; align-items: stretch; }
.plan-card { position: relative; display: flex; flex-direction: column; padding: 34px; background: var(--cream); border: 1px solid var(--line); transition: transform .3s, box-shadow .3s, border-color .3s; }
.plan-card:hover { transform: translateY(-6px); border-color: rgba(41,76,57,.3); box-shadow: var(--shadow); }
.plan-card.featured:hover { transform: translateY(-18px); }
.plan-card.featured { padding-top: 46px; color: white; background: var(--green); border-color: var(--green); box-shadow: var(--shadow); transform: translateY(-12px); }
.featured-label { position: absolute; top: 0; left: 0; right: 0; padding: 7px; color: var(--forest); background: #dce7da; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.plan-top { display: flex; justify-content: space-between; align-items: center; color: var(--terracotta-dark); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.plan-top p { margin: 0; }
.plan-top span { font-family: var(--serif); font-size: 15px; }
.plan-card h3 { margin: 28px 0 14px; color: var(--forest); font-family: var(--serif); font-size: 36px; font-weight: 400; line-height: 1.08; }
.price { margin-bottom: 2px; color: var(--forest); font-family: var(--serif); font-size: 53px; line-height: 1; }
.price small { font-family: var(--sans); font-size: 12px; font-weight: 600; vertical-align: 22px; }
.plan-description { margin-top: 8px; padding-top: 18px; border-top: 1px solid var(--line); }
.price-note { margin-bottom: 0; color: var(--muted); font-size: 17px; font-weight: 500; line-height: 1.5; }
.plan-card ul { flex: 1; margin: 4px 0 28px; padding: 0; border-top: 0; list-style: none; }
.plan-card li { position: relative; margin: 14px 0; padding-left: 22px; color: #59645e; font-size: 15px; line-height: 1.5; }
.plan-card li::before { content: "✓"; position: absolute; left: 0; color: var(--terracotta); }
.featured h3, .featured .price { color: white; }
.featured .plan-top { color: #efae96; }
.featured .price-note, .featured li { color: #c8d2cb; }
.featured .plan-description { border-color: rgba(255,255,255,.15); }
.featured .button { color: var(--forest); background: var(--cream); border-color: var(--cream); box-shadow: none; }
.extras { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 32px; }
.extras > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 19px; padding: 25px 28px; border: 1px solid var(--line); }
.extras > div > span { display: grid; place-items: center; width: 31px; height: 31px; color: var(--terracotta); border: 1px solid var(--terracotta); border-radius: 50%; }
.extras p { margin: 0; }
.extras strong, .extras small { display: block; }
.extras strong { color: var(--forest); font-family: var(--serif); font-size: 23px; font-weight: 400; }
.extras small { margin-top: 3px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.extras b { color: var(--forest); font-family: var(--serif); font-size: 23px; font-weight: 400; }
.validation-note { margin: 25px auto 0; color: #879089; font-size: 10px; text-align: center; }

.about { overflow: hidden; background: var(--mint); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.about-visual { position: relative; min-height: 610px; }
.bio-photo { position: absolute; inset: 0 30px 35px 0; background: #c8d7c8; border-radius: 38% 48% 38% 27% / 44% 31% 46% 39%; box-shadow: var(--shadow); }
.bio-photo img { object-position: 50% 26%; }
.about-visual::before { content: ""; position: absolute; left: -30px; top: -30px; width: 160px; height: 160px; border: 1px solid rgba(53,91,69,.22); border-radius: 50%; }
.quote-card { position: absolute; z-index: 3; right: -25px; bottom: 0; width: 245px; padding: 23px 27px; color: white; background: var(--green); box-shadow: var(--shadow); }
.quote-card span { display: block; height: 22px; color: #eeb39d; font-family: var(--serif); font-size: 43px; line-height: 1; }
.quote-card p { margin: 8px 0 0; font-family: var(--serif); font-size: 18px; font-style: italic; line-height: 1.35; }
.about-copy > p:not(.eyebrow):not(.crn-badge) { color: #59645e; font-size: 15px; }
.crn-badge { display: inline-flex; align-items: center; gap: 11px; margin: 26px 0 0; padding: 12px 20px 12px 15px; color: var(--green); background: rgba(255,255,255,.5); border: 1px solid rgba(41,76,57,.16); border-radius: 2px; font-size: 12px; line-height: 1.35; }
.crn-badge > span { color: var(--terracotta); font-size: 15px; }
.crn-badge strong { color: var(--forest); font-weight: 700; letter-spacing: .03em; white-space: nowrap; }
.credentials { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 31px; }
.credentials > div { display: flex; align-items: center; gap: 12px; padding: 15px; background: rgba(255,255,255,.42); }
.credentials > div > span { display: grid; place-items: center; width: 35px; height: 35px; color: white; background: var(--terracotta); border-radius: 50%; }
.credentials p { margin: 0; }
.credentials strong, .credentials small { display: block; }
.credentials strong { color: var(--forest); font-family: var(--serif); font-size: 15px; font-weight: 400; }
.credentials small { color: var(--muted); font-size: 9px; }

.local-proof { background: var(--paper); }
.proof-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 90px; align-items: center; }
.proof-copy p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.proof-copy .button { margin-top: 15px; }
.reviews-placeholder { padding: 49px; background: var(--cream); border: 1px solid var(--line); box-shadow: var(--shadow); }
.review-stars { margin-bottom: 20px; color: var(--terracotta); letter-spacing: .14em; }
.reviews-placeholder blockquote { color: var(--forest); font-family: var(--serif); font-size: 28px; font-style: italic; line-height: 1.35; }
.review-person { display: flex; align-items: center; gap: 13px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.review-person > span { display: grid; place-items: center; width: 42px; height: 42px; color: white; background: var(--sage); border-radius: 50%; font-size: 11px; }
.review-person p { margin: 0; }
.review-person strong, .review-person small { display: block; }
.review-person strong { color: var(--forest); font-family: var(--serif); font-weight: 400; }
.review-person small { color: var(--muted); font-size: 10px; }

/* Atendimento em Americana e regiao */
.local-area { background: var(--paper); }
.area-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: start; }
.area-copy > p:not(.eyebrow) { max-width: 620px; color: #59645e; font-size: 15px; }
.area-list { display: flex; flex-wrap: wrap; gap: 9px; margin: 34px 0 0; padding: 0; list-style: none; }
.area-list li { padding: 9px 17px; color: var(--green); background: var(--cream); border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 600; }
.area-list li:last-child { color: white; background: var(--green); border-color: var(--green); }
.area-card { padding: 38px 34px; background: var(--cream); border: 1px solid var(--line); box-shadow: var(--shadow); }
.area-card h3 { margin: 0 0 18px; color: var(--forest); font-family: var(--serif); font-size: 25px; font-weight: 400; }
.area-line { display: grid; grid-template-columns: 22px 1fr; gap: 12px; margin: 0 0 12px; color: #59645e; font-size: 14px; line-height: 1.5; }
.area-line > span { color: var(--terracotta); font-size: 13px; }
.area-address { color: #59645e; font-size: 14px; line-height: 1.55; }
.area-map { color: var(--terracotta-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.area-map:hover { color: var(--terracotta); }
.footer-grid p br + span, .footer-grid p { line-height: 1.6; }
.area-card hr { margin: 30px 0; border: 0; border-top: 1px solid var(--line); }
.area-card .button { width: 100%; margin-top: 26px; }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 125px; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 25px 0; color: var(--forest); background: none; border: 0; cursor: pointer; font-family: var(--serif); font-size: 21px; text-align: left; }
.faq-item i { position: relative; flex: 0 0 24px; width: 24px; height: 24px; border: 1px solid var(--line); border-radius: 50%; }
.faq-item i::before, .faq-item i::after { content: ""; position: absolute; left: 6px; right: 6px; top: 11px; height: 1px; background: var(--terracotta); transition: transform .25s; }
.faq-item i::after { transform: rotate(90deg); }
.faq-item.open i::after { transform: rotate(0); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); font-size: 14px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 40px 25px 0; }

.final-cta { position: relative; overflow: hidden; padding: 105px 0; color: white; background: var(--terracotta); }
.final-cta h2 { max-width: 890px; margin: 0 auto 26px; color: white; }
.final-cta h2 em { color: #fee2d8; }
.final-cta p:not(.eyebrow) { margin-bottom: 31px; color: #ffe6dc; }
.light-eyebrow { color: white; }

.site-footer { padding: 70px 0 24px; color: #d3ddd6; background: #203c2d; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr .9fr .8fr; gap: 55px; }
.brand-light { color: white; }
.footer-brand > p { max-width: 310px; margin-top: 20px; color: #9fb0a4; font-size: 13px; }
.footer-grid h2 { margin-bottom: 20px; color: #e5ece7; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) p { display: block; margin: 0 0 9px; color: #aab9ae; font-size: 12px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.11); }
.footer-bottom p { margin: 0; color: #7f9485; font-size: 10px; }
/* Paginas legais (politica de privacidade) */
.legal-page { padding: 150px 0 100px; background: var(--paper); }
.legal-head { max-width: 810px; }
.legal-head h1 { max-width: none; margin-bottom: 22px; font-size: clamp(42px, 4.6vw, 64px); }
.legal-intro { margin-bottom: 18px; color: #59645e; font-size: 17px; line-height: 1.7; }
.legal-dates { color: var(--muted); font-size: 12px; }
.legal-dates strong { color: var(--forest); font-weight: 700; }
.legal-body { display: grid; grid-template-columns: 250px 1fr; gap: 80px; align-items: start; margin-top: 70px; padding-top: 55px; border-top: 1px solid var(--line); }
.legal-toc { position: sticky; top: 120px; }
.legal-toc h2 { margin-bottom: 16px; font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--terracotta-dark); }
.legal-toc ol { margin: 0; padding-left: 20px; color: var(--sage); font-size: 12px; }
.legal-toc li { margin-bottom: 9px; }
.legal-toc a { color: #59645e; }
.legal-toc a:hover { color: var(--terracotta); }
.legal-content { max-width: 760px; }
.legal-content section + section { margin-top: 52px; padding-top: 52px; border-top: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 20px; font-size: clamp(27px, 2.6vw, 34px); }
.legal-content h3 { margin: 30px 0 10px; color: var(--forest); font-family: var(--serif); font-size: 20px; font-weight: 400; }
.legal-content p, .legal-content li { color: #59645e; font-size: 15px; line-height: 1.75; }
.legal-content p { margin-bottom: 16px; }
.legal-content ul { margin: 0 0 16px; padding-left: 20px; }
.legal-content li { margin-bottom: 9px; }
.legal-content strong { color: var(--forest); }
.legal-content a:not(.button) { color: var(--terracotta-dark); text-decoration: underline; text-underline-offset: 3px; }
.legal-content a:not(.button):hover { color: var(--terracotta); }
.legal-table-wrap { overflow-x: auto; margin: 22px 0; border: 1px solid var(--line); }
.legal-table { width: 100%; min-width: 480px; border-collapse: collapse; font-size: 14px; }
.legal-table th { padding: 14px 18px; color: white; background: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.legal-table td { padding: 14px 18px; color: #59645e; background: var(--cream); border-top: 1px solid var(--line); line-height: 1.55; vertical-align: top; }
.legal-table tr td:first-child { color: var(--forest); font-weight: 600; }
.legal-contact { margin: 22px 0 28px; padding: 24px 28px; background: var(--cream); border-left: 2px solid var(--terracotta); }
.legal-contact p { margin-bottom: 6px; }
.legal-contact p:last-child { margin-bottom: 0; }

/* Aviso de cookies */
.cookie-banner { position: fixed; z-index: 200; left: 50%; bottom: 22px; width: min(760px, calc(100% - 32px)); padding: 22px 26px; background: var(--paper); border: 1px solid var(--line); border-radius: 4px; box-shadow: 0 24px 60px rgba(41,76,57,.22); transform: translate(-50%, 130%); visibility: hidden; transition: transform .5s cubic-bezier(.22,1,.36,1), visibility .5s; }
.cookie-banner.is-open { transform: translate(-50%, 0); visibility: visible; }
.cookie-inner { display: flex; align-items: center; gap: 28px; }
.cookie-text strong { display: block; margin-bottom: 5px; color: var(--forest); font-family: var(--serif); font-size: 19px; font-weight: 400; }
.cookie-text p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.cookie-text a { color: var(--terracotta-dark); text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; flex-shrink: 0; gap: 10px; }
.cookie-actions .button { min-height: 42px; padding-inline: 22px; }

/* Botao flutuante: pilula que se abre no hover, com halo de respiro. */
.floating-whatsapp { position: fixed; z-index: 95; right: 26px; bottom: 26px; display: inline-flex; align-items: center; height: 58px; color: white; background: #1fa855; border-radius: 999px; box-shadow: 0 14px 34px rgba(24,88,50,.34), 0 2px 8px rgba(41,76,57,.18); transition: opacity .4s ease, transform .4s cubic-bezier(.22,1,.36,1), background .25s, box-shadow .25s; }
.floating-whatsapp::before { content: ""; position: absolute; z-index: -1; right: 0; bottom: 0; width: 58px; height: 58px; background: #1fa855; border-radius: 50%; animation: fw-halo 3.2s cubic-bezier(.22,1,.36,1) infinite; }
.floating-whatsapp .fw-icon { flex: 0 0 58px; display: grid; place-items: center; width: 58px; height: 58px; }
.floating-whatsapp svg { width: 26px; fill: currentColor; }
.floating-whatsapp .fw-label { max-width: 0; overflow: hidden; font-size: 13px; font-weight: 700; letter-spacing: .01em; white-space: nowrap; transition: max-width .45s cubic-bezier(.22,1,.36,1), padding-left .45s cubic-bezier(.22,1,.36,1); }
.floating-whatsapp:hover, .floating-whatsapp:focus-visible { background: #189449; box-shadow: 0 18px 40px rgba(24,88,50,.4), 0 2px 8px rgba(41,76,57,.2); }
.floating-whatsapp:hover .fw-label, .floating-whatsapp:focus-visible .fw-label { max-width: 200px; padding-left: 24px; }
.floating-whatsapp:hover::before, .floating-whatsapp:focus-visible::before { animation-play-state: paused; opacity: 0; }
.floating-whatsapp.is-tucked { opacity: 0; transform: translateY(18px) scale(.9); pointer-events: none; }
@keyframes fw-halo { 0% { transform: scale(1); opacity: .5; } 70%, 100% { transform: scale(1.55); opacity: 0; } }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1020px) {
  .main-nav { gap: 17px; }
  .main-nav a { font-size: 12px; }
  .hero-grid { gap: 35px; }
  .trust-grid > div { padding-inline: 15px; }
  .pain-grid { grid-template-columns: 1fr 1fr; }
  .benefits-grid, .about-grid, .proof-grid { gap: 55px; }
  .faq-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px, 680px); }
  .section { padding: 82px 0; }
  .nav-wrap { min-height: 70px; }
  .menu-toggle { display: block; }
  .header-cta { display: none; }
  .main-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 18px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 45px rgba(41,76,57,.12); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  .main-nav.open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 14px 5px; border-bottom: 1px solid var(--line); font-size: 14px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .hero { padding-top: 104px; }
  .hero::after { bottom: 0; }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 42px; padding-bottom: 130px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-subtitle { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-note { justify-content: center; }
  .hero-visual { min-height: 570px; width: min(100%, 500px); margin-inline: auto; }
  .trust-grid { grid-template-columns: 1fr 1fr; padding: 18px 0; }
  .trust-grid > div, .trust-grid > div:first-child { min-height: 65px; padding: 8px 17px; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 0; text-align: center; }
  .section-heading .eyebrow { justify-content: center; }
  .section-heading > p { max-width: 570px; margin-inline: auto; }
  .steps { grid-template-columns: 1fr; gap: 25px; }
  .step-line { width: 1px; height: 40px; margin: 0 auto; background: repeating-linear-gradient(to bottom, rgba(255,255,255,.28) 0 5px, transparent 5px 10px); }
  .benefits-grid, .about-grid, .proof-grid, .faq-grid, .area-grid { grid-template-columns: 1fr; gap: 45px; }
  .area-copy { text-align: center; }
  .area-copy .eyebrow { justify-content: center; }
  .area-copy > p:not(.eyebrow) { margin-inline: auto; }
  .area-list { justify-content: center; }
  .area-card { max-width: 540px; margin-inline: auto; }
  .benefits-copy, .faq-heading { position: static; text-align: center; }
  .benefits-copy .eyebrow, .faq-heading .eyebrow { justify-content: center; }
  .plan-grid { grid-template-columns: 1fr; max-width: 540px; }
  .plan-card.featured { transform: none; order: -1; }
  .extras { grid-template-columns: 1fr; max-width: 540px; }
  .about-grid { max-width: 680px; }
  .about-visual { width: min(100%, 540px); min-height: 570px; margin-inline: auto; }
  .about-copy { text-align: center; }
  .about-copy .eyebrow { justify-content: center; }
  .about-copy .crn-badge { margin-inline: auto; }
  .proof-copy { text-align: center; }
  .proof-copy .eyebrow { justify-content: center; }
  .proof-copy p:not(.eyebrow) { margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 30px, 500px); }
  .section { padding: 68px 0; }
  .brand strong { font-size: 17px; }
  h1 { font-size: clamp(45px, 13.2vw, 61px); }
  h2 { font-size: clamp(38px, 11vw, 51px); }
  .hero-grid { padding-bottom: 110px; }
  .hero-subtitle { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 13px; }
  .hero-actions, .hero-actions .button { max-width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-copy h1 { max-width: 100%; overflow-wrap: anywhere; }
  .hero-copy .eyebrow { font-size: 9px; letter-spacing: .14em; }
  .hero-note { align-items: flex-start; font-size: 11px; }
  .hero-visual { min-height: 455px; }
  .hero-photo { inset: 5px 20px 0 12px; }
  .mini-card { left: 0; bottom: 32px; padding: 11px 14px 11px 10px; }
  .mini-icon { width: 32px; height: 32px; }
  .hero::after { height: 55px; }
  .trust-grid { width: 100%; padding-inline: 15px; }
  .trust-grid > div, .trust-grid > div:first-child { padding-inline: 10px; }
  .trust-grid span { font-size: 19px; }
  .trust-grid strong { font-size: 15px; }
  .trust-grid small { font-size: 8px; }
  .pain-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .pain-card { min-height: 230px; }
  .benefit-item { grid-template-columns: 35px 1fr; gap: 12px; }
  .plan-card { padding: 29px 24px; }
  .extras > div { grid-template-columns: auto 1fr; padding: 18px; }
  .extras b { grid-column: 2; }
  .about-visual { min-height: 470px; }
  .bio-photo { right: 10px; }
  .quote-card { right: 0; width: 210px; }
  .credentials { grid-template-columns: 1fr; }
  .reviews-placeholder { padding: 30px 24px; }
  .reviews-placeholder blockquote { font-size: 23px; }
  .faq-item button { font-size: 18px; }
  .final-cta { padding: 80px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .legal-page { padding-top: 120px; }
  .legal-body { grid-template-columns: 1fr; gap: 40px; }
  .legal-toc { position: static; padding: 22px 24px; background: var(--cream); border: 1px solid var(--line); }
  .cookie-banner { bottom: 12px; padding: 20px; }
  .cookie-inner { flex-direction: column; align-items: stretch; gap: 16px; }
  .cookie-actions .button { flex: 1; }
  body:has(.cookie-banner.is-open) .floating-whatsapp { bottom: 200px; }
  .floating-whatsapp { right: 16px; bottom: 16px; height: 52px; }
  .floating-whatsapp::before, .floating-whatsapp .fw-icon { width: 52px; height: 52px; }
  .floating-whatsapp .fw-icon { flex-basis: 52px; }
  .floating-whatsapp .fw-label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .floating-whatsapp::before { display: none; }
  .organic-frame:hover img { transform: none; }
  .reveal { opacity: 1; transform: none; }
}
