*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

/* 🔥 FONDO BLANCO */
body{
  font-family:'Inter', sans-serif;
  background:#ffffff;
  color:#000;
}

/* ================= HEADER ================= */
header{
  background:#000;
  color:#fff;
  position:sticky;
  top:0;
  z-index:100;
}

.top-bar{
  max-width:1300px;
  margin:auto;
  padding:15px 30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.logo{
  font-family:'Oswald', sans-serif;
  font-size:28px;
  letter-spacing:2px;
  text-decoration:none;
  color:white;
}

.logo span{
  color:#ff1e1e;
}

nav a{
  margin:0 15px;
  text-decoration:none;
  color:white;
  font-size:13px;
  letter-spacing:1px;
  opacity:.85;
  transition:.3s;
}

nav a:hover{
  opacity:1;
  color:#ff1e1e;
}

.nav-right{
  display:flex;
  align-items:center;
  gap:18px;
}

.highlight{
  background:#ff1e1e;
  padding:6px 14px;
  font-size:12px;
  border-radius:3px;
}

/* ================= BANNER ================= */
.banner{
  position:relative;
  width:100%;
  height:520px;
  overflow:hidden;
}

/* 🔥 IMAGEN AHORA ES FONDO COMPLETO */
.slide{
  min-width:100%;
  height:100%;
  position:relative;
  display:flex;
  align-items:center;
  background-size:cover;
  background-position:center;
}

.slides{
  display:flex;
  height:100%;
  transition:.8s ease;
}

/* 🔥 GRADIENTE ENCIMA DE LA IMAGEN */
.bg-gradient{
  position:absolute;
  inset:0;
  background:linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.95) 2%,
    rgba(0, 0, 0, 0.8) 6%,
    rgba(3, 3, 3, 0.3) 30%
  );
  z-index:1;
}

.content{
  width:45%;
  padding-left:8%;
  z-index:3;
  color:white;
}

/* TEXTOS */
.brand{
  font-family:'Oswald', sans-serif;
  font-size:40px;
  letter-spacing:3px;
}

.product-name{
  font-family:'Oswald', sans-serif;
  font-size:70px;
  text-transform:uppercase;
  letter-spacing:2px;
  margin:10px 0;
}

.product-name::after{
  content:"";
  display:block;
  width:60px;
  height:3px;
  background:#ff1e1e;
  margin-top:10px;
}

.description{
  font-size:16px;
  color:#ddd;
  margin:20px 0 35px;
}

/* 🔥 BOTÓN ROJO */
.btn{
  background:#ff1e1e;
  color:#fff;
  padding:14px 40px;
  border:none;
  font-size:14px;
  letter-spacing:1px;
  cursor:pointer;
  transition:.3s;
}

.btn:hover{
  background:#cc0000;
}

/* FLECHAS */
.arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:rgba(0,0,0,0.5);
  border:none;
  color:white;
  width:50px;
  height:50px;
  cursor:pointer;
  font-size:28px;
  z-index:10;
}

.arrow-left{ left:20px; }
.arrow-right{ right:20px; }

/* DOTS */
.dots{
  position:absolute;
  bottom:25px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
}

.dot{
  width:8px;
  height:8px;
  background:rgba(255,255,255,.4);
  cursor:pointer;
}

.dot.active{
  width:20px;
  background:#ff1e1e;
}


.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Oswald', sans-serif; /* ya la tienes en tu proyecto */
    font-size: 28px;
    letter-spacing: 2px;
}

.logo .f {
    color: #ff1e1e; /* rojo intenso */
    font-weight: 900;
}

.logo .c {
    color: #ffffff; /* blanco */
    font-weight: 800;
}

.logo img {
    height: 60px;
    width: auto;
}

/* 🔥 efecto pro opcional */
.logo:hover {
    transform: scale(1.05);
    transition: 0.3s ease;
}







/* SECCION DE CATEGORIAS */
.categorias {
    background: #f5f5f5;
    padding: 60px 5%;
    text-align: center;
}

.header-categorias {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.header-categorias h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    letter-spacing: 2px;
}

.ayuda {
    font-size: 14px;
    color: #a0002a;
    text-decoration: none;
    font-weight: 500;
}

.grid-categorias {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 30px;
}

.categoria {
    cursor: pointer;
}

.categoria img {
    width: 120px;
    height:120px;
    object-fit: contain;
    background: #e0e0e0;
    border-radius: 50%;
    padding: 15px;
    transition: 0.3s ease;
}

.categoria p {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
}

/* 🔥 HOVER PRO */
.categoria:hover img {
    background: #ff1e1e;
    transform: scale(1.1);
}

.categoria:hover p {
    color: #ff1e1e;
}











/* 🔥 HERO MOTERO */
.hero-moto{
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    background: #000;
}

.hero-moto img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .65;
    transform: scale(1.05);
}

/* sombra oscura */
.overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.25)
    );
    z-index: 1;
}

/* texto */
.texto-hero{
    position: absolute;
    bottom: 50px;
    left: 7%;
    z-index: 2;
    color: white;
}

.texto-hero h1{
    font-size: 60px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(255,0,0,.5);
}

.texto-hero p{
    font-size: 16px;
    color: #ddd;
    font-family: 'Inter', sans-serif;
    letter-spacing: 1px;
}

/* 🔥 BENEFICIOS */
.beneficios{
    background: #0f0f0f;
    padding: 60px 5%;
    border-top: 2px solid #ff0000;
}

.contenido{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 25px;
}

/* cards */
.item{
    background: #161616;
    padding: 30px 25px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.05);
    transition: .35s;
    position: relative;
    overflow: hidden;
}

/* linea roja */
.item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg,#ff0000,#ff5e00);
}

/* hover */
.item:hover{
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(255,0,0,.18);
    border-color: rgba(255,0,0,.25);
}

/* iconos */
.icono{
    font-size: 38px;
    margin-bottom: 15px;
}

/* titulos */
.item h4{
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

/* texto */
.item p{
    color: #bdbdbd;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Inter', sans-serif;
}

/* 📱 responsive */
@media(max-width:768px){

    .hero-moto{
        height: 300px;
    }

    .texto-hero h1{
        font-size: 38px;
    }

    .texto-hero p{
        font-size: 14px;
    }

}



.productos {
    padding: 70px 5%;
    background: #f7f7f7;
}

/* HEADER */
.header-productos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.header-productos h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
}

.header-productos a {
    text-decoration: none;
    color: #ff1e1e;
    font-weight: bold;
}

/* SLIDER */
.slider-container {
    position: relative;
}

.slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.slider::-webkit-scrollbar {
    display: none;
}

/* CARD */
.card {
    min-width: 260px;
    background: white;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* HOVER 🔥 */
.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* IMAGEN */
.img-box {
    position: relative;
    background: #f1f1f1;
}

.img-box img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    transition: 0.4s;
}

/* ZOOM */
.card:hover img {
    transform: scale(1.08);
}

/* BADGE */
.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff1e1e;
    color: white;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 5px;
}

/* FAVORITO */
.fav {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 18px;
    cursor: pointer;
}

/* INFO */
.info {
    padding: 15px;
}

.info h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.marca {
    font-size: 12px;
    color: gray;
}

.precio {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

/* BOTONES */
.acciones {
    display: flex;
    gap: 10px;
    padding: 15px;
}

.detalle {
    flex: 1;
    border: 1px solid black;
    background: transparent;
    cursor: pointer;
    padding: 8px;
}

.carrito {
    width: 50px;
    background: black;
    color: white;
    border: none;
    cursor: pointer;
}

/* FLECHAS */
.prev, .next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.prev { left: -15px; }
.next { right: -15px; }







/* 🔥VIDEOs */

/* 🔥 SECCIÓN VIDEO */
.video-moto{
    padding: 90px 5%;
    background:
        radial-gradient(circle at top, rgba(255,0,0,.15), transparent 40%),
        #0b0b0b;
    text-align: center;
    overflow: hidden;
}

/* TITULO */
.titulo-video{
    margin-bottom: 40px;
}

.titulo-video span{
    color: #ff2a2a;
    font-size: 13px;
    letter-spacing: 3px;
    font-family: 'Inter', sans-serif;
    display: block;
    margin-bottom: 12px;
}

.titulo-video h2{
    color: white;
    font-size: 52px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.titulo-video p{
    color: #b8b8b8;
    font-size: 15px;
    max-width: 600px;
    margin: auto;
    line-height: 1.6;
}

/* CONTENEDOR VIDEO */
.video-box{
    position: relative;
    max-width: 1000px;
    margin: auto;
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid rgba(255,0,0,.15);
    box-shadow:
        0 0 40px rgba(255,0,0,.12),
        0 15px 40px rgba(0,0,0,.6);
    transition: .4s;
}

/* hover */
.video-box:hover{
    transform: scale(1.01);
    border-color: rgba(255,0,0,.35);
}

/* VIDEO */
.video-box video{
    width: 100%;
    height: 580px;
    object-fit: cover;
    display: block;
    background: black;
}

/* overlay oscuro */
.video-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.5),
        transparent 40%
    );
    pointer-events: none;
}

/* RESPONSIVE */
@media(max-width:768px){

    .video-moto{
        padding: 70px 5%;
    }

    .titulo-video h2{
        font-size: 34px;
    }

    .titulo-video p{
        font-size: 14px;
    }

    .video-box video{
        height: 260px;
    }

}


/* PROMO */
.promo-pro {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
    max-width: 1200px;
    margin: 60px auto;
}

/* IZQUIERDA */
.promo-left {
    position: relative;
}

.promo-left img {
    width: 100%;
    border-radius: 15px;
}

/* overlay */
.promo-left::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background: linear-gradient(90deg, rgba(0,0,0,0.8), rgba(0,0,0,0.2));
}

/* TEXTO */
.promo-text {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    color: white;
    z-index: 2;
}

.promo-text h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
}

.promo-text span {
    color: #ff1e1e;
}

.promo-text button {
    margin-top: 15px;
    background: #ff1e1e;
    border: none;
    padding: 10px 25px;
    color: white;
    cursor: pointer;
}

/* DERECHA */
.promo-right {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

/* BOX CLICKEABLE */
.box {
    position: relative;
    height: 90px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding-left: 20px;
    text-decoration: none;
    overflow: hidden;
}

/* overlay oscuro */
.box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    transition: 0.3s;
}

/* TEXTO */
.box span {
    position: relative;
    color: white;
    font-weight: bold;
    z-index: 2;
}

/* HOVER 🔥 */
.box:hover::before {
    background: rgba(255, 30, 30, 0.6);
}

.box:hover {
    transform: scale(1.03);
    transition: 0.3s;
}







 /* IMAGEN CRUZADA */
.urban-promo {
    position: relative;
    height: 400px;
    display: flex;
    overflow: hidden;
}

/* LADOS */
.lado {
    width: 50%;
    height: 100%;
    position: relative;
}

.lado img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CORTE DIAGONAL 🔥 */
.left {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.right {
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

/* OVERLAY OSCURO */
.lado::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

/* TEXTO CENTRAL */
.urban-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 5;
}

/* TITULO */
.urban-text h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    letter-spacing: 3px;
}

.urban-text span {
    color: #ff1e1e;
}

/* TEXTO */
.urban-text p {
    margin: 15px 0;
    color: #ddd;
}

/* BOTÓN */
.urban-text a {
    display: inline-block;
    background: #ff1e1e;
    padding: 12px 30px;
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.urban-text a:hover {
    background: black;
}

/* EFECTO HOVER 🔥 */
.urban-promo:hover .left {
    transform: scale(1.05);
}

.urban-promo:hover .right {
    transform: scale(1.05);
}

.lado {
    transition: 0.5s ease;
}






 /* FOOTER */
 .footer {
    background: #0d0d0d;
    color: white;
    padding: 60px 5% 20px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

/* LOGO */
.logo-footer {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
}

/* TITULOS CLICK */
.footer-title {
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* ICONO + */
.footer-title::after {
    content: "+";
    position: absolute;
    right: 0;
}

/* CONTENIDO OCULTO */
.footer-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ACTIVO */
.footer-col.active .footer-content {
    max-height: 200px;
    margin-top: 10px;
}

.footer-col.active .footer-title::after {
    content: "-";
}

/* LINKS */
.footer-content a {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
}

.footer-content a:hover {
    color: #ff1e1e;
}

/* TEXTO */
.footer-content p {
    font-size: 14px;
    color: #ccc;
}

/* BOTTOM */
.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
    color: #aaa;
}