/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1e2a3a;
    background: #fff;
    line-height: 1.6;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ===== CONTAINER ===== */
.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* ===== HEADER ===== */
.header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 100;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}
.logo {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e2a3a;
    letter-spacing: -0.3px;
}
.logo span { color: #6b7280; }
.logo-tagline {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #5a9d91;
    margin-top: 6px;
    letter-spacing: 0.3px;
}
.header-nav { display: flex; gap: 24px; align-items: center; }
.header-nav a {
    font-size: 0.88rem;
    font-weight: 500;
    color: #5a6b7d;
    transition: color 0.2s;
}
.header-nav a:hover { color: #1e2a3a; }
.header-cta {
    background: #e8553d;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem !important;
    transition: background 0.2s;
}
.header-cta:hover { background: #d14832; }
.header-phone {
    font-size: 0.85rem;
    font-weight: 600;
    color: #c0444a !important;
}

/* ===== HERO ===== */
.hero {
    background: linear-gradient(160deg, #0f1f33 0%, #1a3a5c 50%, #2a5a7a 100%);
    color: #fff;
    padding: 80px 0 72px;
}
.hero-content { max-width: 640px; }
.hero-badge {
    display: inline-block;
    background: rgba(58,143,133,0.2);
    border: 1px solid rgba(58,143,133,0.4);
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #7dd4c8;
}
.hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.hero-sub {
    font-size: 1.1rem;
    opacity: 0.8;
    line-height: 1.65;
    margin-bottom: 36px;
    max-width: 520px;
}
.hero-actions { display: flex; gap: 12px; margin-bottom: 40px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 32px; flex-wrap: wrap; }
.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    opacity: 0.65;
    font-weight: 500;
}

/* ===== BUTTONS ===== */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    text-align: center;
    font-family: inherit;
}
.btn-primary { background: #e8553d; color: #fff; }
.btn-primary:hover { background: #d14832; transform: translateY(-1px); }
.btn-outline { border: 1.5px solid rgba(255,255,255,0.35); color: #fff; background: transparent; }
.btn-outline:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn-full { width: 100%; justify-content: center; padding: 16px; font-size: 1rem; }
.btn-wa { background: #25D366; color: #fff; padding: 12px 24px; font-size: 0.92rem; border-radius: 8px; }
.btn-wa:hover { background: #1fb855; }

/* ===== SECTION LAYOUT ===== */
.section-header { text-align: center; margin-bottom: 48px; }
.section-header h2 {
    font-size: 1.85rem;
    font-weight: 700;
    color: #1e2a3a;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}
.section-header p {
    color: #5a6b7d;
    font-size: 1rem;
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ===== TRUST BAR ===== */
.trust-bar {
    background: #f5f7fa;
    padding: 40px 0;
    border-bottom: 1px solid #e2e8f0;
}
.trust-bar-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.trust-stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a3a5c;
    margin-bottom: 4px;
}
.trust-stat-label {
    font-size: 0.82rem;
    color: #6b7b8d;
    font-weight: 500;
}

/* ===== TIPOS / CATEGORIES ===== */
.tipos { padding: 80px 0; background: #fff; }
.tipos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.tipo-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #3a8f85;
    border-radius: 8px;
    padding: 24px 28px;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
}
.tipo-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
    transform: translateY(-2px);
}
.tipo-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e2a3a;
    margin-bottom: 8px;
}
.tipo-card p {
    font-size: 0.9rem;
    color: #5a6b7d;
    line-height: 1.55;
    margin-bottom: 14px;
    flex: 1;
}
.tipo-link {
    font-size: 0.88rem;
    font-weight: 600;
    color: #3a8f85;
    transition: color 0.2s;
    margin-top: auto;
}
.tipo-link:hover { color: #2d7068; }

/* ===== COMO FUNCIONA ===== */
.como-funciona { padding: 80px 0; background: #f5f7fa; }
.pasos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.paso {
    text-align: center;
    padding: 0 12px;
}
.paso-num {
    width: 48px;
    height: 48px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 auto 16px;
}
.paso h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1e2a3a;
}
.paso p {
    font-size: 0.9rem;
    color: #5a6b7d;
    line-height: 1.55;
}

/* ===== DATOS ===== */
.datos { padding: 80px 0; background: #0f1f33; color: #fff; }
.datos .section-header h2 { color: #fff; }
.datos .section-header p { color: rgba(255,255,255,0.55); }
.datos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.dato-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 28px 20px;
    text-align: center;
}
.dato-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #7dd4c8;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}
.dato-card p {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.7);
    margin-bottom: 10px;
    line-height: 1.45;
}
.dato-card cite {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.3);
    font-style: normal;
}

/* ===== FORMULARIO ===== */
.formulario-section { padding: 80px 0; background: #f5f7fa; }
.form-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}
.form-info h2 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1e2a3a;
    letter-spacing: -0.3px;
}
.form-info > p {
    color: #5a6b7d;
    margin-bottom: 28px;
    font-size: 1rem;
    line-height: 1.6;
}
.form-benefits {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 32px;
}
.benefit {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.92rem;
    font-weight: 500;
    color: #2a4a3a;
}
.form-wa {
    border-top: 1px solid #dde3e8;
    padding-top: 24px;
}
.form-wa p {
    font-size: 0.9rem;
    color: #5a6b7d;
    margin-bottom: 12px;
}
.formulario {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 32px 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.form-group { margin-bottom: 18px; }
.form-group label {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 6px;
    color: #3a4a5a;
}
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #d0d7de;
    border-radius: 6px;
    font-size: 0.95rem;
    font-family: inherit;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fff;
    color: #1e2a3a;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3a8f85;
    box-shadow: 0 0 0 3px rgba(58,143,133,0.1);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-legal {
    text-align: center;
    font-size: 0.75rem;
    color: #8a9aaa;
    margin-top: 14px;
    line-height: 1.5;
}

/* ===== TESTIMONIOS ===== */
.testimonios { padding: 80px 0; background: #fff; }
.testimonios-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.testimonio {
    background: #f5f7fa;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 28px;
}
.testimonio p {
    font-size: 0.95rem;
    color: #3a4a5a;
    line-height: 1.65;
    margin-bottom: 16px;
    font-style: italic;
}
.testimonio footer {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1a3a5c;
}

/* ===== GUIAS SECTION ===== */
.guias-section { padding: 80px 0; background: #f5f7fa; }
.guias-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.guia-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px 28px;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    flex-direction: column;
}
.guia-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
    transform: translateY(-2px);
}
.guia-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e2a3a;
    margin-bottom: 8px;
}
.guia-card p {
    font-size: 0.9rem;
    color: #5a6b7d;
    line-height: 1.55;
    margin-bottom: 14px;
    flex: 1;
}
.guia-card-link {
    font-size: 0.88rem;
    font-weight: 600;
    color: #3a8f85;
    margin-top: auto;
}
.guia-card:hover .guia-card-link { color: #2d7068; }

/* Ciudades - Ver todas */
.ciudad-extra {
    display: none;
}
.ciudad-ver-todas {
    grid-column: 1 / -1;
    text-align: center;
    padding: 16px 0;
}
#verTodasBtn {
    min-width: 280px;
    font-size: 0.95rem;
    padding: 14px 32px;
    color: #3a8f85 !important;
    border: 1.5px solid #3a8f85 !important;
    background: transparent !important;
}
#verTodasBtn:hover {
    background: #3a8f85 !important;
    color: #fff !important;
    border-color: #3a8f85 !important;
}

/* Test card destacada */
.guia-card-test {
    grid-column: 1 / -1;
    background: linear-gradient(160deg, #1a3a5c 0%, #2a5a7a 100%);
    border: none;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    align-items: center;
    gap: 4px 32px;
    position: relative;
}
.guia-card-test:hover { box-shadow: 0 6px 24px rgba(26,58,92,0.25); }
.guia-card-test .guia-card-badge {
    grid-column: 1 / -1;
    display: inline-block;
    width: fit-content;
    background: rgba(58,143,133,0.25);
    border: 1px solid rgba(125,212,200,0.4);
    padding: 3px 12px;
    border-radius: 4px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #7dd4c8;
    margin-bottom: 4px;
}
.guia-card-test h3 { color: #fff; font-size: 1.2rem; }
.guia-card-test p { color: rgba(255,255,255,0.7); margin-bottom: 0; }
.guia-card-test .guia-card-link {
    grid-column: 2;
    grid-row: 2 / 4;
    background: #e8553d;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 0.92rem;
    white-space: nowrap;
    transition: background 0.2s;
}
.guia-card-test:hover .guia-card-link { color: #fff; background: #d14832; }

/* ===== TESTS SECTION ===== */
.tests-section { padding: 80px 0; background: #fff; }
.tests-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}
.tests-grid .guia-card-test {
    grid-column: auto;
    display: flex;
    flex-direction: column;
}
.tests-grid .guia-card-test .guia-card-link {
    grid-column: auto;
    grid-row: auto;
    align-self: flex-start;
    margin-top: auto;
}

/* ===== CTA SECTION ===== */
.cta-section {
    padding: 64px 0;
    background: linear-gradient(160deg, #1a3a5c 0%, #2a5a7a 100%);
    color: #fff;
    text-align: center;
}
.cta-section h2 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}
.cta-section p {
    opacity: 0.75;
    margin-bottom: 28px;
    font-size: 1rem;
}
.cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===== EMERGENCIA ===== */
.emergencia { padding: 64px 0; background: #fdf2f2; }
.emergencia .section-header h2 { color: #8b2020; }
.emergencia .section-header p { color: #6a3a3a; }
.emergency-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.emergency-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1.5px solid #e0baba;
    border-radius: 8px;
    padding: 20px;
    transition: border-color 0.2s;
}
.emergency-card:hover { border-color: #c0444a; }
.emergency-card strong {
    font-size: 1.8rem;
    font-weight: 800;
    color: #c0444a;
    flex-shrink: 0;
    min-width: 50px;
    text-align: center;
}
.emergency-card span {
    font-size: 0.85rem;
    color: #5a4a4a;
    line-height: 1.45;
}

/* ===== FOOTER ===== */
.footer {
    background: #0f1f33;
    color: #fff;
    padding: 48px 0 32px;
}
.footer .logo { font-size: 1.1rem; color: #fff; }
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand p {
    font-size: 0.85rem;
    opacity: 0.45;
    margin-top: 8px;
}
.footer-links { display: flex; gap: 24px; }
.footer-links a {
    font-size: 0.85rem;
    opacity: 0.55;
    transition: opacity 0.2s;
}
.footer-links a:hover { opacity: 1; }
.footer-bottom p {
    font-size: 0.78rem;
    opacity: 0.35;
    margin-bottom: 4px;
    max-width: 620px;
    line-height: 1.55;
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37,211,102,0.35);
    z-index: 99;
    transition: transform 0.2s;
}
.whatsapp-float:hover { transform: scale(1.08); }

/* ===== GUIA PAGES ===== */
.guia-hero { background: linear-gradient(160deg, #0f1f33 0%, #1a3a5c 50%, #2a5a7a 100%); color: #fff; padding: 64px 0 56px; }
.guia-hero h1 { font-size: 2.2rem; font-weight: 700; line-height: 1.2; margin-bottom: 16px; letter-spacing: -0.5px; }
.guia-hero p { opacity: 0.8; font-size: 1.05rem; max-width: 600px; line-height: 1.6; }
.guia-body { padding: 56px 0 80px; }
.guia-content { max-width: 720px; margin: 0 auto; }
.guia-content h2 { font-size: 1.5rem; font-weight: 700; color: #1e2a3a; margin: 48px 0 16px; letter-spacing: -0.3px; }
.guia-content h3 { font-size: 1.15rem; font-weight: 700; color: #1a3a5c; margin: 32px 0 12px; }
.guia-content p { color: #3a4a5a; margin-bottom: 16px; line-height: 1.7; }
.guia-content ul, .guia-content ol { margin: 0 0 20px 24px; color: #3a4a5a; line-height: 1.7; }
.guia-content li { margin-bottom: 8px; }
.guia-stat { background: #f5f7fa; border-left: 4px solid #3a8f85; padding: 20px 24px; margin: 24px 0; border-radius: 0 8px 8px 0; }
.guia-stat p { margin: 0; color: #1e2a3a; font-weight: 500; }
.guia-stat cite { font-size: 0.8rem; color: #6b7b8d; font-style: normal; display: block; margin-top: 6px; }
.guia-warning { background: #fdf2f2; border-left: 4px solid #c0444a; padding: 20px 24px; margin: 24px 0; border-radius: 0 8px 8px 0; }
.guia-warning p { margin: 0; color: #5a2a2a; }
.guia-resource { background: #fff; border: 1px solid #e2e8f0; border-radius: 8px; padding: 16px 20px; margin: 8px 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.guia-resource strong { color: #1a3a5c; }
.guia-resource span { color: #5a6b7d; font-size: 0.9rem; }
.guia-step { background: #f5f7fa; border: 1px solid #e2e8f0; border-radius: 8px; padding: 24px; margin: 16px 0; }
.guia-step h3 { margin-top: 0; }
.guia-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.92rem; }
.guia-table th { background: #f5f7fa; text-align: left; padding: 12px 16px; font-weight: 600; color: #1a3a5c; border-bottom: 2px solid #e2e8f0; }
.guia-table td { padding: 12px 16px; border-bottom: 1px solid #e2e8f0; color: #3a4a5a; }
.guia-cta { background: linear-gradient(160deg, #1a3a5c 0%, #2a5a7a 100%); color: #fff; padding: 48px; border-radius: 12px; text-align: center; margin-top: 48px; }
.guia-cta h2 { color: #fff !important; margin-top: 0 !important; }
.guia-cta p { color: rgba(255,255,255,0.8) !important; }
.guia-cta .btn { margin-top: 16px; }
.guia-cta .btn-primary { background: #e8553d; color: #fff; font-size: 1rem; padding: 16px 32px; }
.guia-cta .btn-primary:hover { background: #d14832; color: #fff; }
.guia-breadcrumb { font-size: 0.92rem; color: rgba(255,255,255,0.7); margin-bottom: 16px; }
.guia-breadcrumb a { color: rgba(255,255,255,0.7); text-decoration: underline; }
.guia-breadcrumb a:hover { color: #fff; }
.guia-content a:not(.btn) { color: #3a8f85; font-weight: 600; text-decoration: underline; }
.guia-content a:not(.btn):hover { color: #2d7068; }

/* ===== TEST INTERACTIVO ===== */
.test-question { background: #f5f7fa; border: 1px solid #e2e8f0; border-radius: 8px; padding: 24px; margin: 12px 0; }
.test-question h3 { margin-top: 0; }
.test-options { display: flex; gap: 12px; margin-top: 16px; }
.test-btn {
    flex: 1;
    padding: 14px 20px;
    border: 2px solid #d0d7de;
    border-radius: 8px;
    background: #fff;
    font-size: 1rem;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s;
    color: #3a4a5a;
}
.test-btn:hover { border-color: #3a8f85; color: #3a8f85; }
.test-btn.selected { background: #3a8f85; color: #fff; border-color: #3a8f85; }
.test-options-vertical { flex-direction: column; }
.test-options-vertical .test-btn { text-align: left; }
.test-note { font-size: 0.85rem; color: #6b7b8d; margin-bottom: 0; font-style: italic; }

/* ===== GUIA OTHER GUIDES NAV ===== */
.guia-otras { padding: 48px 0; background: #f5f7fa; border-top: 1px solid #e2e8f0; }
.guia-otras h2 { font-size: 1.3rem; font-weight: 700; color: #1e2a3a; margin-bottom: 20px; text-align: center; }
.guia-otras-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 720px; margin: 0 auto; }
.guia-otras-grid a {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a3a5c;
    transition: box-shadow 0.2s, transform 0.2s;
    text-decoration: none;
}
.guia-otras-grid a:hover { box-shadow: 0 4px 12px rgba(0,0,0,0.07); transform: translateY(-1px); }

/* ===== HEADER PHONE ===== */
.header-141 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #c0444a !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* ===== BACK TO TOP ===== */
.back-to-top {
    position: fixed;
    bottom: 24px;
    left: 24px;
    width: 48px;
    height: 48px;
    background: #1a3a5c;
    color: #fff;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2);
    z-index: 99;
    transition: opacity 0.2s;
    font-size: 1.2rem;
    text-decoration: none;
}
.back-to-top.visible { display: flex; }
.back-to-top:hover { background: #2a5a7a; }

/* ===== MOBILE STICKY BAR ===== */
.mobile-sticky-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e2e8f0;
    padding: 10px 16px;
    z-index: 100;
    gap: 10px;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.08);
}
.mobile-sticky-bar a {
    flex: 1;
    text-align: center;
    padding: 14px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.92rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.mobile-sticky-call {
    background: #c0444a;
    color: #fff;
}
.mobile-sticky-form {
    background: #e8553d;
    color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    body { padding-bottom: 72px; }
    .header-nav a:not(.header-cta):not(.header-141) { display: none; }
    .hero { padding: 56px 0 48px; }
    .hero h1 { font-size: 1.75rem; }
    .hero-sub { font-size: 1rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { text-align: center; justify-content: center; padding: 16px; min-height: 50px; }
    .trust-bar-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
    .trust-stat-number { font-size: 1.4rem; }
    .tipos-grid { grid-template-columns: 1fr; }
    .tipo-card { padding: 20px 24px; }
    .tipo-link { padding: 8px 0; font-size: 0.95rem; }
    .pasos-grid { grid-template-columns: 1fr; gap: 28px; }
    .datos-grid { grid-template-columns: 1fr 1fr; }
    .form-wrapper { grid-template-columns: 1fr; gap: 32px; }
    .form-row { grid-template-columns: 1fr; }
    .form-group input,
    .form-group select,
    .form-group textarea { padding: 14px; font-size: 1rem; min-height: 48px; }
    .btn-full { padding: 18px; font-size: 1.05rem; min-height: 54px; }
    .testimonios-grid { grid-template-columns: 1fr; }
    .tests-grid { grid-template-columns: 1fr; }
    .guias-grid { grid-template-columns: 1fr; }
    .guia-card { padding: 20px 24px; }
    .guia-card-link { padding: 8px 0; font-size: 0.95rem; }
    .guia-card-test { grid-template-columns: 1fr; gap: 8px; }
    .guia-card-test .guia-card-link { grid-column: 1; grid-row: auto; justify-self: start; }
    .emergency-grid { grid-template-columns: 1fr; }
    .emergency-card { min-height: 64px; }
    .footer-top { flex-direction: column; gap: 20px; }
    .footer-links { flex-direction: column; gap: 12px; }
    .footer-links a { padding: 4px 0; font-size: 0.92rem; }
    .section-header h2 { font-size: 1.45rem; }
    .cta-section h2 { font-size: 1.4rem; }
    .mobile-sticky-bar { display: flex; }
    .back-to-top { bottom: 80px; }
    .guia-hero h1 { font-size: 1.6rem; }
    .guia-cta { padding: 32px 20px; }
    .guia-table { font-size: 0.82rem; }
    .guia-table th, .guia-table td { padding: 10px 10px; }
    .guia-resource { flex-direction: column; align-items: flex-start; }
    .guia-otras-grid { grid-template-columns: 1fr; }
}
