.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* VARIABLES Y ESTILOS GLOBALES */
:root {
    --primary: #ff2d2d;
    --primary-hover: #ff4c4c;
    --accent: #ffd400;
    --bg-dark: #0e0e0e;
    --bg-card: #1b1b1b;
    --text-light: #f5f5f5;
    --text-muted: #b0b0b0;
}

.landing-cde-body {
    background: var(--bg-dark);
    color: var(--text-light);
    line-height: 1.6;
    font-family: 'Inter', sans-serif;
}

.landing-cde-body section {
    padding: 80px 20px;
}

.landing-cde-body .container {
    max-width: 1000px;
    margin: auto;
}

.landing-cde-body h1, .landing-cde-body h2 {
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}

.landing-cde-body h1 { font-size: 2.8rem; }
.landing-cde-body h2 { font-size: 2.2rem; margin-bottom: 40px; }

.landing-cde-body p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: var(--text-muted);
}

.landing-cde-body .highlight {
    color: var(--accent);
    font-weight: bold;
}

/* BOTONES */
.landing-cde-body .cta-btn {
    display: block;
    max-width: fit-content;
    background: var(--primary);
    color: #fff !important;
    padding: 18px 35px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 8px;
    margin: 20px auto 0;
    transition: all 0.3s ease;
    box-shadow: 0px 4px 15px rgba(255, 45, 45, 0.4);
    text-align: center;
}

.landing-cde-body .cta-btn:hover {
    background: var(--primary-hover);
    transform: scale(1.05);
}

/* LISTAS */
.landing-cde-body ul {
    list-style: none;
    max-width: 700px;
    margin: 20px auto;
}

.landing-cde-body ul li {
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    text-align: left;
    color: var(--text-light);
}

.landing-cde-body ul li::before {
    content: "✦";
    color: var(--accent);
    position: absolute;
    left: 0;
}

/* SECCIONES ESPECIALES */
.landing-cde-body .hero {
    background: radial-gradient(circle at center, #222 0%, #000 100%);
    padding: 120px 20px;
    border-bottom: 1px solid #333;
}

.landing-cde-body .red-section {
    background: linear-gradient(180deg, #1a0000 0%, #000 100%);
    border-top: 2px solid var(--primary);
}

.landing-cde-body .offer {
    border-top: 4px solid var(--accent);
    border-bottom: 4px solid var(--accent);
    background: #000;
}

/* TARJETAS Y TESTIMONIOS */
.landing-cde-body .testimonials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.landing-cde-body .testimonial {
    background: var(--bg-card);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #333;
}

.landing-cde-body .faq-item {
    background: #161616;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    border-left: 4px solid var(
.texto-gradient {
  background: linear-gradient(90deg, #ff7a18, #32d2a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}/* End custom CSS */