:root {
  --navy: #142f6e;
  --blue: #1c62a3;
  --aqua: #19b8c7;
  --coral: #ff7a59;
  --sand: #f6f1e8;
  --ink: #102033;
}

/* Shared page imagery. Keeping these references here prevents page-specific inline styles. */
.home-carousel .hero-carousel-slide--default { background-image: url("../../images/angra-dos-reis.jpg"); }
.home-carousel .hero-carousel-slide--intermarine { background-image: url("../../images/banners/banner-intermarine-62-v2.png"); }
.home-carousel .hero-carousel-slide--azimut { background-image: url("../../images/banners/banner-azimut-380-v2.png"); }
.home-carousel .hero-carousel-slide--focker { background-image: url("../../images/banners/banner-focker-26-v2.png"); }

.page-hero--fleet { --hero-image: url("../../images/lancha-real-35.jpg"); }
.page-hero--routes { --hero-image: url("../../images/roteiro-ilhas-paradisiacas.jpg"); }
.page-hero--about { --hero-image: url("../../images/hero-angra.jpg"); }
.page-hero--intermarine { --hero-image: url("../../images/lancha-intermarine-62.jpg"); }
.page-hero--azimut { --hero-image: url("../../images/lancha-azimut-380.jpg"); }
.page-hero--real { --hero-image: url("../../images/lancha-real-35.jpg"); }
.page-hero--focker { --hero-image: url("../../images/lancha-focker-26.jpg"); }
.page-hero--paradise { --hero-image: url("../../images/roteiro-ilhas-paradisiacas.jpg"); }
.page-hero--ilha-grande { --hero-image: url("../../images/roteiro-ilha-grande.jpg"); }
.page-hero--cataguases { --hero-image: url("../../images/hero-angra.jpg"); }

.site-page-hero {
  padding-top: 17rem !important;
}

/* Shared footer used by every public page. */
.site-footer {
  background: #071b3f;
  color: white;
  padding: 2.5rem 0;
}

.site-footer-inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.site-footer-brand,
.site-footer-socials,
.site-footer-developer {
  display: flex;
  align-items: center;
}

.site-footer-brand { gap: 0.85rem; }

.site-footer-brand img {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  object-fit: cover;
}

.site-footer-brand strong { display: block; font-size: 1rem; }
.site-footer-brand span { display: block; margin-top: 0.15rem; color: rgba(255,255,255,.6); font-size: .875rem; }

.site-footer-socials { justify-content: center; gap: 0.65rem; }

.site-footer-socials a {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  color: white;
  transition: transform 180ms ease, background 180ms ease;
}

.site-footer-socials a:hover { background: rgba(255,255,255,.14); transform: translateY(-2px); }

.site-footer-socials svg { width: 1.25rem; height: 1.25rem; }

.site-footer-developer { justify-content: center; gap: 0.55rem; color: rgba(255,255,255,.65); font-size: .8rem; }

.site-footer-developer img {
  width: 5.25rem;
  height: 1.85rem;
  object-fit: contain;
  object-position: center;
}

.site-footer-legal {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .78rem;
}

.site-footer-legal a,
.site-footer-legal button {
  color: rgba(255,255,255,.72);
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: .22rem;
}

.site-footer-legal a:hover,
.site-footer-legal button:hover { color: #fff; }

/* Consentimento de cookies e preferências LGPD. */
.cookie-banner {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
  max-width: 76rem;
  margin: 0 auto;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(20,47,110,.12);
  border-radius: 1.35rem;
  background: rgba(255,255,255,.98);
  box-shadow: 0 1.4rem 4rem rgba(7,27,63,.22);
  color: #102033;
  backdrop-filter: blur(16px);
}

.cookie-banner[hidden],
.cookie-settings-backdrop[hidden] { display: none !important; }

.cookie-banner-copy strong { display: block; color: var(--navy); font-size: 1rem; }
.cookie-banner-copy p { max-width: 48rem; margin: .35rem 0 .25rem; color: #526175; font-size: .82rem; line-height: 1.55; }
.cookie-banner-copy a { color: var(--blue); font-size: .78rem; font-weight: 800; text-decoration: underline; text-underline-offset: .2rem; }
.cookie-banner-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .55rem; }

.cookie-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: .7rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.cookie-button:hover { transform: translateY(-1px); }
.cookie-button--primary { background: var(--navy); color: #fff; }
.cookie-button--secondary { border-color: #d8e1ee; background: #eef4fb; color: var(--navy); }
.cookie-button--outline { border-color: var(--navy); background: #fff; color: var(--navy); }

.cookie-settings-backdrop {
  position: fixed;
  z-index: 10020;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(4,17,39,.68);
  backdrop-filter: blur(6px);
}

.cookie-settings {
  position: relative;
  width: min(100%, 40rem);
  max-height: calc(100dvh - 2rem);
  overflow: auto;
  padding: 1.6rem;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 2rem 6rem rgba(0,0,0,.3);
}

.cookie-settings-close {
  position: absolute;
  top: .9rem;
  right: .9rem;
  display: grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: #eef4fb;
  color: var(--navy);
  cursor: pointer;
  font-size: 1.5rem;
}

.cookie-settings-kicker { margin: 0 0 .2rem; color: var(--coral); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.cookie-settings h2 { margin: 0; color: var(--navy); font-size: clamp(1.55rem, 4vw, 2rem); }
.cookie-settings > p:not(.cookie-settings-kicker) { margin: .55rem 0 1.25rem; color: #64748b; font-size: .88rem; line-height: 1.6; }

.cookie-category {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid #e6edf6;
}

.cookie-category strong { display: block; color: var(--navy); font-size: .92rem; }
.cookie-category span { display: block; margin-top: .18rem; color: #64748b; font-size: .78rem; line-height: 1.5; }
.cookie-always-active { color: #167c66 !important; font-weight: 900; white-space: nowrap; }
.cookie-category input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-category i { position: relative; width: 3rem; height: 1.65rem; border-radius: 999px; background: #cbd5e1; cursor: pointer; transition: background 160ms ease; }
.cookie-category i::after { position: absolute; top: .2rem; left: .2rem; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: #fff; box-shadow: 0 .12rem .3rem rgba(0,0,0,.2); content: ""; transition: transform 160ms ease; }
.cookie-category input:checked + i { background: var(--aqua); }
.cookie-category input:checked + i::after { transform: translateX(1.35rem); }
.cookie-category input:focus-visible + i { outline: 3px solid rgba(28,98,163,.25); outline-offset: 3px; }
.cookie-settings-actions { display: flex; justify-content: flex-end; gap: .65rem; padding-top: 1.15rem; border-top: 1px solid #e6edf6; }
.cookie-settings-open { overflow: hidden; }

.cookie-policy-page { background: #f6f9fd; }
.cookie-policy-content { padding: 14rem 0 5rem; }
.cookie-policy-card { max-width: 58rem; margin: 0 auto; padding: clamp(1.4rem, 4vw, 3rem); border: 1px solid #e1eaf5; border-radius: 2rem; background: #fff; box-shadow: 0 1rem 3rem rgba(20,47,110,.08); }
.cookie-policy-card h1 { margin: 0; color: var(--navy); font-size: clamp(2.2rem, 6vw, 4.3rem); line-height: 1; }
.cookie-policy-card h2 { margin: 2rem 0 .6rem; color: var(--navy); font-size: 1.35rem; }
.cookie-policy-card p, .cookie-policy-card li { color: #526175; line-height: 1.75; }
.cookie-policy-card ul { padding-left: 1.25rem; }
.cookie-policy-card .cookie-policy-updated { margin: .7rem 0 1.5rem; color: var(--coral); font-weight: 800; }
.cookie-policy-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #f7fbff;
}

img {
  max-width: 100%;
}

.hidden {
  display: none !important;
}

.glass-nav {
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 40px rgba(20, 47, 110, 0.08);
}

.hero-media {
  background-image:
    linear-gradient(90deg, rgba(8, 29, 70, 0.88), rgba(8, 29, 70, 0.55), rgba(8, 29, 70, 0.15)),
    var(--hero-image);
  background-position: center;
  background-size: cover;
}

.page-hero {
  background-image:
    linear-gradient(120deg, rgba(10, 35, 83, 0.9), rgba(10, 35, 83, 0.52)),
    var(--hero-image);
  background-position: center;
  background-size: cover;
}

.section-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  background: var(--coral);
  color: white;
  font-weight: 800;
  padding: 0.9rem 1.25rem;
  box-shadow: 0 18px 38px rgba(255, 122, 89, 0.32);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #ff6843;
  box-shadow: 0 20px 44px rgba(255, 122, 89, 0.42);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  color: white;
  font-weight: 800;
  padding: 0.9rem 1.25rem;
  transition: transform 220ms ease, background 220ms ease;
}

.btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
}

.faq-more-button {
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  background: #142f6e;
  color: white;
  font-weight: 900;
  box-shadow: 0 16px 32px rgba(20, 47, 110, 0.28);
  transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.faq-more-button:hover {
  transform: translateY(-2px);
  background: #1c62a3;
  box-shadow: 0 20px 40px rgba(20, 47, 110, 0.36);
}

.faq-more-button:focus-visible {
  outline: 3px solid #19b8c7;
  outline-offset: 4px;
}

.card-lift {
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.card-lift:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(20, 47, 110, 0.16);
  border-color: rgba(25, 184, 199, 0.45);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.wave-band {
  background:
    radial-gradient(circle at 12% 10%, rgba(25, 184, 199, 0.22), transparent 24%),
    radial-gradient(circle at 86% 28%, rgba(255, 122, 89, 0.16), transparent 26%),
    linear-gradient(135deg, #f7fbff 0%, #eef9fb 48%, #fff9f0 100%);
}

.stat-tile {
  border: 1px solid rgba(20, 47, 110, 0.12);
  background: rgba(255, 255, 255, 0.84);
}

.filter-button.active {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}

.gallery-thumb.active {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

.timeline-line::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  top: 0.75rem;
  bottom: 0.75rem;
  width: 2px;
  background: linear-gradient(var(--aqua), var(--coral));
}

.whatsapp-float {
  position: fixed;
  z-index: 60;
  right: 1rem;
  bottom: 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: white;
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.38);
  animation: floatPulse 2.7s ease-in-out infinite;
}

/* Alternative menu layouts used by index2.html and index3.html. */
.creative-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  pointer-events: none;
  transition: filter 260ms ease;
}

.creative-nav-panel {
  position: relative;
  height: 164px;
  pointer-events: auto;
  transition: height 260ms ease, background 260ms ease, box-shadow 260ms ease, backdrop-filter 260ms ease;
}

.creative-nav [data-mobile-menu] {
  position: relative;
  z-index: 5;
  pointer-events: auto;
}

.creative-nav [data-mobile-menu] > div {
  display: grid;
  gap: 0.55rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.96);
  padding: 1rem;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(20, 47, 110, 0.16);
}

.creative-nav [data-mobile-menu] a {
  color: inherit;
  text-decoration: none;
}

.creative-nav-inner {
  position: relative;
  height: 100%;
}

.creative-logo {
  position: absolute;
  left: 50%;
  top: 18px;
  z-index: 3;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  color: var(--navy);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: left 260ms ease, top 260ms ease, transform 260ms ease, flex-direction 260ms ease, font-size 260ms ease;
}

.creative-logo img {
  width: 5.9rem;
  height: 5.9rem;
  border-radius: 999px;
  object-fit: cover;
  border: 4px solid white;
  box-shadow: 0 18px 42px rgba(20, 47, 110, 0.2);
  transition: width 260ms ease, height 260ms ease, box-shadow 260ms ease;
}

.creative-links {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.65rem;
  width: min(760px, calc(100vw - 2rem));
  color: #334155;
  font-size: 0.9rem;
  font-weight: 900;
  transform: translateX(-50%);
  transition: left 260ms ease, right 260ms ease, bottom 260ms ease, transform 260ms ease, justify-content 260ms ease, width 260ms ease;
}

.creative-links a {
  color: inherit;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.creative-links a:hover {
  color: var(--navy);
  transform: translateY(-1px);
}

.creative-actions {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: top 260ms ease;
}

.creative-icon,
.creative-menu-button {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 47, 110, 0.12);
  border-radius: 999px;
  background: white;
  color: var(--navy);
}

.creative-reserve {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  background: var(--coral);
  color: white;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 0.82rem 1.1rem;
  box-shadow: 0 16px 34px rgba(255, 122, 89, 0.28);
}

.creative-menu-button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 4;
  display: none;
}

.creative-menu-button::before {
  content: "";
  width: 1.1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 -6px 0 currentColor, 0 6px 0 currentColor;
}

.creative-menu-button > i,
.creative-menu-button > svg {
  display: none;
}

.arc-layout .creative-nav-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(18px);
  box-shadow: 0 22px 48px rgba(20, 47, 110, 0.12);
  transition: border-radius 260ms ease, transform 260ms ease, inset 260ms ease, opacity 260ms ease;
}

.wave-layout .creative-nav-panel {
  height: 214px;
}

.wave-layout .creative-nav-panel::before {
  content: "";
  position: absolute;
  left: -8vw;
  top: 0;
  z-index: 1;
  width: 116vw;
  height: 214px;
  background: rgba(238, 243, 248, 0.96);
  backdrop-filter: blur(16px);
  border-radius: 0 0 50% 50% / 0 0 48% 48%;
  box-shadow: 0 18px 38px rgba(20, 47, 110, 0.08);
  transition: opacity 260ms ease, transform 260ms ease, height 260ms ease;
}

.wave-layout .creative-nav-panel::before {
  border-bottom: 2px solid rgba(255, 255, 255, 0.98);
}

.wave-layout .creative-nav-panel::after {
  content: "";
  position: absolute;
  left: -7vw;
  bottom: 15px;
  z-index: 2;
  width: 114vw;
  height: 126px;
  border-bottom: 3px solid rgba(25, 184, 199, 0.18);
  border-radius: 0 0 50% 50% / 0 0 44% 44%;
  transform: none;
  transition: opacity 220ms ease, transform 260ms ease;
}

.wave-layout .creative-nav-inner::before {
  content: "";
  position: absolute;
  left: -8vw;
  bottom: 7px;
  z-index: 2;
  width: 116vw;
  height: 112px;
  border-bottom: 1px solid rgba(28, 98, 163, 0.22);
  border-radius: 0 0 50% 50% / 0 0 46% 46%;
  transform: none;
  opacity: 0.78;
  pointer-events: none;
  transition: opacity 220ms ease, transform 260ms ease;
}

.wave-layout .creative-logo {
  top: 100px;
  color: var(--navy);
}

.wave-layout .creative-logo img {
  width: 7.05rem;
  height: 7.05rem;
  border-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 38px rgba(20, 47, 110, 0.18);
}

.wave-layout .creative-logo span {
  display: none;
}

.wave-layout .creative-links {
  top: 40px;
  bottom: auto;
  color: #172943;
  text-shadow: none;
}

.wave-layout .creative-links a:hover,
.wave-layout .creative-links .text-navy {
  color: var(--navy);
}

.wave-layout .creative-icon {
  border-color: rgba(20, 47, 110, 0.1);
  background: rgba(255, 255, 255, 0.82);
  color: var(--navy);
  backdrop-filter: blur(10px);
}

.wave-layout .creative-actions {
  top: 29px;
  right: max(1rem, calc((100vw - 1180px) / 2));
}

.arc-layout .creative-nav-panel::before {
  left: 50%;
  right: auto;
  width: 158vw;
  height: 220px;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  transform: translateX(-50%);
}

.arc-layout .creative-logo {
  left: max(17rem, calc((100vw - 1180px) / 2 + 4rem));
  top: 21px;
  transform: none;
}

.arc-layout .creative-logo img {
  width: 7rem;
  height: 7rem;
}

.arc-layout .creative-logo span {
  display: none;
}

.arc-layout .creative-links {
  left: auto;
  right: max(14rem, calc((100vw - 1180px) / 2 + 11rem));
  top: 37px;
  bottom: auto;
  width: auto;
  transform: none;
}

.arc-layout .creative-actions {
  top: 17px;
  right: max(1rem, calc((100vw - 1180px) / 2));
}

/* Final requested variants:
   index2.html = central curve; index3.html = asymmetric wave. */
.curve-layout .creative-nav-panel,
.wave-layout .creative-nav-panel {
  height: 214px;
  overflow: visible;
}

.curve-layout .creative-nav-panel::before,
.wave-layout .creative-nav-panel::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: rgba(238, 243, 248, 0.97);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 42px rgba(20, 47, 110, 0.08);
  transition: opacity 260ms ease, transform 260ms ease;
}

.curve-layout .creative-nav-panel::before {
  left: 50%;
  top: -250px;
  width: 150vw;
  height: 462px;
  border-radius: 50%;
  transform: translateX(-50%);
}

.wave-layout .creative-nav-panel::before {
  left: 0;
  top: 0;
  width: 100vw;
  height: 238px;
  border: 0;
  border-radius: 0;
  background:
    url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201920%20240'%20preserveAspectRatio='none'%3E%3Cpath%20fill='%23eef3f8'%20d='M0%200H1920V180C1580%2082%201225%2074%20935%20122C700%20161%20545%20228%200%20178V0Z'/%3E%3Cpath%20fill='none'%20stroke='%23ffffff'%20stroke-opacity='0.95'%20stroke-width='3'%20d='M0%20178C545%20228%20700%20161%20935%20122C1225%2074%201580%2082%201920%20180'/%3E%3C/svg%3E") top center / 100% 238px no-repeat;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
}

.curve-layout .creative-nav-panel::after,
.curve-layout .creative-nav-inner::before,
.wave-layout .creative-nav-panel::after,
.wave-layout .creative-nav-inner::before {
  display: none;
}

.curve-layout .creative-logo,
.wave-layout .creative-logo {
  color: var(--navy);
}

.curve-layout .creative-logo {
  top: 156.8px;
}

.wave-layout .creative-logo {
  left: 3rem;
  top: 20px;
  transform: none;
}

.curve-layout .creative-logo img,
.wave-layout .creative-logo img {
  width: 7.15rem;
  height: 7.15rem;
  border-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 38px rgba(20, 47, 110, 0.18);
}

.curve-layout .creative-logo span,
.wave-layout .creative-logo span {
  display: none;
}

.curve-layout .creative-links,
.wave-layout .creative-links {
  top: 40px;
  bottom: auto;
  color: #172943;
  text-shadow: none;
}

.curve-layout .creative-links {
  left: 50%;
  width: min(670px, calc(100vw - 26rem));
  transform: translateX(-50%);
}

.wave-layout .creative-links {
  left: auto;
  right: 15rem;
  width: auto;
  transform: none;
}

.curve-layout .creative-links a:hover,
.curve-layout .creative-links .text-navy,
.wave-layout .creative-links a:hover,
.wave-layout .creative-links .text-navy {
  color: var(--navy);
}

.curve-layout .creative-actions,
.wave-layout .creative-actions {
  top: 29px;
  right: 1rem;
}

.curve-layout .creative-icon,
.wave-layout .creative-icon {
  display: none;
}

.creative-nav.is-scrolled .creative-nav-panel {
  height: 80px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 40px rgba(20, 47, 110, 0.08);
}

.creative-nav.is-scrolled .creative-nav-panel::before,
.creative-nav.is-scrolled .creative-nav-panel::after,
.creative-nav.is-scrolled .creative-nav-inner::before {
  opacity: 0;
  transform: translateX(-50%) translateY(-16px) scaleY(0.8);
  pointer-events: none;
}

.creative-nav.is-scrolled .creative-logo {
  left: 1rem;
  top: 50%;
  flex-direction: row;
  gap: 0.75rem;
  font-size: 0.78rem;
  text-align: left;
  transform: translateY(-50%);
  color: var(--navy);
}

.creative-nav.is-scrolled .creative-logo span {
  display: block;
}

.creative-nav.is-scrolled .creative-logo img {
  width: 3.5rem;
  height: 3.5rem;
  border-width: 2px;
  box-shadow: 0 10px 24px rgba(20, 47, 110, 0.12);
}

.creative-nav.is-scrolled .creative-links {
  left: auto;
  right: 12.5rem;
  bottom: 50%;
  top: auto;
  width: auto;
  transform: translateY(50%);
  color: #334155;
  text-shadow: none;
}

.creative-nav.is-scrolled .creative-links .text-navy {
  color: var(--navy);
}

.creative-nav.is-scrolled .creative-icon {
  border-color: rgba(20, 47, 110, 0.12);
  background: white;
  color: var(--navy);
  backdrop-filter: none;
  display: inline-flex;
}

.creative-nav.is-scrolled .creative-actions {
  top: 50%;
  transform: translateY(-50%);
}

@keyframes floatPulse {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@media (max-width: 1023px) {
  .creative-nav .creative-nav-panel {
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 40px rgba(20, 47, 110, 0.08);
  }

  .creative-nav .creative-nav-panel::before,
  .creative-nav .creative-nav-panel::after,
  .creative-nav .creative-nav-inner::before {
    display: none;
  }

  .creative-nav .creative-logo {
    left: 1rem;
    top: 50%;
    flex-direction: row;
    gap: 0.75rem;
    font-size: 0.78rem;
    text-align: left;
    transform: translateY(-50%);
    color: var(--navy);
  }

  .creative-nav .creative-logo span {
    display: block;
  }

  .creative-nav .creative-logo img {
    width: 3.5rem;
    height: 3.5rem;
    border-width: 2px;
    box-shadow: 0 10px 24px rgba(20, 47, 110, 0.12);
  }

  .creative-links,
  .creative-actions {
    display: none;
  }

  .creative-menu-button {
    display: inline-flex;
  }

  .creative-nav.curve-layout:not(.is-scrolled) .creative-nav-panel,
  .creative-nav.wave-layout:not(.is-scrolled) .creative-nav-panel {
    height: 150px;
    overflow: visible;
    background: transparent;
    backdrop-filter: none;
    box-shadow: none;
  }

  .creative-nav.curve-layout:not(.is-scrolled) .creative-nav-panel::before,
  .creative-nav.wave-layout:not(.is-scrolled) .creative-nav-panel::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    background: rgba(238, 243, 248, 0.98);
    box-shadow: 0 16px 34px rgba(20, 47, 110, 0.08);
    pointer-events: none;
  }

  .creative-nav.curve-layout:not(.is-scrolled) .creative-nav-panel::before {
    left: 50%;
    top: -165px;
    width: 190vw;
    height: 310px;
    border-radius: 50%;
    transform: translateX(-50%);
  }

  .creative-nav.wave-layout:not(.is-scrolled) .creative-nav-panel::before {
    left: 0;
    top: 0;
    width: 100vw;
    height: 160px;
    border: 0;
    border-radius: 0;
    background:
      url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20390%20160'%20preserveAspectRatio='none'%3E%3Cpath%20fill='%23eef3f8'%20d='M0%200H390V116C318%2072%20248%2064%20190%2087C138%20107%20114%20150%200%20118V0Z'/%3E%3Cpath%20fill='none'%20stroke='%23ffffff'%20stroke-opacity='0.95'%20stroke-width='2'%20d='M0%20118C114%20150%20138%20107%20190%2087C248%2064%20318%2072%20390%20116'/%3E%3C/svg%3E") top center / 100% 160px no-repeat;
    box-shadow: none;
    transform: none;
  }

  .creative-nav.curve-layout:not(.is-scrolled) .creative-logo {
    left: 50%;
    top: 104px;
    transform: translateX(-50%);
  }

  .creative-nav.wave-layout:not(.is-scrolled) .creative-logo {
    left: 1rem;
    top: 16px;
    transform: none;
  }

  .creative-nav.curve-layout:not(.is-scrolled) .creative-logo img,
  .creative-nav.wave-layout:not(.is-scrolled) .creative-logo img {
    width: 5.1rem;
    height: 5.1rem;
    border-width: 3px;
    box-shadow: 0 14px 30px rgba(20, 47, 110, 0.18);
  }

  .creative-nav.curve-layout:not(.is-scrolled) .creative-logo span,
  .creative-nav.wave-layout:not(.is-scrolled) .creative-logo span {
    display: none;
  }

  .creative-nav.curve-layout:not(.is-scrolled) .creative-menu-button,
  .creative-nav.wave-layout:not(.is-scrolled) .creative-menu-button {
    top: 1rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 12px 26px rgba(20, 47, 110, 0.12);
  }

  .creative-nav.curve-layout + main .hero-media,
  .creative-nav.wave-layout + main .hero-media {
    padding-top: 9.5rem;
  }
}

@media (max-width: 768px) {
  .site-page-hero { padding-top: 10.5rem !important; }

  .cookie-banner {
    grid-template-columns: 1fr;
    gap: .85rem;
    max-height: calc(100dvh - 1rem);
    right: .5rem;
    bottom: .5rem;
    left: .5rem;
    overflow: auto;
    padding: 1rem;
    border-radius: 1.15rem;
  }

  .cookie-banner-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-button { width: 100%; }
  .cookie-settings { padding: 1.25rem; border-radius: 1.2rem; }
  .cookie-settings-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-policy-content { padding-top: 10rem; }
  .site-footer-legal { flex-wrap: wrap; }

  .hero-media,
  .page-hero {
    background-image:
      linear-gradient(180deg, rgba(8, 29, 70, 0.86), rgba(8, 29, 70, 0.46)),
      var(--hero-image);
  }
}

@media (min-width: 768px) {
  .site-footer-inner { grid-template-columns: 1fr auto 1fr; }
  .site-footer-developer { justify-content: flex-end; }
}

/* Final home page based on index3.html. */
.creative-nav.home-final.wave-layout:not(.is-scrolled) .creative-logo {
  top: 24px;
}

.creative-nav.home-final.wave-layout:not(.is-scrolled) .creative-logo img {
  width: 9.5rem;
  height: 9.5rem;
}

.promo-hero-card {
  box-sizing: border-box;
  width: min(100%, 24rem);
  margin-left: auto;
  padding: 1.05rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 1.75rem;
  background:
    radial-gradient(circle at 88% 12%, rgba(255, 255, 255, 0.3), transparent 28%),
    linear-gradient(145deg, rgba(20, 47, 110, 0.86), rgba(25, 184, 199, 0.72) 54%, rgba(255, 122, 89, 0.82));
  color: white;
  box-shadow: 0 22px 54px rgba(8, 29, 70, 0.3);
  backdrop-filter: blur(14px);
}

.promo-card-logo {
  display: block;
  width: 5.25rem;
  height: 5.25rem;
  margin: 0.85rem auto 0;
  border: 4px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 16px 34px rgba(20, 47, 110, 0.24);
}

.promo-kicker {
  width: fit-content;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  padding: 0.35rem 0.7rem;
  color: white;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.promo-hero-card h2 {
  margin: 0.8rem 0 0;
  color: white;
  font-size: 1.22rem;
  line-height: 1.25;
  text-align: center;
}

.promo-hero-card p {
  margin: 0.6rem auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
  line-height: 1.5;
  text-align: center;
}

.promo-card-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.promo-card-highlights span,
.promo-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  border-radius: 1rem;
  padding: 0.65rem;
  color: white;
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.promo-card-highlights span {
  background: rgba(255, 255, 255, 0.16);
}

.promo-card-action {
  width: 100%;
  margin-top: 0.85rem;
  background: white;
  color: var(--navy);
  min-height: 2.75rem;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(255, 255, 255, 0.14);
}

@media (max-width: 1023px) {
  .creative-nav.home-final.wave-layout:not(.is-scrolled) .creative-nav-panel {
    height: 178px;
  }

  .creative-nav.home-final.wave-layout:not(.is-scrolled) .creative-nav-panel::before {
    height: 178px;
    background:
      url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20390%20178'%20preserveAspectRatio='none'%3E%3Cpath%20fill='%23eef3f8'%20d='M0%200H390V128C318%2078%20248%2070%20190%2095C138%20118%20114%20160%200%20130V0Z'/%3E%3Cpath%20fill='none'%20stroke='%23ffffff'%20stroke-opacity='0.95'%20stroke-width='2'%20d='M0%20130C114%20160%20138%20118%20190%2095C248%2070%20318%2078%20390%20128'/%3E%3C/svg%3E") top center / 100% 178px no-repeat;
  }

  .creative-nav.home-final.wave-layout:not(.is-scrolled) .creative-logo {
    top: 18px;
  }

  .creative-nav.home-final.wave-layout:not(.is-scrolled) .creative-logo img {
    width: 6.25rem;
    height: 6.25rem;
  }

  .creative-nav.home-final.wave-layout + main .hero-media {
    padding-top: 11rem;
  }

  .creative-nav.home-final.wave-layout [data-mobile-menu] {
    margin-top: 1.75rem;
  }
}

@media (max-width: 767px) {
  .promo-hero-card {
    width: 100%;
    margin: 1rem 0 0;
    padding: 1rem;
    border-radius: 1.25rem;
  }

  .promo-card-highlights {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .promo-hero-card h2 {
    font-size: 1.2rem;
  }
}

.hero-carousel-test {
  background-image: none !important;
  touch-action: pan-y pinch-zoom;
}

.hero-carousel-test > .section-shell {
  position: relative;
  z-index: 2;
}

.hero-carousel-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #0d2342;
}

.hero-carousel-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(8, 29, 70, 0.9), rgba(8, 29, 70, 0.58), rgba(8, 29, 70, 0.2)),
    linear-gradient(180deg, rgba(8, 29, 70, 0.2), rgba(8, 29, 70, 0.42));
  pointer-events: none;
  opacity: 1;
  transition: opacity 500ms ease;
}

.hero-carousel-slide {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 900ms ease, transform 4200ms ease;
}

.hero-carousel-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-carousel-promotion {
  background-color: #0d2342;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: none;
  transition: opacity 750ms ease;
}

.hero-carousel-promotion::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 28, 62, 0.72) 0%, rgba(5, 28, 62, 0.32) 39%, rgba(5, 28, 62, 0) 67%);
  pointer-events: none;
}

.hero-carousel-promotion.is-active {
  transform: none;
}

.hero-default-content {
  opacity: 1;
  visibility: visible;
  transition: opacity 420ms ease, visibility 420ms ease;
}

.hero-carousel-test.is-promotion .hero-carousel-layer::after {
  opacity: 0;
}

.hero-carousel-test.is-promotion .hero-default-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.hero-promo-actions {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  width: min(calc(100% - 2rem), 1180px);
  margin: 0 auto;
  box-sizing: border-box;
  padding: clamp(12rem, 22vh, 15rem) 4.5rem 4.5rem;
  pointer-events: none;
}

.hero-promo-panel {
  display: none;
  width: min(100%, 35rem);
  color: white;
  text-shadow: 0 3px 16px rgba(3, 20, 47, 0.52);
  pointer-events: auto;
}

.hero-promo-panel.is-active {
  display: block;
  animation: promo-panel-in 420ms ease both;
}

.hero-promo-panel.promo-intermarine {
  --promo-accent: #ff7658;
}

.hero-promo-panel.promo-azimut {
  --promo-accent: #18c4c8;
}

.hero-promo-panel.promo-focker {
  --promo-accent: #ffb43f;
}

.hero-promo-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 2.1rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: var(--promo-accent);
  background: color-mix(in srgb, var(--promo-accent) 86%, #0d2342);
  color: white;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(4, 20, 48, 0.2);
}

.hero-promo-panel h2 {
  margin: 0.9rem 0 0;
  font-size: clamp(3.25rem, 5.6vw, 5.6rem);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: 0;
}

.hero-promo-promise {
  max-width: 33rem;
  margin: 1rem 0 0;
  font-size: clamp(1rem, 1.5vw, 1.28rem);
  font-weight: 700;
  line-height: 1.45;
}

.hero-promo-offer {
  display: grid;
  width: fit-content;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 0 0.65rem;
  margin-top: 1.15rem;
}

.hero-promo-offer small {
  grid-column: 1 / -1;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-promo-offer strong {
  color: #fff4d9;
  font-size: clamp(2.5rem, 4.3vw, 4.15rem);
  font-weight: 900;
  line-height: 0.95;
}

.hero-promo-offer span {
  max-width: 6rem;
  padding-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  line-height: 1.2;
}

.hero-promo-urgency {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-promo-action {
  display: inline-flex;
  min-height: 3.4rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  max-width: min(90vw, 28rem);
  margin-top: 1.2rem;
  padding: 0.9rem 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: var(--promo-accent, #ff7254);
  color: white;
  font-size: 0.95rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 16px 34px rgba(4, 20, 48, 0.32);
  pointer-events: auto;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero-promo-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(4, 20, 48, 0.42);
}

.hero-promo-action:focus-visible {
  outline: 3px solid white;
  outline-offset: 4px;
}

.hero-promo-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.hero-promo-buttons .hero-promo-action {
  margin-top: 0;
}

.hero-promo-action--details {
  background: rgba(5, 28, 62, 0.56);
  backdrop-filter: blur(8px);
}

.hero-promo-action--details:hover {
  background: rgba(5, 28, 62, 0.76);
}

@keyframes promo-panel-in {
  from {
    opacity: 0;
    transform: translateY(0.6rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-carousel-arrow {
  position: absolute;
  top: 55%;
  z-index: 4;
  display: inline-flex;
  width: 3.1rem;
  height: 3.1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  background: rgba(8, 29, 70, 0.58);
  color: white;
  box-shadow: 0 12px 28px rgba(4, 20, 48, 0.25);
  backdrop-filter: blur(8px);
  transform: translateY(-50%);
  transition: background 200ms ease, transform 200ms ease;
}

.hero-carousel-arrow:hover {
  background: rgba(255, 114, 84, 0.96);
  transform: translateY(-50%) scale(1.05);
}

.hero-carousel-arrow:focus-visible {
  outline: 3px solid white;
  outline-offset: 3px;
}

.hero-carousel-prev {
  left: clamp(0.75rem, 2.2vw, 2.5rem);
}

.hero-carousel-next {
  right: clamp(0.75rem, 2.2vw, 2.5rem);
}

.hero-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 1.35rem;
  z-index: 3;
  display: inline-flex;
  gap: 0.45rem;
  transform: translateX(-50%);
}

.hero-carousel-dots span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.24);
  transition: width 260ms ease, background 260ms ease;
}

.hero-carousel-dots span.is-active {
  width: 1.6rem;
  background: white;
}

@media (max-width: 768px) {
  .hero-carousel-layer::after {
    background:
      linear-gradient(180deg, rgba(8, 29, 70, 0.78), rgba(8, 29, 70, 0.5)),
      linear-gradient(90deg, rgba(8, 29, 70, 0.86), rgba(8, 29, 70, 0.18));
  }

  .hero-carousel-promotion {
    background-position: 65% center;
    background-size: cover;
  }

  .hero-carousel-promotion::after {
    background:
      linear-gradient(180deg, rgba(5, 28, 62, 0.1) 20%, rgba(5, 28, 62, 0.88) 72%, rgba(5, 28, 62, 0.96) 100%),
      linear-gradient(90deg, rgba(5, 28, 62, 0.42), rgba(5, 28, 62, 0.08));
  }

  .hero-promo-actions {
    width: calc(100% - 1.5rem);
    align-items: flex-end;
    padding: 11.5rem 2.9rem 5.2rem;
  }

  .hero-promo-panel {
    width: 100%;
    text-align: left;
  }

  .hero-promo-panel h2 {
    margin-top: 0.65rem;
    font-size: clamp(2.4rem, 12vw, 3.7rem);
  }

  .hero-promo-promise {
    margin-top: 0.65rem;
    font-size: 0.9rem;
    line-height: 1.38;
  }

  .hero-promo-offer {
    margin-top: 0.8rem;
  }

  .hero-promo-offer strong {
    font-size: clamp(2.15rem, 11vw, 3rem);
  }

  .hero-promo-urgency {
    margin-top: 0.65rem;
    font-size: 0.74rem;
  }

  .hero-promo-action {
    width: min(100%, 23rem);
    min-height: 3.15rem;
    margin-top: 0.9rem;
    padding: 0.78rem 1rem;
    font-size: 0.85rem;
  }

  .hero-promo-buttons {
    width: min(100%, 23rem);
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
    margin-top: 0.9rem;
  }

  .hero-promo-buttons .hero-promo-action {
    width: 100%;
  }

  .hero-carousel-arrow {
    top: 48%;
    width: 2.65rem;
    height: 2.65rem;
    background: rgba(8, 29, 70, 0.7);
  }

  .hero-carousel-prev {
    left: 0.45rem;
  }

  .hero-carousel-next {
    right: 0.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel-slide,
  .hero-default-content,
  .hero-carousel-layer::after,
  .hero-promo-action,
  .hero-promo-panel,
  .hero-carousel-arrow {
    transition: none;
    animation: none;
  }
}

/* Shared social navigation. */
.creative-nav .creative-links {
  gap: 0.95rem;
  font-size: 0.82rem;
}

.social-menu {
  position: relative;
}

.social-menu.is-current > .social-menu-trigger {
  color: var(--navy);
}

.social-menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  padding: 0;
}

.social-menu-trigger svg {
  width: 0.95rem;
  height: 0.95rem;
  transition: transform 180ms ease;
}

.social-menu-dropdown {
  position: absolute;
  top: calc(100% + 0.45rem);
  right: 0;
  z-index: 60;
  display: none;
  width: 13.5rem;
  overflow: visible;
  border: 1px solid rgba(20, 47, 110, 0.12);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 48px rgba(8, 29, 70, 0.2);
  color: #334155;
  padding: 0.55rem;
  text-shadow: none;
}

.social-menu-dropdown::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 100%;
  height: 0.75rem;
}

.boat-menu-dropdown {
  right: auto;
  left: 0;
  width: 11rem;
}

.boat-menu .social-menu-icon svg,
.mobile-boat-menu .social-menu-icon svg {
  width: 0.9rem;
  height: 0.9rem;
}

.social-menu.is-open .social-menu-dropdown,
.social-menu:focus-within .social-menu-dropdown,
.social-menu:hover .social-menu-dropdown {
  display: grid;
}

.social-menu.is-open .social-menu-trigger svg,
.social-menu:hover .social-menu-trigger svg {
  transform: rotate(180deg);
}

.social-menu-dropdown a,
.social-menu-disabled {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.55rem;
  border-radius: 0.7rem;
  padding: 0.45rem 0.65rem;
  color: #334155 !important;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.social-menu-dropdown a:hover {
  background: #eef9fb;
  color: var(--navy) !important;
  transform: none;
}

.social-menu-disabled {
  color: #94a3b8 !important;
  cursor: not-allowed;
}

.social-menu-disabled small {
  margin-left: auto;
  color: var(--coral);
  font-size: 0.62rem;
  text-transform: uppercase;
}

.social-menu-icon {
  display: inline-flex;
  flex: 0 0 1.55rem;
  width: 1.55rem;
  height: 1.55rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: var(--navy);
  color: white;
  font-size: 0.72rem;
  font-weight: 900;
}

.social-brand-icon {
  border: 1px solid rgba(20, 47, 110, 0.12);
  background: #fff;
  box-shadow: 0 0.2rem 0.55rem rgba(8, 29, 70, 0.1);
}

.social-brand-icon img {
  display: block;
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

.mobile-social-menu {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 0.7rem 0;
}

.mobile-social-menu > strong {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--navy);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.mobile-social-menu > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
}

.mobile-social-menu a,
.mobile-social-menu .social-menu-disabled {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.4rem;
  border-radius: 0.7rem;
  background: #f8fafc;
  padding: 0.4rem 0.55rem;
  font-size: 0.78rem;
}

/* Persistent positioning statement on promotion slides. */
.hero-sticky-headline {
  position: absolute;
  right: max(1rem, calc((100vw - 1180px) / 2 + 1rem));
  bottom: 4.25rem;
  left: auto;
  z-index: 5;
  display: grid;
  width: min(36rem, 44vw);
  gap: 0.35rem;
  margin: 0;
  border-right: 3px solid var(--aqua);
  border-radius: 0.75rem 0 0 0.75rem;
  background: rgba(7, 27, 63, 0.58);
  color: white;
  padding: 0.75rem 0.9rem;
  text-align: right;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 320ms ease, transform 320ms ease;
  pointer-events: none;
}

.hero-sticky-headline strong {
  font-size: clamp(0.78rem, 1.05vw, 0.95rem);
  font-weight: 900;
  line-height: 1.25;
}

.hero-sticky-headline span {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.62rem, 0.78vw, 0.72rem);
  line-height: 1.45;
}

.hero-carousel-test.is-promotion .hero-sticky-headline {
  opacity: 1;
  transform: translateY(0);
}

/* Social proof and Google reviews. */
.authority-section {
  background:
    radial-gradient(circle at 92% 10%, rgba(25, 184, 199, 0.14), transparent 24%),
    #f7fbff;
}

.google-rating-badge {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid rgba(20, 47, 110, 0.1);
  border-radius: 999px;
  background: white;
  padding: 0.55rem 0.9rem;
  color: #475569;
  font-size: 0.78rem;
  box-shadow: 0 10px 24px rgba(20, 47, 110, 0.08);
}

.google-mark { color: #4285f4; font-size: 1.1rem; font-weight: 900; }
.google-rating-badge strong { color: var(--navy); font-size: 1rem; }
.google-stars { color: #f5a623; letter-spacing: 0.08rem; }

.authority-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.authority-card {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  background: white;
}

.authority-photo {
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
}

.authority-photo--marcelle {
  background-image: url("../../images/blogueiros/marcelle-casagrande.jpg");
  background-position: center;
  background-size: cover;
}

.authority-photo--rafael {
  background-image: url("../../images/blogueiros/rafael-galhardo.jpg");
  background-position: center;
  background-size: cover;
}

.authority-photo--priscila {
  background-image: url("../../images/blogueiros/priscila-galhardo.jpg");
  background-position: center;
  background-size: cover;
}

.authority-carousel {
  position: relative;
  padding: 0 3.5rem;
}

.authority-carousel-viewport {
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.authority-carousel-viewport::-webkit-scrollbar {
  display: none;
}

.authority-carousel-track {
  display: flex;
  gap: 1.5rem;
}

.authority-carousel .authority-card {
  flex: 0 0 calc((100% - 3rem) / 3);
  scroll-snap-align: start;
}

.authority-image {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.authority-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  width: 2.85rem;
  height: 2.85rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 47, 110, 0.12);
  border-radius: 999px;
  background: white;
  color: var(--navy);
  box-shadow: 0 14px 30px rgba(20, 47, 110, 0.16);
  transform: translateY(-50%);
  transition: background 180ms ease, color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.authority-carousel-arrow:hover:not(:disabled) {
  background: var(--navy);
  color: white;
  transform: translateY(-50%) scale(1.06);
}

.authority-carousel-arrow:disabled {
  cursor: default;
  opacity: 0.3;
}

.authority-carousel-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
}

.authority-carousel-prev { left: 0; }
.authority-carousel-next { right: 0; }

.authority-card-copy { padding: 1.35rem; }
.authority-card-copy span { color: var(--coral); font-size: 0.7rem; font-weight: 900; text-transform: uppercase; }
.authority-card-copy h3 { margin: 0.35rem 0 0; color: var(--navy); font-size: 1.35rem; font-weight: 900; }
.authority-card-copy p { margin: 0.65rem 0 0; color: #64748b; font-size: 0.88rem; line-height: 1.6; }

.page-hero--reviews { --hero-image: url("../../images/roteiro-ilhas-paradisiacas.jpg"); }

.managed-detail-hero {
  min-height: 31rem;
  display: flex;
  align-items: flex-end;
  background-color: #0d2342;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.review-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
  border: 1px solid rgba(20, 47, 110, 0.1);
  border-radius: 1.5rem;
  background: white;
  padding: 1.5rem;
  box-shadow: 0 18px 40px rgba(20, 47, 110, 0.08);
}

.review-summary-score { color: var(--navy); font-size: 3.25rem; font-weight: 900; line-height: 1; }
.review-summary p { margin: 0.35rem 0 0; color: #64748b; line-height: 1.5; }

.review-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.review-card {
  position: relative;
  border: 1px solid #e2e8f0;
  border-radius: 1.5rem;
  background: white;
  padding: 1.5rem;
  box-shadow: 0 14px 34px rgba(20, 47, 110, 0.07);
}

.review-card::before {
  content: "“";
  position: absolute;
  top: 0.45rem;
  right: 1rem;
  color: rgba(25, 184, 199, 0.18);
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
}

.review-card .review-stars { color: #f5a623; letter-spacing: 0.08rem; }
.review-card h3 { margin: 0.65rem 0 0; color: var(--navy); font-size: 1.05rem; font-weight: 900; }
.review-card p { position: relative; margin: 0.75rem 0 0; color: #475569; line-height: 1.75; }
.review-card small { display: block; margin-top: 1rem; color: #94a3b8; font-size: 0.7rem; }

.google-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 999px;
  background: white;
  color: var(--navy);
  font-weight: 900;
  padding: 0.85rem 1.15rem;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(20, 47, 110, 0.12);
}

@media (max-width: 1023px) {
  .hero-sticky-headline { width: min(31rem, 48vw); }
  .authority-carousel .authority-card { flex-basis: calc((100% - 1.5rem) / 2); }
}

@media (max-width: 767px) {
  .authority-grid,
  .review-grid { grid-template-columns: 1fr; }
  .review-summary { grid-template-columns: 1fr; }
  .hero-sticky-headline { right: 1rem; bottom: 2.8rem; width: min(20rem, calc(100% - 5rem)); padding: 0.55rem 0.7rem; }
  .hero-sticky-headline strong { font-size: 0.72rem; }
  .hero-sticky-headline span { display: none; }
  .mobile-social-menu > div { grid-template-columns: 1fr; }
  .authority-carousel { padding: 0 2.75rem; }
  .authority-carousel .authority-card { flex-basis: 100%; }
  .authority-carousel-arrow { width: 2.35rem; height: 2.35rem; }
}

/* Alternative pages: live Google reviews and continuous social-proof marquees. */
.alternative-page .continuous-authority-carousel {
  padding: 0;
}

.alternative-page .continuous-marquee-viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  scroll-behavior: auto;
  scroll-snap-type: none;
  scrollbar-width: none;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}

.alternative-page .continuous-marquee-track {
  display: flex;
  width: max-content;
  max-width: none;
  gap: 0;
  animation: welcome-continuous-marquee var(--marquee-duration, 60s) linear infinite;
  will-change: transform;
}

.alternative-page .continuous-marquee-viewport:hover .continuous-marquee-track,
.alternative-page .continuous-marquee-viewport:focus-within .continuous-marquee-track {
  animation-play-state: paused;
}

.alternative-page .continuous-marquee-group {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
  padding-right: 1.5rem;
}

.alternative-page .continuous-authority-carousel .authority-card {
  flex: 0 0 clamp(18rem, 29vw, 22.5rem);
  width: clamp(18rem, 29vw, 22.5rem);
  scroll-snap-align: none;
}

.alternative-page .google-reviews-marquee {
  width: 100%;
}

.alternative-page .google-review-marquee-card {
  display: flex;
  flex: 0 0 clamp(19rem, 31vw, 23.5rem);
  width: clamp(19rem, 31vw, 23.5rem);
  min-height: 13rem;
  flex-direction: column;
  border: 1px solid rgba(20, 47, 110, 0.1);
  border-radius: 1.4rem;
  background: #fff;
  padding: 1.2rem;
  box-shadow: 0 14px 34px rgba(20, 47, 110, 0.08);
}

.alternative-page .google-review-marquee-header,
.alternative-page .google-review-card-header {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
}

.alternative-page .google-review-marquee-header > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.alternative-page .google-review-marquee-header strong {
  overflow: hidden;
  color: var(--navy);
  font-size: 0.95rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alternative-page .google-review-marquee-header span,
.alternative-page .google-review-identity span {
  color: #94a3b8;
  font-size: 0.7rem;
}

.alternative-page .google-review-avatar {
  display: inline-flex;
  width: 3.1rem;
  height: 3.1rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ocean), var(--aqua));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.alternative-page .google-review-avatar--compact {
  width: 2.65rem;
  height: 2.65rem;
  font-size: 0.72rem;
}

.alternative-page .google-review-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.alternative-page .google-review-mark {
  display: inline-flex;
  width: 1.8rem;
  height: 1.8rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fff;
  color: #4285f4;
  font-size: 1.05rem;
  font-weight: 900;
  box-shadow: 0 4px 14px rgba(20, 47, 110, 0.12);
}

.alternative-page .google-review-marquee-card .review-stars {
  margin-top: 0.9rem;
  color: #f5a623;
  font-size: 0.9rem;
  letter-spacing: 0.06rem;
}

.alternative-page .google-review-marquee-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0.65rem 0 0;
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.alternative-page .google-review-loading {
  display: flex;
  min-height: 9rem;
  width: min(100%, 30rem);
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(20, 47, 110, 0.2);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.72);
  color: #64748b;
  font-weight: 800;
}

.alternative-page .review-grid > .google-review-loading {
  grid-column: 1 / -1;
  width: 100%;
}

.alternative-page .google-review-card {
  display: flex;
  min-height: 19rem;
  flex-direction: column;
}

.alternative-page .google-review-card::before {
  display: none;
}

.alternative-page .google-review-identity {
  min-width: 0;
}

.alternative-page .google-review-identity h3 {
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alternative-page .google-review-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: 1rem;
}

.alternative-page .google-review-rating-row > span {
  border-radius: 999px;
  background: #f1f5f9;
  padding: 0.25rem 0.55rem;
  color: #64748b;
  font-size: 0.68rem;
  font-weight: 800;
}

.alternative-page .google-review-source-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--ocean);
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
}

.alternative-page .google-review-source-link:hover {
  text-decoration: underline;
}

.alternative-page .reviews-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.alternative-page .reviews-page-button {
  display: inline-flex;
  width: 2.65rem;
  height: 2.65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20, 47, 110, 0.15);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(20, 47, 110, 0.08);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.alternative-page .reviews-page-button:hover:not(:disabled),
.alternative-page .reviews-page-button.is-current {
  background: var(--navy);
  color: #fff;
  transform: translateY(-2px);
}

.alternative-page .reviews-page-button:disabled {
  cursor: default;
  opacity: 0.35;
}

.alternative-page .reviews-page-ellipsis {
  color: #94a3b8;
  font-weight: 900;
}

.alternative-page .reviews-pagination-status {
  flex-basis: 100%;
  margin: 0.45rem 0 0;
  color: #64748b;
  font-size: 0.78rem;
  text-align: center;
}

@keyframes welcome-continuous-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 767px) {
  .alternative-page .continuous-marquee-viewport {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  }

  .alternative-page .continuous-authority-carousel .authority-card {
    flex-basis: min(82vw, 20rem);
    width: min(82vw, 20rem);
  }

  .alternative-page .google-review-marquee-card {
    flex-basis: min(84vw, 21rem);
    width: min(84vw, 21rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .alternative-page .continuous-marquee-track {
    animation-play-state: paused;
  }
}

/* Exclusive proof cards used by quem-somos-03.html. */
.about-proof-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(25, 184, 199, 0.22), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(255, 122, 89, 0.18), transparent 27%),
    linear-gradient(135deg, #071b3f 0%, #102d63 52%, #0a4670 100%);
}

.about-proof-section::before,
.about-proof-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
}

.about-proof-section::before {
  top: -13rem;
  right: -7rem;
  width: 30rem;
  height: 30rem;
}

.about-proof-section::after {
  bottom: -10rem;
  left: -6rem;
  width: 22rem;
  height: 22rem;
}

.about-proof-heading p {
  margin: 0;
  color: var(--aqua);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-proof-heading h2 {
  margin: 0.75rem 0 0;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 900;
  line-height: 1.08;
}

.about-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: start;
}

.about-proof-card {
  --proof-color: var(--aqua);
  position: relative;
  min-height: 21rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  padding: 1.8rem;
  box-shadow: 0 24px 55px rgba(1, 14, 39, 0.24);
  backdrop-filter: blur(14px);
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.about-proof-card::before {
  content: "";
  position: absolute;
  top: -6rem;
  right: -5rem;
  width: 13rem;
  height: 13rem;
  border-radius: 999px;
  background: var(--proof-color);
  filter: blur(5px);
  opacity: 0.12;
  transition: opacity 260ms ease, transform 260ms ease;
}

.about-proof-card:nth-child(2) {
  margin-top: 2rem;
}

.about-proof-card:nth-child(3) {
  margin-top: 0.75rem;
}

.about-proof-card--coral { --proof-color: var(--coral); }
.about-proof-card--blue { --proof-color: #65a8ff; }

.about-proof-card:hover {
  border-color: color-mix(in srgb, var(--proof-color) 60%, white 15%);
  box-shadow: 0 30px 65px rgba(1, 14, 39, 0.36);
  transform: translateY(-0.65rem);
}

.about-proof-card:hover::before {
  opacity: 0.2;
  transform: scale(1.08);
}

.about-proof-card-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-proof-number {
  color: rgba(255, 255, 255, 0.13);
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
}

.about-proof-icon {
  display: inline-flex;
  width: 3.65rem;
  height: 3.65rem;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--proof-color) 50%, transparent);
  border-radius: 1.15rem;
  background: color-mix(in srgb, var(--proof-color) 16%, transparent);
  color: var(--proof-color);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.about-proof-icon svg {
  width: 1.65rem;
  height: 1.65rem;
}

.about-proof-card h3 {
  position: relative;
  margin: 2rem 0 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
}

.about-proof-card p {
  position: relative;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94rem;
  line-height: 1.75;
}

.about-proof-accent {
  position: absolute;
  bottom: 1.6rem;
  left: 1.8rem;
  width: 2.8rem;
  height: 0.22rem;
  border-radius: 999px;
  background: var(--proof-color);
  box-shadow: 0 0 18px color-mix(in srgb, var(--proof-color) 65%, transparent);
}

@media (max-width: 900px) {
  .about-proof-grid {
    grid-template-columns: 1fr;
  }

  .about-proof-card,
  .about-proof-card:nth-child(2),
  .about-proof-card:nth-child(3) {
    min-height: 0;
    margin-top: 0;
    padding-bottom: 3.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-proof-card,
  .about-proof-card::before {
    transition: none;
  }
}

/* Smartphone layout layer.
   All rules stay below the tablet breakpoint so the approved desktop layout is unchanged. */
@media (max-width: 767px) {
  html {
    max-width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }

  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  img,
  video,
  iframe,
  svg {
    max-width: 100%;
  }

  img,
  video {
    display: block;
  }

  .section-shell {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  main > section[class~="py-14"],
  main > section[class~="py-16"],
  main > section[class~="py-20"],
  main > section[class~="py-24"] {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  main h1.text-5xl,
  .site-page-hero h1,
  .managed-detail-hero h1 {
    font-size: clamp(2.15rem, 10.5vw, 2.8rem) !important;
    line-height: 1.06 !important;
    overflow-wrap: anywhere;
  }

  main h2.text-4xl {
    font-size: clamp(1.85rem, 8.4vw, 2.25rem) !important;
    line-height: 1.12 !important;
    overflow-wrap: anywhere;
  }

  main h2.text-3xl,
  main h3.text-3xl {
    font-size: clamp(1.55rem, 7vw, 1.9rem) !important;
    line-height: 1.15 !important;
  }

  main h3.text-2xl {
    font-size: 1.3rem !important;
    line-height: 1.25 !important;
  }

  main p,
  main li,
  .site-footer span,
  .site-footer strong {
    overflow-wrap: anywhere;
  }

  main .text-lg {
    font-size: 1rem !important;
  }

  main .leading-8 {
    line-height: 1.7 !important;
  }

  .btn-primary,
  .btn-secondary,
  .google-action {
    min-height: 3rem;
    padding: 0.8rem 1rem;
    text-align: center;
  }

  .site-page-hero {
    min-height: 25rem;
    padding-top: 10.5rem !important;
    background-position: center center;
  }

  .site-page-hero .pb-20,
  .site-page-hero .pb-24 {
    padding-bottom: 3.5rem !important;
  }

  .managed-detail-hero {
    min-height: 27rem;
  }

  .hero-carousel-test {
    min-height: 100svh;
  }

  .hero-default-content {
    min-height: auto !important;
    gap: 1.5rem !important;
    padding-top: 2rem !important;
    padding-bottom: 3.5rem !important;
  }

  .hero-default-content h1 {
    font-size: clamp(2.25rem, 11vw, 3rem) !important;
  }

  .hero-default-content > div > p:first-child {
    margin-bottom: 1rem !important;
    font-size: 0.78rem !important;
  }

  .hero-default-content .btn-primary,
  .hero-default-content .btn-secondary {
    width: 100%;
  }

  .promo-hero-card {
    width: 100%;
    margin-top: 0.25rem;
    padding: 1rem;
  }

  .promo-card-logo {
    width: 4.5rem;
    height: 4.5rem;
  }

  .hero-promo-actions {
    width: 100%;
    padding-right: 3.5rem;
    padding-bottom: 5.75rem;
    padding-left: 3.5rem;
  }

  .hero-promo-panel h2 {
    font-size: clamp(2.1rem, 11vw, 3rem);
    line-height: 0.98;
  }

  .hero-promo-offer strong {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .hero-carousel-dots {
    bottom: 1rem;
  }

  .hero-sticky-headline {
    right: 3.35rem;
    bottom: 2.75rem;
    width: min(18rem, calc(100% - 6.7rem));
  }

  .creative-nav [data-mobile-menu] {
    max-height: calc(100dvh - 5.5rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 0.75rem;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
    padding-left: 0.75rem;
    scrollbar-width: thin;
  }

  .creative-nav.curve-layout:not(.is-scrolled) [data-mobile-menu],
  .creative-nav.wave-layout:not(.is-scrolled) [data-mobile-menu] {
    max-height: calc(100dvh - 11.5rem);
  }

  .creative-nav [data-mobile-menu] > div {
    gap: 0.4rem;
    padding: 0.85rem;
  }

  .creative-nav [data-mobile-menu] > div > a {
    min-height: 2.65rem;
    display: flex;
    align-items: center;
    border-radius: 0.7rem;
    padding: 0.55rem 0.65rem;
  }

  .mobile-social-menu {
    padding: 0.6rem 0;
  }

  .mobile-social-menu a,
  .mobile-social-menu .social-menu-disabled {
    min-width: 0;
    min-height: 2.7rem;
  }

  .site-footer {
    padding: 2rem 0 max(2rem, env(safe-area-inset-bottom));
  }

  .site-footer-inner {
    justify-items: center;
    gap: 1.25rem;
    text-align: center;
  }

  .site-footer-brand,
  .site-footer-developer {
    justify-content: center;
  }

  .site-footer-developer {
    flex-wrap: wrap;
  }

  .whatsapp-float {
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.75rem, env(safe-area-inset-bottom));
    width: 3.5rem;
    height: 3.5rem;
  }

  .whatsapp-float svg {
    width: 1.65rem;
    height: 1.65rem;
  }

  main img.h-\[34rem\],
  main img.h-\[30rem\] {
    height: clamp(17rem, 74vw, 23rem) !important;
    object-fit: cover;
    object-position: center;
  }

  main img.h-72,
  main img.h-64 {
    height: clamp(15rem, 68vw, 19rem) !important;
    object-position: center;
  }

  main img.h-28 {
    height: clamp(5.25rem, 24vw, 7rem) !important;
  }

  main aside.p-7,
  main article.p-7,
  main article.p-8,
  main div.p-8 {
    padding: 1.25rem !important;
  }

  .gallery-thumb {
    min-width: 0;
  }

  .gallery-thumb img {
    border-radius: 0.85rem !important;
  }

  main video {
    width: 100%;
    max-height: 72svh;
    object-fit: cover;
  }

  .timeline-line {
    padding-left: 3rem !important;
  }

  .timeline-line::before {
    left: 1rem;
  }

  .timeline-line article {
    padding: 1.15rem !important;
  }

  .timeline-line article > span {
    padding: 0.65rem !important;
  }

  .filter-button {
    min-height: 2.75rem;
    padding: 0.65rem 0.95rem !important;
  }

  .authority-section .google-rating-badge {
    justify-content: center;
    border-radius: 1rem;
    text-align: center;
  }

  .authority-carousel {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }

  .authority-carousel-track {
    gap: 0.9rem;
  }

  .authority-card-copy,
  .review-card,
  .review-summary {
    padding: 1.15rem;
  }

  .review-summary-score {
    font-size: 2.7rem;
  }

  .alternative-page .continuous-marquee-group {
    gap: 0.9rem;
    padding-right: 0.9rem;
  }

  .alternative-page .google-review-marquee-card {
    min-height: 12rem;
    padding: 1rem;
  }

  .about-proof-grid {
    gap: 1rem;
  }

  .about-proof-card {
    min-height: 0;
    padding: 1.25rem;
  }

  .about-proof-card h3 {
    font-size: 1.35rem;
  }
}

@media (max-width: 420px) {
  .section-shell {
    padding-right: 0.85rem;
    padding-left: 0.85rem;
  }

  .creative-nav .creative-logo {
    left: 0.75rem;
    gap: 0.55rem;
    font-size: 0.7rem;
  }

  .creative-nav .creative-logo img {
    width: 3.25rem;
    height: 3.25rem;
  }

  .creative-menu-button {
    right: 0.75rem;
  }

  .hero-promo-actions {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .hero-carousel-arrow {
    width: 2.4rem;
    height: 2.4rem;
  }

  .hero-sticky-headline {
    right: 3rem;
    width: calc(100% - 6rem);
  }

  main .grid.grid-cols-2:not(.sm\:grid-cols-4) {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  main img.h-\[34rem\],
  main img.h-\[30rem\] {
    height: 17rem !important;
  }

  .authority-carousel {
    padding-right: 2.15rem;
    padding-left: 2.15rem;
  }

  .authority-carousel-arrow {
    width: 2.15rem;
    height: 2.15rem;
  }
}

/* Hero interaction fix: transparent content layers must not block carousel controls. */
.hero-default-content,
.hero-default-content > div,
.promo-hero-card,
.hero-promo-panel {
  pointer-events: none;
}

.hero-default-content a,
.promo-hero-card a,
.hero-promo-action,
.hero-carousel-arrow {
  pointer-events: auto;
}

.hero-carousel-arrow {
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/* Dedicated home-banner composition for phones and narrow mobile browsers. */
@media (max-width: 900px) {
  .home-carousel.hero-carousel-test {
    box-sizing: border-box;
    min-height: max(44rem, 100svh) !important;
  }

  .creative-nav.home-final.wave-layout + main .home-carousel.hero-media {
    padding-top: clamp(7.75rem, 18vw, 10rem) !important;
  }

  .home-carousel .hero-default-content {
    display: flex !important;
    min-height: auto !important;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem !important;
    padding-top: 1.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .home-carousel .hero-default-content > div,
  .home-carousel .hero-default-content > aside {
    width: 100%;
    min-width: 0;
  }

  .home-carousel .hero-default-content h1 {
    max-width: 42rem;
    font-size: clamp(2.2rem, 7.5vw, 3.25rem) !important;
    line-height: 1.02 !important;
  }

  .home-carousel .hero-default-content h1 + p {
    max-width: 41rem;
    margin-top: 1.1rem !important;
    font-size: clamp(0.92rem, 2.5vw, 1.05rem) !important;
    line-height: 1.65 !important;
  }

  .home-carousel .promo-hero-card {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem 0.8rem;
    align-items: center;
    align-self: stretch;
    margin: 0;
    border-radius: 1.25rem;
    padding: 0.9rem;
  }

  .home-carousel .promo-kicker {
    grid-column: 1;
    margin: 0;
    font-size: 0.64rem;
  }

  .home-carousel .promo-card-logo {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 3.35rem;
    height: 3.35rem;
    margin: 0;
    border-width: 2px;
  }

  .home-carousel .promo-hero-card h2 {
    grid-column: 1;
    margin: 0;
    font-size: clamp(1rem, 3.8vw, 1.25rem);
    line-height: 1.25;
    text-align: left;
  }

  .home-carousel .promo-hero-card > p {
    display: none;
  }

  .home-carousel .promo-card-highlights {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
    margin-top: 0.15rem;
  }

  .home-carousel .promo-card-highlights span {
    min-height: 2.25rem;
    padding: 0.45rem 0.35rem;
    font-size: 0.64rem;
  }

  .home-carousel .promo-card-action {
    grid-column: 1 / -1;
    min-height: 2.7rem;
    margin-top: 0.1rem;
    padding: 0.65rem 0.85rem;
  }

  .home-carousel .hero-carousel-promotion {
    background-position: center bottom;
    background-size: auto 122%;
  }

  .home-carousel .hero-promo-actions {
    width: 100%;
    align-items: center;
    padding: clamp(8rem, 20vh, 11rem) 3.6rem 5.5rem;
  }

  .home-carousel .hero-promo-panel {
    width: min(100%, 31rem);
  }

  .home-carousel .hero-promo-panel h2 {
    font-size: clamp(2.15rem, 8vw, 3.15rem);
  }

  .home-carousel .hero-promo-promise {
    font-size: clamp(0.88rem, 2.5vw, 1rem);
  }

  .home-carousel .hero-promo-offer strong {
    font-size: clamp(2rem, 7.5vw, 2.8rem);
  }

  .home-carousel .hero-carousel-arrow {
    top: 52%;
    width: 2.7rem;
    height: 2.7rem;
  }

  .home-carousel .hero-carousel-prev {
    left: 0.65rem;
  }

  .home-carousel .hero-carousel-next {
    right: 0.65rem;
  }

  .home-carousel .hero-sticky-headline {
    right: 4.35rem;
    bottom: 3rem;
    width: min(24rem, calc(100% - 5.35rem));
    padding: 0.55rem 0.7rem;
  }

  .home-carousel .hero-sticky-headline strong {
    font-size: clamp(0.68rem, 2.1vw, 0.78rem);
  }

  .home-carousel .hero-carousel-dots {
    bottom: 1rem;
  }
}

@media (max-width: 480px) {
  .home-carousel .hero-promo-actions {
    padding-right: 3.25rem;
    padding-left: 3.25rem;
  }

  .home-carousel .hero-promo-panel h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .home-carousel .hero-sticky-headline {
    right: 3.8rem;
    width: calc(100% - 4.8rem);
  }
}

/* Mantém nomes de embarcações dos banners promocionais em uma única linha. */
.home-carousel .hero-promo-panel h2 {
  max-width: 100%;
  white-space: nowrap;
}

.home-carousel .hero-promo-panel h2.is-medium-name { font-size: clamp(2.35rem, 4.6vw, 4.5rem); }
.home-carousel .hero-promo-panel h2.is-long-name { font-size: clamp(1.95rem, 3.8vw, 3.65rem); letter-spacing: -.025em; }
.home-carousel .hero-promo-panel h2.is-extra-long-name { font-size: clamp(1.6rem, 3.1vw, 3rem); letter-spacing: -.04em; }

@media (max-width: 768px) {
  .home-carousel .hero-promo-panel h2.is-medium-name { font-size: clamp(1.75rem, 7vw, 2.45rem); }
  .home-carousel .hero-promo-panel h2.is-long-name { font-size: clamp(1.35rem, 5.7vw, 1.95rem); }
  .home-carousel .hero-promo-panel h2.is-extra-long-name { font-size: clamp(1.05rem, 4.7vw, 1.55rem); }
}

@media (max-width: 480px) {
  .home-carousel .hero-promo-panel h2.is-medium-name { font-size: clamp(1.55rem, 6.8vw, 2.1rem); }
  .home-carousel .hero-promo-panel h2.is-long-name { font-size: clamp(1.2rem, 5.3vw, 1.65rem); }
  .home-carousel .hero-promo-panel h2.is-extra-long-name { font-size: clamp(.95rem, 4.35vw, 1.35rem); }
}
