.elementor-2471 .elementor-element.elementor-element-bc8cf45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2471 .elementor-element.elementor-element-639df20{width:var( --container-widget-width, 100% );max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}/* Start custom CSS *//* CSS Variables & Design Tokens */
        :root {
            --bg-dark-1: #050505;
            --bg-dark-2: #0a0c10;
            --card-bg: rgba(16, 21, 28, 0.7);
            --glass-bg: rgba(10, 12, 16, 0.75);
            --glass-border: rgba(255, 255, 255, 0.08);
            --glass-border-hover: rgba(0, 148, 254, 0.4);

            --text-white: #ffffff;
            --text-gray: #94a3b8;
            --text-muted: #64748b;

            --brand-blue: #0094fe;
            --cta-green: #01cf52;
            --cta-green-hover: #00ea5d;
            --accent-yellow: #f4bc38;

            --gradient-brand: linear-gradient(135deg, var(--brand-blue) 0%, var(--cta-green) 100%);
            --gradient-text: linear-gradient(135deg, #ffffff 30%, var(--brand-blue) 70%, var(--cta-green) 100%);

            --font-main: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
            --radius-sm: 8px;
            --radius-md: 16px;
            --radius-lg: 24px;
            --radius-full: 9999px;

            --transition-fast: 0.25s cubic-bezier(0.16, 1, 0.3, 1);
            --transition-normal: 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        }

        /* Base & Reset */
        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            font-family: var(--font-main);
            background-color: var(--bg-dark-1);
            color: var(--text-white);
            overflow-x: hidden;
        }

        body {
            background:
                radial-gradient(circle at 0% 0%, rgba(0, 148, 254, 0.15) 0%, transparent 40%),
                radial-gradient(circle at 100% 20%, rgba(1, 207, 82, 0.1) 0%, transparent 40%),
                radial-gradient(circle at 100% 100%, rgba(0, 148, 254, 0.12) 0%, transparent 40%),
                radial-gradient(circle at 0% 100%, rgba(1, 207, 82, 0.08) 0%, transparent 40%),
                var(--bg-dark-1);
            background-attachment: fixed;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }

        /* Elementor & WordPress Specific Resets & Scoping */
        .summit-scope {
            font-family: var(--font-main) !important;
            background:
                radial-gradient(circle at 0% 0%, rgba(0, 148, 254, 0.15) 0%, transparent 40%),
                radial-gradient(circle at 100% 20%, rgba(1, 207, 82, 0.1) 0%, transparent 40%),
                radial-gradient(circle at 100% 100%, rgba(0, 148, 254, 0.12) 0%, transparent 40%),
                radial-gradient(circle at 0% 100%, rgba(1, 207, 82, 0.08) 0%, transparent 40%),
                var(--bg-dark-1) !important;
            color: var(--text-white) !important;
            line-height: 1.6;
            width: 100%;
            overflow-x: hidden;
            position: relative;
        }

        .summit-scope *,
        .summit-scope *::before,
        .summit-scope *::after {
            box-sizing: border-box;
        }

        .summit-scope h1,
        .summit-scope h2,
        .summit-scope h3,
        .summit-scope h4,
        .summit-scope p,
        .summit-scope a,
        .summit-scope span,
        .summit-scope button {
            font-family: var(--font-main) !important;
        }

        .summit-scope a {
            text-decoration: none !important;
            box-shadow: none !important;
        }

        .summit-scope ul,
        .summit-scope li {
            list-style: none !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        /* Material Symbols Icon Specific Fix */
        .summit-scope .material-symbols-outlined,
        .material-symbols-outlined {
            font-family: 'Material Symbols Outlined' !important;
            font-weight: normal !important;
            font-style: normal !important;
            font-size: 24px;
            line-height: 1 !important;
            letter-spacing: normal !important;
            text-transform: none !important;
            display: inline-block !important;
            white-space: nowrap !important;
            word-wrap: normal !important;
            direction: ltr !important;
            -webkit-font-feature-settings: 'liga' !important;
            -webkit-font-smoothing: antialiased !important;
        }

        /* Scroll Reveal Entrance Animations */
        .reveal-on-scroll {
            opacity: 0;
            transform: translateY(35px);
            transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
            will-change: opacity, transform;
        }

        .reveal-on-scroll.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Typography Fluid */
        h1,
        h2,
        h3,
        h4 {
            color: var(--text-white);
            line-height: 1.15;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .heading-hero {
            font-size: clamp(1.8rem, 4vw, 3.2rem) !important;
            background: linear-gradient(135deg, #ffffff 20%, var(--brand-blue) 60%, var(--cta-green) 100%) !important;
            -webkit-background-clip: text !important;
            background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
            color: transparent !important;
        }

        .heading-section {
            font-size: clamp(1.8rem, 3.5vw, 2.75rem);
            margin-bottom: 1rem;
        }

        .gradient-text-alt {
            background: linear-gradient(135deg, var(--brand-blue) 0%, var(--cta-green) 100%) !important;
            -webkit-background-clip: text !important;
            background-clip: text !important;
            -webkit-text-fill-color: transparent !important;
            color: transparent !important;
        }

        .text-body {
            font-size: clamp(1rem, 1.2vw, 1.125rem);
            color: var(--text-gray);
            font-weight: 400;
        }

        /* Layout Helpers */
        .container {
            width: 100%;
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        /* Header (Sticky Glassmorphism) */
        .header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background: var(--glass-bg);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            border-bottom: 1px solid var(--glass-border);
            transition: var(--transition-normal);
        }

        .header-container {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 80px;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 10px;
            text-decoration: none;
            font-weight: 800;
            font-size: 1.25rem;
            color: var(--text-white);
        }

        .logo img {
            height: 45px;
            width: auto;
            object-fit: contain;
        }

        .logo-badge {
            background: var(--brand-blue);
            color: #000;
            font-size: 0.7rem;
            font-weight: 800;
            padding: 2px 6px;
            border-radius: 4px;
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 2rem;
            list-style: none;
        }

        .nav-link {
            text-decoration: none;
            color: var(--text-gray);
            font-weight: 600;
            font-size: 0.95rem;
            position: relative;
            padding: 4px 0;
            transition: color var(--transition-fast);
        }

        .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--gradient-brand);
            transition: width var(--transition-fast);
            border-radius: 2px;
        }

        .nav-link:hover {
            color: var(--text-white);
        }

        .nav-link:hover::after {
            width: 100%;
        }

        /* Buttons & CTAs */
        .btn-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            background-color: var(--cta-green);
            color: #03200b;
            font-weight: 800;
            font-size: 0.95rem;
            padding: 0.85rem 1.75rem;
            border-radius: var(--radius-sm);
            text-decoration: none;
            border: none;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            transition: var(--transition-fast);
            box-shadow: 0 0 20px rgba(1, 207, 82, 0.35);
        }

        .btn-cta:hover {
            background-color: var(--cta-green-hover);
            transform: translateY(-2px);
            box-shadow: 0 0 35px rgba(1, 207, 82, 0.6);
        }

        .btn-cta-hero {
            font-size: 1.15rem;
            padding: 1.1rem 2.5rem;
            border-radius: var(--radius-md);
            animation: pulseGlow 3s infinite ease-in-out;
        }

        .btn-cta-hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 60%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transform: skewX(-20deg);
        }

        .btn-cta-hero:hover::before {
            animation: shine 1.2s ease-out;
        }

        /* Hero Section */
        .hero {
            padding-top: 90px;
            padding-bottom: 40px;
            min-height: calc(100vh - 80px);
            display: flex;
            align-items: center;
        }

        .hero-grid {
            display: flex;
            flex-direction: column;
            gap: 2.5rem;
            align-items: center;
            text-align: center;
        }

        .hero-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(0, 148, 254, 0.1);
            border: 1px solid rgba(0, 148, 254, 0.3);
            padding: 6px 14px;
            border-radius: var(--radius-full);
            color: var(--brand-blue);
            font-size: 0.85rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            margin-bottom: 1.5rem;
        }

        .tag-dot {
            width: 8px;
            height: 8px;
            background-color: var(--cta-green);
            border-radius: 50%;
            box-shadow: 0 0 10px var(--cta-green);
        }

        .hero-subtitle {
            margin: 1.5rem auto 2.5rem auto;
            max-width: 780px;
        }

        .hero-media-wrapper {
            position: relative;
            border-radius: var(--radius-lg);
            padding: 1px;
            background: linear-gradient(135deg, rgba(0, 148, 254, 0.6), rgba(1, 207, 82, 0.5), rgba(255, 255, 255, 0.1));
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(0, 148, 254, 0.25);
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
        }

        .hero-video-bar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 16px;
            background: rgba(10, 12, 16, 0.95);
            border-top-left-radius: calc(var(--radius-lg) - 1px);
            border-top-right-radius: calc(var(--radius-lg) - 1px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .hero-video-dots {
            display: flex;
            gap: 6px;
        }

        .hero-video-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

        .hero-media-container {
            background: var(--bg-dark-2);
            border-bottom-left-radius: calc(var(--radius-lg) - 1px);
            border-bottom-right-radius: calc(var(--radius-lg) - 1px);
            overflow: hidden;
            aspect-ratio: 16 / 9;
            position: relative;
        }

        .hero-media-container iframe {
            width: 100%;
            height: 100%;
            border: 0;
            display: block;
        }

        /* Logo Ticker Section (Elementor Compatible) */
        .summit-scope .ticker-section {
            padding: 2.2rem 0;
            background: rgba(10, 12, 16, 0.7);
            border-top: 1px solid var(--glass-border);
            border-bottom: 1px solid var(--glass-border);
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .summit-scope .ticker-title {
            text-align: center;
            font-size: 0.8rem;
            letter-spacing: 0.18em;
            color: var(--text-muted);
            text-transform: uppercase;
            margin-bottom: 1.5rem;
            font-weight: 700;
        }

        .summit-scope .ticker-wrap {
            display: flex !important;
            width: 100%;
            overflow: hidden;
            mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
            -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
        }

        .summit-scope .ticker-track {
            display: flex !important;
            flex-direction: row !important;
            flex-wrap: nowrap !important;
            align-items: center !important;
            gap: 2rem !important;
            animation: marquee 25s linear infinite !important;
            white-space: nowrap !important;
            will-change: transform;
            width: max-content !important;
        }

        .summit-scope .partner-logo {
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            flex: 0 0 auto !important;
            padding: 10px 22px;
            background: rgba(255, 255, 255, 0.92);
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
            border: 1px solid rgba(255, 255, 255, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
        }

        .summit-scope .partner-logo img {
            height: 36px !important;
            max-height: 36px !important;
            width: auto !important;
            max-width: 140px !important;
            object-fit: contain !important;
            display: block !important;
            filter: none !important;
            opacity: 0.9;
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        .summit-scope .partner-logo:hover {
            background: #ffffff;
            transform: translateY(-3px) scale(1.05);
            box-shadow: 0 8px 25px rgba(0, 148, 254, 0.4);
        }

        .summit-scope .partner-logo:hover img {
            opacity: 1;
        }

        /* Section Commons */
        .section-padding {
            padding: 100px 0;
        }

        .section-header {
            max-width: 700px;
            margin-bottom: 3.5rem;
        }

        .split-layout {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 4rem;
            align-items: center;
        }

        .split-layout .section-header {
            margin-bottom: 0;
            max-width: 100%;
        }

        @media (max-width: 992px) {
            .split-layout {
                grid-template-columns: 1fr;
                gap: 2.5rem;
            }
        }

        .asymmetric-underline {
            position: relative;
            display: inline-block;
        }

        .asymmetric-underline::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 65%;
            height: 4px;
            background: var(--accent-yellow);
            border-radius: 2px;
        }

        /* Temas Grid */
        .temas-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        .card-topic {
            background: var(--card-bg);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius-md);
            padding: 2.5rem;
            backdrop-filter: blur(10px);
            transition: var(--transition-normal);
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            min-height: 320px;
            background-size: cover;
            background-position: center;
        }

        .card-topic-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(5, 5, 5, 0.95) 0%, rgba(5, 5, 5, 0.5) 50%, rgba(5, 5, 5, 0.1) 100%);
            z-index: 1;
            transition: var(--transition-normal);
        }

        .card-topic:hover .card-topic-overlay {
            background: linear-gradient(to top, rgba(0, 148, 254, 0.8) 0%, rgba(5, 5, 5, 0.6) 60%, transparent 100%);
        }

        .card-topic-content {
            position: relative;
            z-index: 2;
        }

        .card-topic.span-2 {
            grid-column: span 2;
        }

        .card-topic.span-3 {
            grid-column: span 3;
        }

        .card-topic::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: var(--gradient-brand);
            opacity: 0;
            transition: opacity var(--transition-fast);
            z-index: 3;
        }

        .card-topic:hover {
            transform: translateY(-5px);
            border-color: var(--glass-border-hover);
            box-shadow: 0 15px 30px rgba(0, 148, 254, 0.15);
        }

        .card-topic:hover::before {
            opacity: 1;
        }

        .topic-icon {
            width: 48px;
            height: 48px;
            background: rgba(0, 148, 254, 0.2);
            border: 1px solid rgba(0, 148, 254, 0.4);
            border-radius: var(--radius-sm);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            color: var(--text-white);
            transition: var(--transition-fast);
            position: relative;
            z-index: 2;
        }

        .card-topic:hover .topic-icon {
            background: var(--brand-blue);
            color: #fff;
            box-shadow: 0 0 20px rgba(0, 148, 254, 0.5);
        }

        .topic-title {
            font-size: 1.35rem;
            margin-bottom: 0.75rem;
        }

        /* Actividades Destacadas */
        .actividades-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }

        .card-actividad {
            background: var(--card-bg);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius-md);
            overflow: hidden;
            transition: var(--transition-normal);
            display: flex;
            flex-direction: column;
        }

        .card-actividad:hover {
            transform: translateY(-6px);
            border-color: rgba(244, 188, 56, 0.4);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        }

        .actividad-header {
            padding: 1.75rem 1.75rem 0.5rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .actividad-badge {
            background: rgba(244, 188, 56, 0.12);
            color: var(--accent-yellow);
            font-size: 0.75rem;
            font-weight: 700;
            padding: 4px 10px;
            border-radius: var(--radius-full);
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .actividad-body {
            padding: 1.25rem 1.75rem 1.75rem;
            flex-grow: 1;
        }

        .actividad-title {
            font-size: 1.25rem;
            margin-bottom: 0.75rem;
        }

        /* Ciudades Grid */
        .ciudades-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1.5rem;
        }

        .card-ciudad {
            position: relative;
            height: 280px;
            border-radius: var(--radius-md);
            overflow: hidden;
            cursor: pointer;
            border: 1px solid var(--glass-border);
        }

        .ciudad-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
        }

        .ciudad-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.4) 100%);
            transition: opacity var(--transition-fast);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 1.5rem;
        }

        .ciudad-overlay > div:first-child {
            display: none;
        }

        .ciudad-overlay .btn-cta {
            color: var(--text-white);
        }

        .ciudad-name {
            font-size: 1.5rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.02em;
            display: flex;
            flex-direction: column;
            gap: 6px;
        }

        .ciudad-accent-line {
            width: 0;
            height: 3px;
            background-color: var(--accent-yellow);
            transition: width var(--transition-normal);
            border-radius: 2px;
        }

        .card-ciudad:hover .ciudad-img {
            transform: scale(1.08);
            filter: grayscale(0%);
        }

        .card-ciudad:hover .ciudad-overlay {
            background: linear-gradient(180deg, transparent 0%, rgba(5, 5, 5, 0.6) 100%);
        }

        .card-ciudad:hover .ciudad-accent-line {
            width: 40px;
        }

        /* FAQ Accordion */
        .faq-list {
            max-width: 850px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .faq-item {
            background: var(--card-bg);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius-md);
            overflow: hidden;
            transition: var(--transition-fast);
        }

        .faq-item:hover {
            border-color: rgba(255, 255, 255, 0.15);
        }

        .faq-button {
            width: 100%;
            padding: 1.5rem 1.75rem;
            background: none;
            border: none;
            color: var(--text-white);
            font-family: var(--font-main);
            font-size: 1.1rem;
            font-weight: 700;
            text-align: left;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            gap: 1rem;
            word-break: break-word;
        }

        .faq-button:hover,
        .faq-button:focus,
        .faq-item.active .faq-button {
            background-color: transparent !important;
            color: var(--text-white) !important;
        }

        .faq-icon {
            color: var(--brand-blue);
            transition: transform var(--transition-normal);
        }

        .faq-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out, padding 0.3s ease;
            padding: 0 1.75rem;
            color: var(--text-gray);
            font-size: 1rem;
        }

        .faq-item.active {
            border-color: var(--glass-border-hover);
            background: rgba(16, 21, 28, 0.9);
        }

        .faq-item.active .faq-icon {
            transform: rotate(180deg);
            color: var(--cta-green);
        }

        .faq-item.active .faq-content {
            max-height: 250px;
            padding-bottom: 1.5rem;
        }

        /* Bottom CTA Section */
        .bottom-cta {
            position: relative;
            padding: 120px 0;
            text-align: center;
            overflow: hidden;
        }

        .bottom-cta-bg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(1, 207, 82, 0.18) 0%, rgba(0, 148, 254, 0.12) 40%, transparent 70%);
            filter: blur(60px);
            z-index: 0;
            pointer-events: none;
        }

        .bottom-cta-content {
            position: relative;
            z-index: 1;
            max-width: 800px;
            margin: 0 auto;
        }

        .bottom-cta-heading {
            font-size: clamp(2rem, 4.5vw, 3.5rem);
            margin-bottom: 1.5rem;
        }

        /* Footer */
        .footer {
            border-top: 1px solid var(--glass-border);
            padding: 3rem 0;
            background: var(--bg-dark-2);
        }

        .footer-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1.5rem;
        }

        .footer-links {
            display: flex;
            gap: 1.5rem;
            list-style: none;
        }

        .footer-link {
            color: var(--text-muted);
            text-decoration: none;
            font-size: 0.9rem;
            transition: color var(--transition-fast);
        }

        .footer-link:hover {
            color: var(--text-white);
        }

        .footer-copy {
            color: var(--text-muted);
            font-size: 0.85rem;
            width: 100%;
            text-align: center;
            margin-top: 2rem;
            padding-top: 1.5rem;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }

        /* Keyframes */
        @keyframes float {

            0%,
            100% {
                transform: translateY(0);
            }

            50% {
                transform: translateY(-12px);
            }
        }

        @keyframes marquee {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-50%);
            }
        }

        @keyframes pulseGlow {

            0%,
            100% {
                box-shadow: 0 0 20px rgba(1, 207, 82, 0.35);
            }

            50% {
                box-shadow: 0 0 40px rgba(1, 207, 82, 0.7);
            }
        }

        @keyframes shine {
            0% {
                left: -100%;
            }

            100% {
                left: 200%;
            }
        }

        /* Responsive Breakpoints & WP Admin Bar Fix */
        body.admin-bar .header {
            top: 32px;
        }

        @media screen and (max-width: 782px) {
            body.admin-bar .header {
                top: 46px;
            }
        }

        @media (max-width: 992px) {
            .hero-grid {
                grid-template-columns: 1fr;
                gap: 2.5rem;
                text-align: center;
            }

            .hero-subtitle {
                margin-left: auto;
                margin-right: auto;
            }

            .temas-grid {
                grid-template-columns: repeat(2, 1fr) !important;
            }

            .card-topic.span-2,
            .card-topic.span-3 {
                grid-column: span 2 !important;
            }

            .actividades-grid,
            .ciudades-grid {
                grid-template-columns: repeat(2, 1fr) !important;
            }
        }

        @media (max-width: 992px) {
            .nav-links {
                position: absolute;
                top: 80px;
                left: 0;
                width: 100%;
                background: var(--bg-dark-2);
                flex-direction: column;
                padding: 2rem;
                gap: 1.5rem;
                border-bottom: 1px solid var(--glass-border);
                box-shadow: 0 10px 30px rgba(0,0,0,0.5);
                opacity: 0;
                pointer-events: none;
                transform: translateY(-10px);
                transition: all 0.3s ease;
                display: flex;
            }

            .nav-links.active {
                opacity: 1;
                pointer-events: all;
                transform: translateY(0);
            }

            .mobile-menu-btn {
                display: flex;
                background: none;
                border: none;
                color: var(--text-white);
                cursor: pointer;
            }

            .header-cta {
                display: none; /* Hide button on very small screens to fit menu */
            }
        }

        .mobile-menu-btn {
            display: none;
        }

        @media (max-width: 640px) {
            .temas-grid,
            .actividades-grid,
            .ciudades-grid {
                grid-template-columns: 1fr !important;
            }

            .card-topic.span-2,
            .card-topic.span-3 {
                grid-column: span 1 !important;
            }

            .btn-cta-hero {
                width: 100%;
            }
        }

        /* Tabs & Dynamic UI */
        .tabs-container {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            max-width: 900px;
            margin: 0 auto;
        }

        .tabs-header {
            display: flex;
            gap: 1rem;
            flex-wrap: wrap;
            justify-content: center;
        }

        .tab-btn {
            background: var(--bg-dark-2);
            border: 1px solid var(--glass-border);
            color: var(--text-gray);
            padding: 0.8rem 1.5rem;
            border-radius: var(--radius-full);
            cursor: pointer;
            transition: var(--transition-fast);
            font-weight: 600;
            font-family: var(--font-main);
        }

        .tab-btn:hover {
            border-color: var(--brand-blue);
            color: var(--text-white);
        }

        .tab-btn.active {
            background: var(--brand-blue);
            color: #fff;
            border-color: var(--brand-blue);
            box-shadow: 0 0 15px rgba(0, 148, 254, 0.4);
        }

        .tab-content {
            display: none;
            background: var(--card-bg);
            border: 1px solid var(--glass-border);
            border-radius: var(--radius-md);
            padding: 2.5rem;
            animation: fadeIn 0.5s ease;
        }

        .tab-content.active {
            display: block;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Parallax Backgrounds */
        .parallax-section {
            position: relative;
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .parallax-overlay {
            position: absolute;
            inset: 0;
            background: rgba(10, 12, 16, 0.85);
            z-index: 1;
        }

        .parallax-content {
            position: relative;
            z-index: 2;
        }

        /* Hover Reveal for Cards */
        .hover-reveal-card {
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hover-reveal-card .actividad-body p {
            max-height: 0;
            opacity: 0;
            margin-top: 0;
            transition: all 0.4s ease;
        }

        .hover-reveal-card:hover .actividad-body p {
            max-height: 150px;
            opacity: 1;
            margin-top: 0.75rem;
        }

        @media (max-width: 992px) {
            .hover-reveal-card .actividad-body p {
                max-height: 150px;
                opacity: 1;
                margin-top: 0.75rem;
            }
        }

        /* Ambient Blurbs for Background */
        .ambient-blurbs-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 0;
            pointer-events: none;
            overflow: hidden;
        }

        .ambient-blurb {
            position: absolute;
            border-radius: 50%;
            filter: blur(120px);
            opacity: 0.35;
            animation: floatBlurb 25s infinite ease-in-out alternate;
        }

        .ambient-blurb.blurb-1 {
            width: 50vw;
            height: 50vw;
            background: rgba(0, 148, 254, 0.4);
            top: -10%;
            left: -10%;
        }

        .ambient-blurb.blurb-2 {
            width: 60vw;
            height: 60vw;
            background: rgba(1, 207, 82, 0.3);
            bottom: -20%;
            right: -10%;
            animation-delay: -7s;
            animation-direction: alternate-reverse;
        }
        
        .ambient-blurb.blurb-3 {
            width: 45vw;
            height: 45vw;
            background: rgba(0, 148, 254, 0.25);
            top: 30%;
            left: 40%;
            animation-delay: -14s;
        }

        @keyframes floatBlurb {
            0% { transform: translate(0, 0) scale(1); }
            33% { transform: translate(3%, 5%) scale(1.1); }
            66% { transform: translate(-2%, 8%) scale(0.95); }
            100% { transform: translate(4%, -5%) scale(1.05); }
        }/* End custom CSS */