.elementor-6468 .elementor-element.elementor-element-65c5863{--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:30px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5369e5a */<style>
    /* Estilos Premium para Cámaras de Seguridad */
    .c-cameras-premium-wrapper {
        max-width: 100%;
        margin: 0 auto;
        font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
        color: #1a1a1a;
        line-height: 1.6;
        box-sizing: border-box;
        background-color: #ffffff;
    }

    .c-cameras-premium-wrapper * {
        box-sizing: border-box;
    }

    /* --- HERO SECTION: Impacto Visual --- */
    .c-cameras-hero {
        background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
        color: #ffffff;
        padding: 120px 5%;
        border-radius: 0 0 50px 50px;
        margin-bottom: 80px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .c-cameras-hero::before {
        content: "";
        position: absolute;
        top: -50%;
        left: -20%;
        width: 140%;
        height: 200%;
        background: radial-gradient(circle, rgba(246, 203, 28, 0.05) 0%, transparent 70%);
        pointer-events: none;
    }

    .c-cameras-hero h1 {
        color: #F6CB1C;
        font-size: 4em;
        font-weight: 800;
        margin: 0 0 20px 0;
        letter-spacing: -1px;
        line-height: 1.1;
    }

    .c-cameras-hero p {
        font-size: 1.5em;
        color: #cccccc;
        max-width: 800px;
        margin: 0 auto 40px auto;
        font-weight: 300;
    }

    .c-cameras-status-bar {
        display: inline-flex;
        background: rgba(255, 255, 255, 0.05);
        padding: 10px 25px;
        border-radius: 100px;
        border: 1px solid rgba(246, 203, 28, 0.3);
        color: #F6CB1C;
        font-weight: 700;
        font-size: 0.9em;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* --- SECCIÓN 2: INTRODUCCIÓN TÉCNICA --- */
    .c-cameras-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 25px;
    }

    .c-cameras-intro-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        align-items: center;
        margin-bottom: 100px;
    }

    .c-cameras-feature-tag {
        font-size: 1.3em;
        font-weight: 600;
        border-left: 6px solid #F6CB1C;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .c-cameras-intro-text p {
        font-size: 1.15em;
        color: #444;
        margin-bottom: 20px;
    }

    .c-cameras-badge-box {
        background: #f8f8f8;
        padding: 40px;
        border-radius: 30px;
        border: 1px solid #eee;
    }

    .c-cameras-badge-box h3 {
        margin-top: 0;
        font-size: 1.8em;
    }

    /* --- SECCIÓN 3: SOLUCIONES (Cards Modernas) --- */
    .c-cameras-solutions-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-bottom: 100px;
    }

    .c-camera-card {
        background: #ffffff;
        padding: 45px 35px;
        border-radius: 25px;
        border-bottom: 5px solid #eee;
        transition: all 0.3s ease;
        box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    }

    .c-camera-card:hover {
        transform: translateY(-10px);
        border-bottom-color: #F6CB1C;
        box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    }

    .c-camera-card h3 {
        font-size: 1.5em;
        margin-bottom: 20px;
        color: #000;
    }

    .c-camera-card ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .c-camera-card li {
        padding: 10px 0;
        border-bottom: 1px solid #f0f0f0;
        font-size: 0.95em;
        color: #555;
    }

    .c-camera-card li:last-child { border: none; }

    /* --- SECCIÓN 4: PRECIOS Y COMPARATIVA --- */
    .c-cameras-pricing-section {
        background: #000;
        color: #fff;
        padding: 100px 5%;
        border-radius: 50px;
        margin-bottom: 100px;
    }

    .c-cameras-pricing-flex {
        display: flex;
        gap: 60px;
        align-items: flex-start;
    }

    .c-pricing-info { flex: 1; }
    .c-pricing-info h2 { color: #F6CB1C; font-size: 2.8em; margin-bottom: 30px; }

    .c-pricing-box {
        background: #111111;
        padding: 50px;
        border-radius: 30px;
        border: 1px solid #222;
        flex: 1;
    }

    .c-pricing-box h4 {
        color: #F6CB1C;
        font-size: 1.3em;
        margin-top: 0;
    }

    /* --- SECCIÓN 5: CTA FINAL --- */
    .c-cameras-cta {
        background-color: #F6CB1C;
        padding: 80px 40px;
        border-radius: 40px;
        text-align: center;
        box-shadow: 0 25px 60px rgba(246, 203, 28, 0.25);
    }

    .c-cameras-cta h2 {
        font-size: 3em;
        margin-bottom: 20px;
    }

    .c-cameras-btn-group {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-top: 40px;
    }

    .c-cameras-btn {
        background: #000;
        color: #F6CB1C;
        padding: 20px 45px;
        border-radius: 100px;
        text-decoration: none;
        font-weight: 800;
        font-size: 1.1em;
        transition: all 0.3s ease;
        box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    }

    .c-cameras-btn:hover {
        transform: scale(1.05);
        background: #222;
        box-shadow: 0 15px 30px rgba(0,0,0,0.25);
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .c-cameras-hero h1 { font-size: 3em; }
        .c-cameras-solutions-grid { grid-template-columns: 1fr 1fr; }
        .c-cameras-pricing-flex { flex-direction: column; }
    }

    @media (max-width: 768px) {
        .c-cameras-intro-grid { grid-template-columns: 1fr; }
        .c-cameras-solutions-grid { grid-template-columns: 1fr; }
        .c-cameras-btn-group { flex-direction: column; }
        .c-cameras-hero { padding: 80px 5%; }
        .c-cameras-hero h1 { font-size: 2.2em; }
    }
</style>/* End custom CSS */