/* ── Slider wrapper + border curvo mobile ── */
.slider-wrapper {
    position: relative;
}

/* ── Slider container ── */
.slider-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 84px);
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .slider-container {
        clip-path: none;
    }
}

/* Modo vídeo (launchArea) */
.slider-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.showcase-container {
    position: relative;
    /*background-image: url('../images/showcase-bg.png');*/
    background-size: cover;
    background-position: center !important;
    background-repeat: no-repeat;
    width: 100% !important;
    min-height: 300px;
    max-height: 500px;
    height: 155vw !important;
    transition: background-image 1s ease, background-position 1s ease, background-size 1s ease;
}

/* Slides empilhados */
.slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center bottom;
    opacity: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.slide--active {
    opacity: 1;
    z-index: 1;
}

.slide--entering {
    opacity: 1;
    z-index: 2;
    animation: reveal-circle 1s ease forwards;
}

@keyframes reveal-circle {
    from { clip-path: circle(0% at 100% 100%); }
    to   { clip-path: circle(150% at 100% 100%); }
}

/* Wrapper: ocupa todo o slider, centraliza como section-content */
.slider-headline-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    pointer-events: none;
    width: 100%;
    max-width: 100%;
}

.slider-headline {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    line-height: 1;
    align-items: center;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .slider-headline {
        align-items: flex-start;
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .slider-headline-wrapper { padding: 0 32px; }
    .slider-headline { max-width: 900px; }
}


@media screen and (min-width: 1280px) {
    .slider-headline { max-width: 1200px; }
}

@media screen and (min-width: 1440px) {
    .slider-headline { max-width: 1300px; }
}

.slider-headline-sub,
.slider-headline-title {
    font-family: 'Hobeaux', 'Inter', sans-serif;
    display: block;
    background: linear-gradient(180deg, #fff 0%, #FFEF9D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter:
        drop-shadow(-1px -1px 0 #51200C)
        drop-shadow( 1px -1px 0 #51200C)
        drop-shadow(-1px  1px 0 #51200C)
        drop-shadow( 1px  1px 0 #51200C);
}

.slider-headline-sub {
    font-weight: 400;
    font-size: 5.2rem;
    font-size: clamp(2.8rem, 7vw, 5.2rem);
}

.slider-headline-title {
    font-weight: 900;
    font-size: 10rem;
    font-size: clamp(4.8rem, 13vw, 10rem);
}

.slider-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

.slider-buttons > * + * {
    margin-top: 12px;
}

.slider-btn-play,
.slider-btn-account {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

     width: 300px;
    height: 120px;
}

.slider-btn-play-text {

    position: absolute;
    left: 30px;
    top: 63%;
    transform: translateY(-50%);
    

    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.6rem;

    background-clip: text;
    color: #fff;
    text-shadow:
        -2px -2px 0 #51200C,
         2px -2px 0 #51200C,
        -2px  2px 0 #51200C,
         2px  2px 0 #51200C;
    letter-spacing: 0.05em;
    pointer-events: none;
    padding-bottom: 4px;
}

.slider-btn-account{
    height: 83px;
    width: 220px;
    margin-left: 10px;
}

.slider-btn-account-text {
    color: #fff;
    font-family: 'Mitr', sans-serif;
    font-weight: 500;
    font-size:  1.2rem;
    letter-spacing: 0.02em;
    pointer-events: none;
    padding-right: 28px;
    margin-top: -5px;
}


.countdown-offer {
    position: fixed;
    top: 20%;
    right: 0px;
    z-index: 4;
    width: 250px;
}

.countdown-offer-img {
    width: 100%;
}

.offer-textgroup {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    max-width: 135px;
}

.showcase-button {
    width: 100%;
}


.social-media-container {
    position: relative;
    background-color: var(--yellow-100);
}

.social-media-img-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-sheet-bg {
    position: absolute;
    height: 100%;
    object-fit: contain;
    z-index: 0;
    bottom: -52px;
    left: -159px;
}

.social-media-img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 450px;
}

.social-media-content {
    flex-direction: column;
    gap: 32px;
}

.social-media-icon-img {
    width: 60px;
}

.social-media-info {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    justify-content: center;
}

.instagram-base {
    width: 100%;
    height: 400px;
    background-color: var(--yellow-100);
    border: 1px solid var(--yellow-400);
    border-radius: 16px;
    padding: 16px;
}

.instagram-frame {
    background-color: var(--white);
    width: 100%;
    height: 100%;
}

.social-media-items {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.social-media-icons-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
}


.notices-container {
    background-color: var(--yellow-200);
}

.notices-content {
    flex-direction: column;
    gap: 32px;
}

.notices-list {
    display: flex;
    flex-wrap: wrap;
    margin: -16px;
}

.notices-list > * {
    margin: 16px;
    width: 100%;
}

.notice-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.notice-image {
    width: 100%;
    border-radius: 12px;
}

.notice-image-link {
    display: block;
    width: fit-content;
    height: fit-content;
}

.notice-card-textgroup {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notices-button {
    border-radius: 48px;
    width: 100%;
    max-width: 200px;
    padding: 8px;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    background-color: var(--orange-300);
    outline: none;
    border: none;
    font-size: 24px;
}

.notice-card-title {
    font-weight: 600;
    font-size: 24px;
    color: var(--orange-600);
    text-decoration: none;
    width: fit-content;
}

.notice-card-description {
    color: var(--oragen-600);
}

.play-now-container {
    background-color: var(--yellow-400);
}

.download-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.download-button {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: transparent;
}

.download-button img {
    width: 250px;
}

.play-now-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-now-img {
    display: none;
    width: 100%;
    max-width: 600px;
}

.play-now-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 60px;
}

.play-now-card {
    background-color: var(--yellow-100);
    padding: 32px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    max-width: 900px;
}

.play-now-tutorial-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.tutorial-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 16px;
    border-bottom: 2px solid var(--orange-400);
    padding-bottom: 32px;
}

.tutorial-item-button {
    border: none;
    outline: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.tutorial-item-button p {
    text-align: center;
    color: var(--black);
}

.game-items-container {
    background-color: var(--green-400);
}

.game-items-content {
    display: flex;
    flex-direction: column;
}

.game-items-content > * + * {
    margin-top: 32px;
}

.game-items-textgroup {
    display: flex;
    flex-direction: column;
}

.game-items-textgroup > * + * {
    margin-top: 16px;
}

.game-items-title {
    color: var(--white) !important;
}

.game-items-description {
    color: var(--white);
    text-align: center;
}

.game-items-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -16px;
    margin-top: 10px !important;
}

.game-item-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--yellow-100);
    border-radius: 24px;
    padding: 32px 8px;
    width: 175px;
    margin: 16px;
}

.game-item-container > * + * {
    margin-top: 14px;
}

.game-item-name {
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: var(--orange-600);
    font-size: 20px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
}

.game-item-image {
    width: 78px;
    height: 77px;
}

.game-items-button {
    border-radius: 48px;
    width: 100%;
    max-width: 200px;
    padding: 8px;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    background-color: var(--orange-300);
    outline: none;
    border: none;
    font-size: 24px;
}

@media screen and (min-width: 768px) {
    .game-items-list {
        margin: -12px;
    }

    .game-items-list .game-item-container {
        margin: 12px;
    }
}


@media screen and (min-width: 1024px) {
    .social-media-items {
        width: 100%;
        flex-direction: row-reverse;
    }

    .game-items-list {
        margin: -6px;
    }

    .game-items-list .game-item-container {
        margin: 6px;
    }
}

@media screen and (min-width: 1280px) {
    .social-media-items {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 36px;
    }

    .social-media-info {
        width: 100%;
        max-width: 650px;
        height: 100%;
    }

    .instagram-base {
        height: 600px;
    }

    .social-media-icons-list {
        width: 100%;
    }

    .social-media-img {
        max-width: 600px;
    }

    .social-media-icon-img {
        width: 80px;
    }

    .notices-list {
        margin: -16px;
    }

    .notices-list > * {
        width: calc(33.333% - 32px);
        margin: 16px;
    }

    .game-items-list {
        margin: -6px;
    }

    .game-items-list .game-item-container {
        margin: 6px;
    }

    .play-now-img {
        display: block;
    }

    .showcase-button {
    animation: pulseGlow 2s infinite;
    }

    @keyframes pulseGlow {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.08);

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

    .social-media-img {
    animation: float 3s ease-in-out infinite;
    }

        @keyframes float {
        0% {
            transform: translateY(0px);
        }
        50% {
            transform: translateY(-10px);
        }
        100% {
            transform: translateY(0px);
        }
    }

 .game-item-container {
  position: relative;
  overflow: visible;
  transition: transform 0.25s ease;
}

/* item */
.game-item-image {
  position: relative;
  z-index: 2;
  display: block;
  margin: 0 auto;

  animation: itemLegendary 2.5s ease-in-out infinite;
  transition: transform 0.2s ease;
}

/* nome */
.game-item-name {
  position: relative;
  z-index: 2;
  transition: color 0.25s ease;
}

/* hover INSANO */
.game-item-container:hover {
  transform: translateY(-8px);
}

.game-item-container:hover .game-item-image {
  transform: scale(1.2) rotate(-5deg);
}

.game-item-container:hover .game-item-name {
  color: #ff8a00;
}

/* animação principal */
@keyframes itemLegendary {
  0% {
    transform: translateY(0px) scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: translateY(-4px) scale(1.05) rotate(-2deg);
    opacity: 0.95;
  }
  50% {
    transform: translateY(-8px) scale(1.1) rotate(0deg);
    opacity: 0.85;
  }
  75% {
    transform: translateY(-4px) scale(1.05) rotate(2deg);
    opacity: 0.95;
  }
  100% {
    transform: translateY(0px) scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* glow pulsando */
@keyframes auraPulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.2;
  }
}

.notice-image-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.notice-image-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  opacity: 0;

  background: rgba(255, 255, 255, 0.25);
  transform: translateX(-250%) skewX(-25deg);
}

.notice-image-link:hover::after {
  opacity: 1;
  animation: noticeShine 0.8s ease;
}

@keyframes noticeShine {
  0% {
    transform: translateX(-250%) skewX(-25deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    transform: translateX(350%) skewX(-25deg);
    opacity: 0;
  }
}
}
