@font-face {
  font-family: 'Vivo Type';
  src: url('font/VivoTypeLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vivo Type';
  src: url('font/VivoTypeRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vivo Type';
  src: url('font/VivoTypeBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --vivo-purple: #660099;
  --vivo-dark: #370053;
  --vivo-pink: #eb3c7d;
  --vivo-pink-light: #ff96b2;
  --vivo-bg: #f1f2f6;
  --vivo-text: #2a2a2a;
  --vivo-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family:
    'Vivo Type',
    'Poppins',
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  color: var(--vivo-text);
  background-color: var(--vivo-white);
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.55;
  overflow-x: hidden;
}

/* Container 1346px (margem lateral ~287 em 1920) */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    /* max-width: 1346px; */
  }
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

/* ====== HEADER ====== */
.site-header {
  width: 100%;
  height: 64px;
  background-color: var(--vivo-purple);
}

/* ====== HERO LOGOS (sobre a imagem - canto superior esquerdo) ====== */
.hero-logos {
  position: absolute;
  top: 3.07vw; /* 59/1920 */
  left: 13.75vw; /* 264/1920 */
  display: flex;
  align-items: center;
  gap: 0.78vw; /* 15/1920 */
  z-index: 3;
}

.hero-logo {
  width: auto;
  object-fit: contain;
}

.hero-logo-trellix {
  height: 1.55vw; /* ~30/1920 */
}

.hero-logo-vita {
  height: 1.68vw; /* ~32/1920 */
}

.hero-separator {
  display: inline-block;
  width: 1px;
  height: 1.61vw; /* 31/1920 */
  background-color: var(--vivo-pink-light);
}

/* ====== HERO ====== */
.hero {
  position: relative;
  width: 100%;
  background-color: var(--vivo-dark);
  overflow: hidden;
  aspect-ratio: 1920 / 450;
  min-height: 280px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero-content .hero-container {
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: none;
}

.hero-text-left {
  position: absolute;
  left: 13.75vw; /* 264/1920 */
  top: 6.67vw; /* 128/1920 */
  width: 20.5vw; /* ~394/1920 */
}

.hero-tagline {
  position: absolute;
  left: 14.38vw; /* 276/1920 */
  top: 16.41vw; /* 315/1920 */
  width: 20.31vw; /* 390/1920 */
  display: flex;
  align-items: flex-start;
  gap: 0.625vw; /* 12/1920 */
}

.hero-tagline::before {
  content: '';
  display: block;
  position: absolute;
  left: -0.625vw; /* -12/1920 (volta pro x=264) */
  top: 0.26vw;
  width: 3px;
  height: 3.07vw; /* 59/1920 */
  background-color: var(--vivo-pink-light);
  flex-shrink: 0;
}

.hero-tagline-text {
  color: var(--vivo-white);
  font-size: 1.5625vw; /* 30/1920 */
  line-height: 1.667vw; /* 32/1920 */
  font-weight: 400;
  margin: 0;
}

.hero-title {
  color: var(--vivo-white);
  font-weight: 700;
  font-size: 2.6vw; /* 50/1920 */
  line-height: 2.71vw; /* 52/1920 */
  margin: 0;
  letter-spacing: 0;
  text-align: left;
}

.hero-title-line {
  display: block;
  color: var(--vivo-white);
}

.hero-title-line--accent {
  color: var(--vivo-pink-light);
}

.hero-badge {
  position: absolute;
  left: 53.96vw;
  top: 19.48vw;
  /* width: 31.15vw; */
  height: 2.12vw;
  background-color: var(--vivo-dark);
  border: 2px solid var(--vivo-pink-light);
  border-radius: 1.04vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  padding: 0.5rem 1rem;
}

.hero-badge-text {
  color: var(--vivo-pink-light);
  font-size: 0.9375vw; /* 18/1920 */
  line-height: 1.04vw; /* 20/1920 */
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.02em;
}

@media (max-width: 991.98px) {
  .hero {
    aspect-ratio: auto;
    min-height: 520px;
    position: relative;
  }
  .hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(55, 0, 83, 0.45) 0%, rgba(55, 0, 83, 0.9) 100%); */
    z-index: 1;
  }
  .hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 1.5rem 1.5rem 2rem;
    display: flex;
    flex-direction: column;
  }
  .hero-logos {
    position: static;
    margin: 0 auto 1.5rem;
    gap: 14px;
    justify-content: center;
    align-self: center;
  }
  .hero-logo-trellix {
    height: 32px;
  }
  .hero-logo-vita {
    height: 34px;
  }
  .hero-separator {
    height: 30px;
  }
  .hero-text-left,
  .hero-tagline,
  .hero-badge {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 0;
    transform: none;
  }
  .hero-text-left {
    margin-top: auto;
    margin-bottom: 1.25rem;
  }
  .hero-tagline {
    margin-bottom: 1.25rem;
    padding-left: 16px;
    border-left: 3px solid var(--vivo-pink-light);
  }
  .hero-tagline::before {
    display: none;
  }
  .hero-tagline-text {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .hero-title {
    font-size: 2.5rem;
    line-height: 1.05;
    letter-spacing: 0;
    text-align: left;
  }
  .hero-badge {
    margin-top: auto;
    height: auto;
    min-height: 44px;
    padding: 8px 16px;
    border-radius: 22px;
  }
  .hero-badge-text {
    font-size: 1rem;
    line-height: 1.2;
  }
}

@media (max-width: 575.98px) {
  .hero {
    min-height: 520px;
  }
  .hero-content {
    padding: 1.25rem 1rem 1.5rem;
  }
  .hero-title {
    font-size: 2rem;
  }
  .hero-tagline-text {
    font-size: 1.05rem;
  }
  .hero-logo-trellix {
    height: 28px;
  }
  .hero-logo-vita {
    height: 30px;
  }
  .hero-separator {
    height: 26px;
  }
  .hero-badge-text {
    /* font-size: 0.75rem; */
  }
}

/* ====== INTRO SECTION ====== */
.intro-section {
  background-color: var(--vivo-white);
  padding: 3.25rem 0 4rem;
}

.intro-paragraph {
  font-size: 1.125rem;
  line-height: 1.31;
  color: var(--vivo-text);
  margin-bottom: 1.5rem;
}

.intro-paragraph strong {
  color: var(--vivo-purple);
  font-weight: 700;
}

.intro-paragraph.intro-paragraph-alt {
  color: var(--vivo-dark);
}

.intro-paragraph.intro-paragraph-alt strong {
  color: var(--vivo-purple);
}

.risk-block {
  margin-top: 1.5rem;
}

/* ====== INTRO LAYOUT (Grid responsivo) ====== */
.intro-layout {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* Mobile: intro-left some, paragraphs e risk viram filhos diretos do layout via display:contents */
.intro-left {
  display: contents;
}

.intro-paragraphs {
  order: 1;
}
.intro-form-wrap {
  order: 2;
}
.intro-risk {
  order: 3;
}

.intro-risk {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.intro-risk .risk-textual {
  order: 1;
  width: 100%;
}
.intro-risk .risk-image-wrap {
  order: 2;
}

@media (min-width: 992px) {
  .intro-layout {
    display: grid;
    grid-template-columns: 7fr 5fr;
    column-gap: 3rem;
    align-items: start;
  }
  .intro-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .intro-paragraphs {
    order: initial;
  }
  .intro-risk {
    order: initial;
  }
  .intro-form-wrap {
    order: initial;
    align-self: start;
  }

  .intro-risk {
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
  .intro-risk .risk-image-wrap {
    order: 2;
    flex-shrink: 0;
    max-width: 100%;
  }
  .intro-risk .risk-textual {
    order: 1;
    flex: 1;
  }
}

/* Desktop largo: volta a colocar imagem + texto lado a lado */
@media (min-width: 1400px) {
  .intro-risk {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
  .intro-risk .risk-image-wrap {
    order: 1;
    max-width: 334px;
  }
  .intro-risk .risk-textual {
    order: 2;
  }
}

.risk-image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 334px;
}

.risk-image {
  width: 334px;
  height: 289px;
  object-fit: cover;
  border-radius: 14px;
  max-width: 100%;
}

/* ====== INTRO PINK HEADING (between paragraphs) ====== */
.intro-pink-heading {
  color: var(--vivo-pink);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.04;
  margin: 0 0 1rem;
}

.risk-title {
  color: var(--vivo-pink);
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.25;
}

.risk-text {
  font-size: 1.125rem;
  line-height: 1.31;
  margin: 0;
  color: var(--vivo-dark);
}

.risk-text strong {
  color: var(--vivo-purple);
  font-weight: 700;
}

.form-card .privacy-link,
.form-card .form-check-label .privacy-link,
a.privacy-link {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 700;
  background: transparent;
}

.form-card .privacy-link:hover,
.form-card .privacy-link:focus,
.form-card .form-check-label .privacy-link:hover,
.form-card .form-check-label .privacy-link:focus,
a.privacy-link:hover,
a.privacy-link:focus {
  color: #ffffff !important;
  text-decoration: underline;
  opacity: 0.85;
}

/* ====== FORM CARD ====== */
.form-card {
  background-color: var(--vivo-dark);
  border-radius: 27px;
  padding: 24px 32px;
  color: var(--vivo-white);
  width: 100%;
  max-width: 531px;
  margin-left: auto;
}

.form-card-intro {
  color: var(--vivo-white);
  font-size: 17px;
  line-height: 20.5px;
  margin: 0 0 18px;
  font-weight: 400;
}

.form-card .form-label-light {
  color: var(--vivo-white);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 3px;
}

.form-card .form-control {
  background-color: var(--vivo-white);
  border: none;
  border-radius: 5px;
  padding: 0.5rem 0.85rem;
  height: 40px;
  font-size: 0.95rem;
  color: var(--vivo-text);
  width: 100%;
}

.form-card .mb-3 {
  margin-bottom: 5px !important;
}

.form-card .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 60, 125, 0.35);
  background-color: var(--vivo-white);
}

.form-card .form-control.is-invalid-custom {
  box-shadow: 0 0 0 0.2rem rgba(235, 60, 125, 0.75);
}

.form-card .form-check-light {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding-left: 0;
  margin-bottom: 12px !important;
  min-height: auto;
}

.form-card .mb-3:last-of-type + .form-check-light,
.form-card .form-check:first-of-type.form-check-light {
  margin-top: 28px !important;
}

#empresa + .form-check-light,
.form-card form > .mb-3:has(#empresa) + .form-check-light {
  margin-top: 28px !important;
}

/* Garantir gap entre o input Empresa e o primeiro checkbox */
.form-card form .mb-3 + .form-check-light {
  margin-top: 28px !important;
}

.form-card .form-check-light .form-check-input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  flex-shrink: 0;
  background-color: var(--vivo-white);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: none;
}

.form-card .form-check-light .form-check-label {
  color: var(--vivo-white);
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
}

.form-card .form-check-light .form-check-input:checked {
  background-color: var(--vivo-pink);
  border-color: var(--vivo-pink);
}

.form-card .form-check-light .form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 60, 125, 0.35);
  border-color: var(--vivo-pink);
}

.btn-vivo-dark {
  background-color: var(--vivo-dark);
  color: var(--vivo-white);
  border: none;
  border-radius: 14px;
  padding: 0;
  height: 54px;
  line-height: 54px;
  font-weight: 700;
  font-size: 18px;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease;
}

.btn-vivo-dark:hover,
.btn-vivo-dark:focus {
  background-color: #2a0040;
  color: var(--vivo-white);
  transform: translateY(-1px);
}

.form-card .btn-reservar {
  display: block;
  width: 290px;
  height: 54px;
  max-width: 100%;
  margin: 12px auto 0;
  background-color: var(--vivo-pink);
  border-radius: 14px;
  font-size: 18px;
  font-weight: 700;
  color: var(--vivo-white);
}

.form-card .btn-reservar:hover,
.form-card .btn-reservar:focus {
  background-color: #d12c6a;
  color: var(--vivo-white);
  transform: translateY(-1px);
}

/* ====== WHY SECTION ====== */
.why-section {
  background-color: var(--vivo-purple);
  padding: 2.8rem 0 4rem;
  color: var(--vivo-white);
}

.why-title {
  color: var(--vivo-white);
  text-align: left;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.05;
  margin: 0 auto 2.5rem;
  padding: 0 26px;
  max-width: 1184px;
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.why-grid {
  margin: 0 auto 2rem;
  max-width: 1184px;
  --bs-gutter-x: 3.25rem;
  --bs-gutter-y: 1.375rem;
}

.why-card {
  background-color: var(--vivo-bg);
  border-radius: 17px;
  padding: 1.25rem 1.5rem;
  gap: 1.25rem;
  min-height: 137px;
  align-items: center;
  height: 100%;
}

@media (min-width: 768px) {
  .why-card {
    display: flex;
  }
}

@media (max-width: 768px) {
  .why-card-text {
    padding-top: 1rem;
  }
}

.why-card-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-card-icon img {
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.why-card-text {
  color: var(--vivo-dark);
  font-size: 1.125rem;
  line-height: 1.11;
  margin: 0;
  font-weight: 400;
}

.why-card-text strong {
  color: var(--vivo-purple);
  font-weight: 700;
}

.why-wide-card {
  position: relative;
  background-image:
    linear-gradient(89deg, rgba(0, 0, 0, 0) 4%, rgba(55, 0, 83, 0.95) 60%), url(../img/wide-card-bg.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 17px;
  padding: 3rem 3rem 3rem 60%;
  color: var(--vivo-white);
  margin: calc(3.25rem * 0.5);
  max-width: 1134px;
  min-height: 194px;
  display: flex;
  align-items: center;
}

.why-wide-card p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.22;
  color: var(--vivo-white);
}

.why-wide-card p strong {
  color: var(--vivo-pink-light);
  font-weight: 700;
}

.btn-white-cta {
  background-color: var(--vivo-pink);
  color: var(--vivo-white);
  font-weight: 700;
  border-radius: 14px;
  padding: 0;
  width: 290px;
  height: 54px;
  line-height: 54px;
  font-size: 1.125rem;
  border: none;
  display: inline-block;
  transition:
    transform 0.15s ease,
    background-color 0.2s ease;
}

.btn-white-cta:hover,
.btn-white-cta:focus {
  background-color: #d12c6a;
  color: var(--vivo-white);
  transform: translateY(-1px);
}

/* ====== LOCAL SECTION ====== */
.local-section {
  background-color: var(--vivo-bg);
  padding: 5rem 0 2.5rem;
  position: relative;
  overflow: visible;
}

.local-section .container,
.local-section .row {
  overflow: visible;
}

.local-row {
  justify-content: center;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.local-col {
  position: relative;
}

.local-image {
  border-radius: 20px;
  max-width: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}

.local-card-wrap {
  position: relative;
  width: 395px;
  max-width: 100%;
  margin-left: -24px;
  z-index: 2;
}

.local-card {
  background-color: var(--vivo-pink);
  border-radius: 0 26px 26px 0;
  padding: 28px 28px 28px;
  color: var(--vivo-white);
  position: relative;
  z-index: 2;
  width: 395px;
  max-width: 100%;
  min-height: 238px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.local-info-row {
  display: flex;
  gap: 14px;
  margin-bottom: 0;
  align-items: flex-start;
}

.local-info-row:last-child {
  margin-bottom: 0;
}

.local-info-icon {
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.local-info-icon[src*='icon-date'] {
  width: 26px;
  height: 26px;
}

.local-info-text {
  font-size: 1rem;
  line-height: 1.3;
  color: var(--vivo-white);
}

.local-info-text strong {
  font-size: 1.125rem;
  font-weight: 700;
}

.mascote-rosa {
  position: absolute;
  right: -50px;
  top: -64px;
  width: 110px;
  height: auto;
  pointer-events: none;
  z-index: 3;
}

/* ====== AGENDA "Adicionar à agenda" button (TYP) ====== */
.local-card-cta {
  align-self: flex-start;
  display: inline-block;
  margin-top: 6px;
  padding: 9px 22px;
  background-color: var(--vivo-white);
  color: var(--vivo-purple);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    transform 0.15s ease;
}

.local-card-cta:hover,
.local-card-cta:focus {
  background-color: var(--vivo-purple);
  color: var(--vivo-white);
  transform: translateY(-1px);
}

/* "Adicionar à agenda" no TYP: estilo pill transparente com border rosa-light */
.thanks-event-card .local-card-cta {
  background-color: transparent;
  color: var(--vivo-white);
  border: 1px solid var(--vivo-pink-light);
  padding: 9px 22px;
}

.thanks-event-card .local-card-cta:hover,
.thanks-event-card .local-card-cta:focus {
  background-color: var(--vivo-pink-light);
  color: var(--vivo-dark);
  border-color: var(--vivo-pink-light);
  transform: translateY(-1px);
}

/* ====== AGENDA DROPDOWN ====== */
.agenda-dropdown {
  position: relative;
  display: inline-block;
}

.agenda-dropdown > summary {
  list-style: none;
  cursor: pointer;
}

.agenda-dropdown > summary::-webkit-details-marker {
  display: none;
}

.agenda-dropdown > summary::after {
  content: ' ▾';
  font-size: 0.85em;
  margin-left: 0.35em;
  display: inline-block;
  transition: transform 0.2s ease;
}

.agenda-dropdown[open] > summary::after {
  transform: rotate(180deg);
}

.agenda-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 100%;
  background: #ffffff;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 12px 28px rgba(55, 0, 83, 0.25);
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.agenda-option {
  display: block;
  padding: 0.65rem 1rem;
  border-radius: 8px;
  color: var(--vivo-dark);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  white-space: nowrap;
  transition:
    background-color 0.15s ease,
    color 0.15s ease;
}

.agenda-option:hover,
.agenda-option:focus {
  background-color: var(--vivo-bg);
  color: var(--vivo-purple);
  text-decoration: none;
}

.agenda-dropdown-big {
  display: block;
}

.agenda-dropdown-big .agenda-menu {
  left: 50%;
  transform: translateX(-50%);
}

/* ====== EXPERIENCE SECTION ====== */
.experience-section {
  background-color: var(--vivo-white);
  padding: 2rem 0 3.5rem;
}

.experience-text {
  text-align: center;
  max-width: 870px;
  margin: 0 auto 2.5rem;
}

.experience-text p {
  font-size: 1.125rem;
  line-height: 1.25;
  color: var(--vivo-text);
  margin-bottom: 1rem;
}

.experience-text p strong {
  color: var(--vivo-purple);
  font-weight: 700;
}

.gallery-grid {
  max-width: 1206px;
  margin: 0 auto;
  --bs-gutter-x: 1.8125rem;
}

.gallery-image {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 280 / 231;
}

/* ====== CTA FINAL SECTION ====== */
.cta-final-section {
  background-color: var(--vivo-white);
  padding: 0 0 3.5rem;
}

.cta-image {
  max-width: 100%;
  height: auto;
  aspect-ratio: 573 / 352;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

.cta-text {
  max-width: 584px;
}

.cta-text p {
  font-size: 1.125rem;
  line-height: 1.25;
  color: var(--vivo-text);
  margin-bottom: 1rem;
}

.cta-text p strong {
  color: var(--vivo-purple);
  font-weight: 700;
}

.cta-final-bottom {
  margin-top: 3.25rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.cta-final-headline {
  color: var(--vivo-pink);
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1.24;
  margin-bottom: 0.625rem;
}

.cta-final-sub {
  font-size: 1.125rem;
  color: var(--vivo-text);
  margin-bottom: 1.5rem;
}

.btn-cta-final {
  display: inline-block;
  width: 332px;
  height: 62px;
  line-height: 62px;
  padding: 0;
  font-size: 1.125rem;
  border-radius: 14px;
  background-color: var(--vivo-purple);
  color: var(--vivo-white);
}

.btn-cta-final:hover,
.btn-cta-final:focus {
  background-color: #520077;
  color: var(--vivo-white);
  transform: translateY(-1px);
}

/* ====== THANKS / OBRIGADO PAGE ====== */
.thanks-section {
  background-color: var(--vivo-white);
  text-align: center;
  padding: 3.5rem 0 1rem;
}

.thanks-heading {
  color: var(--vivo-purple);
  font-size: 2rem;
  line-height: 1.42;
  font-weight: 400;
  max-width: 1072px;
  margin: 0 auto;
}

.thanks-heading strong {
  font-weight: 700;
  color: var(--vivo-pink);
}

.thanks-save-btn {
  display: inline-block;
  margin-top: 2rem;
  padding: 9px 32px;
  border: 1px solid var(--vivo-purple);
  border-radius: 20px;
  background-color: transparent;
  color: var(--vivo-purple);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 0.15s ease,
    color 0.15s ease,
    transform 0.15s ease;
}

.thanks-save-btn:hover,
.thanks-save-btn:focus {
  background-color: var(--vivo-purple);
  color: var(--vivo-white);
  transform: translateY(-1px);
}

.thanks-event-section {
  background-color: var(--vivo-white);
  padding: 2rem 0 4rem;
  position: relative;
}

.thanks-event-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 772px;
  margin: 0 auto;
}

.thanks-event-image {
  border-radius: 20px;
  width: 410px;
  height: 247px;
  object-fit: cover;
  object-position: 50% 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  display: block;
}

.thanks-event-card-wrap {
  position: relative;
  margin-left: -144px;
  width: 506px;
  z-index: 1;
  display: flex;
}

.thanks-event-card {
  background-color: var(--vivo-purple);
  border-radius: 49px;
  width: 100%;
  min-height: 297px;
  padding: 30px 36px 30px 190px;
  color: var(--vivo-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  position: relative;
}

.thanks-event-card .mascote-rosa {
  position: absolute;
  right: -40px;
  top: -90px;
  width: 110px;
  height: auto;
  pointer-events: none;
  z-index: 3;
}

.thanks-event-card .local-info-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.thanks-event-card .local-info-icon {
  object-fit: contain;
  flex-shrink: 0;
}

.thanks-event-card .local-info-text {
  font-size: 1rem;
  line-height: 1.35;
  color: var(--vivo-white);
}

.thanks-event-card .local-info-text strong {
  font-size: 1.125rem;
  font-weight: 700;
  display: inline-block;
}

.thanks-message-section {
  background-color: var(--vivo-bg);
  padding: 3rem 0 3.5rem;
  text-align: center;
}

.thanks-message-title {
  color: var(--vivo-dark);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  max-width: 1072px;
  margin: 0 auto 1.75rem;
}

.thanks-message-body {
  max-width: 1050px;
  margin: 0 auto;
  color: var(--vivo-text);
  font-size: 1.125rem;
  line-height: 1.25;
}

.thanks-message-body p {
  margin-bottom: 1.25rem;
}

.thanks-message-body p strong {
  color: var(--vivo-purple);
  font-weight: 700;
}

.thanks-message-body p:last-child {
  margin-bottom: 0;
}

.thanks-message-body .thanks-message-highlight {
  color: var(--vivo-purple);
}

/* ====== THANKS RESPONSIVE ====== */
/* Abaixo de lg (992px): empilhar imagem em cima do card */
@media (max-width: 991.98px) {
  .thanks-event-section {
    padding: 3.5rem 0 3rem;
  }
  .thanks-event-wrap {
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 480px;
    padding: 0 1rem;
    margin: 0 auto;
  }
  .thanks-event-image {
    width: 100%;
    max-width: 410px;
    height: auto;
    aspect-ratio: 410 / 247;
    border-radius: 20px;
    object-position: 50% 50%;
    margin-bottom: -40px;
  }
  .thanks-event-card-wrap {
    width: 100%;
    max-width: 410px;
    margin-left: 0;
  }
  .thanks-event-card {
    padding: 70px 28px 30px;
    gap: 14px;
    border-radius: 32px;
    min-height: 0;
  }
}

@media (max-width: 767.98px) {
  .thanks-section {
    padding: 2.5rem 0 1rem;
  }
  .thanks-heading {
    font-size: 1.375rem;
    line-height: 1.35;
  }
  .thanks-event-card {
    padding: 60px 24px 28px;
    border-radius: 26px;
  }
  .thanks-message-section {
    padding: 2.25rem 0 2.5rem;
  }
  .thanks-message-title {
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
  }
  .thanks-message-body {
    font-size: 1rem;
  }
}

/* ====== FOOTER ====== */
.site-footer {
  background-color: var(--vivo-dark);
  height: 111px;
}

.footer-logo {
  height: 49px;
  width: 148px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* ====== RESPONSIVE - 4K / WIDE ====== */
@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1346px;
  }
}

/* ====== RESPONSIVE - NOTEBOOK (992-1399) ====== */
@media (min-width: 992px) and (max-width: 1399.98px) {
  .why-title {
    font-size: 2.1rem;
  }
}

@media (max-width: 991.98px) {
  .form-card {
    position: static;
    margin: 0 auto;
    max-width: 560px;
  }
  .intro-section {
    padding: 2.5rem 0 3rem;
  }
  .intro-row {
    row-gap: 2rem !important;
  }
  .intro-paragraph {
    font-size: 1.0625rem;
    line-height: 1.4;
  }
  .risk-block {
    margin-top: 1.25rem;
  }
  .risk-image-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
  .risk-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: cover;
  }
  .risk-title {
    font-size: 1.375rem;
    line-height: 1.25;
    margin-bottom: 0.75rem;
  }
  .risk-text {
    font-size: 1rem;
    line-height: 1.4;
  }
  .why-section {
    padding: 2.5rem 0 3rem;
  }
  .local-section {
    padding: 3.5rem 0 2.5rem;
  }
  .experience-section {
    padding: 1.5rem 0 2.5rem;
  }
  .cta-final-section {
    padding: 2.5rem 0 3rem;
  }
  .why-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding: 0 16px;
  }
  .why-grid {
    margin-bottom: 1.75rem;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .why-grid > [class*='col-'] {
    display: flex;
  }
  .why-card {
    min-height: 0;
    padding: 1.15rem 1.25rem;
    gap: 1rem;
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
  }
  .why-wide-card {
    height: auto;
    min-height: 200px;
    padding: 2rem 2rem 2rem 45%;
    background-position: left center;
  }
  .local-row {
    --bs-gutter-y: 0;
  }
  .local-image {
    margin: 0 auto;
    height: auto;
  }
  .local-card-wrap {
    margin: 64px auto 0;
    width: 100%;
    max-width: 420px;
  }
  .local-card {
    height: auto;
    min-height: 220px;
    border-radius: 26px;
    width: 100%;
    max-width: 100%;
    padding: 32px 28px 28px;
  }
  .mascote-rosa {
    max-width: 120px;
    /* display: none; */
  }
  /* EXPERIENCE SECTION - Tablet */
  .experience-text {
    max-width: 100%;
    padding: 0 0.5rem;
    margin-bottom: 2rem;
  }
  .experience-text p {
    font-size: 1rem;
    line-height: 1.4;
  }
  .gallery-grid {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    max-width: 720px;
  }
  .gallery-grid > [class*='col-'] {
    flex: 0 0 auto;
    width: 50%;
  }
  /* CTA FINAL SECTION - Tablet */
  .cta-image {
    max-width: 100%;
    margin: 0 auto;
  }
  .cta-text {
    max-width: 100%;
  }
  .cta-text p {
    font-size: 1rem;
    line-height: 1.4;
  }
  .cta-final-bottom {
    margin-top: 2.5rem;
  }
  .cta-final-headline {
    font-size: 1.375rem;
    line-height: 1.3;
  }
  .cta-final-sub {
    font-size: 1rem;
  }
  .btn-cta-final {
    width: 100%;
    max-width: 332px;
  }
}

/* ====== RESPONSIVE - MOBILE (<576) ====== */
@media (max-width: 575.98px) {
  .site-header {
    height: 60px;
  }
  .intro-section {
    padding: 2.5rem 0 3rem;
  }
  .why-section {
    padding: 2.5rem 0 3rem;
  }
  .local-section {
    padding: 3.5rem 0 2.5rem;
  }
  .experience-section {
    padding: 1.5rem 0 2.5rem;
  }
  .cta-final-section {
    padding: 2.5rem 0 3rem;
  }
  .intro-paragraph {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.25rem;
  }
  .risk-block {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    margin-top: 1rem;
  }
  .risk-block > [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .risk-image-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
  .risk-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: cover;
    border-radius: 12px;
  }
  .risk-title {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-bottom: 0.6rem;
  }
  .risk-text {
    font-size: 0.95rem;
    line-height: 1.4;
  }
  .form-card {
    padding: 20px 18px;
    border-radius: 20px;
    max-width: 100%;
    margin: 0 auto;
  }
  .form-card-intro {
    font-size: 15px;
    line-height: 1.35;
    margin: 0 0 14px;
  }
  .form-card .form-label-light {
    font-size: 16px;
  }
  .form-card .form-helper-light {
    font-size: 12px;
  }
  .form-card .btn-reservar {
    width: 100%;
    max-width: 290px;
  }
  .why-title {
    font-size: 1.7rem;
    line-height: 1.15;
    margin-bottom: 1.5rem;
    text-align: center;
    padding: 0 12px;
  }
  .why-grid {
    margin-bottom: 1.5rem;
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    gap: 1rem;
  }
  .why-grid > [class*='col-'] {
    flex: none;
    max-width: 100%;
    width: 100%;
    padding: 0;
    display: flex;
  }
  .why-card {
    min-height: 0;
    padding: 1.1rem 1.15rem;
    gap: 0.9rem;
    border-radius: 14px;
    width: 100%;
    height: 100%;
  }
  .why-card-icon {
    width: 56px;
    height: 58px;
    border-radius: 7px;
  }
  .why-card-icon img {
    height: auto;
    object-fit: contain;
  }
  .why-card-text {
    font-size: 1rem;
    line-height: 1.2;
  }

  .why-wide-card {
    height: auto;
    min-height: 180px;
    padding: 1.75rem 1.4rem;
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(55, 0, 83, 0.92) 55%, rgba(55, 0, 83, 1) 100%),
      url('../img/wide-card-bg.jpg');
    background-position: center;
    border-radius: 14px;
  }
  .why-wide-card p {
    font-size: 0.95rem;
  }
  .btn-white-cta {
    width: 100%;
    max-width: 290px;
  }
  .local-image {
    border-radius: 16px;
  }
  .local-card-wrap {
    margin-top: 2rem;
    max-width: 100%;
    padding: 0 4px;
  }
  .local-card {
    padding: 28px 1.25rem 1.5rem;
    height: auto;
    min-height: 0;
    border-radius: 22px;
  }
  .mascote-rosa {
    max-width: 86px;
    display: none;
  }
  /* EXPERIENCE SECTION - Mobile */
  .experience-text {
    max-width: 100%;
    padding: 0 0.25rem;
    margin-bottom: 1.75rem;
  }
  .experience-text p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0.875rem;
  }
  .gallery-grid {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }
  .gallery-image {
    border-radius: 16px;
  }
  /* CTA FINAL SECTION - Mobile */
  .cta-image {
    max-width: 100%;
    border-radius: 12px;
  }
  .cta-text {
    max-width: 100%;
  }
  .cta-text p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0.875rem;
  }
  .cta-final-bottom {
    margin-top: 2.5rem;
  }
  .cta-final-headline {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
  .cta-final-sub {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .btn-cta-final {
    width: 100%;
    max-width: 332px;
    height: 56px;
    line-height: 56px;
    padding: 0;
    font-size: 1rem;
    border-radius: 12px;
  }
  /* FOOTER - Mobile */
  .site-footer {
    height: 90px;
  }
  .footer-logo {
    height: 38px;
    width: 115px;
  }
}
