/* ================================================================
   REPARANDO ANDO - CORE STYLES (ra-style.css)
   Versión PRO LIMPIA + COMENTADA (Mobile First + Optimizado)
   ================================================================ */

/* ================================================================
   0. VARIABLES GLOBALES (COLORES, SOMBRAS, TIPOGRAFÍA)
   ================================================================ */
:root {

    /* =========================
       COLORES
    ========================= */
    --ra-red: #e62222;        
    --ra-red-dark: #b31b1b;

    --ra-dark: #0d0d0d;       
    --ra-dark-light: #161616; 

    --ra-white: #ffffff;
    --ra-text-gray: #a0a0a0;


    /* =========================
       BORDER RADIUS
    ========================= */
    --ra-radius: 18px;
    --ra-radius-lg: 24px;


    /* =========================
       SOMBRAS
    ========================= */
    --ra-shadow-soft: 0 10px 30px rgba(0,0,0,0.08);
    --ra-shadow-strong: 0 20px 60px rgba(0,0,0,0.15);


    /* =========================
       TRANSICIONES
    ========================= */
    --ra-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);


    /* =========================
       TIPOGRAFÍA
    ========================= */
    --font-main: 'Inter', sans-serif;
    --font-title: 'Space Grotesk', sans-serif;
}
/* =========================
   FONTS PRO LOCAL
========================= */

/* INTER (texto) */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter.woff2') format('woff2');
  font-weight: 100 900;
  font-display: swap;
}

/* SPACE GROTESK (titulos) */
@font-face {
  font-family: 'Space Grotesk';
  src: url('../fonts/space.woff2') format('woff2');
  font-weight: 300 700;
  font-display: swap;
}


/* ================================================================
   1. RESET + TIPOGRAFÍA BASE
   ================================================================ */
body {
    font-family: 'Inter', sans-serif;
    background-color: #fff !important;
    color: var(--ra-dark);
    overflow-x: hidden;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}


p {
  color: #ccc;
}

/* Títulos y elementos destacados */
h1, h2, h3, h4, .ra-tagline, .footer-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}


/*los bordes de adorno de las secciones */


/* CONTENEDOR GENERAL */
.ra-shape {
    line-height: 0;
    overflow: hidden;
}

/* SVG */
.ra-shape svg {
    display: block;
    width: 100%;
    height: 80px;
}

/* COLORES (CLAVE) */
.ra-shape-top path {
    fill: #0d0d0d; /* color de la sección de ABAJO */
}

.ra-shape-bottom path {
    fill: #0d0d0d; /* color de la sección de ARRIBA */
}
/*GLOW*/
.ra-divider-glow {
    width: 100%;
    height: 100px;
    position: relative;
    background: #0d0d0d; /* importante */
}

/* línea central */
.ra-divider-glow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 3px;
    transform: translate(-50%, -50%);
    
    background: #ff2a2a;

    box-shadow: 
        0 0 20px #ff2a2a,
        0 0 40px #ff2a2a,
        0 0 80px #ff2a2a;
}
/* ================================================================
   2. NAVBAR (TRANSPARENTE → SCROLL NEGRO)
   ================================================================ */
/* =========================
   NAVBAR PRO FLOATING
========================= */
.navbar {
  font-family: 'Space Grotesk', sans-serif;
  margin: 15px auto;
  width: calc(100% - 40px);
  max-width: 1200px;

  border-radius: 14px;

  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  box-shadow: 0 10px 30px rgba(0,0,0,0.3);

  transition: all 0.3s ease;
  padding: 15px 20px;
}

/* SCROLL */
.navbar-scrolled {
  background: rgba(0, 0, 0, 0.9) !important;
  padding: 10px 20px;
}

/* LOGO */
.navbar-brand strong {
  color: #e62222;
}


/* LINKS */
.nav-link {
  color: #fff !important;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  padding: 8px 12px !important;
  -webkit-tap-highlight-color: transparent;
}

/* FIX BOOTSTRAP */
.dropdown-toggle:focus,
.dropdown-toggle:active {
  box-shadow: none !important;
  outline: none !important;
}

/* QUITAR CARET BOOTSTRAP */
.dropdown-toggle::after {
  display: none !important;
}

/* =========================
   FLECHA
========================= */
.caret {
  display: inline-block;
  margin-left: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  transition: 0.3s;
}

.nav-item.dropdown.show .caret {
  transform: rotate(-135deg);
}

/* =========================
   CTA NAVBAR PRO
========================= */
.btn-cta-nav {
  background: linear-gradient(135deg, #e62222, #ff2e2e);
  color: #fff;
  text-decoration: none;

  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;

  padding: 10px 18px;
  margin-left: 10px;

  display: inline-flex;
  align-items: center;
  gap: 6px;

  box-shadow: 0 5px 15px rgba(230,34,34,0.4);

  transition: all 0.3s ease;
}

/* HOVER */
.btn-cta-nav:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 25px rgba(230,34,34,0.6);
  color: #fff;
}

/* ICONO CTA */
.cta-icon {
  width: 30px;
  height: 30px;

  object-fit: contain;

  filter: brightness(0) invert(1);

  display: inline-block;
}

/* 🔥 ESTE BLOQUE SE MANTIENE (IMPORTANTE) */
.btn-cta-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* CLICK */
.btn-cta-nav:active {
  transform: scale(0.96);
}

/* =========================
   LOGO MOBILE
========================= */
.ra-mobile-logo {
  height: 75px;
  width: auto;
  display: block;
  margin: 10px auto;
}

/* =========================
   REDES MOBILE
========================= */
.ra-mobile-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.ra-mobile-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

.ra-mobile-social img {
  width: 28px;
  height: 28px;

  object-fit: contain;
  display: block;

  filter: brightness(0) invert(1);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.ra-mobile-social a:hover img {
  transform: scale(1.12);
  filter: brightness(0) saturate(100%) invert(27%) sepia(92%) saturate(3000%) hue-rotate(350deg);
}

/* =========================
   DESKTOP
========================= */
@media (min-width: 768px) {
  .logo-nav{
  width: 250px;
}


  .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #e62222;
    transition: width 0.3s ease;
  }

  .nav-link:hover::after,
  .nav-item.dropdown.show > .nav-link::after {
    width: 100%;
  }

  .nav-item.dropdown.show > .nav-link {
    color: #e62222 !important;
  }

  .dropdown-menu {
    margin-top: 10px;
    background: rgba(15,15,15,0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: none;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
  }

  .dropdown-item:hover {
    background: rgba(230,34,34,0.15);
    color: #fff;
    transform: translateX(5px);
  }

  .btn-cta-nav {
    animation: pulseCTA 2.5s infinite;
  }

  @keyframes pulseCTA {
    0% { box-shadow: 0 0 0 0 rgba(230,34,34,0.5); }
    70% { box-shadow: 0 0 0 10px rgba(230,34,34,0); }
    100% { box-shadow: 0 0 0 0 rgba(230,34,34,0); }
  }
}

/* =========================
   MOBILE
========================= */
@media (max-width: 768px) {
  .logo-nav{
  width: 250px;
}

  .navbar {
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .btn-cta-nav {
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }

  .dropdown-menu {
    background: transparent;
    box-shadow: none;
    padding: 0;
  }

  .dropdown-item {
    padding: 12px;
  }
}

/* =========================
   BASE GLOBAL NAV
========================= */

.dropdown-item {
  border-radius: 8px;
  padding: 10px 12px;
  color: #ddd;
  transition: all 0.2s ease;
}

/* =========================
   TOGGLER PRO
========================= */
.navbar-toggler {
  border: none;
  outline: none;
  box-shadow: none;
  padding: 10px;
}

.toggler-icon {
  display: block;
  width: 25px;
  height: 2px;
  background: white;
  position: relative;
  transition: 0.3s;
}

.toggler-icon::before,
.toggler-icon::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: white;
  transition: 0.3s;
}

.toggler-icon::before { top: -8px; }
.toggler-icon::after { top: 8px; }

.navbar-toggler.open .toggler-icon {
  background: transparent;
}

.navbar-toggler.open .toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.navbar-toggler.open .toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}
/* ================================================================
   3. HERO (PARALLAX + FULL SCREEN)
   ================================================================ */
.ra-hero {
    position: relative;
    width: 100%;
    height: 100dvh;
    background-color: #000;
    overflow: hidden;
}

.ra-hero-parallax {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* MOBILE FIRST */
    background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.5)),
                      url('../images/backgrounds/taller-mobile.webp');
    background-attachment: scroll;
}

@media (min-width: 768px) {
    .ra-hero-parallax {
        background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8)),
                          url('../images/backgrounds/taller-web.webp');
        background-attachment: fixed; /* Efecto Parallax Pro */
    }
}

.ra-hero-title {
    color: #fff;
    font-size: clamp(2.5rem, 8vw, 5rem);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0 10px 30px rgba(0,0,0,0.8);
    margin-bottom: 20px;
}

.ra-hero-text {
    color: rgba(255,255,255,0.9);
    font-size: clamp(1rem, 4vw, 1.3rem);
    text-shadow: 0 2px 10px rgba(0,0,0,0.8);
    margin-bottom: 40px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

/* ================================================================
   4. ANIMACIONES + BOTÓN GLOW & SHINY
   ================================================================ */

@keyframes revealHero {
    0% { opacity: 0; transform: translateY(30px); filter: blur(10px); }
    100% { opacity: 1; transform: translateY(0); filter: blur(0); }
}

.ra-reveal {
    opacity: 0;
    animation: revealHero 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.5s; }

/* EL BOTÓN DEFINITIVO: SHINY + GLOW */
.ra-btn-shiny.ra-btn-glow {
    display: inline-flex;
    align-items: center;
    padding: 18px 45px;
    background: var(--ra-red);
    color: #fff !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 14px;
    text-decoration: none !important;
    position: relative;
    overflow: hidden; /* Necesario para el efecto Shiny */
    transition: all 0.4s ease;
    /* Resplandor base */
    box-shadow: 0 0 20px rgba(230, 34, 34, 0.4);
    border: 1px solid rgba(255,255,255,0.1);
}

/* El Brillo (Shiny) animado */
.ra-btn-shiny.ra-btn-glow::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: all 0.6s;
    animation: ra-btn-shine-loop 4s infinite;
}

/* Efecto al pasar el ratón */
.ra-btn-shiny.ra-btn-glow:hover {
    transform: translateY(-5px) scale(1.03);
    background: #ff1a1a;
    /* Resplandor potente en hover */
    box-shadow: 0 0 40px rgba(230, 34, 34, 0.8);
}

@keyframes ra-btn-shine-loop {
    0% { left: -100%; }
    20% { left: 100%; }
    100% { left: 100%; }
}
/* ================================================================
   5. TARJETAS DE CONFIANZA (SERVICIOS)
   ================================================================ */
/* ================================================================
   TRUST CARD BASE (MÓVIL PRIMERO)
================================================================ */
/* ================================================================
   FEATURES / TRUST CARDS
================================================================ */
.ra-features{
  padding-top: 80px;
  padding-bottom: 80px;
}
.ra-trust-card {
    background: linear-gradient(145deg, #ffffff, #fafafa);
    padding: 26px 20px;

    border-radius: var(--ra-radius-lg);
    border: 1px solid #f0f0f0;

    text-align: left;
    height: 100%;

    position: relative;
    overflow: hidden;

    cursor: pointer;

    /* 🔥 ANIMACIÓN + BASE */
    opacity: 0;
    transform: translateY(40px) scale(0.96);

    transition: transform 0.35s ease,
                box-shadow 0.35s ease,
                border-color 0.35s ease,
                opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

/* CUANDO APARECE */
.ra-trust-card.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* FALLBACK */
.no-js .ra-trust-card {
  opacity: 1;
  transform: none;
}

/* ================================================================
   DECORACIÓN
================================================================ */

/* Línea lateral */
.ra-trust-card::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 4px;
    height: 45px;
    background: var(--ra-red);
    border-radius: 10px;
    transition: 0.35s;
}

/* Glow */
.ra-trust-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(circle at top right, rgba(230,34,34,0.10), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* ================================================================
   LAYOUT
================================================================ */

.trust-flex {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

/* 🔥 FIX BASE ICONO */
.trust-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ================================================================
   ICONOS
================================================================ */

.trust-icon img {
    width: 40px;
    height: 40px;

    object-fit: contain;
    display: block;

    filter: brightness(0);
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* ================================================================
   TEXTO
================================================================ */

.trust-content h3 {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.trust-content p {
    margin: 6px 0 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #666;
}

/* ================================================================
   HOVER (SOLO DISPOSITIVOS CON HOVER)
================================================================ */

@media (hover: hover) {

    .ra-trust-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: var(--ra-shadow-strong);
        border-color: rgba(230,34,34,0.25);
    }

    .ra-trust-card:hover::before {
        height: 75px;
        background: linear-gradient(to bottom, var(--ra-red), #ff4d4d);
    }

    .ra-trust-card:hover::after {
        opacity: 1;
    }

    .ra-trust-card:hover .trust-icon {
        transform: rotate(-5deg) scale(1.12);
        background: rgba(230,34,34,0.15);
    }

    .ra-trust-card:hover .trust-icon img {
        transform: scale(1.1);
        filter: brightness(0) saturate(100%) invert(27%) sepia(92%) saturate(3000%) hue-rotate(350deg);
    }

    .ra-trust-card:hover h3 {
        color: var(--ra-red);
    }
}

/* ================================================================
   TABLET / DESKTOP
================================================================ */

@media (min-width: 768px) {

    .trust-content h3 {
        font-size: 1.2rem;
    }

    .trust-content p {
        font-size: 0.95rem;
    }

    .trust-icon {
        width: 54px;
        height: 54px;
    }
}

/* ================================================================
   DESKTOP GRANDE
================================================================ */

@media (min-width: 1200px) {

    .ra-trust-card {
        padding: 30px 24px;
    }

    .trust-icon {
        width: 60px;
        height: 60px;
    }

    .trust-content h3 {
        font-size: 1.25rem;
    }

    .trust-content p {
        font-size: 1rem;
    }
}
/* ================================================================
   6. MENÚ MÓVIL (SIDE MENU)
   ================================================================ */
@media (max-width: 991px) {

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;

        width: 85%;
        height: 100vh;

        background: rgba(10, 10, 10, 0.98);

        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);

        padding: 120px 40px 40px;

        transition: 0.5s;
        z-index: 1040;
    }

    .navbar-collapse.show {
        left: 0;
    }

    .nav-link {
        font-size: 1.8rem !important;
        font-weight: 800 !important;
    }
}

/* ================================================================
   7. FOOTER
   ================================================================ */
/* ================================================================
   FOOTER PREMIUM (REPARANDO ANDO)
   ================================================================ */

.ra-footer {
    background: linear-gradient(180deg, #0a0a0a, #000);
    color: #fff;
    padding: 80px 0 0;
    position: relative;
}

/* Glow sutil */
.ra-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(230,34,34,0.15), transparent 60%);
    pointer-events: none;
}

/* ================================================================
   LOGO + TEXTO
   ================================================================ */

.ra-footer p {
    color: #aaa;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* ================================================================
   TITULOS
   ================================================================ */

.footer-title {
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}

/* Línea decorativa */
.footer-title::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: var(--ra-red);
    margin-top: 8px;
}

/* ================================================================
   LINKS
   ================================================================ */

.ra-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ra-footer-links li {
    margin-bottom: 10px;
}

.ra-footer-links a {
    color: #888;
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s;
}

/* Hover elegante */
.ra-footer-links a:hover {
    color: #fff;
    transform: translateX(4px);
}

/* ================================================================
   CONTACTO
   ================================================================ */

.footer-contact-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
}

.footer-contact-item i {
    color: var(--ra-red);
    font-size: 16px;
    margin-top: 3px;
}

.footer-contact-item p {
    font-size: 0.9rem;
    color: #aaa;
    margin: 0;
}

/* ================================================================
   REDES SOCIALES
   ================================================================ */



/* =========================
   SOCIAL FOOTER
========================= */

.ra-social-links {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 15px;
}

/* LINKS */
.ra-social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* ICONOS */
.ra-social-links img {
  width: 26px;
  height: 26px;

  object-fit: contain;
  display: block;

  filter: brightness(0) invert(1); /* 🔥 blanco */
  transition: transform 0.25s ease, filter 0.25s ease;
}

/* HOVER */
.ra-social-links a:hover img {
  transform: scale(1.15);
  filter: brightness(0) saturate(100%) invert(27%) sepia(92%) saturate(3000%) hue-rotate(350deg);
}
/* ================================================================
   FOOTER BOTTOM
   ================================================================ */

.footer-bottom {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-bottom p {
    font-size: 0.8rem;
    color: #777;
    margin: 0;
}

/* LINKS LEGALES */
.ra-legal-links a {
    color: #777;
    font-size: 0.8rem;
    margin-left: 15px;
    text-decoration: none;
}

.ra-legal-links a:hover {
    color: #fff;
}

.ra-legal-links a {
    color: rgba(255,255,255,0.7);
    margin-left: 15px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.ra-legal-links a:hover {
    color: #e62222;
}
/* ================================================================
   MOBILE
   ================================================================ */

@media (max-width: 768px) {

    .ra-footer {
        padding: 60px 0 0;
    }

    .footer-title {
        margin-top: 30px;
    }

    .ra-footer-links a {
        font-size: 0.95rem;
    }
}
/* --- MAPAS: AHORA SE VEN MÁS --- */
.ra-map-stealth {
    height: 100px; /* Un poco más altos */
    border-radius: 6px;
    overflow: hidden;
    margin-left: 28px;
    border: 1px solid rgba(255,255,255,0.15); /* Borde más visible */
    filter: grayscale(0.5) opacity(0.7); /* Menos negro, más mapa */
    transition: 0.4s ease;
}

.ra-map-stealth:hover {
    filter: grayscale(0) opacity(1);
    border-color: var(--ra-red);
}

.ra-map-stealth iframe {
    width: 100%;
    height: 100%;
    border: 0;
    /* Quitamos el invert fuerte para que el mapa se vea más claro y detallado */
    filter: brightness(0.8) contrast(1.2); 
}

/* --- BOTONES REDISEÑADOS --- */
.stealth-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-stealth {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

/* Forzamos el color rojo corporativo */
.btn-stealth.btn-red {
    background-color: #e62222 !important; /* Rojo reparando ando */
    color: #ffffff !important;
    border: 1px solid #e62222 !important;
    display: flex !important;
    opacity: 1 !important;
    box-shadow: 0 4px 12px rgba(230, 34, 34, 0.3);
}

.btn-stealth.btn-red i {
    color: #ffffff !important;
}

/* Efecto al pasar el ratón */
.btn-stealth.btn-red:hover {
    background-color: #ffffff !important;
    color: #e62222 !important;
    border-color: #ffffff !important;
}

/* WHATSAPP SIGUE SIENDO ELEGANTE PERO CLARO */
.btn-stealth.whatsapp-line {
    border: 1px solid rgba(37, 211, 102, 0.4);
    color: #25d366 !important;
    background: rgba(37, 211, 102, 0.05);
}

.btn-stealth.whatsapp-line:hover {
    background: #25d366;
    color: #fff !important;
}

/* MÓVIL: MAPAS AL 100% DE VISIBILIDAD */
@media (max-width: 768px) {
    .ra-map-stealth {
        margin-left: 0;
        filter: grayscale(0) opacity(1);
        height: 120px;
    }
    .btn-stealth {
        padding: 16px; /* Más cómodo para el pulgar */
    }
}


/* ================================================================
   PROOF RESEÑAS 
   ================================================================ */
/* ================================================================
   PROOF SECTION
================================================================ */


.ra-proof-banner {
    display: flex;
    align-items: center;
    gap: 25px;

    background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
    color: #fff;

    padding: 30px;

    border-radius: var(--ra-radius-lg);
    position: relative;
    overflow: hidden;

    border: 1px solid rgba(255,255,255,0.05);

    /* 🔥 AÑADIDO (SUAVE) */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Glow */
.ra-proof-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at left, rgba(230,34,34,0.25), transparent 60%);
    opacity: 0.8;

    pointer-events: none; /* 🔥 FIX */
}

/* HOVER */
.ra-proof-banner:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.6);
}

/* ================================================================
   ICONO
================================================================ */

/* ICONO RESEÑAS SVG */
.ra-proof-icon img {
  width: 100px;
  height: 100px;

  object-fit: contain;
  display: block;

  filter: brightness(0) saturate(100%) invert(27%) sepia(92%) saturate(3000%) hue-rotate(350deg);
  transition: transform 0.3s ease;
}

/* HOVER */
.ra-proof-banner:hover .ra-proof-icon img {
  transform: scale(1.15);
}

/* ================================================================
   TEXTO
================================================================ */

.ra-proof-text {
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.ra-proof-label {
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: var(--ra-red);
    font-weight: 700;
}

.ra-proof-text h3 {
    font-size: clamp(1.4rem, 3vw, 2rem);
    margin-top: 10px;
    line-height: 1.3;
}

.ra-proof-text strong {
    color: var(--ra-red);
}

/* ================================================================
   DERECHA
================================================================ */

.ra-proof-right {
    margin-left: auto;
    text-align: right;
    position: relative;
    z-index: 2;
}

.ra-proof-stars {
    font-size: 1.2rem;
    color: #f5b50a;
}

.ra-proof-score {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 10px;
}

/* BOTÓN */
.ra-proof-btn {
    display: inline-block;
    padding: 10px 18px;

    background: var(--ra-red);
    color: #fff;
    text-decoration: none;

    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 700;

    transition: 0.3s;
}

.ra-proof-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(230,34,34,0.4);
}

/* ================================================================
   MOBILE
================================================================ */

@media (max-width: 768px) {
    .ra-proof-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .ra-proof-right {
        margin-left: 0;
        text-align: left;
    }
}

/* ================================================================
   ABOUT PREMIUM - NIVEL MARCA CARA
   ================================================================ */
/* ================================================================
   ABOUT PRO (LIMPIO Y EQUILIBRADO)
================================================================ */

.ra-about-pro {
    background: #0d0d0d;
    padding: 80px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* Glow fondo */
.ra-about-pro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(230,34,34,0.2), transparent 60%);
    opacity: 0.6;
    pointer-events: none;
}

/* ================================================================
   MEDIA
================================================================ */

.ra-about-media {
    position: relative;
    z-index: 2;
}

.ra-about-media img {
    width: 100%;
    border-radius: 20px;
    display: block;
}

/* Badge flotante */
.ra-about-badge {
    position: absolute;
    bottom: 15px; /* 🔥 FIX */
    left: 20px;

    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,0.1);

    padding: 12px 18px;
    border-radius: 12px;

    font-size: 0.75rem;
}

.ra-about-badge span {
    display: block;
    color: var(--ra-red);
    font-weight: 700;
}

.ra-about-badge strong {
    font-size: 0.85rem;
}

/* ================================================================
   CONTENIDO
================================================================ */

.ra-about-content {
    padding-left: 30px; /* 🔥 más equilibrado */
    position: relative;
    z-index: 2;
}

.ra-about-tag {
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: var(--ra-red);
    font-weight: 700;
}

.ra-about-content h2 {
    font-size: clamp(2rem, 4vw, 2.6rem);
    margin: 15px 0;
    line-height: 1.2;
}

.ra-about-content h2 span {
    color: var(--ra-red);
}

/* Texto */
.ra-about-text {
    color: #bbb;
    font-size: 1rem;
    max-width: 500px;
}

/* ================================================================
   LISTA
================================================================ */

.ra-about-list {
    margin-top: 25px;
}

.ra-about-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 0.95rem;
}

/* Punto rojo */
.ra-dot {
    width: 8px;
    height: 8px;
    background: var(--ra-red);
    border-radius: 50%;
}

/* ================================================================
   CTA
================================================================ */

.ra-about-btn {
    margin-top: 30px;
    display: inline-block;

    padding: 14px 28px;
    background: var(--ra-red);
    color: #fff;
    text-decoration: none;

    border-radius: 12px;
    font-weight: 700;

    transition: 0.3s;
}

.ra-about-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(230,34,34,0.4);
}

/* ================================================================
   MOBILE
================================================================ */

@media (max-width: 768px) {

    .ra-about-pro {
        padding: 70px 0;
       
    }

    .ra-about-content {
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
    }

    .ra-about-text {
        margin: 0 auto;
    }

    .ra-about-list {
        align-items: center;
    }

    .ra-about-item {
        justify-content: center;
    }

    .ra-about-badge {
        left: 15px;
        bottom: 10px;
    }
}

/* ================================================================
   DESKTOP FINO
================================================================ */

@media (min-width: 1200px) {

    .ra-about-content {
        padding-left: 50px;
    }

    .ra-about-text {
        font-size: 1.05rem;
    }
}

/* ================================================================
   YOUTUBE SECTION PRO (FIX REAL)
   ================================================================ */
/* ================================================================
   YOUTUBE PRO (LAZY + PREMIUM)
================================================================ */

.ra-youtube {
   
    background: #0d0d0d;
    padding: 100px 0;
    color: #fff;
    position: relative;
}

/* GLOW */
.ra-youtube::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at right, rgba(230,34,34,0.15), transparent 60%);
    pointer-events: none;
}

/* ================================================================
   VIDEO CONTAINER
================================================================ */

.ra-youtube-video {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

/* ================================================================
   YT LITE (CLAVE)
================================================================ */

.yt-lite {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    cursor: pointer;
    overflow: hidden;
}

/* THUMB */
.yt-lite img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    transition: transform 0.4s ease;
}

/* OVERLAY OSCURO */
.yt-lite::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    transition: background 0.3s ease;
}

/* BOTÓN PLAY PRO */
.yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);

    width: 70px;
    height: 70px;

    background: rgba(230,34,34,0.9);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 26px;
    color: #fff;

    box-shadow: 0 10px 30px rgba(230,34,34,0.5);

    transition: all 0.3s ease;
    z-index: 2;
}

/* TRIÁNGULO MÁS LIMPIO */
.yt-play::before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px;
}

/* HOVER */
@media (hover: hover) {

    .yt-lite:hover img {
        transform: scale(1.05);
    }

    .yt-lite:hover::after {
        background: rgba(0,0,0,0.2);
    }

    .yt-lite:hover .yt-play {
        transform: translate(-50%, -50%) scale(1.1);
    }
}

/* ================================================================
   IFRAME (CUANDO CARGA)
================================================================ */

.yt-lite iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 3;
}

/* ================================================================
   TEXTO
================================================================ */

.ra-youtube-content {
    padding-left: 40px;
    position: relative;
    z-index: 2;
}

.ra-youtube-tag {
    font-size: 0.7rem;
    letter-spacing: 2px;
    color: var(--ra-red);
    font-weight: 700;
}

.ra-youtube-content h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 15px 0;
}

.ra-youtube-content h2 span {
    color: var(--ra-red);
}

.ra-youtube-content p {
    color: #bbb;
    margin-bottom: 20px;
}

/* BOTÓN */
.ra-youtube-btn {
    display: inline-block;
    padding: 14px 28px;
    background: var(--ra-red);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-weight: 700;
    transition: 0.3s;
}

.ra-youtube-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(230,34,34,0.4);
}
/* CONTENEDOR */
.yt-lite {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px;
}

/* IMAGEN */
.yt-lite img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY */
.yt-lite::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

/* BOTÓN PLAY PRO */
.yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 70px;
    height: 70px;

    background: rgba(230,34,34,0.95);
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 10px 30px rgba(230,34,34,0.5);
}

/* TRIÁNGULO */
.yt-play::before {
    content: "";
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px;
}

/* HOVER */
@media (hover: hover) {
  .yt-lite:hover img {
    transform: scale(1.05);
    transition: 0.4s;
  }

  .yt-lite:hover::after {
    background: rgba(0,0,0,0.2);
  }
}

/* ================================================================
   MOBILE
================================================================ */

@media (max-width: 768px) {

    .ra-youtube {
        padding: 70px 0;
    }

    .ra-youtube-content {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .yt-play {
        width: 60px;
        height: 60px;
    }
}
/* ================================================================
   SWITCH MOBILE UI (PRO REAL)
   ================================================================ */

.ra-switch-mobile {
    padding: 20px;
}

/* PANTALLA */
.ra-screen {
    background: #0d0d0d;
    border-radius: 20px;

    padding: 20px;

    box-shadow:
        0 20px 60px rgba(0,0,0,0.6),
        inset 0 0 30px rgba(255,255,255,0.03);

    position: relative;
    overflow: hidden;
}

/* Glow pantalla */
.ra-screen::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(230,34,34,0.25), transparent 70%);
    opacity: 0.8;
}

/* FORM */
.ra-form {
    position: relative;
    z-index: 2;
}

/* TÍTULO */
.ra-form h3 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

/* INPUTS */
.ra-form input,
.ra-form textarea {
    width: 100%;
    margin-bottom: 10px;

    padding: 14px;

    border-radius: 12px;
    border: 1px solid #222;

    background: #050505;
    color: #fff;

    font-size: 0.9rem;
}

/* FOCUS */
.ra-form input:focus,
.ra-form textarea:focus {
    border-color: var(--ra-red);
    outline: none;
    box-shadow: 0 0 12px rgba(230,34,34,0.3);
}

/* BOTÓN */
.ra-form button {
    width: 100%;
    padding: 14px;

    background: var(--ra-red);
    color: #fff;

    border-radius: 14px;
    border: none;

    font-weight: 700;
    font-size: 0.95rem;

    transition: 0.3s;
}

/* HOVER */
.ra-form button:hover {
    transform: translateY(-2px);
}

/* ================= DESKTOP ================= */

@media (min-width: 768px) {

    .ra-switch-mobile {
        max-width: 500px;
        margin: 0 auto;
    }

    /* OPCIONAL: añadir mini joycons */
    .ra-screen {
        border-radius: 24px;
    }
}

/* ================================================================
   ra-cta
   ================================================================ */
.ra-cta{
  padding-top: 80px;
  padding-bottom: 80px;
}



/* ================================================================
   FAQ PRO PREMIUM
================================================================ */

.ra-faq {
 
    background: linear-gradient(180deg, #0d0d0d, #080808);
    padding: 80px 20px;
    color: #fff;
}

/* HEADER */
.ra-faq-header span {
    color: var(--ra-red);
    font-size: 0.75rem;
    letter-spacing: 2px;
    font-weight: 700;
}

.ra-faq-header h2 {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    margin-bottom: 40px;
}

/* LISTA */
.ra-faq-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* ITEM */
.ra-faq-item {
    background: linear-gradient(145deg, #111, #0c0c0c);
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.05);

    overflow: hidden;
    transition: 0.3s;
}

/* HOVER */
@media (hover: hover) {
    .ra-faq-item:hover {
        border-color: rgba(230,34,34,0.3);
        transform: translateY(-2px);
    }
}

/* =========================
   QUESTION
========================= */

.ra-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 16px;
    cursor: pointer;

    font-weight: 700;
    font-size: 0.95rem;
}

/* ICONO + */
.faq-icon {
    width: 22px;
    height: 22px;
    position: relative;
}

/* líneas */
.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    background: #fff;
    transition: 0.3s;
}

.faq-icon::before {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.faq-icon::after {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* =========================
   ANSWER (ANIMADA)
========================= */

.ra-faq-answer {
    max-height: 0;
    overflow: hidden;

    transition: max-height 0.4s ease;
}

.faq-answer-inner {
    padding: 0 16px 16px;
    font-size: 0.9rem;
    color: #bbb;
    line-height: 1.5;
}

/* =========================
   ACTIVO
========================= */

.ra-faq-item.active {
    border-color: rgba(230,34,34,0.4);
}

/* icono → - */
.ra-faq-item.active .faq-icon::after {
    transform: scale(0);
}

/* =========================
   CTA
========================= */

.ra-faq-cta {
    margin-top: 40px;
    text-align: center;
}

.ra-faq-cta a {
    display: inline-block;
    padding: 14px 26px;

    background: linear-gradient(135deg, var(--ra-red), #ff2e2e);
    color: #fff;
    text-decoration: none;

    border-radius: 12px;
    font-weight: 700;

    transition: 0.3s;
}

.ra-faq-cta a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(230,34,34,0.4);
}

/* =========================
   MOBILE PRO
========================= */

@media (max-width: 768px) {

    .ra-faq {
        padding: 70px 15px;
    }

    .ra-faq-question {
        font-size: 1rem;
    }

}

/* ================================================================
   CASOS REALES (ANTES / DESPUÉS)
   ================================================================ */

.ra-cases {
    background: #0d0d0d;
    padding: 80px 20px;
    color: #fff;
}

/* HEADER */
.ra-cases-header span {
    color: var(--ra-red);
    font-size: 0.8rem;
    letter-spacing: 2px;
}

.ra-cases-header h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
}

/* GRID */
.ra-cases-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* CASO */
.ra-case {
    background: #111;
    border-radius: 16px;
    padding: 15px;
    border: 1px solid #1a1a1a;

    transition: transform 0.3s ease, border-color 0.3s ease;
}

.ra-case:hover {
    transform: translateY(-4px);
    border-color: rgba(230,34,34,0.4);
}

/* IMÁGENES */
.ra-case-images {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.ra-case-before,
.ra-case-after {
    position: relative;
    width: 50%;
}

.ra-case img {
    width: 100%;
    display: block; /* 🔥 FIX */
    border-radius: 10px;
}

/* LABELS */
.ra-case-before span,
.ra-case-after span {
    position: absolute;
    top: 8px;
    left: 8px;

    font-size: 0.7rem;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 700;

    z-index: 2; /* 🔥 FIX */
}

.ra-case-before span {
    background: #ff3b3b;
}

.ra-case-after span {
    background: #00c853;
}

/* INFO */
.ra-case-info h3 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.ra-case-info p {
    font-size: 0.85rem;
    color: #bbb;
}

/* DESKTOP */
@media (min-width: 768px) {

    .ra-cases-grid {
        flex-direction: row;
    }

    .ra-case {
        flex: 1;
    }

    .ra-cases-header h2 {
        font-size: 2rem;
    }
}
/* ================================================================
   PROCESS PRO (NIVEL PREMIUM)
================================================================ */
/* ================================================================
   PROCESS PRO (SEGURO + MOBILE FIRST)
================================================================ */

.ra-process {
    
    background: linear-gradient(180deg, #080808, #050505);
    padding: 60px 15px;
    color: #fff;
}

/* HEADER */
.ra-process-header span {
    color: var(--ra-red);
    font-size: 0.75rem;
    letter-spacing: 2px;
    font-weight: 700;
}

.ra-process-header h2 {
    margin-bottom: 40px;
    font-size: clamp(1.6rem, 5vw, 2.2rem);
}

/* ================================================================
   STEPS
================================================================ */

.ra-process-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* ================================================================
   CARD BASE (SIEMPRE VISIBLE)
================================================================ */

.ra-step {
    background: linear-gradient(145deg, #111, #0c0c0c);
    padding: 22px;

    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.05);

    position: relative;
    overflow: hidden;

    /* 🔥 visible SIEMPRE */
    opacity: 1;
    transform: none;

    transition:
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s ease,
        border-color 0.4s ease,
        opacity 0.4s ease;
}

/* SOLO SI JS EXISTE → ANIMACIÓN */
.js .ra-step {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
}

/* CUANDO APARECE */
.ra-step.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* GLOW */
.ra-step::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(230,34,34,0.15), transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* ================================================================
   TOUCH MOBILE (APP FEEL)
================================================================ */

.ra-step:active {
    transform: scale(0.97);
}

.touching {
    transform: scale(0.97) !important;
}

/* ================================================================
   NUMBER
================================================================ */

.ra-step-number {
    width: 40px;
    height: 40px;

    background: linear-gradient(135deg, var(--ra-red), #ff3b3b);

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 800;
    font-size: 0.95rem;

    margin-bottom: 12px;

    box-shadow: 0 8px 20px rgba(230,34,34,0.4);

    transition: transform 0.3s ease;
}

/* TOUCH EFFECT */
.ra-step:active .ra-step-number {
    transform: scale(0.9);
}

/* ================================================================
   TEXT
================================================================ */

.ra-step h3 {
    font-size: 1.1rem;
    margin-bottom: 6px;
}

.ra-step p {
    font-size: 0.9rem;
    color: #bbb;
    line-height: 1.5;
}

/* ================================================================
   HOVER (SOLO DESKTOP)
================================================================ */

@media (hover: hover) {

    .ra-step:hover {
        transform: translateY(-6px);
        border-color: rgba(230,34,34,0.3);
        box-shadow: 0 20px 40px rgba(0,0,0,0.6);
    }

    .ra-step:hover::before {
        opacity: 1;
    }
}

/* ================================================================
   TABLET / DESKTOP
================================================================ */

@media (min-width: 768px) {

    .ra-process {
        padding: 80px 20px;
    }

    .ra-process-steps {
        flex-direction: row;
        gap: 20px;
    }

    .ra-step {
        flex: 1;
        padding: 30px;
    }

    /* 🔥 CONECTOR ENTRE PASOS */
    .ra-step::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -10px;
        width: 20px;
        height: 2px;
        background: linear-gradient(to right, var(--ra-red), transparent);
        transform: translateY(-50%);
    }

    .ra-step:last-child::after {
        display: none;
    }
}

/* ================================================================
   TRUST STRIP (PRUEBA SOCIAL RÁPIDA)
   ================================================================ */

.ra-trust-strip {
    background: #0d0d0d;
    color: #fff;
    padding: 18px 15px;

    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);

    text-align: center;
}

.ra-trust-strip p {
    margin: 0;
    font-size: 0.85rem;
    color: #bbb;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

/* Separadores */
.ra-trust-strip p span {
    opacity: 0.6;
}

/* Desktop */
@media (min-width: 768px) {
    .ra-trust-strip p {
        font-size: 0.95rem;
        gap: 20px;
    }
}


/* ================================================================
   URGENCY SECTION (CIERRE DE VENTA)
   ================================================================ */

.ra-urgency {
    background: linear-gradient(135deg, #000, #0d0d0d);
    color: #fff;

    padding: 60px 20px;
    text-align: center;

    position: relative;
    overflow: hidden;
}

/* Glow rojo PRO */
.ra-urgency::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(230,34,34,0.25), transparent 70%);
    opacity: 0.6;
}

/* CONTENIDO */
.ra-urgency h2 {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.ra-urgency p {
    color: #bbb;
    font-size: 0.95rem;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

/* BOTÓN dentro */
.ra-urgency .ra-btn-shiny {
    position: relative;
    z-index: 2;
}


/* ================================================================
   AJUSTE VISUAL (NO ROMPER DISEÑO)
   ================================================================ */

/* separación coherente entre secciones */
.ra-trust-strip,
.ra-urgency {
    margin-top: 0;
}

/* evita espacios raros */


/* hero pegado arriba SIEMPRE */
.ra-hero + section {
    margin-top: 0 !important;
}

/* =========================
   COOKIE BANNER PRO
========================= */

.ra-cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(13,13,13,0.95);
  backdrop-filter: blur(10px);
  color: #fff;
  padding: 15px 20px;
  z-index: 9999;
  border-top: 1px solid rgba(230,34,34,0.2);
  animation: raSlideUp 0.4s ease;
}

@keyframes raSlideUp {
  from { transform: translateY(100%); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* CONTENIDO */
.ra-cookie-content {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

/* TEXTO */
.ra-cookie-content p {
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,0.8);
}

.ra-cookie-content a {
  color: #e62222;
  text-decoration: none;
}

/* =========================
   BOTONES (SIEMPRE EN FILA)
========================= */

.ra-cookie-buttons {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 420px;
}

.ra-cookie-buttons button {
  flex: 1;
  padding: 9px;
  font-size: 12px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  transition: all 0.25s ease;
  white-space: nowrap;
}

/* ACEPTAR */
.ra-cookie-buttons button:first-child {
  background: #e62222;
  color: #fff;
}

.ra-cookie-buttons button:first-child:hover {
  background: #ff2a2a;
  box-shadow: 0 0 10px rgba(230,34,34,0.5);
}

/* RECHAZAR */
.ra-cookie-buttons button:nth-child(2) {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
}

/* CONFIGURAR */
.ra-cookie-buttons button:nth-child(3) {
  background: transparent;
  color: #aaa;
}

/* =========================
   PANEL CONFIGURACIÓN
========================= */

.ra-cookie-settings {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.ra-cookie-box {
  background: #111;
  padding: 25px;
  border-radius: 12px;
  width: 420px;
  max-width: 90%;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  animation: raFade 0.3s ease;
}

@keyframes raFade {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

.ra-cookie-box h3 {
  margin-bottom: 15px;
  font-size: 18px;
}

.ra-cookie-option {
  margin: 15px 0;
  font-size: 14px;
}

.ra-cookie-option input {
  margin-right: 10px;
}

/* BOTONES PANEL */
.ra-cookie-actions {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.ra-cookie-actions button {
  flex: 1;
  padding: 10px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

/* GUARDAR */
.ra-cookie-actions button:first-child {
  background: #e62222;
  color: #fff;
}

/* CANCELAR */
.ra-cookie-actions button:last-child {
  background: #222;
  color: #aaa;
}

/* =========================
   MOBILE OPTIMIZADO
========================= */

@media (max-width: 768px) {

  .ra-cookie-banner {
    padding: 12px 15px;
  }

  .ra-cookie-content {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .ra-cookie-content p {
    font-size: 12px;
    line-height: 1.3;
  }

  .ra-cookie-buttons {
    flex-direction: row; /* 🔥 siempre en línea */
    max-width: 100%;
  }

  .ra-cookie-buttons button {
    font-size: 11px;
    padding: 8px;
  }

  .ra-cookie-box {
    width: 95%;
    padding: 20px;
  }

}


/*mini hero */
/* ======================================================
   HERO MINI - REPARANDO ANDO (MOBILE FIRST PRO)
   ====================================================== */

.ra-hero-mini {
    position: relative;
    overflow: hidden;
    text-align: center;

    /* 🔥 FONDO PRO */
    background: radial-gradient(circle at top, #1a1a1a, #0d0d0d);

    /* 🔥 ESPACIADO MOBILE */
    padding: 110px 16px 60px;

    /* SUAVIDAD */
    transition: all 0.3s ease;
}

/* =========================
   CAPA OSCURA SI HAY IMAGEN
========================= */
.ra-hero-mini::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 1;
}

/* CONTENIDO ENCIMA */
.ra-hero-mini .container {
    position: relative;
    z-index: 2;
}

/* =========================
   TAG
========================= */
.ra-hero-mini-tag {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 1.2px;
    color: #e62222;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

/* =========================
   H1
========================= */
.ra-hero-mini h1 {
    font-size: 2.2rem;
    line-height: 1.25;
    color: #fff;
    margin-bottom: 12px;
    font-weight: 700;
}

/* =========================
   TEXTO
========================= */
.ra-hero-mini p {
    font-size: 1rem;
    color: #bfbfbf;
    max-width: 100%;
    margin: 0 auto 22px;
    line-height: 1.5;
}

/* =========================
   BOTÓN
========================= */
.ra-hero-mini .ra-btn-shiny {
    display: inline-block;
    font-size: 0.9rem;
    padding: 12px 22px;
}

/* =========================
   TRANSICIÓN INFERIOR
========================= */
.ra-hero-mini::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, transparent, #0d0d0d);
    z-index: 1;
}

/* ======================================================
   TABLET (>=768px)
   ====================================================== */
@media (min-width: 768px) {

    .ra-hero-mini {
        padding: 130px 30px 70px;
    }

    .ra-hero-mini-tag {
        font-size: 0.8rem;
    }

    .ra-hero-mini h1 {
        font-size: 2.2rem;
    }

    .ra-hero-mini p {
        font-size: 1rem;
        max-width: 600px;
    }

    .ra-hero-mini .ra-btn-shiny {
        font-size: 0.95rem;
        padding: 13px 26px;
    }
}

/* ======================================================
   DESKTOP (>=1200px)
   ====================================================== */
@media (min-width: 1200px) {

    .ra-hero-mini {
        padding: 160px 20px 90px;
    }

    .ra-hero-mini h1 {
        font-size: 2.8rem;
        letter-spacing: -0.5px;
    }

    .ra-hero-mini p {
        font-size: 1.05rem;
        max-width: 650px;
    }

}

/* ======================================================
   ULTRA (>=1400px) OPCIONAL
   ====================================================== */
@media (min-width: 1400px) {

    .ra-hero-mini h1 {
        font-size: 3.2rem;
    }

    .ra-hero-mini {
        padding: 180px 20px 100px;
    }

}

/*ESTILOS DE CONTACTO */
/* ================================================================
   9. SECCIÓN CONTACTO PRO (contacto.php)
   ================================================================ */

.ra-contact-page {
    background: var(--ra-dark);
    padding: 80px 0;
    position: relative;
}

/* --- TARJETAS DE INFORMACIÓN --- */
.ra-contact-info-card {
    background: linear-gradient(145deg, var(--ra-dark-light), #0a0a0a);
    padding: 30px;
    border-radius: var(--ra-radius);
    border: 1px solid rgba(255, 255, 255, 0.05);
    height: 100%;
    transition: var(--ra-transition);
}

.ra-contact-info-card:hover {
    transform: translateY(-5px);
    border-color: rgba(230, 34, 34, 0.3);
    box-shadow: var(--ra-shadow-strong);
}

/* Reutilización de iconos de contacto */
.ra-contact-info-card i {
    color: var(--ra-red);
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}

.ra-contact-info-card h3 {
    color: var(--ra-white);
    font-size: 1.25rem;
    margin-bottom: 12px;
}

.ra-contact-info-card p, 
.ra-contact-info-card a {
    color: var(--ra-text-gray);
    font-size: 0.95rem;
    text-decoration: none;
    transition: 0.3s;
}

.ra-contact-info-card a:hover {
    color: var(--ra-red);
}

/* --- MAPA DARK MODE --- */
.ra-map-wrapper {
    border-radius: var(--ra-radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: var(--ra-shadow-strong);
    height: 100%;
    min-height: 400px;
}

/* Filtro opcional para que el mapa se vea oscuro y combine con la web */
.ra-map-wrapper iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(1) invert(90%) contrast(1.2);
}

/* --- AJUSTES AL FORMULARIO (PÁGINA CONTACTO) --- */
/* Si usas el formulario fuera del contenedor 'ra-screen' en la página dedicada */
.ra-contact-form-container {
    background: var(--ra-dark-light);
    padding: 40px;
    border-radius: var(--ra-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.ra-form select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

/* --- HORARIOS Y LISTAS --- */
.ra-contact-list {
    list-style: none;
    padding: 0;
}

.ra-contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    color: var(--ra-text-gray);
}

.ra-contact-list strong {
    color: var(--ra-white);
}

/* ================================================================
   RESPONSIVE CONTACTO
   ================================================================ */

@media (max-width: 768px) {
    .ra-contact-page {
        padding: 60px 15px;
    }

    .ra-map-wrapper {
        min-height: 300px;
        margin-top: 30px;
    }

    .ra-contact-info-card {
        padding: 25px 20px;
    }
}

/* ================================================================
   10. ESTILOS ESPECÍFICOS PARA PÁGINA DE SERVICIOS (PS5, XBOX...)
   ================================================================ */

/* --- CONTENEDOR DE TABLA DE PRECIOS --- */
.ra-price-container {
    background: #0d0d0d;
    border-radius: var(--ra-radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1px; /* Para el efecto de borde fino */
    overflow: hidden;
    box-shadow: var(--ra-shadow-strong);
}

.table-dark {
    --bs-table-bg: #0d0d0d;
    --bs-table-hover-bg: #161616;
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0;
}

/* Cabecera de la tabla */
.table-dark thead th {
    background: #1a1a1a;
    color: var(--ra-white);
    font-family: var(--font-title);
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
    border-bottom: 2px solid var(--ra-red);
    padding: 20px;
}

/* Filas de la tabla */
.table-dark tbody td {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    font-size: 0.95rem;
    color: var(--ra-text-gray);
    transition: var(--ra-transition);
}

.table-dark tbody tr:hover td {
    color: #fff;
}

/* Columna de Precio Express (Destacada) */
.table-dark tbody td:last-child {
    background: rgba(230, 34, 34, 0.03);
    font-weight: 700;
}

.table-dark tbody tr:hover td:last-child {
    background: rgba(230, 34, 34, 0.08);
}

/* --- TARJETAS DE SÍNTOMAS (Iconos a la izquierda) --- */
.ra-service-item {
    transition: var(--ra-transition);
    cursor: default;
    position: relative;
}

.ra-service-item:hover {
    transform: translateX(10px);
    background: #161616 !important;
}

.ra-service-item h4 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    transition: 0.3s;
}

.ra-service-item:hover h4 {
    color: var(--ra-red) !important;
}

/* --- BADGES Y ALERTAS --- */
.ra-badge-price {
    background: rgba(230, 34, 34, 0.1);
    color: var(--ra-red);
    border: 1px solid rgba(230, 34, 34, 0.2);
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.alert-dark {
    background: #111;
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: var(--ra-radius);
}

/* --- RESPONSIVE TABLE --- */
@media (max-width: 768px) {
    .table-dark thead th {
        padding: 15px 10px;
        font-size: 0.7rem;
    }
    
    .table-dark tbody td {
        padding: 12px 10px;
        font-size: 0.85rem;
    }

    .ra-service-item:hover {
        transform: none; /* Quitamos el desplazamiento en móvil para evitar saltos */
    }
}

/* --- EFECTO GLOW PARA LA IMAGEN DE LA CONSOLA --- */
.profile-img.play5 {
    filter: drop-shadow(0 0 30px rgba(0, 102, 255, 0.2)); /* Un toque azul suave como la luz de PS5 */
    animation: floatConsola 6s ease-in-out infinite;
}

@keyframes floatConsola {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}
/* Estilo para el bloque de Combos */
.ra-combo-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.ra-combo-box:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 40px rgba(230, 34, 34, 0.2);
    border-style: solid; /* Pasa de punteado a sólido al tocarlo */
}

.ra-price-badge span {
    font-family: var(--font-title);
}



/* =====================================================
   REPARANDO ANDO - CSS PRO CORE
   Variables de marca para coherencia total
===================================================== */
:root {
    --ra-red: #e62222;
    --ra-red-glow: rgba(230, 34, 34, 0.4);
    --ra-dark: #050505;
    --ra-card-bg: #0d0d0d;
    --ra-border: #1a1a1a;
    --ra-text-muted: #a0a0a0;
    --ra-gradient: linear-gradient(135deg, #e62222 0%, #901515 100%);
    --ra-glass: rgba(255, 255, 255, 0.03);
}

body {
    background-color: var(--ra-dark);
    color: #ffffff;
    font-family: 'Inter', 'Segoe UI', Roboto, sans-serif;
}

/* =====================================================
   HERO & HEADER OVERLAY
===================================================== */
.page-header {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid var(--ra-border);
}

.page-header-bg {
    transition: transform 0.5s ease;
}

.page-header:hover .page-header-bg {
    transform: scale(1.05);
}

.page-header__inner h1 {
    text-shadow: 0 10px 30px rgba(0,0,0,0.5);
    letter-spacing: -1px;
}

/* =====================================================
   TARJETAS DE SERVICIO (Experience-one)
===================================================== */
.ra-section {
    padding: 100px 0;
}

.experience-one__single {
    background: var(--ra-card-bg);
    border: 1px solid var(--ra-border);
    border-radius: 24px;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.experience-one__single:hover {
    transform: translateY(-10px);
    border-color: var(--ra-red);
    box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 20px var(--ra-red-glow);
}

/* Efecto de luz interna al hacer hover */
.experience-one__single::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(230,34,34,0.05) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.experience-one__single:hover::before {
    opacity: 1;
}

.experience-one__icon {
    font-size: 45px;
    color: var(--ra-red);
    margin-bottom: 25px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.experience-one__single:hover .experience-one__icon {
    transform: scale(1.1) rotate(5deg);
}

/* =====================================================
   SECCIÓN RESEÑAS (Google Style)
===================================================== */
#reviews {
    background: radial-gradient(circle at center, #111 0%, #050505 100%) !important;
}

#reviews img.rounded {
    border: 2px solid transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    filter: grayscale(0.2);
}

#reviews img.rounded:hover {
    filter: grayscale(0);
    border-color: var(--ra-red);
    transform: scale(1.03);
}

/* =====================================================
   PREGUNTAS FRECUENTES (Accordions Pro)
===================================================== */
.accrodion-grp .accrodion {
    background: var(--ra-glass);
    border: 1px solid var(--ra-border);
    border-radius: 15px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.accrodion.active {
    border-color: var(--ra-red);
    background: rgba(230, 34, 34, 0.02);
}

.accrodion-title {
    padding: 20px 25px;
    cursor: pointer;
}

.accrodion-title h4 {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accrodion-title h4::after {
    content: '+';
    color: var(--ra-red);
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.accrodion.active .accrodion-title h4::after {
    transform: rotate(45deg);
}

/* =====================================================
   BOTONES Y ELEMENTOS DE ACCIÓN
===================================================== */
.thm-btn {
    background: var(--ra-gradient);
    color: #fff;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.thm-btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0.1;
}

.thm-btn:hover::after {
    width: 100%;
}

.thm-btn:hover {
    box-shadow: 0 10px 25px var(--ra-red-glow);
    transform: translateY(-2px);
    color: #fff;
}

/* =====================================================
   MAPA Y UBICACIÓN
===================================================== */
iframe {
    filter: invert(90%) hue-rotate(180deg) brightness(0.9); /* Efecto Mapa Dark */
    border-radius: 20px;
}

/* =====================================================
   ANIMACIONES (Para los WOW.js)
===================================================== */
.shapeMover {
    animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
    0% { transform: translate(0, 0px); }
    50% { transform: translate(0, 20px); }
    100% { transform: translate(0, 0px); }
}

/* Scrollbar Pro */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: var(--ra-dark);
}
::-webkit-scrollbar-thumb {
    background: #333;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--ra-red);
}

/* ============================================================
   FORMATO PRO PARA IMÁGENES DENTRO DEL ARTÍCULO
   ============================================================ */

/* Contenedor para asegurar el centrado y ancho máximo */
.ra-article-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

/* Estilo directo a la etiqueta <img> dentro del contenido */
.ra-blog-content img {
    /* Corrección de Tamaño Crítica */
    max-width: 100% !important; /* No permite que sea más ancha que el texto (850px) */
    height: auto !important;    /* Mantiene la proporción */
    
    /* Diseño Pro */
    border-radius: 12px;         /* Bordes redondeados suaves */
    border: 1px solid #222;      /* Borde sutil gris oscuro */
    
    /* Profundidad (Sombra roja sutil estilo Reparando Ando) */
    box-shadow: 0 10px 30px rgba(230, 34, 34, 0.1); 
    
    /* Centrado preventivo */
    display: block;
    margin-left: auto;
    margin-right: auto;
    
    /* Opcional: un ligero filtro para que pegue con el modo oscuro */
    filter: brightness(0.9);
    transition: filter 0.3s ease;
}

/* Efecto al pasar el ratón */
.ra-blog-content img:hover {
    filter: brightness(1);
    border-color: #e62222; /* El borde se ilumina en rojo */
}

/* ============================================================
   CORRECCIÓN CRÍTICA PARA IMÁGENES EN MÓVIL
   ============================================================ */

.ra-blog-content img {
    /* Forzamos que nunca superen el ancho de la pantalla */
    max-width: 100% !important; 
    height: auto !important;    /* Mantiene la proporción original */
    
    /* Centrado total */
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;

    /* Estética Pro */
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Ajuste específico para contenedores de imagen */
.my-5.text-center {
    width: 100% !important;
    overflow: hidden; /* Evita que cualquier resto de código desborde el móvil */
    padding: 0 10px;  /* Un poco de aire en los laterales en móvil */
}

@media (max-width: 768px) {
    .ra-blog-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .ra-blog-content img {
        margin-top: 20px;
        margin-bottom: 20px;
        /* En móvil, a veces es mejor que ocupen casi todo el ancho */
        width: 100%; 
    }
}
/*estilos de nosotros */
/* ============================================================
   REPARANDO ANDO - ESTILOS NOSOTROS ELITE
   ============================================================ */

.about-wrapper { 
    padding-top: 90px;
    background-color: #050505; 
    color: #ffffff; 
    font-family: 'Space Grotesk', sans-serif;
}

/* HERO CON GRADIENTE RADIAL */
.hero-about { 
    padding: 120px 0; 
    background: radial-gradient(circle at center, rgba(230, 34, 34, 0.08) 0%, rgba(5, 5, 5, 1) 80%), 
                linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.5)), 
                url('/assets/images/backgrounds/taller-web.webp'); 
    background-size: cover; 
    background-position: center; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); 
}

.text-gradient { 
    background: linear-gradient(135deg, #ffffff 40%, #e62222 100%); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}

/* STAT BOXES (EFECTO VIDRIO OSCURO) */
.stat-box { 
    background: linear-gradient(145deg, #0d0d0d, #080808); 
    border: 1px solid rgba(255, 255, 255, 0.05); 
    padding: 45px 20px; 
    border-radius: 24px; 
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); 
    text-align: center;
    position: relative;
}

.stat-box:hover { 
    border-color: rgba(230, 34, 34, 0.4); 
    transform: translateY(-12px); 
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5), 0 0 20px rgba(230, 34, 34, 0.1);
}

.stat-number { 
    font-size: 3.2rem; 
    font-weight: 800; 
    color: #e62222; 
    display: block; 
    line-height: 1;
    margin-bottom: 12px;
}

/* ICONOS DE CARACTERÍSTICAS */
.feature-icon { 
    width: 70px; 
    height: 70px; 
    background: #111111; 
    border: 1px solid rgba(255, 255, 255, 0.1); 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    border-radius: 18px; 
    margin-bottom: 25px; 
    transition: all 0.5s ease;
    position: relative;
}

.feature-icon img { 
    width: 35px; 
    height: 35px; 
    object-fit: contain; 
    filter: brightness(0) invert(1) opacity(0.7); 
    transition: all 0.5s ease;
}

/* HOVER DE COLUMNA */
.col-sm-6:hover .feature-icon { 
    border-color: #e62222; 
    background: rgba(230, 34, 34, 0.1);
    transform: scale(1.1) rotate(-3deg); 
}

.col-sm-6:hover .feature-icon img { 
    filter: brightness(0) invert(1) opacity(1); 
}

.col-sm-6 h5 { 
    font-weight: 700;
    font-size: 1.2rem;
}

.text-muted {
    color: #888888 !important;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* ============================================================
   REPARANDO ANDO - GALLERIA ELITE
   ============================================================ */

.ra-gallery .gallery-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 350px; /* Altura fija para mantener el orden */
    background: #0d0d0d;
    border: 1px solid rgba(255, 255, 255, 0.05);
    cursor: pointer;
}

.ra-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: grayscale(20%) brightness(0.8);
}

/* Overlay con degradado rojo */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(230, 34, 34, 0.7) 0%, transparent 60%);
    display: flex;
    align-items: flex-end;
    padding: 25px;
    opacity: 0;
    transition: all 0.4s ease;
}

.gallery-overlay span {
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    transform: translateY(20px);
    transition: all 0.4s ease;
    font-family: 'Space Grotesk', sans-serif;
}

/* HOVER EFFECTS */
.gallery-item:hover img {
    transform: scale(1.1);
    filter: grayscale(0%) brightness(1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-item:hover .gallery-overlay span {
    transform: translateY(0);
}

.gallery-item:hover {
    border-color: #e62222;
    box-shadow: 0 0 30px rgba(230, 34, 34, 0.2);
}

/* Ajuste para móviles */
@media (max-width: 768px) {
    .ra-gallery .gallery-item {
        height: 250px;
    }
}

/* --- CTA PREMIUM --- */
.ra-cta-premium {
    background: #0d0d0d;
    position: relative;
    padding: 100px 0;
    border-bottom: 1px solid #1a1a1a;
}

.cta-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: #fff;
    font-weight: 800;
    margin-bottom: 15px;
}

.text-red { color: #e62222; }

.cta-subtitle {
    font-size: 1.1rem;
    color: #aaa;
    margin-bottom: 35px;
}

/* --- FORMULARIO ESTILO CONSOLA --- */
.ra-console-wrapper {
    position: relative;
    padding: 0 15px;
}

.ra-screen-frame {
    background: #1a1a1a; /* Marco de la consola */
    padding: 12px;
    border-radius: 25px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.8), 0 0 20px rgba(230,34,34,0.1);
    border: 1px solid #333;
}

.ra-screen-content {
    background: #050505; /* Fondo de la pantalla */
    border-radius: 18px;
    padding: 35px 25px;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
}

/* Efecto de luz de pantalla */
.ra-screen-content::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; height: 100%;
    background: radial-gradient(circle at top, rgba(230,34,34,0.15), transparent 70%);
    pointer-events: none;
}

.status-dot {
    width: 8px; height: 8px;
    background: #25d366;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    box-shadow: 0 0 10px #25d366;
    animation: blink 1.5s infinite;
}

@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.ra-custom-form input, 
.ra-custom-form textarea {
    width: 100%;
    background: #111;
    border: 1px solid #222;
    color: #fff;
    padding: 12px 18px;
    border-radius: 10px;
    margin-bottom: 15px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.ra-custom-form input:focus, 
.ra-custom-form textarea:focus {
    border-color: #e62222;
    background: #161616;
    outline: none;
    box-shadow: 0 0 15px rgba(230,34,34,0.2);
}

.btn-submit-form {
    width: 100%;
    background: #e62222;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.btn-submit-form:hover {
    background: #ff1a1a;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(230,34,34,0.4);
}

/* Detalles estéticos laterales (opcional) */
.side-detail {
    position: absolute;
    top: 20%;
    width: 10px;
    height: 60%;
    background: #222;
    border-radius: 5px;
}
.left { left: 0; }
.right { right: 0; }

@media (max-width: 768px) {
    .ra-screen-content { padding: 25px 15px; }
    .cta-title { font-size: 1.8rem; }
}

.fondo{
  background-color: #fff !important; 
}