/* ============================================================================
   CSS GERAL — Água e Sol / Pipeline (LP SuperSpa)
   ============================================================================ */

:root {
  --azul-principal: #01184e;
  --azul-royal:     #2946c9; /* TODO: validar hex com a Água e Sol */
  --gold:           #FFC72C; /* TODO: validar hex com a Água e Sol */
  --gold-hover:     #F0B400;
  --branco:         #ffffff;
  --offwhite:       #f7f8fa;
  --cinza-texto:    #5b6472;
  --azul-suave:     rgba(41, 70, 201, .08);

  --fonte-titulo: "Brinnan", "DM Sans", sans-serif;
  --fonte-texto:  "DM Sans", "Inter", "Plus Jakarta Sans", sans-serif;

  --raio:      18px;
  --raio-sm:   12px;
  --sombra:    0 18px 45px -20px rgba(1, 24, 78, .25);
  --sombra-sm: 0 8px 24px -12px rgba(1, 24, 78, .22);
  --container: 1180px;
}

/* ---- Brinnan (títulos) ---- */
@font-face { font-family:"Brinnan"; font-weight:100; font-style:normal; font-display:swap;
  src:url("../fonts/Brinnan Thin.woff2") format("woff2"); }
@font-face { font-family:"Brinnan"; font-weight:100; font-style:italic; font-display:swap;
  src:url("../fonts/Brinnan Thin Oblique.woff2") format("woff2"); }
@font-face { font-family:"Brinnan"; font-weight:300; font-style:normal; font-display:swap;
  src:url("../fonts/Brinnan Light.woff2") format("woff2"); }
@font-face { font-family:"Brinnan"; font-weight:300; font-style:italic; font-display:swap;
  src:url("../fonts/Brinnan Light Oblique.woff2") format("woff2"); }
@font-face { font-family:"Brinnan"; font-weight:400; font-style:normal; font-display:swap;
  src:url("../fonts/Brinnan Regular.woff2") format("woff2"); }
@font-face { font-family:"Brinnan"; font-weight:400; font-style:italic; font-display:swap;
  src:url("../fonts/Brinnan Oblique.woff2") format("woff2"); }
@font-face { font-family:"Brinnan"; font-weight:700; font-style:normal; font-display:swap;
  src:url("../fonts/Brinnan Bold.woff2") format("woff2"); }
@font-face { font-family:"Brinnan"; font-weight:700; font-style:italic; font-display:swap;
  src:url("../fonts/Brinnan Bold Oblique.woff2") format("woff2"); }
@font-face { font-family:"Brinnan"; font-weight:900; font-style:normal; font-display:swap;
  src:url("../fonts/Brinnan Black.woff2") format("woff2"); }
@font-face { font-family:"Brinnan"; font-weight:900; font-style:italic; font-display:swap;
  src:url("../fonts/Brinnan Black Oblique.woff2") format("woff2"); }

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--fonte-texto);
  color: var(--azul-principal);
  background: var(--branco);
  line-height: 1.6;
  overflow-x: hidden;
}
img, video, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

h1, h2, h3 { font-family: var(--fonte-titulo); line-height: 1.1; font-weight: 700; }

/* ---- Utilitários ---- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 22px; }
.section { padding: 84px 0; }
.section--offwhite { background: var(--offwhite); }
.section--azul { background: var(--azul-principal); color: #eaf0ff; }
.section--azul h2, .section--azul h3 { color: #fff; }
.eyebrow { color: var(--azul-royal); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
.section-title { font-size: clamp(1.9rem, 4vw, 2.8rem); text-align: center; }
.section-lead { text-align: center; max-width: 640px; margin: 16px auto 0; color: var(--cinza-texto); }
.section--azul .section-lead { color: #b9c6ee; }
.center { text-align: center; }
.brk-desktop { display: none; }
@media (min-width: 721px) { .brk-desktop { display: inline; } }
.mt-40 { margin-top: 40px; }
.gold-text { color: var(--gold); }

/* ---- Botões ---- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 1rem; padding: 15px 28px; border-radius: 999px;
  transition: transform .15s ease, background .2s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn--gold { background: var(--gold); color: var(--azul-principal); box-shadow: 0 10px 24px -10px rgba(255,199,44,.7); }
.btn--gold:hover { background: var(--gold-hover); transform: translateY(-2px); }
.btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.55); }
.btn--ghost:hover { background: rgba(255,255,255,.12); }
.btn svg { width: 20px; height: 20px; fill: currentColor; flex: 0 0 auto; }
.btn__short { display: none; }

/* ============================================================================
   HERO
   ============================================================================ */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; color: #fff; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media video, .hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(1,24,78,.55) 0%, rgba(1,24,78,.6) 55%, rgba(1,24,78,.8) 100%); }
.hero__inner { position: relative; z-index: 1; max-width: 940px; margin-inline: auto; text-align: center; padding: 60px 22px 100px; }
.hero__logo { width: clamp(190px, 42%, 280px); margin: 0 auto 56px; }
.hero h1 { font-size: clamp(2.4rem, 6.2vw, 4.4rem); letter-spacing: -.01em; font-weight: 700; }
.hero__sub { margin: 26px auto 0; font-size: clamp(1.02rem, 1.8vw, 1.22rem); max-width: 700px; color: #e7edff; }
/* SuperSpa (hero cheio, sem --compact): subtítulo mais largo p/ caber em 3 linhas */
.hero:not(.hero--compact) .hero__sub { max-width: 880px; }
.hero__cta { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; justify-content: center; }
.hero__selo { margin-top: 28px; font-size: .82rem; letter-spacing: .04em; color: #c7d3f5; display: inline-flex; align-items: center; gap: 8px; }

/* ============================================================================
   CARDS GENÉRICOS
   ============================================================================ */
.grid { display: grid; gap: 22px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.card { background: #fff; border-radius: var(--raio); padding: 30px; box-shadow: var(--sombra-sm); border: 1px solid rgba(1,24,78,.05); }
.card__icon { width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
  background: var(--azul-suave); color: var(--azul-royal); margin-bottom: 16px; }
.card__icon svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.card h3 { font-size: 1.18rem; margin-bottom: 8px; font-weight: 700; }
.card p { color: var(--cinza-texto); font-size: .97rem; }

/* Card com mídia (wellness) */
.mcard { background: #fff; border-radius: var(--raio); overflow: hidden; box-shadow: var(--sombra-sm); border: 1px solid rgba(1,24,78,.05); }
.mcard__media { aspect-ratio: 4/3; overflow: hidden; background: var(--offwhite); }
.mcard__media img { width: 100%; height: 100%; object-fit: cover; }
.mcard__body { padding: 22px 24px 26px; }
.mcard__body h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 6px; }
.mcard__body p { color: var(--cinza-texto); font-size: .93rem; }

/* ============================================================================
   BLOCO 3 — MECANISMO
   ============================================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.split--reverse { direction: rtl; } .split--reverse > * { direction: ltr; }
.split__media img { border-radius: var(--raio); box-shadow: var(--sombra); width: 100%; }
.split h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); text-align: left; }
.split p { margin-top: 18px; color: var(--cinza-texto); }
.split p.split__hl { font-size: clamp(1.15rem, 1.9vw, 1.4rem); font-weight: 500; color: var(--azul-royal); line-height: 1.3; }
.section--azul .split p { color: #c3cfef; }

/* Infográfico raia — animado */
.lane { margin-top: 96px; }
.lane__head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.lane__tag { font-weight: 700; font-size: .92rem; }
.lane__tag--gold { background: var(--gold); color: var(--azul-principal); padding: 7px 16px; border-radius: 999px; box-shadow: var(--sombra-sm); }
.lane__tag--full { color: var(--azul-royal); }

.lane__track { position: relative; height: 120px; border-radius: 16px; overflow: hidden;
  background: linear-gradient(180deg, #eaf0fb, #dae4f6); border: 1.5px dashed rgba(41,70,201,.38); }
/* raias (lane ropes) */
.lane__track::before, .lane__track::after { content: ""; position: absolute; left: 0; right: 0; border-top: 2px dotted rgba(41,70,201,.22); }
.lane__track::before { top: 33.3%; } .lane__track::after { top: 66.6%; }

.lane__fill { position: absolute; top: 0; bottom: 0; left: 0; width: 100%;
  background: linear-gradient(180deg, rgba(41,70,201,.18), rgba(41,70,201,.05)); }
.lane__fill::after { content: ""; position: absolute; inset: 0;
  background: linear-gradient(100deg, transparent 40%, rgba(255,255,255,.35) 50%, transparent 60%);
  background-size: 220% 100%; animation: laneShimmer 3.2s linear infinite; }
@keyframes laneShimmer { to { background-position: -220% 0; } }

.lane__super { position: absolute; top: 0; bottom: 0; left: 0; width: 24%; z-index: 2;
  background: var(--gold); display: grid; place-items: center; overflow: hidden;
  box-shadow: 8px 0 22px -6px rgba(240,180,0,.65); }
.lane__current { position: absolute; inset: 0;
  background-image: repeating-linear-gradient(115deg, rgba(1,24,78,.16) 0 2px, transparent 2px 15px);
  background-size: 32px 100%; animation: laneCurrent .9s linear infinite; }
@keyframes laneCurrent { to { background-position: -32px 0; } }
.lane__superm { position: relative; z-index: 1; font-weight: 800; font-size: 1rem; color: var(--azul-principal); }
/* versão de 8 m: extensão dourada translúcida atrás da barra sólida de 6 m */
.lane__super8 { position: absolute; top: 0; bottom: 0; left: 0; width: 32%; z-index: 1;
  display: flex; align-items: center; justify-content: flex-end; padding-right: 14px;
  background: linear-gradient(180deg, rgba(255,199,44,.42), rgba(255,199,44,.24));
  border-right: 2px dashed var(--gold-hover); border-radius: 0 14px 14px 0; }
.lane__superm--8 { font-size: .92rem; color: var(--azul-royal); }

.lane__axis { position: relative; height: 24px; margin-top: 16px; }
.lane__axis span { position: absolute; top: 0; transform: translateX(-50%); font-size: .72rem; font-weight: 600; color: #9099a8; white-space: nowrap; }
.lane__axis span::before { content: ""; position: absolute; top: -14px; left: 50%; width: 1px; height: 9px; background: #c3ccdb; }

.raia__legend { margin-top: 20px; text-align: center; color: var(--cinza-texto); font-size: .95rem; }
.raia__spec { margin-top: 6px; text-align: center; font-size: .82rem; color: #9099a8; }

/* --- estados de animação (revelam ao entrar na tela) --- */
.lane__fill { transition: width 1.5s cubic-bezier(.22,1,.36,1); }
.lane__super { transition: opacity .6s ease .55s, transform .6s ease .55s; }
.lane__super8 { transition: opacity .6s ease .7s, transform .6s ease .7s; }
.lane__axis span { transition: opacity .45s ease; }
.lane.is-armed .lane__fill { width: 0; }
.lane.is-armed .lane__super { opacity: 0; transform: translateX(-10px); }
.lane.is-armed .lane__super8 { opacity: 0; transform: translateX(-10px); }
.lane.is-armed .lane__axis span { opacity: 0; }
.lane.is-armed.is-in .lane__fill { width: 100%; }
.lane.is-armed.is-in .lane__super { opacity: 1; transform: none; }
.lane.is-armed.is-in .lane__super8 { opacity: 1; transform: none; }
.lane.is-armed.is-in .lane__axis span { opacity: 1; }
.lane.is-armed.is-in .lane__axis span:nth-child(1){ transition-delay:.35s }
.lane.is-armed.is-in .lane__axis span:nth-child(2){ transition-delay:.5s }
.lane.is-armed.is-in .lane__axis span:nth-child(3){ transition-delay:.65s }
.lane.is-armed.is-in .lane__axis span:nth-child(4){ transition-delay:.8s }
.lane.is-armed.is-in .lane__axis span:nth-child(5){ transition-delay:.95s }
.lane.is-armed.is-in .lane__axis span:nth-child(6){ transition-delay:1.1s }
@media (prefers-reduced-motion: reduce) {
  .lane__fill::after, .lane__current { animation: none; }
  .lane.is-armed .lane__fill { width: 100%; }
  .lane.is-armed .lane__super { opacity: 1; transform: none; }
  .lane.is-armed .lane__super8 { opacity: 1; transform: none; }
  .lane.is-armed .lane__axis span { opacity: 1; }
}

/* ============================================================================
   BLOCO 4 — COLUNAS + CITAÇÃO
   ============================================================================ */
.card--dark { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); box-shadow: none; }
.card--dark h3 { color: var(--gold); }
.card--dark p { color: #c3cfef; }
.card--dark .card__icon { background: rgba(255,199,44,.14); color: var(--gold); }
.quote { margin-top: 44px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: center; }
.quote blockquote { font-family: var(--fonte-titulo); font-weight: 400; font-style: italic; font-size: clamp(1.02rem,1.7vw,1.3rem); color: #fff; line-height: 1.45; border-left: 3px solid var(--gold); padding-left: 22px; }
.quote__media img { border-radius: var(--raio); box-shadow: var(--sombra); }

/* ============================================================================
   FAIXA CTA
   ============================================================================ */
.faixa { padding: 34px 22px; }
.faixa--offwhite { background: var(--offwhite); padding-top: 4px; padding-bottom: 80px; }
.faixa__inner { max-width: calc(var(--container) - 44px); margin-inline: auto;
  background: var(--azul-principal); color: #fff; border-radius: var(--raio); padding: 42px 48px;
  display: flex; align-items: center; justify-content: space-between; gap: 26px; flex-wrap: wrap; }
.faixa__frase { font-family: var(--fonte-titulo); font-weight: 700; font-size: clamp(1.25rem,2.6vw,1.85rem); line-height: 1.2; max-width: 640px; }
.faixa--gold-top { border-top: 4px solid var(--gold); }

/* ============================================================================
   BLOCO 6 — TUDO INCLUSO
   ============================================================================ */
.incluso { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px 46px; margin-top: 40px; }
.incluso__item { display: flex; gap: 16px; padding: 18px 0; border-bottom: 1px solid rgba(1,24,78,.08); }
.incluso__check { flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%; background: var(--gold); color: var(--azul-principal); display: grid; place-items: center; font-weight: 900; font-size: .85rem; margin-top: 2px; }
.incluso__item h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 3px; }
.incluso__item p { color: var(--cinza-texto); font-size: .93rem; }
.incluso__foot { margin-top: 34px; text-align: center; color: var(--cinza-texto); font-style: italic; }

/* Toggle da ficha técnica completa */
.spec { max-width: 900px; margin: 26px auto 0; }
.spec__item .faq__q { font-size: 1rem; }
.speclist { padding: 4px 24px 26px; }
.speclist h4 { font-family: var(--fonte-titulo); font-weight: 700; color: var(--azul-royal);
  font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; margin: 24px 0 12px; }
.speclist h4:first-child { margin-top: 6px; }
.speclist ul { list-style: none; }
.speclist ul.cols { columns: 2; column-gap: 44px; }
.speclist li { position: relative; padding-left: 18px; margin-bottom: 8px; color: var(--cinza-texto);
  font-size: .92rem; break-inside: avoid; }
.speclist li::before { content: "•"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.speclist p { color: var(--cinza-texto); font-size: .93rem; }
.speclist__note { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(1,24,78,.1); font-style: italic; }
@media (max-width: 640px) { .speclist ul.cols { columns: 1; } }

/* ============================================================================
   BLOCO 7 — INVESTIMENTO
   ============================================================================ */
.invest { max-width: 820px; margin-inline: auto; text-align: center; }
.invest__valor { font-family: var(--fonte-titulo); font-weight: 900; color: var(--gold); font-size: clamp(2.2rem,6vw,3.6rem); margin: 22px 0 8px; line-height: 1.1; }
.invest__prefixo { font-size: .5em; font-weight: 500; }
.invest__parcela { display: inline-block; background: #fff; color: var(--azul-principal); font-weight: 700; font-size: .95rem; padding: 7px 24px; border-radius: 5px; margin: 4px 0 30px; box-shadow: var(--sombra-sm); }
.invest p { color: #c3cfef; }
.invest .btn { margin-top: 30px; }

/* ============================================================================
   BLOCO 8 — CARROSSEL + INSTITUCIONAL
   ============================================================================ */
/* Galeria em movimento contínuo (marquee) */
.gallery { margin-top: 40px; overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.gallery__track { display: flex; width: max-content; animation: galleryScroll 130s linear infinite; }
.gallery:hover .gallery__track { animation-play-state: paused; }
.gallery__item { flex: 0 0 auto; margin-right: 18px; width: clamp(230px, 26vw, 340px);
  padding: 0; border: none; background: none; cursor: zoom-in; border-radius: var(--raio);
  overflow: hidden; box-shadow: var(--sombra-sm); }
.gallery__item img { width: 100%; height: 300px; object-fit: cover; display: block; transition: transform .4s ease; }
.gallery__item:hover img { transform: scale(1.05); }
@keyframes galleryScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .gallery__track { animation: none; } .gallery { overflow-x: auto; } }

.institucional { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 64px; }
.institucional__title { text-align: left; font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 10px 0 18px; }
.institucional p { color: var(--cinza-texto); margin-top: 14px; }
.institucional__media img { border-radius: var(--raio); box-shadow: var(--sombra); }
/* Lightbox de imagem (zoom da galeria) */
.imodal { position: fixed; inset: 0; z-index: 115; display: none; align-items: center; justify-content: center; padding: 30px; }
.imodal.is-open { display: flex; }
.imodal__overlay { position: absolute; inset: 0; background: rgba(1,15,48,.86); backdrop-filter: blur(4px); }
.imodal__box { position: relative; max-width: 92vw; max-height: 88vh; }
.imodal__box img { max-width: 92vw; max-height: 88vh; border-radius: var(--raio); box-shadow: var(--sombra); display: block; }
.imodal__close { position: absolute; top: -44px; right: 0; font-size: 2rem; color: #fff; line-height: 1; }
.imodal__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 1;
  width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff;
  font-size: 2rem; line-height: 1; display: grid; place-items: center; transition: background .2s ease; }
.imodal__nav:hover { background: rgba(255,255,255,.28); }
.imodal__nav--prev { left: 18px; }
.imodal__nav--next { right: 18px; }
@media (max-width: 720px) { .imodal__nav { width: 44px; height: 44px; font-size: 1.6rem; } .imodal__nav--prev { left: 6px; } .imodal__nav--next { right: 6px; } }

/* ============================================================================
   BLOCO 9 — FAQ
   ============================================================================ */
.faq { max-width: 800px; margin: 40px auto 0; }
.faq__item { background: #fff; border-radius: var(--raio-sm); box-shadow: var(--sombra-sm); margin-bottom: 14px; overflow: hidden; border: 1px solid rgba(1,24,78,.05); }
.faq__q { width: 100%; text-align: left; padding: 20px 24px; font-weight: 700; font-size: 1.05rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--azul-principal); }
.faq__q span { flex: 0 0 auto; transition: transform .25s ease; color: var(--azul-royal); font-size: 1.4rem; line-height: 1; }
.faq__item.is-open .faq__q span { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq__a p { padding: 0 24px 22px; color: var(--cinza-texto); }

/* ============================================================================
   BLOCO 11 — B2B
   ============================================================================ */
.b2b__tag { display: inline-block; background: var(--gold); color: var(--azul-principal); font-weight: 700; font-size: .78rem; letter-spacing: .1em; padding: 7px 16px; border-radius: 999px; }

/* ============================================================================
   RODAPÉ
   ============================================================================ */
.footer { background: #010f30; color: #9fb0d8; padding: 54px 0 34px; text-align: center; }
.footer__inner { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.footer__logo { width: 180px; }
.footer__info { font-style: normal; font-size: .9rem; line-height: 1.8; }
.footer__policy { font-size: .76rem; color: #7f90b8; text-decoration: underline; }
.footer__policy:hover { color: #fff; }
.footer__bottom { margin-top: 26px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); font-size: .8rem; width: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px 22px; }
.footer__bottom a { color: var(--gold); font-weight: 600; }

/* ============================================================================
   MODAL
   ============================================================================ */
.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal.is-open { display: flex; }
.modal__overlay { position: absolute; inset: 0; background: rgba(1,15,48,.7); backdrop-filter: blur(4px); }
@keyframes pop { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: none; } }

/* Modal com cara de conversa do WhatsApp */
.wachat { position: relative; width: 100%; max-width: 400px; border-radius: 18px; overflow: hidden;
  background: #efeae2; box-shadow: var(--sombra); animation: pop .25s ease; }
.wachat__top { display: flex; align-items: center; gap: 12px; background: #075e54; padding: 13px 16px; }
.wachat__avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; background: #fff; padding: 3px; flex-shrink: 0; }
.wachat__contact { display: flex; flex-direction: column; line-height: 1.25; margin-right: auto; min-width: 0; }
.wachat__name { color: #fff; font-weight: 600; font-size: 1rem; }
.wachat__status { color: #cfe9e3; font-size: .8rem; }
.wachat__waicon { width: 20px; height: 20px; fill: #cfe9e3; flex-shrink: 0; }
.wachat__close { color: #cfe9e3; font-size: 1.7rem; line-height: 1; margin-left: 2px; }
.wachat__body { padding: 22px 18px; background-color: #e5ddd5;
  background-image: radial-gradient(rgba(0,0,0,.05) 1px, transparent 1px); background-size: 20px 20px; }
.wachat__bubble { position: relative; max-width: 300px; background: #fff; border-radius: 10px 10px 10px 2px;
  box-shadow: 0 1px 1px rgba(0,0,0,.12); padding: 12px 14px 8px; }
.wachat__bubble p { color: #111b21; font-size: .95rem; margin-bottom: 6px; }
.wachat__time { display: block; text-align: right; font-size: .68rem; color: #8696a0; }
.wachat__bubble + .wachat__bubble { margin-top: 8px; }
.wachat__form { margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.wachat__form input { width: 100%; padding: 13px 16px; border: none; border-radius: 22px; font-size: 1rem;
  font-family: inherit; background: #fff; box-shadow: 0 1px 1px rgba(0,0,0,.1); }
.wachat__form input:focus { outline: 2px solid #25D366; }
.wachat__form .btn { width: 100%; justify-content: center; margin-top: 4px; }
.btn--wa { background: #25D366; color: #fff; box-shadow: 0 10px 24px -10px rgba(37,211,102,.7); }
.btn--wa:hover { background: #1ebe5d; }

/* ============================================================================
   BOTÃO DE PLAY + POPUP DE VÍDEO
   ============================================================================ */
.video-play { position: relative; display: block; width: 100%; padding: 0; border: none;
  border-radius: var(--raio); overflow: hidden; box-shadow: var(--sombra); cursor: pointer; background: none; }
.video-play img { width: 100%; display: block; aspect-ratio: 16/9; object-fit: cover; transition: transform .5s ease; }
.video-play::after { content: ""; position: absolute; inset: 0; background: rgba(1,24,78,.18); transition: background .3s ease; }
.video-play:hover img { transform: scale(1.04); }
.video-play:hover::after { background: rgba(1,24,78,.28); }
.video-play__btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1;
  width: 78px; height: 78px; border-radius: 50%; background: var(--gold); color: var(--azul-principal);
  display: grid; place-items: center; box-shadow: 0 12px 30px -8px rgba(1,24,78,.6); transition: transform .18s ease; }
.video-play__btn svg { width: 34px; height: 34px; fill: currentColor; margin-left: 4px; }
.video-play:hover .video-play__btn { transform: translate(-50%,-50%) scale(1.08); }

.vmodal { position: fixed; inset: 0; z-index: 110; display: none; align-items: center; justify-content: center; padding: 20px; }
.vmodal.is-open { display: flex; }
.vmodal__overlay { position: absolute; inset: 0; background: rgba(1,15,48,.82); backdrop-filter: blur(4px); }
.vmodal__box { position: relative; width: 100%; max-width: 900px; }
.vmodal__box video { width: 100%; aspect-ratio: 16/9; background: #000; border-radius: var(--raio); box-shadow: var(--sombra); display: block; }
.vmodal__close { position: absolute; top: -44px; right: 0; font-size: 2rem; color: #fff; line-height: 1; }
@media (max-width: 720px) { .vmodal__close { top: -38px; } .video-play__btn { width: 64px; height: 64px; } .video-play__btn svg { width: 28px; height: 28px; } }

/* ============================================================================
   BOTÃO FLUTUANTE DE WHATSAPP
   ============================================================================ */
.wa-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 62px; height: 62px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 12px 30px -8px rgba(1,24,78,.5);
  transition: transform .18s ease, box-shadow .18s ease, opacity .2s ease;
}
.wa-fab svg { width: 34px; height: 34px; fill: currentColor; }
.wa-fab:hover { transform: scale(1.07); box-shadow: 0 16px 36px -8px rgba(37,211,102,.6); }
.wa-fab.is-hidden { opacity: 0; pointer-events: none; transform: scale(.6); }
@media (max-width: 720px) { .wa-fab { width: 56px; height: 56px; right: 16px; bottom: 16px; } .wa-fab svg { width: 30px; height: 30px; } }

/* ============================================================================
   RESPONSIVO
   ============================================================================ */
@media (max-width: 980px) {
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .split, .quote, .institucional { grid-template-columns: 1fr; gap: 30px; }
  .split--reverse { direction: ltr; }
  .split--reverse .split__media { order: 2; }
  .incluso { grid-template-columns: 1fr; }
  .reforco { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 720px) {
  .section { padding: 60px 0; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .faixa__inner { flex-direction: column; padding: 32px 26px; }
}

/* Mobile: tudo alinhado à esquerda (inclusive CTAs) */
@media (max-width: 720px) {
  .section-title, .section-lead, .invest, .raia__legend, .raia__spec, .center,
  .faixa__inner { text-align: left; }
  .section-lead, .invest .invest__valor { margin-inline: 0; }
  .hero__inner { text-align: left; }
  .hero__logo, .hero__sub { margin-inline: 0; }
  .hero__cta { justify-content: flex-start; }
  .faixa__inner { align-items: flex-start; }
  .footer, .footer__inner { text-align: left; align-items: flex-start; }
  .footer__bottom { justify-content: flex-start; }
  .btn.js-open-modal .btn__full { display: none; }
  .btn.js-open-modal .btn__short { display: inline; }
  .hero h1 { font-size: 2rem; }
}

/* ============================================================================
   LP SPAS (Miami / Singapore) — componentes específicos
   ============================================================================ */

/* Segunda frase de um título, levemente menor */
.h2-menor { font-size: .75em; }

/* Frase de fechamento em destaque (caixa) */
.destaque-frase { max-width: 780px; margin: 48px auto 0; text-align: center;
  background: var(--azul-suave); border: 1px solid rgba(41,70,201,.14); border-radius: var(--raio);
  padding: 30px 40px; font-family: var(--fonte-titulo); font-weight: 700; line-height: 1.3;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem); color: var(--azul-principal); }
.destaque-frase__hl { color: var(--azul-royal); }

/* Hero com headline mais longo (2 frases) — fecha em 2 linhas no desktop */
.hero.hero--compact h1 { font-size: clamp(1.9rem, 5.2vw, 2.95rem); }
/* Hero da LP Piscina + Spa: grande como o da SuperSpa, mas limitado p/ 2 linhas */
.hero.hero--spa h1 { font-size: clamp(2rem, 5vw, 3.2rem); }

/* Botão ghost com borda gold (CTAs secundários das linhas) */
.btn--ghost-gold { background: transparent; color: var(--azul-principal); border: 1.5px solid var(--gold); }
.btn--ghost-gold:hover { background: var(--gold); color: var(--azul-principal); transform: translateY(-2px); }

/* --- Bloco 2 — trilha (o caminho tradicional) --- */
.trilha { display: flex; align-items: flex-start; justify-content: center; gap: 0; margin-top: 44px; flex-wrap: wrap; }
.trilha__item { flex: 1 1 0; min-width: 170px; text-align: center; padding: 0 20px; position: relative; }
.trilha__item:not(:last-child)::after { content: "\2192"; position: absolute; right: -9px; top: 20px; color: #c3ccdb; font-size: 1.5rem; line-height: 1; }
.trilha__ico { width: 58px; height: 58px; margin: 0 auto 14px; border-radius: 15px; display: grid; place-items: center; background: var(--azul-suave); color: var(--azul-royal); }
.trilha__ico svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 1.6; }
.trilha__item h3 { font-size: 1.02rem; font-weight: 700; }
.trilha__transicao { text-align: center; margin-top: 48px; font-family: var(--fonte-titulo); font-weight: 700;
  font-size: clamp(1.35rem, 2.8vw, 2rem); color: var(--azul-principal); }
.trilha__transicao b { color: var(--azul-royal); }
@media (max-width: 720px) {
  .trilha { flex-direction: column; gap: 22px; }
  .trilha__item { text-align: left; display: flex; align-items: center; gap: 16px; padding: 0; min-width: 0; }
  .trilha__item::after { display: none; }
  .trilha__ico { margin: 0; flex: 0 0 auto; }
  .trilha__transicao { text-align: left; }
}

/* --- Bloco 3 — banda de 3 passos --- */
.passos { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 56px; }
.passo { background: #fff; border-radius: var(--raio); padding: 30px 28px; box-shadow: var(--sombra-sm); border: 1px solid rgba(1,24,78,.05); }
.passo__num { width: 42px; height: 42px; border-radius: 50%; background: var(--gold); color: var(--azul-principal);
  font-family: var(--fonte-titulo); font-weight: 900; font-size: 1.1rem; display: grid; place-items: center; margin-bottom: 16px; }
.passo h3 { font-size: 1.12rem; font-weight: 700; margin-bottom: 6px; }
.passo p { color: var(--cinza-texto); font-size: .95rem; }
/* Variante de 2 passos (LP Piscina + Spa: receba / conecte e aproveite) */
.passos--2 { grid-template-columns: repeat(2, 1fr); max-width: 820px; margin-inline: auto; }
@media (max-width: 720px) { .passos { grid-template-columns: 1fr; } }

/* --- Bloco 5 — seção de linha + carrossel --- */
.linha__body h3 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); text-align: left; margin-top: 4px; }
.linha__body > p { margin-top: 16px; color: var(--cinza-texto); }
.section--azul .linha__body > p { color: #c3cfef; }
.ficha { list-style: none; margin: 20px 0 0; display: flex; flex-direction: column; gap: 11px; }
.ficha li { display: flex; align-items: center; gap: 12px; color: var(--azul-principal); font-weight: 600; font-size: .98rem; }
.ficha li svg { width: 22px; height: 22px; stroke: var(--azul-royal); fill: none; stroke-width: 1.7; flex: 0 0 auto; }
.indicado { margin-top: 18px; font-size: .95rem; color: var(--cinza-texto); }
.indicado b { color: var(--azul-principal); }
.linha__body .btn { margin-top: 24px; }

/* Cards de mídia (mcard) em seção azul: título visível (card é branco) */
.section--azul .mcard__body h3 { color: var(--azul-royal); }

/* Alinha o carrossel pelo topo do título (em vez de centralizar) */
.linha .split { align-items: start; }

/* Lista de tamanhos disponíveis por linha */
.tamanhos { list-style: none; margin: 22px 0 0; }
.tamanhos__head { font-family: var(--fonte-titulo); font-weight: 700; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--azul-royal); margin-bottom: 10px; }
.tamanhos li { display: flex; align-items: center; gap: 12px; color: var(--azul-principal); font-weight: 600; font-size: .98rem; padding: 10px 0; border-bottom: 1px solid rgba(1,24,78,.08); }
.tamanhos li:first-child { border-top: 1px solid rgba(1,24,78,.08); }
.tamanhos li svg { width: 22px; height: 22px; stroke: var(--azul-royal); fill: none; stroke-width: 1.7; flex: 0 0 auto; }
.linha .faq__item { margin-top: 18px; }

.carousel { position: relative; }
.carousel__viewport { overflow-x: auto; scroll-snap-type: x mandatory; border-radius: var(--raio); box-shadow: var(--sombra);
  scrollbar-width: none; -ms-overflow-style: none; -webkit-overflow-scrolling: touch; }
.carousel__viewport::-webkit-scrollbar { display: none; }
.carousel__track { display: flex; }
.carousel__slide { flex: 0 0 100%; scroll-snap-align: center; aspect-ratio: 4/3; background: var(--offwhite); }
.carousel__slide img { width: 100%; height: 100%; object-fit: cover; cursor: zoom-in; }
.carousel__nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--azul-principal);
  display: grid; place-items: center; font-size: 1.7rem; line-height: 1; box-shadow: var(--sombra-sm);
  transition: background .2s ease, transform .2s ease; }
.carousel__nav:hover { background: #fff; transform: translateY(-50%) scale(1.06); }
.carousel__nav--prev { left: 12px; } .carousel__nav--next { right: 12px; }
.carousel__dots { display: flex; gap: 8px; justify-content: center; margin-top: 16px; }
.carousel__dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(1,24,78,.18);
  transition: background .2s ease, transform .2s ease; }
.carousel__dot.is-active { background: var(--gold); transform: scale(1.3); }

/* --- Bloco 7 — investimento em fundo claro --- */
.invest--light .invest__valor { color: var(--azul-principal); }
.invest--light p { color: var(--cinza-texto); }
.invest--light .invest__parcela { background: var(--gold); color: var(--azul-principal); box-shadow: var(--sombra-sm); }

/* --- Bloco 8 — banda de reforço --- */
.reforco { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 56px;
  background: var(--azul-principal); border-radius: var(--raio); padding: 28px 32px; }
.reforco__item { display: flex; align-items: center; gap: 11px; color: #eaf0ff; font-weight: 600; font-size: .92rem; }
.reforco__item svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 2; flex: 0 0 auto; }
.gallery__cap { margin-top: 18px; text-align: center; color: var(--cinza-texto); font-size: .88rem; font-style: italic; }
@media (max-width: 720px) { .reforco { grid-template-columns: 1fr; gap: 14px; padding: 26px 24px; } }

/* --- Bloco 10 — CTA final com foto de fundo --- */
.cta-final { position: relative; overflow: hidden; color: #fff; text-align: center; padding: 110px 22px; }
.cta-final__bg { position: absolute; inset: 0; z-index: 0; }
.cta-final__bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-final::after { content: ""; position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, rgba(1,24,78,.72), rgba(1,24,78,.84)); }
.cta-final__inner { position: relative; z-index: 1; max-width: 840px; margin-inline: auto; }
.cta-final h2 { font-size: clamp(1.7rem, 3.8vw, 2.6rem); color: #fff; }
.cta-final p { margin: 18px auto 0; max-width: 620px; color: #dbe4ff; }
.cta-final .btn { margin-top: 32px; }
@media (max-width: 720px) {
  .cta-final { padding: 80px 22px; text-align: left; }
  .cta-final p { margin-inline: 0; }
}
