* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  color: rgb(45, 55, 72);
}

:root {
  --brand-red: #e53935;
  --brand-black: #111;
  --brand-white: #fff;
  --red-1: #e53935; /* Topo gradiente*/
  --red-2: #b71c1c; /* Bottom gradiente*/
  --ink: #111;
  --paper: #fff;
  --muted:#6b7280;
}

@media(max-width: 480px) {
  ul.features li { margin: 8px 0 10px; padding-left: 1.5rem; }
  ul.features li::before { width: 9px; height: 9px; left: 0.25rem; }
}

@media (max-width: 1366px) {
  #vitrine-texto {
    font-size: clamp(1.8rem, 2.5vw + .2rem, 3.2rem) !important;
  }
}

@media (max-width: 768px) {
  #vitrine-texto {
    max-width: 32ch;
  }

  .descricoes .dsc-body {
    flex-direction: column;
  }

  .descricoes .dsc-texto,
  .descricoes .dsc-image {
    flex: 0 0 auto;
    width: 100%;
  }

  #footer .footer-inner {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  #footer .footer-nav a {
    margin: 0 8px;
  }

  .prelaunch-form{ flex-direction:column; }
  .btn-primary{ width:100%; }
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#root {
  margin-left: 10%;
  width: 80%;
  height: 100%;
}

#root div {
  /* border: 1px solid #000; */
  min-height: 50px;
  width: 100%;
}

#topbar {
  padding: 20px 10px;
  text-align: center;
  border: 0 !important;
}

#topbar-logo {
  width: 250px;
  display: inline-block;
}

#navbar-holder {
  padding: 10px 20px;
  border: 0 !important;
}

#navbar {
  border: 0 !important;
  background: linear-gradient(to bottom, #e53935, #b71c1c);
  /* vermelho gradiente */
  padding: 10px 20px;
  border-radius: 6px;
  height: 50px;
  display: flex;
  justify-content: center;
}

#vitrine {
  overflow: hidden;
  display: flex;
  border: 0 !important;
  max-width: 1000px;
  margin:0 auto;
}

#vitrine-texto {
  /* width: 60%; */
  height: 100%;
  border: 1px solid black;
  flex: 0 0 67%;
  font: 500 clamp(1.8rem, 1.5vw + .2rem, 3.2rem)/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  color: var(--brand-black);
  max-width: 48ch;
  text-wrap: balance;
  letter-spacing: -0.015em;
  margin: 16px auto;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .12);
  padding-left: 60px;
  border: 0px !important;
}

#vitrine-texto .word-special-header {
  font-weight: bold;
  color: var(--brand-black);
  font-size: clamp(1.8rem, 2.7vw + .2rem, 3.2rem) !important;
  line-height: 1;
}

#vitrine-texto .word-special-1 {
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  padding: .025em .30em .22em;
  background: #e53935;
  color: #fff;
  border-radius: .25em;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .12);
}

#vitrine-texto .word-special-2 {
  display: inline-block;
  line-height: 1;
  font-weight: 600; 
  padding: .025em .30em .12em;
  background: #e53935;
  color: #fff;
  border-radius: .25em;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .12);
}

#vitrine-image {
  flex: 0 0 300px;
  border: 0 !important;
  height: 100%;
}

#vitrine-personagem {
  width: 300px;
  text-align: right;
  margin-left: 0%;
  margin-top: -6%;
}

#cta {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0 !important;
}

.btn-gold {
  --gold-1: #fff3bf;
  /* brilho topo */
  --gold-2: #f7d774;
  --gold-3: #e6b646;
  --gold-4: #c38a16;
  /* sombra meio */
  --gold-5: #e5bf59;
  --gold-6: #fff1b0;
  /* reflexo base */
  --gold-border: #9c6a10;

  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 1.3rem 2.6rem;
  border-radius: 9px;
  border: 1px solid var(--gold-border);
  background: linear-gradient(180deg,
      var(--gold-1) 0%,
      var(--gold-2) 18%,
      var(--gold-3) 43%,
      var(--gold-4) 50%,
      var(--gold-5) 78%,
      var(--gold-6) 100%);
  color: #2b1d00;
  font: 700 2.2rem/0.95 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  box-shadow:
    0 8px 18px rgba(0, 0, 0, .22),
    inset 0 1px 0 rgba(255, 255, 255, .6),
    inset 0 -2px 4px rgba(0, 0, 0, .25);
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
}

.btn-gold::after {
  /* brilho “esmaltado” */
  content: "";
  position: absolute;
  inset: 8% 3% 58% 3%;
  background: linear-gradient(180deg, rgba(255, 255, 255, .85), rgba(255, 255, 255, 0));
  border-radius: inherit;
  pointer-events: none;
}

.btn-gold:hover {
  transform: translateY(-1px);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, .25),
    inset 0 1px 0 rgba(255, 255, 255, .7),
    inset 0 -2px 4px rgba(0, 0, 0, .28);
  filter: saturate(1.05);
  color: var(--gold-1);
}

.btn-gold:active {
  transform: translateY(0);
  box-shadow:
    0 6px 12px rgba(0, 0, 0, .22),
    inset 0 2px 4px rgba(0, 0, 0, .35);
  background-position: 0 6px;
  /* leve “pressionado” */
}

.btn-gold:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px rgba(227, 171, 36, .45), 0 8px 18px rgba(0, 0, 0, .22);
}

.descricoes {
  /* background: var(--paper); */
  border: 0px !important;
  border-radius: 14px;
  padding: 18px 20px 20px;
  max-width: 1000px;
  margin: 20px auto;
  /* box-shadow: 0 10px 20px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.6); */
}

.descricoes div {
  border: 0px !important;
}

.descricoes .dsc-titulo {
  background: linear-gradient(180deg, var(--red-1), var(--red-2));
  color: #fff;
  font: 800 clamp(1rem, .85rem + .7vw, 1.35rem)/1.2 system-ui, Arial, sans-serif;
  padding: 10px 14px;
  border-radius: 10px;
  letter-spacing: .02em;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .12), inset 0 1px 0 rgba(255, 255, 255, .5);
  margin-bottom: 14px;
}

.descricoes .dsc-body {
  display: flex;
  align-items: center;
  gap: 22px;
}

.descricoes .dsc-texto {
  flex: 1 1 62%;
  color: var(--ink);
  line-height: 1.54;
  font-size: clamp(1.45rem, 0.5vw + 0.8rem, 1.28rem);
}

.descricoes .dsc-image {
  flex: 0 1 38%;
}

.descricoes .dsc-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
}

/* Imagem na ESQUERDA (adicione a classe .img-left no container) */
.descricoes.img-left .dsc-body {
  flex-direction: row-reverse;
}

/* lista */
ul.features {
  list-style: none;            /* remove bullets padrão */
  margin: 0;
  padding: 0 0 0 20px;
}

/* item */
ul.features li {
  position: relative;
  padding-left: 1.75rem;       /* espaço para o bullet custom */
  margin: 10px 0 14px;
  line-height: 1.24;
  font-size: clamp(1.15rem, 0.5vw + 0.8rem, 1.28rem);
  color: var(--brand-black);
}

/* bullet custom (ponto vermelho) */
ul.features li::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.65em;
  width: 10px;
  height: 10px;
  background: var(--brand-red, #c62828);
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

/* ênfase opcional em palavras-chave */
ul.features strong {
  font-weight: 700;
}


#faq {
  max-width: 1000px;
  margin: 24px auto 32px;
}

#faq div {
  border: 0 !important;
}

.faq-title {
  background: linear-gradient(180deg, var(--red-1, #e53935), var(--red-2, #b71c1c));
  color: #fff;
  font: 800 clamp(1rem, .9rem + .6vw, 1.35rem)/1.2 system-ui, Arial, sans-serif;
  padding: 10px 14px;
  border-radius: 10px;
  letter-spacing: .02em;
  box-shadow: 0 3px 0 rgba(0, 0, 0, .12), inset 0 1px 0 rgba(255, 255, 255, .5);
  margin-bottom: 14px;
}

.faq-item {
  background: #fff;
  border: 1.5px solid rgba(0, 0, 0, .15);
  border-radius: 12px;
  margin-bottom: 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .06), inset 0 1px 0 rgba(255, 255, 255, .6);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font: 700 1rem/1.3 system-ui, Arial, sans-serif;
  color: #111;
  position: relative;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "▸";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  opacity: .7;
}

.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.faq-content {
  padding: 12px 16px 16px;
  font: 400 1rem/1.55 system-ui, Arial, sans-serif;
  color: #222;
}

/* Hover sutil */
.faq-item summary:hover {
  background: rgba(0, 0, 0, .03);
}

/* Footer de fora a fora */
#footer {
  background: linear-gradient(180deg, #2d3238, #1f2328);
  color: #e9eef3 !important;
  border-top: 1px solid rgba(255, 255, 255, .12);
  padding: 22px 16px;
  margin-top: auto;  
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  /* alinha à borda esquerda da viewport */
  width: 100%;
  /* ocupa toda a viewport */
  box-sizing: border-box;
}

#footer strong{
  color: #e9eef3 !important;
}


#footer .footer-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

#footer .footer-nav a {
  color: #e9eef3 !important;
  opacity: .85;
  text-decoration: none;
  margin-left: 16px;
}

#footer .footer-nav a:hover {
  opacity: 1;
  text-decoration: underline;
}

#footer .footer-legal{
  max-width:1000px;
  margin:14px auto 0;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.12);
  text-align:center;
  font:400 .9rem/1.5 system-ui, Arial, sans-serif;
  opacity:.85;
}

#footer .footer-legal span {
  
  color: #e9eef3 !important;
}

#footer .footer-legal-info{
  max-width:1000px;
  margin:14px auto 0;
  padding-top:12px;
  text-align:center;
  font:400 .9rem/1.5 system-ui, Arial, sans-serif;
  opacity:.85;
}

#footer .footer-legal-info span {
  
  color: #e9eef3 !important;
}



.prelaunch{
  background: var(--paper);
  border:1.5px solid rgba(0,0,0,.14);
  border-radius:16px;
  box-shadow:0 12px 24px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.6);
  padding:24px 22px;
  max-width:1000px;
  margin:24px auto;

  /* faixa superior em vermelho, harmoniza com o resto do site */
  position:relative;
}
.prelaunch::before{
  content:"";
  position:absolute; left:0; right:0; top:0; height:8px;
  border-top-left-radius:16px; border-top-right-radius:16px;
  background:linear-gradient(90deg, var(--red-1), var(--red-2));
}

.prelaunch h2{
  font: 900 clamp(1.3rem, 1rem + 1.6vw, 2rem)/1.1 system-ui, Arial, sans-serif;
  letter-spacing:-.015em;
  color:var(--ink);
  margin:6px 0 8px;
  text-wrap: balance;
}

.prelaunch .lead{
  font:500 clamp(1rem, .95rem + .5vw, 1.25rem)/1.4 system-ui, Arial, sans-serif;
  color:#1f2937;
  margin:0 0 16px;
}

.prelaunch .launch-date{
  display:inline-block;
  background: linear-gradient(180deg, var(--red-1), var(--red-2));
  color:#fff;
  padding:.15em .5em .2em;
  border-radius:.4em;
  box-shadow:0 2px 0 rgba(0,0,0,.12);
}

.prelaunch-form{
  display:flex; gap:12px; align-items:stretch;
  margin: 4px 0 10px;
}
.prelaunch-form input[type="email"]{
  flex:1 1 auto;
  font: 500 1rem/1.2 system-ui, Arial, sans-serif;
  padding:14px 14px;
  border:1px solid rgba(0,0,0,.2);
  border-radius:12px;
  outline: none;
}
.prelaunch-form input[type="email"]:focus{
  border-color: var(--red-1);
  box-shadow: 0 0 0 3px rgba(229,57,53,.18);
}

.btn-primary{
  flex: 0 0 auto;
  padding: 14px 18px;
  border-radius:12px;
  border:1px solid #8a1c1a;
  background: linear-gradient(180deg, var(--red-1), var(--red-2));
  color:#fff; font: 800 1rem/1 system-ui, Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 8px 16px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.5);
  transition: transform .12s ease, box-shadow .12s ease, filter .12s;
}
.btn-primary:hover{ transform: translateY(-1px); filter:saturate(1.05); }
.btn-primary:active{ transform: translateY(0); box-shadow:0 6px 12px rgba(0,0,0,.14); }

.prelaunch .hint{
  display:block;
  color:var(--muted);
  margin-top:4px;
}

/* acessibilidade: “label invisível” */
.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

#prelaunch-title-error {
  color: #c20000;
}