* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --hero-bg: #e9e9e9;
  --blue: #0d4f78;
  --orange: #bc4a0a;
  --white: #ffffff;
  --container: 1300px;
  --btn-height: 56px;
  --btn-min-width: 240px;
  --btn-radius: 14px;
  --btn-font-size: 14px;
  --btn-letter-spacing: 0.05em;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #000;
}

section,
div,
img {
  max-width: 100%;
}

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

a {
  text-decoration: none;
}

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

/* =========================
   BOTÕES PADRONIZADOS
========================= */

.hero-button,
.evento-btn,
.santos-button,
.parceiros-button,
.corrida-fe-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--btn-min-width);
  height: var(--btn-height);
  padding: 0 28px;
  border-radius: var(--btn-radius);
  font-size: var(--btn-font-size);
  font-weight: 800;
  letter-spacing: var(--btn-letter-spacing);
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.hero-button,
.santos-button,
.parceiros-button,
.corrida-fe-button {
  background: var(--orange);
  color: var(--white);
}

.evento-btn {
  background: #f3f3f3;
  color: #111111;
}

.hero-button:hover,
.santos-button:hover,
.parceiros-button:hover,
.corrida-fe-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  background: var(--orange);
}

.evento-btn:hover {
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  background: #ffffff;
}

/* =========================
   HERO
========================= */

.hero {
  background: var(--hero-bg);
  min-height: 100vh;
  padding: 28px 0 40px;
}

.hero-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
}

.hero-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.hero-nav a {
  color: var(--blue);
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  transition: 0.25s ease;
}

.hero-nav a:hover {
  color: var(--blue);
  text-shadow: 0 0 14px rgba(13, 79, 120, 0.35);
  transform: translateY(-1px);
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 20px;
  min-height: 720px;
}

.hero-left {
  padding-left: 34px;
}

.hero-title {
  color: var(--blue);
  font-size: clamp(44px, 5.2vw, 78px);
  line-height: 0.95;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin-bottom: 38px;
}

.hero-button:active {
  transform: translateY(0) scale(0.99);
}

.hero-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-logo {
  width: 140%;
  max-width: none;
  height: auto;
  object-fit: contain;
}

/* =========================
   BLOCO 2 - EVENTOS
========================= */

.eventos {
  background: linear-gradient(180deg, #bc4a0a 0%, #c95d05 100%);
  padding: 78px 0;
  position: relative;
  overflow: hidden;
}

.eventos-title {
  color: #ffffff;
  font-size: clamp(34px, 3.8vw, 56px);
  font-weight: 300;
  letter-spacing: -0.03em;
  margin-bottom: 54px;
}

.eventos-slider {
  display: block;
  margin-bottom: 58px;
}

.eventos-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  max-width: 1320px;
  margin: 0 auto;
}

.evento-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 82px;
}

.evento-card-rali .evento-btn {
  left: 50%;
}

.evento-img {
  width: 100%;
  max-width: 560px;
  display: block;
  object-fit: cover;
  margin: 0 auto;
}

.evento-btn {
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  z-index: 2;
}

.eventos-arrow {
  display: none;
}

.eventos-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
  margin-top: 34px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 135px;
}

.info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #ffffff;
}

.info-icon {
  width: 58px;
  height: 58px;
  object-fit: contain;
  flex-shrink: 0;
}

.info-text h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.info-text ul {
  margin: 0;
  padding-left: 18px;
}

.info-text li {
  font-size: 13px;
  line-height: 1.5;
}
/* =========================
   BLOCO 3 - SANTOS
========================= */

.santos {
  background: #ececec;
  padding: 72px 0 90px;
  position: relative;
  overflow: hidden;
}

.santos-container {
  position: relative;
  z-index: 2;
}

.santos::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
  height: 100%;
  background-image: url("assets/faixas-santos.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

.santos-title {
  color: var(--blue);
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 300;
  letter-spacing: -0.03em;
  margin-bottom: 56px;
}

.santos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: start;
}

.santo-card {
  position: relative;
  padding-top: 56px;
}

.santo-avatar-wrap {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  border: 10px solid #f5f5f5;
  margin: 0 auto -42px;
  position: relative;
  z-index: 3;
}

.santo-glow {
  box-shadow: 0 0 40px rgba(255, 212, 79, 0.55);
}

.santo-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.santo-content {
  min-height: 290px;
  border-radius: 22px;
  padding: 72px 22px 20px;
  color: #ffffff;
  text-align: center;
}

.santo-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
}

.santo-content p {
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}

.santo-arrow {
  display: inline-block;
  margin-top: 10px;
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
}

.santo-card-blue .santo-content {
  background: #1183b6;
}

.santo-card-yellow .santo-content {
  background: #f0a128;
}

.santo-card-red .santo-content {
  background: #9e2508;
}

.santo-card-brown .santo-content {
  background: #b55a00;
}

.santos-cta {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

/* =========================
   BLOCO 4 - PARCEIROS
========================= */

.parceiros {
  background: linear-gradient(
    180deg,
    #bc4a0a 0%,
    #c66a1c 32%,
    #d99a63 68%,
    #ececec 100%
  );
  padding: 44px 0 28px;
  position: relative;
  overflow: hidden;
}
.parceiros-board {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: 16px 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}
.parceiros-container {
  min-height: 640px;
  display: flex;
  flex-direction: column;
}

.parceiros .container {
  padding: 0 28px;
}

.parceiros-title {
  color: #f7f7f7;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 300;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.parceiros-board {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 16px 18px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.parceiros-group + .parceiros-group {
  margin-top: 8px;
}

.parceiros-label {
  text-align: center;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.parceiros-grid,
.parceiros-grid-small {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.parceiro-item {
  width: 250px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  position: relative;
  border-radius: 16px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.parceiro-item img {
  max-width: 220px;
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.parceiro-item:not(:last-child)::after {
  display: none;
}

.parceiro-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.parceiro-item:hover img {
  transform: scale(1.02);
  filter: saturate(1.03) contrast(1.02);
}

.parceiros-divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 8px 0 2px;
}

.parceiros-cta {
  display: flex;
  justify-content: flex-end;
  padding-top: 14px;
}

/* =========================
   BLOCO 5 - CORRIDA E FÉ
========================= */

.corrida-fe {
  background: linear-gradient(
    180deg,
    #ececec 0%,
    #dedede 22%,
    #d58a4d 58%,
    #bc4a0a 100%
  );
  padding: 72px 0 86px;
  overflow: hidden;
}
.corrida-fe-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 54px;
  align-items: start;
}

.corrida-fe-left {
  position: relative;
}

.corrida-fe-title {
  color: var(--blue);
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 300;
  letter-spacing: -0.03em;
  margin-bottom: 38px;
}

.corrida-fe-gallery {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.corrida-fe-img {
  width: 100%;
  max-width: 300px;
  height: 430px;
  object-fit: cover;
  border-radius: 36px 36px 0 36px;
  display: block;
  filter: grayscale(100%);
}

.corrida-fe-logo {
  width: 280px;
  height: auto;
  position: absolute;
  left: 155%;
  bottom: -100px;
  transform: translateX(-50%);
  z-index: 3;
  margin: 0;
}

.corrida-fe-right {
  padding-top: 88px;
}

.corrida-fe-text {
  color: var(--blue);
  font-size: 17px;
  line-height: 1.55;
  max-width: 700px;
}

.corrida-fe-text p {
  margin-bottom: 18px;
}

.corrida-fe-text strong {
  font-weight: 800;
}

.corrida-fe-actions {
  display: flex;
  gap: 20px;
  margin-top: 42px;
  flex-wrap: wrap;
}

/* =========================
   BLOCO 6 - CTA FORM
========================= */

.cta-form {
  background: #bc4a0a;
  padding: 72px 0 64px;
}

.cta-form-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: stretch;
}


.cta-left {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 5px;
}

.cta-quote {
  font-size: clamp(48px, 5.2vw, 84px);
  line-height: 0.95;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.04em;
  margin-bottom: 48px;
}

.cta-subtitle {
  font-size: clamp(34px, 3vw, 58px);
  line-height: 1;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 48px;
}

.cta-socials {
  display: flex;
  gap: 16px;
  align-items: center;
}

.cta-social {
  width: 58px;
  height: 58px;
  border: 3px solid #ffffff;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.cta-social:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.08);
}

.cta-social img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.cta-card {
  background: #ececec;
  border-radius: 18px;
  padding: 26px 24px 22px;
  max-width: 480px;
  width: 100%;
  margin-left: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  display: block;
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.form-group input[type="email"],
.form-group input[type="text"] {
  width: 100%;
  height: 48px;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  background: transparent;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
}

.form-group input[type="email"]:focus,
.form-group input[type="text"]:focus {
  border-color: #8e8e8e;
}

.check-item {
  display: flex !important;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 12px;
  background: #dcdcdc;
  border-radius: 8px;
  margin-bottom: 8px !important;
  cursor: pointer;
}

.check-item input {
  width: 16px;
  height: 16px;
  margin: 0;
}

.check-item span {
  font-size: 14px;
  color: #555;
}

.cta-submit {
  width: 100%;
  height: 56px;
  border: none;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.cta-submit:hover {
  transform: translateY(-3px);
  background: #1c1c1c;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.form-status {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  min-height: 18px;
}

/* =========================
   BOTÃO TIRA DÚVIDAS
========================= */

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #bc4a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  z-index: 9999;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

/* =========================
   POPUP / MODAL
========================= */

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-box {
  width: 100%;
  max-width: 460px;
  background: #ececec;
  border-radius: 22px;
  padding: 34px 28px 28px;
  position: relative;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  text-align: center;
  transform: translateY(12px) scale(0.98);
  transition: transform 0.25s ease;
}

.modal-overlay.active .modal-box {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
  color: #111;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.modal-close:hover {
  transform: scale(1.06);
  background: rgba(0, 0, 0, 0.12);
}

.modal-icon {
  font-size: 42px;
  margin-bottom: 14px;
}

.modal-title {
  color: #0d4f78;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 12px;
}

.modal-text {
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.modal-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 52px;
  padding: 0 24px;
  border: none;
  border-radius: 14px;
  background: #bc4a0a;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.modal-action:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

body.modal-open {
  overflow: hidden;
}

/* =========================
   TABLET
========================= */

@media (max-width: 1200px) {
  .santos-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .santos::after {
    width: 260px;
    opacity: 0.75;
  }
}

@media (max-width: 1100px) {
  .hero-nav a {
    font-size: 18px;
  }

  .hero-grid,
  .corrida-fe-grid,
  .cta-form-grid {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 34px;
  }

  .hero-grid {
    padding-bottom: 30px;
  }

  .hero-left {
    padding-left: 0;
  }

  .hero-title {
    font-size: clamp(44px, 10vw, 72px);
    margin-bottom: 30px;
  }

  .hero-logo {
    max-width: 560px;
  }

  .eventos-slider {
    margin-bottom: 42px;
  }

  .eventos-cards {
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 620px;
  }

  .evento-img {
    max-width: 100%;
  }

  .eventos-info {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 8px;
  }

  .corrida-fe-right {
    padding-top: 0;
  }

  .corrida-fe-img {
    max-width: 280px;
    height: 380px;
  }

  .corrida-fe-logo {
    width: 240px;
  }

  .cta-left,
  .cta-card {
    height: auto;
  }

  .cta-card {
    margin-left: 0;
    max-width: 100%;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: 22px 0 32px;
  }
  
  .hero-header {
    justify-content: center;
    margin-bottom: 28px;
  }
  
  .hero-nav {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .hero-nav a {
    font-size: 16px;
    text-align: center;
  }
  
  .hero-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
  }
  
  .hero-right {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .hero-left {
    order: 2;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  
  .hero-title {
    font-size: clamp(36px, 12vw, 58px);
    text-align: center;
    margin-bottom: 28px;
  }
  
  .hero-button {
    margin: 0 auto;
  }
  
  .hero-logo {
    width: 100%;
    max-width: 320px;
    height: auto;
  }

  .hero-button,
  .evento-btn,
  .santos-button,
  .parceiros-button,
  .corrida-fe-button {
    min-width: 210px;
    height: 50px;
    padding: 0 22px;
    font-size: 12px;
    border-radius: 12px;
  }

  .eventos {
    padding: 52px 0 48px;
  }

  .eventos-title {
    margin-bottom: 34px;
    font-size: clamp(34px, 8vw, 52px);
  }

  .eventos-slider {
    margin-bottom: 34px;
  }

  .eventos-cards {
    gap: 22px;
  }

  .evento-card {
    padding-bottom: 72px;
  }

  .evento-btn {
    bottom: -2px;
  }

  .eventos-info {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 24px !important;
    margin-top: 40px !important;
    padding-left: 0;
  }

  .info-icon {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
  }

  .info-text h3 {
    font-size: 16px !important;
    margin: 0 0 8px !important;
  }

  .info-text ul {
    margin: 0 !important;
    padding-left: 18px !important;
  }

  .info-text li {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .santos {
    padding: 54px 0 64px;
  }

  .santos-title {
    margin-bottom: 36px;
  }

  .santos-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .santo-avatar-wrap {
    width: 116px;
    height: 116px;
    margin-bottom: -36px;
  }

  .santo-content {
    min-height: auto;
    padding: 64px 18px 18px;
  }

  .santo-content h3 {
    font-size: 18px;
  }

  .santo-content p {
    font-size: 13px;
  }

  .santos::after {
    width: 180px;
    opacity: 0.45;
  }

  .parceiros {
    padding: 52px 0 42px;
  }

  .parceiros-container {
    min-height: auto;
  }

  .parceiros-title {
    margin-bottom: 28px;
    font-size: clamp(30px, 8vw, 46px);
  }

  .parceiros-board {
    padding: 20px 16px 22px;
    border-radius: 18px;
  }

  .parceiros-grid,
  .parceiros-grid-small {
    justify-content: center;
  }

  .parceiro-item {
    width: 100%;
    min-height: 92px;
    padding: 10px 14px;
  }

  .parceiro-item::after {
    display: none;
  }

  .parceiro-item img {
    max-width: 160px;
    max-height: 52px;
  }

  .parceiros-cta {
    justify-content: center;
    padding-top: 24px;
  }

  .corrida-fe {
    padding: 52px 0 58px;
  }

  .corrida-fe-title {
    margin-bottom: 26px;
  }

  .corrida-fe-gallery {
    gap: 10px;
  }

  .corrida-fe-img {
    max-width: 48%;
    height: 280px;
    border-radius: 26px 26px 0 26px;
  }

  .corrida-fe-logo {
    width: 180px;
    margin-top: -10px;
    margin-left: 0;
  }

  .corrida-fe-text {
    font-size: 15px;
    line-height: 1.5;
  }

  .corrida-fe-actions {
    gap: 14px;
    margin-top: 28px;
  }

  .cta-form {
    padding: 52px 0 48px;
  }

  .cta-quote {
    font-size: clamp(40px, 11vw, 62px);
    margin-bottom: 28px;
  }

  .cta-subtitle {
    font-size: clamp(28px, 8vw, 42px);
    margin-bottom: 28px;
  }

  .cta-social {
    width: 50px;
    height: 50px;
    border-radius: 14px;
  }

  .cta-social img {
    width: 24px;
    height: 24px;
  }

  .cta-card {
    padding: 20px 16px 18px;
  }

  .form-group label {
    font-size: 14px;
  }

  .check-item span {
    font-size: 13px;
  }

  .cta-submit {
    height: 50px;
    font-size: 12px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }

  .whatsapp-float img {
    width: 28px;
    height: 28px;
  }

  .modal-box {
    max-width: 100%;
    padding: 28px 20px 22px;
    border-radius: 18px;
  }

  .modal-title {
    font-size: 24px;
  }

  .modal-text {
    font-size: 14px;
  }

  .modal-action {
    min-width: 160px;
    height: 48px;
    font-size: 12px;
    border-radius: 12px;
  }
}



.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

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

.reveal-left {
  opacity: 0;
  transform: translateX(-36px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

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

.reveal-right {
  opacity: 0;
  transform: translateX(36px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

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

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

.reveal-delay-3 {
  transition-delay: 0.24s;
}

.reveal-delay-4 {
  transition-delay: 0.32s;
}