/* Self-hosted Google Fonts (OFL): Italiana + Jaldi */
@font-face { font-family: 'Italiana'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/italiana-400-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Jaldi'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/jaldi-400-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Jaldi'; font-style: normal; font-weight: 400; font-display: swap; src: url('/fonts/jaldi-400-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Jaldi'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/jaldi-700-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Jaldi'; font-style: normal; font-weight: 700; font-display: swap; src: url('/fonts/jaldi-700-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* ============================================================
   Alinhar Fisio & Pilates - Teresópolis, RJ
   Brand: #404835 (oliva) · #9C9C82 (sálvia) · Italiana + Jaldi
   ============================================================ */

:root {
  --olive: #404835;
  --olive-deep: #333927;
  --olive-soft: #5A614B;
  --sage: #9C9C82;
  --sage-soft: #C9CAB4;
  --sage-tint: #EBEBDD;
  --sage-ink: #6E725A;
  --cream: #FAF8F1;
  --cream-deep: #F2EFE3;
  --card: #FFFFFF;
  --ink: #2F3527;
  --ink-soft: #565B49;
  --clay: #9E5433;
  --clay-soft: #C9835F;
  --wa: #25D366;
  --wa-deep: #128C7E;
  --ring: rgba(64, 72, 53, .35);
  --shadow-sm: 0 1px 2px rgba(47, 53, 39, .05);
  --shadow-md: 0 2px 6px rgba(47, 53, 39, .06), 0 10px 28px rgba(47, 53, 39, .09);
  --shadow-lg: 0 4px 12px rgba(47, 53, 39, .08), 0 24px 56px rgba(47, 53, 39, .13);
  --radius: 18px;
  --radius-sm: 12px;
  --font-display: "Italiana", "Didot", "Bodoni MT", Georgia, serif;
  --font-body: "Jaldi", "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  --header-h: 74px;
}

/* ---------- Reset & base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; overflow-x: clip; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.075rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--cream);
  overflow-wrap: break-word;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--olive); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--olive-deep); }
:focus-visible { outline: 3px solid var(--ring); outline-offset: 2px; border-radius: 4px; }
button { font: inherit; cursor: pointer; }
main { display: block; }

h1, h2, h3.display {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--olive);
  line-height: 1.12;
  margin: 0 0 .5em;
  letter-spacing: .01em;
}
h1 { font-size: clamp(2.3rem, 5.6vw, 3.7rem); }
h2 { font-size: clamp(1.85rem, 3.6vw, 2.55rem); }
h3, .card h2, .h3s { font-family: var(--font-body); font-weight: 700; font-size: 1.22rem; color: var(--olive); margin: 0 0 .35em; line-height: 1.35; letter-spacing: 0; }
p { margin: 0 0 1em; }
strong { color: var(--olive-deep); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .55em;
  font-weight: 700; font-size: .82rem; letter-spacing: .16em;
  text-transform: uppercase; color: var(--sage-ink); margin: 0 0 .9em;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; background: var(--sage); border-radius: 2px;
}

.container { width: min(1120px, 100% - 2.5rem); margin-inline: auto; }
.narrow { width: min(780px, 100% - 2.5rem); margin-inline: auto; }

section { padding: clamp(3.2rem, 7vw, 5.5rem) 0; }
section.tight { padding: clamp(2.2rem, 5vw, 3.4rem) 0; }
.alt { background: var(--cream-deep); }
.center { text-align: center; }
.center .eyebrow { justify-content: center; }

/* ---------- Skip link ---------- */
.skip {
  position: absolute; left: -999px; top: 0; z-index: 300;
  background: var(--olive); color: var(--cream); padding: .7em 1.2em; border-radius: 0 0 10px 0;
}
.skip:focus { left: 0; }

/* ---------- Top bar ---------- */
.topbar { background: var(--olive); color: #EDEBDD; font-size: .86rem; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 38px; }
.topbar p { margin: 0; letter-spacing: .04em; }
.topbar .socials { display: flex; gap: .35rem; }
.topbar .socials a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border-radius: 50%; color: #EDEBDD;
  transition: background .2s ease, transform .2s ease;
}
.topbar .socials a:hover { background: rgba(250, 248, 241, .14); transform: translateY(-1px); }
.topbar .socials svg { width: 16px; height: 16px; }
@media (max-width: 640px) { .topbar p span.hide-s { display: none; } }

/* ---------- Header ---------- */
header.site {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 248, 241, .92);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(156, 156, 130, .25);
  transition: box-shadow .25s ease;
}
header.site.scrolled { box-shadow: var(--shadow-md); }
.navwrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: var(--header-h); }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand img { height: 46px; width: auto; }
.brand .wordmark {
  font-family: var(--font-display); font-size: 1.62rem; letter-spacing: .3em;
  color: var(--olive); line-height: 1; transform: translateY(2px);
}
.brand .wordmark small {
  display: block; font-family: var(--font-body); font-size: .56rem; letter-spacing: .34em;
  color: var(--sage-ink); margin-top: .3em; font-weight: 700;
}
nav.main { display: flex; align-items: center; gap: .2rem; }
nav.main > a {
  padding: .55em .8em; text-decoration: none; color: var(--ink-soft);
  font-weight: 700; font-size: .98rem; border-radius: 999px; transition: color .2s, background .2s;
}
nav.main > a:hover { color: var(--olive-deep); background: var(--sage-tint); }
nav.main > a[aria-current="page"] { color: var(--olive-deep); background: var(--sage-tint); }
.has-sub { position: relative; }
.has-sub > button {
  display: inline-flex; align-items: center; gap: .35em;
  padding: .55em .8em; background: none; border: 0; color: var(--ink-soft);
  font-weight: 700; font-size: .98rem; border-radius: 999px; transition: color .2s, background .2s;
}
.has-sub > button:hover, .has-sub.open > button { color: var(--olive-deep); background: var(--sage-tint); }
.has-sub > button svg { width: 12px; height: 12px; transition: transform .2s; }
.has-sub.open > button svg { transform: rotate(180deg); }
.submenu {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(6px);
  background: var(--card); border-radius: var(--radius-sm); box-shadow: var(--shadow-lg);
  border: 1px solid rgba(156, 156, 130, .22);
  padding: .55rem; width: 296px; opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease;
}
.has-sub.open .submenu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.submenu a {
  display: block; padding: .5em .8em; border-radius: 9px; text-decoration: none;
  color: var(--ink-soft); font-weight: 700; font-size: .95rem;
}
.submenu a:hover { background: var(--sage-tint); color: var(--olive-deep); }
.submenu .sublabel {
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--sage-ink); padding: .55em .8em .2em; font-weight: 700;
}
.cta-nav {
  display: inline-flex; align-items: center; gap: .5em;
  background: var(--olive); color: #F7F5EA; text-decoration: none;
  padding: .62em 1.25em; border-radius: 999px; font-weight: 700; font-size: .95rem;
  box-shadow: var(--shadow-sm); transition: background .2s, transform .2s, box-shadow .2s;
  white-space: nowrap;
}
.cta-nav:hover { background: var(--olive-deep); color: #FFFDF4; transform: translateY(-1px); box-shadow: var(--shadow-md); }
.cta-nav svg { width: 16px; height: 16px; }

.menu-btn {
  display: none; background: none; border: 0; padding: .5rem; border-radius: 10px; color: var(--olive);
  min-width: 48px; min-height: 48px; align-items: center; justify-content: center;
}
.menu-btn svg { width: 26px; height: 26px; }

@media (max-width: 1020px) {
  nav.main, .cta-nav.desktop { display: none; }
  .menu-btn { display: inline-flex; }
}

/* Mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: 200; background: var(--olive);
  color: #F2F0E1; padding: 1.2rem 1.6rem 2rem; overflow-y: auto;
  transform: translateX(102%); visibility: hidden;
  transition: transform .3s ease, visibility 0s linear .35s;
  display: flex; flex-direction: column;
}
.drawer.open { transform: translateX(0); visibility: visible; transition: transform .3s ease, visibility 0s; }
.drawer .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.6rem; }
.drawer .top .wordmark { font-family: var(--font-display); letter-spacing: .3em; font-size: 1.5rem; color: #F2F0E1; }
.drawer .close { background: none; border: 0; color: #F2F0E1; padding: .5rem; }
.drawer .close svg { width: 26px; height: 26px; }
.drawer a { color: #F2F0E1; text-decoration: none; }
.drawer nav { display: flex; flex-direction: column; gap: .1rem; }
.drawer nav > a {
  font-family: var(--font-display); font-size: 1.7rem; padding: .45em 0;
  border-bottom: 1px solid rgba(250, 248, 241, .14);
}
.drawer .grp { font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: var(--sage-soft); margin: 1.3em 0 .4em; font-weight: 700; }
.drawer .sub { display: grid; grid-template-columns: 1fr 1fr; gap: .15rem .9rem; }
.drawer .sub a { font-size: .98rem; padding: .32em 0; opacity: .94; }
.drawer .wa {
  margin-top: 1.6rem; display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  background: #F2F0E1; color: var(--olive-deep); font-weight: 700;
  padding: .85em 1.4em; border-radius: 999px; font-size: 1.05rem;
}
.drawer .wa svg { width: 20px; height: 20px; }
.drawer .socials { display: flex; gap: .7rem; margin-top: 1.4rem; }
.drawer .socials a { display: inline-flex; width: 42px; height: 42px; border-radius: 50%; align-items: center; justify-content: center; background: rgba(250,248,241,.12); }
.drawer .socials svg { width: 20px; height: 20px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  padding: .8em 1.6em; border-radius: 999px; text-decoration: none;
  font-weight: 700; font-size: 1.02rem; border: 2px solid transparent;
  transition: background .2s, color .2s, transform .2s, box-shadow .2s;
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn-primary { background: var(--olive); color: #F7F5EA; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--olive-deep); color: #FFFDF4; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--olive); border-color: rgba(64, 72, 53, .35); }
.btn-ghost:hover { border-color: var(--olive); background: rgba(64, 72, 53, .05); color: var(--olive-deep); }
.btn-wa { background: var(--wa-deep); color: #FFFFFF; box-shadow: var(--shadow-sm); }
.btn-wa:hover { background: #0E7265; color: #FFFFFF; transform: translateY(-2px); box-shadow: var(--shadow-md); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 5.6rem) 0 clamp(3rem, 6vw, 5rem); }
.hero .container { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.hero h1 { margin-bottom: .45em; }
.hero .lead { font-size: 1.17rem; color: var(--ink-soft); max-width: 34em; }
.hero .actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }
.hero .note { margin-top: 1rem; font-size: .92rem; color: var(--sage-ink); display: flex; align-items: center; gap: .5em; }
.hero .note svg { width: 15px; height: 15px; flex: none; }
.hero-art { position: relative; display: grid; place-items: center; padding: 1rem 0; }
.hero-art .blob {
  position: absolute; inset: auto; width: 118%; aspect-ratio: 1;
  background: radial-gradient(closest-side, var(--sage-tint), transparent 72%);
  z-index: 0;
}
.hero-art img { position: relative; z-index: 1; width: min(360px, 78%); }
@media (max-width: 880px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero-art { order: -1; padding: 0; }
  .hero-art img { width: min(190px, 44%); }
}

/* Trust strip */
.trust { border-block: 1px solid rgba(156, 156, 130, .28); background: var(--card); }
.trust .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding-block: 1.15rem; }
.trust .item { display: flex; align-items: center; gap: .7em; font-size: .95rem; font-weight: 700; color: var(--olive-soft); line-height: 1.3; }
.trust .item svg { width: 26px; height: 26px; flex: none; color: var(--sage-ink); }
@media (max-width: 880px) { .trust .container { grid-template-columns: 1fr 1fr; } }

/* ---------- Cards & grids ---------- */
.grid { display: grid; gap: 1.3rem; }
.g2 { grid-template-columns: 1fr 1fr; }
.g3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 940px) { .g3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .g2, .g3 { grid-template-columns: 1fr; } }

.card {
  background: var(--card); border-radius: var(--radius); padding: 1.7rem 1.6rem 1.5rem;
  box-shadow: var(--shadow-md); border: 1px solid rgba(156, 156, 130, .18);
  display: flex; flex-direction: column; gap: .3rem; position: relative;
  transition: transform .25s ease, box-shadow .25s ease;
}
a.card { text-decoration: none; color: inherit; }
a.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.card .icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  background: var(--sage-tint); color: var(--olive); margin-bottom: .8rem;
}
.card .icon svg { width: 27px; height: 27px; }
.card p { color: var(--ink-soft); font-size: .99rem; margin-bottom: .4em; }
.card .go { margin-top: auto; font-weight: 700; color: var(--olive); display: inline-flex; align-items: center; gap: .4em; font-size: .96rem; }
.card .go svg { width: 15px; height: 15px; transition: transform .2s; }
a.card:hover .go svg { transform: translateX(4px); }
.card .price-tag { font-size: .9rem; color: var(--clay); font-weight: 700; letter-spacing: .02em; }
.card.featured { background: linear-gradient(160deg, #FFFFFF 0%, var(--sage-tint) 130%); border-color: var(--sage); }
.card .badge {
  position: absolute; top: 14px; right: 14px;
  background: var(--olive); color: #F7F5EA; font-size: .7rem; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; padding: .3em .8em; border-radius: 999px;
}

/* Feature band (domiciliar) */
.band { position: relative; overflow: hidden; background: var(--olive); color: #EFEDE0; border-radius: calc(var(--radius) + 8px); }
.band-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2.5rem; align-items: center; padding: clamp(2.2rem, 5vw, 3.6rem); }
.band h2 { color: #F7F5EA; }
.band p { color: rgba(239, 237, 224, .92); }
.band .eyebrow { color: var(--sage-soft); }
.band .eyebrow::before { background: var(--sage-soft); }
.band ul.checks li { color: rgba(239, 237, 224, .95); }
.band ul.checks li::before { filter: brightness(2.2); }
.band .art { display: grid; place-items: center; }
.band .art svg, .band .art img { width: min(330px, 96%); opacity: .96; }
@media (max-width: 880px) { .band-inner { grid-template-columns: 1fr; } .band .art { order: -1; } .band .art svg, .band .art img { width: min(180px, 50%); } }

/* Checklist */
ul.checks { list-style: none; padding: 0; margin: 1em 0; display: grid; gap: .45em; }
ul.checks li { padding-left: 1.9em; position: relative; color: var(--ink-soft); }
ul.checks li::before {
  content: ""; position: absolute; left: 0; top: .32em; width: 1.15em; height: 1.15em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236E725A' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Steps */
.steps { counter-reset: step; }
.step { position: relative; padding: 1.5rem 1.4rem 1.3rem 1.4rem; }
.step::before {
  counter-increment: step; content: counter(step);
  font-family: var(--font-display); font-size: 2.6rem; color: var(--sage);
  line-height: 1; display: block; margin-bottom: .5rem;
}

/* ---------- Price tables ---------- */
.price-table { width: 100%; border-collapse: collapse; background: var(--card); border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow-md); font-size: 1rem; }
.price-table caption { caption-side: top; text-align: left; font-weight: 700; color: var(--olive); padding: 0 0 .6rem; font-size: 1.12rem; }
.price-table th, .price-table td { padding: .8rem 1.1rem; text-align: left; border-bottom: 1px solid rgba(156, 156, 130, .22); }
.price-table th { background: var(--sage-tint); color: var(--olive-deep); font-size: .88rem; letter-spacing: .08em; text-transform: uppercase; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td.val { font-weight: 700; color: var(--clay); white-space: nowrap; }
.price-table td small { color: var(--sage-ink); }
.table-scroll { overflow-x: auto; border-radius: var(--radius-sm); }

.price-note { font-size: .92rem; color: var(--sage-ink); margin-top: .7rem; }
@media (max-width: 640px) {
  .price-table th, .price-table td { padding: .68rem .8rem; }
  .price-table { font-size: .95rem; }
}

/* ---------- FAQ ---------- */
.faq { display: grid; gap: .8rem; }
.faq details {
  background: var(--card); border-radius: var(--radius-sm); border: 1px solid rgba(156, 156, 130, .22);
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.faq summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  padding: 1.05rem 1.3rem; font-weight: 700; color: var(--olive); font-size: 1.04rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; width: 1em; height: 1em; flex: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23404835' stroke-width='2.2' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform .25s ease;
}
.faq details[open] summary::after { transform: rotate(180deg); }
.faq .a { padding: 0 1.3rem 1.2rem; color: var(--ink-soft); }
.faq .a p:last-child { margin-bottom: 0; }

/* ---------- Prose (blog/service body) ---------- */
.prose { max-width: 46em; }
.prose h2 { margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; font-size: 1.18rem; }
.prose ul { padding-left: 1.2em; color: var(--ink-soft); }
.prose li { margin: .3em 0; }
.hero-illus { margin: 1.8rem auto; width: min(430px, 92%); }

/* Article meta */
.meta { font-size: .9rem; color: var(--sage-ink); display: flex; gap: 1.1em; flex-wrap: wrap; margin-bottom: 1.4rem; }

/* Breadcrumbs */
.crumbs { font-size: .88rem; color: var(--sage-ink); padding-top: 1.2rem; }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: .4em; padding: 0; margin: 0; }
.crumbs li + li::before { content: "›"; margin-right: .4em; color: var(--sage); }
.crumbs a { color: var(--sage-ink); text-decoration: none; }
.crumbs a:hover { color: var(--olive); text-decoration: underline; }

/* Page hero (interior pages) */
.page-hero { padding: clamp(2.2rem, 5vw, 3.6rem) 0 clamp(1.6rem, 3vw, 2.4rem); }
.page-hero .lead { font-size: 1.15rem; color: var(--ink-soft); max-width: 44em; }

/* CTA band */
.cta-band {
  background: linear-gradient(135deg, var(--olive) 0%, #4A523B 100%);
  border-radius: calc(var(--radius) + 8px);
  padding: clamp(2.2rem, 5vw, 3.4rem); text-align: center; color: #F2F0E1;
  position: relative; overflow: hidden;
}
.cta-band h2 { color: #F7F5EA; }
.cta-band p { color: rgba(242, 240, 225, .9); max-width: 36em; margin-inline: auto; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; margin-top: 1.4rem; }
.cta-band .leafdeco { position: absolute; opacity: .1; width: 220px; pointer-events: none; }

/* ---------- Footer ---------- */
footer.site { background: var(--olive-deep); color: #D9D8C6; margin-top: 3.5rem; }
footer.site .cols {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 2.2rem;
  padding: clamp(2.6rem, 5vw, 3.8rem) 0 2rem;
}
footer.site img.lockup { width: 190px; margin-bottom: 1rem; }
footer.site .fh { font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; color: var(--sage-soft); margin: 0 0 .8em; }
footer.site ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .35em; }
footer.site a { color: #D9D8C6; text-decoration: none; font-size: .97rem; }
footer.site a:hover { color: #FFFDF4; text-decoration: underline; }
footer.site p { font-size: .95rem; color: #C4C4AE; }
footer.site .socials { display: flex; gap: .6rem; margin-top: .9rem; }
footer.site .socials a {
  display: inline-flex; width: 40px; height: 40px; border-radius: 50%;
  align-items: center; justify-content: center; background: rgba(250, 248, 241, .1);
  transition: background .2s, transform .2s;
}
footer.site .socials a:hover { background: rgba(250, 248, 241, .2); transform: translateY(-2px); }
footer.site .socials svg { width: 18px; height: 18px; }
footer.site .legal {
  border-top: 1px solid rgba(217, 216, 198, .2); padding: 1.1rem 0 1.4rem;
  font-size: .85rem; color: #ABAB93; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
}
footer.site .legal p { margin: 0; font-size: inherit; color: inherit; }
@media (max-width: 880px) { footer.site .cols { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { footer.site .cols { grid-template-columns: 1fr; gap: 1.6rem; } }

/* ---------- WhatsApp FAB ---------- */
.wa-fab {
  position: fixed; right: 1.1rem; bottom: calc(1.1rem + env(safe-area-inset-bottom, 0px)); z-index: 150;
  width: 58px; height: 58px; border-radius: 50%; background: var(--wa);
  display: grid; place-items: center; box-shadow: 0 6px 20px rgba(18, 140, 126, .45), 0 0 0 1px rgba(0,0,0,.04);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wa-fab:hover { transform: scale(1.07); box-shadow: 0 10px 26px rgba(18, 140, 126, .5); }
.wa-fab svg { width: 30px; height: 30px; color: #fff; }

/* ---------- Helpers ---------- */
.mt0 { margin-top: 0; } .mt1 { margin-top: 1rem; } .mt2 { margin-top: 2rem; }
.section-head { max-width: 620px; margin-bottom: 2.2rem; }
.section-head.center { margin-inline: auto; }
.pill-row { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.pill {
  background: var(--sage-tint); color: var(--olive-soft); font-weight: 700; font-size: .87rem;
  padding: .35em 1em; border-radius: 999px; text-decoration: none;
}
.pill:hover { background: var(--sage-soft); color: var(--olive-deep); }

/* Reveal on scroll */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
  .reveal.in { opacity: 1; transform: none; }
  .grid > .reveal:nth-child(2) { transition-delay: .08s; }
  .grid > .reveal:nth-child(3) { transition-delay: .16s; }
  .grid > .reveal:nth-child(4) { transition-delay: .08s; }
  .grid > .reveal:nth-child(5) { transition-delay: .16s; }
  .grid > .reveal:nth-child(6) { transition-delay: .24s; }
}

/* 404 */
.err { text-align: center; padding: 5rem 0; }
.err h1 { font-size: clamp(3rem, 8vw, 5rem); }
