.elementor-2338 .elementor-element.elementor-element-4ae7a71{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2338 .elementor-element.elementor-element-042501e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2338 .elementor-element.elementor-element-478efe9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2338 .elementor-element.elementor-element-0b686fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2338 .elementor-element.elementor-element-d87428b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2338 .elementor-element.elementor-element-915a5ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2338 .elementor-element.elementor-element-7f0d929{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2338 .elementor-element.elementor-element-43e0a92{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2338 .elementor-element.elementor-element-70d7f86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2338 .elementor-element.elementor-element-7f50038{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2338 .elementor-element.elementor-element-0a9bc60{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2338 .elementor-element.elementor-element-6fe04e7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2338 .elementor-element.elementor-element-0e69af7{--display:flex;}.elementor-2338 .elementor-element.elementor-element-2925211{text-align:center;}.elementor-2338 .elementor-element.elementor-element-557bb82{--spacer-size:50px;}/* Start custom CSS *//* =========================================================
   MILANDINGYA.ONLINE
   DEMO UNIVERSAL: CLÍNICA MÉDICA
   Prefijo exclusivo: mlya-medical-
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
    --mlya-medical-primary: #1475d4;
    --mlya-medical-primary-dark: #0b4f9a;
    --mlya-medical-primary-light: #70b8f5;

    --mlya-medical-secondary: #24b89a;
    --mlya-medical-secondary-dark: #15846f;

    --mlya-medical-sky: #eef7ff;
    --mlya-medical-mint: #edf9f6;
    --mlya-medical-white: #ffffff;
    --mlya-medical-dark: #172333;
    --mlya-medical-text: #5c6978;
    --mlya-medical-muted: #8994a1;
    --mlya-medical-border: rgba(20, 117, 212, 0.14);

    --mlya-medical-font-title: "Manrope", Arial, sans-serif;
    --mlya-medical-font-body: "DM Sans", Arial, sans-serif;

    --mlya-medical-container: 1180px;

    --mlya-medical-radius-sm: 12px;
    --mlya-medical-radius-md: 22px;
    --mlya-medical-radius-lg: 34px;
    --mlya-medical-radius-pill: 999px;

    --mlya-medical-shadow-sm: 0 10px 30px rgba(15, 57, 96, 0.08);
    --mlya-medical-shadow-md: 0 22px 60px rgba(15, 57, 96, 0.14);
    --mlya-medical-shadow-lg: 0 30px 90px rgba(15, 57, 96, 0.18);

    --mlya-medical-transition: all 0.3s ease;
}

/* =========================================================
   RESET GENERAL
========================================================= */

.mlya-medical-section,
.mlya-medical-section *,
.mlya-medical-header,
.mlya-medical-header *,
.mlya-medical-footer,
.mlya-medical-footer * {
    box-sizing: border-box;
}

.mlya-medical-section,
.mlya-medical-header,
.mlya-medical-footer {
    font-family: var(--mlya-medical-font-body);
    color: var(--mlya-medical-text);
}

.mlya-medical-section img,
.mlya-medical-header img,
.mlya-medical-footer img {
    display: block;
    max-width: 100%;
}

.mlya-medical-section a,
.mlya-medical-header a,
.mlya-medical-footer a {
    text-decoration: none;
}

.mlya-medical-section h1,
.mlya-medical-section h2,
.mlya-medical-section h3,
.mlya-medical-section h4,
.mlya-medical-header h1,
.mlya-medical-footer h2,
.mlya-medical-footer h3 {
    margin-top: 0;
    color: var(--mlya-medical-dark);
    font-family: var(--mlya-medical-font-title);
    line-height: 1.08;
}

.mlya-medical-section p,
.mlya-medical-header p,
.mlya-medical-footer p {
    line-height: 1.75;
}

.mlya-medical-container {
    width: min(100% - 40px, var(--mlya-medical-container));
    margin-inline: auto;
}

.mlya-medical-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.mlya-medical-section--sky {
    background: var(--mlya-medical-sky);
}

.mlya-medical-section--mint {
    background: var(--mlya-medical-mint);
}

.mlya-medical-section--white {
    background: var(--mlya-medical-white);
}

.mlya-medical-section--dark {
    background: var(--mlya-medical-dark);
    color: rgba(255, 255, 255, 0.78);
}

/* =========================================================
   UTILIDADES
========================================================= */

.mlya-medical-grid {
    display: grid;
    gap: 30px;
}

.mlya-medical-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlya-medical-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlya-medical-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlya-medical-align-center {
    text-align: center;
}

.mlya-medical-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--mlya-medical-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-medical-eyebrow::before {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.mlya-medical-align-center .mlya-medical-eyebrow::after {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.mlya-medical-title {
    max-width: 860px;
    margin-bottom: 20px;
    font-size: clamp(42px, 5vw, 67px);
    font-weight: 800;
}

.mlya-medical-title--small {
    font-size: clamp(35px, 4vw, 52px);
}

.mlya-medical-align-center .mlya-medical-title,
.mlya-medical-align-center .mlya-medical-description {
    margin-right: auto;
    margin-left: auto;
}

.mlya-medical-description {
    max-width: 730px;
    margin-bottom: 0;
    font-size: 16px;
}

.mlya-medical-section-heading {
    margin-bottom: 55px;
}

/* =========================================================
   BOTONES
========================================================= */

.mlya-medical-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.mlya-medical-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border: 1px solid transparent;
    border-radius: var(--mlya-medical-radius-pill);
    font-family: var(--mlya-medical-font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: var(--mlya-medical-transition);
    cursor: pointer;
}

.mlya-medical-button--primary {
    background: var(--mlya-medical-primary);
    color: var(--mlya-medical-white);
    box-shadow: 0 12px 30px rgba(20, 117, 212, 0.27);
}

.mlya-medical-button--primary:hover {
    background: var(--mlya-medical-primary-dark);
    color: var(--mlya-medical-white);
    transform: translateY(-3px);
}

.mlya-medical-button--secondary {
    background: var(--mlya-medical-secondary);
    color: var(--mlya-medical-white);
}

.mlya-medical-button--secondary:hover {
    background: var(--mlya-medical-secondary-dark);
    color: var(--mlya-medical-white);
    transform: translateY(-3px);
}

.mlya-medical-button--outline {
    border-color: var(--mlya-medical-primary);
    background: transparent;
    color: var(--mlya-medical-primary-dark);
}

.mlya-medical-button--outline:hover {
    background: var(--mlya-medical-primary);
    color: var(--mlya-medical-white);
    transform: translateY(-3px);
}

.mlya-medical-button--light {
    border-color: rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-medical-white);
    backdrop-filter: blur(8px);
}

.mlya-medical-button--light:hover {
    border-color: var(--mlya-medical-white);
    background: var(--mlya-medical-white);
    color: var(--mlya-medical-dark);
}

/* =========================================================
   ICONOS
========================================================= */

.mlya-medical-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--mlya-medical-sky);
    color: var(--mlya-medical-primary);
    font-size: 23px;
}

/* =========================================================
   HEADER
========================================================= */

.mlya-medical-header {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--mlya-medical-border);
    background: rgba(255, 255, 255, 0.97);
}

.mlya-medical-header__top {
    padding: 9px 0;
    background: var(--mlya-medical-primary-dark);
    color: rgba(255, 255, 255, 0.84);
    font-size: 12px;
}

.mlya-medical-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mlya-medical-header__top-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.mlya-medical-header__top a {
    color: inherit;
    transition: var(--mlya-medical-transition);
}

.mlya-medical-header__top a:hover {
    color: var(--mlya-medical-primary-light);
}

.mlya-medical-header__main {
    padding: 18px 0;
}

.mlya-medical-header__inner {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mlya-medical-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.mlya-medical-logo__symbol {
    display: inline-flex;
    width: 49px;
    height: 49px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: var(--mlya-medical-primary);
    color: var(--mlya-medical-white);
    font-size: 24px;
    font-weight: 800;
}

.mlya-medical-logo__text {
    display: flex;
    flex-direction: column;
}

.mlya-medical-logo__name {
    color: var(--mlya-medical-dark);
    font-family: var(--mlya-medical-font-title);
    font-size: 24px;
    font-weight: 800;
    line-height: 0.95;
}

.mlya-medical-logo__tagline {
    margin-top: 6px;
    color: var(--mlya-medical-primary);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.mlya-medical-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.mlya-medical-nav a:not(.mlya-medical-button) {
    position: relative;
    padding: 10px 0;
    color: var(--mlya-medical-dark);
    font-size: 13px;
    font-weight: 600;
    transition: var(--mlya-medical-transition);
}

.mlya-medical-nav a:not(.mlya-medical-button)::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 2px;
    margin: auto;
    border-radius: 2px;
    background: var(--mlya-medical-primary);
    content: "";
    transition: var(--mlya-medical-transition);
}

.mlya-medical-nav a:not(.mlya-medical-button):hover {
    color: var(--mlya-medical-primary);
}

.mlya-medical-nav a:not(.mlya-medical-button):hover::after {
    width: 100%;
}

.mlya-medical-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    background: var(--mlya-medical-sky);
    color: var(--mlya-medical-dark);
    font-size: 21px;
}

/* =========================================================
   HERO
========================================================= */

.mlya-medical-hero {
    position: relative;
    display: flex;
    min-height: 760px;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(12, 48, 82, 0.94) 0%,
            rgba(12, 48, 82, 0.83) 43%,
            rgba(12, 48, 82, 0.28) 73%,
            rgba(12, 48, 82, 0.06) 100%
        ),
        url("https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?auto=format&fit=crop&w=2000&q=85")
        center/cover no-repeat;
}

.mlya-medical-hero::after {
    position: absolute;
    right: -180px;
    bottom: -210px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    content: "";
}

.mlya-medical-hero__content {
    position: relative;
    z-index: 2;
    max-width: 730px;
    padding: 120px 0;
}

.mlya-medical-hero .mlya-medical-eyebrow {
    color: #9bd6ff;
}

.mlya-medical-hero__title {
    margin-bottom: 25px;
    color: var(--mlya-medical-white);
    font-size: clamp(57px, 7vw, 91px);
    font-weight: 800;
}

.mlya-medical-hero__title span {
    color: #83e4d1;
}

.mlya-medical-hero__description {
    max-width: 630px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
}

.mlya-medical-hero__details {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 42px;
}

.mlya-medical-hero__detail {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.mlya-medical-hero__detail strong {
    display: block;
    color: var(--mlya-medical-white);
    font-size: 14px;
}

/* =========================================================
   BARRA DE BENEFICIOS
========================================================= */

.mlya-medical-benefits-bar {
    position: relative;
    z-index: 5;
    margin-top: -55px;
}

.mlya-medical-benefits-bar__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: var(--mlya-medical-radius-md);
    background: var(--mlya-medical-white);
    box-shadow: var(--mlya-medical-shadow-md);
}

.mlya-medical-benefit {
    display: flex;
    min-height: 120px;
    align-items: center;
    gap: 15px;
    padding: 25px;
    border-right: 1px solid var(--mlya-medical-border);
}

.mlya-medical-benefit:last-child {
    border-right: 0;
}

.mlya-medical-benefit h3 {
    margin-bottom: 5px;
    font-family: var(--mlya-medical-font-body);
    font-size: 14px;
    font-weight: 700;
}

.mlya-medical-benefit p {
    margin: 0;
    color: var(--mlya-medical-muted);
    font-size: 12px;
    line-height: 1.5;
}

/* =========================================================
   SOBRE NOSOTROS
========================================================= */

.mlya-medical-about__media {
    position: relative;
    min-height: 600px;
}

.mlya-medical-about__image-main {
    width: 83%;
    height: 555px;
    overflow: hidden;
    border-radius: 32px;
    box-shadow: var(--mlya-medical-shadow-md);
}

.mlya-medical-about__image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-medical-about__image-small {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 250px;
    overflow: hidden;
    border: 9px solid var(--mlya-medical-sky);
    border-radius: 24px;
    box-shadow: var(--mlya-medical-shadow-md);
}

.mlya-medical-about__image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-medical-about__badge {
    position: absolute;
    top: 45px;
    right: 0;
    display: flex;
    width: 150px;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    background: var(--mlya-medical-primary);
    color: var(--mlya-medical-white);
    text-align: center;
    box-shadow: var(--mlya-medical-shadow-md);
}

.mlya-medical-about__badge strong {
    font-family: var(--mlya-medical-font-title);
    font-size: 41px;
    font-weight: 800;
    line-height: 0.9;
}

.mlya-medical-about__badge span {
    max-width: 90px;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1.4;
    text-transform: uppercase;
}

.mlya-medical-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55px;
}

.mlya-medical-about__list {
    display: grid;
    gap: 18px;
    margin: 30px 0 35px;
}

.mlya-medical-about__list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mlya-medical-check {
    display: inline-flex;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--mlya-medical-secondary);
    color: var(--mlya-medical-white);
    font-size: 12px;
}

.mlya-medical-about__list-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--mlya-medical-dark);
    font-size: 14px;
}

.mlya-medical-about__list-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
   ESPECIALIDADES
========================================================= */

.mlya-medical-specialty-card {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 32px;
    border: 1px solid var(--mlya-medical-border);
    border-radius: var(--mlya-medical-radius-md);
    background: var(--mlya-medical-white);
    box-shadow: var(--mlya-medical-shadow-sm);
    transition: var(--mlya-medical-transition);
}

.mlya-medical-specialty-card:hover {
    border-color: rgba(20, 117, 212, 0.4);
    box-shadow: var(--mlya-medical-shadow-md);
    transform: translateY(-7px);
}

.mlya-medical-specialty-card .mlya-medical-icon {
    margin-bottom: 24px;
}

.mlya-medical-specialty-card h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.mlya-medical-specialty-card p {
    flex: 1;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.7;
}

.mlya-medical-specialty-card__link {
    color: var(--mlya-medical-primary);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* =========================================================
   SERVICIOS DIAGNÓSTICOS
========================================================= */

.mlya-medical-diagnostics {
    background:
        linear-gradient(rgba(12, 48, 82, 0.84), rgba(12, 48, 82, 0.88)),
        url("https://images.unsplash.com/photo-1579154204601-01588f351e67?auto=format&fit=crop&w=2000&q=85")
        center/cover fixed no-repeat;
}

.mlya-medical-diagnostics__box {
    max-width: 780px;
    margin-left: auto;
    padding: 65px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: var(--mlya-medical-radius-lg);
    background: rgba(12, 48, 82, 0.65);
    backdrop-filter: blur(13px);
}

.mlya-medical-diagnostics .mlya-medical-title {
    color: var(--mlya-medical-white);
}

.mlya-medical-diagnostics .mlya-medical-description {
    color: rgba(255, 255, 255, 0.76);
}

.mlya-medical-diagnostics__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 35px 0;
}

.mlya-medical-diagnostics__item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--mlya-medical-white);
    font-size: 13px;
}

.mlya-medical-diagnostics__item .mlya-medical-icon {
    width: 47px;
    height: 47px;
    flex-basis: 47px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #83e4d1;
}

/* =========================================================
   PLANES DE CHEQUEO
========================================================= */

.mlya-medical-plan {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 38px 32px;
    border: 1px solid var(--mlya-medical-border);
    border-radius: var(--mlya-medical-radius-md);
    background: var(--mlya-medical-white);
    transition: var(--mlya-medical-transition);
}

.mlya-medical-plan:hover {
    border-color: rgba(20, 117, 212, 0.42);
    box-shadow: var(--mlya-medical-shadow-md);
    transform: translateY(-7px);
}

.mlya-medical-plan--featured {
    border-color: var(--mlya-medical-primary);
    background: var(--mlya-medical-primary-dark);
    color: rgba(255, 255, 255, 0.77);
    box-shadow: var(--mlya-medical-shadow-md);
    transform: translateY(-14px);
}

.mlya-medical-plan--featured:hover {
    transform: translateY(-20px);
}

.mlya-medical-plan__label {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 12px;
    border-radius: var(--mlya-medical-radius-pill);
    background: #83e4d1;
    color: var(--mlya-medical-dark);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-medical-plan h3 {
    margin-bottom: 13px;
    font-size: 30px;
}

.mlya-medical-plan--featured h3,
.mlya-medical-plan--featured .mlya-medical-plan__price {
    color: var(--mlya-medical-white);
}

.mlya-medical-plan__subtitle {
    min-height: 44px;
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.6;
}

.mlya-medical-plan__price {
    margin-bottom: 25px;
    color: var(--mlya-medical-primary-dark);
    font-family: var(--mlya-medical-font-title);
    font-size: 45px;
    font-weight: 800;
    line-height: 1;
}

.mlya-medical-plan__price small {
    font-family: var(--mlya-medical-font-body);
    font-size: 11px;
    font-weight: 500;
}

.mlya-medical-plan__list {
    display: grid;
    gap: 14px;
    margin: 0 0 30px;
    padding: 25px 0 0;
    border-top: 1px solid var(--mlya-medical-border);
    list-style: none;
}

.mlya-medical-plan--featured .mlya-medical-plan__list {
    border-color: rgba(255, 255, 255, 0.15);
}

.mlya-medical-plan__list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 12px;
    line-height: 1.55;
}

.mlya-medical-plan__list li::before {
    color: var(--mlya-medical-secondary);
    content: "✓";
    font-weight: 700;
}

.mlya-medical-plan .mlya-medical-button {
    width: 100%;
    margin-top: auto;
}

/* =========================================================
   PROCESO DE ATENCIÓN
========================================================= */

.mlya-medical-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.mlya-medical-process::before {
    position: absolute;
    top: 41px;
    right: 12%;
    left: 12%;
    height: 1px;
    background: var(--mlya-medical-border);
    content: "";
}

.mlya-medical-process__item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.mlya-medical-process__number {
    display: flex;
    width: 82px;
    height: 82px;
    margin: 0 auto 24px;
    align-items: center;
    justify-content: center;
    border: 8px solid var(--mlya-medical-sky);
    border-radius: 24px;
    background: var(--mlya-medical-primary);
    color: var(--mlya-medical-white);
    font-family: var(--mlya-medical-font-title);
    font-size: 25px;
    font-weight: 800;
    box-shadow: var(--mlya-medical-shadow-sm);
}

.mlya-medical-process__item h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.mlya-medical-process__item p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================================
   MÉDICOS
========================================================= */

.mlya-medical-doctor-card {
    overflow: hidden;
    border-radius: var(--mlya-medical-radius-md);
    background: var(--mlya-medical-white);
    box-shadow: var(--mlya-medical-shadow-sm);
    text-align: center;
    transition: var(--mlya-medical-transition);
}

.mlya-medical-doctor-card:hover {
    box-shadow: var(--mlya-medical-shadow-md);
    transform: translateY(-7px);
}

.mlya-medical-doctor-card__image {
    position: relative;
    height: 390px;
    overflow: hidden;
    background: var(--mlya-medical-sky);
}

.mlya-medical-doctor-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.5s ease;
}

.mlya-medical-doctor-card:hover img {
    transform: scale(1.05);
}

.mlya-medical-doctor-card__body {
    padding: 27px;
}

.mlya-medical-doctor-card h3 {
    margin-bottom: 6px;
    font-size: 26px;
}

.mlya-medical-doctor-card__specialty {
    display: block;
    margin-bottom: 12px;
    color: var(--mlya-medical-primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-medical-doctor-card p {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.65;
}

.mlya-medical-doctor-card__social {
    display: flex;
    justify-content: center;
    gap: 9px;
}

.mlya-medical-doctor-card__social a {
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--mlya-medical-border);
    border-radius: 12px;
    color: var(--mlya-medical-primary);
    transition: var(--mlya-medical-transition);
}

.mlya-medical-doctor-card__social a:hover {
    background: var(--mlya-medical-primary);
    color: var(--mlya-medical-white);
}

/* =========================================================
   SEGUROS
========================================================= */

.mlya-medical-insurance {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.mlya-medical-insurance__item {
    display: flex;
    min-height: 105px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border: 1px solid var(--mlya-medical-border);
    border-radius: var(--mlya-medical-radius-sm);
    background: var(--mlya-medical-white);
    color: var(--mlya-medical-muted);
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    transition: var(--mlya-medical-transition);
}

.mlya-medical-insurance__item:hover {
    border-color: var(--mlya-medical-primary);
    color: var(--mlya-medical-primary);
    box-shadow: var(--mlya-medical-shadow-sm);
}

/* =========================================================
   TESTIMONIOS
========================================================= */

.mlya-medical-testimonial {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 34px;
    border-radius: var(--mlya-medical-radius-md);
    background: var(--mlya-medical-white);
    box-shadow: var(--mlya-medical-shadow-sm);
}

.mlya-medical-testimonial__stars {
    margin-bottom: 18px;
    color: #f4b740;
    font-size: 16px;
    letter-spacing: 3px;
}

.mlya-medical-testimonial__quote {
    flex: 1;
    margin: 0 0 25px;
    color: var(--mlya-medical-dark);
    font-family: var(--mlya-medical-font-title);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
}

.mlya-medical-testimonial__client {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--mlya-medical-border);
}

.mlya-medical-testimonial__client img {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    object-fit: cover;
}

.mlya-medical-testimonial__client strong {
    display: block;
    color: var(--mlya-medical-dark);
    font-size: 13px;
}

.mlya-medical-testimonial__client span {
    font-size: 11px;
}

/* =========================================================
   PROMOCIÓN / CTA
========================================================= */

.mlya-medical-cta {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-medical-radius-lg);
    background:
        linear-gradient(
            90deg,
            rgba(11, 79, 154, 0.98) 0%,
            rgba(11, 79, 154, 0.92) 53%,
            rgba(11, 79, 154, 0.22) 100%
        ),
        url("https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=1800&q=85")
        center right/cover no-repeat;
    box-shadow: var(--mlya-medical-shadow-md);
}

.mlya-medical-cta__content {
    max-width: 710px;
    padding: 75px 70px;
}

.mlya-medical-cta__label {
    display: inline-block;
    margin-bottom: 18px;
    color: #83e4d1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-medical-cta h2 {
    margin-bottom: 20px;
    color: var(--mlya-medical-white);
    font-size: clamp(43px, 5vw, 65px);
}

.mlya-medical-cta p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.82);
}

/* =========================================================
   FORMULARIO DE CITA
========================================================= */

.mlya-medical-booking {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    overflow: hidden;
    border-radius: var(--mlya-medical-radius-lg);
    background: var(--mlya-medical-white);
    box-shadow: var(--mlya-medical-shadow-md);
}

.mlya-medical-booking__info {
    position: relative;
    padding: 60px 50px;
    background:
        linear-gradient(rgba(11, 79, 154, 0.92), rgba(11, 79, 154, 0.92)),
        url("https://images.unsplash.com/photo-1538108149393-fbbd81895907?auto=format&fit=crop&w=1000&q=85")
        center/cover no-repeat;
    color: rgba(255, 255, 255, 0.8);
}

.mlya-medical-booking__info h2 {
    color: var(--mlya-medical-white);
    font-size: 47px;
}

.mlya-medical-booking__details {
    display: grid;
    gap: 24px;
    margin-top: 35px;
}

.mlya-medical-booking__detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.mlya-medical-booking__detail .mlya-medical-icon {
    background: rgba(255, 255, 255, 0.1);
    color: #83e4d1;
}

.mlya-medical-booking__detail strong {
    display: block;
    margin-bottom: 4px;
    color: var(--mlya-medical-white);
    font-size: 13px;
}

.mlya-medical-booking__detail p,
.mlya-medical-booking__detail a {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.6;
}

.mlya-medical-booking__form {
    padding: 60px 55px;
}

.mlya-medical-booking__form h3 {
    margin-bottom: 7px;
    font-size: 36px;
}

.mlya-medical-booking__form > p {
    margin: 0 0 28px;
    font-size: 13px;
}

.mlya-medical-form {
    display: grid;
    gap: 18px;
}

.mlya-medical-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mlya-medical-field {
    display: grid;
    gap: 7px;
}

.mlya-medical-field label {
    color: var(--mlya-medical-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.mlya-medical-field input,
.mlya-medical-field select,
.mlya-medical-field textarea {
    width: 100%;
    min-height: 51px;
    padding: 13px 15px;
    border: 1px solid var(--mlya-medical-border);
    border-radius: var(--mlya-medical-radius-sm);
    outline: none;
    background: var(--mlya-medical-sky);
    color: var(--mlya-medical-dark);
    font-family: var(--mlya-medical-font-body);
    font-size: 13px;
    transition: var(--mlya-medical-transition);
}

.mlya-medical-field textarea {
    min-height: 110px;
    resize: vertical;
}

.mlya-medical-field input:focus,
.mlya-medical-field select:focus,
.mlya-medical-field textarea:focus {
    border-color: var(--mlya-medical-primary);
    background: var(--mlya-medical-white);
    box-shadow: 0 0 0 3px rgba(20, 117, 212, 0.1);
}

/* =========================================================
   FAQ
========================================================= */

.mlya-medical-faq {
    display: grid;
    max-width: 900px;
    margin: auto;
    gap: 13px;
}

.mlya-medical-faq details {
    overflow: hidden;
    border: 1px solid var(--mlya-medical-border);
    border-radius: var(--mlya-medical-radius-sm);
    background: var(--mlya-medical-white);
}

.mlya-medical-faq summary {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    color: var(--mlya-medical-dark);
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}

.mlya-medical-faq summary::-webkit-details-marker {
    display: none;
}

.mlya-medical-faq summary::after {
    color: var(--mlya-medical-primary);
    content: "+";
    font-size: 24px;
}

.mlya-medical-faq details[open] {
    border-color: rgba(20, 117, 212, 0.48);
    box-shadow: var(--mlya-medical-shadow-sm);
}

.mlya-medical-faq details[open] summary::after {
    content: "−";
}

.mlya-medical-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    font-size: 13px;
}

/* =========================================================
   FOOTER
========================================================= */

.mlya-medical-footer {
    background: #101c29;
    color: rgba(255, 255, 255, 0.66);
}

.mlya-medical-footer__main {
    padding: 80px 0 55px;
}

.mlya-medical-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr 0.95fr 1.1fr;
    gap: 50px;
}

.mlya-medical-footer .mlya-medical-logo__name {
    color: var(--mlya-medical-white);
}

.mlya-medical-footer__about {
    max-width: 330px;
    margin: 24px 0;
    font-size: 12px;
}

.mlya-medical-footer h3 {
    margin-bottom: 23px;
    color: var(--mlya-medical-white);
    font-family: var(--mlya-medical-font-body);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-medical-footer__links {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mlya-medical-footer__links a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    transition: var(--mlya-medical-transition);
}

.mlya-medical-footer__links a:hover {
    color: #83e4d1;
    padding-left: 4px;
}

.mlya-medical-footer__contact {
    display: grid;
    gap: 15px;
}

.mlya-medical-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 12px;
    line-height: 1.7;
}

.mlya-medical-footer__contact-item a {
    color: inherit;
}

.mlya-medical-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.mlya-medical-social a {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    color: var(--mlya-medical-white);
    transition: var(--mlya-medical-transition);
}

.mlya-medical-social a:hover {
    border-color: var(--mlya-medical-primary);
    background: var(--mlya-medical-primary);
    transform: translateY(-3px);
}

.mlya-medical-footer__bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mlya-medical-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 10px;
}

.mlya-medical-footer__bottom a {
    color: #83e4d1;
}

/* =========================================================
   WHATSAPP
========================================================= */

.mlya-medical-whatsapp {
    position: fixed;
    z-index: 999;
    right: 22px;
    bottom: 22px;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--mlya-medical-white);
    border-radius: 18px;
    background: #25d366;
    color: var(--mlya-medical-white);
    font-size: 27px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    transition: var(--mlya-medical-transition);
}

.mlya-medical-whatsapp:hover {
    color: var(--mlya-medical-white);
    transform: scale(1.08) translateY(-3px);
}

/* =========================================================
   ANIMACIÓN
========================================================= */

@keyframes mlyaMedicalFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mlya-medical-animate {
    animation: mlyaMedicalFadeUp 0.8s ease both;
}

/* =========================================================
   MENÚ MÓVIL
========================================================= */

@media (max-width: 900px) {
    .mlya-medical-header__inner {
        position: relative;
    }

    .mlya-medical-nav.mlya-medical-nav--open {
        position: absolute;
        top: calc(100% + 18px);
        right: 0;
        left: 0;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 18px;
        border: 1px solid var(--mlya-medical-border);
        border-radius: var(--mlya-medical-radius-md);
        background: var(--mlya-medical-white);
        box-shadow: var(--mlya-medical-shadow-md);
    }

    .mlya-medical-nav.mlya-medical-nav--open a:not(.mlya-medical-button) {
        padding: 13px 10px;
        border-bottom: 1px solid var(--mlya-medical-border);
    }

    .mlya-medical-nav.mlya-medical-nav--open .mlya-medical-button {
        margin-top: 15px;
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .mlya-medical-nav {
        gap: 16px;
    }

    .mlya-medical-nav a:not(.mlya-medical-button) {
        font-size: 11px;
    }

    .mlya-medical-benefits-bar__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-medical-benefit:nth-child(2) {
        border-right: 0;
    }

    .mlya-medical-benefit:nth-child(-n + 2) {
        border-bottom: 1px solid var(--mlya-medical-border);
    }

    .mlya-medical-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-medical-insurance {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mlya-medical-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mlya-medical-section {
        padding: 80px 0;
    }

    .mlya-medical-header__top {
        display: none;
    }

    .mlya-medical-nav {
        display: none;
    }

    .mlya-medical-menu-toggle {
        display: inline-flex;
    }

    .mlya-medical-grid--2,
    .mlya-medical-grid--3 {
        grid-template-columns: 1fr;
    }

    .mlya-medical-about__content {
        padding: 40px 0 0;
    }

    .mlya-medical-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-medical-process::before {
        display: none;
    }

    .mlya-medical-plan--featured {
        transform: none;
    }

    .mlya-medical-plan--featured:hover {
        transform: translateY(-7px);
    }

    .mlya-medical-booking {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .mlya-medical-container {
        width: min(100% - 28px, var(--mlya-medical-container));
    }

    .mlya-medical-section {
        padding: 68px 0;
    }

    .mlya-medical-title {
        font-size: 41px;
    }

    .mlya-medical-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .mlya-medical-button {
        width: 100%;
    }

    .mlya-medical-logo__name {
        font-size: 21px;
    }

    .mlya-medical-hero {
        min-height: 680px;
        background:
            linear-gradient(rgba(12, 48, 82, 0.82), rgba(12, 48, 82, 0.87)),
            url("https://images.unsplash.com/photo-1576091160399-112ba8d25d1d?auto=format&fit=crop&w=1200&q=85")
            center/cover no-repeat;
    }

    .mlya-medical-hero__content {
        padding: 90px 0;
    }

    .mlya-medical-hero__title {
        font-size: 53px;
    }

    .mlya-medical-hero__description {
        font-size: 14px;
    }

    .mlya-medical-hero__details {
        display: grid;
        gap: 17px;
    }

    .mlya-medical-benefits-bar {
        margin-top: -32px;
    }

    .mlya-medical-benefits-bar__inner,
    .mlya-medical-grid--4 {
        grid-template-columns: 1fr;
    }

    .mlya-medical-benefit {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--mlya-medical-border);
    }

    .mlya-medical-about__media {
        min-height: 490px;
    }

    .mlya-medical-about__image-main {
        width: 89%;
        height: 430px;
    }

    .mlya-medical-about__image-small {
        height: 190px;
    }

    .mlya-medical-about__badge {
        top: 25px;
        width: 118px;
        height: 118px;
    }

    .mlya-medical-diagnostics {
        background-attachment: scroll;
    }

    .mlya-medical-diagnostics__box {
        padding: 38px 24px;
    }

    .mlya-medical-diagnostics__items,
    .mlya-medical-process {
        grid-template-columns: 1fr;
    }

    .mlya-medical-insurance {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-medical-cta {
        background:
            linear-gradient(rgba(11, 79, 154, 0.94), rgba(11, 79, 154, 0.94)),
            url("https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=1000&q=85")
            center/cover no-repeat;
    }

    .mlya-medical-cta__content {
        padding: 50px 25px;
        text-align: center;
    }

    .mlya-medical-booking__info,
    .mlya-medical-booking__form {
        padding: 45px 24px;
    }

    .mlya-medical-form__row {
        grid-template-columns: 1fr;
    }

    .mlya-medical-footer__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .mlya-medical-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}/* End custom CSS */