.elementor-2389 .elementor-element.elementor-element-4ae7a71{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-042501e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-478efe9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-0b686fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-d87428b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-915a5ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-7f0d929{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-43e0a92{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-70d7f86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-7f50038{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-4f30317{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-2624237{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-8354663{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-e747dee{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-0997c81{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2389 .elementor-element.elementor-element-0e69af7{--display:flex;}.elementor-2389 .elementor-element.elementor-element-2925211{text-align:center;}.elementor-2389 .elementor-element.elementor-element-557bb82{--spacer-size:50px;}/* Start custom CSS *//* =========================================================
   MILANDINGYA.ONLINE
   DEMO UNIVERSAL: AIRBNB / ALOJAMIENTO VACACIONAL
   Prefijo exclusivo: mlya-stay-
========================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap');

:root {
    --mlya-stay-primary: #e85d75;
    --mlya-stay-primary-dark: #a92f48;
    --mlya-stay-primary-light: #f6a5b4;

    --mlya-stay-secondary: #f2b84b;
    --mlya-stay-secondary-dark: #b37a0a;

    --mlya-stay-green: #2f9e73;
    --mlya-stay-blue: #367bd6;

    --mlya-stay-white: #ffffff;
    --mlya-stay-dark: #1f242a;
    --mlya-stay-dark-soft: #30363d;

    --mlya-stay-cream: #faf6f1;
    --mlya-stay-rose: #fff0f3;
    --mlya-stay-gray: #f5f7f8;
    --mlya-stay-sand: #eee6dc;

    --mlya-stay-text: #667078;
    --mlya-stay-muted: #939ca3;
    --mlya-stay-border: rgba(31, 36, 42, 0.12);

    --mlya-stay-font-title: "Playfair Display", Georgia, serif;
    --mlya-stay-font-body: "DM Sans", Arial, sans-serif;

    --mlya-stay-container: 1200px;

    --mlya-stay-radius-sm: 12px;
    --mlya-stay-radius-md: 22px;
    --mlya-stay-radius-lg: 34px;
    --mlya-stay-radius-pill: 999px;

    --mlya-stay-shadow-sm:
        0 10px 30px rgba(31, 36, 42, 0.08);

    --mlya-stay-shadow-md:
        0 22px 60px rgba(31, 36, 42, 0.14);

    --mlya-stay-shadow-lg:
        0 30px 90px rgba(31, 36, 42, 0.2);

    --mlya-stay-transition: all 0.3s ease;
}

/* =========================================================
   RESET GENERAL
========================================================= */

.mlya-stay-section,
.mlya-stay-section *,
.mlya-stay-header,
.mlya-stay-header *,
.mlya-stay-footer,
.mlya-stay-footer * {
    box-sizing: border-box;
}

.mlya-stay-section,
.mlya-stay-header,
.mlya-stay-footer {
    font-family: var(--mlya-stay-font-body);
    color: var(--mlya-stay-text);
}

.mlya-stay-section img,
.mlya-stay-header img,
.mlya-stay-footer img {
    display: block;
    max-width: 100%;
}

.mlya-stay-section a,
.mlya-stay-header a,
.mlya-stay-footer a {
    text-decoration: none;
}

.mlya-stay-section h1,
.mlya-stay-section h2,
.mlya-stay-section h3,
.mlya-stay-section h4,
.mlya-stay-header h1,
.mlya-stay-footer h2,
.mlya-stay-footer h3 {
    margin-top: 0;
    color: var(--mlya-stay-dark);
    font-family: var(--mlya-stay-font-title);
    line-height: 1.08;
}

.mlya-stay-section p,
.mlya-stay-header p,
.mlya-stay-footer p {
    line-height: 1.75;
}

.mlya-stay-container {
    width: min(100% - 40px, var(--mlya-stay-container));
    margin-inline: auto;
}

.mlya-stay-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.mlya-stay-section--white {
    background: var(--mlya-stay-white);
}

.mlya-stay-section--gray {
    background: var(--mlya-stay-gray);
}

.mlya-stay-section--cream {
    background: var(--mlya-stay-cream);
}

.mlya-stay-section--rose {
    background: var(--mlya-stay-rose);
}

.mlya-stay-section--dark {
    background: var(--mlya-stay-dark);
    color: rgba(255, 255, 255, 0.76);
}

/* =========================================================
   UTILIDADES
========================================================= */

.mlya-stay-grid {
    display: grid;
    gap: 30px;
}

.mlya-stay-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlya-stay-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlya-stay-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlya-stay-align-center {
    text-align: center;
}

.mlya-stay-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--mlya-stay-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-stay-eyebrow::before {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.mlya-stay-align-center .mlya-stay-eyebrow::after {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.mlya-stay-title {
    max-width: 900px;
    margin-bottom: 20px;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 600;
}

.mlya-stay-title--small {
    font-size: clamp(36px, 4vw, 54px);
}

.mlya-stay-align-center .mlya-stay-title,
.mlya-stay-align-center .mlya-stay-description {
    margin-right: auto;
    margin-left: auto;
}

.mlya-stay-description {
    max-width: 760px;
    margin-bottom: 0;
    font-size: 16px;
}

.mlya-stay-section-heading {
    margin-bottom: 55px;
}

/* =========================================================
   BOTONES
========================================================= */

.mlya-stay-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.mlya-stay-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-stay-radius-pill);
    font-family: var(--mlya-stay-font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: var(--mlya-stay-transition);
    cursor: pointer;
}

.mlya-stay-button--primary {
    background: var(--mlya-stay-primary);
    color: var(--mlya-stay-white);
    box-shadow:
        0 12px 30px rgba(232, 93, 117, 0.28);
}

.mlya-stay-button--primary:hover {
    background: var(--mlya-stay-primary-dark);
    color: var(--mlya-stay-white);
    transform: translateY(-3px);
}

.mlya-stay-button--secondary {
    background: var(--mlya-stay-secondary);
    color: var(--mlya-stay-dark);
}

.mlya-stay-button--secondary:hover {
    background: var(--mlya-stay-secondary-dark);
    color: var(--mlya-stay-white);
    transform: translateY(-3px);
}

.mlya-stay-button--outline {
    border-color: var(--mlya-stay-primary);
    background: transparent;
    color: var(--mlya-stay-primary-dark);
}

.mlya-stay-button--outline:hover {
    background: var(--mlya-stay-primary);
    color: var(--mlya-stay-white);
    transform: translateY(-3px);
}

.mlya-stay-button--light {
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-stay-white);
    backdrop-filter: blur(8px);
}

.mlya-stay-button--light:hover {
    background: var(--mlya-stay-white);
    color: var(--mlya-stay-dark);
}

/* =========================================================
   ICONOS
========================================================= */

.mlya-stay-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--mlya-stay-rose);
    color: var(--mlya-stay-primary);
    font-size: 23px;
}

/* =========================================================
   HEADER
========================================================= */

.mlya-stay-header {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--mlya-stay-border);
    background: rgba(255, 255, 255, 0.98);
}

.mlya-stay-header__top {
    padding: 9px 0;
    background: var(--mlya-stay-dark);
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

.mlya-stay-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mlya-stay-header__top-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.mlya-stay-header__top a {
    color: inherit;
    transition: var(--mlya-stay-transition);
}

.mlya-stay-header__top a:hover {
    color: var(--mlya-stay-primary-light);
}

.mlya-stay-header__main {
    padding: 18px 0;
}

.mlya-stay-header__inner {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mlya-stay-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.mlya-stay-logo__symbol {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: var(--mlya-stay-primary);
    color: var(--mlya-stay-white);
    font-size: 25px;
}

.mlya-stay-logo__text {
    display: flex;
    flex-direction: column;
}

.mlya-stay-logo__name {
    color: var(--mlya-stay-dark);
    font-family: var(--mlya-stay-font-title);
    font-size: 25px;
    font-weight: 700;
    line-height: 0.95;
}

.mlya-stay-logo__tagline {
    margin-top: 6px;
    color: var(--mlya-stay-primary);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.mlya-stay-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.mlya-stay-nav a:not(.mlya-stay-button) {
    position: relative;
    padding: 10px 0;
    color: var(--mlya-stay-dark);
    font-size: 13px;
    font-weight: 600;
    transition: var(--mlya-stay-transition);
}

.mlya-stay-nav a:not(.mlya-stay-button)::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 2px;
    margin: auto;
    background: var(--mlya-stay-primary);
    content: "";
    transition: var(--mlya-stay-transition);
}

.mlya-stay-nav a:not(.mlya-stay-button):hover {
    color: var(--mlya-stay-primary);
}

.mlya-stay-nav a:not(.mlya-stay-button):hover::after {
    width: 100%;
}

.mlya-stay-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    background: var(--mlya-stay-rose);
    color: var(--mlya-stay-dark);
    font-size: 21px;
}

/* =========================================================
   HERO
========================================================= */

.mlya-stay-hero {
    position: relative;
    display: flex;
    min-height: 780px;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(31, 36, 42, 0.95) 0%,
            rgba(31, 36, 42, 0.8) 43%,
            rgba(31, 36, 42, 0.23) 74%,
            rgba(31, 36, 42, 0.04) 100%
        ),
        url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=2000&q=85")
        center/cover no-repeat;
}

.mlya-stay-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-stay-hero__content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 125px 0;
}

.mlya-stay-hero .mlya-stay-eyebrow {
    color: var(--mlya-stay-primary-light);
}

.mlya-stay-hero__title {
    margin-bottom: 25px;
    color: var(--mlya-stay-white);
    font-size: clamp(58px, 7vw, 94px);
    font-weight: 600;
}

.mlya-stay-hero__title span {
    color: var(--mlya-stay-secondary);
    font-style: italic;
}

.mlya-stay-hero__description {
    max-width: 680px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
}

.mlya-stay-hero__details {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 42px;
}

.mlya-stay-hero__detail {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.mlya-stay-hero__detail strong {
    display: block;
    color: var(--mlya-stay-white);
    font-size: 14px;
}

/* =========================================================
   DISPONIBILIDAD
========================================================= */

.mlya-stay-search {
    position: relative;
    z-index: 5;
    margin-top: -62px;
}

.mlya-stay-search__box {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 14px;
    padding: 25px;
    border-radius: var(--mlya-stay-radius-md);
    background: var(--mlya-stay-white);
    box-shadow: var(--mlya-stay-shadow-md);
}

.mlya-stay-search__field {
    display: grid;
    gap: 7px;
}

.mlya-stay-search__field label {
    color: var(--mlya-stay-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.mlya-stay-search__field input,
.mlya-stay-search__field select {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid var(--mlya-stay-border);
    border-radius: var(--mlya-stay-radius-sm);
    outline: none;
    background: var(--mlya-stay-gray);
    color: var(--mlya-stay-dark);
    font-family: var(--mlya-stay-font-body);
    font-size: 12px;
}

.mlya-stay-search .mlya-stay-button {
    align-self: end;
    min-height: 48px;
}

/* =========================================================
   BENEFICIOS
========================================================= */

.mlya-stay-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.mlya-stay-benefit {
    display: flex;
    min-height: 100%;
    align-items: flex-start;
    gap: 15px;
    padding: 28px;
    border: 1px solid var(--mlya-stay-border);
    border-radius: var(--mlya-stay-radius-md);
    background: var(--mlya-stay-white);
    box-shadow: var(--mlya-stay-shadow-sm);
}

.mlya-stay-benefit h3 {
    margin-bottom: 7px;
    font-family: var(--mlya-stay-font-body);
    font-size: 16px;
    font-weight: 700;
}

.mlya-stay-benefit p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   SOBRE EL ALOJAMIENTO
========================================================= */

.mlya-stay-about__media {
    position: relative;
    min-height: 610px;
}

.mlya-stay-about__image-main {
    width: 83%;
    height: 560px;
    overflow: hidden;
    border-radius: 34px;
    background: var(--mlya-stay-sand);
    box-shadow: var(--mlya-stay-shadow-md);
}

.mlya-stay-about__image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mlya-stay-about__image-small {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 49%;
    height: 255px;
    overflow: hidden;
    border: 9px solid var(--mlya-stay-cream);
    border-radius: 24px;
    background: var(--mlya-stay-sand);
    box-shadow: var(--mlya-stay-shadow-md);
}

.mlya-stay-about__image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mlya-stay-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: 50%;
    background: var(--mlya-stay-primary);
    color: var(--mlya-stay-white);
    text-align: center;
    box-shadow: var(--mlya-stay-shadow-md);
}

.mlya-stay-about__badge strong {
    font-family: var(--mlya-stay-font-title);
    font-size: 41px;
    font-weight: 700;
    line-height: 0.9;
}

.mlya-stay-about__badge span {
    max-width: 95px;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 1.4;
    text-transform: uppercase;
}

.mlya-stay-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55px;
}

.mlya-stay-about__list {
    display: grid;
    gap: 18px;
    margin: 30px 0 35px;
}

.mlya-stay-about__list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mlya-stay-check {
    display: inline-flex;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-stay-primary);
    color: var(--mlya-stay-white);
    font-size: 12px;
}

.mlya-stay-about__list-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--mlya-stay-dark);
    font-size: 14px;
}

.mlya-stay-about__list-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
   ESPACIOS
========================================================= */

.mlya-stay-space {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-stay-radius-md);
    background: var(--mlya-stay-white);
    box-shadow: var(--mlya-stay-shadow-sm);
    transition: var(--mlya-stay-transition);
}

.mlya-stay-space:hover {
    box-shadow: var(--mlya-stay-shadow-md);
    transform: translateY(-8px);
}

.mlya-stay-space__image {
    height: 285px;
    overflow: hidden;
    background: var(--mlya-stay-sand);
}

.mlya-stay-space__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-stay-space:hover .mlya-stay-space__image img {
    transform: scale(1.07);
}

.mlya-stay-space__body {
    padding: 27px;
}

.mlya-stay-space h3 {
    margin-bottom: 10px;
    font-size: 28px;
}

.mlya-stay-space p {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.65;
}

.mlya-stay-space__features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mlya-stay-space__feature {
    padding: 8px 11px;
    border-radius: var(--mlya-stay-radius-pill);
    background: var(--mlya-stay-gray);
    color: var(--mlya-stay-dark-soft);
    font-size: 10px;
    font-weight: 600;
}

/* =========================================================
   AMENIDADES
========================================================= */

.mlya-stay-amenity {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 32px 24px;
    border: 1px solid var(--mlya-stay-border);
    border-radius: var(--mlya-stay-radius-md);
    background: var(--mlya-stay-white);
    text-align: center;
    transition: var(--mlya-stay-transition);
}

.mlya-stay-amenity:hover {
    border-color: rgba(232, 93, 117, 0.4);
    box-shadow: var(--mlya-stay-shadow-sm);
    transform: translateY(-6px);
}

.mlya-stay-amenity .mlya-stay-icon {
    margin-bottom: 20px;
}

.mlya-stay-amenity h3 {
    margin-bottom: 9px;
    font-size: 22px;
}

.mlya-stay-amenity p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   EXPERIENCIA
========================================================= */

.mlya-stay-experience {
    background:
        linear-gradient(
            rgba(31, 36, 42, 0.83),
            rgba(31, 36, 42, 0.89)
        ),
        url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=2000&q=85")
        center/cover fixed no-repeat;
}

.mlya-stay-experience__box {
    max-width: 800px;
    padding: 65px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--mlya-stay-radius-lg);
    background: rgba(31, 36, 42, 0.7);
    backdrop-filter: blur(13px);
}

.mlya-stay-experience .mlya-stay-title {
    color: var(--mlya-stay-white);
}

.mlya-stay-experience .mlya-stay-description {
    color: rgba(255, 255, 255, 0.78);
}

.mlya-stay-experience__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 35px 0;
}

.mlya-stay-experience__item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--mlya-stay-white);
    font-size: 13px;
}

.mlya-stay-experience__item .mlya-stay-icon {
    width: 47px;
    height: 47px;
    flex-basis: 47px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-stay-secondary);
}

/* =========================================================
   TARIFAS
========================================================= */

.mlya-stay-rate {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 38px 32px;
    border: 1px solid var(--mlya-stay-border);
    border-radius: var(--mlya-stay-radius-md);
    background: var(--mlya-stay-white);
    transition: var(--mlya-stay-transition);
}

.mlya-stay-rate:hover {
    border-color: rgba(232, 93, 117, 0.42);
    box-shadow: var(--mlya-stay-shadow-md);
    transform: translateY(-7px);
}

.mlya-stay-rate--featured {
    border-color: var(--mlya-stay-primary);
    background: var(--mlya-stay-dark);
    color: rgba(255, 255, 255, 0.78);
    box-shadow: var(--mlya-stay-shadow-md);
    transform: translateY(-14px);
}

.mlya-stay-rate__label {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 12px;
    border-radius: var(--mlya-stay-radius-pill);
    background: var(--mlya-stay-secondary);
    color: var(--mlya-stay-dark);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
}

.mlya-stay-rate h3 {
    margin-bottom: 13px;
    font-size: 30px;
}

.mlya-stay-rate--featured h3,
.mlya-stay-rate--featured .mlya-stay-rate__price {
    color: var(--mlya-stay-white);
}

.mlya-stay-rate__subtitle {
    min-height: 44px;
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.6;
}

.mlya-stay-rate__price {
    margin-bottom: 25px;
    color: var(--mlya-stay-primary-dark);
    font-family: var(--mlya-stay-font-title);
    font-size: 43px;
    font-weight: 700;
}

.mlya-stay-rate__price small {
    font-family: var(--mlya-stay-font-body);
    font-size: 11px;
    font-weight: 500;
}

.mlya-stay-rate__list {
    display: grid;
    gap: 14px;
    margin: 0 0 30px;
    padding: 25px 0 0;
    border-top: 1px solid var(--mlya-stay-border);
    list-style: none;
}

.mlya-stay-rate--featured .mlya-stay-rate__list {
    border-color: rgba(255, 255, 255, 0.15);
}

.mlya-stay-rate__list li {
    display: flex;
    gap: 11px;
    font-size: 12px;
    line-height: 1.55;
}

.mlya-stay-rate__list li::before {
    color: var(--mlya-stay-primary);
    content: "✓";
    font-weight: 700;
}

.mlya-stay-rate--featured .mlya-stay-rate__list li::before {
    color: var(--mlya-stay-secondary);
}

.mlya-stay-rate .mlya-stay-button {
    width: 100%;
    margin-top: auto;
}

/* =========================================================
   GALERÍA
========================================================= */

.mlya-stay-gallery {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr 1fr;
    grid-template-rows: repeat(2, 285px);
    gap: 16px;
}

.mlya-stay-gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-stay-radius-md);
}

.mlya-stay-gallery__item:first-child {
    grid-row: span 2;
}

.mlya-stay-gallery__item:last-child {
    grid-column: span 2;
}

.mlya-stay-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-stay-gallery__item::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(31, 36, 42, 0.82),
            transparent 58%
        );
    content: "";
}

.mlya-stay-gallery__item:hover img {
    transform: scale(1.08);
}

.mlya-stay-gallery__caption {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 22px;
    left: 22px;
    color: var(--mlya-stay-white);
    font-size: 12px;
    font-weight: 700;
}

/* =========================================================
   UBICACIÓN
========================================================= */

.mlya-stay-location {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: var(--mlya-stay-radius-lg);
    background: var(--mlya-stay-white);
    box-shadow: var(--mlya-stay-shadow-md);
}

.mlya-stay-location__map {
    min-height: 520px;
    background:
        linear-gradient(
            rgba(31, 36, 42, 0.12),
            rgba(31, 36, 42, 0.12)
        ),
        url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1200&q=85")
        center/cover no-repeat;
}

.mlya-stay-location__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
}

.mlya-stay-location__list {
    display: grid;
    gap: 18px;
    margin: 30px 0;
}

.mlya-stay-location__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mlya-stay-location__item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--mlya-stay-dark);
    font-size: 14px;
}

.mlya-stay-location__item p {
    margin: 0;
    font-size: 12px;
    line-height: 1.6;
}

/* =========================================================
   TESTIMONIOS
========================================================= */

.mlya-stay-testimonial {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 34px;
    border-radius: var(--mlya-stay-radius-md);
    background: var(--mlya-stay-white);
    box-shadow: var(--mlya-stay-shadow-sm);
}

.mlya-stay-testimonial__stars {
    margin-bottom: 18px;
    color: var(--mlya-stay-secondary);
    letter-spacing: 3px;
}

.mlya-stay-testimonial__quote {
    flex: 1;
    margin: 0 0 25px;
    color: var(--mlya-stay-dark);
    font-family: var(--mlya-stay-font-title);
    font-size: 22px;
    line-height: 1.5;
}

.mlya-stay-testimonial__client {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--mlya-stay-border);
}

.mlya-stay-testimonial__client img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.mlya-stay-testimonial__client strong {
    display: block;
    color: var(--mlya-stay-dark);
    font-size: 13px;
}

.mlya-stay-testimonial__client span {
    font-size: 11px;
}

/* =========================================================
   CTA
========================================================= */

.mlya-stay-cta {
    overflow: hidden;
    border-radius: var(--mlya-stay-radius-lg);
    background:
        linear-gradient(
            90deg,
            rgba(169, 47, 72, 0.98),
            rgba(169, 47, 72, 0.91) 52%,
            rgba(169, 47, 72, 0.2)
        ),
        url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1800&q=85")
        center right/cover no-repeat;
    box-shadow: var(--mlya-stay-shadow-md);
}

.mlya-stay-cta__content {
    max-width: 730px;
    padding: 75px 70px;
}

.mlya-stay-cta__label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--mlya-stay-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-stay-cta h2 {
    margin-bottom: 20px;
    color: var(--mlya-stay-white);
    font-size: clamp(43px, 5vw, 65px);
}

.mlya-stay-cta p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.84);
}

/* =========================================================
   FORMULARIO DE RESERVA
========================================================= */

.mlya-stay-booking {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    overflow: hidden;
    border-radius: var(--mlya-stay-radius-lg);
    background: var(--mlya-stay-white);
    box-shadow: var(--mlya-stay-shadow-md);
}

.mlya-stay-booking__info {
    padding: 60px 50px;
    background:
        linear-gradient(
            rgba(31, 36, 42, 0.92),
            rgba(31, 36, 42, 0.92)
        ),
        url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=1000&q=85")
        center/cover no-repeat;
    color: rgba(255, 255, 255, 0.8);
}

.mlya-stay-booking__info h2 {
    color: var(--mlya-stay-white);
    font-size: 47px;
}

.mlya-stay-booking__details {
    display: grid;
    gap: 24px;
    margin-top: 35px;
}

.mlya-stay-booking__detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.mlya-stay-booking__detail .mlya-stay-icon {
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-stay-secondary);
}

.mlya-stay-booking__detail strong {
    display: block;
    margin-bottom: 4px;
    color: var(--mlya-stay-white);
    font-size: 13px;
}

.mlya-stay-booking__detail p,
.mlya-stay-booking__detail a {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.6;
}

.mlya-stay-booking__form {
    padding: 60px 55px;
}

.mlya-stay-booking__form h3 {
    margin-bottom: 7px;
    font-size: 36px;
}

.mlya-stay-booking__form > p {
    margin: 0 0 28px;
    font-size: 13px;
}

.mlya-stay-form {
    display: grid;
    gap: 18px;
}

.mlya-stay-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mlya-stay-field {
    display: grid;
    gap: 7px;
}

.mlya-stay-field label {
    color: var(--mlya-stay-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.mlya-stay-field input,
.mlya-stay-field select,
.mlya-stay-field textarea {
    width: 100%;
    min-height: 51px;
    padding: 13px 15px;
    border: 1px solid var(--mlya-stay-border);
    border-radius: var(--mlya-stay-radius-sm);
    outline: none;
    background: var(--mlya-stay-gray);
    color: var(--mlya-stay-dark);
    font-family: var(--mlya-stay-font-body);
    font-size: 13px;
    transition: var(--mlya-stay-transition);
}

.mlya-stay-field textarea {
    min-height: 115px;
    resize: vertical;
}

.mlya-stay-field input:focus,
.mlya-stay-field select:focus,
.mlya-stay-field textarea:focus {
    border-color: var(--mlya-stay-primary);
    background: var(--mlya-stay-white);
    box-shadow:
        0 0 0 3px rgba(232, 93, 117, 0.1);
}

/* =========================================================
   FAQ
========================================================= */

.mlya-stay-faq {
    display: grid;
    max-width: 900px;
    margin: auto;
    gap: 13px;
}

.mlya-stay-faq details {
    overflow: hidden;
    border: 1px solid var(--mlya-stay-border);
    border-radius: var(--mlya-stay-radius-sm);
    background: var(--mlya-stay-white);
}

.mlya-stay-faq summary {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    color: var(--mlya-stay-dark);
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}

.mlya-stay-faq summary::-webkit-details-marker {
    display: none;
}

.mlya-stay-faq summary::after {
    color: var(--mlya-stay-primary);
    content: "+";
    font-size: 24px;
}

.mlya-stay-faq details[open] {
    border-color: rgba(232, 93, 117, 0.42);
    box-shadow: var(--mlya-stay-shadow-sm);
}

.mlya-stay-faq details[open] summary::after {
    content: "−";
}

.mlya-stay-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    font-size: 13px;
}

/* =========================================================
   FOOTER
========================================================= */

.mlya-stay-footer {
    background: #191d22;
    color: rgba(255, 255, 255, 0.65);
}

.mlya-stay-footer__main {
    padding: 80px 0 55px;
}

.mlya-stay-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr 0.95fr 1.1fr;
    gap: 50px;
}

.mlya-stay-footer .mlya-stay-logo__name {
    color: var(--mlya-stay-white);
}

.mlya-stay-footer__about {
    max-width: 340px;
    margin: 24px 0;
    font-size: 12px;
}

.mlya-stay-footer h3 {
    margin-bottom: 23px;
    color: var(--mlya-stay-white);
    font-family: var(--mlya-stay-font-body);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-stay-footer__links {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mlya-stay-footer__links a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    transition: var(--mlya-stay-transition);
}

.mlya-stay-footer__links a:hover {
    color: var(--mlya-stay-primary-light);
    padding-left: 4px;
}

.mlya-stay-footer__contact {
    display: grid;
    gap: 15px;
}

.mlya-stay-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 12px;
    line-height: 1.7;
}

.mlya-stay-footer__contact-item a {
    color: inherit;
}

.mlya-stay-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.mlya-stay-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-stay-white);
    transition: var(--mlya-stay-transition);
}

.mlya-stay-social a:hover {
    border-color: var(--mlya-stay-primary);
    background: var(--mlya-stay-primary);
}

.mlya-stay-footer__bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mlya-stay-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 10px;
}

.mlya-stay-footer__bottom a {
    color: var(--mlya-stay-primary-light);
}

/* =========================================================
   WHATSAPP
========================================================= */

.mlya-stay-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-stay-white);
    border-radius: 18px;
    background: #25d366;
    color: var(--mlya-stay-white);
    font-size: 27px;
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.25);
    transition: var(--mlya-stay-transition);
}

.mlya-stay-whatsapp:hover {
    color: var(--mlya-stay-white);
    transform: scale(1.08) translateY(-3px);
}

/* =========================================================
   MENÚ MÓVIL
========================================================= */

@media (max-width: 900px) {
    .mlya-stay-header__inner {
        position: relative;
    }

    .mlya-stay-nav.mlya-stay-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-stay-border);
        border-radius: var(--mlya-stay-radius-md);
        background: var(--mlya-stay-white);
        box-shadow: var(--mlya-stay-shadow-md);
    }

    .mlya-stay-nav.mlya-stay-nav--open
    a:not(.mlya-stay-button) {
        padding: 13px 10px;
        border-bottom: 1px solid var(--mlya-stay-border);
    }

    .mlya-stay-nav.mlya-stay-nav--open .mlya-stay-button {
        margin-top: 15px;
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .mlya-stay-nav {
        gap: 16px;
    }

    .mlya-stay-nav a:not(.mlya-stay-button) {
        font-size: 11px;
    }

    .mlya-stay-search__box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-stay-search .mlya-stay-button {
        width: 100%;
    }

    .mlya-stay-benefits,
    .mlya-stay-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-stay-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mlya-stay-section {
        padding: 80px 0;
    }

    .mlya-stay-header__top {
        display: none;
    }

    .mlya-stay-nav {
        display: none;
    }

    .mlya-stay-menu-toggle {
        display: inline-flex;
    }

    .mlya-stay-grid--2,
    .mlya-stay-grid--3 {
        grid-template-columns: 1fr;
    }

    .mlya-stay-about__content {
        padding: 40px 0 0;
    }

    .mlya-stay-rate--featured {
        transform: none;
    }

    .mlya-stay-location,
    .mlya-stay-booking {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .mlya-stay-container {
        width: min(100% - 28px, var(--mlya-stay-container));
    }

    .mlya-stay-section {
        padding: 68px 0;
    }

    .mlya-stay-title {
        font-size: 41px;
    }

    .mlya-stay-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .mlya-stay-button {
        width: 100%;
    }

    .mlya-stay-logo__name {
        font-size: 21px;
    }

    .mlya-stay-hero {
        min-height: 690px;
        background:
            linear-gradient(
                rgba(31, 36, 42, 0.86),
                rgba(31, 36, 42, 0.92)
            ),
            url("https://images.unsplash.com/photo-1600566753190-17f0baa2a6c3?auto=format&fit=crop&w=1200&q=85")
            center/cover no-repeat;
    }

    .mlya-stay-hero__content {
        padding: 90px 0;
    }

    .mlya-stay-hero__title {
        font-size: 52px;
    }

    .mlya-stay-hero__details {
        display: grid;
        gap: 17px;
    }

    .mlya-stay-search {
        margin-top: -35px;
    }

    .mlya-stay-search__box,
    .mlya-stay-benefits,
    .mlya-stay-grid--4 {
        grid-template-columns: 1fr;
    }

    .mlya-stay-about__media {
        min-height: 490px;
    }

    .mlya-stay-about__image-main {
        width: 89%;
        height: 430px;
    }

    .mlya-stay-about__image-small {
        height: 190px;
    }

    .mlya-stay-about__badge {
        top: 25px;
        width: 118px;
        height: 118px;
    }

    .mlya-stay-experience {
        background-attachment: scroll;
    }

    .mlya-stay-experience__box {
        padding: 38px 24px;
    }

    .mlya-stay-experience__items {
        grid-template-columns: 1fr;
    }

    .mlya-stay-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 210px);
    }

    .mlya-stay-gallery__item:first-child {
        grid-row: span 1;
    }

    .mlya-stay-gallery__item:last-child {
        grid-column: span 2;
    }

    .mlya-stay-location__map {
        min-height: 340px;
    }

    .mlya-stay-location__content {
        padding: 45px 24px;
    }

    .mlya-stay-cta {
        background:
            linear-gradient(
                rgba(169, 47, 72, 0.94),
                rgba(169, 47, 72, 0.94)
            ),
            url("https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1000&q=85")
            center/cover no-repeat;
    }

    .mlya-stay-cta__content,
    .mlya-stay-booking__info,
    .mlya-stay-booking__form {
        padding: 45px 24px;
    }

    .mlya-stay-cta__content {
        text-align: center;
    }

    .mlya-stay-form__row {
        grid-template-columns: 1fr;
    }

    .mlya-stay-footer__grid {
        grid-template-columns: 1fr;
    }

    .mlya-stay-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}/* End custom CSS */