/* ========== RESET DE ESPACIO SUPERIOR ========== */
/* Elimina cualquier margen/padding que WordPress o el tema pongan encima del hero */
body:has(.camsil-hero-wrapper),
html:has(.camsil-hero-wrapper) {
    scroll-padding-top: 0;
}

.camsil-hero-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative;
}

.camsil-hero-wrapper::before {
    content: none !important;
}

/* Fuerza el hero a pegarse arriba sin importar contenedores padre */
.camsil-hero-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
    top: 0 !important;
}

/* Anula márgenes comunes de WordPress/temas */
.camsil-hero-wrapper ~ *,
.camsil-hero-wrapper,
.camsil-hero-wrapper * {
    margin-block-start: 0;
}

/* Si el shortcode está dentro de .entry-content, .page-content, etc. */
:where(.entry-content, .page-content, .post-content, .content-area, .site-content, .main-content, .wrap, .container, .wrapper) > .camsil-hero-wrapper:first-child,
:where(.entry-content, .page-content, .post-content, .content-area, .site-content, .main-content, .wrap, .container, .wrapper) > *:first-child > .camsil-hero-wrapper:first-child {
    margin-top: calc(-1 * var(--wp-content-mt, 0px)) !important;
}

/* ========== CAMSIL HERO - ESTILOS FRONTEND v1.1.2 ========== */

/* ========== HEADER OPCIONAL - SMART HEADER ========== */
.camsil-header-bar {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 12px 0;
    margin: 0;
    border-bottom: 2px solid var(--ch-color-primario, #FFD700);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: top 0.4s ease-in-out, background 0.3s ease, box-shadow 0.3s ease;
}

.camsil-header-bar.header-visible {
    top: 0;
}

.camsil-header-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Logo centrado */
.camsil-header-logo {
    text-align: center;
}

.camsil-header-logo a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.camsil-header-logo img {
    height: 45px;
    width: auto;
    display: block;
    transition: transform 0.3s ease;
}

.camsil-header-logo a:hover img {
    transform: scale(1.05);
}

.camsil-logo-text {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Redes Sociales Header - posicionadas a la derecha en desktop */
.camsil-header-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.camsil-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none;
}

.camsil-social-link:hover {
    background: var(--ch-color-primario, #FFD700);
    transform: translateY(-2px);
    border-color: var(--ch-color-primario, #FFD700);
}

.camsil-social-link i {
    font-size: 15px;
    color: #fff;
    transition: color 0.3s ease;
}

.camsil-social-link:hover i {
    color: #000;
}

/* Ajuste hero cuando hay header - ELIMINADO: hero ocupa 100vh siempre */
.camsil-hero-section.camsil-has-header {
    min-height: 100vh;
}

/* ========== TAMAÑOS GRANDES SOLO EN PANTALLAS GRANDES ========== */
@media (min-width: 1025px) {
    .camsil-header-bar {
        padding: 16px 0;
    }

    .camsil-header-logo img {
        height: 58px;
    }

    .camsil-logo-text {
        font-size: 26px;
        letter-spacing: 3px;
    }

    .camsil-social-link {
        width: 46px;
        height: 46px;
    }

    .camsil-social-link i {
        font-size: 18px;
    }

    .camsil-header-socials {
        gap: 14px;
        right: 30px;
    }

    .camsil-header-inner {
        padding: 0 30px;
    }
}

/* ========== RESPONSIVE HEADER ========== */
@media (max-width: 1024px) {
    .camsil-header-socials {
        position: static;
        transform: none;
        gap: 8px;
    }

    .camsil-header-inner {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .camsil-header-bar {
        padding: 10px 0;
    }

    .camsil-header-logo img {
        height: 36px;
    }

    .camsil-logo-text {
        font-size: 16px;
    }

    .camsil-social-link {
        width: 34px;
        height: 34px;
    }

    .camsil-social-link i {
        font-size: 13px;
    }

    .camsil-header-socials {
        gap: 6px;
    }

    .camsil-hero-section.camsil-has-header {
        min-height: 100vh;
    }
}

@media (max-width: 480px) {
    .camsil-header-logo img {
        height: 32px;
    }

    .camsil-logo-text {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .camsil-social-link {
        width: 30px;
        height: 30px;
    }

    .camsil-social-link i {
        font-size: 12px;
    }

    .camsil-header-socials {
        gap: 4px;
    }

    .camsil-hero-section.camsil-has-header {
        min-height: 100vh;
    }
}

/* ========== CAMSIL HERO - ESTILOS FRONTEND ========== */

.camsil-hero-wrapper {
    font-family: var(--ch-font-family, 'Montserrat', Arial, sans-serif);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.camsil-hero-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ========== HERO SECTION ========== */
.camsil-hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
}

/* Video de fondo */
.camsil-hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: block;
}

/* Fallback gradiente */
.camsil-hero-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    z-index: 1;
    margin: 0;
    padding: 0;
}

/* Overlay */
.camsil-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--ch-color-overlay, rgba(0, 0, 0, 0.7));
    z-index: 2;
    animation: overlayPulse 6s ease-in-out infinite;
}

@keyframes overlayPulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 0.9; }
}

/* Contenido */
.camsil-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 20px;
    max-width: 1000px;
    width: 100%;
}

.camsil-hero-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* ========== TÍTULO ========== */
.camsil-hero-title {
    font-size: var(--ch-font-size-title, 4rem);
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    text-align: center;
    transform-origin: center;
    transition: all 0.3s ease;
    line-height: 1.2;
}

/* Línea decorativa */
.camsil-hero-title::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--ch-color-primario, #FFD700), transparent);
    margin: 15px auto 0;
    transition: width 0.8s ease;
    border-radius: 2px;
}

.camsil-hero-title:hover::after {
    width: 80%;
}

/* ========== SUBTÍTULO ========== */
.camsil-hero-subtitle {
    font-size: var(--ch-font-size-sub, 24px);
    color: var(--ch-color-primario, #FFD700);
    font-weight: 300;
    letter-spacing: 2px;
    display: block;
    width: 100%;
    text-align: center;
    transform-origin: center;
    transition: all 0.3s ease;
    line-height: 1.4;
}

/* ========== ANIMACIONES DEL TÍTULO ========== */

/* 1. ZOOM IN/OUT */
.camsil-anim-title-zoom {
    animation: chTitleZoom 4s ease-in-out infinite;
}
@keyframes chTitleZoom {
    0%, 100% { transform: scale(1); text-shadow: 0 0 20px rgba(255,215,0,0.1); }
    25% { transform: scale(1.08); text-shadow: 0 0 40px rgba(255,215,0,0.3), 0 0 80px rgba(255,215,0,0.1); }
    50% { transform: scale(1); text-shadow: 0 0 20px rgba(255,215,0,0.1); }
    75% { transform: scale(1.08); text-shadow: 0 0 40px rgba(255,215,0,0.3), 0 0 80px rgba(255,215,0,0.1); }
    100% { transform: scale(1); text-shadow: 0 0 20px rgba(255,215,0,0.1); }
}

/* 2. FADE IN SUAVE */
.camsil-anim-title-fade {
    animation: chTitleFade 3s ease-in-out infinite;
}
@keyframes chTitleFade {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

/* 3. SLIDE LEFT */
.camsil-anim-title-slide-left {
    animation: chTitleSlideLeft 3s ease-in-out infinite;
}
@keyframes chTitleSlideLeft {
    0%, 100% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(-30px); opacity: 0.7; }
}

/* 4. SLIDE RIGHT */
.camsil-anim-title-slide-right {
    animation: chTitleSlideRight 3s ease-in-out infinite;
}
@keyframes chTitleSlideRight {
    0%, 100% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(30px); opacity: 0.7; }
}

/* 5. TYPING */
.camsil-anim-title-typing {
    overflow: hidden;
    white-space: nowrap;
    border-right: 4px solid var(--ch-color-primario, #FFD700);
    width: 0;
    animation: chTitleTyping 4s steps(30) forwards, chTitleBlink 0.75s step-end infinite 4s;
    margin: 0 auto 20px;
}
@keyframes chTitleTyping {
    from { width: 0; }
    to { width: 100%; }
}
@keyframes chTitleBlink {
    0%, 100% { border-color: transparent; }
    50% { border-color: var(--ch-color-primario, #FFD700); }
}

/* 6. BOUNCE */
.camsil-anim-title-bounce {
    animation: chTitleBounce 2s ease infinite;
}
@keyframes chTitleBounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-30px); }
    60% { transform: translateY(-15px); }
}

/* 7. PULSE */
.camsil-anim-title-pulse {
    animation: chTitlePulse 2s ease-in-out infinite;
}
@keyframes chTitlePulse {
    0%, 100% { transform: scale(1); text-shadow: 0 0 20px rgba(255,215,0,0.2); }
    50% { transform: scale(1.05); text-shadow: 0 0 60px rgba(255,215,0,0.6), 0 0 100px rgba(255,215,0,0.3); }
}

/* 8. GLITCH */
.camsil-anim-title-glitch {
    animation: chTitleGlitch 3s infinite;
    position: relative;
}
.camsil-anim-title-glitch::before,
.camsil-anim-title-glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.camsil-anim-title-glitch::before {
    animation: chGlitchBefore 2s infinite linear alternate-reverse;
    color: #ff00ff;
    z-index: -1;
}
.camsil-anim-title-glitch::after {
    animation: chGlitchAfter 2s infinite linear alternate-reverse;
    color: #00ffff;
    z-index: -2;
}
@keyframes chTitleGlitch {
    0%, 90%, 100% { transform: translate(0); }
    92% { transform: translate(-5px, 2px); }
    94% { transform: translate(5px, -2px); }
    96% { transform: translate(-3px, -1px); }
    98% { transform: translate(3px, 1px); }
}
@keyframes chGlitchBefore {
    0%, 100% { clip-path: inset(0 0 0 0); transform: translate(0); }
    20% { clip-path: inset(20% 0 60% 0); transform: translate(-3px, 0); }
    40% { clip-path: inset(50% 0 30% 0); transform: translate(3px, 0); }
    60% { clip-path: inset(10% 0 80% 0); transform: translate(-2px, 0); }
    80% { clip-path: inset(70% 0 10% 0); transform: translate(2px, 0); }
}
@keyframes chGlitchAfter {
    0%, 100% { clip-path: inset(0 0 0 0); transform: translate(0); }
    20% { clip-path: inset(60% 0 20% 0); transform: translate(3px, 0); }
    40% { clip-path: inset(30% 0 50% 0); transform: translate(-3px, 0); }
    60% { clip-path: inset(80% 0 10% 0); transform: translate(2px, 0); }
    80% { clip-path: inset(10% 0 70% 0); transform: translate(-2px, 0); }
}

/* 9. NEON */
.camsil-anim-title-neon {
    animation: chTitleNeon 2s ease-in-out infinite alternate;
    color: #fff;
    text-shadow: 
        0 0 5px #fff,
        0 0 10px #fff,
        0 0 20px var(--ch-color-primario, #FFD700),
        0 0 40px var(--ch-color-primario, #FFD700),
        0 0 80px var(--ch-color-primario, #FFD700);
}
@keyframes chTitleNeon {
    from { opacity: 1; }
    to { opacity: 0.8; text-shadow: 
        0 0 5px #fff,
        0 0 10px #fff,
        0 0 20px var(--ch-color-primario, #FFD700),
        0 0 40px var(--ch-color-primario, #FFD700),
        0 0 80px var(--ch-color-primario, #FFD700),
        0 0 120px var(--ch-color-primario, #FFD700); }
}

/* 10. REVEAL */
.camsil-anim-title-reveal {
    animation: chTitleReveal 3s ease-out forwards;
    clip-path: inset(0 100% 0 0);
}
@keyframes chTitleReveal {
    0% { clip-path: inset(0 100% 0 0); }
    100% { clip-path: inset(0 0% 0 0); }
}

/* ========== ANIMACIONES DEL SUBTÍTULO ========== */

/* 1. FADE-UP */
.camsil-anim-sub-fade-up {
    animation: chSubFadeUp 3s ease-in-out infinite;
}
@keyframes chSubFadeUp {
    0%, 100% { opacity: 1; transform: translateY(0); }
    50% { opacity: 0.5; transform: translateY(-15px); }
}

/* 2. FADE-DOWN */
.camsil-anim-sub-fade-down {
    animation: chSubFadeDown 3s ease-in-out infinite;
}
@keyframes chSubFadeDown {
    0%, 100% { opacity: 1; transform: translateY(0); }
    50% { opacity: 0.5; transform: translateY(15px); }
}

/* 3. SLIDE-LEFT */
.camsil-anim-sub-slide-left {
    animation: chSubSlideLeft 3s ease-in-out infinite;
}
@keyframes chSubSlideLeft {
    0%, 100% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(-20px); opacity: 0.7; }
}

/* 4. SLIDE-RIGHT */
.camsil-anim-sub-slide-right {
    animation: chSubSlideRight 3s ease-in-out infinite;
}
@keyframes chSubSlideRight {
    0%, 100% { transform: translateX(0); opacity: 1; }
    50% { transform: translateX(20px); opacity: 0.7; }
}

/* 5. ZOOM-ROTATE */
.camsil-anim-sub-zoom-rotate {
    animation: chSubZoomRotate 5s ease-in-out infinite;
}
@keyframes chSubZoomRotate {
    0%, 100% { transform: scale(1) rotate(0deg); text-shadow: 0 0 10px rgba(255,215,0,0.05); }
    25% { transform: scale(1.15) rotate(1deg); text-shadow: 0 0 30px rgba(255,215,0,0.2); }
    50% { transform: scale(1) rotate(0deg); text-shadow: 0 0 10px rgba(255,215,0,0.05); }
    75% { transform: scale(1.15) rotate(-1deg); text-shadow: 0 0 30px rgba(255,215,0,0.2); }
    100% { transform: scale(1) rotate(0deg); text-shadow: 0 0 10px rgba(255,215,0,0.05); }
}

/* 6. TYPEWRITER */
.camsil-anim-sub-typewriter {
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid var(--ch-color-primario, #FFD700);
    width: 0;
    animation: chSubTypewriter 4s steps(40) 1s forwards, chSubBlink 0.75s step-end infinite 5s;
    margin: 0 auto;
}
@keyframes chSubTypewriter {
    from { width: 0; }
    to { width: 100%; }
}
@keyframes chSubBlink {
    0%, 100% { border-color: transparent; }
    50% { border-color: var(--ch-color-primario, #FFD700); }
}

/* 7. GLOW */
.camsil-anim-sub-glow {
    animation: chSubGlow 3s ease-in-out infinite;
}
@keyframes chSubGlow {
    0%, 100% { text-shadow: 0 0 10px rgba(255,215,0,0.1); }
    50% { text-shadow: 0 0 30px rgba(255,215,0,0.5), 0 0 60px rgba(255,215,0,0.3); }
}

/* 8. FLOAT */
.camsil-anim-sub-float {
    animation: chSubFloat 4s ease-in-out infinite;
}
@keyframes chSubFloat {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-10px); }
    75% { transform: translateY(5px); }
}

/* 9. SHAKE */
.camsil-anim-sub-shake {
    animation: chSubShake 2s ease-in-out infinite;
}
@keyframes chSubShake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-3px); }
    20%, 40%, 60%, 80% { transform: translateX(3px); }
}

/* 10. WAVE */
.camsil-anim-sub-wave {
    animation: chSubWave 3s ease-in-out infinite;
}
@keyframes chSubWave {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-8px) rotate(1deg); }
    50% { transform: translateY(0) rotate(0deg); }
    75% { transform: translateY(8px) rotate(-1deg); }
}

/* ========== EFECTOS HOVER TEXTO ========== */
.camsil-hero-title:hover {
    animation: chTitleHover 0.6s ease forwards;
    cursor: pointer;
}
@keyframes chTitleHover {
    0% { transform: scale(1); text-shadow: 0 0 20px rgba(255,215,0,0.1); }
    30% { transform: scale(1.15); text-shadow: 0 0 60px rgba(255,215,0,0.8); color: var(--ch-color-primario, #FFD700); }
    60% { transform: scale(0.95); text-shadow: 0 0 40px rgba(255,215,0,0.5); }
    100% { transform: scale(1.1); text-shadow: 0 0 50px rgba(255,215,0,0.6); }
}

.camsil-hero-subtitle:hover {
    animation: chSubHover 0.8s ease forwards;
    cursor: pointer;
}
@keyframes chSubHover {
    0% { transform: scale(1) translateY(0); text-shadow: 0 0 10px rgba(255,215,0,0.05); }
    25% { transform: scale(1.15) translateY(-10px); text-shadow: 0 0 40px rgba(255,215,0,0.6); }
    75% { transform: scale(1.05) translateY(5px); text-shadow: 0 0 30px rgba(255,215,0,0.4); }
    100% { transform: scale(1.1) translateY(-5px); text-shadow: 0 0 50px rgba(255,215,0,0.7); }
}

/* ========== HERO SHAPE ========== */
.camsil-hero-shape {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 120px;
    height: 120px;
    z-index: 4;
    opacity: 0.8;
    pointer-events: none;
}

.camsil-hero-shape img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 20px var(--ch-color-primario, #FFD700));
}

/* ========== EFECTOS DEL SHAPE ========== */

/* 1. FLOAT */
.camsil-shape-float {
    animation: chShapeFloat 4s ease-in-out infinite;
}
@keyframes chShapeFloat {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-60%) translateX(10px); }
}

/* 2. ROTATE */
.camsil-shape-rotate {
    animation: chShapeRotate 8s linear infinite;
}
@keyframes chShapeRotate {
    from { transform: translateY(-50%) rotate(0deg); }
    to { transform: translateY(-50%) rotate(360deg); }
}

/* 3. BOUNCE */
.camsil-shape-bounce {
    animation: chShapeBounce 2s ease infinite;
}
@keyframes chShapeBounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(-50%); }
    40% { transform: translateY(-70%); }
    60% { transform: translateY(-55%); }
}

/* 4. PULSE */
.camsil-shape-pulse {
    animation: chShapePulse 2s ease-in-out infinite;
}
@keyframes chShapePulse {
    0%, 100% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(1.2); }
}

/* 5. SHAKE */
.camsil-shape-shake {
    animation: chShapeShake 1s ease-in-out infinite;
}
@keyframes chShapeShake {
    0%, 100% { transform: translateY(-50%) translateX(0); }
    25% { transform: translateY(-50%) translateX(-5px) rotate(-5deg); }
    75% { transform: translateY(-50%) translateX(5px) rotate(5deg); }
}

/* 6. SWING */
.camsil-shape-swing {
    animation: chShapeSwing 3s ease-in-out infinite;
    transform-origin: top center;
}
@keyframes chShapeSwing {
    0%, 100% { transform: translateY(-50%) rotate(0deg); }
    20% { transform: translateY(-50%) rotate(15deg); }
    40% { transform: translateY(-50%) rotate(-10deg); }
    60% { transform: translateY(-50%) rotate(5deg); }
    80% { transform: translateY(-50%) rotate(-5deg); }
}

/* 7. FLIP */
.camsil-shape-flip {
    animation: chShapeFlip 4s ease-in-out infinite;
}
@keyframes chShapeFlip {
    0%, 100% { transform: translateY(-50%) rotateY(0deg); }
    50% { transform: translateY(-50%) rotateY(180deg); }
}

/* 8. WOBBLE */
.camsil-shape-wobble {
    animation: chShapeWobble 2s ease-in-out infinite;
}
@keyframes chShapeWobble {
    0%, 100% { transform: translateY(-50%) rotate(0deg); }
    15% { transform: translateY(-50%) rotate(-5deg); }
    30% { transform: translateY(-50%) rotate(3deg); }
    45% { transform: translateY(-50%) rotate(-3deg); }
    60% { transform: translateY(-50%) rotate(2deg); }
    75% { transform: translateY(-50%) rotate(-1deg); }
}

/* 9. HEARTBEAT */
.camsil-shape-heartbeat {
    animation: chShapeHeartbeat 1.5s ease-in-out infinite;
}
@keyframes chShapeHeartbeat {
    0%, 100% { transform: translateY(-50%) scale(1); }
    14% { transform: translateY(-50%) scale(1.1); }
    28% { transform: translateY(-50%) scale(1); }
    42% { transform: translateY(-50%) scale(1.1); }
    70% { transform: translateY(-50%) scale(1); }
}

/* 10. ORBIT */
.camsil-shape-orbit {
    animation: chShapeOrbit 6s linear infinite;
}
@keyframes chShapeOrbit {
    0% { transform: translateY(-50%) translateX(0) translateY(0); }
    25% { transform: translateY(-50%) translateX(30px) translateY(-30px); }
    50% { transform: translateY(-50%) translateX(0) translateY(-60px); }
    75% { transform: translateY(-50%) translateX(-30px) translateY(-30px); }
    100% { transform: translateY(-50%) translateX(0) translateY(0); }
}

/* ========== MARQUEE ========== */
.camsil-marquee-section {
    background: #000;
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px solid rgba(255,215,0,0.2);
    border-bottom: 1px solid rgba(255,215,0,0.2);
}

.camsil-marquee-wrapper {
    display: flex;
    animation: chMarqueeScroll var(--ch-marquee-speed, 20s) linear infinite;
    white-space: nowrap;
}

.camsil-marquee-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 20px;
}

.camsil-marquee-text {
    font-size: 20px;
    font-weight: 700;
    color: var(--ch-color-primario, #FFD700);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.camsil-marquee-sep {
    font-size: 20px;
    color: rgba(255,215,0,0.4);
    font-weight: 300;
}

@keyframes chMarqueeScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-33.333%); }
}

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

@media (max-width: 1024px) {
    .camsil-hero-shape {
        width: 90px;
        height: 90px;
        right: 3%;
    }
}

@media (max-width: 768px) {
    .camsil-hero-title {
        font-size: 2.5rem !important;
        letter-spacing: 2px;
    }
    .camsil-hero-subtitle {
        font-size: 18px !important;
    }
    .camsil-hero-shape {
        width: 70px;
        height: 70px;
        right: 2%;
        opacity: 0.5;
    }
    .camsil-hero-content {
        padding: 20px 15px;
    }
    .camsil-marquee-text,
    .camsil-marquee-sep {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .camsil-hero-title {
        font-size: 1.8rem !important;
        letter-spacing: 1px;
    }
    .camsil-hero-subtitle {
        font-size: 16px !important;
    }
    .camsil-hero-shape {
        width: 50px;
        height: 50px;
        opacity: 0.4;
    }
    .camsil-hero-section {
        min-height: 80vh;
    }
}

/* ========== ACCESIBILIDAD ========== */
@media (prefers-reduced-motion: reduce) {
    .camsil-hero-title,
    .camsil-hero-subtitle,
    .camsil-hero-shape,
    .camsil-hero-overlay,
    .camsil-marquee-wrapper {
        animation: none !important;
    }
}
