:root {
  /* Palette sampled from Marta's logo: deep teal, turquoise and coral pink. */
  --ink: #274f58;
  --ink-soft: #3d777c;
  --teal: #3e8589;
  --teal-dark: #2f676d;
  --coral: #d9707a;
  --coral-deep: #bd5866;
  --coral-bright: #f19b9c;
  --sun: #f5d4c9;
  --cream: #fbedeb;
  --paper: #fffaf7;
  --mist: #e4f3ef;
  --muted: #617477;
  --line: rgba(39, 79, 88, 0.14);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow-soft: 0 20px 60px rgba(39, 79, 88, 0.14);
  --shadow-card: 0 12px 36px rgba(39, 79, 88, 0.12);
}

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

html {
  scroll-behavior: smooth;
  background: var(--cream);
}

body.home-page {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

.home-page img {
  display: block;
  max-width: 100%;
}

.home-page a {
  color: inherit;
  text-decoration: none;
}

.home-page button,
.home-page select {
  font: inherit;
}

.home-page button {
  cursor: pointer;
}

.home-page .visually-hidden,
.portal-page .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-width {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

.section-pad {
  padding: 126px 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 22px;
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.74);
}

.eyebrow-coral {
  color: var(--coral);
}

.eyebrow-teal {
  color: var(--teal);
}

.eyebrow-dot,
.availability-pulse {
  display: inline-block;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 5px rgba(241, 155, 156, 0.18);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 50px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.button span,
.text-link span {
  font-size: 18px;
  font-weight: 400;
  line-height: 0;
  transition: transform 220ms ease;
}

.button .button-label {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(39, 79, 88, 0.22);
}

.button:hover > span:not(.button-label),
.button:focus-visible > span:not(.button-label),
.text-link:hover span,
.text-link:focus-visible span {
  transform: translateX(4px);
}

.home-page .button-primary {
  color: var(--ink);
  background: var(--coral-bright);
}

.home-page .button-primary:hover,
.home-page .button-primary:focus-visible {
  background: #f7b5b4;
}

.home-page .button-coral {
  color: #fff;
  background: var(--coral-deep);
}

.home-page .button-coral:hover,
.home-page .button-coral:focus-visible {
  background: #a94758;
}

.home-page .button-dark {
  color: #fff;
  background: var(--ink);
}

.home-page .button-dark:hover,
.home-page .button-dark:focus-visible {
  background: var(--teal-dark);
}

.home-page .button-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
}

.home-page .button-ghost:hover,
.home-page .button-ghost:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.17);
}

.button-small {
  min-height: 42px;
  padding: 12px 17px;
  font-size: 12px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  position: relative;
  padding-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  transition:
    color 220ms ease;
}

/* Sublinhado animado em vez de border estático */
.text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  opacity: 0.3;
  transform: scaleX(1);
  transform-origin: left;
  transition:
    transform 260ms cubic-bezier(0.4, 0, 0.2, 1),
    opacity 220ms ease;
}

.text-link:hover::after,
.text-link:focus-visible::after {
  opacity: 0.85;
  transform: scaleX(0.32);
}

/* Seta final num círculo com hover de marca */
.text-link span[aria-hidden="true"]:not(.play-dot) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.text-link:hover span[aria-hidden="true"]:not(.play-dot),
.text-link:focus-visible span[aria-hidden="true"]:not(.play-dot) {
  border-color: var(--coral-deep);
  background: var(--coral-deep);
  color: #fff;
  transform: translate(3px, -3px);
}

.home-page .text-link-light {
  color: #fff;
}

.home-page .text-link-light:hover,
.home-page .text-link-light:focus-visible {
  color: var(--sun);
}

.home-page .text-link-dark {
  color: var(--ink);
}

.home-page .text-link-dark:hover,
.home-page .text-link-dark:focus-visible {
  color: var(--coral-deep);
}

.play-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  font-size: 13px !important;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition:
    background-color 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    color 260ms ease;
}

/* Scrim subtil no topo quando o header está sobre a hero (legibilidade) */
.site-header::before {
  position: absolute;
  inset: 0 0 auto 0;
  height: 130%;
  background: linear-gradient(180deg, rgba(23, 45, 51, 0.55), rgba(23, 45, 51, 0.18) 55%, transparent);
  content: "";
  opacity: 1;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.site-header.is-scrolled::before {
  opacity: 0;
}

.site-header.is-scrolled {
  color: var(--ink);
  border-color: rgba(39, 79, 88, 0.12);
  background: rgba(251, 237, 235, 0.88);
  box-shadow: 0 8px 30px rgba(39, 79, 88, 0.1);
  backdrop-filter: blur(18px) saturate(1.4);
}

.header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
  transition: transform 200ms ease;
}

.brand:hover {
  transform: translateY(-1px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 14px rgba(23, 45, 51, 0.18);
  transition: box-shadow 220ms ease;
}

.brand:hover .brand-mark {
  box-shadow: 0 6px 20px rgba(241, 155, 156, 0.35);
}

.brand-mark img {
  width: 40px;
  height: 39px;
  object-fit: contain;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.brand-lockup small {
  margin-top: 4px;
  color: var(--coral);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.site-header.is-scrolled .brand-lockup small {
  color: var(--coral-deep);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.6vw, 22px);
  margin-left: auto;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(23, 45, 51, 0.22);
  backdrop-filter: blur(10px);
  transition:
    border-color 260ms ease,
    background-color 260ms ease;
}

.site-header.is-scrolled .desktop-nav {
  border-color: rgba(39, 79, 88, 0.1);
  background: rgba(255, 250, 247, 0.55);
}

.desktop-nav a {
  position: relative;
  padding: 8px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition:
    color 200ms ease,
    background-color 200ms ease;
}

.site-header.is-scrolled .desktop-nav a {
  color: rgba(39, 79, 88, 0.74);
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.site-header.is-scrolled .desktop-nav a:hover,
.site-header.is-scrolled .desktop-nav a:focus-visible {
  color: var(--coral);
  background: rgba(241, 155, 156, 0.12);
}

.site-header.is-scrolled .desktop-nav a:hover,
.site-header.is-scrolled .desktop-nav a:focus-visible {
  background: rgba(241, 155, 156, 0.14);
}

/* Estado ativo (scrollspy): secção visível */
.desktop-nav a.is-active {
  color: #fff;
  background: rgba(241, 155, 156, 0.22);
}

.site-header.is-scrolled .desktop-nav a.is-active {
  color: var(--coral-deep);
  background: rgba(241, 155, 156, 0.16);
}

.desktop-nav a::after {
  position: absolute;
  right: 13px;
  bottom: 3px;
  left: 13px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after,
.desktop-nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.language-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.site-header.is-scrolled .language-pill {
  border-color: rgba(39, 79, 88, 0.26);
  color: var(--ink);
}

.language-control {
  display: inline-flex;
  align-items: center;
  position: relative;
}

/* Chevron custom do seletor de idioma */
.language-control::after,
.portal-language-control::after {
  position: absolute;
  right: 13px;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  pointer-events: none;
  transform: rotate(45deg) translateY(-50%);
  opacity: 0.7;
}

.language-selector,
.portal-language-selector {
  min-width: 64px;
  min-height: 36px;
  padding: 0 26px 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  outline: 0;
  color: #fff;
  background: rgba(39, 79, 88, 0.12);
  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  transition:
    border-color 200ms ease,
    background-color 200ms ease,
    color 200ms ease;
}

.language-selector:hover,
.language-selector:focus-visible,
.portal-language-selector:hover,
.portal-language-selector:focus-visible {
  border-color: var(--coral);
  color: var(--coral);
}

.language-selector option,
.portal-language-selector option {
  color: var(--ink);
  background: var(--paper);
}

.site-header.is-scrolled .language-selector {
  border-color: rgba(39, 79, 88, 0.26);
  color: var(--ink);
  background: rgba(255, 250, 247, 0.68);
}

.home-page .button-header {
  color: #fff;
  background: var(--coral-deep);
  box-shadow: 0 6px 18px rgba(169, 71, 88, 0.35);
  transition:
    background-color 200ms ease,
    transform 200ms ease,
    box-shadow 200ms ease;
}

.home-page .button-header:hover,
.home-page .button-header:focus-visible {
  background: #a94758;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(169, 71, 88, 0.42);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  width: 42px;
  height: 42px;
  padding: 8px;
  border: 0;
  border-radius: 50%;
  color: inherit;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  transition:
    transform 200ms ease,
    width 200ms ease;
}

.menu-toggle span:last-child {
  width: 14px;
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  width: 22px;
  transform: translateY(-3.5px) rotate(-45deg);
}

.mobile-nav {
  display: none;
}

.hero {
  position: relative;
  min-height: min(840px, 100svh);
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 74px 74px;
  content: "";
  mask-image: linear-gradient(90deg, black, transparent 72%);
  opacity: 0.65;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow-one {
  top: -260px;
  left: -180px;
  width: 620px;
  height: 620px;
  background: rgba(117, 211, 199, 0.25);
}

.hero-glow-two {
  right: 12%;
  bottom: -340px;
  width: 620px;
  height: 620px;
  background: rgba(241, 155, 156, 0.17);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(460px, 1.16fr);
  align-items: center;
  gap: clamp(46px, 8vw, 116px);
  min-height: min(840px, 100svh);
  padding-top: 108px;
  padding-bottom: 70px;
}

.hero-copy {
  max-width: 520px;
}

.hero-copy h1 {
  max-width: 540px;
  margin: 0 0 27px;
  font-size: clamp(3.55rem, 6vw, 5.5rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.94;
}

.hero-copy h1 em,
.finder-intro h2 em,
.section-heading h2 em,
.about-copy h2 em,
.process-section h2 em,
.guide-card h3 em,
.contact-inner h2 em {
  color: var(--coral);
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.06em;
}

.hero-copy h1 em {
  color: var(--sun);
  font-style: italic;
}

.hero-lead {
  max-width: 450px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 54px;
}

.hero-proof p {
  max-width: 220px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.45;
}

.proof-avatars {
  display: flex;
  align-items: center;
}

.proof-avatars img,
.proof-avatars span {
  width: 31px;
  height: 31px;
  margin-left: -7px;
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.proof-avatars img:first-child {
  margin-left: 0;
}

.proof-avatars img {
  object-fit: cover;
}

.proof-avatars span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  background: var(--sun);
  font-size: 14px;
  font-weight: 700;
}

.hero-stage {
  position: relative;
  min-height: 620px;
}

.hero-image-frame {
  position: absolute;
  top: 24px;
  right: 7%;
  width: 81%;
  height: min(610px, 74vh);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px 22px 120px 22px;
  background: var(--ink-soft);
  box-shadow: 25px 28px 0 rgba(255, 255, 255, 0.07);
}

.hero-image-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 40%,
    rgba(39, 79, 88, 0.58) 100%
  );
  content: "";
}

.hero-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.1s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-stage:hover .hero-image-frame img {
  transform: scale(1.045);
}

.hero-stage-label {
  position: absolute;
  z-index: 2;
  top: 7px;
  right: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  line-height: 1.35;
  text-align: right;
}

.hero-stage-label span {
  display: inline-block;
  margin-left: 5px;
  color: var(--sun);
  font-size: 15px;
}

.hero-stamp {
  position: absolute;
  z-index: 3;
  top: 83px;
  left: -13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(241, 155, 156, 0.7);
  border-radius: 50%;
  color: var(--sun);
  background: rgba(39, 79, 88, 0.94);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  transform: rotate(-13deg);
}

.hero-stamp svg {
  position: absolute;
  inset: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  fill: none;
}

.hero-stamp text {
  fill: rgba(241, 155, 156, 0.9);
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero-stamp strong {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 500;
}

.hero-note {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 73px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(276px, 56%);
  padding: 13px 15px 13px 13px;
  border: 1px solid rgba(39, 79, 88, 0.1);
  border-radius: 9px;
  color: var(--ink);
  background: rgba(255, 253, 247, 0.96);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.2);
  transform: rotate(2deg);
}

.note-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  overflow: hidden;
  border-radius: 50%;
}

.note-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 68%;
}

.hero-note span {
  display: block;
  margin-bottom: 3px;
  color: var(--coral-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-note p {
  margin: 0;
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.25;
}

.hero-coordinate {
  position: absolute;
  right: 5%;
  bottom: 18px;
  display: flex;
  gap: 18px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  bottom: 32px;
  left: max(32px, calc((100% - 1180px) / 2));
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
}

.hero-scroll i {
  position: relative;
  display: block;
  width: 38px;
  height: 1px;
  background: rgba(255, 255, 255, 0.42);
}

.hero-scroll i::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  transform: rotate(45deg);
}

.promise-strip {
  position: relative;
  z-index: 2;
  background: var(--cream);
}

.promise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--line);
}

.promise-item {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 100px;
  padding: 18px 20px 18px 0;
  border-right: 1px solid var(--line);
}

.promise-item:not(:first-child) {
  padding-left: 28px;
}

.promise-item-last {
  border-right: 0;
}

.promise-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  border: 1px solid rgba(62, 133, 137, 0.45);
  border-radius: 50%;
  color: var(--teal);
}

.promise-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.promise-item > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.promise-item b {
  font-size: 12px;
  font-weight: 700;
}

.promise-item small {
  color: var(--muted);
  font-size: 10px;
}

.finder-section {
  background: var(--cream);
}

.finder-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(42px, 7vw, 94px);
  overflow: hidden;
  padding: clamp(42px, 6vw, 74px);
  border-radius: 29px;
  color: #fff;
  background: var(--ink-soft);
  box-shadow: var(--shadow-soft);
}

.finder-panel::before {
  position: absolute;
  right: -100px;
  bottom: -130px;
  width: 410px;
  height: 410px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.finder-panel::after {
  position: absolute;
  right: -12px;
  bottom: -42px;
  width: 230px;
  height: 230px;
  border: 1px dashed rgba(241, 155, 156, 0.42);
  border-radius: 50%;
  content: "";
}

.finder-orbit {
  position: absolute;
  z-index: 0;
  top: -50px;
  left: 39%;
  width: 270px;
  height: 130px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  transform: rotate(-26deg);
}

.finder-intro,
.finder-form {
  position: relative;
  z-index: 1;
}

.finder-intro h2,
.section-heading h2,
.about-copy h2,
.process-section h2 {
  margin: 0;
  font-size: clamp(2.35rem, 4vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.98;
}

.finder-intro h2 {
  max-width: 320px;
}

.finder-intro h2 em {
  color: var(--sun);
  font-style: italic;
}

.finder-intro > p:last-child {
  max-width: 270px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.55;
}

.finder-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.finder-form legend,
.finder-selects label > span {
  display: block;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.preference-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.preference-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 39px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  font-size: 12px;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.preference-option span {
  color: var(--sun);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 0.8;
}

.preference-option:hover,
.preference-option:focus-visible {
  border-color: rgba(241, 155, 156, 0.86);
  color: #fff;
  transform: translateY(-2px);
}

.preference-option.is-selected {
  border-color: var(--sun);
  color: var(--ink);
  background: var(--sun);
}

.preference-option.is-selected span {
  color: var(--ink);
}

.finder-selects {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
  gap: 13px;
  margin-top: 31px;
}

.finder-selects label {
  display: block;
}

.finder-selects select {
  width: 100%;
  min-height: 48px;
  padding: 0 37px 0 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  outline: none;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--sun) 50%),
    linear-gradient(135deg, var(--sun) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) 20px,
    calc(100% - 13px) 20px;
  background-repeat: no-repeat;
  background-size:
    5px 5px,
    5px 5px;
}

.finder-selects select:focus {
  border-color: var(--sun);
  box-shadow: 0 0 0 3px rgba(241, 155, 156, 0.18);
}

.finder-selects option {
  color: var(--ink);
  background: #fff;
}

.finder-submit {
  min-height: 48px;
  white-space: nowrap;
}

.finder-result {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding: 16px 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(39, 79, 88, 0.33);
}

.finder-result-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  flex: 0 0 33px;
  border-radius: 50%;
  color: var(--ink);
  background: var(--sun);
  font-family: var(--serif);
}

.finder-result > div {
  min-width: 0;
  flex: 1;
}

.finder-result-label {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.finder-result strong {
  display: block;
  color: #fff;
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.1;
}

.finder-result p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  line-height: 1.35;
}

.finder-result .text-link {
  flex: 0 0 auto;
  font-size: 11px;
}

.offers-section,
.guides-section {
  background: var(--paper);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 52px;
}

.section-heading h2 {
  color: var(--ink);
}

.section-heading h2 em {
  color: var(--coral);
  font-style: italic;
}

.section-heading-note {
  max-width: 275px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.offers-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
  gap: 24px;
}

.offer-feature,
.offer-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.offer-feature {
  display: grid;
  grid-template-rows: 300px 1fr;
  border-radius: 19px 19px 19px 5px;
  box-shadow: var(--shadow-card);
}

.offer-feature-image {
  position: relative;
  overflow: hidden;
}

.offer-feature-image::after,
.offer-card-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(39, 79, 88, 0) 45%,
    rgba(39, 79, 88, 0.55) 100%
  );
  content: "";
}

.offer-feature-image img,
.offer-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.offer-feature:hover .offer-feature-image img,
.offer-card:hover .offer-card-image img {
  transform: scale(1.055);
}

.image-label {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 18px;
  padding: 7px 10px;
  border-radius: 3px;
  color: var(--ink);
  background: var(--sun);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.offer-feature-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px 31px 31px;
}

.offer-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  color: var(--teal);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.offer-feature h3,
.offer-card h3 {
  margin: 18px 0 10px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.offer-feature-body > p {
  max-width: 480px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.offer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 27px;
}

.offer-tags span {
  padding: 5px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 10px;
}

.offer-feature .button {
  margin-top: auto;
}

.offer-card .button {
  margin-top: auto;
}

.offer-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}

.offer-card {
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 225px;
  border-radius: 5px 18px 18px 5px;
  transition:
    box-shadow 260ms ease,
    transform 260ms ease;
}

.offer-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

.offer-card-image {
  position: relative;
  min-height: 225px;
  overflow: hidden;
}

.offer-card-image img {
  object-position: center;
}

.offer-index {
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 14px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--serif);
  font-size: 20px;
}

.offer-card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 23px;
}

.offer-card h3 {
  margin: 13px 0 7px;
  font-size: 24px;
}

.offer-card p {
  margin: 0 0 15px;
  color: var(--muted);
  font-size: 12px;
}

.offer-card .text-link {
  margin-top: auto;
  font-size: 11px;
}

.database-offers {
  margin-top: 68px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.database-offers-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 28px;
}

.database-offers-heading .eyebrow {
  margin-bottom: 12px;
}

.database-offers-heading h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.1vw, 2.85rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.database-offers-heading h3 em {
  color: var(--coral);
  font-style: italic;
}

.database-offers-heading > p {
  max-width: 300px;
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.offers-toolbar {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 30px 0 20px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 16px 16px 5px 16px;
  background: rgba(228, 243, 239, 0.46);
}

.offers-filter-chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px 20px;
  padding: 12px 4px;
}

.offer-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 39px;
  padding: 8px 12px 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.offer-filter-chip strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 21px;
  height: 21px;
  padding: 0 5px;
  border-radius: 50%;
  color: var(--teal-dark);
  background: var(--mist);
  font-size: 10px;
}

.offer-filter-chip:hover,
.offer-filter-chip:focus-visible {
  border-color: var(--coral);
  box-shadow: 0 6px 16px rgba(39, 79, 88, 0.1);
  transform: translateY(-2px);
}

.offer-filter-chip.is-active {
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
  box-shadow: 0 7px 17px rgba(39, 79, 88, 0.17);
}

.offer-filter-chip.is-active strong {
  color: var(--ink);
  background: var(--coral-bright);
}

.offer-filter-chip-seasonal {
  position: relative;
  isolation: isolate;
  flex: 1 1 205px;
  min-height: 56px;
  min-width: 190px;
  padding-right: 11px;
  padding-left: 16px;
  overflow: visible;
  color: #fff;
  border-width: 2px;
}

.offer-filter-chip-seasonal > span,
.offer-filter-chip-seasonal > strong {
  position: relative;
  z-index: 1;
}

.offer-filter-chip-seasonal::before,
.offer-filter-chip-seasonal::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.offer-filter-chip-christmas,
.offer-filter-chip-christmas.is-active {
  border-color: #e9b978;
  background:
    radial-gradient(circle at 14% 28%, rgba(255, 255, 255, 0.2) 0 2px, transparent 2.7px),
    radial-gradient(circle at 76% 70%, rgba(255, 255, 255, 0.16) 0 2px, transparent 2.7px),
    linear-gradient(115deg, #861e36 0%, #c32f43 48%, #e75052 100%);
  box-shadow: inset 0 1px 0 rgba(255, 235, 206, 0.35), 0 7px 18px rgba(153, 35, 55, 0.22);
}

.offer-filter-chip-christmas::before {
  content: "";
  inset: -17px -8px;
  background:
    url("images/christmas-filter-trim.svg") left top / 160px 32px repeat-x,
    url("images/christmas-filter-trim.svg") 40px bottom / 160px 32px repeat-x;
  filter: drop-shadow(0 2px 2px rgba(60, 23, 23, 0.15));
}

.offer-filter-chip-christmas::after {
  content: "";
  inset: -5px;
  border: 1px solid rgba(196, 135, 61, 0.65);
  border-radius: inherit;
}

.offer-filter-chip-new-year,
.offer-filter-chip-new-year.is-active {
  border-color: #d7b778;
  background:
    radial-gradient(circle at 17% 68%, rgba(255, 255, 255, 0.2) 0 2px, transparent 2.7px),
    radial-gradient(circle at 72% 25%, rgba(255, 255, 255, 0.16) 0 2px, transparent 2.7px),
    linear-gradient(135deg, #38566d 0%, #67438a 100%);
  box-shadow: 0 7px 18px rgba(80, 64, 125, 0.2);
}

.offer-filter-chip-new-year::before {
  content: "";
  inset: -21px -8px;
  background:
    url("images/new-year-filter-fireworks.svg") left top / 152px 38px repeat-x,
    url("images/new-year-filter-fireworks.svg") 30px bottom / 152px 38px repeat-x;
  filter: drop-shadow(0 0 3px rgba(231, 184, 100, 0.2));
}

.offer-filter-chip-new-year::after {
  content: "";
  inset: -5px;
  border: 1px solid rgba(173, 140, 78, 0.65);
  border-radius: inherit;
}

.offer-filter-chip-seasonal.is-active {
  color: #fff;
}

.offer-filter-chip-seasonal.is-active strong {
  color: var(--ink);
  background: var(--coral-bright);
}

.offers-filter-fields {
  display: grid;
  grid-template-columns: minmax(210px, 300px) auto;
  align-items: end;
  gap: 12px;
}

.offers-filter-field {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 7px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.offers-filter-field select {
  width: 100%;
  min-height: 40px;
  padding: 8px 28px 8px 11px;
  border: 1px solid var(--line);
  border-radius: 9px;
  outline: 0;
  color: var(--ink);
  background-color: var(--paper);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.offers-filter-field select:focus-visible,
.offers-filter-field input:focus-visible,
.offers-reset:focus-visible,
.offer-filter-chip:focus-visible,
.offers-pagination-button:focus-visible,
.offers-pagination-number:focus-visible {
  outline: 3px solid rgba(217, 112, 122, 0.35);
  outline-offset: 2px;
}

.offers-reset {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 9px;
  color: var(--teal-dark);
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.offers-reset:hover,
.offers-reset:focus-visible {
  border-color: var(--coral);
  color: var(--coral-deep);
  background: rgba(255, 250, 247, 0.72);
}

.offers-count {
  min-height: 18px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

/* Author display rules must respect the offer state’s hidden attribute. */
#database-offers [hidden] {
  display: none !important;
}

.offers-feedback {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  margin: 0 0 23px;
  padding: 32px 34px;
  border: 1px solid var(--line);
  border-radius: 16px 16px 5px 16px;
  background: var(--cream);
}

.offers-feedback-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--coral-deep);
  background: var(--coral-bright);
  font-size: 23px;
}

.offers-feedback-loading .offers-feedback-mark {
  border: 3px solid rgba(217, 112, 122, 0.25);
  border-top-color: var(--coral-deep);
  background: transparent;
  animation: offers-spinner 900ms linear infinite;
}

.offers-feedback .eyebrow {
  margin-bottom: 10px;
}

.offers-feedback h3 {
  max-width: 600px;
  margin: 0 0 8px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 1;
}

.offers-feedback-copy {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.offers-feedback-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.offers-feedback-actions .button {
  min-height: 44px;
  padding: 12px 16px;
  font-size: 11px;
}

.offers-feedback-filtered {
  background: rgba(228, 243, 239, 0.58);
}

@keyframes offers-spinner {
  to {
    transform: rotate(360deg);
  }
}

.database-offers-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 18px;
}

.database-offer-card {
  display: flex;
  flex: 1 1 calc((100% - 36px) / 3);
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px 16px 5px 16px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(39, 79, 88, 0.06);
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease;
}

.database-offer-card:hover {
  border-color: rgba(217, 112, 122, 0.48);
  box-shadow: var(--shadow-card);
  transform: translateY(-6px);
}

.database-offer-visual {
  position: relative;
  height: 214px;
  overflow: hidden;
  background: var(--mist);
}

.database-offer-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(39, 79, 88, 0.02) 25%,
    rgba(39, 79, 88, 0.72) 100%
  );
  content: "";
  pointer-events: none;
}

.database-offer-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.database-offer-card:hover .database-offer-visual img {
  transform: scale(1.06);
}

.database-offer-number {
  position: absolute;
  z-index: 1;
  right: 16px;
  bottom: 14px;
  color: rgba(255, 255, 255, 0.84);
  font-family: var(--serif);
  font-size: 21px;
}

.database-offer-tag {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 15px;
  max-width: calc(100% - 30px);
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--sun);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.database-offer-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 23px 22px 21px;
}

.database-offer-body .offer-meta {
  font-size: 8px;
}

.database-offer-body h3 {
  margin: 14px 0 9px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 1;
}

.database-offer-body > p {
  display: -webkit-box;
  overflow: hidden;
  min-height: 43px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.database-offer-facts {
  display: grid;
  gap: 7px;
  width: 100%;
  margin: 19px 0 0;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.database-offer-facts li {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.25;
}

.database-offer-facts li span {
  flex: 0 0 auto;
  color: var(--teal);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.database-offer-facts li strong {
  min-width: 0;
  overflow: visible;
  color: var(--ink);
  font-size: 10px;
  font-weight: 600;
  text-align: right;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.database-offer-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-top: auto;
  padding-top: 20px;
}

.database-offer-price {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.database-offer-price small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.database-offer-price strong {
  margin-top: 2px;
  color: var(--coral-deep);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.database-offer-unit {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.database-offer-price del {
  color: var(--muted);
  font-size: 10px;
}

.database-offer-actions {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 9px;
}

.database-offer-actions .button {
  min-height: 42px;
  padding: 11px 15px;
  font-size: 11px;
}

.database-offer-whatsapp {
  color: var(--teal-dark);
  font-size: 10px;
  font-weight: 700;
}

.home-page .database-offer-whatsapp {
  color: var(--teal-dark);
}

.home-page .database-offer-whatsapp:hover,
.home-page .database-offer-whatsapp:focus-visible {
  color: var(--coral-deep);
}

.database-offer-external-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.home-page .database-offer-external {
  color: var(--teal-dark);
  font-size: 9px;
  font-weight: 700;
}

.home-page .database-offer-external:hover,
.home-page .database-offer-external:focus-visible {
  color: var(--coral-deep);
}

.offers-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.offers-pagination-button,
.offers-pagination-number {
  min-width: 38px;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper);
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.offers-pagination-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.offers-pagination-button:hover:not(:disabled),
.offers-pagination-button:focus-visible:not(:disabled),
.offers-pagination-number:hover,
.offers-pagination-number:focus-visible {
  border-color: var(--coral);
  color: var(--coral-deep);
  transform: translateY(-2px);
}

.offers-pagination-button:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.offers-pagination-number[aria-current="page"] {
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
}

.availability-bar {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
  padding: 17px 20px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.availability-pulse {
  width: 8px;
  height: 8px;
  flex-basis: 8px;
  background: var(--teal);
  box-shadow: 0 0 0 5px rgba(62, 133, 137, 0.15);
}

.availability-bar p {
  flex: 1;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.availability-bar strong {
  color: var(--ink);
}

.availability-bar .text-link {
  flex: 0 0 auto;
  font-size: 11px;
}

.live-opportunities {
  margin-top: 78px;
  padding-top: 31px;
  border-top: 1px solid var(--line);
}

.live-opportunities-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 25px;
}

.live-opportunities-heading .eyebrow {
  margin-bottom: 10px;
}

.live-opportunities-heading h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
}

.live-opportunities-heading > p {
  max-width: 260px;
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 12px;
}

.live-opportunities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.live-opportunity-card {
  display: grid;
  grid-template-columns: 38% 62%;
  min-height: 155px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.live-opportunity-card:hover {
  box-shadow: var(--shadow-card);
  transform: translateY(-4px);
}

.live-opportunity-card img {
  width: 100%;
  height: 100%;
  min-height: 155px;
  object-fit: cover;
}

.live-opportunity-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px 14px;
}

.live-opportunity-content small {
  color: var(--teal);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.live-opportunity-content h4 {
  margin: 10px 0 4px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.live-opportunity-content p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.live-opportunity-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  margin-top: auto;
}

.live-opportunity-price {
  color: var(--coral-deep);
  font-size: 11px;
  font-weight: 700;
}

.live-opportunity-link {
  color: var(--ink);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.live-opportunity-link:hover,
.live-opportunity-link:focus-visible {
  color: var(--coral-deep);
}

.destinations-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}

.destinations-section::before {
  position: absolute;
  top: 0;
  right: -10%;
  width: 45vw;
  height: 100%;
  background: radial-gradient(
    circle at center,
    rgba(62, 133, 137, 0.28),
    transparent 65%
  );
  content: "";
  pointer-events: none;
}

.section-heading-dark,
.destination-grid,
.destination-footnote {
  position: relative;
  z-index: 1;
}

.section-heading-dark h2 {
  color: #fff;
}

.section-heading-dark h2 em {
  color: var(--sun);
}

.destination-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr 1.25fr;
  grid-template-rows: 300px 220px 220px;
  grid-auto-flow: dense;
  gap: 14px;
}

.destination-card {
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink-soft);
}

.destination-card-wide:first-child {
  grid-column: span 2;
}

.destination-card-wide:nth-child(4) {
  grid-column: 3 / span 2;
}

.destination-card-wide:nth-child(7) {
  grid-column: span 2;
}

/* Cartão final "outro destino" — CTA para WhatsApp */
.destination-card-cta {
  display: flex;
  align-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
  transition:
    background-color 240ms ease,
    border-color 240ms ease;
}

.destination-card-cta:hover,
.destination-card-cta:focus-visible {
  border-color: rgba(241, 155, 156, 0.75);
  background: rgba(241, 155, 156, 0.12);
}

.destination-cta-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  margin: 0 18px;
  border: 1px solid rgba(241, 155, 156, 0.5);
  border-radius: 50%;
  color: var(--coral);
  font-size: 18px;
  transition: transform 300ms ease;
}

.destination-card-cta:hover .destination-cta-mark {
  transform: rotate(90deg) scale(1.06);
}

.destination-cta-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px 20px 20px 0;
}

.destination-cta-copy strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}

.destination-cta-copy small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.5;
}

.destination-cta-copy em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  color: var(--coral);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.destination-cta-copy em i {
  font-style: normal;
  transition: transform 220ms ease;
}

.destination-card-cta:hover em i {
  transform: translate(3px, -3px);
}

.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88);
  transition:
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 400ms ease;
}

.destination-card:hover img,
.destination-card:focus-visible img {
  filter: saturate(1.12);
  transform: scale(1.07);
}

.destination-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(39, 79, 88, 0.02) 26%,
    rgba(39, 79, 88, 0.86) 100%
  );
}

.destination-copy {
  position: absolute;
  right: 19px;
  bottom: 17px;
  left: 19px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
}

.destination-copy small {
  grid-column: 1 / -1;
  margin-bottom: 6px;
  color: var(--sun);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.destination-copy strong {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.destination-copy i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  transition:
    background-color 200ms ease,
    color 200ms ease;
}

.destination-card:hover .destination-copy i,
.destination-card:focus-visible .destination-copy i {
  color: var(--ink);
  background: var(--sun);
}

.destination-footnote {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-family: var(--serif);
  font-size: 16px;
}

.destination-footnote span {
  margin-right: 6px;
  color: var(--sun);
}

.about-section {
  background: var(--cream);
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  align-items: center;
  gap: clamp(60px, 11vw, 140px);
}

.about-copy {
  max-width: 490px;
}

.about-copy h2 {
  margin-bottom: 26px;
}

.about-copy h2 em {
  color: var(--teal);
}

.about-copy > p {
  margin: 0 0 17px;
  color: var(--muted);
  font-size: 14px;
}

.about-copy > .about-lead {
  color: var(--ink);
  font-size: 19px;
  line-height: 1.45;
}

/* Stats em HTML — legíveis para motores de pesquisa (sem animação JS) */
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0 6px;
}

.about-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 250, 247, 0.75);
}

.about-stat strong {
  font-family: var(--serif, "Fraunces", Georgia, serif);
  font-size: 24px;
  line-height: 1;
  color: var(--coral-deep);
}

.about-stat small {
  color: var(--muted);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-points {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 32px 0 28px;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.about-points li {
  display: flex;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.about-points li > span {
  color: var(--coral);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.about-points li div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.about-points strong {
  font-size: 13px;
}

.about-points small {
  color: var(--muted);
  font-size: 11px;
}

.about-visual {
  position: relative;
  min-height: 560px;
}

.about-visual::before {
  position: absolute;
  top: 4%;
  right: 0;
  width: 75%;
  height: 88%;
  border: 1px solid rgba(62, 133, 137, 0.3);
  border-radius: 9px;
  content: "";
  transform: rotate(6deg);
}

.about-photo {
  position: absolute;
  top: 0;
  left: 8%;
  width: 65%;
  height: 490px;
  overflow: hidden;
  border: 9px solid #fff;
  border-radius: 180px 180px 9px 9px;
  box-shadow: var(--shadow-soft);
  transform: rotate(-4deg);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
  transition: transform 700ms ease;
}

.about-visual:hover .about-photo img {
  transform: scale(1.04);
}

.about-caption {
  position: absolute;
  top: 73px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: var(--teal);
  transform: rotate(90deg);
  transform-origin: right top;
}

.about-caption span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.about-caption strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 500;
}

.about-card {
  position: absolute;
  right: 2%;
  bottom: 18px;
  width: 48%;
  padding: 24px 24px 22px;
  border: 1px solid rgba(39, 79, 88, 0.11);
  border-radius: 4px;
  background: var(--sun);
  box-shadow: 14px 15px 0 rgba(39, 79, 88, 0.11);
  transform: rotate(3deg);
}

.about-card-mark {
  display: block;
  margin-bottom: 12px;
  color: var(--coral-deep);
  font-size: 25px;
}

.about-card p {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.about-card small {
  color: rgba(39, 79, 88, 0.68);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-section {
  background: var(--paper);
}

.section-heading-process {
  margin-bottom: 62px;
}

.process-section h2 em {
  color: var(--teal);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.process-card {
  position: relative;
  min-height: 290px;
  padding: 29px 31px 32px 0;
  border-right: 1px solid var(--line);
}

.process-card:not(:first-child) {
  padding-left: 31px;
}

.process-card:last-child {
  border-right: 0;
}

.process-number {
  display: block;
  margin-bottom: 44px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.process-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 23px;
  border: 1px solid var(--teal);
  border-radius: 50%;
  color: var(--teal);
  font-family: var(--serif);
  font-size: 25px;
}

.process-card-featured .process-icon {
  color: var(--ink);
  border-color: var(--sun);
  background: var(--sun);
}

.process-card h3 {
  max-width: 220px;
  margin: 0 0 11px;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.process-card p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.travel-plan-section {
  background: var(--mist);
}

.travel-plan-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: center;
  gap: 55px;
  overflow: hidden;
  padding: 58px clamp(28px, 6vw, 78px);
  border-radius: 6px;
  background: #fff;
}

/* Chamada curta para a oportunidade, sem transformar a homepage numa página de recrutamento. */
.travel-partner-prompt {
  background: var(--cream);
}

.travel-partner-prompt-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 250px;
  align-items: center;
  padding: clamp(34px, 5vw, 58px) clamp(24px, 5vw, 64px);
  overflow: hidden;
  border: 1px solid rgba(39, 79, 88, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 15%, rgba(241, 155, 156, 0.22), transparent 34%),
    linear-gradient(135deg, #fffaf7 0%, #f5e0da 100%);
  box-shadow: var(--shadow-soft);
}

.travel-partner-prompt-copy {
  max-width: 760px;
}

.travel-partner-prompt-copy h2 {
  max-width: 720px;
  margin: 0 0 28px;
  color: var(--ink);
  font-size: clamp(2.8rem, 5.2vw, 5.2rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.95;
  overflow-wrap: anywhere;
}

.travel-partner-prompt-copy h2 em {
  color: var(--coral-deep);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 600;
}

.travel-partner-prompt .button {
  width: fit-content;
}

.travel-plan-card::before {
  position: absolute;
  top: -130px;
  right: 130px;
  width: 290px;
  height: 290px;
  border: 1px dashed rgba(62, 133, 137, 0.28);
  border-radius: 50%;
  content: "";
}

.travel-plan-copy {
  position: relative;
  z-index: 1;
  max-width: 530px;
}

.travel-plan-copy .eyebrow {
  margin-bottom: 17px;
}

.travel-plan-copy h2 {
  margin: 0 0 17px;
  color: var(--ink);
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.95;
}

.travel-plan-copy h2 em {
  color: var(--teal);
  font-family: var(--serif);
  font-style: italic;
}

.travel-plan-copy > p {
  max-width: 480px;
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 14px;
}

.travel-plan-ticket {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  margin-left: auto;
  border: 1px solid rgba(39, 79, 88, 0.16);
  border-radius: 50%;
  color: var(--ink);
  background: var(--sun);
  box-shadow: 11px 12px 0 rgba(39, 79, 88, 0.1);
  transform: rotate(5deg);
}

/* Selo "grátis com a compra de uma viagem" */
.free-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 22px 0 0;
  padding: 13px 20px 13px 14px;
  border: 1px solid rgba(43, 109, 100, 0.22);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(117, 211, 199, 0.2), rgba(241, 155, 156, 0.12) 70%);
  overflow: hidden;
}

/* brilho que atravessa o selo */
.free-badge::after {
  position: absolute;
  top: -40%;
  left: -80%;
  width: 55%;
  height: 180%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  content: "";
  transform: rotate(12deg);
  animation: free-badge-shine 4.5s ease-in-out infinite;
}

@keyframes free-badge-shine {
  0%, 55% { left: -80%; }
  75%, 100% { left: 140%; }
}

.free-badge-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--coral-deep);
  font-size: 15px;
  box-shadow: 0 5px 14px rgba(169, 71, 88, 0.32);
  transition: transform 300ms ease;
}

.free-badge:hover .free-badge-icon {
  transform: rotate(-12deg) scale(1.08);
}

.free-badge-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.free-badge-text strong {
  color: var(--teal-dark, #2b6d64);
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.free-badge-text small {
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.travel-plan-ticket::before,
.travel-plan-ticket::after {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 26px;
  border: 1px solid rgba(39, 79, 88, 0.16);
  border-radius: 0 20px 20px 0;
  background: #fff;
  content: "";
  transform: translateY(-50%);
}

.travel-plan-ticket::before {
  left: -1px;
  border-left: 0;
}

.travel-plan-ticket::after {
  right: -1px;
  border-right: 0;
  border-radius: 20px 0 0 20px;
}

.travel-plan-ticket-label {
  margin-bottom: 10px;
  color: var(--coral-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.travel-plan-ticket strong {
  font-family: var(--serif);
  font-size: 53px;
  font-weight: 600;
  letter-spacing: -0.08em;
  line-height: 0.9;
}

.travel-plan-ticket strong span {
  margin-left: 4px;
  font-family: var(--sans);
  font-size: 22px;
  font-weight: 600;
}

.travel-plan-ticket small {
  margin-top: 13px;
  color: rgba(39, 79, 88, 0.68);
  font-size: 10px;
  line-height: 1.35;
  text-align: center;
}

.travel-plan-ticket i {
  position: absolute;
  right: 38px;
  bottom: 36px;
  color: var(--coral-deep);
  font-size: 15px;
  font-style: normal;
}

.guides-section {
  background: var(--cream);
}

.guide-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.875fr 0.875fr;
  gap: 15px;
}

.home-page .guide-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 330px;
  padding: 24px 24px 26px;
  border: 1px solid var(--line);
  border-radius: 5px;
  color: var(--ink);
  background: #fff;
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    background-color 240ms ease;
}

.home-page .guide-card:hover,
.home-page .guide-card:focus-visible {
  color: #fff;
  background: var(--ink-soft);
  box-shadow: var(--shadow-card);
  transform: translateY(-6px);
}

.home-page .guide-card-featured {
  color: #fff;
  background: var(--ink);
}

.home-page .guide-card-featured:hover,
.home-page .guide-card-featured:focus-visible {
  background: var(--teal-dark);
}

.guide-card-top {
  display: flex;
  justify-content: space-between;
  color: var(--coral);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.guide-card-featured .guide-card-top {
  color: var(--sun);
}

.guide-card small {
  display: block;
  margin-bottom: 15px;
  color: var(--teal);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.guide-card-featured small,
.guide-card:hover small,
.guide-card:focus-visible small {
  color: var(--sun);
}

.guide-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.guide-card h3 em {
  color: var(--coral);
  font-style: italic;
}

.guide-card-featured h3 em,
.guide-card:hover h3 em,
.guide-card:focus-visible h3 em {
  color: var(--sun);
}

.guide-card p {
  max-width: 260px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.guide-card-featured p,
.guide-card:hover p,
.guide-card:focus-visible p {
  color: rgba(255, 255, 255, 0.62);
}

.contact-section {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
}

.contact-image,
.contact-shade {
  position: absolute;
  inset: 0;
}

.contact-image {
  background-image: url("images/beach.jpg");
  background-position: center;
  background-size: cover;
  opacity: 0.35;
}

.contact-shade {
  background: linear-gradient(
    90deg,
    var(--ink) 5%,
    rgba(39, 79, 88, 0.87) 42%,
    rgba(39, 79, 88, 0.25) 100%
  );
}

.contact-section::after {
  position: absolute;
  right: 8%;
  bottom: -130px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(241, 155, 156, 0.34);
  border-radius: 50%;
  content: "";
}

.contact-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 610px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.contact-inner h2 {
  max-width: 590px;
  margin: 0 0 24px;
  font-size: clamp(3.4rem, 7vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -0.085em;
  line-height: 0.88;
}

.contact-inner h2 em {
  color: var(--sun);
  font-style: italic;
}

.contact-inner > p:not(.eyebrow):not(.contact-note) {
  max-width: 410px;
  margin: 0 0 31px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 17px;
  line-height: 1.55;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.contact-note {
  margin: 55px 0 0;
  color: rgba(255, 255, 255, 0.45);
  font-family: var(--serif);
  font-size: 15px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.65);
  background: var(--ink);
}

.footer-top {
  display: grid;
  grid-template-columns: 1.05fr 1.95fr;
  gap: 80px;
  padding: 76px 0 62px;
}

.brand-footer {
  color: #fff;
}

.footer-brand > p {
  max-width: 220px;
  margin: 22px 0 24px;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.2;
}

.footer-social {
  display: flex;
  gap: 9px;
}

.footer-social a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: rgba(255, 250, 247, 0.85);
  background: rgba(255, 255, 255, 0.05);
  transition:
    border-color 240ms ease,
    background-color 240ms ease,
    color 240ms ease,
    transform 240ms ease,
    box-shadow 240ms ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  border-color: transparent;
  color: #fff;
  transform: translateY(-3px);
}

/* hover com a cor de cada rede */
.footer-social a[data-social="instagram"]:hover,
.footer-social a[data-social="instagram"]:focus-visible {
  background: linear-gradient(45deg, #f09433, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888);
  box-shadow: 0 8px 20px rgba(220, 39, 67, 0.35);
}

.footer-social a[data-social="facebook"]:hover,
.footer-social a[data-social="facebook"]:focus-visible {
  background: #1877f2;
  box-shadow: 0 8px 20px rgba(24, 119, 242, 0.35);
}

.footer-social a[data-social="whatsapp"]:hover,
.footer-social a[data-social="whatsapp"]:focus-visible {
  background: #25d366;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-label {
  margin-bottom: 8px;
  color: var(--sun);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  transition: color 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.38);
  font-size: 10px;
}

.cookie-banner {
  position: fixed;
  z-index: 50;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  max-width: 1020px;
  margin: 0 auto;
  padding: 16px 19px;
  border: 1px solid rgba(39, 79, 88, 0.14);
  border-radius: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 15px 45px rgba(39, 79, 88, 0.24);
  transition: transform 350ms ease;
  backdrop-filter: blur(18px);
}

.translate-y-full {
  transform: translateY(calc(100% + 30px));
}

.translate-y-0 {
  transform: translateY(0);
}

.cookie-banner strong {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  flex: 0 0 auto;
}

.cookie-actions button,
.cookie-actions a {
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 700;
}

.cookie-actions button:first-child {
  border-color: var(--line);
  color: var(--muted);
  background: transparent;
}

.cookie-actions button:nth-child(2) {
  color: #fff;
  background: var(--teal);
}

.cookie-actions a {
  color: var(--teal);
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 700ms ease,
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal-delay {
  transition-delay: 120ms;
}

.reveal-delay-more {
  transition-delay: 220ms;
}

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

.home-page a:focus-visible,
.home-page button:focus-visible,
.home-page select:focus-visible {
  outline: 3px solid rgba(217, 112, 122, 0.58);
  outline-offset: 3px;
}

@media (max-width: 1080px) {
  .page-width {
    width: min(100% - 46px, 940px);
  }

  .desktop-nav {
    gap: 16px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 44px;
  }

  .hero-stage {
    min-height: 555px;
  }

  .hero-image-frame {
    height: 540px;
  }

  .promise-item {
    padding-right: 13px;
  }

  .promise-item:not(:first-child) {
    padding-left: 16px;
  }

  .promise-item small {
    font-size: 9px;
  }

  .finder-panel {
    gap: 40px;
    padding: 48px;
  }

  .finder-selects {
    grid-template-columns: 1fr 1fr;
  }

  .finder-submit {
    grid-column: span 2;
    justify-self: start;
  }

  .about-grid {
    gap: 55px;
  }

  .database-offers-grid {
    align-items: stretch;
  }

  .database-offers-grid > .database-offer-card {
    flex-basis: calc((100% - 18px) / 2);
  }

  .offers-filter-fields {
    grid-template-columns: 1fr 1fr;
  }

  .offers-filter-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-filter-chip,
  .offer-filter-chip-seasonal {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
  }

  .offer-filter-chip-new-year {
    grid-column: 1 / -1;
  }

  .offers-reset {
    justify-self: start;
  }
}

@media (max-width: 900px) {
  .section-pad {
    padding: 88px 0;
  }

  .desktop-nav {
    display: none;
  }

  .header-actions {
    display: flex;
    margin-left: auto;
  }

  .button-header {
    display: none;
  }

  .menu-toggle {
    display: flex;
    min-width: 44px;
    min-height: 44px;
  }

  .mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    padding: 0 23px;
    border-top: 0 solid rgba(39, 79, 88, 0.11);
    color: var(--ink);
    background: rgba(251, 237, 235, 0.96);
    backdrop-filter: blur(18px) saturate(1.3);
    box-shadow: 0 18px 40px rgba(39, 79, 88, 0.14);
    opacity: 0;
    transition:
      max-height 320ms cubic-bezier(0.4, 0, 0.2, 1),
      opacity 240ms ease,
      padding 320ms ease,
      border-color 320ms ease;
  }

  .mobile-nav.is-open {
    max-height: 480px;
    padding-top: 10px;
    padding-bottom: 18px;
    border-top-width: 1px;
    opacity: 1;
  }

  .mobile-nav a {
    padding: 15px 2px;
    border-bottom: 1px solid rgba(39, 79, 88, 0.1);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    opacity: 0;
    transform: translateY(-6px);
    transition:
      opacity 260ms ease,
      transform 260ms ease,
      color 200ms ease;
  }

  .mobile-nav.is-open a {
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-nav.is-open a:nth-child(1) { transition-delay: 40ms; }
  .mobile-nav.is-open a:nth-child(2) { transition-delay: 80ms; }
  .mobile-nav.is-open a:nth-child(3) { transition-delay: 120ms; }
  .mobile-nav.is-open a:nth-child(4) { transition-delay: 160ms; }
  .mobile-nav.is-open a:nth-child(5) { transition-delay: 200ms; }
  .mobile-nav.is-open a:nth-child(6) { transition-delay: 240ms; }

  .mobile-nav a:hover,
  .mobile-nav a:focus-visible {
    color: var(--coral-deep);
  }

  .mobile-nav a:last-child {
    border-bottom: 0;
  }

  .mobile-nav .language-control {
    margin: 12px 0 4px;
  }

  .mobile-nav .language-selector {
    min-height: 40px;
    border-color: rgba(39, 79, 88, 0.28);
    color: var(--ink);
    background: rgba(255, 250, 247, 0.8);
  }

  .home-page .mobile-nav-cta {
    margin-top: 12px;
    padding: 14px 17px !important;
    border: 0 !important;
    border-radius: 999px;
    color: #fff;
    background: var(--coral-deep);
    text-align: center;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 158px;
    padding-bottom: 105px;
  }

  .hero-copy {
    max-width: 650px;
  }

  .hero-copy h1 {
    max-width: 650px;
  }

  .hero-lead {
    max-width: 570px;
  }

  .hero-stage {
    min-height: 470px;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
  }

  .hero-image-frame {
    right: 5%;
    width: 81%;
    height: 450px;
  }

  .hero-scroll {
    display: none;
  }

  .promise-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .promise-item:nth-child(2) {
    border-right: 0;
  }

  .promise-item:nth-child(3),
  .promise-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .finder-panel {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .finder-intro h2 {
    max-width: none;
  }

  .finder-intro > p:last-child {
    max-width: 490px;
  }

  .database-offers-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .database-offers-heading > p {
    max-width: 520px;
  }

  .offers-filter-fields {
    grid-template-columns: 1fr;
  }

  .offers-feedback {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 27px 24px;
  }

  .offers-feedback-mark {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  .offers-layout {
    grid-template-columns: 1fr;
  }

  .offer-feature {
    grid-template-rows: 270px 1fr;
  }

  .offer-stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
  }

  .offer-card {
    grid-template-columns: 1fr;
    grid-template-rows: 180px 1fr;
  }

  .offer-card-image {
    min-height: 180px;
  }

  .offer-card-body {
    min-height: 205px;
  }

  .database-offers-grid {
    align-items: stretch;
  }

  .live-opportunities-grid {
    grid-template-columns: 1fr;
  }

  .destination-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 250px);
    grid-auto-rows: 250px;
  }

  .destination-card-wide:first-child,
  .destination-card-wide:nth-child(4),
  .destination-card-wide:nth-child(7) {
    grid-column: auto;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-copy {
    max-width: 650px;
  }

  .about-visual {
    max-width: 590px;
    width: 100%;
    margin: 0 auto;
  }

  .process-grid {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .process-card,
  .process-card:not(:first-child) {
    min-height: 0;
    padding: 27px 0 30px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-card:last-child {
    border-bottom: 0;
  }

  .process-number {
    margin-bottom: 22px;
  }

  .process-icon {
    margin-bottom: 16px;
  }

  .guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .guide-card-featured {
    grid-column: 1 / -1;
    min-height: 290px;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 560px) {
  .page-width {
    width: calc(100% - 34px);
  }

  .header-inner {
    min-height: 74px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-mark img {
    width: 35px;
    height: 34px;
  }

  .brand-lockup {
    font-size: 11px;
  }

  .hero-grid {
    padding-top: 126px;
  }

  .hero-copy h1 {
    font-size: clamp(3.1rem, 15vw, 4.7rem);
  }

  .hero-lead {
    font-size: 15px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
  }

  .hero-proof {
    margin-top: 40px;
  }

  .hero-stage {
    min-height: 390px;
  }

  .hero-image-frame {
    top: 30px;
    right: 0;
    width: 87%;
    height: 350px;
    border-radius: 16px 16px 72px 16px;
  }

  .hero-stage-label {
    top: 2px;
    font-size: 8px;
  }

  .hero-stamp {
    top: 73px;
    left: -9px;
    width: 92px;
    height: 92px;
  }

  .hero-stamp text {
    font-size: 12px;
  }

  .hero-stamp strong {
    font-size: 18px;
  }

  .hero-note {
    right: -4px;
    bottom: 38px;
    width: 67%;
    padding: 10px;
  }

  .hero-note p {
    font-size: 12px;
  }

  .hero-coordinate {
    right: 0;
    bottom: 0;
    font-size: 8px;
  }

  .promise-grid {
    grid-template-columns: 1fr;
  }

  .promise-item,
  .promise-item:not(:first-child) {
    min-height: 78px;
    padding: 15px 0;
    border-right: 0;
    border-top: 1px solid var(--line);
  }

  .promise-item:first-child {
    border-top: 0;
  }

  .finder-panel {
    padding: 30px 23px;
    border-radius: 20px;
  }

  .finder-intro h2,
  .section-heading h2,
  .about-copy h2,
  .process-section h2 {
    font-size: 2.5rem;
  }

  .finder-selects {
    grid-template-columns: 1fr;
  }

  .database-offers {
    margin-top: 52px;
    padding-top: 27px;
  }

  .offers-toolbar {
    margin-top: 23px;
    padding: 13px;
  }

  .offers-filter-chips {
    grid-template-columns: 1fr;
  }

  .offer-filter-chip {
    justify-content: space-between;
    width: 100%;
  }

  .offers-feedback {
    padding: 23px 19px;
  }

  .offers-pagination {
    justify-content: space-between;
  }

  .offers-pagination-button {
    min-width: 0;
    padding-right: 9px;
    padding-left: 9px;
  }

  .database-offers-grid {
    align-items: stretch;
  }

  .database-offers-grid > .database-offer-card {
    flex-basis: 100%;
  }

  .database-offer-visual {
    height: 205px;
  }

  .database-offer-body {
    padding: 21px 18px 19px;
  }

  .database-offer-facts li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .database-offer-facts li strong {
    text-align: left;
  }

  .database-offer-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .database-offer-actions {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .finder-submit {
    grid-column: auto;
    width: 100%;
  }

  .finder-result {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 11px;
  }

  .finder-result .text-link {
    margin-left: 44px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 23px;
    margin-bottom: 34px;
  }

  .section-heading-note {
    margin: 0;
  }

  .offer-feature {
    grid-template-rows: 205px 1fr;
  }

  .offer-feature-body {
    padding: 23px 21px 24px;
  }

  .offer-feature h3 {
    font-size: 28px;
  }

  .offer-stack {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .offer-card {
    grid-template-columns: 40% 60%;
    grid-template-rows: none;
    min-height: 190px;
  }

  .offer-card-image {
    min-height: 190px;
  }

  .offer-card-body {
    min-height: 190px;
    padding: 19px 17px;
  }

  .offer-card h3 {
    font-size: 20px;
  }

  .offer-card p {
    font-size: 11px;
  }

  .availability-bar {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .availability-bar p {
    flex: 1 1 calc(100% - 28px);
  }

  .availability-bar .text-link {
    margin-left: 21px;
  }

  .live-opportunities {
    margin-top: 55px;
  }

  .live-opportunities-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .live-opportunities-heading > p {
    margin: 0;
  }

  .travel-plan-card {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 34px 22px 42px;
  }

  .travel-plan-ticket {
    width: 190px;
    height: 190px;
    margin: 0 auto;
  }

  .travel-plan-ticket strong {
    font-size: 45px;
  }

  .destination-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 220px);
    grid-auto-rows: 220px;
    gap: 10px;
  }

  .destination-copy strong {
    font-size: 2.2rem;
  }

  .destination-footnote {
    font-size: 14px;
  }

  .about-visual {
    min-height: 445px;
  }

  .about-photo {
    width: 75%;
    height: 385px;
  }

  .about-card {
    right: 0;
    width: 58%;
    padding: 18px 17px;
  }

  .about-card p {
    font-size: 18px;
  }

  .about-caption {
    top: 53px;
    right: -2px;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-card,
  .guide-card-featured {
    grid-column: auto;
    min-height: 260px;
  }

  .contact-section,
  .contact-inner {
    min-height: 570px;
  }

  .contact-inner h2 {
    font-size: clamp(3.5rem, 17vw, 5rem);
  }

  .contact-inner > p:not(.eyebrow):not(.contact-note) {
    font-size: 15px;
  }

  .contact-note {
    margin-top: 42px;
    font-size: 13px;
  }

  .footer-top {
    padding-top: 57px;
    padding-bottom: 48px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    gap: 38px 24px;
  }

  .footer-links > div:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .cookie-banner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 15px;
  }

  .cookie-actions {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Contrato mobile final: cobre telefones compactos sem criar uma tela desktop comprimida. */
@media (max-width: 430px) {
  .home-page {
    overflow-x: clip;
  }

  .home-page .page-width {
    width: calc(100% - 28px);
    max-width: none;
  }

  .home-page .section-pad {
    padding: 72px 0;
  }

  .home-page .header-inner {
    min-height: 68px;
    gap: 10px;
  }

  .home-page .brand-lockup {
    max-width: 148px;
    font-size: 11px;
  }

  .home-page .brand-lockup small {
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .home-page .header-actions {
    gap: 4px;
  }

  .home-page .menu-toggle {
    min-width: 44px;
    min-height: 44px;
    padding: 10px;
  }

  .home-page .mobile-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
  }

  .home-page .hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.7rem, 14vw, 4rem);
    overflow-wrap: anywhere;
  }

  .home-page .hero-lead,
  .home-page .finder-panel,
  .home-page .travel-partner-prompt-card,
  .home-page .travel-plan-card,
  .home-page .offers-toolbar,
  .home-page .offers-feedback,
  .home-page .offer-feature,
  .home-page .offer-card,
  .home-page .guide-card {
    min-width: 0;
  }

  .home-page .travel-partner-prompt-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 32px 22px;
    border-radius: 22px;
  }

  .home-page .travel-partner-prompt-copy h2 {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: clamp(2.45rem, 13vw, 3.35rem);
  }

  .home-page .travel-partner-prompt .button {
    width: 100%;
  }

  .home-page .offer-feature {
    grid-template-rows: 220px auto;
  }

  .home-page .offer-card {
    grid-template-columns: 1fr;
    grid-template-rows: 200px auto;
  }

  .home-page .offer-card-image {
    min-height: 200px;
  }

  .home-page .offer-card-body {
    min-height: 0;
  }

  .home-page .button,
  .home-page .button-small,
  .home-page .offers-pagination-button,
  .home-page .finder-submit,
  .home-page .text-link {
    min-height: 44px;
  }

  .home-page .finder-selects select {
    min-height: 48px;
  }

  .home-page .footer-social a,
  .home-page .cookie-actions button,
  .home-page .cookie-actions a {
    min-height: 44px;
  }

  .home-page .cookie-banner {
    bottom: max(10px, env(safe-area-inset-bottom));
  }
}
