/* ==========================================================================
   Aurion Tours — folha única. Manual da marca v2 §3: modelo MySwitzerland
   com o dourado da Aurion. Chão escuro quente, texto em papel, dourado como
   acento e botão cheio, foto como única cor. Zero fontes externas.
   ========================================================================== */

:root {
  --ground: #16110D;
  --ground-2: #221A14;
  --ground-3: #2C231B;
  --paper: #FAF8F5;
  --paper-70: rgba(250, 248, 245, 0.72);
  --paper-50: rgba(250, 248, 245, 0.5);
  --line: rgba(250, 248, 245, 0.12);
  --gold: #C9A84C;
  --gold-soft: rgba(201, 168, 76, 0.18);
  --gold-ink: #16110D;
  --wa: #25D366;
  --wa-dark: #1EBE5B;

  --font-display: Georgia, "Times New Roman", ui-serif, serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --shell: 1240px;
  --gutter: clamp(1.25rem, 5vw, 3rem);
  --section: clamp(3.5rem, 7vw, 6.5rem);
  --header-h: 76px;
  --radius: 6px;
  --radius-card: 14px;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; background: var(--ground); color: var(--paper); font-family: var(--font-body); font-size: 17px; line-height: 1.6; }
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: 1.1; margin: 0 0 0.5em; letter-spacing: -0.01em; text-wrap: balance; }
h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); }
h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.25rem; }
h4 { font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }
p { margin: 0 0 1em; }
.lead { font-size: 1.15rem; max-width: 46rem; color: var(--paper-70); }
.muted { color: var(--paper-50); }
.small { font-size: 0.9rem; }
.shell { width: min(var(--shell), 100% - 2 * var(--gutter)); margin-inline: auto; }
.eyebrow { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.skip { position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--gold-ink); padding: 0.5rem 1rem; }
.skip:focus { left: 1rem; z-index: 100; }
.icon { flex: none; }
.credit { position: absolute; right: 0.6rem; bottom: 0.5rem; font-size: 0.65rem; color: var(--paper-50); letter-spacing: 0.04em; }

/* ---- botões ---------------------------------------------------------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; min-height: 48px; padding: 0.7rem 1.5rem; border-radius: var(--radius); border: 1px solid var(--paper-50); background: transparent; color: var(--paper); font: inherit; font-weight: 600; text-decoration: none; cursor: pointer; transition: background 0.15s, border-color 0.15s, transform 0.15s; }
.btn:hover { border-color: var(--paper); }
.btn--gold { background: var(--gold); border-color: var(--gold); color: var(--gold-ink); }
.btn--gold:hover { background: #d6b75e; border-color: #d6b75e; }
.btn--ghost { border-color: var(--line); }
.btn--wa { background: var(--wa); border-color: var(--wa); color: #fff; }
.btn--wa:hover { background: var(--wa-dark); border-color: var(--wa-dark); }
.btn--sm { min-height: 40px; padding: 0.45rem 1rem; font-size: 0.92rem; }
.btn--lg { min-height: 56px; padding: 0.9rem 2rem; font-size: 1.05rem; }
.btn--block { width: 100%; }

/* ---- cabeçalho -------------------------------------------------------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(22, 17, 13, 0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.has-hero .site-header { position: fixed; left: 0; right: 0; background: linear-gradient(rgba(22, 17, 13, 0.75), rgba(22, 17, 13, 0)); border-bottom: 0; backdrop-filter: none; -webkit-backdrop-filter: none; }
.has-hero .site-header.is-scrolled { background: rgba(22, 17, 13, 0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.site-header__inner { display: flex; align-items: center; gap: 1.5rem; min-height: var(--header-h); }
.lockup img { height: 54px; width: auto; }
.site-nav { display: flex; gap: 1.4rem; margin-left: auto; }
.site-nav a { text-decoration: none; font-size: 0.95rem; color: var(--paper-70); padding: 0.4rem 0; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--paper); border-color: var(--gold); }
.site-header__actions { display: flex; align-items: center; gap: 0.6rem; }
.lang { text-decoration: none; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; color: var(--paper-70); padding: 0.4rem 0.5rem; }
.lang:hover { color: var(--gold); }
.menu-btn { display: none; width: 44px; height: 44px; border: 0; background: transparent; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; padding: 8px; }
.menu-btn span { display: block; height: 2px; background: var(--paper); }
.menu { background: var(--ground-2); border-bottom: 1px solid var(--line); }
.menu .shell { display: flex; flex-direction: column; padding: 1rem 0; }
.menu a { padding: 0.8rem 0; text-decoration: none; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
@media (max-width: 1080px) {
  .site-nav { display: none; }
  .menu-btn { display: flex; }
  .btn--wa span { display: none; }
  .btn--wa.btn--sm { padding: 0.45rem 0.6rem; }
}

/* ---- herói -------------------------------------------------------------- */
.hero { position: relative; min-height: min(92vh, 860px); display: grid; place-items: center; overflow: hidden; background: var(--ground); }
.hero__media, .hero__video { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__video { object-fit: cover; opacity: 0; transition: opacity 1.4s ease; }
.hero__video.is-active { opacity: 1; }
.hero__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22, 17, 13, 0.35) 0%, rgba(22, 17, 13, 0.15) 45%, rgba(22, 17, 13, 0.85) 100%); }
.hero__content { position: relative; text-align: center; padding: calc(var(--header-h) + 3rem) 0 4rem; }
.hero__content h1 { font-size: clamp(2.2rem, 5.6vw, 4.2rem); max-width: 18ch; margin: 0 auto 1.6rem; text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4); }
.hero__credit { position: absolute; right: 1rem; bottom: 0.8rem; font-size: 0.65rem; color: var(--paper-50); }

/* ---- atalhos -------------------------------------------------------------- */
.shortcuts { position: relative; z-index: 2; margin-top: -3.2rem; }
.shortcuts__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-card); overflow: hidden; box-shadow: var(--shadow); }
.shortcut { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 0.35rem; padding: 1.6rem 1rem 1.4rem; background: var(--ground-2); text-decoration: none; transition: background 0.15s; }
.shortcut:hover { background: var(--ground-3); }
.shortcut .icon { color: var(--gold); width: 30px; height: 30px; margin-bottom: 0.3rem; }
.shortcut strong { font-family: var(--font-display); font-weight: 400; font-size: 1.2rem; }
.shortcut span { font-size: 0.82rem; color: var(--paper-50); }
@media (max-width: 720px) {
  .shortcuts { margin-top: -2rem; }
  .shortcuts__grid { grid-template-columns: 1fr 1fr; }
  .shortcut { padding: 1.2rem 0.6rem 1rem; }
  .shortcut strong { font-size: 1.05rem; }
}

/* ---- seções --------------------------------------------------------------- */
.section { padding-block: var(--section); }
.section--2 { background: var(--ground-2); }
.section--tight { padding-block: clamp(2rem, 4vw, 3.5rem); }
.section__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.section__head h2 { margin-bottom: 0.2em; }
.section__head .lead { margin: 0; }
.section__link { white-space: nowrap; text-decoration: none; color: var(--gold); font-weight: 600; display: inline-flex; align-items: center; gap: 0.3rem; padding-bottom: 0.4rem; }
@media (max-width: 720px) { .section__head { flex-direction: column; align-items: flex-start; gap: 0.5rem; } }
.page-head { padding: calc(var(--section) * 0.7) 0 1.5rem; }
.page-head h1 { margin-bottom: 0.3em; }

/* ---- destino card ------------------------------------------------------------ */
.dgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.dgrid--all { grid-template-columns: repeat(3, 1fr); }
.dcard { position: relative; display: block; aspect-ratio: 4 / 5; border-radius: var(--radius-card); overflow: hidden; text-decoration: none; background: var(--ground-3); isolation: isolate; }
.dcard__img, .dcard .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.dcard:hover .dcard__img { transform: scale(1.05); }
.dcard::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22, 17, 13, 0) 40%, rgba(22, 17, 13, 0.9) 100%); }
.dcard__text { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.2rem; z-index: 1; display: flex; flex-direction: column; gap: 0.15rem; }
.dcard__region { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); }
.dcard strong { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; line-height: 1.1; }
.dcard em { font-style: normal; color: var(--paper-70); font-size: 1rem; margin-top: 0.3rem; }
.hgrid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 1.2rem; }
.dcard--big { aspect-ratio: 16 / 10; }
.hgrid .dcard--big:first-child strong { font-size: 2.2rem; }
@media (max-width: 960px) { .dgrid { grid-template-columns: repeat(2, 1fr); } .dgrid--all { grid-template-columns: repeat(2, 1fr); } .hgrid { grid-template-columns: 1fr 1fr; } .hgrid .dcard--big:first-child { grid-column: 1 / -1; } }
@media (max-width: 560px) { .dgrid { grid-template-columns: 1fr 1fr; gap: 0.8rem; } .dcard strong { font-size: 1.15rem; } .dcard__text { left: 0.8rem; right: 0.8rem; bottom: 0.8rem; } .hgrid { grid-template-columns: 1fr; } }

/* ---- espaço marcado (sem foto ainda) ------------------------------------------- */
.ph { display: grid; place-items: center; width: 100%; height: 100%; min-height: 100%; background: radial-gradient(120% 90% at 30% 20%, var(--ground-3), var(--ground-2) 70%); color: var(--paper-50); font-family: var(--font-display); font-size: 1.1rem; text-align: center; padding: 1rem; }
.ph::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 18px, rgba(201, 168, 76, 0.05) 18px 19px); }
.ph span { position: relative; }

/* ---- card de passeio ------------------------------------------------------------- */
.pgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.4rem; }
.pcard { display: flex; flex-direction: column; border-radius: var(--radius-card); overflow: hidden; background: var(--ground-2); border: 1px solid var(--line); }
.section--2 .pcard { background: var(--ground); }
.pcard__photo { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--ground-3); }
.pcard__photo img, .pcard__photo .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.pcard:hover .pcard__photo img { transform: scale(1.04); }
.pcard__tag { position: absolute; left: 0.8rem; top: 0.8rem; background: rgba(22, 17, 13, 0.8); color: var(--paper); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; padding: 0.3rem 0.6rem; border-radius: 4px; }
.pcard__kind { position: absolute; right: 0.8rem; top: 0.8rem; background: var(--gold); color: var(--gold-ink); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.3rem 0.55rem; border-radius: 4px; }
.pcard__body { display: flex; flex-direction: column; gap: 0.6rem; padding: 1.1rem 1.2rem 1.3rem; flex: 1; }
.pcard h3 { margin: 0; font-size: 1.3rem; }
.pcard h3 a { text-decoration: none; }
.pcard h3 a:hover { color: var(--gold); }
.diamonds { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 0.3rem; font-size: 0.93rem; color: var(--paper-70); }
.diamonds li { padding-left: 1.1rem; position: relative; }
.diamonds li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }
.diamonds--light { color: var(--paper); text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6); }
.card__price { margin-top: auto; padding-top: 0.8rem; border-top: 1px solid var(--line); font-size: 0.85rem; color: var(--paper-50); display: flex; flex-direction: column; gap: 0.1rem; }
.card__price strong { font-size: 1.25rem; color: var(--paper); font-family: var(--font-display); font-weight: 400; }
.card__price--pending { color: var(--gold); }
.pcard--compact .pcard__photo { aspect-ratio: 16 / 9; }

/* ---- abas de estação -------------------------------------------------------------- */
.tabs { display: flex; gap: 0.5rem; margin: -0.5rem 0 1.6rem; }
.tab { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.6rem 1.2rem; border-radius: 999px; border: 1px solid var(--line); background: transparent; color: var(--paper-70); font: inherit; font-weight: 600; cursor: pointer; }
.tab .icon { width: 20px; height: 20px; }
.tab.is-active { background: var(--gold); border-color: var(--gold); color: var(--gold-ink); }

/* ---- planeje ------------------------------------------------------------------------- */
.plan { display: grid; grid-template-columns: 1.6fr 1fr; gap: 1.4rem; align-items: start; }
.plan__guides { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.guide { display: flex; flex-direction: column; gap: 0.3rem; padding: 1.2rem 1.3rem; border-radius: var(--radius-card); background: var(--ground); border: 1px solid var(--line); text-decoration: none; transition: border-color 0.15s; }
.guide:hover { border-color: var(--gold); }
.guide__kind { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.guide strong { font-family: var(--font-display); font-weight: 400; font-size: 1.2rem; }
.guide span:last-child { font-size: 0.9rem; color: var(--paper-50); }
.plan__aside { display: flex; flex-direction: column; gap: 1rem; }
.offer { display: flex; flex-direction: column; gap: 0.4rem; padding: 1.5rem; border-radius: var(--radius-card); background: var(--gold); color: var(--gold-ink); text-decoration: none; }
.offer .icon { width: 32px; height: 32px; margin-bottom: 0.4rem; }
.offer__kind { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; opacity: 0.75; }
.offer strong { font-family: var(--font-display); font-weight: 400; font-size: 1.5rem; line-height: 1.15; }
.offer span:not(.offer__kind) { font-size: 0.95rem; opacity: 0.85; }
.offer em { font-style: normal; font-weight: 700; margin-top: 0.4rem; }
.offer--quiet { background: var(--ground); color: var(--paper); border: 1px solid var(--line); }
.offer--quiet .icon, .offer--quiet .offer__kind { color: var(--gold); opacity: 1; }
@media (max-width: 960px) { .plan { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .plan__guides { grid-template-columns: 1fr; } }

/* ---- artigos ---------------------------------------------------------------------------- */
.agrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.acard { display: flex; flex-direction: column; gap: 0.4rem; text-decoration: none; }
.acard__photo { position: relative; display: block; aspect-ratio: 16 / 10; border-radius: var(--radius-card); overflow: hidden; background: var(--ground-3); margin-bottom: 0.4rem; }
.acard__photo img, .acard__photo .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s; }
.acard:hover .acard__photo img { transform: scale(1.04); }
.acard__kind { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.acard strong { font-family: var(--font-display); font-weight: 400; font-size: 1.35rem; line-height: 1.15; }
.acard__sum { font-size: 0.93rem; color: var(--paper-50); }
@media (max-width: 900px) { .agrid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .agrid { grid-template-columns: 1fr; } }

/* ---- quem vai com você ------------------------------------------------------------------- */
.who__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: center; }
.who__photo { position: relative; aspect-ratio: 4 / 5; border-radius: var(--radius-card); overflow: hidden; background: var(--ground-3); }
.who__photo img, .who__photo .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.facts { list-style: none; margin: 0 0 1.6rem; padding: 0; display: flex; flex-direction: column; gap: 0.5rem; }
.facts li { display: grid; grid-template-columns: 14px 1fr; gap: 0.7rem; align-items: start; }
.facts li .icon { margin-top: 6px; }
.facts .icon { color: var(--gold); position: relative; top: 1px; }
.facts strong { display: block; }
.facts span { font-size: 0.9rem; color: var(--paper-50); }
@media (max-width: 860px) { .who__grid { grid-template-columns: 1fr; } .who__photo { aspect-ratio: 16 / 10; } }

/* ---- faixa de confiança ------------------------------------------------------------------ */
.trust { background: var(--ground-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 2rem 0; }
.trust__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.2rem 2rem; }
.trust__grid > div { display: grid; grid-template-columns: 14px 1fr; gap: 0.3rem 0.6rem; font-size: 0.85rem; }
.trust__grid .icon { color: var(--gold); grid-row: span 2; margin-top: 4px; }
.trust__grid strong { display: block; }
.trust__grid span { color: var(--paper-50); }

/* ---- herói de página interna ---------------------------------------------------------------- */
.dhero { position: relative; min-height: 52vh; display: grid; align-items: end; overflow: hidden; background: var(--ground-2); }
.dhero--product { min-height: 58vh; }
.dhero--article { min-height: 44vh; }
.dhero__img, .dhero .ph { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dhero__scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(22, 17, 13, 0.3), rgba(22, 17, 13, 0.92)); }
.dhero__text { position: relative; padding: 4rem 0 2.5rem; }
.dhero__text h1 { margin-bottom: 0.3em; }
.dhero__text .lead { color: var(--paper); }

/* ---- produto ----------------------------------------------------------------------------- */
.product { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: start; }
.product__aside { position: sticky; top: calc(var(--header-h) + 1rem); padding: 1.4rem; border-radius: var(--radius-card); background: var(--ground-2); border: 1px solid var(--line); }
.vehicle-pick { display: grid; grid-template-columns: 1fr 1fr; gap: 0.5rem; margin-bottom: 1rem; }
.vtab { display: flex; flex-direction: column; align-items: flex-start; gap: 0.1rem; padding: 0.7rem 0.9rem; border-radius: var(--radius); border: 1px solid var(--line); background: transparent; color: var(--paper-70); font: inherit; font-weight: 600; font-size: 0.9rem; text-align: left; cursor: pointer; }
.vtab small { font-weight: 400; color: var(--paper-50); }
.vtab.is-active { border-color: var(--gold); color: var(--paper); background: var(--gold-soft); }
.price { padding: 0.4rem 0 1.2rem; }
.price__value { font-family: var(--font-display); font-size: 2.4rem; line-height: 1; margin-bottom: 0.4rem; }
.price__meta { font-size: 0.92rem; color: var(--paper-70); }
.price__meta strong { color: var(--gold); font-weight: 700; }
.price__note { font-size: 0.82rem; color: var(--paper-50); margin-top: 0.3rem; }
.price--pending .price__value { font-size: 1.6rem; color: var(--gold); }
.product__wa { margin: 1rem 0 0.5rem; font-size: 0.95rem; }
.product__wa a { text-decoration: none; color: var(--gold); display: inline-flex; align-items: center; gap: 0.3rem; }
.stops { counter-reset: s; list-style: none; padding: 0; margin: 0 0 2rem; }
.stops li { counter-increment: s; position: relative; padding: 0.7rem 0 0.7rem 3rem; border-bottom: 1px solid var(--line); }
.stops li::before { content: counter(s, decimal-leading-zero); position: absolute; left: 0; top: 0.75rem; font-family: var(--font-display); color: var(--gold); font-size: 1.1rem; }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 1.5rem 0; }
.tickets { padding-left: 1.2rem; color: var(--paper-70); }
@media (max-width: 900px) { .product { grid-template-columns: 1fr; } .product__aside { position: static; } .two { grid-template-columns: 1fr; } }

/* ---- tabela de preços ------------------------------------------------------------------ */
.table-wrap { overflow-x: auto; }
.ptable { width: 100%; border-collapse: collapse; font-size: 1rem; }
.ptable th, .ptable td { padding: 0.9rem 1rem; border-bottom: 1px solid var(--line); text-align: left; }
.ptable thead th { color: var(--gold); font-weight: 600; }
.ptable thead small { color: var(--paper-50); font-weight: 400; }
.ptable td { font-family: var(--font-display); font-size: 1.3rem; }
.ptable tbody th { font-weight: 400; color: var(--paper-70); }

/* ---- prosa, faq, avaliações ---------------------------------------------------------------- */
.prose h2 { font-size: 1.6rem; margin-top: 1.6em; }
.prose h3 { margin-top: 1.4em; }
.prose--narrow { max-width: 46rem; }
.prose ul, .prose ol { padding-left: 1.3rem; color: var(--paper-70); }
.article-cta { margin-top: 2.5rem; display: flex; gap: 0.6rem; flex-wrap: wrap; }
.faq__item { border-bottom: 1px solid var(--line); padding: 0.4rem 0; }
.faq__item summary { cursor: pointer; padding: 0.7rem 0; font-family: var(--font-display); font-size: 1.15rem; }
.faq__item p { color: var(--paper-70); margin: 0 0 1rem; }
.rgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; }
.review { margin: 0; padding: 1.4rem; border-radius: var(--radius-card); background: var(--ground); border: 1px solid var(--line); }
.review footer { font-size: 0.85rem; color: var(--paper-50); }

/* ---- rodapé, whatsapp --------------------------------------------------------------------- */
.site-footer { border-top: 1px solid var(--line); padding: 3.5rem 0 1.5rem; font-size: 0.93rem; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; }
.site-footer__grid a { display: block; text-decoration: none; color: var(--paper-70); padding: 0.2rem 0; }
.site-footer__grid a:hover { color: var(--gold); }
.site-footer__logo { height: 60px; width: auto; margin-bottom: 1rem; }
.site-footer__small { color: var(--paper-50); font-size: 0.85rem; }
.site-footer__bottom { margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: 0.8rem; color: var(--paper-50); }
@media (max-width: 860px) { .site-footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .site-footer__grid { grid-template-columns: 1fr; } }
.wa-float { position: fixed; right: 1rem; bottom: 1rem; z-index: 40; display: inline-flex; align-items: center; gap: 0.5rem; background: var(--wa); color: #fff; padding: 0.7rem 1rem; border-radius: 999px; text-decoration: none; font-weight: 700; box-shadow: var(--shadow); }
.wa-float:hover { background: var(--wa-dark); }
@media (max-width: 720px) { .wa-float span { display: none; } .wa-float { padding: 0.8rem; } }
