:root{
    --promo-yellow-dark: #ffc527;   /* amarelo do topo */
    --promo-yellow-light1: #fff8e8;
    --promo-yellow-light2: #fffdf7;

    --promo-purple: #3D1E6D;   /* roxo das faixas */
    --nav-height: 60px;        /* altura da barra */
    --stripe: 3px;             /* espessura da faixa roxa */
}


html, body {
    font-family: 'Montserrat', sans-serif !important;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    background: var(--promo-yellow-light1);
}

main {
  flex: 1 0 auto;
}

/* NAVBAR */
.promo-navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--nav-height);
    background: var(--promo-yellow-dark);
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    z-index: 1000;
}

.promo-navbar::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--stripe);
    background: var(--promo-purple);
    pointer-events: none;
}
.promo-navbar::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: var(--stripe);
    background: #273013;
    pointer-events: none;
}

.promo-navbar::before{ top: 0; }
.promo-navbar::after{ bottom: 0; }

.promo-center {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.promo-title-wrapper{
    display: inline-grid;
    justify-items: end;
    line-height: 1;
    padding: 8px 0px 0px 0px;
}

.promo-logo{
    height: 60px;
    width: auto;
}

/* Linha principal */
.promo-title {
    font-weight: 600;
    font-size: 1.50rem;
    color: #333;
}

/* Subtítulo alinhado à direita da palavra acima */
.promo-subtitle {
    font-weight: 600;
    font-size: 0.9rem;
    font-style: italic;
    color: #3a3a3a;
    margin-top: 2px;
    text-align: right;
}
.muted {
    color:#666;
    font-size: 12px;
}

/* ===========================
   LANDING PAGE
   =========================== */

.promo-main {
  flex: 1 0 auto;
  padding-top: var(--nav-height);
}
.promo-main .container {
    max-width: 900px;
}
/* HERO SUPERIOR */

.promo-hero {
  background-color: var(--promo-yellow-light1);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.promo-hero-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #222;
}

.promo-hero-text {
  font-size: 1rem;
  line-height: 1.5;
  color: #273013;
  max-width: 420px;
}

.promo-hero-image {
  max-width: 580px;
}

/* SEÇÃO INTERMEDIÁRIA (COMO JOGAR) */

.promo-section-light {
  background-color: var(--promo-yellow-light2);
}

.promo-section-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #222;
}

.promo-icon-wrapper {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}

.promo-item-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #222;
}

.promo-item-text {
  font-size: 0.95rem;
  color: #333;
}

/* SEÇÃO INFERIOR AMARELA */

.promo-section-yellow {
  background-color: var(--promo-yellow-light1);
}

.promo-section-light,
.promo-section-yellow {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
}

.promo-list {
  list-style-type: disc;
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.promo-list li {
  font-size: 0.95rem;
  color: #273013;
  margin-bottom: 0.75rem;
}

.promo-privacy-link {
  font-size: 0.95rem;
  font-weight: 500;
  color: #273013;
  text-align: center;
}

.promo-privacy-link i {
  font-size: 0.8rem;
}

/* RESPONSIVIDADE */

@media (max-width: 991.98px) {
  .promo-hero {
    text-align: center;
  }

  .promo-hero-title {
    font-size: 2rem;
  }

  .promo-hero-text {
    margin-inline: auto;
  }

  .promo-hero-image {
    max-width: 260px;
  }
}

/* ===========================
   RODAPÉ
   =========================== */
/* Os footers não devem encolher */
.promo-footer,
.promo-footer-yellow {
  flex-shrink: 0;
}

.promo-footer {
    background-color: #181a14;
    color: #fff;
    font-size: 0.75rem;
    height: 22px;
    line-height: 23px;
    text-align: center;
    width: 100%;
    font-weight: 200;
}

.promo-footer-link {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.promo-footer-link:hover {
    color: var(--promo-yellow-dark);
    text-decoration: none;
}


/* ===========================
   RODAPÉ AMARELO
   =========================== */
.promo-footer-yellow {
    background-color: var(--promo-yellow-dark);
    min-height: 120px;
    border-top: 2px solid var(--promo-purple);
    display: flex;
    align-items: center;
    width: 100%;
}

/* Coluna da esquerda (reaproveita estilos do topo) */
.promo-footer-yellow-left {
    border-right: 1px solid #d89f00; /* separador vertical */
    padding-right: 0px;
}

.promo-footer-yellow-right {
    display: flex;
    align-items: center;
}

.promo-footer-yellow-text {
    font-size: 0.95rem;
    font-weight: 400;
    color: #273013; /* cinza esverdeado */
    line-height: 1.4;
    max-width: 90%;
}

/* Responsividade — empilha conteúdo no mobile */
@media (max-width: 767px) {
  .promo-footer-yellow {
    height: auto;
    padding: 20px 0;
  }
  .promo-footer-yellow-left {
    border-right: none;
    margin-bottom: 15px;
  }
  .promo-footer-yellow-text {
    max-width: 100%;
    text-align: center;
  }
}

/* ÍCONES SOCIAIS NO RODAPÉ AMARELO */
.promo-social-icons {
    margin-top: 0px;
    font-size: 1.15rem;
}

.promo-social-link {
    color: #273013; /* cinza esverdeado */
    transition: color 0.2s ease, transform 0.2s ease;
}

.promo-social-link:hover {
    color: var(--promo-purple);
}

/* MENU INFERIOR DO RODAPÉ AMARELO */
.promo-footer-menu {
    color: #fff;
    font-weight: 400;
    font-size: 0.6rem;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    /*justify-content: space-around;*/
}

.promo-footer-menu-link {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.promo-footer-menu-link:hover {
    color: var(--promo-purple);
}

.promo-footer-menu-separator {
    color: #fff;
    margin: 0 10px;
}

/* Responsividade */
@media (max-width: 576px) {
  .promo-footer-menu {
    /*flex-direction: column;*/
    gap: 6px;
    text-align: center;
    padding-bottom: 65px;
  }
}
