body {
    margin: 0;
    overflow-x: hidden;
    background-size: contain;
    background-position: top;
    color: var(--color-white);
    background-repeat: no-repeat;
    font-family: var(--font-main);
    background-color: rgba(31, 31, 31, 1);
    background-image: url('../img/bg_body2.png') !important;
}


.hero {
    text-align: center;
    padding: 80px 20px;
}

.hero__content {
    gap: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero__title {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.hero__highlight {
    color: var(--color-primary);
}

.hero__text {
    font-size: 20px;
    font-weight: 200;
    margin: 10px 0 40px;
    text-align: left;
    color: var(--color-white);
}

.hero__text strong {
    font-weight: 700;
}

.hero__text span {
    font-size: 30px;
    font-weight: 700;
}

.support__glass {
    z-index: 1;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 32px;
    padding: 4rem 1.5rem;
    backdrop-filter: blur(5.1px);
    -webkit-backdrop-filter: blur(5.1px);
    background: linear-gradient(180deg, rgba(47, 47, 47, 0.112) 0%, rgba(47, 47, 47, 0) 100%);
}

.footer__top--JR {
    flex-direction: column !important;
}

.footer__mid {
    margin-top: 48px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}



.myths-table {
  display: grid;
  gap: 16px;
  padding: 16px;
  color: #fff;
  font-family: sans-serif;
}

.myths-table__row {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #000;
  border: 1px solid #ffc600;
  padding: 16px;
  border-radius: 8px;
}

.myths-table__cell {
  padding: 8px 0;
  border-bottom: 1px solid #333;
}

.myths-table__cell--label {
  font-weight: bold;
  color: #ffc600;
}

.myths-table__cell--value:last-child {
  border-bottom: none;
}

.faq__inter_alin{
    display: flex;
    flex-direction: row;
    text-align: left;
    align-items: center;
    gap: 12px;
}

.faq__content-jogo-responsavel a {
    text-decoration: none;
    color: var(--color-primary-dark);
}

.faq__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    background-color: rgba(216, 216, 217, 0.1);
    padding: 0 24px;
}

/* Quando o checkbox estiver checado, expande */
.faq-toggle:checked~.faq__answer {
    max-height: 20000px;
    /* Ajuste conforme o conteúdo */
    padding: 16px 24px;
}

.content__answer {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    justify-content: center;
}

/* Wrapper com position */
.zoom-wrapper {
    position: relative;
    cursor: zoom-in;
}

.zoom-wrapper input.zoom-toggle {
    display: none;
}

.zoom-wrapper img {
    width: 200px;
    height: 448px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    position: relative;
}

/* Overlay que aparece quando marcado */
.zoom-wrapper .zoom-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 10;
}

/* Quando ativado */
.zoom-wrapper input.zoom-toggle:checked~img {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    height: 60vh;
    transform: translate(-50%, -50%) scale(1.5);
    z-index: 11;
    /*box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);*/
    cursor: zoom-out;
}

.zoom-wrapper input.zoom-toggle:checked~.zoom-overlay {
    display: block;
}




/* MOBILE FIRST (até 767px) */
@media (max-width: 767px) {

    .summary{
        width: 100%;
    }


    .myths-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
  }

  .myths-table__row {
    display: table-row;
    border: none;
    padding: 0;
  }

  .myths-table__cell {
    display: table-cell;
    border: 1px solid #ffc600;
    padding: 16px;
    vertical-align: top;
  }

  .myths-table__cell--label {
    display: none;
  }

  .myths-table__cell--value {
    display: table-cell;
  }

    .header__nav-header {
        display: flex;
        width: 76%;
        padding-left: 66px;
        margin-top: 48px;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        flex-direction: row;
    }

    .header__nav.nav--desktop {
        display: none;
    }

    .hamburger {
        display: block;
        border-radius: 4px;
        background: rgba(0, 0, 0, 0.20);
    }

    .header__nav.nav--mobile {
        display: flex;
    }

    .header__container {
        flex-direction: row;
        padding: 20px 20px 20px 50px;
        width: auto;
        align-items: center;
    }

    .header__container> :first-child {
        margin: 0 auto;
    }

    .header__container> :last-child {
        margin-left: auto;
    }


    .header__nav {
        flex-direction: column;
        gap: 10px;
    }

    .header__nav a {
        padding: 10px 0;
        font-size: 14px;
    }

    .faq__list details {
        padding: 10px 12px !important;
    }

    .faq__list details[open] {
        padding: 10px 24px;
        border: 2px solid var(--color-black);
    }

    .faq__list details {
        width: 100%;

    }

    .faq {
        padding: 60px 24px;
    }

    .hero__text {

        text-align: center;

    }

    .support__grid {
        width: 100%;
    }

    .support__item {
        width: inherit;
        height: auto;
        padding: 24px 24px;
    }

    .support__item--ballon {
        width: 80%;
        height: auto;
        padding: 24px 48px;
    }

    .support__glass {
        width: 100%;
        padding: 0rem 0px !important;
    }

    .footer__top--JR {
        padding: 48px 24px;
        flex-direction: column !important;
    }

    .support__text {
        padding: 0px 0px;
    }

    .footer__mid {
        flex-direction: column;
        gap: 20px;
    }
}

/* TABLET (768px – 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {}

/* INTERMEDIÁRIO (1025px – 1199px) */
@media (min-width: 1025px) and (max-width: 1199px) {}