.elementor-30378 .elementor-element.elementor-element-b74005f{width:100%;max-width:100%;}.elementor-30378 .elementor-element.elementor-element-59fdb9d{width:100%;max-width:100%;}.elementor-30378 .elementor-element.elementor-element-54944bc{width:100%;max-width:100%;}.elementor-30378 .elementor-element.elementor-element-6920878{width:100%;max-width:100%;}.elementor-30378 .elementor-element.elementor-element-b3ce124 > .elementor-widget-container{background-color:transparent;background-image:radial-gradient(at center center, #BB2649 51%, #392F2E 62%);}.elementor-30378 .elementor-element.elementor-element-2cb23c5:not(.elementor-motion-effects-element-type-background), .elementor-30378 .elementor-element.elementor-element-2cb23c5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #392F2E 21%, #BB2649 100%);}.elementor-30378 .elementor-element.elementor-element-2cb23c5{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-30378 .elementor-element.elementor-element-2cb23c5 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-30378 .elementor-element.elementor-element-5bfc80c > .elementor-widget-container{background-color:transparent;background-image:linear-gradient(180deg, #392F2E 21%, #BB2649 100%);}.elementor-30378 .elementor-element.elementor-element-2e63192:not(.elementor-motion-effects-element-type-background), .elementor-30378 .elementor-element.elementor-element-2e63192 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #BB2649 0%, #392F2E 100%);}.elementor-30378 .elementor-element.elementor-element-2e63192{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-30378 .elementor-element.elementor-element-2e63192 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b74005f *//* --- HERO SECTION SEO (TAMAÑO GIANT) --- */
.seo-hero-section {
    background-color: #392F2E;
    color: #ffffff;
    font-family: 'Helvetica', Arial, sans-serif;
    padding: 140px 20px;
    min-height: 80vh; /* Pantalla casi completa */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.seo-hero-container {
    max-width: 1200px; /* Ancho máximo mayor para que quepa el texto gigante */
    margin: 0 auto;
}

/* H1 MASIVO - Estilo "LA ESTRUCTURA..." */
.seo-hero-title {
    /* Ajuste dinámico: En móvil 3.5rem, en escritorio sube hasta 7.5rem */
    font-size: clamp(3.5rem, 9vw, 7.5rem); 
    font-weight: 900; /* Extra bold */
    line-height: 0.9; /* Muy pegado, estilo bloque */
    text-transform: uppercase;
    letter-spacing: -3px; /* Letras juntas para más impacto */
    margin-bottom: 40px;
    color: #ffffff;
}

/* Palabra destacada con GLOW (como "NECESITA") */
.seo-hero-title span {
    color: #BC264B;
    display: block; /* Para que "MÉTODO" ocupe su propia línea si quieres, o inline */
    /* El resplandor rojo detrás de las letras */
    text-shadow: 0 0 50px rgba(188, 38, 75, 0.5); 
}

/* Subtítulo */
.seo-hero-subtitle {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    letter-spacing: 0.5px;
}

/* Separador pequeño (opcional, si lo quieres mantener minimalista) */
.seo-divider-small {
    width: 60px;
    height: 4px;
    background-color: #BC264B;
    margin: 0 auto 30px auto;
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(188, 38, 75, 0.6);
}

/* Animación de entrada */
.seo-fade-in {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUpHero 1s ease-out forwards;
}

@keyframes fadeInUpHero {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Móvil */
@media (max-width: 768px) {
    .seo-hero-section {
        padding: 100px 20px;
        min-height: auto;
    }
    .seo-hero-title {
        letter-spacing: -1px; /* Menos tracking en móvil para que no se monte */
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-59fdb9d *//* --- SECCIÓN PROCESO SEO --- */
.seo-process-section {
    background: #392F2E;
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
}

.seo-process-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(188, 38, 75, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.seo-process-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -15%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(188, 38, 75, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.seo-process-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* --- ENCABEZADO --- */
.process-header {
    text-align: center;
    margin-bottom: 80px;
}

.process-main-title {
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 48px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.process-intro {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.intro-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(188, 38, 75, 0.12);
    padding: 16px 28px;
    border-radius: 50px;
    border: 1px solid rgba(188, 38, 75, 0.3);
    transition: all 0.3s ease;
}

.intro-badge:hover {
    background: rgba(188, 38, 75, 0.18);
    border-color: rgba(188, 38, 75, 0.5);
    transform: translateY(-2px);
}

.badge-icon {
    font-size: 1.4rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.intro-badge p {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.process-subtitle {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 32px;
}

/* --- PASOS DEL PROCESO --- */
.process-steps {
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: relative;
}

/* Línea conectora vertical */
.process-steps::before {
    content: '';
    position: absolute;
    left: 50px;
    top: 80px;
    bottom: 80px;
    width: 2px;
    background: linear-gradient(180deg, 
        transparent 0%, 
        rgba(188, 38, 75, 0.3) 10%, 
        rgba(188, 38, 75, 0.3) 90%, 
        transparent 100%);
}

.process-step {
    display: grid;
    grid-template-columns: 100px 80px 1fr;
    gap: 24px;
    align-items: start;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
    padding: 36px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.process-step::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(188, 38, 75, 0.05) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.process-step:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-color: rgba(188, 38, 75, 0.4);
    transform: translateX(8px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(188, 38, 75, 0.1);
}

.process-step:hover::before {
    opacity: 1;
}

/* Número del paso */
.step-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(188, 38, 75, 0.25);
    line-height: 1;
    text-align: center;
    transition: all 0.4s ease;
}

.process-step:hover .step-number {
    color: rgba(188, 38, 75, 0.5);
    transform: scale(1.1);
}

/* Icono del paso */
.step-icon {
    font-size: 3rem;
    text-align: center;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
    transition: transform 0.4s ease;
}

.process-step:hover .step-icon {
    transform: scale(1.15) rotate(5deg);
}

/* Contenido del paso */
.step-content {
    padding-right: 24px;
}

.step-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.process-step:hover .step-title {
    color: #BC264B;
}

.step-description {
    font-size: 1.1rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

/* Decoración lateral */
.step-decoration {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, transparent 0%, rgba(188, 38, 75, 0.5) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.process-step:hover .step-decoration {
    opacity: 1;
}

/* --- FOOTER DEL PROCESO --- */
.process-footer {
    margin-top: 80px;
    text-align: center;
}

.footer-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    background: linear-gradient(90deg, 
        rgba(188, 38, 75, 0.1) 0%, 
        rgba(188, 38, 75, 0.15) 50%, 
        rgba(188, 38, 75, 0.1) 100%);
    padding: 36px 48px;
    border-radius: 16px;
    border: 2px solid rgba(188, 38, 75, 0.3);
    position: relative;
    overflow: hidden;
}

.footer-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 200%; }
}

.highlight-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #BC264B, transparent);
}

.footer-text {
    font-size: 1.3rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    max-width: 700px;
}

.footer-text strong {
    color: #ffffff;
    font-weight: 800;
    position: relative;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .seo-process-section {
        padding: 80px 20px;
    }

    .process-main-title {
        font-size: 2.4rem;
    }

    .process-intro {
        flex-direction: column;
        align-items: center;
    }

    .process-steps::before {
        left: 30px;
    }

    .process-step {
        grid-template-columns: 70px 60px 1fr;
        gap: 16px;
        padding: 28px 24px;
    }

    .step-number {
        font-size: 2.5rem;
    }

    .step-icon {
        font-size: 2.2rem;
    }

    .step-title {
        font-size: 1.3rem;
    }

    .step-description {
        font-size: 1rem;
    }

    .footer-highlight {
        flex-direction: column;
        gap: 20px;
        padding: 32px 24px;
    }

    .footer-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 600px) {
    .process-main-title {
        font-size: 2rem;
    }

    .process-steps::before {
        display: none;
    }

    .process-step {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 24px 20px;
    }

    .step-number {
        font-size: 2rem;
    }

    .step-content {
        padding-right: 0;
    }

    .intro-badge {
        width: 100%;
        justify-content: center;
    }

    .highlight-line {
        display: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54944bc *//* --- BLOQUE STORYTELLING (CORREGIDO: TEXTO NÍTIDO) --- */
.seo-story-section {
    /* 1. Fondo base sólido (el color de la web) */
    background-color: #392F2E; 
    
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
    margin: 0;

    /* ¡IMPORTANTE! Hemos quitado la máscara de AQUÍ. 
       Así el texto y las tarjetas NUNCA se borrarán. */
}

/* 2. El efecto de atmósfera (Aquí sí aplicamos el desvanecido) */
.seo-story-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    
    /* Ambiente oscuro + destellos rojos */
    background-image: 
        radial-gradient(circle at 50% 50%, rgba(42, 34, 32, 0.5) 0%, transparent 100%),
        radial-gradient(circle at 20% 30%, rgba(188, 38, 75, 0.08) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(188, 38, 75, 0.05) 0%, transparent 60%);
        
    pointer-events: none;
    
    /* --- MÁSCARA SOLO PARA EL FONDO --- */
    /* Hacemos que SOLO las luces se desvanezcan en los bordes para que no haya corte */
    
    /* Webkit (Chrome, Safari) */
    -webkit-mask-image: 
        linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%), /* Vertical */
        linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%); /* Horizontal */
    -webkit-mask-composite: source-in;
    
    /* Estándar (Firefox) */
    mask-image: 
        linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%),
        linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-composite: intersect;
}

.seo-story-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    position: relative;
    z-index: 2; /* Aseguramos que el contenido esté POR ENCIMA del fondo */
}

/* --- COLUMNA IZQUIERDA: EL PROBLEMA --- */
.story-left-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.story-hook {
    color: #BC264B;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.75rem;
    margin-bottom: 8px;
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
}

.story-hook::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 2px;
    background: #BC264B;
}

.story-title {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.85) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Caja de metáfora */
.story-concept-box {
    background: rgba(255, 255, 255, 0.04);
    border-left: 5px solid #BC264B;
    padding: 36px 32px;
    border-radius: 0 16px 16px 0;
    margin: 28px 0;
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.story-concept-box:hover {
    transform: translateX(8px);
    box-shadow: 0 12px 48px rgba(188, 38, 75, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.story-concept-box p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 16px;
}
.story-concept-box p:last-child { margin-bottom: 0; }

.story-highlight-text {
    color: #ffffff;
    font-weight: 800;
    font-size: 1.3rem;
    text-shadow: 0 2px 12px rgba(188, 38, 75, 0.3);
}

.story-conclusion {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.15rem;
    line-height: 1.6;
    margin-top: 12px;
}
.story-conclusion strong {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2rem;
}

/* --- COLUMNA DERECHA: LA SOLUCIÓN --- */
.story-right-col {
    position: relative;
    padding-top: 20px;
}

.story-reality-check {
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 48px;
    color: #ffffff;
}

.story-reality-check span {
    color: #BC264B;
    position: relative;
    display: inline-block;
}

.story-reality-check span::after {
    content: '';
    position: absolute;
    bottom: -4px; left: 0;
    width: 100%; height: 3px;
    background: linear-gradient(90deg, #BC264B 0%, rgba(188, 38, 75, 0.3) 100%);
}

/* Puntos clave */
.story-key-points {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 48px;
}

.story-point {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.3s ease;
}

.story-point:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(188, 38, 75, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.story-icon {
    font-size: 2.2rem;
    min-width: 50px;
    text-align: center;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.story-text h4 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.story-text p {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

/* Frase final */
.story-punchline {
    margin-top: 48px;
    font-size: 1.35rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(135deg, rgba(188, 38, 75, 0.15) 0%, rgba(188, 38, 75, 0.05) 100%);
    padding: 28px 32px;
    border-radius: 16px;
    border: 2px solid rgba(188, 38, 75, 0.25);
    position: relative;
    overflow: hidden;
    line-height: 1.5;
}

.story-punchline::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.story-punchline:hover::before {
    left: 100%;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .seo-story-section { padding: 80px 20px; }
    .seo-story-container { grid-template-columns: 1fr; gap: 60px; }
    .story-title { font-size: 2.2rem; }
    .story-reality-check { font-size: 1.9rem; margin-bottom: 36px; }
    .story-concept-box { padding: 28px 24px; }
    .story-point { padding: 20px; }
    .story-punchline { font-size: 1.2rem; padding: 24px 20px; }
}

@media (max-width: 600px) {
    .story-title { font-size: 1.8rem; }
    .story-reality-check { font-size: 1.6rem; }
    .story-concept-box p, .story-conclusion { font-size: 1rem; }
    .story-icon { font-size: 1.8rem; min-width: 40px; }
    .story-text h4 { font-size: 1rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6920878 *//* --- SECCIÓN GOOGLE BUSINESS (FUSIÓN 4 LADOS) --- */
.google-business-section {
    /* 1. Fondo sólido para integración perfecta con el resto de la web */
    background-color: #392F2E;
    
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
    margin: 0;
}

/* Efectos de fondo abstractos (Burbujas flotantes con Máscara) */
/* Aplicamos la máscara a AMBOS elementos para que se fundan en los bordes */
.google-business-section::before,
.google-business-section::after {
    /* MÁSCARA DE FUSIÓN 4 LADOS */
    -webkit-mask-image: 
        linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%), /* Vertical */
        linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%); /* Horizontal */
    -webkit-mask-composite: source-in;

    mask-image: 
        linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%),
        linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
    mask-composite: intersect;
    
    pointer-events: none;
}

.google-business-section::before {
    content: '';
    position: absolute;
    top: 10%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(188, 38, 75, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: float 20s ease-in-out infinite;
}

.google-business-section::after {
    content: '';
    position: absolute;
    bottom: 20%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(188, 38, 75, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(50px);
    animation: float 15s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, -30px) scale(1.1); }
}

.google-business-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* --- ENCABEZADO --- */
.google-header {
    text-align: center;
    margin-bottom: 60px;
}

.header-badge-large {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}

.badge-pin {
    font-size: 3.5rem;
    filter: drop-shadow(0 4px 16px rgba(188, 38, 75, 0.4));
    animation: bounce 2s ease-in-out infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.google-main-question {
    font-size: 3.8rem;
    font-weight: 900;
    line-height: 1.1;
    margin: 0;
    background: linear-gradient(135deg, #ffffff 0%, #BC264B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 40px rgba(188, 38, 75, 0.3);
}

.google-hook {
    max-width: 800px;
    margin: 0 auto;
}

.hook-text {
    font-size: 1.6rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

.hook-text strong {
    color: #ffffff;
    font-weight: 800;
}

.hook-highlight {
    display: inline-block;
    color: #BC264B;
    font-weight: 900;
    font-size: 1.8rem;
    position: relative;
    padding: 0 8px;
}

.hook-highlight::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #BC264B, transparent);
}

/* --- CONTEXTO / PROBLEMA --- */
.google-context {
    margin: 80px 0;
    display: flex;
    justify-content: center;
}

.context-card {
    background: linear-gradient(135deg, rgba(188, 38, 75, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 2px solid rgba(188, 38, 75, 0.25);
    border-radius: 24px;
    padding: 48px;
    max-width: 900px;
    display: flex;
    gap: 36px;
    align-items: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 16px 48px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.context-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(188, 38, 75, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.context-visual {
    position: relative;
    flex-shrink: 0;
}

.visual-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(188, 38, 75, 0.2) 0%, rgba(188, 38, 75, 0.05) 100%);
    border: 3px solid rgba(188, 38, 75, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual-circle.pulse {
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(188, 38, 75, 0.4); }
    50% { transform: scale(1.05); box-shadow: 0 0 0 20px rgba(188, 38, 75, 0); }
}

.visual-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3.5rem;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}

.context-text p {
    font-size: 1.25rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}

.context-text p:last-child {
    margin-bottom: 0;
}

.context-text strong {
    color: #ffffff;
    font-weight: 800;
}

.context-warning {
    font-size: 1.3rem !important;
}

.warning-emphasis {
    color: #BC264B;
    font-weight: 900;
    font-size: 1.4rem;
    display: inline-block;
    animation: shake 3s ease-in-out infinite;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30% { transform: translateX(-2px); }
    20%, 40% { transform: translateX(2px); }
}

/* --- PROPUESTA DE VALOR --- */
.google-value-prop {
    text-align: center;
    margin: 80px 0 60px;
    padding: 60px 40px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.google-value-prop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #BC264B, transparent);
}

.value-lead {
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 16px;
    font-weight: 500;
}

.value-statement {
    font-size: 3rem;
    font-weight: 900;
    color: #BC264B;
    margin: 0;
    line-height: 1.2;
    text-shadow: 0 4px 24px rgba(188, 38, 75, 0.4);
}

/* --- INTRO SERVICIOS --- */
.services-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin: 60px 0 48px;
}

.intro-line {
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(188, 38, 75, 0.6), transparent);
}

.services-title {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- GRID DE SERVICIOS --- */
.google-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
    margin-bottom: 80px;
}

.service-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 36px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(188, 38, 75, 0.1) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(188, 38, 75, 0.5);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(188, 38, 75, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.service-card:hover::before {
    opacity: 1;
}

.service-icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
}

.icon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(188, 38, 75, 0.2) 0%, rgba(188, 38, 75, 0.05) 100%);
    border-radius: 16px;
    border: 2px solid rgba(188, 38, 75, 0.3);
    transition: all 0.4s ease;
}

.service-card:hover .icon-bg {
    transform: rotate(10deg) scale(1.1);
    background: linear-gradient(135deg, rgba(188, 38, 75, 0.3) 0%, rgba(188, 38, 75, 0.1) 100%);
    border-color: rgba(188, 38, 75, 0.6);
}

.service-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
    transition: transform 0.4s ease;
}

.service-card:hover .service-icon {
    transform: translate(-50%, -50%) scale(1.2) rotate(-10deg);
}

.service-content {
    position: relative;
    z-index: 1;
}

.service-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.service-card:hover .service-title {
    color: #BC264B;
}

.service-description {
    font-size: 1.05rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.service-glow {
    position: absolute;
    bottom: -50%;
    right: -50%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(188, 38, 75, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.service-card:hover .service-glow {
    opacity: 1;
}

/* --- CIERRE POTENTE --- */
.google-closer {
    margin-top: 80px;
}

.closer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: linear-gradient(90deg, 
        rgba(188, 38, 75, 0.05) 0%, 
        rgba(188, 38, 75, 0.15) 50%, 
        rgba(188, 38, 75, 0.05) 100%);
    padding: 48px 60px;
    border-radius: 20px;
    border: 2px solid rgba(188, 38, 75, 0.4);
    position: relative;
    overflow: hidden;
}

.closer-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    animation: shimmer-closer 4s infinite;
}

@keyframes shimmer-closer {
    0% { left: -100%; }
    100% { left: 200%; }
}

.closer-decoration {
    width: 80px;
    height: 80px;
    position: relative;
}

.closer-decoration::before,
.closer-decoration::after {
    content: '';
    position: absolute;
    background: #BC264B;
    border-radius: 50%;
}

.closer-decoration::before {
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    animation: orbit 3s linear infinite;
}

.closer-decoration::after {
    width: 8px;
    height: 8px;
    bottom: 0;
    right: 0;
    animation: orbit 3s linear infinite reverse;
}

@keyframes orbit {
    0% { transform: rotate(0deg) translateX(30px) rotate(0deg); }
    100% { transform: rotate(360deg) translateX(30px) rotate(-360deg); }
}

.closer-text {
    font-size: 1.8rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    text-align: center;
    max-width: 700px;
    position: relative;
    z-index: 1;
}

.closer-text strong {
    color: #ffffff;
    font-weight: 900;
    font-size: 2rem;
    display: block;
    margin-top: 8px;
    text-shadow: 0 2px 16px rgba(188, 38, 75, 0.5);
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .google-business-section {
        padding: 80px 20px;
    }

    .google-main-question {
        font-size: 2.8rem;
    }

    .hook-text {
        font-size: 1.3rem;
    }

    .context-card {
        flex-direction: column;
        padding: 36px 28px;
        text-align: center;
    }

    .value-statement {
        font-size: 2.2rem;
    }

    .google-services-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .closer-content {
        flex-direction: column;
        gap: 24px;
        padding: 36px 28px;
    }

    .closer-decoration {
        display: none;
    }

    .closer-text {
        font-size: 1.4rem;
    }

    .closer-text strong {
        font-size: 1.6rem;
    }
}

@media (max-width: 600px) {
    .badge-pin {
        font-size: 2.5rem;
    }

    .google-main-question {
        font-size: 2rem;
    }

    .hook-text {
        font-size: 1.1rem;
    }

    .hook-highlight {
        font-size: 1.4rem;
    }

    .visual-circle {
        width: 100px;
        height: 100px;
    }

    .visual-icon {
        font-size: 2.5rem;
    }

    .context-text p {
        font-size: 1.1rem;
    }

    .value-statement {
        font-size: 1.8rem;
    }

    .services-title {
        font-size: 1.5rem;
    }

    .intro-line {
        width: 50px;
    }

    .service-card {
        padding: 28px;
    }

    .google-services-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b3ce124 *//* --- SECCIÓN RESULTADOS SEO (FUSIÓN TOTAL 4 LADOS) --- */
.seo-results-section {
    background-color: #392F2E;
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    padding: 140px 20px;
    position: relative;
    overflow: hidden;
    margin: 0;

    /* --- LA SOLUCIÓN DEL ESCALÓN (4 LADOS) --- */
    /* Combinamos una máscara vertical y una horizontal */
    
    /* Sintaxis para Chrome/Safari/Edge (Webkit) */
    -webkit-mask-image: 
        linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%), /* Arriba/Abajo */
        linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%); /* Izquierda/Derecha */
    /* 'source-in' hace la intersección: solo se ve el centro donde ambas son negras */
    -webkit-mask-composite: source-in; 

    /* Sintaxis Estándar (Firefox y futuros) */
    mask-image: 
        linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%), /* Arriba/Abajo */
        linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%); /* Izquierda/Derecha */
    mask-composite: intersect;
}

/* Efectos de fondo dinámicos */
.seo-results-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    
    background-image: 
        radial-gradient(circle at 15% 20%, rgba(188, 38, 75, 0.08) 0%, transparent 60%),
        radial-gradient(circle at 85% 30%, rgba(188, 38, 75, 0.06) 0%, transparent 60%),
        radial-gradient(circle at 50% 80%, rgba(188, 38, 75, 0.1) 0%, transparent 60%);
        
    animation: ambient-glow 15s ease-in-out infinite alternate;
    pointer-events: none;
    
    /* APLICAMOS LA MISMA MÁSCARA DOBLE A LAS LUCES PARA QUE NO SE CORTEN */
    -webkit-mask-image: 
        linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%),
        linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask-composite: source-in;

    mask-image: 
        linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%),
        linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    mask-composite: intersect;
}

@keyframes ambient-glow {
    0% { opacity: 0.5; transform: scale(1); }
    100% { opacity: 1; transform: scale(1.05); }
}

.seo-results-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* --- ENCABEZADO PREMIUM --- */
.results-header {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}

.header-ornament {
    width: 200px;
    height: 3px;
    margin: 0 auto;
    background: linear-gradient(90deg, transparent, #BC264B, transparent);
    position: relative;
}

.header-ornament.top { margin-bottom: 40px; }

.header-ornament.top::after,
.header-ornament.bottom::after {
    content: '◆';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    color: #BC264B;
    font-size: 1.2rem;
    background: #392F2E;
    padding: 0 12px;
    animation: diamond-pulse 2s ease-in-out infinite;
}

@keyframes diamond-pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50% { transform: translate(-50%, -50%) scale(1.3); opacity: 0.7; }
}

.header-ornament.bottom { margin-top: 40px; }

.results-main-title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
    color: #ffffff;
}

.title-emphasis {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-style: italic;
    position: relative;
}

.title-highlight {
    display: block;
    color: #BC264B;
    font-size: 3.5rem;
    margin-top: 12px;
    text-shadow: 0 0 40px rgba(188, 38, 75, 0.6);
    animation: glow-pulse 3s ease-in-out infinite;
}

@keyframes glow-pulse {
    0%, 100% { text-shadow: 0 0 40px rgba(188, 38, 75, 0.6); }
    50% { text-shadow: 0 0 60px rgba(188, 38, 75, 0.9), 0 0 80px rgba(188, 38, 75, 0.4); }
}

/* --- GRID DE BENEFICIOS --- */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 100px;
}

.benefits-grid .benefit-card:nth-child(5) {
    grid-column: 1 / -1;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
}

/* --- TARJETAS --- */
.benefit-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 44px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.benefit-card.featured {
    border-color: rgba(188, 38, 75, 0.3);
    background: linear-gradient(135deg, rgba(188, 38, 75, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.card-background-effect {
    position: absolute;
    top: -50%; right: -50%; width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(188, 38, 75, 0.15) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
    pointer-events: none;
}

.benefit-card:hover .card-background-effect {
    opacity: 1;
    transform: scale(1.1) rotate(30deg);
}

.benefit-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: rgba(188, 38, 75, 0.6);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(188, 38, 75, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 60px rgba(188, 38, 75, 0.2);
}

.card-shine {
    position: absolute;
    top: 0; left: -100%; width: 50%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
    pointer-events: none;
}
.benefit-card:hover .card-shine { left: 200%; }

/* --- HEADER DE BENEFICIO --- */
.benefit-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.benefit-icon-container {
    position: relative;
    width: 90px; height: 90px;
    flex-shrink: 0;
}

.icon-orbital {
    position: absolute;
    width: 100%; height: 100%;
    border: 3px solid rgba(188, 38, 75, 0.3);
    border-radius: 50%;
    border-top-color: #BC264B;
    border-right-color: #BC264B;
    animation: rotate-orbital 4s linear infinite;
}

@keyframes rotate-orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.benefit-card:hover .icon-orbital {
    border-color: rgba(188, 38, 75, 0.5);
    animation: rotate-orbital 2s linear infinite;
}

.benefit-icon {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.4));
    transition: all 0.4s ease;
}

.benefit-card:hover .benefit-icon {
    transform: translate(-50%, -50%) scale(1.2);
    filter: drop-shadow(0 8px 24px rgba(188, 38, 75, 0.6));
}

.benefit-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}
.benefit-card:hover .benefit-title { color: #BC264B; }

/* --- CONTENIDO --- */
.benefit-content { position: relative; z-index: 1; }
.benefit-description {
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.benefit-description strong { color: #ffffff; font-weight: 800; }
.benefit-description em { color: rgba(255, 255, 255, 0.6); font-style: italic; }
.highlight-text {
    color: #BC264B;
    font-weight: 700;
    position: relative;
    padding: 0 4px;
}
.highlight-text::after {
    content: '';
    position: absolute;
    bottom: -2px; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #BC264B, transparent);
    opacity: 0.6;
}

/* --- CIERRE --- */
.results-finale { margin-top: 100px; }

.finale-container {
    position: relative;
    background: linear-gradient(135deg, rgba(188, 38, 75, 0.15) 0%, rgba(188, 38, 75, 0.08) 50%, rgba(188, 38, 75, 0.15) 100%);
    border: 3px solid rgba(188, 38, 75, 0.4);
    border-radius: 30px;
    padding: 60px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 100px rgba(188, 38, 75, 0.2);
}

.finale-glow-left, .finale-glow-right {
    position: absolute;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(188, 38, 75, 0.4) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    animation: glow-float 6s ease-in-out infinite;
}
.finale-glow-left { top: -150px; left: -150px; }
.finale-glow-right { bottom: -150px; right: -150px; animation-delay: 3s; }

@keyframes glow-float {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
    50% { transform: translate(20px, -20px) scale(1.1); opacity: 1; }
}

.finale-content {
    display: flex; align-items: center; justify-content: center;
    gap: 40px; position: relative; z-index: 1;
}

.finale-icon {
    font-size: 4rem;
    filter: drop-shadow(0 0 20px rgba(188, 38, 75, 0.8));
    animation: icon-zap 2s ease-in-out infinite;
}

@keyframes icon-zap {
    0%, 100% { transform: scale(1) rotate(0deg); opacity: 1; }
    50% { transform: scale(1.2) rotate(10deg); opacity: 0.8; }
}

.finale-text {
    font-size: 1.8rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    text-align: center;
    max-width: 800px;
}
.finale-text strong { color: #ffffff; font-weight: 900; font-size: 2rem; display: block; margin: 8px 0; }
.finale-emphasis { display: block; color: #BC264B; font-weight: 900; font-size: 2.2rem; margin-top: 12px; text-shadow: 0 0 30px rgba(188, 38, 75, 0.8); }

.finale-particles { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; pointer-events: none; }
.particle {
    position: absolute; width: 4px; height: 4px; background: #BC264B; border-radius: 50%;
    box-shadow: 0 0 10px rgba(188, 38, 75, 0.8);
    animation: particle-float 8s ease-in-out infinite;
}
.particle:nth-child(1) { top: 20%; left: 10%; animation-delay: 0s; }
.particle:nth-child(2) { top: 60%; left: 80%; animation-delay: 1.5s; }
.particle:nth-child(3) { top: 40%; left: 30%; animation-delay: 3s; }
.particle:nth-child(4) { top: 80%; left: 60%; animation-delay: 4.5s; }
.particle:nth-child(5) { top: 30%; left: 90%; animation-delay: 6s; }

@keyframes particle-float {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0; }
    10%, 90% { opacity: 1; }
    50% { transform: translate(50px, -50px) scale(1.5); opacity: 0.8; }
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .benefits-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
    .benefits-grid .benefit-card:nth-child(5) { grid-column: 1 / -1; max-width: 600px; }
}

@media (max-width: 900px) {
    .seo-results-section { padding: 100px 20px; }
    .results-main-title { font-size: 3rem; }
    .title-highlight { font-size: 2.8rem; }
    .benefits-grid { grid-template-columns: 1fr; gap: 28px; }
    .benefits-grid .benefit-card:nth-child(5) { grid-column: 1; max-width: 100%; }
    .benefit-card { padding: 36px; }
    .finale-container { padding: 48px 32px; }
    .finale-content { flex-direction: column; gap: 24px; }
    .finale-icon { font-size: 3rem; }
    .finale-text { font-size: 1.5rem; }
    .finale-text strong { font-size: 1.7rem; }
    .finale-emphasis { font-size: 1.9rem; }
}

@media (max-width: 600px) {
    .results-main-title { font-size: 2.2rem; }
    .title-highlight { font-size: 2rem; }
    .benefit-header { flex-direction: column; text-align: center; gap: 16px; }
    .benefit-icon-container { width: 70px; height: 70px; }
    .benefit-icon { font-size: 2.5rem; }
    .benefit-title { font-size: 1.4rem; }
    .benefit-description { font-size: 1.05rem; }
    .finale-container { padding: 36px 24px; }
    .finale-text { font-size: 1.3rem; }
    .finale-text strong { font-size: 1.5rem; }
    .finale-emphasis { font-size: 1.6rem; }
    .header-ornament { width: 120px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-54dc7c3 *//* Importamos la fuente para la cita (solo si no la tienes ya cargada) */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* --- SECCIÓN CASO DE ÉXITO: ENSIS LEGAL --- */
.ensis-case-section {
    background-color: #392F2E; /* Fondo base de la web */
    color: #ffffff;
    font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
    /* Bordes sutiles para separar secciones */
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.ensis-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* --- 1. ENCABEZADO --- */
.ensis-header {
    margin-bottom: 60px;
    background: transparent !important; /* Aseguramos que no haya fondo aquí */
}

.ensis-label {
    display: inline-block;
    color: #BC264B;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    margin-bottom: 16px;
    position: relative;
    padding-left: 40px;
}

.ensis-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 2px;
    background-color: #BC264B;
}

/* TÍTULO CORREGIDO: LIMPIO Y SIN CAJA NEGRA */
.ensis-title {
    /* Tamaño y peso igualados al H1 principal */
    font-size: clamp(2.5rem, 5vw, 4rem); 
    font-weight: 800; /* Extra bold */
    line-height: 1.1;
    margin: 0;
    color: #ffffff;
    
    /* ESTO ELIMINA LA CAJA NEGRA Y CUALQUIER SOMBRA RARA */
    background: transparent !important; 
    text-shadow: none !important;
    -webkit-text-fill-color: #ffffff !important;
    display: block; /* Ocupa el ancho disponible sin cajas inline */
}

/* --- LAYOUT PRINCIPAL (2 COLUMNAS) --- */
.ensis-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 80px;
}

/* --- COLUMNA IZQUIERDA: TEXTO --- */
.ensis-text-col {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Narrativa */
.ensis-narrative p {
    font-size: 1.15rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 20px;
}
.ensis-narrative p:last-child { margin-bottom: 0; }
.ensis-narrative strong { color: #ffffff; font-weight: 700; }

/* Bloques de Acción */
.ensis-actions-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ensis-action-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 4px solid #BC264B;
    transition: all 0.3s ease;
}

.ensis-action-card:hover {
    background: rgba(255, 255, 255, 0.04);
    transform: translateX(5px);
}

.action-icon { font-size: 1.8rem; }

.action-details h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #ffffff;
}

.action-details p {
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* --- COLUMNA DERECHA: VISUALES --- */
.ensis-visual-col { position: relative; }

.ensis-photo-collage {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    gap: 16px;
    aspect-ratio: 4 / 5;
}

.collage-item {
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
}

.collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: brightness(0.9) contrast(1.1);
}

.collage-item:hover img {
    transform: scale(1.05);
    filter: brightness(1);
}

.collage-item.main { grid-column: 1 / span 8; grid-row: 1 / span 12; z-index: 1; }
.collage-item.secondary-1 { grid-column: 9 / span 4; grid-row: 1 / span 6; }
.collage-item.secondary-2 { grid-column: 9 / span 4; grid-row: 7 / span 6; }

/* --- CITA TESTIMONIO --- */
.ensis-quote-block {
    margin: 0 0 80px 0;
    padding: 40px;
    position: relative;
    text-align: center;
}

.ensis-quote-block::before {
    content: '“';
    position: absolute;
    top: -20px; left: 50%;
    transform: translateX(-50%);
    font-family: 'Playfair Display', serif;
    font-size: 10rem;
    line-height: 1;
    color: rgba(188, 38, 75, 0.1);
    pointer-events: none;
}

.ensis-quote-block p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    line-height: 1.4;
    color: #ffffff;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* --- CIERRE DE MARCA --- */
.ensis-reflection {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
}

.ensis-reflection p {
    font-size: 1.4rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.ensis-reflection .highlight {
    display: block;
    font-weight: 800;
    color: #BC264B;
    font-size: 1.6rem;
    margin-top: 8px;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .ensis-content-wrapper { grid-template-columns: 1fr; gap: 60px; }
    .ensis-photo-collage { aspect-ratio: auto; grid-template-rows: repeat(6, 1fr); }
    .collage-item.main { grid-column: 1 / span 12; grid-row: 1 / span 4; }
    .collage-item.secondary-1 { grid-column: 1 / span 6; grid-row: 5 / span 2; }
    .collage-item.secondary-2 { grid-column: 7 / span 6; grid-row: 5 / span 2; }
}

@media (max-width: 768px) {
    .ensis-case-section { padding: 80px 20px; }
    .ensis-title { font-size: 2.2rem; }
    .ensis-narrative p { font-size: 1.05rem; }
    .ensis-action-card { padding: 20px; }
    .ensis-quote-block p { font-size: 1.4rem; }
    .ensis-reflection p { font-size: 1.2rem; }
    .ensis-reflection .highlight { font-size: 1.3rem; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5bfc80c *//* --- SECCIÓN CONTACTO --- */
.contact-section {
  color: #ffffff;
  font-family: 'Ropa Sans', 'Helvetica Neue', sans-serif;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.contact-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
}

/* --- COLUMNA IZQUIERDA --- */
.contact-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.contact-main-title {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 16px 0;
  color: #ffffff;
  letter-spacing: -1px;
}

.title-highlight {
  font-weight: 900;
  display: block;
  font-size: 4.2rem;
}

.contact-intro {
  margin-bottom: 20px;
}

.intro-lead {
  font-size: 1.3rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 16px;
}

.intro-lead strong {
  font-weight: 700;
}

.intro-text {
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.contact-pitch {
  background: rgba(0, 0, 0, 0.2);
  padding: 28px 32px;
  border-radius: 16px;
  border-left: 4px solid rgba(188, 38, 75, 0.5);
}

.contact-pitch p {
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 16px 0;
}

.contact-pitch p:last-child {
  margin: 0;
}

.pitch-cta {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  font-style: italic;
  color: #ffffff !important;
}

.contact-features {
  margin: 24px 0;
}

.feature-badge {
  background: rgba(188, 38, 75, 0.15);
  padding: 24px 28px;
  border-radius: 14px;
  display: flex;
  gap: 20px;
  align-items: start;
  margin-bottom: 16px;
  border: 1px solid rgba(188, 38, 75, 0.3);
}

.badge-emoji {
  font-size: 2rem;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.feature-badge p {
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  font-weight: 500;
}

.feature-tagline {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-align: left;
  padding-left: 28px;
}

.contact-info-box {
  background: rgba(0, 0, 0, 0.25);
  padding: 32px;
  border-radius: 16px;
  margin-top: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-title {
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 3px;
  margin: 0 0 20px 0;
  color: #ffffff;
}

.info-details p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.privacy-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.privacy-link:hover {
  color: #ffffff;
}

/* --- COLUMNA DERECHA: FORMULARIO --- */
.contact-right {
  background: rgba(255, 255, 255, 0.98);
  padding: 48px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group label {
  font-size: 1rem;
  font-weight: 600;
  color: #2d2423;
  letter-spacing: 0.3px;
}

.required {
  color: #BC264B;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 16px 20px;
  font-size: 1rem;
  font-family: 'Ropa Sans', sans-serif;
  color: #2d2423;
  background: #f5f5f5;
  border: 2px solid transparent;
  border-radius: 12px;
  transition: all 0.3s ease;
  outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(45, 36, 35, 0.4);
}

.form-group input:focus,
.form-group textarea:focus {
  background: #ffffff;
  border-color: #BC264B;
  box-shadow: 0 0 0 4px rgba(188, 38, 75, 0.1);
}

.form-group textarea {
  resize: vertical;
  min-height: 140px;
}

.submit-btn {
  width: 100%;
  padding: 18px 32px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'Ropa Sans', sans-serif;
  color: #ffffff;
  background: #000000;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 8px;
}

.submit-btn:hover {
  background: #BC264B;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(188, 38, 75, 0.4);
}

.submit-btn:active {
  transform: translateY(0);
}

.contact-footer-info {
  margin-top: 32px;
  padding-top: 28px;
  border-top: 2px solid rgba(188, 38, 75, 0.15);
}

.footer-intro {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #666;
  margin: 0 0 16px 0;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact p {
  font-size: 0.95rem;
  color: #2d2423;
  margin: 0;
  font-weight: 500;
}

.footer-contact a {
  color: #BC264B;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #8B1538;
  text-decoration: underline;
}

/* --- ESTRUCTURA DE LA DERECHA (PILA) --- */
.right-column-stack {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Reducido un poco para acercar el WhatsApp */
}

/* La imagen debajo (estilos preservados por si la usas) */
.below-form-image-wrapper {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #fff;
}
.below-form-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}
.below-form-image-wrapper:hover .below-form-image {
    transform: scale(1.05);
}

/* =========================================
   ESTILOS CAJA WHATSAPP (SV COMUNICACIÓN)
   ========================================= */

.sv-whatsapp-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.05); /* Fondo sutil transparente */
    border: 1px solid rgba(255, 255, 255, 0.2); /* Mismo borde que tus inputs */
    border-radius: 14px;
    padding: 15px 20px;
    margin-top: 10px;
    margin-bottom: 25px; /* Separación si hubiese algo debajo */
    backdrop-filter: blur(5px); /* Efecto cristal moderno */
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.sv-whatsapp-box:hover {
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px); /* Pequeña elevación al pasar el ratón */
}

/* Textos */
.sv-wa-text {
    display: flex;
    flex-direction: column;
}

.sv-wa-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
    letter-spacing: 0.5px;
}

.sv-wa-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 400;
}

/* Botón y Icono */
.sv-wa-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366; /* Verde Oficial WhatsApp */
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px; /* Forma de píldora */
    font-weight: 600;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2);
    white-space: nowrap; /* Evita que el texto se rompa */
}

.sv-wa-button:hover {
    background-color: #20bd5a; /* Verde un poco más oscuro al hover */
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
}

.sv-wa-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: #ffffff; /* Icono blanco */
}

.sv-wa-btn-text {
    font-size: 15px;
    font-family: 'Segoe UI', Roboto, sans-serif;
}

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
  .contact-container {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .contact-left {
    max-width: 100%;
  }

  .right-column-stack {
      gap: 30px;
  }
}

@media (max-width: 768px) {
  .contact-section {
    padding: 60px 20px;
  }
  
  .contact-main-title {
    font-size: 2.8rem;
  }
  
  .title-highlight {
    font-size: 3rem;
  }
  
  .contact-right {
    padding: 36px 28px;
  }
  
  .contact-pitch {
    padding: 24px;
  }
  
  .feature-badge {
    flex-direction: column;
    text-align: center;
  }
  
  .feature-tagline {
    padding-left: 0;
    text-align: center;
  }

  .below-form-image-wrapper {
    max-height: 400px; 
  }
  .below-form-image {
    height: 100%;
  }
}

@media (max-width: 480px) {
  .contact-main-title {
    font-size: 2.2rem;
  }
  
  .title-highlight {
    font-size: 2.4rem;
  }
  
  .contact-right {
    padding: 28px 20px;
  }
  
  .intro-lead,
  .intro-text {
    font-size: 1.1rem;
  }
  
  .contact-pitch p {
    font-size: 1.05rem;
  }

  /* Ajustes Móvil WhatsApp Box */
  .sv-whatsapp-box {
      flex-direction: column; /* Pone el texto arriba y botón abajo */
      text-align: center;
      padding: 20px;
      gap: 15px;
  }

  .sv-wa-button {
      width: 100%; /* Botón ancho completo en móvil */
      justify-content: center;
      padding: 12px;
  }
  
  .sv-wa-icon {
      width: 28px;
      height: 28px;
  }
}/* End custom CSS */
/* Start custom CSS *//* Fuerza el fondo negro en todas las capas estructurales */
html, body, #page, .site-content, .site-inner, .elementor-section, .entry-content {
    background-color: #392F2E !important;
}

/* Elimina márgenes extraños que a veces añaden los temas */
.site-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}/* End custom CSS */