﻿:root {
    --gp-red: #ff0000;
    --gp-green: #0fd300;
    --gp-black: #000000;
    --gp-deep-green: #001205;
    --gp-white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.font-montserrat {
    font-family: "Montserrat", system-ui, sans-serif;
}

.font-roboto {
    font-family: "Roboto", system-ui, sans-serif;
}

.text-gp-red {
    color: var(--gp-red);
}

.text-gp-green {
    color: var(--gp-green);
}

.promo-bar {
    flex-wrap: wrap;
    gap: 0 4px;
    align-content: center;
    background:
        linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72)),
        url("https://gpbox.com.br/wp-content/uploads/2024/03/luzryu.webp") center/cover no-repeat;
}

.hero-section {
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.86) 86%),
        url("https://gpbox.com.br/wp-content/uploads/2025/05/bannerps5black.jpg") center top/cover no-repeat;
}

.hero-overlay {
    pointer-events: none;
    background: radial-gradient(circle at 82% 16%, rgba(255, 0, 0, 0.2), transparent 28%);
}

.hero-logo {
    filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.65));
}

.cta-button {
    min-height: 46px;
    border-radius: 17px;
    background: var(--gp-green);
    box-shadow: 0 0 64px rgba(4, 8, 158, 0.32), 0 14px 30px rgba(15, 211, 0, 0.18);
    line-height: 1.2;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cta-button:hover {
    background: #14e300;
    box-shadow: 0 0 64px rgba(4, 8, 158, 0.42), 0 18px 38px rgba(15, 211, 0, 0.28);
    transform: translateY(-2px);
}

.cta-button:focus-visible,
.carousel-button:focus-visible,
.faq-question:focus-visible {
    outline: 2px solid var(--gp-white);
    outline-offset: 3px;
}

.feature-band {
    background: rgba(255, 246, 246, 0.03);
}

.feature-card {
    min-height: 220px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    padding: 28px 22px;
    text-align: center;
}

.feature-icon {
    margin-bottom: 20px;
    color: var(--gp-green);
    font-size: 44px;
}

.feature-card h2 {
    margin-bottom: 12px;
    color: var(--gp-white);
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 21px;
    font-weight: 800;
}

.feature-card p {
    color: rgba(255, 255, 255, 0.86);
    font-family: "Roboto", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.section-title {
    color: var(--gp-white);
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 1;
}

.carousel {
    position: relative;
    margin-inline: auto;
    max-width: 980px;
}

.carousel-track {
    display: grid;
    grid-auto-columns: minmax(190px, 1fr);
    grid-auto-flow: column;
    gap: 18px;
    overflow-x: auto;
    padding: 8px 4px 18px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
    display: none;
}

.carousel-track img {
    aspect-ratio: 800 / 1732;
    width: 100%;
    border-radius: 0;
    object-fit: cover;
    scroll-snap-align: start;
}

.carousel-button {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.7);
    color: var(--gp-white);
    transform: translateY(-50%);
    transition: background 160ms ease, transform 160ms ease;
}

.carousel-button:hover {
    background: var(--gp-red);
    transform: translateY(-50%) scale(1.04);
}

.nostalgia-section {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.45)),
        url("https://gpbox.com.br/wp-content/uploads/2024/03/controlebanner.webp") center/cover no-repeat;
}

.console-grid img {
    max-height: 56px;
    width: 100%;
    max-width: 92px;
    object-fit: contain;
    transition: transform 180ms ease;
}

.console-grid img:hover {
    transform: translateY(-2px);
}

.requirements-section {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.42)),
        url("https://gpbox.com.br/wp-content/uploads/2024/03/computadornotebook.jpg") center/cover no-repeat;
}

.requirements-section li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 8px;
}

.support-print {
    margin-inline: auto;
    width: min(100%, 260px);
    border-radius: 8px;
}

.checkout-section {
    background:
        linear-gradient(rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.86)),
        url("https://gpbox.com.br/wp-content/uploads/2024/03/promocao.webp") center/cover no-repeat;
}

.countdown-box {
    display: flex;
    min-width: 86px;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.58);
    padding: 16px 12px;
}

.countdown-box span {
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
}

.countdown-box small {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.faq-section {
    background:
        linear-gradient(rgba(0, 18, 5, 0.86), rgba(0, 0, 0, 0.92)),
        url("https://gpbox.com.br/wp-content/uploads/2024/03/perguntas.webp") center/cover no-repeat;
}

.faq-item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.62);
}

.faq-question {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    text-align: left;
    color: var(--gp-white);
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.faq-icon {
    flex: 0 0 auto;
    transition: transform 180ms ease;
}

.faq-answer {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 0 20px 18px;
    color: rgba(255, 255, 255, 0.82);
    font-family: "Roboto", system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
    padding-top: 18px;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .promo-bar {
        min-height: 70px;
        font-size: 14px;
        line-height: 1.3;
        padding-block: 8px;
    }

    .promo-bar span:last-child {
        flex: 0 0 100%;
        text-align: center;
    }

    main {
        padding-top: 70px;
    }

    .carousel-track {
        grid-auto-columns: minmax(158px, 72%);
    }

    .carousel-button {
        display: none;
    }

    .section-title {
        font-size: 26px;
        line-height: 1.15;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* Visual polish pass */
body {
    background: #050505;
}

.promo-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
}

.hero-section > .relative {
    min-height: calc(100vh - 70px);
    justify-content: center;
}

.video-frame {
    position: relative;
    border-radius: 8px;
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 22px 80px rgba(0, 0, 0, 0.74), 0 0 0 1px rgba(15, 211, 0, 0.15);
}

.video-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hero-proof span {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
    color: rgba(255, 255, 255, 0.92);
    font-family: "Montserrat", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.hero-proof i {
    color: var(--gp-green);
    font-size: 16px;
}

.feature-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.feature-card:hover {
    border-color: rgba(15, 211, 0, 0.52);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.34), 0 0 36px rgba(15, 211, 0, 0.1);
    transform: translateY(-3px);
}

.carousel-track img {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 6px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.45);
}

.nostalgia-section img,
.support-print {
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.5);
}

.console-grid {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 18px 45px rgba(0, 0, 0, 0.28);
}

.console-grid img {
    height: 56px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    padding: 8px;
}

.price-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 18, 5, 0.62));
    padding: 42px 28px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.62), 0 0 52px rgba(15, 211, 0, 0.1);
}

.price-panel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--gp-red), var(--gp-green));
}

.support-button {
    border-radius: 17px;
    background: #21c45d;
    box-shadow: 0 16px 34px rgba(33, 196, 93, 0.25);
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.support-button:hover {
    background: #25d366;
    box-shadow: 0 20px 42px rgba(33, 196, 93, 0.35);
    transform: translateY(-2px);
}

.floating-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 60;
    display: grid;
    width: 60px;
    height: 60px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-size: 30px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 34px rgba(37, 211, 102, 0.34);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.46), 0 0 42px rgba(37, 211, 102, 0.46);
}

.floating-whatsapp:focus-visible,
.support-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

@media (max-width: 767px) {
    .hero-section > .relative {
        min-height: auto;
        padding-top: 3rem;
    }

    .video-frame {
        border-radius: 6px;
    }

    .hero-proof {
        gap: 8px;
    }

    .hero-proof span {
        min-height: 44px;
        padding-inline: 8px;
        font-size: 11px;
        line-height: 1.2;
    }

    .price-panel {
        padding: 32px 16px;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
        width: 54px;
        height: 54px;
        font-size: 27px;
    }
}
