body {
  
  font-family: 'Montserrat', sans-serif;
}
.hero {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, #c44040, #3f0000);
  overflow: hidden;
}

.orbs-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.orb {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 250, 160, 0.4); /* tom amarelo claro translúcido */
  width: var(--size, 80px);
  height: var(--size, 80px);
  animation: float var(--dur, 45s) linear infinite;
}

@keyframes float {
  0%   { transform: translate(0, 0); }
  25%  { transform: translate(calc(60vw * var(--dirx, 1)), calc(-50vh * var(--diry, 1))); }
  50%  { transform: translate(calc(-50vw * var(--dirx, 1)), calc(40vh * var(--diry, 1))); }
  75%  { transform: translate(calc(40vw * var(--dirx, 1)), calc(-30vh * var(--diry, 1))); }
  100% { transform: translate(0, 0); }
}


.hero h2 {
  max-width: 990px;
  /* largura máxima no desktop */
  margin: 0 auto;
  /* centraliza */
  font-size: 1.35rem;
  line-height: 1.6;
  padding: 0 15px 15px;
  /* respiro lateral no mobile */
  display: block;
}

.conteudo {
  background: #f9e4bf;
  position: relative;
}

.particle {
  position: absolute;
  font-size: 1.3em;
  color: gold;
  opacity: 1; /* começa visível */
  text-shadow: 0 0 6px rgba(255, 255, 200, 0.8);
  pointer-events: none;
  animation: floatUp 1.2s ease forwards;
  z-index: 5; /* aparece acima de tudo */
}

@keyframes floatUp {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  70% {
    transform: translateY(-25px) scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: translateY(-50px) scale(0.8);
    opacity: 0;
  }
}


h1 {
  color: #fff;
    font-weight:lighter;
  font-size: 4.6rem;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 1rem;
  font-family: 'Great Vibes', cursive;
  margin-top: 20px;
  text-shadow: 1px 2px #3b0101;
  z-index: 20;
}


h1 span {
  display: block;
  font-size: 3.6rem;
  font-weight: 600;
  margin-top: 0.3rem;
   z-index: 20;

}

h2 {
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  margin-bottom: 1.2rem;
  text-align: center;
}

p {
  color: #5e4b31;
  text-align: center;
  font-size: 18px;
}

.container {
  max-width: 1024px;
}

.card-custom {
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  background: #f9e4bf;
  overflow: hidden;
  animation: fadeIn 1.5s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

.card-custom img.img-fluid {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 0px;
  object-fit: cover;
}

.cta-btn {
  background-color: #7a1d16;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  border-radius: 50px;
  width: 100%;
  border: none;
  transition: 0.3s;
  z-index: 2;
  position: relative;
  animation: pulse 3s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.cta-btn:hover {
  background-color: #b12a22;
}

/* Texto de apoio menor */
.form-check-label small {
  font-size: 16px;
  color: #444;
  display: block;
  margin-top: 2px;
}

.form-check-label {
  margin-left: 10px;
  font-size: 1.1em;
  cursor: pointer;
}

.particle {
  position: absolute;
  font-size: 1.2em;
  opacity: 0;
  animation: floatUp 1.2s ease forwards;
  color: gold;
}

@keyframes floatUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-50px);
    opacity: 0;
  }
}

.col-lg-5 {
  display: flex;
  align-items: flex-end;
  /* joga a imagem pro fundo */
}

.col-lg-5 img {
  object-fit: contain;
  /* garante que não distorça */
  width: 100%;
  height: auto;
}

/* Wrapper sempre no canto inferior direito */
.gift-wrapper {
  position: absolute;
  bottom: -30px;
  right: 20px;
  display: flex;
  align-items: center;
  z-index: 2;
}

/* Texto ABRA >> */
.gift-text {
  font-size: 0.9rem;
  font-weight: bold;
  color: #4d0202;
  white-space: nowrap;
  font-family: 'Lucida Bright', 'Lucida Sans', sans-serif;
}

/* Caixa de presente */
.gift-box {
  max-width: 80px;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;
  --base-translate: translateX(0);
}

/* RESET do Bootstrap nos radios */
.form-check-input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  margin: 0;
  outline: none;
}

/* RADIO BUTTON UNIFORME */
.form-check-input[type="radio"] {
  width: 22px !important;
  height: 22px !important;
  border: 2px solid #28a745;
  /* verde */
  border-radius: 50%;
  /* sempre redondo */
  background-color: #fff;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.form-check-input[type="radio"]:checked {
  background-color: #28a745;
  border-color: #28a745;
}

.form-check-input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  /* ponto interno */
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

.form-check-input[type="radio"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

/* Contêiner das opções */
.opcao {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 10px;
  position: relative;
  overflow: visible;
}

/* RESET dos radios */
.opcao input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #28a745;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  margin-top: 4px;
  /* alinhamento com o texto */
}

/* Marcado */
.opcao input[type="radio"]:checked {
  background-color: #28a745;
  border-color: #28a745;
}

/* Bolinha branca interna */
.opcao input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

.opcao input[type="radio"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

/* Texto */
.opcao label {
  flex: 1;
  cursor: pointer;
  font-size: 1.05rem;
}



/* Ajuste específico para monitores ~1366px */
@media screen and (min-width: 1280px) and (max-width: 1400px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 1rem;
  }

  .form-check-label {
    font-size: 1.05em;
    /* ligeiro ajuste para alinhar melhor */
  }

  /* Contêiner das opções */
  .opcao {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 10px;
    /* espaço entre radio e texto */
  }
}

/* Ajustes no mobile */
@media (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }
  h1 span {
    font-size: 1.8rem;
    margin-top: 0.2rem;
  }

  .hero h2 {
    font-size: 1.05rem;
    /* menor no celular */
    line-height: 1.4;
    max-width: 100%;
    /* não ultrapassa a tela */
  }

  /* Contêiner das opções */
  .opcao {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    gap: 10px;
    /* espaço entre radio e texto */
  }

  .gift-wrapper {
    position: absolute;
    bottom: 0px;
    right: 60px;
    display: flex;
    align-items: center;
    flex-direction: row;
    top: 100%;
    margin-top: 30px;
  }

  .gift-text {
    font-size: 0.9rem;
    font-weight: bold;
    white-space: nowrap;
    margin-top: 10px;
    margin-right: -40px;
  }

  .card-custom img.img-fluid {
    width: 100% !important;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    height: auto;
    object-fit: contain;
  }

  /* Ajuste da caixinha de presente */
  .gift-box {
    bottom: -45px;
    right: 14%;
    --base-translate: translateX(50%);
    /* no mobile */
    max-width: 90px;
    z-index: 3;
    transform: var(--base-translate) rotate(0);
  }

  .conteudo {
    margin-bottom: 50px;
  }
}

/* animação usa a variável */
@keyframes shake {
  0% {
    transform: var(--base-translate) rotate(0);
  }

  20% {
    transform: var(--base-translate) rotate(-5deg);
  }

  40% {
    transform: var(--base-translate) rotate(5deg);
  }

  60% {
    transform: var(--base-translate) rotate(-5deg);
  }

  80% {
    transform: var(--base-translate) rotate(5deg);
  }

  100% {
    transform: var(--base-translate) rotate(0);
  }
}

.gift-box.shaking,
.gift-box:hover {
  animation: shake 0.6s ease-in-out;
}