.elementor-16785 .elementor-element.elementor-element-60fa1ee4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-617864fd *//* --- VARIABLES LOCALES (Para no depender del tema) --- */
.snd-hero {
    --snd-bg-dark: #0f172a;
    --snd-primary: #10b981; /* Verde Esmeralda */
    --snd-primary-hover: #059669;
    --snd-blue: #3b82f6;
    --snd-text-light: #f8fafc;
    --snd-text-dim: #94a3b8;
    --snd-card-bg: #1e293b;
    --snd-radius: 16px;
    background-color: var(--snd-bg-dark);
    color: var(--snd-text-light);
    font-family: 'Montserrat', sans-serif; /* Asegúrate de cargar la fuente o usa la de tu tema */
}

/* --- LAYOUT GENERAL --- */
.snd-section {
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.snd-container {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* --- HERO & TIPOGRAFÍA --- */
.snd-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 16px;
    border-radius: 50px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 600;
}

.snd-headline {
    font-size: clamp(32px, 5vw, 56px); /* Responsive fluido */
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 24px;
    color: white;
}

.snd-highlight {
    background: linear-gradient(90deg, var(--snd-primary), #34d399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.snd-subheadline {
    font-size: 18px;
    line-height: 1.6;
    color: var(--snd-text-dim);
    max-width: 700px;
    margin: 0 auto 60px auto;
    text-align: center;
}

/* --- GRID DE SEGMENTACIÓN --- */
.snd-segmentation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.snd-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--snd-radius);
    padding: 40px;
    text-align: left;
    text-decoration: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    display: flex;
    flex-direction: column;
}

.snd-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
}

.snd-card-auto:hover { border-color: var(--snd-primary); box-shadow: 0 20px 40px -10px rgba(16, 185, 129, 0.2); }
.snd-card-clinic:hover { border-color: var(--snd-blue); box-shadow: 0 20px 40px -10px rgba(59, 130, 246, 0.2); }

.snd-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.snd-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.snd-icon-box svg { width: 28px; height: 28px; }
.snd-icon-green { background: rgba(16, 185, 129, 0.1); color: var(--snd-primary); }
.snd-icon-blue { background: rgba(59, 130, 246, 0.1); color: var(--snd-blue); }

.snd-tag {
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.snd-tag-green { background: rgba(16, 185, 129, 0.1); color: var(--snd-primary); }
.snd-tag-blue { background: rgba(59, 130, 246, 0.1); color: var(--snd-blue); }

.snd-card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: white;
}

.snd-card-desc {
    font-size: 15px;
    color: var(--snd-text-dim);
    margin-bottom: 30px;
    flex-grow: 1;
}

.snd-card-cta {
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.snd-card-cta span { transition: transform 0.2s; }
.snd-card:hover .snd-card-cta span { transform: translateX(5px); }

.snd-text-green { color: var(--snd-primary); }
.snd-text-blue { color: var(--snd-blue); }

/* --- SECCIÓN PROBLEMA (Blanco) --- */
.snd-problem {
    background-color: white;
    color: #1e293b;
}

.snd-flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.snd-col-text, .snd-col-visual { flex: 1; min-width: 300px; }

.snd-alert-box {
    display: inline-block;
    background: #fee2e2;
    color: #dc2626;
    font-weight: 800;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.snd-section-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #0f172a;
    line-height: 1.2;
}

.snd-body-text {
    font-size: 18px;
    line-height: 1.6;
    color: #475569;
    margin-bottom: 40px;
}

/* --- LEAD MAGNET BOX --- */
.snd-lead-magnet {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.snd-magnet-content h4 { margin: 0 0 5px 0; font-size: 16px; font-weight: 700; }
.snd-magnet-content p { margin: 0; font-size: 13px; color: #64748b; }

.snd-btn-dark {
    background: #0f172a;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}
.snd-btn-dark:hover { background: #334155; }

/* --- VISUAL STEPS --- */
.snd-solution-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    padding: 40px;
    border: 1px solid #f1f5f9;
}

.snd-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.snd-steps li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f9;
}

.snd-steps li:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.snd-step-num {
    background: #d1fae5;
    color: #059669;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 14px;
    flex-shrink: 0;
}/* End custom CSS */