.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-c8bca8b *//* --- CONFIGURACIÓN GENERAL --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap');

:root {
    --bg-dark: #0a0a0a;
    --bg-card: #141414;
    --cyan: #7ad2c4; /* Tu color corporativo */
    --cyan-dim: rgba(122, 210, 196, 0.1);
    --text-main: #ffffff;
    --text-dim: #a0a0a0;
    --font-main: 'Montserrat', sans-serif;
}

.tm-landing-2026 {
    background-color: var(--bg-dark);
    color: var(--text-main);
    font-family: var(--font-main);
    line-height: 1.6;
    overflow-x: hidden;
}

.tm-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 25px;
}

.tm-section {
    padding: 80px 0;
}

.tm-cyan-txt { color: var(--cyan); }

.tm-note{
    text-align: center;
    padding: 15px 0;

}

/* --- HERO SECTION --- */
.tm-hero {
    padding: 120px 0 80px;
    text-align: center;
    background: radial-gradient(circle at top center, #1a1a1a 0%, #0a0a0a 100%);
}

.tm-eyebrow {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 14px;
    color: var(--cyan);
    display: block;
    margin-bottom: 20px;
}

.tm-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 30px;
}

.tm-lead {
    font-size: 1.2rem;
    color: var(--text-dim);
    max-width: 700px;
    margin: 0 auto;
}

/* --- EDUCACIÓN DARK --- */
.tm-education-dark {
    background: var(--bg-card);
    border-radius: 40px;
    margin: 0 20px;
}

.tm-edu-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.tm-edu-content h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

/* --- STATS GRID --- */
.tm-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.tm-stat-card {
    background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #222;
    text-align: center;
    font-weight: 700;
}

.tm-num {
    display: block;
    font-size: 3rem;
    color: var(--cyan);
    margin-bottom: 10px;
    font-weight: 900;
}

.tm-highlight-text {
    text-align: center;
    font-style: italic;
    color: var(--cyan);
    font-size: 1.1rem;
}

/* --- PARADIGM (VS GRID) --- */
.tm-section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 60px;
    font-weight: 900;
}

.tm-vs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.tm-vs-box {
    padding: 50px;
    border-radius: 30px;
}

.tm-old { background: #111; opacity: 0.7; }
.tm-new { 
    background: var(--cyan-dim); 
    border: 2px solid var(--cyan); 
}

.tm-vs-box h3 { margin-bottom: 20px; font-size: 1.8rem; }
.tm-vs-box ul { list-style: none; padding: 0; margin-bottom: 30px; }
.tm-vs-box ul li { margin-bottom: 10px; padding-left: 25px; position: relative; }
.tm-vs-box ul li::before { content: "→"; position: absolute; left: 0; color: var(--cyan); }

.tm-roi-note { font-size: 0.9rem; font-weight: 700; margin-top: 20px; border-top: 1px solid #333; padding-top: 20px; 
    
}

/* --- USER BEHAVIOR --- */
.tm-behavior-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
}

.tm-behavior-step { position: relative; }
.tm-step-num {
    font-size: 5rem;
    font-weight: 900;
    color: rgba(255,255,255,0.05);
    position: absolute;
    top: -40px;
    left: 0;
}

.tm-behavior-step h4 { font-size: 1.5rem; margin-bottom: 15px; position: relative; z-index: 1; }

/* --- TARGET ITEMS --- */
.tm-target-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.tm-target-item {
    background: #222;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s;
}

.tm-target-item:hover { background: var(--cyan); color: #000; }

/* --- PRICING --- */
.tm-price-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.tm-price-card {
    background: #111;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #333;
    position: relative;
}

.tm-featured {
    border-color: var(--cyan);
    transform: scale(1.05);
    background: #161616;
}

.tm-tag {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--cyan);
    color: #000;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 900;
}

/* --- FOOTER / FORM --- */
.tm-footer {
    text-align: center;
    background: linear-gradient(to bottom, var(--bg-dark), #000);
}

.tm-form-box {
    background: #1a1a1a;
    padding: 40px;
    border-radius: 20px;
    margin: 40px auto;
    max-width: 600px;
    border: 1px dashed #444;
    color: var(--text-dim);
}

.tm-manifesto {
    margin-top: 60px;
    font-size: 0.8rem;
    opacity: 0.5;
    letter-spacing: 1px;
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .tm-section { padding: 50px 0; }
    .tm-vs-box { padding: 30px; }
    .tm-featured { transform: none; margin: 20px 0; }
    .tm-title { font-size: 2.5rem; }
}/* End custom CSS */