/* =========================================================
   A2 Viagens — Site Institucional
   Navy confiável + coral decidido. Bebas Neue nos heros,
   Rubik nos títulos/UI, Noto Sans no corpo.
   ========================================================= */

:root {
  --navy:#000066;
  --navy-deep:#000044;
  --coral:#ef4b3f;
  --coral-press:#d63b30;
  --blue:#0000ff;
  --white:#ffffff;
  --off-white:#f7f7fa;
  --gray-light:#e8e8ee;
  --gray-text:#4a4a6a;
  --ink:#14143a;

  --maxw:1200px;
  --header-h:74px;

  --font-hero:"Bebas Neue", Impact, sans-serif;
  --font-display:"Rubik", system-ui, -apple-system, sans-serif;
  --font-body:"Noto Sans", system-ui, -apple-system, sans-serif;

  --ease:cubic-bezier(.16, 1, .3, 1);
  --radius:16px;
  --shadow-card:0 4px 16px rgba(16, 18, 48, .07);
  --shadow-card-hover:0 16px 34px rgba(16, 18, 48, .16);
  --shadow-nav:0 2px 16px rgba(0, 0, 30, .14);
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--gray-text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
a { color: var(--coral); text-decoration: none; }
button { font: inherit; }

/* ícones de linha */
.lico { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card__ico { stroke-width: 1.7; }
.badge__ico, .pillar__ico { stroke-width: 1.8; }

/* ---------- tipografia utilitária ---------- */
.h1, .h2, .h3 { margin: 0; color: var(--navy); }
.h1 { font-family: var(--font-hero); font-weight: 400; font-size: clamp(2.6rem, 7vw, 4.2rem); line-height: .95; letter-spacing: .01em; }
.h2 { font-family: var(--font-hero); font-weight: 400; font-size: clamp(2rem, 5vw, 2.9rem); line-height: 1; letter-spacing: .01em; }
.h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.25rem; line-height: 1.25; }
.eyebrow {
  display: inline-block;
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .8rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--coral);
}
.lead { margin: 0; font-size: 1.125rem; line-height: 1.55; color: var(--gray-text); max-width: 60ch; }
.section--center .lead { margin-inline: auto; }

/* ---------- layout ---------- */
.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
:where(section[id], header[id], article[id]) { scroll-margin-top: calc(var(--header-h) + 14px); }
.container--narrow { max-width: 820px; }
.section { padding-block: clamp(56px, 9vw, 100px); }
.section--alt { background: var(--off-white); }
.section--navy { background: var(--navy); color: rgba(255,255,255,.92); position: relative; overflow: hidden; }
.section--navy .h2 { color: var(--white); }
.section--center { text-align: center; }
.section__head { max-width: 720px; margin: 0 auto clamp(30px, 4.5vw, 46px); }
.section__head .lead { margin-top: 12px; }
.section--center .section__head { text-align: center; }
.section:not(.section--center) .section__head { text-align: left; }

/* padronagem do isotipo p/ seções navy */
.pattern-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/padronagem.svg") repeat;
  background-size: 132px;
  opacity: .05;
  pointer-events: none;
}

/* ---------- botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: .98rem;
  line-height: 1;
  padding: 14px 24px;
  border: 2px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s ease, color .2s ease, border-color .2s ease;
}
.btn .ico { width: 18px; height: 18px; }
.btn--coral { background: var(--coral); color: var(--white); box-shadow: 0 8px 20px rgba(239, 75, 63, .28); }
.btn--coral:hover { background: var(--coral-press); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(239, 75, 63, .36); }
.btn--outline { border-color: var(--coral); color: var(--coral); background: transparent; }
.btn--outline:hover { background: var(--coral); color: var(--white); transform: translateY(-2px); }
.btn--ghost-light { border-color: rgba(255,255,255,.55); color: var(--white); background: transparent; }
.btn--ghost-light:hover { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn--navy { background: var(--navy); color: var(--white); }
.btn--navy:hover { background: var(--navy-deep); transform: translateY(-2px); }
.btn--lg { padding: 17px 34px; font-size: 1.05rem; border-radius: 12px; }
.btn--sm { padding: 10px 18px; font-size: .9rem; }
.btn--block { width: 100%; }
.btn:active { transform: scale(.98); }
.btn:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.link-more {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-display); font-weight: 600; color: var(--coral);
}
.link-more .ico { width: 17px; height: 17px; transition: transform .3s var(--ease); }
.link-more:hover .ico { transform: translateX(4px); }

/* ============ HEADER ============ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
.site-header.is-solid { background: var(--navy); box-shadow: var(--shadow-nav); }
.site-header__inner {
  max-width: 1280px; margin-inline: auto; padding-inline: 24px;
  height: var(--header-h);
  display: flex; align-items: center; gap: 22px;
}
.brand { display: inline-flex; align-items: center; }
.brand__logo { height: 30px; width: auto; display: block; filter: drop-shadow(0 1px 2px rgba(0,0,30,.28)); }
.site-footer__brand .brand__logo { height: 36px; }

.nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex; align-items: center; gap: 5px;
  font-family: var(--font-display); font-weight: 500; font-size: .94rem;
  color: rgba(255,255,255,.92); background: none; border: 0; cursor: pointer;
  padding: 9px 12px; border-radius: 8px;
  text-decoration: none;
  text-shadow: 0 1px 4px rgba(0,0,30,.38);
}
.site-header.is-solid .nav__link { text-shadow: none; }
.nav__item.is-active > .nav__link { color: var(--white); }
.nav__item.is-active > .nav__link::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 2px; height: 2px; background: var(--coral); border-radius: 2px;
}
.nav__link:hover { color: var(--white); }
.nav__caret { width: 15px; height: 15px; transition: transform .25s var(--ease); }
.nav__menu {
  position: absolute; top: calc(100% + 6px); left: 0;
  min-width: 248px; padding: 8px;
  background: var(--white); border-radius: 12px; box-shadow: 0 18px 40px rgba(0,0,30,.18);
  list-style: none; margin: 0;
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s;
}
.nav__item--has-menu:hover .nav__menu,
.nav__item--has-menu:focus-within .nav__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__item--has-menu:hover .nav__caret { transform: rotate(180deg); }
.nav__menu a { display: block; padding: 11px 14px; border-radius: 8px; color: var(--navy); font-family: var(--font-display); font-weight: 500; font-size: .92rem; }
.nav__menu a:hover { background: var(--off-white); color: var(--coral); }

.nav__cta { margin-left: 8px; }
.nav__toggle { display: none; }

/* menu mobile */
.mobile-nav { display: none; }

/* ============ HERO (slider) ============ */
.hero { position: relative; min-height: clamp(560px, 86vh, 840px); display: flex; align-items: center; overflow: hidden; background: var(--navy-deep); }
.hero__slide { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(0, 1fr); align-content: center; opacity: 0; transition: opacity 1.1s var(--ease); }
.hero__slide.is-active { opacity: 1; }
.hero__media { position: absolute; inset: 0; background: linear-gradient(135deg, #0a1f9c, #000055 60%, var(--navy-deep)); }
.hero__media::after { content:""; position:absolute; inset:0; background:url("assets/padronagem.svg") center/150px; opacity:.10; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.hero__img.is-missing { opacity: 0; }
.hero__overlay { position: absolute; inset: 0; z-index: 2; background: linear-gradient(95deg, rgba(0,0,40,.82) 0%, rgba(0,0,50,.55) 42%, rgba(0,0,60,.12) 78%, transparent 100%); }
.hero__inner { position: relative; z-index: 3; width: 100%; min-width: 0; }
.hero__content { max-width: min(640px, calc(100vw - 48px)); min-width: 0; color: var(--white); }
.hero__eyebrow { color: #ff8478; }
.hero__title { font-family: var(--font-hero); font-weight: 400; font-size: clamp(2.8rem, 7vw, 5rem); line-height: .94; letter-spacing: .01em; color: var(--white); margin: 0 0 18px; overflow-wrap: break-word; }
.hero__sub { font-size: clamp(1.05rem, 2.2vw, 1.3rem); line-height: 1.5; color: rgba(255,255,255,.88); margin: 0 0 30px; max-width: 48ch; }
.hero__dots { position: absolute; left: 0; right: 0; bottom: 28px; z-index: 4; display: flex; gap: 10px; justify-content: center; }
.hero__dot { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255,255,255,.4); cursor: pointer; transition: background .25s, width .25s var(--ease); padding: 0; }
.hero__dot.is-active { background: var(--coral); width: 26px; border-radius: 6px; }
.hero__arrows { position: absolute; inset: 0; z-index: 4; display: flex; align-items: center; justify-content: space-between; padding-inline: 18px; pointer-events: none; }
.hero__arrow { pointer-events: auto; width: 46px; height: 46px; border-radius: 50%; border: 0; background: rgba(255,255,255,.14); color: #fff; display: grid; place-items: center; cursor: pointer; opacity: 0; transition: opacity .3s, background .2s; }
.hero:hover .hero__arrow { opacity: 1; }
.hero__arrow:hover { background: rgba(255,255,255,.28); }
.hero__arrow .ico { width: 22px; height: 22px; }

/* ---- hero Vanta (nuvens animadas, com fallback navy) ---- */
/* fallback (raro: sem WebGL) num azul-céu próximo do Vanta original */
.hero--vanta { background: linear-gradient(180deg, rgba(13, 25, 60, .18), rgba(13, 25, 60, .46)), url("assets/hero-clouds.jpg") center / cover no-repeat, linear-gradient(180deg, #2f6fc0 0%, #1a4690 55%, #123a7e 100%); }
/* sombra suave só pra legibilidade sobre o céu (sem overlay, sem contorno pesado) */
.hero--vanta .hero__title { text-shadow: 0 2px 18px rgba(0,0,30,.4), 0 1px 2px rgba(0,0,30,.28); }
/* hero centralizado para impacto */
.hero--vanta .hero__content { max-width: min(860px, calc(100vw - 48px)); margin-inline: auto; text-align: center; }
.hero--vanta .hero__cta { display: flex; justify-content: center; margin-top: 6px; }
.hero__scroll { position: absolute; left: 50%; bottom: 50px; transform: translateX(-50%); z-index: 7; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; opacity: .82; animation: heroChevron 2.2s ease-in-out infinite; }
.hero__scroll:hover { opacity: 1; }
.hero__scroll svg { width: 26px; height: 26px; }
@keyframes heroChevron { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

/* entrada do hero — CSS puro (independe de JS/observer) */
.hero__content > * { opacity: 0; animation: heroRise .85s var(--ease) forwards; }
.hero__content > *:nth-child(1) { animation-delay: .18s; }
.hero__content > *:nth-child(2) { animation-delay: .34s; }
.hero__content > *:nth-child(3) { animation-delay: .52s; }
@keyframes heroRise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }

/* ============ WAVE divisória ============ */
.wave { display: block; width: 100%; height: clamp(42px, 6vw, 74px); }

/* ============ BADGES de confiança ============ */
.badges-wrap { margin-top: 6px; position: relative; z-index: 5; }
.badges {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--white); border-radius: var(--radius);
  border: 1px solid var(--gray-light);
  box-shadow: 0 6px 22px rgba(0, 0, 30, .06);
  overflow: hidden;
}
.badge { display: flex; align-items: center; gap: 13px; padding: 22px 24px; transition: background .25s var(--ease); }
.badge + .badge { border-left: 1px solid var(--gray-light); }
.badge:hover { background: var(--off-white); }
.badge__ico { flex: 0 0 auto; width: 34px; height: 34px; color: var(--coral); transition: transform .4s var(--ease); }
.badge:hover .badge__ico { transform: scale(1.14) rotate(-5deg); }
.badge__txt { font-family: var(--font-display); font-weight: 500; font-size: .92rem; color: var(--navy); line-height: 1.25; }

/* ============ SERVIÇOS (grid de cards) ============ */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  position: relative; background: var(--white); border: 1px solid var(--gray-light);
  border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-card);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease);
  overflow: hidden;
}
.service-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--coral); transform: scaleX(0); transform-origin: left; transition: transform .35s var(--ease); }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-hover); }
.service-card:hover::after { transform: scaleX(1); }
.service-card__ico { width: 46px; height: 46px; color: var(--coral); margin-bottom: 18px; transition: transform .3s var(--ease); }
.service-card:hover .service-card__ico { transform: scale(1.12); }
.service-card h3 { color: var(--navy); margin: 0 0 8px; }
.service-card p { margin: 0 0 16px; font-size: .96rem; }

/* ============ EXPEDIÇÕES ============ */
.exp-filter { display: inline-flex; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.exp-filter__btn { font-family: var(--font-display); font-weight: 600; font-size: .9rem; color: var(--white); background: transparent; border: 1.5px solid rgba(255,255,255,.5); border-radius: 999px; padding: 9px 18px; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.exp-filter__btn.is-active { background: var(--coral); border-color: var(--coral); }
.exp-group-title { font-family: var(--font-display); font-weight: 600; color: rgba(255,255,255,.82); font-size: 1rem; margin: 34px 0 18px; }
.exp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
/* hover SEM transform no card (transform no ancestral derrubava o pattern/fundo da mídia → flash branco).
   Mantém elevação por sombra + zoom da imagem (que é contido pelo overflow da mídia). */
.exp-card { background: var(--white); border-radius: 14px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,20,.22); transition: box-shadow .35s var(--ease); }
.exp-card:not(.exp-card--sold):hover { box-shadow: 0 22px 42px rgba(0,0,20,.45); }
.exp-card__media { position: relative; aspect-ratio: 4 / 5; background: linear-gradient(140deg, #0a1f9c, #000044); overflow: hidden; }
.exp-card__media::after { content:""; position:absolute; inset:0; background:url("assets/padronagem.svg") center/76px; opacity:.12; }
.exp-card__img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.exp-card:not(.exp-card--sold):hover .exp-card__img { transform: scale(1.06); }
.exp-card__img.is-missing { opacity: 0; }
.exp-badge { position: absolute; z-index: 2; top: 12px; left: 12px; background: var(--coral); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: .72rem; padding: 5px 10px; border-radius: 6px; letter-spacing: .02em; }
.exp-card__body { padding: 18px 18px 20px; }
.exp-card__name { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--navy); margin: 0 0 6px; }
.exp-card__date { font-size: .82rem; color: var(--gray-text); margin: 0 0 8px; }
.exp-card__desc { font-size: .88rem; color: var(--gray-text); margin: 0 0 12px; }
.exp-card__scarcity { display: flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 500; font-size: .78rem; color: var(--coral); margin: 0 0 14px; }
.exp-card__scarcity::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }

/* estado: em breve */
.exp-card--soon .exp-card__media::before { content: "EM BREVE"; position: absolute; z-index: 2; inset: 0; display: grid; place-items: center; background: rgba(0,0,60,.5); color: #fff; font-family: var(--font-hero); font-size: 1.6rem; letter-spacing: .04em; }
/* estado: esgotado */
.exp-card--sold .exp-card__img, .exp-card--sold .exp-card__media { filter: grayscale(100%); }
.exp-card--sold .exp-ribbon { position: absolute; z-index: 3; top: 18px; right: -34px; width: 150px; transform: rotate(38deg); background: var(--coral); color: #fff; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: .72rem; letter-spacing: .08em; padding: 5px 0; }
.exp-card--sold .exp-card__scarcity { color: var(--coral); }

/* ============ SOBRE (texto + imagem) ============ */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(28px, 5vw, 64px); align-items: center; }
.split__media { aspect-ratio: 4 / 3; border-radius: var(--radius); overflow: hidden; position: relative; background: linear-gradient(140deg, #0a1f9c, #000044); box-shadow: var(--shadow-card-hover); }
.split__media::after { content:""; position:absolute; inset:0; background:url("assets/padronagem.svg") center/96px; opacity:.12; }
.split__media img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.split__media img.is-missing { opacity: 0; }

/* mini-pilares (valores) */
.pillars { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pillar { text-align: center; padding: 24px 16px; }
.pillar__ico { width: 38px; height: 38px; color: var(--coral); margin: 0 auto 12px; }
.pillar h3 { color: var(--navy); margin: 0 0 6px; font-size: 1.1rem; }
.pillar p { font-size: .9rem; margin: 0; }

/* números */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.stat__num { font-family: var(--font-hero); font-size: clamp(2.4rem, 5vw, 3.4rem); color: var(--coral); line-height: 1; }
.stat__label { font-family: var(--font-display); font-weight: 500; color: var(--navy); font-size: .92rem; margin-top: 6px; }

/* ============ DEPOIMENTOS ============ */
.testi-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 1fr); gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; scrollbar-width: none; }
.testi-track::-webkit-scrollbar { display: none; }
.testi-card { scroll-snap-align: start; background: var(--white); border: 1px solid var(--gray-light); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-card); }
.testi-card__quote { font-family: var(--font-hero); font-size: 2.6rem; color: var(--coral); opacity: .25; line-height: .6; }
.testi-card__text { font-style: italic; color: var(--gray-text); margin: 6px 0 18px; }
.testi-card__name { font-family: var(--font-display); font-weight: 600; color: var(--navy); }
.testi-card__dest { font-size: .82rem; color: var(--coral); }
.stars { display: inline-flex; gap: 2px; margin-top: 10px; color: var(--coral); }
.stars .ico { width: 16px; height: 16px; fill: var(--coral); stroke: var(--coral); }
.stars--lg { gap: 4px; margin: 4px 0; }
.stars--lg .ico { width: 26px; height: 26px; }

/* widget de avaliações do Google (Elfsight) */
.reviews-embed { width: 100%; min-height: 120px; }

/* ============ CTA FINAL ============ */
.cta-final { text-align: center; }
.cta-final .h2 { color: var(--white); }
.cta-final p { color: rgba(255,255,255,.85); max-width: 52ch; margin: 14px auto 30px; font-size: 1.1rem; }

/* ============ FOOTER ============ */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.72); }
.site-footer__inner { max-width: var(--maxw); margin-inline: auto; padding: clamp(48px, 7vw, 72px) 24px 40px; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.site-footer__brand .brand { margin-bottom: 14px; }
.site-footer__brand p { font-size: .92rem; max-width: 34ch; margin: 0 0 18px; }
.site-footer__social { display: flex; gap: 10px; }
.site-footer__social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #fff; transition: background .2s, color .2s; }
.site-footer__social a:hover { background: var(--coral); }
.site-footer__social .ico { width: 19px; height: 19px; }
.site-footer__col h3 { font-family: var(--font-display); font-weight: 600; color: #fff; font-size: 1rem; margin: 0 0 16px; }
.site-footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.site-footer__col a { color: rgba(255,255,255,.72); font-size: .92rem; }
.site-footer__col a:hover { color: var(--coral); }
.site-footer__contact li { display: flex; align-items: center; gap: 10px; }
.site-footer__contact .ico { width: 17px; height: 17px; color: var(--coral); flex: 0 0 auto; }
.site-footer__bar { border-top: 1px solid rgba(0, 0, 255, .2); padding: 18px 24px; display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; max-width: var(--maxw); margin-inline: auto; font-size: .78rem; color: rgba(255,255,255,.55); }
.site-footer__made { text-align: center; margin: 0; padding: 0 24px 18px; font-size: .76rem; color: rgba(255, 255, 255, .4); }
.site-footer__made a { color: rgba(255, 255, 255, .62); font-weight: 600; text-decoration: none; transition: color .2s ease; }
.site-footer__made a:hover { color: var(--coral); }

/* ============ WhatsApp float ============ */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 9999; width: 58px; height: 58px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 26px rgba(37, 211, 102, .5); transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.wa-float::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: #25d366; z-index: -1; animation: wa-ring 2.4s ease-out infinite; }
.wa-float:hover { transform: scale(1.08); box-shadow: 0 14px 32px rgba(37, 211, 102, .6); }
.wa-float:active { transform: scale(.95); }
.wa-float__ico { width: 30px; height: 30px; }
@keyframes wa-ring { 0% { transform: scale(1); opacity: .55; } 70% { opacity: 0; } 100% { transform: scale(1.9); opacity: 0; } }

/* aviso de cookies (LGPD) */
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 9998; max-width: 720px; margin-inline: auto; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; background: var(--white); border: 1px solid var(--gray-light); border-radius: 14px; padding: 14px 20px; box-shadow: var(--shadow-card-hover); transform: translateY(180%); transition: transform .5s var(--ease); }
.cookie.is-in { transform: none; }
.cookie p { margin: 0; font-size: .85rem; color: var(--gray-text); line-height: 1.5; flex: 1 1 280px; }
.cookie__btns { display: flex; gap: 9px; flex: 0 0 auto; }
.cookie__btn { font-family: var(--font-display); font-weight: 600; font-size: .82rem; padding: 9px 18px; border-radius: 9px; cursor: pointer; border: 1.5px solid var(--gray-light); background: transparent; color: var(--gray-text); transition: background .2s, color .2s, border-color .2s; }
.cookie__btn--ok { background: var(--coral); border-color: var(--coral); color: #fff; }
.cookie__btn--ok:hover { background: var(--coral-press); border-color: var(--coral-press); }
.cookie__btn--no:hover { border-color: var(--navy); color: var(--navy); }
@media (max-width: 520px) { .cookie { left: 10px; right: 10px; bottom: 10px; } .cookie__btns { width: 100%; } .cookie__btn { flex: 1; } }

/* ============ PAGE-HERO (internas) ============ */
.page-hero { position: relative; background: var(--navy); color: #fff; overflow: hidden; padding: calc(var(--header-h) + 52px) 0 52px; min-height: 280px; display: flex; align-items: flex-end; }
.page-hero__pattern { position: absolute; inset: 0; background: url("assets/padronagem.svg") repeat; background-size: 130px; opacity: .06; }
.page-hero__inner { position: relative; z-index: 1; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; width: 100%; }
.page-hero__title { font-family: var(--font-hero); font-weight: 400; font-size: clamp(2.4rem, 6vw, 3.4rem); letter-spacing: .01em; color: #fff; margin: 8px 0 0; }
.breadcrumb { font-size: .82rem; color: rgba(255,255,255,.6); display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.breadcrumb a { color: rgba(255,255,255,.6); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb [aria-current] { color: var(--coral); }
.crumb-sep, .breadcrumb span:not([aria-current]) { color: rgba(255,255,255,.4); }

/* ============ FORMULÁRIOS ============ */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field--full { grid-column: 1 / -1; }
.field label { font-family: var(--font-display); font-weight: 500; font-size: .88rem; color: var(--navy); }
.field input, .field select, .field textarea {
  font: inherit; font-size: .96rem; color: var(--ink);
  border: 1.5px solid var(--gray-light); border-radius: 10px; padding: 13px 15px; background: #fff;
  transition: border-color .2s, box-shadow .2s;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--coral); box-shadow: 0 0 0 3px rgba(239, 75, 63, .12); }
.field input::placeholder, .field textarea::placeholder { color: rgba(74, 74, 106, .5); }
.form [type="submit"] { margin-top: 22px; }
.form__status { margin: 16px 0 0; font-size: .92rem; font-family: var(--font-display); font-weight: 500; }
.form__status--ok { color: #1c7c4a; }
.form__status--error { color: var(--coral-press); }

/* bloco de contato (página Contato) */
.contact-info { display: grid; gap: 16px; }
.contact-row { display: flex; align-items: center; gap: 14px; }
.contact-row__ico { flex: 0 0 auto; width: 46px; height: 46px; border-radius: 12px; background: rgba(239, 75, 63, .1); color: var(--coral); display: grid; place-items: center; }
.contact-row__ico .ico { width: 20px; height: 20px; }
.contact-row b { display: block; font-family: var(--font-display); font-weight: 600; color: var(--navy); font-size: .95rem; }
.contact-row a, .contact-row span { color: var(--gray-text); font-size: .95rem; }
.contact-row a:hover { color: var(--coral); }

/* "para quem é" (Corporativo) */
.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.fit { display: flex; align-items: center; gap: 12px; background: var(--white); border: 1px solid var(--gray-light); border-radius: 12px; padding: 16px 18px; font-size: .94rem; color: var(--navy); font-family: var(--font-display); font-weight: 500; }
.fit .ico { width: 20px; height: 20px; color: var(--coral); flex: 0 0 auto; }
@media (max-width: 560px) { .fit-grid { grid-template-columns: 1fr; } }

/* FAQ (objeções) — accordion nativo <details> */
.faq { max-width: 760px; margin-inline: auto; display: grid; gap: 12px; }
.faq__item { background: var(--white); border: 1px solid var(--gray-light); border-radius: 14px; padding: 2px 22px; transition: box-shadow .25s var(--ease), border-color .25s var(--ease); }
.faq__item[open] { box-shadow: var(--shadow-card); border-color: rgba(239, 75, 63, .3); }
.faq__item summary { list-style: none; cursor: pointer; padding: 17px 30px 17px 0; font-family: var(--font-display); font-weight: 600; font-size: 1.02rem; color: var(--navy); position: relative; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.5rem; font-weight: 400; color: var(--coral); transition: transform .25s var(--ease); line-height: 1; }
.faq__item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq__item p { margin: -4px 0 18px; color: var(--gray-text); line-height: 1.65; }
.faq__item:not([open]):hover { border-color: rgba(239, 75, 63, .35); }

/* delight: hovers consistentes + celebração da cotação */
.pillar__ico { transition: transform .4s var(--ease); }
.pillar:hover .pillar__ico { transform: scale(1.14) rotate(-5deg); }
.fit { transition: transform .3s var(--ease), border-color .3s var(--ease), box-shadow .3s var(--ease); }
.fit:hover { transform: translateY(-3px); border-color: rgba(239, 75, 63, .4); box-shadow: var(--shadow-card); }
@keyframes donePop { from { transform: scale(.5); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.quote__done:not([hidden]) .quote__done-ico { animation: donePop .5s var(--ease) both; }
@media (prefers-reduced-motion: reduce) {
  .pillar:hover .pillar__ico, .fit:hover { transform: none; }
  .quote__done:not([hidden]) .quote__done-ico { animation: none; }
}

/* ============ WIZARD DE COTAÇÃO ============ */
.btn--ghost { border-color: var(--gray-light); color: var(--gray-text); background: transparent; }
.btn--ghost:hover { border-color: var(--navy); color: var(--navy); transform: translateY(-2px); }

.quote-section { position: relative; z-index: 6; margin-top: -94px; padding-bottom: clamp(18px, 3vw, 34px); }
@media (max-width: 860px) { .quote-section { margin-top: 26px; } }

.quote { display: grid; grid-template-columns: 340px minmax(0, 1fr); background: var(--white); border-radius: 22px; overflow: hidden; box-shadow: 0 22px 50px rgba(0, 0, 40, .16), 0 3px 10px rgba(0, 0, 40, .07); }
@media (max-width: 860px) { .quote { grid-template-columns: minmax(0, 1fr); border-radius: 18px; } }

.quote__aside { min-width: 0; background: linear-gradient(158deg, var(--navy), var(--navy-deep)); color: #fff; padding: clamp(30px, 3vw, 40px) clamp(26px, 2.6vw, 36px); display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.quote__aside::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(239, 75, 63, .26), transparent 70%); pointer-events: none; }
.quote__eyebrow { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 600; font-size: .76rem; letter-spacing: .05em; text-transform: uppercase; color: #ff9b91; margin: 0 0 8px; }
.quote__eyebrow .ico { width: 15px; height: 15px; }
.quote__title { font-family: var(--font-hero); font-weight: 400; font-size: clamp(2.2rem, 3vw, 2.9rem); line-height: .94; letter-spacing: .01em; margin: 0 0 14px; }
.quote__sub { color: rgba(255, 255, 255, .82); font-size: .95rem; line-height: 1.5; margin: 0 0 22px; }
.quote__perks { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; position: relative; z-index: 1; }
.quote__perks li { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; color: rgba(255, 255, 255, .92); }
.quote__perks .ico { width: 18px; height: 18px; color: var(--coral); flex: 0 0 auto; margin-top: 1px; }
@media (max-width: 860px) { .quote__title br { display: none; } .quote__perks { grid-auto-flow: column; grid-auto-columns: 1fr; gap: 8px; } .quote__perks li { font-size: .82rem; } }
@media (max-width: 600px) { .quote__perks { grid-auto-flow: row; } }

.quote__form { padding: clamp(26px, 2.6vw, 34px) clamp(22px, 2.6vw, 36px); min-width: 0; }
.quote__progress { list-style: none; display: flex; padding: 0; margin: 0 0 26px; }
.quote__progress li { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 600; font-size: .72rem; color: var(--gray-text); position: relative; text-align: center; }
.quote__progress li b { font-weight: 600; opacity: .68; }
.quote__progress li::before { content: ""; position: absolute; top: 15px; left: -50%; width: 100%; height: 2px; background: var(--gray-light); z-index: 0; }
.quote__progress li:first-child::before { display: none; }
.quote__progress li.is-active::before, .quote__progress li.is-done::before { background: var(--coral); }
.quote__dot { position: relative; z-index: 1; width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: var(--gray-light); color: var(--gray-text); font-size: .85rem; transition: all .25s var(--ease); }
.quote__progress li.is-active b { opacity: 1; color: var(--navy); }
.quote__progress li.is-active .quote__dot { background: var(--coral); color: #fff; box-shadow: 0 4px 12px rgba(239, 75, 63, .4); }
.quote__progress li.is-done .quote__dot { background: var(--navy); color: #fff; }
@media (max-width: 440px) { .quote__progress li b { display: none; } }

.quote__panel { border: 0; padding: 0; margin: 0; min-width: 0; animation: quoteIn .35s var(--ease); }
.quote__panel[hidden] { display: none; }
@keyframes quoteIn { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: none; } }
.quote__steplabel { font-family: var(--font-display); font-weight: 600; font-size: .76rem; text-transform: uppercase; letter-spacing: .05em; color: var(--coral); margin: 0 0 16px; }

.quote__field { margin-bottom: 16px; min-width: 0; }
.quote__field > label { display: block; font-family: var(--font-display); font-weight: 600; font-size: .85rem; color: var(--navy); margin-bottom: 7px; }
.quote__opt { font-weight: 500; color: var(--gray-text); font-size: .82em; }
.quote__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 520px) { .quote__row { grid-template-columns: 1fr; } }
.quote__field input, .quote__field select, .quote__field textarea { width: 100%; padding: 12px 14px; border: 1.5px solid var(--gray-light); border-radius: 11px; font-family: var(--font-body); font-size: .95rem; color: var(--ink); background: var(--white); transition: border-color .2s, box-shadow .2s; }
.quote__field input:focus, .quote__field select:focus, .quote__field textarea:focus { outline: none; border-color: var(--coral); box-shadow: 0 0 0 4px rgba(239, 75, 63, .12); }
.quote__field textarea { resize: vertical; min-height: 58px; }
.quote__field.is-invalid input, .quote__field.is-invalid select { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(239, 75, 63, .14); }
.quote__field.is-off { opacity: .45; }
.quote__field--mid { display: flex; align-items: flex-end; }

/* autocomplete de aeroportos */
.ac { position: relative; }
.ac__menu { position: absolute; z-index: 30; top: calc(100% + 5px); left: 0; right: 0; margin: 0; padding: 5px; list-style: none; background: var(--white); border: 1.5px solid var(--gray-light); border-radius: 12px; box-shadow: 0 16px 38px rgba(0, 0, 40, .16); max-height: 244px; overflow-y: auto; }
.ac__item { padding: 10px 12px; border-radius: 8px; font-size: .92rem; color: var(--navy); cursor: pointer; }
.ac__item:hover, .ac__item.is-active { background: rgba(239, 75, 63, .1); color: var(--coral-press); }

.quote__pills { display: flex; flex-wrap: wrap; gap: 9px; }
.quote__pill { display: inline-flex; align-items: center; gap: 7px; padding: 10px 15px; border: 1.5px solid var(--gray-light); border-radius: 11px; background: var(--white); font-family: var(--font-display); font-weight: 600; font-size: .86rem; color: var(--navy); cursor: pointer; transition: all .2s var(--ease); }
.quote__pill .ico { width: 17px; height: 17px; color: var(--gray-text); transition: color .2s; }
.quote__pill:hover { border-color: var(--coral); }
.quote__pill.is-on { background: var(--coral); border-color: var(--coral); color: #fff; box-shadow: 0 6px 16px rgba(239, 75, 63, .28); }
.quote__pill.is-on .ico { color: #fff; }

.quote__toggle { display: inline-flex; background: var(--off-white); border: 1.5px solid var(--gray-light); border-radius: 11px; padding: 4px; gap: 4px; }
.quote__toggle-btn { padding: 8px 18px; border: 0; background: transparent; border-radius: 8px; font-family: var(--font-display); font-weight: 600; font-size: .86rem; color: var(--gray-text); cursor: pointer; transition: all .2s; }
.quote__toggle-btn.is-on { background: var(--white); color: var(--navy); box-shadow: var(--shadow-card); }

.quote__counters { display: grid; gap: 10px; margin-bottom: 18px; }
.quote__counter { display: flex; align-items: center; justify-content: space-between; padding: 11px 16px; border: 1.5px solid var(--gray-light); border-radius: 12px; }
.quote__counter-txt b { display: block; font-family: var(--font-display); font-weight: 600; font-size: .92rem; color: var(--navy); }
.quote__counter-txt small { color: var(--gray-text); font-size: .78rem; }
.stepper { display: inline-flex; align-items: center; gap: 4px; }
.stepper button { width: 34px; height: 34px; border: 1.5px solid var(--gray-light); background: var(--white); border-radius: 9px; font-size: 1.2rem; line-height: 1; color: var(--navy); cursor: pointer; display: grid; place-items: center; transition: all .15s; }
.stepper button:hover { border-color: var(--coral); color: var(--coral); }
.stepper.is-min [data-dec] { opacity: .4; pointer-events: none; }
.stepper output { min-width: 30px; text-align: center; font-family: var(--font-display); font-weight: 600; font-size: 1rem; color: var(--navy); }

.quote__chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; opacity: 0; width: 0; height: 0; }
.chip span { display: inline-flex; align-items: center; gap: 7px; padding: 10px 14px; border: 1.5px solid var(--gray-light); border-radius: 11px; font-family: var(--font-display); font-weight: 600; font-size: .85rem; color: var(--navy); transition: all .2s var(--ease); }
.chip span .ico { width: 16px; height: 16px; color: var(--gray-text); transition: color .2s; }
.chip:hover span { border-color: var(--coral); }
.chip input:checked + span { background: rgba(239, 75, 63, .1); border-color: var(--coral); color: var(--coral-press); }
.chip input:checked + span .ico { color: var(--coral); }
.chip input:focus-visible + span { box-shadow: 0 0 0 4px rgba(239, 75, 63, .14); }
.chip.is-invalid span { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(239, 75, 63, .14); }
.chip--wide { display: block; }
.chip--wide span { width: 100%; }
.chip--consent { margin: 6px 0 2px; }
.chip--consent span { background: var(--off-white); font-weight: 500; }

.quote__hint { font-size: .8rem; color: var(--gray-text); margin: 2px 0 0; }
.quote__nav { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 22px; }
.quote__nav .btn { margin-top: 0; }
.quote__status { margin: 14px 0 0; }

.quote__done { text-align: center; padding: 20px 10px 14px; animation: quoteIn .4s var(--ease); }
.quote__done[hidden] { display: none; }
.quote__done-ico { width: 62px; height: 62px; border-radius: 50%; background: rgba(40, 180, 110, .14); color: #1c9c5e; display: grid; place-items: center; margin: 0 auto 16px; }
.quote__done-ico .ico { width: 30px; height: 30px; }
.quote__done h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.4rem; color: var(--navy); margin: 0 0 8px; }
.quote__done p { color: var(--gray-text); max-width: 44ch; margin: 0 auto 20px; }

/* card "fale com especialista" / sidebar */
.aside-card { background: var(--off-white); border: 1px solid var(--gray-light); border-radius: var(--radius); padding: 28px; }
.aside-card h3 { color: var(--navy); margin: 0 0 8px; }
.aside-card p { font-size: .92rem; margin: 0 0 18px; }

/* corpo de texto das internas */
.prose { max-width: 760px; }
.prose p { margin: 0 0 18px; line-height: 1.75; }
.prose h2 { color: var(--navy); font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; margin: 36px 0 14px; }
.prose ul { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 11px; }
.prose ul li { position: relative; padding-left: 28px; }
.prose ul li::before { content: ""; position: absolute; left: 4px; top: .55em; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); }
.prose > *:first-child { margin-top: 0; }
.prose ol { list-style: none; padding: 0; margin: 0 0 18px; counter-reset: step; display: grid; gap: 12px; }
.prose ol li { position: relative; padding-left: 44px; counter-increment: step; line-height: 1.5; }
.prose ol li::before { content: counter(step); position: absolute; left: 0; top: -2px; width: 28px; height: 28px; border-radius: 50%; background: var(--coral); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: .82rem; display: grid; place-items: center; }

/* layout de página de conteúdo (texto + sidebar) */
.info-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: clamp(32px, 5vw, 60px); align-items: start; }
.info-grid .prose { max-width: none; }
.info-grid > .aside-card { position: sticky; top: calc(var(--header-h) + 20px); }
.aside-card .contact-mini { list-style: none; margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--gray-light); display: grid; gap: 9px; }
.aside-card .contact-mini li { display: flex; align-items: center; gap: 9px; font-size: .88rem; color: var(--gray-text); }
.aside-card .contact-mini .ico { width: 16px; height: 16px; color: var(--coral); flex: 0 0 auto; }
@media (max-width: 860px) {
  .info-grid { grid-template-columns: 1fr; }
  .info-grid > .aside-card { position: static; }
}

.stub { text-align: center; }
.stub .h2 { margin: 0 0 14px; }
.stub .lead { margin: 0 auto 26px; }

/* ============ PÁGINA EXPEDIÇÕES ============ */
.exped + .exped { margin-top: clamp(48px, 7vw, 84px); }
.exped__hero { position: relative; aspect-ratio: 21 / 9; border-radius: 18px; overflow: hidden; background: linear-gradient(140deg, #0a1f9c, #000044); box-shadow: var(--shadow-card-hover); }
.exped__hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.exped__hero > img.is-missing { opacity: 0; }
.exped__hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,30,.05) 35%, rgba(0,0,30,.62) 100%); }
.exped__tag { position: absolute; z-index: 1; left: clamp(18px, 4vw, 40px); bottom: clamp(18px, 4vw, 34px); color: #fff; }
.exped__kicker { display: inline-block; background: var(--coral); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: .76rem; padding: 4px 12px; border-radius: 6px; letter-spacing: .04em; }
.exped__name { font-family: var(--font-hero); font-size: clamp(2.6rem, 7vw, 4.4rem); line-height: .9; margin: 8px 0; color: #fff; }
.exped__name small { display: block; font-size: .26em; letter-spacing: .12em; color: var(--coral); font-weight: 400; }
.exped__dates { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,0,55,.5); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); padding: 7px 14px; border-radius: 999px; font-family: var(--font-display); font-weight: 500; font-size: .92rem; }
.exped__dates .ico { width: 16px; height: 16px; }

.exped__body { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(28px, 4vw, 48px); margin-top: clamp(26px, 4vw, 38px); align-items: start; }
.exped__body h3 { font-family: var(--font-display); font-weight: 700; color: var(--navy); font-size: 1.15rem; margin: 0 0 18px; }
.exped__side { display: flex; flex-direction: column; gap: 24px; }

.timeline { list-style: none; margin: 0; padding: 0; }
.timeline li { display: grid; grid-template-columns: 32px 1fr; gap: 14px; position: relative; padding-bottom: 18px; }
.timeline li:last-child { padding-bottom: 0; }
.timeline__n { width: 32px; height: 32px; border-radius: 50%; background: var(--coral); color: #fff; font-family: var(--font-display); font-weight: 700; display: grid; place-items: center; font-size: .85rem; z-index: 1; }
.timeline li:not(:last-child)::before { content: ""; position: absolute; left: 15px; top: 32px; bottom: 0; width: 2px; background: var(--gray-light); }
.timeline strong { display: block; color: var(--navy); font-family: var(--font-display); font-weight: 600; font-size: .98rem; line-height: 1.25; }
.timeline p { margin: 2px 0 0; font-size: .9rem; color: var(--gray-text); }

.checklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.checklist li { display: grid; grid-template-columns: 20px 1fr; gap: 11px; font-size: .92rem; color: var(--gray-text); }
.checklist .ico { width: 18px; height: 18px; color: var(--coral); margin-top: 1px; }

.exped__price { background: var(--coral); color: #fff; border-radius: 16px; padding: 26px 24px; box-shadow: 0 12px 30px rgba(239,75,63,.3); }
.exped__price-main { font-family: var(--font-hero); font-size: clamp(2.6rem, 5vw, 3.4rem); line-height: 1; }
.exped__price-main span { font-size: .42em; vertical-align: top; margin-left: 1px; }
.exped__price-sub { font-family: var(--font-display); font-weight: 600; margin-top: 2px; }
.exped__price-alt { font-size: .86rem; opacity: .92; margin: 8px 0 18px; }
.exped__price .btn { background: #fff; color: var(--coral); box-shadow: none; }
.exped__price .btn:hover { background: #fff; color: var(--coral-press); }

.exped__gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: clamp(22px, 3.5vw, 32px); }
.exped__photo { aspect-ratio: 1; border-radius: 12px; overflow: hidden; position: relative; background: linear-gradient(140deg, #0a1f9c, #000044); }
.exped__photo::after { content: ""; position: absolute; inset: 0; background: url("assets/padronagem.svg") center / 56px; opacity: .16; }
.exped__photo { margin: 0; }
.exped__photo img { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.exped__photo img.is-missing { opacity: 0; }
.exped__photo:hover img { transform: scale(1.06); }
.exped__photo figcaption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 20px 12px 9px; font-family: var(--font-display); font-weight: 600; font-size: .72rem; letter-spacing: .01em; color: #fff; background: linear-gradient(0deg, rgba(0, 0, 30, .78), transparent); text-shadow: 0 1px 6px rgba(0, 0, 30, .5); }

@media (max-width: 760px) {
  .exped__hero { aspect-ratio: 4 / 3; }
  .exped__body { grid-template-columns: 1fr; }
  .exped__gallery { grid-template-columns: repeat(2, 1fr); }
}

/* ============ REVEAL on scroll ============ */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }

/* ============ RESPONSIVO ============ */
@media (max-width: 1024px) {
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
  .exp-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1024px) {
  .nav, .nav__cta { display: none; }
  .brand__logo { height: 26px; }
  .nav__toggle {
    display: inline-flex; flex-direction: column; gap: 5px; margin-left: auto;
    width: 44px; height: 44px; align-items: center; justify-content: center;
    background: none; border: 0; cursor: pointer;
  }
  .nav__toggle span { width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s var(--ease), opacity .2s; }
  .nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* fechado: invisível DE VERDADE (visibility+pointer-events) — display:block sozinho anula o [hidden]
     e deixa um overlay de ~740px capturando todos os toques (scroll preso + cliques fantasma) */
  .mobile-nav { display: block; position: fixed; inset: var(--header-h) 0 auto 0; background: var(--navy); box-shadow: var(--shadow-nav); padding: 18px 24px 26px; max-height: calc(100vh - var(--header-h)); overflow-y: auto; transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .28s var(--ease), opacity .28s, visibility 0s .28s; }
  .mobile-nav:not([hidden]) { transform: none; opacity: 1; visibility: visible; pointer-events: auto; transition: transform .28s var(--ease), opacity .28s, visibility 0s; }
  .mobile-nav__list { list-style: none; margin: 0 0 18px; padding: 0; }
  .mobile-nav__list > li { border-bottom: 1px solid rgba(255,255,255,.1); }
  .mobile-nav__list a { display: block; padding: 13px 0; color: rgba(255,255,255,.9); font-family: var(--font-display); font-weight: 500; }
  .mobile-nav__list a:hover { color: var(--coral); }
  .mobile-nav__group { display: block; padding: 13px 0 4px; color: var(--coral); font-family: var(--font-display); font-weight: 600; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-nav__list ul { list-style: none; margin: 0 0 8px; padding: 0 0 0 4px; }
  .mobile-nav__cta { width: 100%; }

  .hero { min-height: 78vh; }
  .hero__title { font-size: clamp(2.1rem, 8.5vw, 3rem); }
  .hero__overlay { background: linear-gradient(0deg, rgba(0,0,40,.9) 8%, rgba(0,0,50,.5) 52%, rgba(0,0,60,.22) 100%); }

  .badges { grid-template-columns: 1fr 1fr; }
  .badge:nth-child(odd) { border-left: 0; }
  .badge:nth-child(n+3) { border-top: 1px solid var(--gray-light); }
  .split { grid-template-columns: 1fr; }
  .split__media { order: -1; }
  .pillars { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
}
@media (max-width: 560px) {
  .cards-grid { grid-template-columns: 1fr; }
  .exp-grid { grid-template-columns: 1fr; }
  .badges { grid-template-columns: 1fr; }
  .badge { border-left: 0 !important; }
  .badge:nth-child(n+2) { border-top: 1px solid var(--gray-light); }
  .pillars { grid-template-columns: 1fr; }
  .site-footer__inner { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .badges-wrap { margin-top: 0; }
  .site-footer__bar { flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero__content > * { opacity: 1; animation: none; }
  .hero__scroll { animation: none; }
  html { scroll-behavior: auto; }
}
