/* ===== BASE ===== */

.home-nueva {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #2f2f2f;
    background: #ffffff;
    line-height: 1.65;
}

.home-nueva * {
    box-sizing: border-box;
}

.home-nueva a {
    text-decoration: none;
}

.home-nueva h1,
.home-nueva h2,
.home-nueva h3,
.home-nueva p {
    margin-top: 0;
}

.home-wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

.eyebrow {
    margin-bottom: 18px;
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #a36a7c;
    font-weight: 600;
}

.home-nueva h1,
.home-nueva h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #2c2528;
}

.home-nueva h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    color: #2c2528;
}

.home-nueva p {
    color: #5c5659;
    font-size: 17px;
}

/* ===== REVEAL ===== */

.reveal {
    opacity: 1;
    transform: none;
}

.js-reveal .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: opacity, transform;
}

.js-reveal .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== BOTONES ===== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 15px 26px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.28s ease;
    white-space: nowrap;
}

.btn-primary {
    background: linear-gradient(135deg, #b2005a 0%, #8f0048 100%);
    color: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 12px 30px rgba(178, 0, 90, 0.18);
}

.btn-primary:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(178, 0, 90, 0.22);
}

.btn-secondary {
    background: rgba(255,255,255,0.88);
    color: #7f3051;
    border: 1px solid rgba(191, 158, 171, 0.48);
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 22px rgba(62, 39, 48, 0.05);
}

.btn-secondary:hover {
    background: #ffffff;
    color: #8f0048;
    border-color: #c89aae;
    transform: translateY(-2px);
}

/* ===== HERO ===== */

.home-hero-premium {
    position: relative;
    padding: 150px 0 125px;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(180deg, #faf7f8 0%, #ffffff 100%);
}

/* Activar cuando subas la imagen optimizada */
.home-hero-premium.with-image {
    background:
        linear-gradient(rgba(255,255,255,0.68), rgba(255,255,255,0.86)),
        url('/wp-content/uploads/2020/05/medico-consulta-mujer-rubia100kb.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-hero-premium::before {
    content: "";
    position: absolute;
    top: -180px;
    left: 50%;
    transform: translateX(-50%);
    width: 1100px;
    height: 1100px;
    background: radial-gradient(circle, rgba(178,0,90,0.07) 0%, rgba(178,0,90,0.035) 35%, rgba(178,0,90,0) 70%);
    pointer-events: none;
}

.home-hero-premium::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.10) 0%, rgba(255,255,255,0.00) 30%, rgba(255,255,255,0.10) 100%);
    pointer-events: none;
}

.home-hero-premium .home-wrap {
    position: relative;
    z-index: 2;
    max-width: 1120px;
}

.home-hero-premium h1 {
    font-size: 96px;
    line-height: 0.9;
    margin-bottom: 26px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -0.05em;
    text-wrap: balance;
}
.hero-lead {
    max-width: 780px;
    margin: 0 auto 42px;
    font-size: 23px;
    line-height: 1.85;
    color: #5b5458;
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.hero-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
    align-items: stretch;
}

.hero-info-card {
    padding: 24px 26px;
    background: rgba(255,255,255,0.62);
    border: 1px solid rgba(228, 218, 222, 0.95);
    border-radius: 28px;
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 34px rgba(64, 42, 51, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 175px;
}

.hero-info-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8f0048;
    margin-bottom: 12px;
}

.hero-info-card p {
    margin: 0 0 7px;
    font-size: 15px;
    line-height: 1.7;
    color: #4f474b;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

.hero-info-card p:last-child {
    margin-bottom: 0;
}

/* ===== INTRO / SERVICIOS ===== */

.home-intro {
    padding: 130px 0 120px;
    background: #ffffff;
}

.home-intro-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 86px;
    align-items: start;
}

.intro-copy h2 {
    font-size: 64px;
    line-height: 1.02;
    margin-bottom: 26px;
    max-width: 720px;
    letter-spacing: -0.03em;
}

.intro-lead {
    max-width: 640px;
    font-size: 18px;
    line-height: 1.9;
    color: #61595d;
}

.intro-links {
    display: grid;
    gap: 22px;
    padding-top: 10px;
}

.intro-link {
    display: block;
    position: relative;
    padding: 28px 70px 28px 28px;
    border-radius: 22px;
    background: #fcfafb;
    border: 1px solid #ece3e7;
    transition: all 0.28s ease;
    overflow: hidden;
}

.intro-link::after {
    content: "→";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #b2005a;
    transition: transform 0.28s ease, opacity 0.28s ease;
}

.intro-link:hover {
    transform: translateY(-4px);
    border-color: #d9c3cb;
    box-shadow: 0 16px 34px rgba(64, 42, 51, 0.08);
}

.intro-link:hover::after {
    transform: translateY(-50%) translateX(6px);
}

.intro-link-title {
    display: block;
    margin-bottom: 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: 1.12;
    color: #2c2528;
}

.intro-link-text {
    display: block;
    font-size: 15px;
    line-height: 1.75;
    color: #6a6266;
    max-width: 420px;
}

/* ===== ABOUT ===== */

.home-about {
    padding: 34px 0 135px;
    background: #ffffff;
}

.home-about-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 84px;
    align-items: start;
}

.about-copy {
    max-width: 760px;
}

.about-copy .eyebrow {
    margin-bottom: 16px;
}

.about-copy h2 {
    font-size: 64px;
    line-height: 1.02;
    margin-bottom: 30px;
    max-width: 720px;
    letter-spacing: -0.03em;
}

.about-copy p {
    font-size: 17px;
    line-height: 1.95;
    color: #61595d;
    margin-bottom: 18px;
    max-width: 640px;
}

.about-copy p:last-child {
    margin-bottom: 0;
}

.about-data {
    display: grid;
    gap: 18px;
}

.about-data-item {
    padding: 30px 28px 26px;
    border-radius: 26px;
    background: linear-gradient(180deg, #fdfafb 0%, #f8f2f5 100%);
    border: 1px solid #ece3e7;
    box-shadow: 0 16px 34px rgba(64, 42, 51, 0.06);
    text-align: center;
}

.about-data-number {
    display: block;
    margin-bottom: 8px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: #8f0048;
}

.about-data-label {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: #655d61;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
}

/* ===== CTA FINAL ===== */

.home-cta-final {
    padding: 110px 0 130px;
    text-align: center;
    background: linear-gradient(180deg, #faf6f8 0%, #ffffff 100%);
}

.home-cta-final h2 {
    font-size: 54px;
    line-height: 1.05;
    margin-bottom: 18px;
}

.home-cta-final p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #5c5659;
}

/* ===== BARRA MÓVIL ===== */

.mobile-bar {
    display: none;
}

@media (max-width: 768px) {
    .mobile-bar {
        position: fixed;
        bottom: 12px;
        left: 12px;
        right: 12px;
        background: rgba(255,255,255,0.94);
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        box-shadow: 0 14px 34px rgba(34, 27, 30, 0.16);
        z-index: 9999;
        border: 1px solid rgba(233, 223, 227, 0.95);
        border-radius: 22px;
        backdrop-filter: blur(12px);
        overflow: hidden;
    }

    .mobile-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 54px;
        text-align: center;
        padding: 12px 8px;
        color: #4b4347;
        font-weight: 700;
        font-size: 11px;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        background: transparent;
        border-right: 1px solid rgba(236, 230, 232, 0.9);
    }

    .mobile-btn:last-child {
        border-right: none;
    }

    .mobile-btn:active {
        background: #f8f3f5;
    }

    body {
        padding-bottom: 92px;
    }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1080px) {
    .home-hero-premium h1 {
        font-size: 76px;
    }

    .intro-copy h2,
    .about-copy h2,
    .home-cta-final h2 {
        font-size: 48px;
    }

    .home-intro-grid,
    .home-about-grid {
        gap: 46px;
    }

    .about-copy h2 {
        font-size: 52px;
    }
}

@media (max-width: 900px) {
    .home-hero-premium {
        padding: 95px 0 85px;
    }

    .home-hero-premium h1 {
        font-size: 58px;
        line-height: 0.98;
    }

    .intro-copy h2,
    .about-copy h2,
    .home-cta-final h2 {
        font-size: 40px;
    }

    .hero-lead {
        font-size: 18px;
    }

    .hero-info-grid,
    .home-intro-grid,
    .home-about-grid {
        grid-template-columns: 1fr;
    }

    .home-intro,
    .home-about,
    .home-cta-final {
        padding-top: 85px;
        padding-bottom: 90px;
    }

    .hero-info-grid {
        gap: 14px;
    }
}

@media (max-width: 768px) {
    .home-wrap {
        padding-left: 18px;
        padding-right: 18px;
    }

    .eyebrow {
        font-size: 11px;
        letter-spacing: 0.18em;
        margin-bottom: 14px;
    }

    .home-hero-premium {
        padding: 82px 0 72px;
    }

    .home-hero-premium::before {
        width: 520px;
        height: 520px;
        top: -80px;
    }

    .hero-lead {
        font-size: 17px;
        line-height: 1.75;
        margin-bottom: 26px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        max-width: 320px;
        margin: 0 auto 26px;
    }

    .btn {
        width: 100%;
        min-height: 50px;
        text-align: center;
        padding: 14px 18px;
        font-size: 12px;
        letter-spacing: 0.1em;
    }

    .hero-info-card {
        border-radius: 20px;
        padding: 18px 18px;
        min-height: auto;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .hero-info-title {
        margin-bottom: 10px;
    }

    .hero-info-card p {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
        font-size: 14px;
        line-height: 1.65;
    }

    .home-intro {
        padding: 82px 0 78px;
    }

    .home-intro-grid {
        gap: 34px;
    }

    .intro-lead {
        font-size: 16px;
        line-height: 1.8;
    }

    .intro-links {
        gap: 20px;
        padding-top: 0;
    }

    .intro-link {
        padding: 22px 56px 22px 20px;
        border-radius: 18px;
    }

    .intro-link-title {
        font-size: 28px;
        line-height: 1.15;
    }

    .intro-link-text {
        font-size: 15px;
        line-height: 1.7;
    }

    .about-copy h2 {
        font-size: 38px;
        line-height: 1.05;
        margin-bottom: 22px;
    }

    .about-copy p {
        font-size: 16px;
        line-height: 1.82;
        margin-bottom: 16px;
    }

    .about-data {
        gap: 14px;
    }

    .about-data-item {
        padding: 22px 18px 20px;
        border-radius: 18px;
    }

    .about-data-number {
        font-size: 42px;
        margin-bottom: 6px;
    }

    .about-data-label {
        font-size: 12px;
        line-height: 1.55;
        letter-spacing: 0.06em;
    }

    .home-cta-final {
        padding: 80px 0 90px;
    }

    .home-cta-final h2 {
        font-size: 32px;
    }

    .home-cta-final p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .home-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-hero-premium {
        padding: 74px 0 64px;
    }

.home-hero-premium h1 {
    font-size: 44px;
    line-height: 0.96;
}

    .hero-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .intro-copy h2,
    .about-copy h2,
    .home-cta-final h2 {
        font-size: 34px;
        line-height: 1.08;
    }

    .intro-link-title {
        font-size: 26px;
    }

    .mobile-btn {
        font-size: 11px;
        padding: 13px 6px;
    }

    .about-data-number {
        font-size: 36px;
    }

    .about-data-label {
        font-size: 11px;
    }

    .about-copy p {
        font-size: 15px;
        line-height: 1.78;
    }

    .hero-info-grid {
        gap: 12px;
    }

    .hero-info-card {
        padding: 16px 16px;
        border-radius: 18px;
    }

    .hero-info-title {
        font-size: 11px;
        letter-spacing: 0.12em;
    }

    .hero-info-card p {
        font-size: 13px;
    }
}

.about-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.about-highlights div {
    padding: 10px 14px;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid #e6d9df;
    border-radius: 999px;
    color: #6a5f64;
    background: #faf7f8;
}

/* ===== BLOQUES VISUALES (SERVICIOS + ABOUT) ===== */

.intro-box,
.about-box {
    background: #ffffff;
    border: 1px solid #ece3e7;
    border-radius: 28px;
    padding: 60px 56px;
    box-shadow: 0 20px 50px rgba(64, 42, 51, 0.06);
}

/* TITULOS MÁS POTENTES */

.intro-copy h2,
.about-copy h2 {
    font-size: 68px;
    line-height: 1.02;
    letter-spacing: -0.035em;
}

/* MÁS AIRE EN TEXTO */

.intro-lead,
.about-copy p {
    font-size: 18px;
    line-height: 1.9;
}

@media (max-width: 768px) {

    .intro-box,
    .about-box {
        padding: 34px 24px;
        border-radius: 20px;
    }

    .intro-copy h2,
    .about-copy h2 {
        font-size: 36px;
    }
}

