 <style>

/* FUENTES INMUNES Y GLOBALES */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,700;1,800;1,900&display=swap');

body.gp3-ccv-body, 
body.gp3-ccv-body * {
    font-family: 'Inter', sans-serif !important;
}

body.gp3-ccv-body h1, 
body.gp3-ccv-body h2, 
body.gp3-ccv-body h3, 
body.gp3-ccv-body h4, 
body.gp3-ccv-body .gp3-logo-texto,
body.gp3-ccv-body .gp3-nav-links a {
    font-family: 'Montserrat', sans-serif !important;
}

        :root {
            --red: #E3000F;
            --black: #000000;
            --dark-gray: #0D0D0D;
            --gray-border: #222222;
            --text-white: #FFFFFF;
            --text-muted: #AAAAAA;
            --font-head: 'Montserrat', sans-serif;
            --font-body: 'Inter', sans-serif;
        }

        /* Reseteo local para evitar que el tema afecte fuentes o cajas */
        .gp3-ccv-body, .gp3-ccv-body * { box-sizing: border-box; margin: 0; padding: 0; }

        /* =========================================
           SCROLL SUAVE Y COMPENSACIÓN DEL HEADER FIJO
           ========================================= */
        html { scroll-behavior: smooth !important; scroll-padding-top: 100px !important; }

        body.gp3-ccv-body {
            background-color: var(--black) !important;
            color: var(--text-white) !important;
            font-family: var(--font-body) !important;
            line-height: 1.6;
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
        }

        .gp3-ccv-body a { text-decoration: none !important; color: inherit !important; }
        .gp3-ccv-body ul { list-style: none !important; }
        .gp3-ccv-body img { max-width: 100%; display: block; }

        /* Contenedor Maestro Inmune - ALINEADO AL PORTAL */
        .gp3-container { max-width: 1200px !important; margin: 0 auto !important; padding: 0 20px !important; width: 100% !important; }

        /* Compatibilidad con la barra superior de administración de WordPress */
        .admin-bar .gp3-site-header { top: 32px !important; }

        /* =========================================
           HEADER (CENTRADO ABSOLUTO INMUNE)
           ========================================= */
        .gp3-site-header { position: fixed !important; top: 0; left: 0; width: 100% !important; padding: 15px 0 !important; background-color: #000000 !important; border-bottom: 1px solid #1a1a1a !important; z-index: 99999 !important; transition: all 0.3s ease; }
        .gp3-header-inner { display: flex !important; justify-content: space-between !important; align-items: center !important; position: relative !important; width: 100% !important; }
        .gp3-logo { z-index: 1001 !important; display: flex !important; align-items: center !important; }
        .gp3-logo img { height: 90px !important; width: auto !important; max-width: 220px !important; object-fit: contain !important; display: block !important; }
        .gp3-logo-texto { font-family: var(--font-head) !important; font-size: 1.5rem !important; font-weight: 900 !important; font-style: italic !important; color: #fff !important; line-height: 1 !important; }
        .gp3-logo-texto span { color: var(--red) !important; }

        .gp3-menu-container { position: absolute !important; left: 50% !important; transform: translateX(-50%) !important; z-index: 1000 !important; }


        .gp3-nav-links { display: flex !important; gap: 30px !important; margin: 0 !important; padding: 0 !important; list-style: none !important; }
        .gp3-nav-links li { display: inline-flex !important; align-items: center !important; }
        .gp3-nav-links li a, .gp3-nav-links a { font-family: var(--font-head) !important; font-size: 14px !important; font-weight: 600 !important; text-transform: uppercase !important; letter-spacing: 1px !important; color: #fff !important; transition: color 0.3s !important; text-decoration: none !important; display: block !important; white-space: nowrap !important; }
        .gp3-nav-links li a:hover, .gp3-nav-links a:hover { color: var(--red) !important; }
        
        .gp3-social-icons { display: flex !important; gap: 15px !important; z-index: 1001 !important; list-style: none !important; }
        .gp3-social-icons a { font-size: 16px !important; color: #fff !important; transition: color 0.3s !important; }
        .gp3-social-icons a:hover { color: var(--red) !important; }
        .gp3-mobile-menu-btn { display: none !important; font-size: 1.5rem !important; color: #fff !important; cursor: pointer !important; z-index: 1001 !important; }

        /* =========================================
           HERO SECTION - DISEÑO CCV
           ========================================= */
        .hero { position: relative; height: 450px; display: flex; align-items: center; background: linear-gradient(90deg, rgba(0,0,0,1) 15%, rgba(0,0,0,0.6) 45%, rgba(0,0,0,0) 100%), url('https://images.unsplash.com/photo-1568772585407-9361f9bf3a87?auto=format&fit=crop&w=1920&q=80') center/cover no-repeat; margin-top: 81px; padding: 40px 0; }
        .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at right, rgba(227, 0, 15, 0.15) 0%, transparent 60%); z-index: 1; }
        .hero-content { position: relative; z-index: 2; max-width: 600px; padding-left: 20px; }
        .hero-logo { margin-bottom: 20px; width: 250px; }
        .hero h1 { font-family: var(--font-head); font-size: 3rem; font-weight: 900; font-style: italic; text-transform: uppercase; line-height: 1.1; margin-bottom: 5px; }
        .hero h2 { font-family: var(--font-head); font-size: 1.3rem; font-weight: 800; font-style: italic; color: var(--red); text-transform: uppercase; margin-bottom: 20px; }
        .hero p { font-size: 1.1rem; color: #E0E0E0; margin-bottom: 40px; max-width: 400px; }

        .btn-outline { display: inline-flex; align-items: center; gap: 30px; padding: 12px 25px; border: 1px solid var(--red); color: var(--text-white); font-family: var(--font-head); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; background: transparent; transition: background 0.3s; cursor: pointer; }
        .btn-outline:hover { background: rgba(227, 0, 15, 0.1); }
        .btn-outline i { color: var(--red); }

        /* --- ABOUT SECTION --- */
        .about { padding: 50px 0; background-color: var(--black); }
        .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
        .about-image { width: 100%; height: 350px; background: url('https://images.unsplash.com/photo-1514316454349-750a7fd3da3a?auto=format&fit=crop&w=800&q=80') center/cover; border-radius: 10px; position: relative; overflow: hidden; }
        .about-image::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(227, 0, 15, 0.6); mix-blend-mode: multiply; }
        .about-text h4 { font-family: var(--font-head); font-size: 12px; font-weight: 500; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
        .about-text h2 { font-family: var(--font-head); font-size: 2.8rem; font-weight: 900; font-style: italic; text-transform: uppercase; line-height: 1.1; margin-bottom: 25px; }
        .about-text h2 span { color: var(--red); }
        .about-text p { color: var(--text-muted); margin-bottom: 15px; font-size: 0.95rem; }

        /* --- SECTION TITLE CENTER --- */
        .section-header { text-align: center; margin-bottom: 40px; }
        .section-header h4 { display: flex; align-items: center; justify-content: center; gap: 15px; font-family: var(--font-head); font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; }
        .section-header h4::before, .section-header h4::after { content: ''; display: block; width: 30px; height: 1px; background-color: var(--red); }
        .section-header h2 { font-family: var(--font-head); font-size: 2.2rem; font-weight: 900; text-transform: uppercase; }

        /* --- NEXT RACE SECTION --- */
        .next-race { padding: 50px 0 100px; }
        .race-card { display: flex; background-color: var(--black); border-radius: 12px; overflow: hidden; height: 350px; border: 1px solid var(--gray-border); position: relative; }
        .race-img { flex: 1.5; background: url('https://images.unsplash.com/photo-1568772585407-9361f9bf3a87?auto=format&fit=crop&w=1000&q=80') center/cover; position: relative; }
        .race-info { flex: 1; background: linear-gradient(135deg, #7a0000 0%, #1a0000 100%); padding: 40px 40px 40px 60px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%); margin-left: -50px; }
        .race-badge { background-color: var(--red); color: var(--text-white); font-family: var(--font-head); font-weight: 800; font-size: 11px; padding: 4px 10px; border-radius: 4px; display: inline-block; align-self: flex-start; margin-bottom: 15px; }
        .race-info h3 { font-family: var(--font-head); font-size: 2.2rem; font-weight: 900; text-transform: uppercase; margin-bottom: 5px; line-height: 1.1; }
        .race-info p { font-family: var(--font-body); font-size: 0.9rem; color: var(--text-muted); margin-bottom: 25px; text-transform: uppercase; letter-spacing: 0.5px; }
        .race-date { display: flex; align-items: center; gap: 10px; font-family: var(--font-head); font-size: 1rem; font-weight: 600; margin-bottom: 30px; }
        .race-date i { color: var(--text-muted); }

        /* --- ACTION BANNER --- */
        .action-banner { padding: 0 0 100px; }
        .banner-inner { display: flex; align-items: center; justify-content: space-between; background: linear-gradient(90deg, #111 0%, #050505 100%); border: 1px solid var(--gray-border); border-radius: 12px; padding: 40px 50px; position: relative; overflow: hidden; }
        .banner-inner::after { content: ''; position: absolute; top: 0; bottom: 0; left: 40%; right: 0; background: url('https://images.unsplash.com/photo-1558981403-c5f9899a28bc?auto=format&fit=crop&w=800&q=80') center/cover; opacity: 0.4; mask-image: linear-gradient(to left, black 50%, transparent 100%); -webkit-mask-image: linear-gradient(to left, black 50%, transparent 100%); z-index: 1; }
        .banner-text { position: relative; z-index: 2; }
        .banner-text h2 { font-family: var(--font-head); font-size: 1.8rem; font-weight: 900; font-style: italic; text-transform: uppercase; line-height: 1.1; margin-bottom: 5px; }
        .banner-text h2 span { color: var(--red); }
        .banner-text p { color: var(--text-muted); font-size: 1rem; }
        .btn-solid { position: relative; z-index: 2; background-color: var(--red); color: var(--text-white); font-family: var(--font-head); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; padding: 15px 30px; border: none; border-radius: 4px; display: inline-flex; align-items: center; gap: 20px; cursor: pointer; transition: background 0.3s; }
        .btn-solid:hover { background-color: #c0000d; }

        /* --- PARTNERS --- */
        .partners { padding: 0 0 100px; }
        .partners-grid { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 40px; }
        .partner-logo-text { font-family: var(--font-head); font-weight: 900; font-style: italic; font-size: 1.5rem; color: #fff; }

        /* --- FOOTER COMPATIBLE CON PORTAL --- */
        .gp3-site-footer { background-color: #050505 !important; border-top: 1px solid #1a1a1a !important; padding: 60px 0 20px 0 !important; font-size: 0.85rem !important; color: var(--text-muted) !important; }
        .gp3-footer-grid { display: grid !important; grid-template-columns: 1.5fr 1fr 1fr !important; gap: 40px !important; margin-bottom: 60px !important; }
        .gp3-footer-logo { font-family: var(--font-head) !important; font-size: 2.5rem !important; font-weight: 900 !important; font-style: italic !important; color: #fff !important; line-height: 1 !important; margin-bottom: 15px !important; }
        .gp3-footer-logo span { color: var(--red) !important; font-size: 0.8rem !important; letter-spacing: 2px !important; display: block !important;}
        .gp3-footer-about p { margin-bottom: 20px !important; line-height: 1.6 !important; }
        .gp3-footer-social { display: flex !important; gap: 15px !important; font-size: 1.1rem !important; color: #fff !important; }
        .gp3-footer-social a:hover { color: var(--red) !important; }
        .gp3-footer-col h5 { font-family: var(--font-body) !important; font-size: 0.85rem !important; font-weight: 700 !important; text-transform: uppercase !important; color: #fff !important; margin-bottom: 20px !important; letter-spacing: 1px !important; }
        .gp3-footer-links { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 15px 10px !important; }
        .gp3-footer-links a:hover { color: var(--red) !important; }
        .gp3-footer-contact { list-style: none !important; padding: 0 !important; margin: 0 !important;}
        .gp3-footer-contact li { margin-bottom: 15px !important; display: flex !important; gap: 10px !important; align-items: center !important; }
        .gp3-newsletter-form { display: flex !important; margin-top: 15px !important; }
        .gp3-newsletter-form input { flex-grow: 1 !important; padding: 12px 15px !important; background: #0a0a0a !important; border: 1px solid #222 !important; border-right: none !important; color: #fff !important; font-family: var(--font-body) !important; outline: none !important; border-radius: 0 !important; }
        .gp3-newsletter-form button { background: var(--red) !important; color: #fff !important; border: none !important; padding: 0 20px !important; cursor: pointer !important; display: flex !important; align-items: center !important; justify-content: center !important; transition: background 0.3s; }
        .gp3-newsletter-form button:hover { background-color: #c0000d !important; }
        .gp3-footer-bottom { border-top: 1px solid #1a1a1a !important; padding-top: 20px !important; display: flex !important; justify-content: space-between !important; }
        .gp3-footer-bottom a { transition: color 0.3s; }
        .gp3-footer-bottom a:hover { color: var(--text-white); }

        /* --- RESPONSIVE --- */
        @media (max-width: 992px) {
            .about-grid { grid-template-columns: 1fr; }
            .race-card { flex-direction: column; height: auto; }
            .race-img { height: 250px; }
            .race-info { clip-path: none; margin-left: 0; padding: 40px; }
            .gp3-footer-grid { grid-template-columns: 1fr 1fr !important; gap: 40px !important; }
            .banner-inner { flex-direction: column; text-align: center; gap: 30px; }
            .banner-inner::after { display: none; }
        }

        @media (max-width: 768px) {
            .gp3-header-inner { display: flex !important; justify-content: space-between !important; align-items: center !important; }
            .gp3-mobile-menu-btn { display: block !important; }
            .gp3-social-icons { display: none !important; }
            
            .gp3-nav-links { position: fixed !important; top: 81px !important; left: -100% !important; transform: none !important; width: 100% !important; height: calc(100vh - 81px) !important; background-color: #000000 !important; flex-direction: column !important; justify-content: flex-start !important; align-items: center !important; padding-top: 60px !important; gap: 40px !important; transition: left 0.3s ease-in-out !important; }
            .gp3-nav-links.gp3-active { left: 0 !important; }
            .gp3-nav-links a { font-size: 1.5rem !important; }

            .hero-content { padding-left: 0; }
            .hero h1 { font-size: 2.5rem; }
            .gp3-footer-grid { grid-template-columns: 1fr !important; }
            .gp3-footer-bottom { flex-direction: column !important; text-align: center !important; gap: 15px !important; }
        }
    </style>