* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --fundo: #08111f;
  --azul: #0d74ff;
  --azul2: #20c7ff;
  --verde: #1fbf75;
  --texto: #09203d;
  --suave: #5c6d82;
  --linha: rgba(10, 40, 80, 0.12);
  --linha-clara: rgba(255, 255, 255, 0.16);
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: var(--texto);
  background:
    radial-gradient(circle at 15% 12%, rgba(32, 199, 255, 0.22), transparent 28%),
    radial-gradient(circle at 85% 16%, rgba(13, 116, 255, 0.18), transparent 26%),
    linear-gradient(135deg, #eef6ff 0%, #f7fbff 44%, #e7f1fb 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(10, 30, 60, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 30, 60, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,0.55), transparent 80%);
}

.luz-fundo {
  position: fixed;
  right: -160px;
  top: 110px;
  width: 520px;
  height: 520px;
  border-radius: 90px;
  background:
    linear-gradient(135deg, rgba(13, 116, 255, 0.16), rgba(32, 199, 255, 0.05));
  transform: rotate(-12deg);
  pointer-events: none;
  opacity: 0.8;
}

.app {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 26px 18px 24px;
  position: relative;
  z-index: 2;
}

.topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
}

.voltar {
  color: #0c3766;
  text-decoration: none;
  font-size: 13px;
  font-weight: 650;
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--linha);
}

.marca {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--linha);
}

.marca-icone {
  width: 38px;
  height: 38px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #0d74ff, #20c7ff);
  color: #fff;
  font-weight: 800;
  font-size: 12px;
}

.marca p {
  color: var(--suave);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.marca strong {
  display: block;
  font-size: 14px;
  margin-top: 2px;
}

.hero {
  max-width: 720px;
  margin-bottom: 28px;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #07568a;
  background: rgba(32, 199, 255, 0.11);
  border: 1px solid rgba(32, 199, 255, 0.25);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
}

.tag::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--azul2);
  box-shadow: 0 0 18px rgba(32, 199, 255, 0.85);
}

h1 {
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.92;
  letter-spacing: -4px;
  color: #071b33;
  margin-bottom: 18px;
}

.subtitulo {
  max-width: 620px;
  color: #40556d;
  font-size: 16px;
  line-height: 1.62;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.66fr);
  gap: 20px;
  align-items: start;
}

.card,
.resultado {
  border-radius: 30px;
  border: 1px solid var(--linha);
  box-shadow: 0 28px 85px rgba(23, 54, 90, 0.16);
  backdrop-filter: blur(18px);
}

.card {
  background: rgba(255, 255, 255, 0.78);
  padding: 22px;
}

.resultado {
  position: sticky;
  top: 18px;
  background:
    radial-gradient(circle at top right, rgba(32, 199, 255, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(8, 17, 31, 0.96), rgba(9, 31, 58, 0.95));
  color: #fff;
  padding: 22px;
  border-color: rgba(255, 255, 255, 0.14);
}

.escondido {
  display: none;
}

.cabecalho-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.cabecalho-card.segundo {
  margin-top: 24px;
}

.etapa {
  color: var(--azul);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.card h2,
.resultado h2 {
  font-size: 23px;
  line-height: 1.16;
}

.mini-icone {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  color: #076db7;
  background: rgba(13, 116, 255, 0.08);
  border: 1px solid rgba(13, 116, 255, 0.12);
  font-weight: 800;
}

.grupo-opcoes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.grupo-opcoes.compacto {
  grid-template-columns: repeat(3, 1fr);
}

label {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  min-height: 78px;
  padding: 13px;
  border-radius: 18px;
  background: rgba(245, 250, 255, 0.82);
  border: 1px solid rgba(9, 32, 61, 0.10);
  cursor: pointer;
  transition: 0.18s ease;
}

label:hover {
  transform: translateY(-1px);
  background: #ffffff;
  border-color: rgba(13, 116, 255, 0.25);
}

label:has(input:checked) {
  background:
    linear-gradient(135deg, rgba(13, 116, 255, 0.12), rgba(32, 199, 255, 0.08)),
    #ffffff;
  border-color: rgba(13, 116, 255, 0.34);
  box-shadow: inset 0 0 0 1px rgba(13, 116, 255, 0.05);
}

input[type="checkbox"],
input[type="radio"] {
  width: 17px;
  height: 17px;
  accent-color: var(--azul);
  margin-top: 2px;
}

label strong {
  display: block;
  color: #09203d;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 4px;
}

label small {
  display: block;
  color: var(--suave);
  font-size: 12px;
  line-height: 1.35;
}

.prazo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.prazo label {
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 12px;
}

.prazo span {
  color: #09203d;
  font-size: 13px;
  font-weight: 650;
}

button,
.whatsapp {
  width: 100%;
  border: 0;
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0d74ff, #20c7ff);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-transform: lowercase;
  cursor: pointer;
  box-shadow: 0 18px 46px rgba(13, 116, 255, 0.25);
  transition: 0.18s ease;
}

button:hover,
.whatsapp:hover {
  transform: translateY(-2px);
}

.obs {
  color: var(--suave);
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  margin-top: 12px;
}

.preco {
  margin-top: 18px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--linha-clara);
}

.preco span {
  display: block;
  color: #b9d7f8;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 8px;
}

.preco strong {
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1;
  color: #ffffff;
}

#resumoResultado {
  color: #d4e7fb;
  line-height: 1.62;
  font-size: 14px;
  margin-top: 16px;
}

.lista {
  margin-top: 18px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--linha-clara);
}

.lista h3,
.nota strong {
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  color: #ffffff;
}

.lista ul {
  list-style: none;
  display: grid;
  gap: 8px;
}

.lista li {
  color: #dcecff;
  font-size: 13px;
  line-height: 1.35;
}

.lista li::before {
  content: "✓ ";
  color: #20c7ff;
  font-weight: 800;
}

.nota {
  margin-top: 15px;
  padding: 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--linha-clara);
}

.nota p {
  color: #bcd0e8;
  font-size: 13px;
  line-height: 1.5;
}

.whatsapp {
  display: block;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(135deg, #14b86f, #49eaa5);
  box-shadow: 0 18px 46px rgba(31, 191, 117, 0.22);
}

.faixa-final {
  margin-top: 20px;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--linha);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.faixa-final span {
  padding: 8px 11px;
  border-radius: 999px;
  color: #0c3766;
  background: rgba(13, 116, 255, 0.07);
  border: 1px solid rgba(13, 116, 255, 0.12);
  font-size: 12px;
  font-weight: 700;
}

footer {
  text-align: center;
  margin-top: 24px;
  color: #68798b;
  font-size: 12px;
}

footer p {
  margin-bottom: 5px;
}

footer span {
  color: #0d74ff;
  font-weight: 700;
}

@media (max-width: 920px) {
  .layout {
    grid-template-columns: 1fr;
  }

  .resultado {
    position: static;
  }

  .grupo-opcoes.compacto {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .app {
    padding: 18px 13px 22px;
  }

  .topo {
    align-items: flex-start;
  }

  .voltar {
    display: none;
  }

  .hero {
    margin-bottom: 22px;
  }

  h1 {
    font-size: 46px;
    letter-spacing: -2.5px;
  }

  .subtitulo {
    font-size: 14px;
  }

  .card,
  .resultado {
    padding: 16px;
    border-radius: 24px;
  }

  .grupo-opcoes,
  .grupo-opcoes.compacto {
    grid-template-columns: 1fr;
  }

  label {
    min-height: auto;
  }

  .prazo {
    grid-template-columns: 1fr;
  }


  .preco strong {
    font-size: 30px;
  }

  .preco {
    padding: 14px;
  }

  .faixa-final {
    display: none;
  }
}
/* AJUSTE VISUAL DO BLOCO PRINCIPAL */
.card {
  background:
    linear-gradient(180deg, rgba(236, 247, 255, 0.96), rgba(221, 239, 255, 0.94)) !important;
  border: 1px solid rgba(13, 116, 255, 0.20) !important;
  box-shadow: 0 30px 90px rgba(13, 68, 120, 0.18) !important;
}

/* CABEÇALHOS DENTRO DO BLOCO */
.card h2 {
  color: #071f3d !important;
}

.card .etapa {
  color: #0d74ff !important;
}

/* CAIXINHAS DAS OPÇÕES */
.card label {
  background: rgba(255, 255, 255, 0.78) !important;
  border: 1px solid rgba(13, 116, 255, 0.15) !important;
}

/* QUANDO MARCAR UMA OPÇÃO */
.card label:has(input:checked) {
  background:
    linear-gradient(135deg, rgba(13, 116, 255, 0.18), rgba(32, 199, 255, 0.10)),
    #ffffff !important;
  border-color: rgba(13, 116, 255, 0.42) !important;
  box-shadow: 0 10px 28px rgba(13, 116, 255, 0.12) !important;
}

/* ÍCONES 01, 02, 03 */
.mini-icone {
  background: rgba(13, 116, 255, 0.12) !important;
  border-color: rgba(13, 116, 255, 0.22) !important;
  color: #0d74ff !important;
}