.elementor-2384 .elementor-element.elementor-element-4ae7a71{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-042501e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-478efe9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-0b686fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-d87428b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-915a5ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-7f0d929{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-43e0a92{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-70d7f86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-7f50038{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-4f30317{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-2624237{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-8354663{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-c772af3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2384 .elementor-element.elementor-element-0e69af7{--display:flex;}.elementor-2384 .elementor-element.elementor-element-2925211{text-align:center;}.elementor-2384 .elementor-element.elementor-element-557bb82{--spacer-size:50px;}/* Start custom CSS *//* =========================================================
   MILANDINGYA.ONLINE
   DEMO UNIVERSAL: VETERINARIA
   Prefijo exclusivo: mlya-vet-
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Nunito:wght@600;700;800;900&display=swap');

:root {
    --mlya-vet-primary: #16a085;
    --mlya-vet-primary-dark: #0b6f5d;
    --mlya-vet-primary-light: #7dd8c5;

    --mlya-vet-secondary: #f4b942;
    --mlya-vet-secondary-dark: #b77905;

    --mlya-vet-blue: #2f80ed;
    --mlya-vet-red: #e84c4f;

    --mlya-vet-white: #ffffff;
    --mlya-vet-dark: #17312d;
    --mlya-vet-dark-soft: #24443f;

    --mlya-vet-mint: #eaf8f4;
    --mlya-vet-cream: #fff9eb;
    --mlya-vet-gray: #f6f9f8;
    --mlya-vet-text: #61716d;
    --mlya-vet-muted: #91a09c;
    --mlya-vet-border: rgba(22, 160, 133, 0.14);

    --mlya-vet-font-title: "Nunito", Arial, sans-serif;
    --mlya-vet-font-body: "DM Sans", Arial, sans-serif;

    --mlya-vet-container: 1200px;

    --mlya-vet-radius-sm: 12px;
    --mlya-vet-radius-md: 22px;
    --mlya-vet-radius-lg: 34px;
    --mlya-vet-radius-pill: 999px;

    --mlya-vet-shadow-sm:
        0 10px 30px rgba(23, 49, 45, 0.08);

    --mlya-vet-shadow-md:
        0 22px 60px rgba(23, 49, 45, 0.14);

    --mlya-vet-shadow-lg:
        0 30px 90px rgba(23, 49, 45, 0.2);

    --mlya-vet-transition: all 0.3s ease;
}

/* =========================================================
   RESET GENERAL
========================================================= */

.mlya-vet-section,
.mlya-vet-section *,
.mlya-vet-header,
.mlya-vet-header *,
.mlya-vet-footer,
.mlya-vet-footer * {
    box-sizing: border-box;
}

.mlya-vet-section,
.mlya-vet-header,
.mlya-vet-footer {
    font-family: var(--mlya-vet-font-body);
    color: var(--mlya-vet-text);
}

.mlya-vet-section img,
.mlya-vet-header img,
.mlya-vet-footer img {
    display: block;
    max-width: 100%;
}

.mlya-vet-section a,
.mlya-vet-header a,
.mlya-vet-footer a {
    text-decoration: none;
}

.mlya-vet-section h1,
.mlya-vet-section h2,
.mlya-vet-section h3,
.mlya-vet-section h4,
.mlya-vet-header h1,
.mlya-vet-footer h2,
.mlya-vet-footer h3 {
    margin-top: 0;
    color: var(--mlya-vet-dark);
    font-family: var(--mlya-vet-font-title);
    line-height: 1.08;
}

.mlya-vet-section p,
.mlya-vet-header p,
.mlya-vet-footer p {
    line-height: 1.75;
}

.mlya-vet-container {
    width: min(100% - 40px, var(--mlya-vet-container));
    margin-inline: auto;
}

.mlya-vet-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.mlya-vet-section--white {
    background: var(--mlya-vet-white);
}

.mlya-vet-section--gray {
    background: var(--mlya-vet-gray);
}

.mlya-vet-section--mint {
    background: var(--mlya-vet-mint);
}

.mlya-vet-section--cream {
    background: var(--mlya-vet-cream);
}

.mlya-vet-section--dark {
    background: var(--mlya-vet-dark);
    color: rgba(255, 255, 255, 0.76);
}

/* =========================================================
   UTILIDADES
========================================================= */

.mlya-vet-grid {
    display: grid;
    gap: 30px;
}

.mlya-vet-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlya-vet-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlya-vet-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlya-vet-align-center {
    text-align: center;
}

.mlya-vet-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--mlya-vet-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-vet-eyebrow::before {
    width: 34px;
    height: 2px;
    background: currentColor;
    content: "";
}

.mlya-vet-align-center .mlya-vet-eyebrow::after {
    width: 34px;
    height: 2px;
    background: currentColor;
    content: "";
}

.mlya-vet-title {
    max-width: 900px;
    margin-bottom: 20px;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 900;
}

.mlya-vet-title--small {
    font-size: clamp(36px, 4vw, 54px);
}

.mlya-vet-align-center .mlya-vet-title,
.mlya-vet-align-center .mlya-vet-description {
    margin-right: auto;
    margin-left: auto;
}

.mlya-vet-description {
    max-width: 760px;
    margin-bottom: 0;
    font-size: 16px;
}

.mlya-vet-section-heading {
    margin-bottom: 55px;
}

/* =========================================================
   BOTONES
========================================================= */

.mlya-vet-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.mlya-vet-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-vet-radius-pill);
    font-family: var(--mlya-vet-font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: var(--mlya-vet-transition);
    cursor: pointer;
}

.mlya-vet-button--primary {
    background: var(--mlya-vet-primary);
    color: var(--mlya-vet-white);
    box-shadow:
        0 12px 30px rgba(22, 160, 133, 0.28);
}

.mlya-vet-button--primary:hover {
    background: var(--mlya-vet-primary-dark);
    color: var(--mlya-vet-white);
    transform: translateY(-3px);
}

.mlya-vet-button--secondary {
    background: var(--mlya-vet-secondary);
    color: var(--mlya-vet-dark);
}

.mlya-vet-button--secondary:hover {
    background: var(--mlya-vet-secondary-dark);
    color: var(--mlya-vet-white);
    transform: translateY(-3px);
}

.mlya-vet-button--outline {
    border-color: var(--mlya-vet-primary);
    background: transparent;
    color: var(--mlya-vet-primary-dark);
}

.mlya-vet-button--outline:hover {
    background: var(--mlya-vet-primary);
    color: var(--mlya-vet-white);
    transform: translateY(-3px);
}

.mlya-vet-button--light {
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-vet-white);
    backdrop-filter: blur(8px);
}

.mlya-vet-button--light:hover {
    background: var(--mlya-vet-white);
    color: var(--mlya-vet-dark);
}

/* =========================================================
   ICONOS
========================================================= */

.mlya-vet-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--mlya-vet-mint);
    color: var(--mlya-vet-primary);
    font-size: 23px;
}

/* =========================================================
   HEADER
========================================================= */

.mlya-vet-header {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--mlya-vet-border);
    background: rgba(255, 255, 255, 0.98);
}

.mlya-vet-header__top {
    padding: 9px 0;
    background: var(--mlya-vet-primary-dark);
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
}

.mlya-vet-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mlya-vet-header__top-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.mlya-vet-header__top a {
    color: inherit;
    transition: var(--mlya-vet-transition);
}

.mlya-vet-header__top a:hover {
    color: var(--mlya-vet-secondary);
}

.mlya-vet-header__main {
    padding: 18px 0;
}

.mlya-vet-header__inner {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mlya-vet-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.mlya-vet-logo__symbol {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--mlya-vet-primary);
    color: var(--mlya-vet-white);
    font-size: 25px;
}

.mlya-vet-logo__text {
    display: flex;
    flex-direction: column;
}

.mlya-vet-logo__name {
    color: var(--mlya-vet-dark);
    font-family: var(--mlya-vet-font-title);
    font-size: 24px;
    font-weight: 900;
    line-height: 0.95;
}

.mlya-vet-logo__tagline {
    margin-top: 6px;
    color: var(--mlya-vet-primary);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.mlya-vet-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.mlya-vet-nav a:not(.mlya-vet-button) {
    position: relative;
    padding: 10px 0;
    color: var(--mlya-vet-dark);
    font-size: 13px;
    font-weight: 600;
    transition: var(--mlya-vet-transition);
}

.mlya-vet-nav a:not(.mlya-vet-button)::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 2px;
    margin: auto;
    background: var(--mlya-vet-primary);
    content: "";
    transition: var(--mlya-vet-transition);
}

.mlya-vet-nav a:not(.mlya-vet-button):hover {
    color: var(--mlya-vet-primary);
}

.mlya-vet-nav a:not(.mlya-vet-button):hover::after {
    width: 100%;
}

.mlya-vet-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    background: var(--mlya-vet-mint);
    color: var(--mlya-vet-dark);
    font-size: 21px;
}

/* =========================================================
   HERO
========================================================= */

.mlya-vet-hero {
    position: relative;
    display: flex;
    min-height: 780px;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(11, 111, 93, 0.97) 0%,
            rgba(11, 111, 93, 0.84) 43%,
            rgba(11, 111, 93, 0.25) 74%,
            rgba(11, 111, 93, 0.04) 100%
        ),
        url("https://images.unsplash.com/photo-1628009368231-7bb7cfcb0def?auto=format&fit=crop&w=2000&q=85")
        center/cover no-repeat;
}

.mlya-vet-hero::after {
    position: absolute;
    right: -180px;
    bottom: -210px;
    width: 570px;
    height: 570px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    content: "";
}

.mlya-vet-hero__content {
    position: relative;
    z-index: 2;
    max-width: 790px;
    padding: 125px 0;
}

.mlya-vet-hero .mlya-vet-eyebrow {
    color: #c8f5eb;
}

.mlya-vet-hero__title {
    margin-bottom: 25px;
    color: var(--mlya-vet-white);
    font-size: clamp(58px, 7vw, 94px);
    font-weight: 900;
}

.mlya-vet-hero__title span {
    color: var(--mlya-vet-secondary);
}

.mlya-vet-hero__description {
    max-width: 670px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
}

.mlya-vet-hero__details {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 42px;
}

.mlya-vet-hero__detail {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.mlya-vet-hero__detail strong {
    display: block;
    color: var(--mlya-vet-white);
    font-size: 14px;
}

/* =========================================================
   BENEFICIOS RÁPIDOS
========================================================= */

.mlya-vet-benefits {
    position: relative;
    z-index: 5;
    margin-top: -55px;
}

.mlya-vet-benefits__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: var(--mlya-vet-radius-md);
    background: var(--mlya-vet-white);
    box-shadow: var(--mlya-vet-shadow-md);
}

.mlya-vet-benefit {
    display: flex;
    min-height: 120px;
    align-items: center;
    gap: 15px;
    padding: 25px;
    border-right: 1px solid var(--mlya-vet-border);
}

.mlya-vet-benefit:last-child {
    border-right: 0;
}

.mlya-vet-benefit h3 {
    margin-bottom: 5px;
    font-family: var(--mlya-vet-font-body);
    font-size: 14px;
    font-weight: 700;
}

.mlya-vet-benefit p {
    margin: 0;
    color: var(--mlya-vet-muted);
    font-size: 12px;
    line-height: 1.5;
}

/* =========================================================
   SOBRE LA CLÍNICA
========================================================= */

.mlya-vet-about__media {
    position: relative;
    min-height: 610px;
}

.mlya-vet-about__image-main {
    width: 83%;
    height: 560px;
    overflow: hidden;
    border-radius: 34px;
    background: var(--mlya-vet-mint);
    box-shadow: var(--mlya-vet-shadow-md);
}

.mlya-vet-about__image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mlya-vet-about__image-small {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 49%;
    height: 255px;
    overflow: hidden;
    border: 9px solid var(--mlya-vet-gray);
    border-radius: 24px;
    background: var(--mlya-vet-mint);
    box-shadow: var(--mlya-vet-shadow-md);
}

.mlya-vet-about__image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mlya-vet-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-vet-secondary);
    color: var(--mlya-vet-dark);
    text-align: center;
    box-shadow: var(--mlya-vet-shadow-md);
}

.mlya-vet-about__badge strong {
    font-family: var(--mlya-vet-font-title);
    font-size: 40px;
    font-weight: 900;
    line-height: 0.9;
}

.mlya-vet-about__badge span {
    max-width: 95px;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    line-height: 1.4;
    text-transform: uppercase;
}

.mlya-vet-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55px;
}

.mlya-vet-about__list {
    display: grid;
    gap: 18px;
    margin: 30px 0 35px;
}

.mlya-vet-about__list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mlya-vet-check {
    display: inline-flex;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--mlya-vet-primary);
    color: var(--mlya-vet-white);
    font-size: 12px;
}

.mlya-vet-about__list-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--mlya-vet-dark);
    font-size: 14px;
}

.mlya-vet-about__list-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
   SERVICIOS
========================================================= */

.mlya-vet-service {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 32px;
    border: 1px solid var(--mlya-vet-border);
    border-radius: var(--mlya-vet-radius-md);
    background: var(--mlya-vet-white);
    box-shadow: var(--mlya-vet-shadow-sm);
    transition: var(--mlya-vet-transition);
}

.mlya-vet-service:hover {
    border-color: rgba(22, 160, 133, 0.42);
    box-shadow: var(--mlya-vet-shadow-md);
    transform: translateY(-7px);
}

.mlya-vet-service .mlya-vet-icon {
    margin-bottom: 24px;
}

.mlya-vet-service h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.mlya-vet-service p {
    flex: 1;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.7;
}

.mlya-vet-service__link {
    color: var(--mlya-vet-primary);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* =========================================================
   ESPECIALIDADES
========================================================= */

.mlya-vet-specialty {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    border-radius: var(--mlya-vet-radius-md);
    box-shadow: var(--mlya-vet-shadow-sm);
}

.mlya-vet-specialty img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-vet-specialty::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(23, 49, 45, 0.92),
            rgba(23, 49, 45, 0.08)
        );
    content: "";
}

.mlya-vet-specialty:hover img {
    transform: scale(1.08);
}

.mlya-vet-specialty__content {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 26px;
    left: 26px;
}

.mlya-vet-specialty h3 {
    margin-bottom: 9px;
    color: var(--mlya-vet-white);
    font-size: 29px;
}

.mlya-vet-specialty p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
}

.mlya-vet-specialty a {
    color: var(--mlya-vet-secondary);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

/* =========================================================
   EMERGENCIAS
========================================================= */

.mlya-vet-emergency {
    background:
        linear-gradient(
            rgba(23, 49, 45, 0.84),
            rgba(23, 49, 45, 0.9)
        ),
        url("https://images.unsplash.com/photo-1576201836106-db1758fd1c97?auto=format&fit=crop&w=2000&q=85")
        center/cover fixed no-repeat;
}

.mlya-vet-emergency__box {
    max-width: 800px;
    margin-left: auto;
    padding: 65px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--mlya-vet-radius-lg);
    background: rgba(23, 49, 45, 0.72);
    backdrop-filter: blur(13px);
}

.mlya-vet-emergency .mlya-vet-title {
    color: var(--mlya-vet-white);
}

.mlya-vet-emergency .mlya-vet-description {
    color: rgba(255, 255, 255, 0.78);
}

.mlya-vet-emergency__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 35px 0;
}

.mlya-vet-emergency__item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--mlya-vet-white);
    font-size: 13px;
}

.mlya-vet-emergency__item .mlya-vet-icon {
    width: 47px;
    height: 47px;
    flex-basis: 47px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-vet-secondary);
}

/* =========================================================
   PLANES PREVENTIVOS
========================================================= */

.mlya-vet-plan {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 38px 32px;
    border: 1px solid var(--mlya-vet-border);
    border-radius: var(--mlya-vet-radius-md);
    background: var(--mlya-vet-white);
    transition: var(--mlya-vet-transition);
}

.mlya-vet-plan:hover {
    border-color: rgba(22, 160, 133, 0.42);
    box-shadow: var(--mlya-vet-shadow-md);
    transform: translateY(-7px);
}

.mlya-vet-plan--featured {
    border-color: var(--mlya-vet-primary);
    background: var(--mlya-vet-primary-dark);
    color: rgba(255, 255, 255, 0.78);
    box-shadow: var(--mlya-vet-shadow-md);
    transform: translateY(-14px);
}

.mlya-vet-plan__label {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 12px;
    border-radius: var(--mlya-vet-radius-pill);
    background: var(--mlya-vet-secondary);
    color: var(--mlya-vet-dark);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.mlya-vet-plan h3 {
    margin-bottom: 13px;
    font-size: 30px;
}

.mlya-vet-plan--featured h3,
.mlya-vet-plan--featured .mlya-vet-plan__price {
    color: var(--mlya-vet-white);
}

.mlya-vet-plan__subtitle {
    min-height: 44px;
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.6;
}

.mlya-vet-plan__price {
    margin-bottom: 25px;
    color: var(--mlya-vet-primary-dark);
    font-family: var(--mlya-vet-font-title);
    font-size: 43px;
    font-weight: 900;
}

.mlya-vet-plan__price small {
    font-family: var(--mlya-vet-font-body);
    font-size: 11px;
    font-weight: 500;
}

.mlya-vet-plan__list {
    display: grid;
    gap: 14px;
    margin: 0 0 30px;
    padding: 25px 0 0;
    border-top: 1px solid var(--mlya-vet-border);
    list-style: none;
}

.mlya-vet-plan--featured .mlya-vet-plan__list {
    border-color: rgba(255, 255, 255, 0.15);
}

.mlya-vet-plan__list li {
    display: flex;
    gap: 11px;
    font-size: 12px;
    line-height: 1.55;
}

.mlya-vet-plan__list li::before {
    color: var(--mlya-vet-primary);
    content: "✓";
    font-weight: 700;
}

.mlya-vet-plan--featured .mlya-vet-plan__list li::before {
    color: var(--mlya-vet-secondary);
}

.mlya-vet-plan .mlya-vet-button {
    width: 100%;
    margin-top: auto;
}

/* =========================================================
   PROCESO DE CITA
========================================================= */

.mlya-vet-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

.mlya-vet-process::before {
    position: absolute;
    top: 42px;
    right: 12%;
    left: 12%;
    height: 1px;
    background: var(--mlya-vet-border);
    content: "";
}

.mlya-vet-process__item {
    position: relative;
    z-index: 2;
    text-align: center;
}

.mlya-vet-process__number {
    display: flex;
    width: 84px;
    height: 84px;
    margin: 0 auto 24px;
    align-items: center;
    justify-content: center;
    border: 8px solid var(--mlya-vet-gray);
    border-radius: 24px;
    background: var(--mlya-vet-primary);
    color: var(--mlya-vet-white);
    font-family: var(--mlya-vet-font-title);
    font-size: 25px;
    font-weight: 900;
    box-shadow: var(--mlya-vet-shadow-sm);
}

.mlya-vet-process__item h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.mlya-vet-process__item p {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================================
   EQUIPO
========================================================= */

.mlya-vet-team {
    overflow: hidden;
    border-radius: var(--mlya-vet-radius-md);
    background: var(--mlya-vet-white);
    box-shadow: var(--mlya-vet-shadow-sm);
    transition: var(--mlya-vet-transition);
}

.mlya-vet-team:hover {
    box-shadow: var(--mlya-vet-shadow-md);
    transform: translateY(-7px);
}

.mlya-vet-team__image {
    height: 330px;
    overflow: hidden;
    background: var(--mlya-vet-mint);
}

.mlya-vet-team__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.55s ease;
}

.mlya-vet-team:hover .mlya-vet-team__image img {
    transform: scale(1.06);
}

.mlya-vet-team__body {
    padding: 26px;
    text-align: center;
}

.mlya-vet-team__body h3 {
    margin-bottom: 6px;
    font-size: 25px;
}

.mlya-vet-team__role {
    display: block;
    margin-bottom: 14px;
    color: var(--mlya-vet-primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.mlya-vet-team__body p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   TESTIMONIOS
========================================================= */

.mlya-vet-testimonial {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 34px;
    border-radius: var(--mlya-vet-radius-md);
    background: var(--mlya-vet-white);
    box-shadow: var(--mlya-vet-shadow-sm);
}

.mlya-vet-testimonial__stars {
    margin-bottom: 18px;
    color: var(--mlya-vet-secondary);
    letter-spacing: 3px;
}

.mlya-vet-testimonial__quote {
    flex: 1;
    margin: 0 0 25px;
    color: var(--mlya-vet-dark);
    font-family: var(--mlya-vet-font-title);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
}

.mlya-vet-testimonial__client {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--mlya-vet-border);
}

.mlya-vet-testimonial__client img {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    object-fit: cover;
}

.mlya-vet-testimonial__client strong {
    display: block;
    color: var(--mlya-vet-dark);
    font-size: 13px;
}

.mlya-vet-testimonial__client span {
    font-size: 11px;
}

/* =========================================================
   CTA
========================================================= */

.mlya-vet-cta {
    overflow: hidden;
    border-radius: var(--mlya-vet-radius-lg);
    background:
        linear-gradient(
            90deg,
            rgba(11, 111, 93, 0.98),
            rgba(11, 111, 93, 0.91) 52%,
            rgba(11, 111, 93, 0.2)
        ),
        url("https://images.unsplash.com/photo-1601758228041-f3b2795255f1?auto=format&fit=crop&w=1800&q=85")
        center right/cover no-repeat;
    box-shadow: var(--mlya-vet-shadow-md);
}

.mlya-vet-cta__content {
    max-width: 730px;
    padding: 75px 70px;
}

.mlya-vet-cta__label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--mlya-vet-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-vet-cta h2 {
    margin-bottom: 20px;
    color: var(--mlya-vet-white);
    font-size: clamp(43px, 5vw, 65px);
}

.mlya-vet-cta p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.84);
}

/* =========================================================
   FORMULARIO DE CITA
========================================================= */

.mlya-vet-booking {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    overflow: hidden;
    border-radius: var(--mlya-vet-radius-lg);
    background: var(--mlya-vet-white);
    box-shadow: var(--mlya-vet-shadow-md);
}

.mlya-vet-booking__info {
    padding: 60px 50px;
    background:
        linear-gradient(
            rgba(11, 111, 93, 0.92),
            rgba(11, 111, 93, 0.92)
        ),
        url("https://images.unsplash.com/photo-1612349317150-e413f6a5b16d?auto=format&fit=crop&w=1000&q=85")
        center/cover no-repeat;
    color: rgba(255, 255, 255, 0.8);
}

.mlya-vet-booking__info h2 {
    color: var(--mlya-vet-white);
    font-size: 47px;
}

.mlya-vet-booking__details {
    display: grid;
    gap: 24px;
    margin-top: 35px;
}

.mlya-vet-booking__detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.mlya-vet-booking__detail .mlya-vet-icon {
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-vet-secondary);
}

.mlya-vet-booking__detail strong {
    display: block;
    margin-bottom: 4px;
    color: var(--mlya-vet-white);
    font-size: 13px;
}

.mlya-vet-booking__detail p,
.mlya-vet-booking__detail a {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.6;
}

.mlya-vet-booking__form {
    padding: 60px 55px;
}

.mlya-vet-booking__form h3 {
    margin-bottom: 7px;
    font-size: 36px;
}

.mlya-vet-booking__form > p {
    margin: 0 0 28px;
    font-size: 13px;
}

.mlya-vet-form {
    display: grid;
    gap: 18px;
}

.mlya-vet-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mlya-vet-field {
    display: grid;
    gap: 7px;
}

.mlya-vet-field label {
    color: var(--mlya-vet-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.mlya-vet-field input,
.mlya-vet-field select,
.mlya-vet-field textarea {
    width: 100%;
    min-height: 51px;
    padding: 13px 15px;
    border: 1px solid var(--mlya-vet-border);
    border-radius: var(--mlya-vet-radius-sm);
    outline: none;
    background: var(--mlya-vet-gray);
    color: var(--mlya-vet-dark);
    font-family: var(--mlya-vet-font-body);
    font-size: 13px;
    transition: var(--mlya-vet-transition);
}

.mlya-vet-field textarea {
    min-height: 115px;
    resize: vertical;
}

.mlya-vet-field input:focus,
.mlya-vet-field select:focus,
.mlya-vet-field textarea:focus {
    border-color: var(--mlya-vet-primary);
    background: var(--mlya-vet-white);
    box-shadow:
        0 0 0 3px rgba(22, 160, 133, 0.1);
}

/* =========================================================
   FAQ
========================================================= */

.mlya-vet-faq {
    display: grid;
    max-width: 900px;
    margin: auto;
    gap: 13px;
}

.mlya-vet-faq details {
    overflow: hidden;
    border: 1px solid var(--mlya-vet-border);
    border-radius: var(--mlya-vet-radius-sm);
    background: var(--mlya-vet-white);
}

.mlya-vet-faq summary {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    color: var(--mlya-vet-dark);
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}

.mlya-vet-faq summary::-webkit-details-marker {
    display: none;
}

.mlya-vet-faq summary::after {
    color: var(--mlya-vet-primary);
    content: "+";
    font-size: 24px;
}

.mlya-vet-faq details[open] {
    border-color: rgba(22, 160, 133, 0.42);
    box-shadow: var(--mlya-vet-shadow-sm);
}

.mlya-vet-faq details[open] summary::after {
    content: "−";
}

.mlya-vet-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    font-size: 13px;
}

/* =========================================================
   FOOTER
========================================================= */

.mlya-vet-footer {
    background: #10231f;
    color: rgba(255, 255, 255, 0.65);
}

.mlya-vet-footer__main {
    padding: 80px 0 55px;
}

.mlya-vet-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr 0.95fr 1.1fr;
    gap: 50px;
}

.mlya-vet-footer .mlya-vet-logo__name {
    color: var(--mlya-vet-white);
}

.mlya-vet-footer__about {
    max-width: 340px;
    margin: 24px 0;
    font-size: 12px;
}

.mlya-vet-footer h3 {
    margin-bottom: 23px;
    color: var(--mlya-vet-white);
    font-family: var(--mlya-vet-font-body);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-vet-footer__links {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mlya-vet-footer__links a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    transition: var(--mlya-vet-transition);
}

.mlya-vet-footer__links a:hover {
    color: var(--mlya-vet-primary-light);
    padding-left: 4px;
}

.mlya-vet-footer__contact {
    display: grid;
    gap: 15px;
}

.mlya-vet-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 12px;
    line-height: 1.7;
}

.mlya-vet-footer__contact-item a {
    color: inherit;
}

.mlya-vet-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.mlya-vet-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-vet-white);
    transition: var(--mlya-vet-transition);
}

.mlya-vet-social a:hover {
    border-color: var(--mlya-vet-primary);
    background: var(--mlya-vet-primary);
}

.mlya-vet-footer__bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mlya-vet-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 10px;
}

.mlya-vet-footer__bottom a {
    color: var(--mlya-vet-primary-light);
}

/* =========================================================
   WHATSAPP
========================================================= */

.mlya-vet-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-vet-white);
    border-radius: 18px;
    background: #25d366;
    color: var(--mlya-vet-white);
    font-size: 27px;
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.25);
    transition: var(--mlya-vet-transition);
}

.mlya-vet-whatsapp:hover {
    color: var(--mlya-vet-white);
    transform: scale(1.08) translateY(-3px);
}

/* =========================================================
   MENÚ MÓVIL
========================================================= */

@media (max-width: 900px) {
    .mlya-vet-header__inner {
        position: relative;
    }

    .mlya-vet-nav.mlya-vet-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-vet-border);
        border-radius: var(--mlya-vet-radius-md);
        background: var(--mlya-vet-white);
        box-shadow: var(--mlya-vet-shadow-md);
    }

    .mlya-vet-nav.mlya-vet-nav--open
    a:not(.mlya-vet-button) {
        padding: 13px 10px;
        border-bottom: 1px solid var(--mlya-vet-border);
    }

    .mlya-vet-nav.mlya-vet-nav--open .mlya-vet-button {
        margin-top: 15px;
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .mlya-vet-nav {
        gap: 16px;
    }

    .mlya-vet-nav a:not(.mlya-vet-button) {
        font-size: 11px;
    }

    .mlya-vet-benefits__inner,
    .mlya-vet-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-vet-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mlya-vet-section {
        padding: 80px 0;
    }

    .mlya-vet-header__top {
        display: none;
    }

    .mlya-vet-nav {
        display: none;
    }

    .mlya-vet-menu-toggle {
        display: inline-flex;
    }

    .mlya-vet-grid--2,
    .mlya-vet-grid--3 {
        grid-template-columns: 1fr;
    }

    .mlya-vet-about__content {
        padding: 40px 0 0;
    }

    .mlya-vet-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-vet-process::before {
        display: none;
    }

    .mlya-vet-plan--featured {
        transform: none;
    }

    .mlya-vet-booking {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .mlya-vet-container {
        width: min(100% - 28px, var(--mlya-vet-container));
    }

    .mlya-vet-section {
        padding: 68px 0;
    }

    .mlya-vet-title {
        font-size: 41px;
    }

    .mlya-vet-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .mlya-vet-button {
        width: 100%;
    }

    .mlya-vet-logo__name {
        font-size: 20px;
    }

    .mlya-vet-hero {
        min-height: 690px;
        background:
            linear-gradient(
                rgba(11, 111, 93, 0.87),
                rgba(11, 111, 93, 0.93)
            ),
            url("https://images.unsplash.com/photo-1628009368231-7bb7cfcb0def?auto=format&fit=crop&w=1200&q=85")
            center/cover no-repeat;
    }

    .mlya-vet-hero__content {
        padding: 90px 0;
    }

    .mlya-vet-hero__title {
        font-size: 52px;
    }

    .mlya-vet-hero__details {
        display: grid;
        gap: 17px;
    }

    .mlya-vet-benefits {
        margin-top: -32px;
    }

    .mlya-vet-benefits__inner,
    .mlya-vet-grid--4,
    .mlya-vet-process {
        grid-template-columns: 1fr;
    }

    .mlya-vet-benefit {
        border-right: 0;
        border-bottom: 1px solid var(--mlya-vet-border);
    }

    .mlya-vet-about__media {
        min-height: 490px;
    }

    .mlya-vet-about__image-main {
        width: 89%;
        height: 430px;
    }

    .mlya-vet-about__image-small {
        height: 190px;
    }

    .mlya-vet-about__badge {
        top: 25px;
        width: 118px;
        height: 118px;
    }

    .mlya-vet-emergency {
        background-attachment: scroll;
    }

    .mlya-vet-emergency__box {
        padding: 38px 24px;
    }

    .mlya-vet-emergency__items {
        grid-template-columns: 1fr;
    }

    .mlya-vet-cta {
        background:
            linear-gradient(
                rgba(11, 111, 93, 0.94),
                rgba(11, 111, 93, 0.94)
            ),
            url("https://images.unsplash.com/photo-1601758228041-f3b2795255f1?auto=format&fit=crop&w=1000&q=85")
            center/cover no-repeat;
    }

    .mlya-vet-cta__content,
    .mlya-vet-booking__info,
    .mlya-vet-booking__form {
        padding: 45px 24px;
    }

    .mlya-vet-cta__content {
        text-align: center;
    }

    .mlya-vet-form__row {
        grid-template-columns: 1fr;
    }

    .mlya-vet-footer__grid {
        grid-template-columns: 1fr;
    }

    .mlya-vet-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}/* End custom CSS */