:root {
    --color-primary: #0D9488;
    --color-primary-dark: #0F766E;
    --color-primary-light: #CCFBF1;
    --color-secondary: #7C3AED;
    --color-accent: #F59E0B;
    --color-danger: #EF4444;
    --color-bg: #FAFBFC;
    --color-surface: #FFFFFF;
    --color-text: #1E293B;
    --color-text-muted: #64748B;
    --color-border: #E2E8F0;
    --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --font-heading: 'Playfair Display', Georgia, serif;
    --radius: 12px;
    --radius-sm: 8px;
    --radius-lg: 20px;
    --shadow: 0 1px 3px rgba(0,0,0,0.08), 0 4px 12px rgba(0,0,0,0.04);
    --shadow-lg: 0 4px 20px rgba(0,0,0,0.1), 0 8px 32px rgba(0,0,0,0.06);
    --shadow-hover: 0 8px 30px rgba(13,148,136,0.15);
    --container: 1200px;
    --transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--color-text); background: var(--color-bg); line-height: 1.65; font-size: 16px; -webkit-font-smoothing: antialiased; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 600; line-height: 1.25; }
h1 { font-size: clamp(2rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.4rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
a { color: var(--color-primary); text-decoration: none; }
img { max-width: 100%; height: auto; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 28px; border-radius: var(--radius); font-family: var(--font-body); font-weight: 600; font-size: 0.95rem; cursor: pointer; transition: all var(--transition); border: 2px solid transparent; text-decoration: none; }
.btn-primary { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }
.btn-primary:hover { background: var(--color-primary-dark); border-color: var(--color-primary-dark); transform: translateY(-1px); box-shadow: var(--shadow-hover); }
.btn-outline { background: transparent; color: var(--color-primary); border-color: var(--color-primary); }
.btn-outline:hover { background: var(--color-primary); color: #fff; }
.btn-secondary { background: var(--color-secondary); color: #fff; border-color: var(--color-secondary); }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; }
.btn-sm { padding: 8px 20px; font-size: 0.85rem; }
.btn-block { width: 100%; text-align: center; }
.btn-disabled { background: #CBD5E1; color: #94A3B8; border-color: #CBD5E1; cursor: default; pointer-events: none; }

/* HEADER */
.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(255,255,255,0.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--color-border); transition: all var(--transition); }
.header-inner { max-width: var(--container); margin: 0 auto; padding: 0 24px; height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo { display: flex; align-items: center; gap: 8px; text-decoration: none; color: var(--color-text); }
.logo-icon { font-size: 1.6rem; color: var(--color-primary); }
.logo-text { font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; color: var(--color-primary-dark); }
.main-nav { display: flex; gap: 28px; }
.main-nav a { color: var(--color-text-muted); font-weight: 500; font-size: 0.92rem; transition: color var(--transition); }
.main-nav a:hover { color: var(--color-primary); }
.btn-help-now { background: var(--color-danger); color: #fff !important; padding: 10px 22px; border-radius: var(--radius); font-weight: 600; font-size: 0.88rem; transition: all var(--transition); white-space: nowrap; }
.btn-help-now:hover { background: #DC2626; transform: translateY(-1px); }
.mobile-menu-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.mobile-menu-toggle span { width: 24px; height: 2px; background: var(--color-text); border-radius: 2px; transition: all var(--transition); }
.mobile-nav { display: none; flex-direction: column; padding: 16px 24px; background: #fff; border-bottom: 1px solid var(--color-border); }
.mobile-nav a { padding: 12px 0; color: var(--color-text); font-weight: 500; border-bottom: 1px solid var(--color-border); }
.mobile-nav .btn-help-now { margin-top: 12px; text-align: center; }

/* HERO */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 50%, #0D9488 100%); padding: 120px 24px 80px; overflow: hidden; }
.hero-overlay { position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.hero-content { position: relative; z-index: 2; max-width: 650px; margin: 0 auto 0 calc((100vw - var(--container)) / 2 + 24px); }
.hero h1 { color: #fff; font-size: clamp(2.2rem, 5.5vw, 3.6rem); margin-bottom: 20px; }
.hero .highlight { color: var(--color-primary-light); }
.hero-subtitle { color: rgba(255,255,255,0.8); font-size: 1.15rem; line-height: 1.7; margin-bottom: 36px; max-width: 520px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero .btn-outline { color: #fff; border-color: rgba(255,255,255,0.4); }
.hero .btn-outline:hover { background: #fff; color: var(--color-primary-dark); border-color: #fff; }
.hero-video-placeholder { position: absolute; right: calc((100vw - var(--container)) / 2 + 24px); top: 50%; transform: translateY(-50%); width: 380px; height: 260px; background: rgba(255,255,255,0.08); border-radius: var(--radius-lg); border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; backdrop-filter: blur(8px); }
.play-btn-wrapper { display: flex; flex-direction: column; align-items: center; gap: 12px; color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.play-btn { width: 64px; height: 64px; border-radius: 50%; background: var(--color-primary); border: none; color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all var(--transition); }
.play-btn:hover { transform: scale(1.1); box-shadow: 0 0 0 12px rgba(13,148,136,0.2); }

/* SEARCH */
.search-section { padding: 80px 0; background: var(--color-surface); text-align: center; }
.search-section h2 { margin-bottom: 8px; }
.section-subtitle { color: var(--color-text-muted); font-size: 1.05rem; margin-bottom: 36px; }
.search-box { display: flex; max-width: 640px; margin: 0 auto 20px; background: var(--color-bg); border: 2px solid var(--color-border); border-radius: var(--radius-lg); overflow: hidden; transition: border-color var(--transition); }
.search-box:focus-within { border-color: var(--color-primary); }
.search-box input { flex: 1; padding: 18px 24px; border: none; outline: none; font-size: 1rem; font-family: var(--font-body); background: transparent; color: var(--color-text); }
.search-box input::placeholder { color: var(--color-text-muted); }
.search-btn { padding: 18px 24px; background: var(--color-primary); border: none; color: #fff; cursor: pointer; transition: background var(--transition); }
.search-btn:hover { background: var(--color-primary-dark); }
.search-suggestions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; align-items: center; max-width: 640px; margin: 0 auto; }
.suggestion-label { color: var(--color-text-muted); font-size: 0.85rem; }
.suggestion-chip { padding: 6px 16px; background: var(--color-primary-light); color: var(--color-primary-dark); border: none; border-radius: 20px; font-size: 0.85rem; font-family: var(--font-body); cursor: pointer; transition: all var(--transition); }
.suggestion-chip:hover { background: var(--color-primary); color: #fff; }
.search-results { max-width: 640px; margin: 24px auto 0; text-align: left; }

/* ETAPAS */
.etapas-section { padding: 80px 0; text-align: center; }
.etapas-section h2 { margin-bottom: 8px; }
.etapas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 12px; }
.etapa-card { background: var(--color-surface); border-radius: var(--radius-lg); padding: 40px 28px 32px; text-align: center; text-decoration: none; color: var(--color-text); box-shadow: var(--shadow); transition: all var(--transition); border: 2px solid transparent; position: relative; overflow: hidden; }
.etapa-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; border-radius: var(--radius-lg) var(--radius-lg) 0 0; }
.etapa-ninez::before { background: #60A5FA; }
.etapa-adolescencia::before { background: #A78BFA; }
.etapa-adultos::before { background: var(--color-primary); }
.etapa-familia::before { background: var(--color-accent); }
.etapa-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--color-primary-light); }
.etapa-icon { margin-bottom: 16px; color: var(--color-primary); }
.etapa-card h3 { font-size: 1.3rem; margin-bottom: 4px; }
.etapa-age { color: var(--color-text-muted); font-size: 0.88rem; margin-bottom: 12px; }
.etapa-desc { color: var(--color-text-muted); font-size: 0.92rem; line-height: 1.55; margin-bottom: 16px; }
.etapa-cta { color: var(--color-primary); font-weight: 600; font-size: 0.9rem; }

/* TOP MOTIVOS */
.top-motivos-section { padding: 80px 0; background: var(--color-surface); text-align: center; }
.motivos-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 12px; }
.motivo-card { background: var(--color-bg); border-radius: var(--radius); padding: 28px 20px; text-align: left; text-decoration: none; color: var(--color-text); transition: all var(--transition); border: 1px solid var(--color-border); }
.motivo-card:hover { border-color: var(--color-primary); transform: translateY(-3px); box-shadow: var(--shadow); }
.motivo-number { font-family: var(--font-heading); font-size: 2rem; font-weight: 700; color: var(--color-primary-light); display: block; margin-bottom: 8px; line-height: 1; }
.motivo-card:hover .motivo-number { color: var(--color-primary); }
.motivo-card h3 { font-family: var(--font-body); font-size: 1rem; font-weight: 600; margin-bottom: 6px; }
.motivo-card p { color: var(--color-text-muted); font-size: 0.85rem; line-height: 1.5; }

/* TRANSVERSALES */
.transversales-section { padding: 80px 0; text-align: center; }
.transversales-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 12px; }
.transversal-card { background: var(--color-surface); border-radius: var(--radius-lg); padding: 36px 28px; text-align: center; text-decoration: none; color: var(--color-text); box-shadow: var(--shadow); transition: all var(--transition); }
.transversal-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.transversal-icon { font-size: 2.4rem; margin-bottom: 16px; }
.transversal-card h3 { font-family: var(--font-body); font-weight: 600; margin-bottom: 8px; }
.transversal-card p { color: var(--color-text-muted); font-size: 0.92rem; }
.transversal-urgente { display: inline-block; margin-top: 12px; padding: 4px 14px; background: #FEF2F2; color: var(--color-danger); border-radius: 20px; font-size: 0.8rem; font-weight: 600; }

/* MEMBRESIA */
.membresia-section { padding: 100px 0; background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%); color: #fff; }
.membresia-header { text-align: center; margin-bottom: 48px; }
.badge { display: inline-block; padding: 6px 16px; background: rgba(13,148,136,0.2); color: var(--color-primary-light); border-radius: 20px; font-size: 0.82rem; font-weight: 600; margin-bottom: 16px; }
.membresia-header h2 { color: #fff; margin-bottom: 12px; }
.membresia-header .section-subtitle { color: rgba(255,255,255,0.7); max-width: 640px; margin: 0 auto; }
.planes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; max-width: 880px; margin: 0 auto; }
.plan-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--radius-lg); padding: 40px 32px; position: relative; transition: all var(--transition); }
.plan-card:hover { background: rgba(255,255,255,0.1); transform: translateY(-4px); }
.plan-featured { background: rgba(13,148,136,0.15); border-color: var(--color-primary); }
.plan-featured:hover { background: rgba(13,148,136,0.25); }
.plan-badge { display: inline-block; padding: 4px 14px; background: var(--color-primary); color: #fff; border-radius: 20px; font-size: 0.75rem; font-weight: 600; margin-bottom: 16px; }
.plan-badge-plus { background: var(--color-secondary); }
.plan-name { color: #fff; font-size: 1.6rem; margin-bottom: 12px; }
.plan-price { margin-bottom: 16px; }
.price-amount { font-family: var(--font-heading); font-size: 2.8rem; font-weight: 700; color: #fff; }
.price-period { color: rgba(255,255,255,0.5); font-size: 0.9rem; margin-left: 4px; }
.plan-desc { color: rgba(255,255,255,0.7); font-size: 0.95rem; line-height: 1.6; margin-bottom: 24px; }
.plan-features { list-style: none; margin-bottom: 32px; }
.plan-features li { padding: 8px 0; color: rgba(255,255,255,0.85); font-size: 0.92rem; display: flex; align-items: flex-start; gap: 10px; }
.plan-features li::before { content: '\2713'; color: var(--color-primary); font-weight: 700; font-size: 1.1rem; flex-shrink: 0; }
.planes-guarantee { text-align: center; margin-top: 32px; }
.planes-guarantee p { color: rgba(255,255,255,0.5); font-size: 0.88rem; }

/* CONSULTA */
.consulta-section { padding: 80px 0; background: var(--color-surface); text-align: center; }
.consulta-inner { max-width: 900px; margin: 0 auto; }
.consulta-inner h2 { margin-bottom: 12px; }
.consulta-inner > p { color: var(--color-text-muted); margin-bottom: 40px; font-size: 1.05rem; }
.consulta-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 36px; }
.consulta-option { background: var(--color-bg); border-radius: var(--radius); padding: 32px 20px; border: 1px solid var(--color-border); }
.consulta-option-icon { color: var(--color-primary); margin-bottom: 12px; }
.consulta-option h3 { font-family: var(--font-body); font-weight: 600; margin-bottom: 6px; }
.consulta-option p { color: var(--color-text-muted); font-size: 0.88rem; }

/* TESTS */
.tests-section { padding: 80px 0; text-align: center; }
.tests-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 12px; }
.test-card { background: var(--color-surface); border-radius: var(--radius); padding: 28px 22px; text-align: left; box-shadow: var(--shadow); border: 1px solid var(--color-border); display: flex; flex-direction: column; }
.test-etapa { display: inline-block; padding: 3px 10px; background: var(--color-primary-light); color: var(--color-primary-dark); border-radius: 12px; font-size: 0.75rem; font-weight: 600; margin-bottom: 12px; align-self: flex-start; }
.test-card h3 { font-family: var(--font-body); font-weight: 600; font-size: 1rem; margin-bottom: 8px; }
.test-card p { color: var(--color-text-muted); font-size: 0.85rem; flex: 1; margin-bottom: 16px; }

/* CIERRE */
.cierre-section { padding: 100px 0; background: linear-gradient(135deg, var(--color-primary) 0%, #0F766E 100%); text-align: center; color: #fff; }
.cierre-inner { max-width: 680px; margin: 0 auto; }
.cierre-inner h2 { color: #fff; margin-bottom: 16px; }
.cierre-inner p { color: rgba(255,255,255,0.85); font-size: 1.05rem; line-height: 1.7; margin-bottom: 32px; }
.cierre-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.cierre-section .btn-primary { background: #fff; color: var(--color-primary-dark); border-color: #fff; }
.cierre-section .btn-primary:hover { background: var(--color-primary-light); }
.cierre-section .btn-outline { color: #fff; border-color: rgba(255,255,255,0.5); }
.cierre-section .btn-outline:hover { background: rgba(255,255,255,0.15); }

/* FOOTER */
.site-footer { background: #0F172A; color: rgba(255,255,255,0.7); padding: 60px 0 0; }
.footer-inner { max-width: var(--container); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; padding-bottom: 40px; }
.footer-brand .logo-icon { color: var(--color-primary); }
.footer-brand .logo-text { color: #fff; font-family: var(--font-heading); font-size: 1.3rem; font-weight: 700; }
.footer-brand p { margin-top: 10px; font-size: 0.88rem; line-height: 1.6; }
.footer-col h4 { color: #fff; font-family: var(--font-body); font-size: 0.9rem; font-weight: 600; margin-bottom: 16px; }
.footer-col a { display: block; color: rgba(255,255,255,0.6); font-size: 0.88rem; padding: 4px 0; transition: color var(--transition); }
.footer-col a:hover { color: var(--color-primary-light); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 24px; text-align: center; font-size: 0.82rem; max-width: var(--container); margin: 0 auto; }

/* PAGE - ETAPA */
.etapa-hero { min-height: 40vh; display: flex; align-items: flex-end; padding: 120px 24px 60px; background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 100%); position: relative; }
.etapa-hero-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.3); }
.etapa-hero .container { position: relative; z-index: 2; }
.etapa-hero h1 { color: #fff; margin-bottom: 8px; }
.etapa-hero-subtitle { color: rgba(255,255,255,0.8); font-size: 1.1rem; }
.search-section--etapa { padding: 48px 0; }
.page-body-section { padding: 60px 0; }
.page-body-section .container { max-width: 900px; }

/* EMBUDO */
.embudo-hero { padding: 120px 24px 60px; background: var(--color-bg); }
.embudo-breadcrumb { display: block; font-size: 0.85rem; color: var(--color-text-muted); margin-bottom: 12px; }
.embudo-breadcrumb a { color: var(--color-primary); }
.embudo-subtitle { color: var(--color-text-muted); font-size: 1.1rem; margin-top: 8px; }
.embudo-body .container { display: grid; grid-template-columns: 1fr 340px; gap: 48px; padding-top: 48px; padding-bottom: 80px; }
.embudo-content { font-size: 1.05rem; line-height: 1.75; }
.embudo-content h2 { font-size: 1.6rem; margin: 40px 0 16px; }
.embudo-content h3 { font-size: 1.2rem; margin: 28px 0 12px; }
.embudo-content p { margin-bottom: 16px; }
.embudo-content ul, .embudo-content ol { margin: 12px 0 20px 24px; }
.embudo-content li { margin-bottom: 6px; }
.embudo-sidebar { position: sticky; top: 96px; align-self: flex-start; }
.sidebar-cta-card { background: var(--color-surface); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); border: 1px solid var(--color-border); }
.sidebar-cta-card h3 { font-family: var(--font-body); margin-bottom: 6px; }
.sidebar-cta-card p { color: var(--color-text-muted); font-size: 0.9rem; margin-bottom: 20px; }
.sidebar-cta-card .btn { margin-bottom: 10px; }
.sidebar-help { margin-top: 20px; padding: 20px; background: #FEF2F2; border-radius: var(--radius); text-align: center; }
.btn-help-sidebar { display: block; margin-top: 8px; color: var(--color-danger); font-weight: 600; font-size: 0.9rem; }
.embudo-ctas { padding: 80px 0; background: var(--color-bg); text-align: center; }
.ctas-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin-top: 36px; }
.cta-card { background: var(--color-surface); border-radius: var(--radius); padding: 36px 28px; box-shadow: var(--shadow); border: 1px solid var(--color-border); }
.cta-card h3 { font-family: var(--font-body); font-weight: 600; margin-bottom: 10px; }
.cta-card p { color: var(--color-text-muted); font-size: 0.92rem; margin-bottom: 20px; }

/* BANNERS */
.consulta-banner { padding: 48px 0; background: var(--color-primary-light); }
.consulta-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.consulta-banner-inner h3 { font-family: var(--font-body); font-weight: 600; }

/* POST */
.post-hero { padding: 120px 24px 48px; background: var(--color-bg); }
.post-tag { display: inline-block; padding: 4px 12px; background: var(--color-primary-light); color: var(--color-primary-dark); border-radius: 12px; font-size: 0.8rem; font-weight: 600; margin-bottom: 12px; }
.post-excerpt { color: var(--color-text-muted); font-size: 1.1rem; margin-top: 12px; }
.post-body { padding: 60px 0; }
.post-body-inner { max-width: 760px; margin: 0 auto; font-size: 1.05rem; line-height: 1.8; }
.post-body-inner h2 { margin: 36px 0 16px; }
.post-body-inner h3 { margin: 28px 0 12px; }
.post-body-inner p { margin-bottom: 16px; }
.post-cta-banner { padding: 48px 0; background: var(--color-primary-light); }
.post-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ETAPA PAGE — CONDITION CARDS */
.etapa-intro { padding: 100px 0 48px; background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 50%, #0D9488 100%); text-align: center; position: relative; }
.etapa-intro::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 80px; background: linear-gradient(to top, var(--color-bg), transparent); }
.etapa-intro h1 { color: #fff; margin-bottom: 12px; position: relative; z-index: 2; }
.etapa-intro-sub { color: rgba(255,255,255,0.85); font-size: 1.15rem; max-width: 600px; margin: 0 auto 32px; position: relative; z-index: 2; line-height: 1.7; }
.etapa-search { position: relative; z-index: 2; max-width: 520px; margin: 0 auto; display: flex; background: rgba(255,255,255,0.12); border: 2px solid rgba(255,255,255,0.25); border-radius: var(--radius-lg); overflow: hidden; backdrop-filter: blur(8px); transition: border-color var(--transition); }
.etapa-search:focus-within { border-color: rgba(255,255,255,0.6); }
.etapa-search input { flex: 1; padding: 16px 20px; border: none; outline: none; font-size: 1rem; font-family: var(--font-body); background: transparent; color: #fff; }
.etapa-search input::placeholder { color: rgba(255,255,255,0.5); }
.etapa-search button { padding: 16px 24px; background: var(--color-primary); border: none; color: #fff; cursor: pointer; font-size: 1.1rem; transition: background var(--transition); }
.etapa-search button:hover { background: var(--color-primary-dark); }

.conditions-section { padding: 64px 0 80px; }
.conditions-section .container { max-width: 1100px; }
.conditions-section h2 { text-align: center; margin-bottom: 12px; }
.conditions-subtitle { text-align: center; color: var(--color-text-muted); font-size: 1rem; margin-bottom: 40px; }
.conditions-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.condition-card { display: flex; align-items: flex-start; gap: 20px; background: var(--color-surface); border-radius: var(--radius-lg); padding: 32px 28px; text-decoration: none; color: var(--color-text); box-shadow: var(--shadow); border: 2px solid var(--color-border); transition: all var(--transition); position: relative; overflow: hidden; }
.condition-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--color-primary); }
.condition-card:hover .condition-icon { transform: scale(1.1); }
.condition-icon { flex-shrink: 0; width: 72px; height: 72px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 2rem; transition: transform var(--transition); }
.condition-card-body { flex: 1; }
.condition-card-body h3 { font-family: var(--font-body); font-weight: 700; font-size: 1.15rem; margin-bottom: 6px; color: var(--color-text); }
.condition-card-body p { color: var(--color-text-muted); font-size: 0.92rem; line-height: 1.55; margin-bottom: 10px; }
.condition-cta { color: var(--color-primary); font-weight: 600; font-size: 0.88rem; display: inline-flex; align-items: center; gap: 4px; }
.condition-cta::after { content: '\2192'; transition: transform var(--transition); }
.condition-card:hover .condition-cta::after { transform: translateX(4px); }

/* Icon backgrounds per etapa */
.icon-ninez { background: linear-gradient(135deg, #DBEAFE, #BFDBFE); color: #2563EB; }
.icon-adolescencia { background: linear-gradient(135deg, #EDE9FE, #DDD6FE); color: #7C3AED; }
.icon-adultos { background: linear-gradient(135deg, #CCFBF1, #99F6E4); color: #0D9488; }
.icon-familia { background: linear-gradient(135deg, #FEF3C7, #FDE68A); color: #D97706; }

/* Etapa stats section */
.etapa-stats { padding: 64px 0; background: var(--color-surface); }
.etapa-stats .container { max-width: 1000px; }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; text-align: center; }
.stat-item { padding: 28px 16px; }
.stat-number { font-family: var(--font-heading); font-size: 2.6rem; font-weight: 700; color: var(--color-primary); line-height: 1; margin-bottom: 8px; }
.stat-label { color: var(--color-text-muted); font-size: 0.92rem; }

/* Etapa help section */
.etapa-help { padding: 80px 0; }
.etapa-help .container { max-width: 900px; }
.etapa-help h2 { text-align: center; margin-bottom: 36px; }
.help-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.help-item { display: flex; align-items: flex-start; gap: 14px; padding: 20px; background: var(--color-surface); border-radius: var(--radius); border: 1px solid var(--color-border); }
.help-icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 10px; background: #FEF2F2; color: var(--color-danger); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.help-item p { color: var(--color-text-muted); font-size: 0.92rem; line-height: 1.5; }
.help-item strong { color: var(--color-text); }

/* Etapa CTA banner */
.etapa-cta-banner { padding: 80px 0; background: linear-gradient(135deg, var(--color-primary) 0%, #0F766E 100%); text-align: center; color: #fff; }
.etapa-cta-banner h2 { color: #fff; margin-bottom: 12px; }
.etapa-cta-banner p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 28px; max-width: 540px; margin-left: auto; margin-right: auto; }
.etapa-cta-banner .btn-primary { background: #fff; color: var(--color-primary-dark); border-color: #fff; }
.etapa-cta-banner .btn-primary:hover { background: var(--color-primary-light); }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .hero-video-placeholder { display: none; }
    .hero-content { margin: 0 auto; text-align: center; }
    .hero-subtitle { margin: 0 auto 36px; }
    .hero-actions { justify-content: center; }
    .etapas-grid { grid-template-columns: repeat(2, 1fr); }
    .motivos-grid { grid-template-columns: repeat(3, 1fr); }
    .tests-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-inner { grid-template-columns: repeat(2, 1fr); }
    .planes-grid { max-width: 100%; }
}
@media (max-width: 768px) {
    .main-nav, .header-inner .btn-help-now { display: none; }
    .mobile-menu-toggle { display: flex; }
    .mobile-nav.open { display: flex; }
    .hero { min-height: 80vh; padding: 100px 16px 60px; }
    .hero h1 { font-size: 2rem; }
    .etapas-grid { grid-template-columns: 1fr; gap: 16px; }
    .motivos-grid { grid-template-columns: 1fr; }
    .transversales-grid { grid-template-columns: 1fr; }
    .consulta-options { grid-template-columns: 1fr; }
    .tests-grid { grid-template-columns: 1fr; }
    .footer-inner { grid-template-columns: 1fr; }
    .embudo-body .container { grid-template-columns: 1fr; }
    .embudo-sidebar { position: static; }
    .consulta-banner-inner { flex-direction: column; text-align: center; }
    .search-box { max-width: 100%; }
    section { padding: 60px 0; }
    .membresia-section, .cierre-section { padding: 60px 0; }
    .planes-grid { grid-template-columns: 1fr; }
    .conditions-grid { grid-template-columns: 1fr; }
    .condition-card { padding: 24px 20px; }
    .stats-grid { grid-template-columns: 1fr; gap: 16px; }
    .help-items { grid-template-columns: 1fr; }
    .etapa-intro { padding: 90px 16px 48px; }
}
@media (max-width: 480px) {
    .hero-actions, .cierre-actions { flex-direction: column; align-items: center; }
    .hero h1 { font-size: 1.7rem; }
}

/* ======= TERAPEUTAS ======= */
.terapeutas-hero { padding: 120px 24px 60px; background: linear-gradient(135deg, #0F172A 0%, #1E3A5F 50%, #0D9488 100%); text-align: center; color: #fff; }
.terapeutas-hero h1 { color: #fff; margin-bottom: 16px; }
.terapeutas-hero .highlight { color: var(--color-primary-light); }
.terapeutas-hero .hero-subtitle { color: rgba(255,255,255,0.8); max-width: 560px; margin: 0 auto; font-size: 1.1rem; }

.como-funciona { padding: 80px 0; text-align: center; background: var(--color-surface); }
.pasos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 36px; }
.paso-card { padding: 32px 24px; }
.paso-numero { width: 56px; height: 56px; border-radius: 50%; background: var(--color-primary); color: #fff; font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.paso-card h3 { font-family: var(--font-body); margin-bottom: 8px; }
.paso-card p { color: var(--color-text-muted); font-size: 0.92rem; line-height: 1.55; }

.filtros-section { padding: 60px 0 20px; text-align: center; }
.filtros-bar { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 24px; }
.filtro-select { padding: 12px 20px; border: 2px solid var(--color-border); border-radius: var(--radius); font-family: var(--font-body); font-size: 0.92rem; color: var(--color-text); background: var(--color-surface); cursor: pointer; min-width: 200px; transition: border-color var(--transition); appearance: auto; }
.filtro-select:focus { border-color: var(--color-primary); outline: none; }

.terapeutas-grid-section { padding: 20px 0 80px; }
.terapeutas-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 24px; }
.loading-state { text-align: center; padding: 60px; color: var(--color-text-muted); }

.terapeuta-card { background: var(--color-surface); border-radius: var(--radius-lg); padding: 0; box-shadow: var(--shadow); border: 1px solid var(--color-border); overflow: hidden; transition: all var(--transition); display: flex; flex-direction: column; }
.terapeuta-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.terapeuta-avatar { height: 200px; background: linear-gradient(135deg, #E0F2FE, #CCFBF1); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.terapeuta-avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar-iniciales { font-family: var(--font-heading); font-size: 3rem; font-weight: 700; color: var(--color-primary); }
.terapeuta-info { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.terapeuta-info h3 { font-family: var(--font-body); font-size: 1.2rem; font-weight: 700; margin-bottom: 4px; }
.terapeuta-titulo { color: var(--color-text-muted); font-size: 0.85rem; margin-bottom: 4px; }
.terapeuta-enfoque { color: var(--color-primary-dark); font-size: 0.88rem; font-weight: 500; margin-bottom: 8px; }
.terapeuta-poblaciones { color: var(--color-text-muted); font-size: 0.82rem; margin-bottom: 12px; }
.terapeuta-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px; }
.tag-especialidad { padding: 4px 12px; background: var(--color-primary-light); color: var(--color-primary-dark); border-radius: 16px; font-size: 0.78rem; font-weight: 500; }
.terapeuta-footer { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; margin-top: auto; }
.terapeuta-modalidades { display: flex; gap: 8px; font-size: 1.2rem; }
.tag-modalidad { cursor: default; }
.terapeuta-precio { font-family: var(--font-heading); font-weight: 700; font-size: 1.3rem; color: var(--color-text); }
.terapeuta-precio small { font-family: var(--font-body); font-weight: 400; font-size: 0.78rem; color: var(--color-text-muted); }

/* MODAL */
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 9999; display: none; align-items: center; justify-content: center; padding: 24px; backdrop-filter: blur(4px); }
.modal-overlay.active { display: flex; }
.modal-content { background: var(--color-surface); border-radius: var(--radius-lg); max-width: 680px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; padding: 40px; }
.modal-close { position: absolute; top: 16px; right: 20px; background: none; border: none; font-size: 2rem; color: var(--color-text-muted); cursor: pointer; line-height: 1; z-index: 10; }
.modal-close:hover { color: var(--color-text); }

.perfil-header { display: flex; gap: 24px; align-items: center; margin-bottom: 28px; }
.perfil-avatar { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; background: linear-gradient(135deg, #E0F2FE, #CCFBF1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.perfil-avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar-iniciales-lg { font-family: var(--font-heading); font-size: 2.2rem; font-weight: 700; color: var(--color-primary); }
.perfil-info h2 { font-size: 1.5rem; margin-bottom: 4px; }
.perfil-titulo { color: var(--color-text-muted); font-size: 0.92rem; }
.perfil-tp { color: var(--color-primary); font-size: 0.82rem; font-weight: 500; margin-top: 4px; }

.perfil-bio { margin-bottom: 24px; }
.perfil-bio h3, .perfil-especialidades h3, .perfil-booking h3 { font-family: var(--font-body); font-size: 1.05rem; font-weight: 600; margin-bottom: 10px; color: var(--color-text); }
.perfil-bio p { color: var(--color-text-muted); line-height: 1.7; font-size: 0.95rem; }

.perfil-detalles { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; padding: 20px; background: var(--color-bg); border-radius: var(--radius); }
.detalle { font-size: 0.9rem; color: var(--color-text); }
.detalle strong { color: var(--color-text); }

.perfil-especialidades { margin-bottom: 28px; }
.tags-wrap { display: flex; flex-wrap: wrap; gap: 8px; }

.perfil-booking { border-top: 2px solid var(--color-border); padding-top: 28px; }
.booking-days { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; margin-bottom: 20px; }
.booking-day { display: flex; flex-direction: column; align-items: center; padding: 12px 16px; border: 2px solid var(--color-border); border-radius: var(--radius); background: var(--color-surface); cursor: pointer; transition: all var(--transition); min-width: 80px; font-family: var(--font-body); }
.booking-day:hover { border-color: var(--color-primary); }
.booking-day.selected { border-color: var(--color-primary); background: var(--color-primary); color: #fff; }
.day-name { font-size: 0.75rem; font-weight: 500; text-transform: uppercase; }
.day-num { font-size: 1.4rem; font-weight: 700; font-family: var(--font-heading); }
.day-month { font-size: 0.75rem; }

.hours-label { font-size: 0.9rem; color: var(--color-text-muted); margin-bottom: 12px; }
.booking-hours { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.booking-hour { padding: 10px 18px; border: 2px solid var(--color-border); border-radius: var(--radius-sm); background: var(--color-surface); cursor: pointer; font-family: var(--font-body); font-size: 0.9rem; font-weight: 500; transition: all var(--transition); }
.booking-hour:hover { border-color: var(--color-primary); }
.booking-hour.selected { border-color: var(--color-primary); background: var(--color-primary); color: #fff; }

.booking-form { margin-top: 20px; }
.booking-form h4 { font-family: var(--font-body); font-weight: 600; margin-bottom: 16px; }
.book-input { width: 100%; padding: 14px 18px; border: 2px solid var(--color-border); border-radius: var(--radius-sm); font-family: var(--font-body); font-size: 0.95rem; margin-bottom: 12px; transition: border-color var(--transition); box-sizing: border-box; }
.book-input:focus { border-color: var(--color-primary); outline: none; }
.book-textarea { min-height: 80px; resize: vertical; }

.confirmacion-exito { text-align: center; padding: 24px 0; }
.conf-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--color-primary); color: #fff; font-size: 2rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.conf-detalles { text-align: left; background: var(--color-bg); border-radius: var(--radius); padding: 20px; margin: 20px 0; }
.conf-detalles p { margin-bottom: 8px; font-size: 0.92rem; }
.conf-nota { color: var(--color-text-muted); font-size: 0.85rem; margin-top: 16px; }

.garantia-section { padding: 80px 0; background: var(--color-bg); }
.garantia-inner { text-align: center; }
.garantias-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 36px; }
.garantia-item { padding: 28px 20px; }
.garantia-icon { font-size: 2.4rem; margin-bottom: 12px; }
.garantia-item h3 { font-family: var(--font-body); font-weight: 600; margin-bottom: 8px; }
.garantia-item p { color: var(--color-text-muted); font-size: 0.92rem; line-height: 1.55; }

@media (max-width: 768px) {
    .pasos-grid { grid-template-columns: 1fr; gap: 20px; }
    .terapeutas-grid { grid-template-columns: 1fr; }
    .filtros-bar { flex-direction: column; align-items: center; }
    .filtro-select { width: 100%; max-width: 320px; }
    .garantias-grid { grid-template-columns: 1fr; }
    .modal-content { padding: 24px; margin: 12px; }
    .perfil-header { flex-direction: column; text-align: center; }
    .perfil-detalles { grid-template-columns: 1fr; }
    .booking-days { flex-wrap: nowrap; }
}
