body {
    background-color: #010714;
    font-family: "Inter", sans-serif;
    color: #FFF;
}

html {
    scroll-behavior: smooth;
}


/* FUENTES */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');

/* ------------------------- TOP BANNER ----------------------------- */

.top-banner {
    position: relative;
    background-image: url('../img/BANNER-LP.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.top-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient( 90deg, #3FC0FF 0%, #29F8F6 33%, #EA82FF 66%, #8AFED8 100%);
    background-size: 200% auto;
    animation: borderMove 3s linear infinite alternate;
}

.banner-txt {
    width: 70%;
    padding: 5vh 0;
    height: auto;
    position: relative;
    z-index: 2;
}

@keyframes borderMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

.top-banner img {
    max-width: 100%;
    height: auto;
}

img.logo {
    max-width: 13vw;
    height: auto;
    position: relative;
    z-index: 2;
}

img.logo-header {
    height: 1.3vw;
    width: auto;
}

img.logo-logitech {
    height: 13vh;
    width: auto;
}

img.footer {
    height: 13vh;
    width: auto;
}


/* ------------------------- MENU ----------------------------- */


/* Ajustes básicos */

.menu {
    background: #161616;
}

.menu a {
    color: #e18efb;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 20px;
}

.menu a:hover {
    color: #FFF;
    transition: 0.5s;
}

.menu .btn-primary {
    color: #212121;
    background: linear-gradient(92deg, #3BCAFD 0%, #E18EFB 100%);
    border: none;
}

.menu .btn-primary:hover {
    color: #fff;
    background-color: #fff;
    border: none;
 box-shadow: 1px -1px 31px 0px rgba(255,255,255,0.6);
-webkit-box-shadow: 1px -1px 31px 0px rgba(255,255,255,0.6);
-moz-box-shadow: 1px -1px 31px 0px rgba(255,255,255,0.6);
}


/* CARRUSEL DE PCS */


/* Fuerza la opacidad de los botones (flechas) */

.carousel-control-prev,
.carousel-control-next {
    opacity: 1 !important;
    /* ← ESSENCIAL */
}


/* Estilo base de las flechas */

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    width: 3rem;
    height: 3rem;
    background-color: #E18EFB;
    border-radius: 50%;
    opacity: 1 !important;
}


/* Flecha izquierda (prev) */

.carousel-control-prev-icon {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E") center / contain no-repeat;
}


/* Flecha derecha (next) */

.carousel-control-next-icon {
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") center / contain no-repeat;
}


/* Hover: seta branca */

.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    background-color: #FFF;
}


/* Iconos y botón mobile */

.navbar-toggler {
    background-color: #E18EFB;
    border: none;
    padding: 5px 10px;
    border-radius: 0;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='purple' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


/* Centrar en desktop */

.menu .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.footer {
    background-color: #161616;
    color: white;
    padding: 20px;
    text-align: center;
    font-family: Orbitron;
}

.note {
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    font-family: Orbitron;
}

.btn {
    border-radius: 0px;
}


/* ------------------------- SECCIÓN - OFERTAS PICHAU  ----------------------------- */

.sessao-ofertas {
    background: #0B0B0B;
}


/* ------------------------- SECCIÓN - LOGITECH  ----------------------------- */

.sessao-intel {
    background: #161616;
}

.sessao-pc-adrenaline {
    background: #0B0B0B;
}


/* ------------------------- TEXTOS ----------------------------- */

h2.section-title.highlight,
h2.section-title.highlight-2,
h2.section-title.highlight-white {
    padding: 2px 20px;
}

h2.section-title-pc {
    font-size: 4rem;
    font-family: Orbitron;
    font-weight: 700;
    text-align: left;
    background: linear-gradient( 90deg, #3FC0FF 0%, #29F8F6 33%, #EA82FF 66%, #8AFED8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h4.section-title-pc {
    color: #004D8E !important;
    font-size: 1.2rem;
    font-family: Orbitron;
    font-weight: 700;
    text-align: left;
}

h2.section-title,
h2.section-title-white,
h2.section-title-orange {
    font-size: 2.8rem;
    font-family: Orbitron;
    font-weight: 700;
}

h3.section-title,
h3.section-title-white,
h3.section-title-orange {
    font-size: 1.8rem;
    font-family: Orbitron;
    font-weight: 700;
}

h2.section-title.highlight {
    background: linear-gradient(90deg, #3FC0FF 0%, #29F8F6 33%, #EA82FF 66%, #8AFED8 100%);
    color: #181818;
    display: inline-block;
}

h2.section-title.highlight-2 {
    background: linear-gradient( 90deg, #3FC0FF 0%, #29F8F6 33%, #EA82FF 66%, #8AFED8 100%);
    color: #181818;
    display: inline-block;
}

h3.section-title {
    color: black;
}

h3.section-title-white {
    color: #fff;
}

h3.section-title-orange {
    color: #FF6500;
}

p.section-desc {
    color: #FF6500;
    font-size: 1.3rem;
    font-family: Orbitron;
    font-weight: 700;
    padding: 2rem 0;
}

.setup-name {
    color: #FF6500;
}


/* AJUSTES */

.py-8 {
    padding-top: 8rem !important;
    padding-bottom: 3rem !important;
}


/* ---------------------- OPCIONES DE PC -------------------------- */

.pc-card {
    background-color: #FF4E00;
    color: white;
    padding: 20px;
}

.pc-card h5 {
    color: #FF6500;
    font-family: Orbitron;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 0 0 0;
}

.badges {
    padding-bottom: 10px;
}

.badge {
    color: #fff;
    background: #C90808;
    border-radius: 0px;
    font-size: 14px;
    margin-bottom: 10px;
}

.pc-card h2 {
    color: #FFF;
    font-family: Orbitron;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


/* CONFIG PRINCIPAL */

.list-group,
.list-group-item {
    color: #42464D;
    font-weight: 600;
    border-radius: 0px;
    font-size: 14px;
    background: transparent;
    border: 1px solid #FF6500;
}

strong.item-pc {
    color: #FF6500;
    font-family: Orbitron;
    font-size: 12px;
    font-weight: 800;
}

.list-group .active {
    background: #C90808;
    font-family: Orbitron;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 2px;
}

.item-setup {
    margin: 4px 0;
    line-height: 2;
}

span.categoria {
    color: #FF6500;
    font-weight: 600;
}

span.categoria::after {
    content: ':';
}


/* OUTROS DETALHES DA CONFIG */

.btn-detalhes {
    font-size: 16px;
    font-weight: 600;
    padding: 8px;
    justify-content: center;
    position: relative;
    background: linear-gradient(92deg, #3BCAFD 0%, #E18EFB 100%);
    color: #161616;
    font-family: "Inter", sans-serif;
}

.btn-detalhes::after {
    position: absolute;
    right: 1rem;
}

.accordion {
    margin-top: 10px;
    --bs-border-radius: 0rem;
    --bs-border-width: 0px;
    --bs-border-style: solid;
    --bs-border-color: #C90808;
    --bs-accordion-active-bg: #C90808;
}

.accordion-body {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #FF4E00;
    border: 2px solid #C90808;
}

.accordion-button:not(.collapsed) {
    color: #FF6500;
}


/* BOTÓN DE COMPRA */

.btn-comprar {
    color: #161616;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 18.419px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: 100%;
    padding: 10px 5px;
    margin-top: 30px;
    background: linear-gradient(92deg, #3BCAFD 0%, #E18EFB 100%);
    -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
}

.btn-comprar:hover {
    background-color: #ffffff;
    color: #00246D;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}


/* NAVS MOBILE */

.swiper-button-next,
.swiper-button-prev {
    color: #FF6500 !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}


/* Garantiza la misma altura para todos los slides */

.swiper .swiper-wrapper {
    align-items: stretch;
}


/* Garantiza que todos los slides ocupen el 100% de la altura */

.swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}


/* Estira la card dentro del slide */

.pc-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


/* ---------------------------   PRODUCTOS DESTACADOS   -------------------------------- */

.category-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
    margin-top: 44px;
}

.category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    text-align: center;
}

.category-image {
    width: 115%;
    max-width: none;
    height: 135px;
    object-fit: contain;
    margin-bottom: 8px;
    transform: scale(1.35);
    transform-origin: center center;
}

.category-item .produto-titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: -42px;
    margin-bottom: 4px;
    line-height: 1.15;
}

.category-item .btn-veragora {
    margin-top: 24px;
}

.destaque-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    color: white;
    padding: 10px 0;
}

.destaque-item img {
    max-height: 180px;
    object-fit: contain;
}

.produto-titulo {
    font-family: Orbitron;
    font-size: 16px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
}

.btn-item-pc {
    font-size: 13px;
}

.btn-veragora {
    width: 100%;
    padding: 10px 5px;
    margin-top: 30px;
    font-size: 16px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
}

.btn-veragora,
.btn-item-pc {
    color: #161616;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    background: linear-gradient(92deg, #3BCAFD 0%, #E18EFB 100%);
}

.btn-veragora:hover,
.btn-item-pc:hover {
    background-color: #FFF;
    color: #fff;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}


/* Garantiza que todos los slides tengan la misma altura */

.swiper-destaques-container .swiper-wrapper {
    display: flex;
    align-items: stretch;
}


/* Cada slide se estira por igual */

.swiper-destaques-container .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}


/* El contenido de la card se estira para cubrir toda la altura */

.destaque-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.py-s {
    padding-top: 8rem !important;
    padding-bottom: 3rem !important;
}


/* ------------------------- MOBILE ----------------------------- */

@media (max-width: 767.98px) {
    .sponsors {
        display: none;
    }
    .pc-only {
        display: none;
    }
    /* AJUSTES */
    img.logo-header {
        height: 6vw;
        width: auto;
    }
    img.logo-logitech {
        height: 10vh;
        width: auto;
    }
    img.footer {
        height: 10vh;
        width: auto;
    }
    .py-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    p.section-desc {
        display: none;
    }
    .section-title,
    .section-title-white {
        font-size: 1.5rem !important;
        font-family: Orbitron;
        font-weight: 700;
    }
    /* ---------- TOP BANNER ---------- */
    img.logo {
        width: auto;
        height: 20vh !important;
        max-width: none !important;
        max-height: none !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
        z-index: 10;
        position: relative;
    }
    img.logo-header {
        height: 6vw;
        width: auto;
    }
    .top-banner {
        border-bottom: 2px solid #C90808;
    }
    .top-banner .row {
        flex-direction: column;
        align-items: center;
    }
    .top-banner .col-md-4,
    .top-banner .col-md-8 {
        text-align: center !important;
    }
    /* ---------- MENU ---------- */
    .menu-mobile-center {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .menu-mobile-center .navbar-nav {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
    .menu-mobile-center .navbar-nav .nav-link {
        margin: 10px 0;
    }
    .menu-mobile-center .btn {
        margin-top: 15px;
    }
    .category-strip {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 32px;
    }
    .category-item {
        min-height: auto;
    }
    .category-image {
        width: 100%;
        max-width: 260px;
        height: 125px;
        margin-bottom: 10px;
        transform: scale(1.2);
    }
    .category-item .produto-titulo {
        min-height: auto;
        margin-top: -24px;
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .category-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
