.elementor-2360 .elementor-element.elementor-element-4ae7a71{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-042501e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-478efe9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-0b686fa{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-d87428b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-915a5ac{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-7f0d929{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-43e0a92{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-70d7f86{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-7f50038{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-cff3730{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-f54a298{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-380b0f6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-5cacf46{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2360 .elementor-element.elementor-element-7b3e240{--display:flex;}.elementor-2360 .elementor-element.elementor-element-9af59e2{text-align:center;}.elementor-2360 .elementor-element.elementor-element-4d63f8c{--spacer-size:50px;}/* Start custom CSS *//* =========================================================
   MILANDINGYA.ONLINE
   DEMO UNIVERSAL: HOTEL
   Prefijo exclusivo: mlya-hotel-
========================================================= */

@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-hotel-primary: #a67c52;
    --mlya-hotel-primary-dark: #6e4b2f;
    --mlya-hotel-primary-light: #d8b98f;

    --mlya-hotel-secondary: #c9a227;
    --mlya-hotel-secondary-dark: #8d6f12;

    --mlya-hotel-cream: #f8f4ee;
    --mlya-hotel-beige: #ede3d4;
    --mlya-hotel-white: #ffffff;
    --mlya-hotel-dark: #1d1a17;
    --mlya-hotel-dark-soft: #2b2622;
    --mlya-hotel-text: #665f58;
    --mlya-hotel-muted: #958c84;
    --mlya-hotel-border: rgba(110, 75, 47, 0.14);

    --mlya-hotel-font-title: "Playfair Display", Georgia, serif;
    --mlya-hotel-font-body: "DM Sans", Arial, sans-serif;

    --mlya-hotel-container: 1200px;

    --mlya-hotel-radius-sm: 12px;
    --mlya-hotel-radius-md: 22px;
    --mlya-hotel-radius-lg: 34px;
    --mlya-hotel-radius-pill: 999px;

    --mlya-hotel-shadow-sm: 0 10px 30px rgba(38, 30, 23, 0.08);
    --mlya-hotel-shadow-md: 0 22px 60px rgba(38, 30, 23, 0.14);
    --mlya-hotel-shadow-lg: 0 30px 90px rgba(38, 30, 23, 0.2);

    --mlya-hotel-transition: all 0.3s ease;
}

/* =========================================================
   RESET GENERAL
========================================================= */

.mlya-hotel-section,
.mlya-hotel-section *,
.mlya-hotel-header,
.mlya-hotel-header *,
.mlya-hotel-footer,
.mlya-hotel-footer * {
    box-sizing: border-box;
}

.mlya-hotel-section,
.mlya-hotel-header,
.mlya-hotel-footer {
    font-family: var(--mlya-hotel-font-body);
    color: var(--mlya-hotel-text);
}

.mlya-hotel-section img,
.mlya-hotel-header img,
.mlya-hotel-footer img {
    display: block;
    max-width: 100%;
}

.mlya-hotel-section a,
.mlya-hotel-header a,
.mlya-hotel-footer a {
    text-decoration: none;
}

.mlya-hotel-section h1,
.mlya-hotel-section h2,
.mlya-hotel-section h3,
.mlya-hotel-section h4,
.mlya-hotel-header h1,
.mlya-hotel-footer h2,
.mlya-hotel-footer h3 {
    margin-top: 0;
    color: var(--mlya-hotel-dark);
    font-family: var(--mlya-hotel-font-title);
    line-height: 1.08;
}

.mlya-hotel-section p,
.mlya-hotel-header p,
.mlya-hotel-footer p {
    line-height: 1.75;
}

.mlya-hotel-container {
    width: min(100% - 40px, var(--mlya-hotel-container));
    margin-inline: auto;
}

.mlya-hotel-section {
    position: relative;
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.mlya-hotel-section--white {
    background: var(--mlya-hotel-white);
}

.mlya-hotel-section--cream {
    background: var(--mlya-hotel-cream);
}

.mlya-hotel-section--beige {
    background: var(--mlya-hotel-beige);
}

.mlya-hotel-section--dark {
    background: var(--mlya-hotel-dark);
    color: rgba(255, 255, 255, 0.76);
}

/* =========================================================
   UTILIDADES
========================================================= */

.mlya-hotel-grid {
    display: grid;
    gap: 30px;
}

.mlya-hotel-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mlya-hotel-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mlya-hotel-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mlya-hotel-align-center {
    text-align: center;
}

.mlya-hotel-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--mlya-hotel-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.mlya-hotel-eyebrow::before {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.mlya-hotel-align-center .mlya-hotel-eyebrow::after {
    width: 34px;
    height: 1px;
    background: currentColor;
    content: "";
}

.mlya-hotel-title {
    max-width: 880px;
    margin-bottom: 20px;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 600;
}

.mlya-hotel-title--small {
    font-size: clamp(36px, 4vw, 54px);
}

.mlya-hotel-align-center .mlya-hotel-title,
.mlya-hotel-align-center .mlya-hotel-description {
    margin-right: auto;
    margin-left: auto;
}

.mlya-hotel-description {
    max-width: 740px;
    margin-bottom: 0;
    font-size: 16px;
}

.mlya-hotel-section-heading {
    margin-bottom: 55px;
}

/* =========================================================
   BOTONES
========================================================= */

.mlya-hotel-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.mlya-hotel-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-hotel-radius-pill);
    font-family: var(--mlya-hotel-font-body);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    transition: var(--mlya-hotel-transition);
    cursor: pointer;
}

.mlya-hotel-button--primary {
    background: var(--mlya-hotel-primary);
    color: var(--mlya-hotel-white);
    box-shadow: 0 12px 30px rgba(166, 124, 82, 0.28);
}

.mlya-hotel-button--primary:hover {
    background: var(--mlya-hotel-primary-dark);
    color: var(--mlya-hotel-white);
    transform: translateY(-3px);
}

.mlya-hotel-button--gold {
    background: var(--mlya-hotel-secondary);
    color: var(--mlya-hotel-dark);
}

.mlya-hotel-button--gold:hover {
    background: var(--mlya-hotel-secondary-dark);
    color: var(--mlya-hotel-white);
    transform: translateY(-3px);
}

.mlya-hotel-button--outline {
    border-color: var(--mlya-hotel-primary);
    background: transparent;
    color: var(--mlya-hotel-primary-dark);
}

.mlya-hotel-button--outline:hover {
    background: var(--mlya-hotel-primary);
    color: var(--mlya-hotel-white);
    transform: translateY(-3px);
}

.mlya-hotel-button--light {
    border-color: rgba(255, 255, 255, 0.58);
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-hotel-white);
    backdrop-filter: blur(8px);
}

.mlya-hotel-button--light:hover {
    border-color: var(--mlya-hotel-white);
    background: var(--mlya-hotel-white);
    color: var(--mlya-hotel-dark);
}

/* =========================================================
   ICONOS
========================================================= */

.mlya-hotel-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-hotel-beige);
    color: var(--mlya-hotel-primary-dark);
    font-size: 23px;
}

/* =========================================================
   HEADER
========================================================= */

.mlya-hotel-header {
    position: relative;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid var(--mlya-hotel-border);
    background: rgba(255, 255, 255, 0.97);
}

.mlya-hotel-header__top {
    padding: 9px 0;
    background: var(--mlya-hotel-dark);
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
}

.mlya-hotel-header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.mlya-hotel-header__top-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.mlya-hotel-header__top a {
    color: inherit;
    transition: var(--mlya-hotel-transition);
}

.mlya-hotel-header__top a:hover {
    color: var(--mlya-hotel-primary-light);
}

.mlya-hotel-header__main {
    padding: 18px 0;
}

.mlya-hotel-header__inner {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.mlya-hotel-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.mlya-hotel-logo__symbol {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-hotel-primary-dark);
    color: var(--mlya-hotel-white);
    font-family: var(--mlya-hotel-font-title);
    font-size: 23px;
    font-weight: 700;
}

.mlya-hotel-logo__text {
    display: flex;
    flex-direction: column;
}

.mlya-hotel-logo__name {
    color: var(--mlya-hotel-dark);
    font-family: var(--mlya-hotel-font-title);
    font-size: 27px;
    font-weight: 700;
    line-height: 0.95;
}

.mlya-hotel-logo__tagline {
    margin-top: 6px;
    color: var(--mlya-hotel-primary);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-hotel-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.mlya-hotel-nav a:not(.mlya-hotel-button) {
    position: relative;
    padding: 10px 0;
    color: var(--mlya-hotel-dark);
    font-size: 13px;
    font-weight: 600;
    transition: var(--mlya-hotel-transition);
}

.mlya-hotel-nav a:not(.mlya-hotel-button)::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    width: 0;
    height: 1px;
    margin: auto;
    background: var(--mlya-hotel-primary);
    content: "";
    transition: var(--mlya-hotel-transition);
}

.mlya-hotel-nav a:not(.mlya-hotel-button):hover {
    color: var(--mlya-hotel-primary);
}

.mlya-hotel-nav a:not(.mlya-hotel-button):hover::after {
    width: 100%;
}

.mlya-hotel-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--mlya-hotel-beige);
    color: var(--mlya-hotel-dark);
    font-size: 21px;
}

/* =========================================================
   HERO
========================================================= */

.mlya-hotel-hero {
    position: relative;
    display: flex;
    min-height: 780px;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(
            90deg,
            rgba(26, 22, 18, 0.94) 0%,
            rgba(26, 22, 18, 0.79) 43%,
            rgba(26, 22, 18, 0.22) 74%,
            rgba(26, 22, 18, 0.04) 100%
        ),
        url("https://images.unsplash.com/photo-1564501049412-61c2a3083791?auto=format&fit=crop&w=2000&q=85")
        center/cover no-repeat;
}

.mlya-hotel-hero::after {
    position: absolute;
    right: -180px;
    bottom: -210px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    content: "";
}

.mlya-hotel-hero__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 125px 0;
}

.mlya-hotel-hero .mlya-hotel-eyebrow {
    color: var(--mlya-hotel-primary-light);
}

.mlya-hotel-hero__title {
    margin-bottom: 25px;
    color: var(--mlya-hotel-white);
    font-size: clamp(58px, 7vw, 95px);
    font-weight: 600;
}

.mlya-hotel-hero__title span {
    color: var(--mlya-hotel-secondary);
    font-style: italic;
}

.mlya-hotel-hero__description {
    max-width: 640px;
    margin-bottom: 34px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
}

.mlya-hotel-hero__details {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    margin-top: 42px;
}

.mlya-hotel-hero__detail {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.mlya-hotel-hero__detail strong {
    display: block;
    color: var(--mlya-hotel-white);
    font-size: 14px;
}

/* =========================================================
   BUSCADOR DE DISPONIBILIDAD
========================================================= */

.mlya-hotel-search {
    position: relative;
    z-index: 5;
    margin-top: -62px;
}

.mlya-hotel-search__box {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
    gap: 14px;
    padding: 25px;
    border-radius: var(--mlya-hotel-radius-md);
    background: var(--mlya-hotel-white);
    box-shadow: var(--mlya-hotel-shadow-md);
}

.mlya-hotel-search__field {
    display: grid;
    gap: 7px;
}

.mlya-hotel-search__field label {
    color: var(--mlya-hotel-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.mlya-hotel-search__field input,
.mlya-hotel-search__field select {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid var(--mlya-hotel-border);
    border-radius: var(--mlya-hotel-radius-sm);
    outline: none;
    background: var(--mlya-hotel-cream);
    color: var(--mlya-hotel-dark);
    font-family: var(--mlya-hotel-font-body);
    font-size: 12px;
}

.mlya-hotel-search .mlya-hotel-button {
    align-self: end;
    min-height: 48px;
}

/* =========================================================
   BENEFICIOS
========================================================= */

.mlya-hotel-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.mlya-hotel-benefit {
    display: flex;
    min-height: 100%;
    align-items: flex-start;
    gap: 15px;
    padding: 28px;
    border: 1px solid var(--mlya-hotel-border);
    border-radius: var(--mlya-hotel-radius-md);
    background: var(--mlya-hotel-white);
    box-shadow: var(--mlya-hotel-shadow-sm);
}

.mlya-hotel-benefit h3 {
    margin-bottom: 7px;
    font-family: var(--mlya-hotel-font-body);
    font-size: 16px;
    font-weight: 700;
}

.mlya-hotel-benefit p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   SOBRE EL HOTEL
========================================================= */

.mlya-hotel-about__media {
    position: relative;
    min-height: 610px;
}

.mlya-hotel-about__image-main {
    width: 83%;
    height: 560px;
    overflow: hidden;
    border-radius: 34px;
    background: var(--mlya-hotel-beige);
    box-shadow: var(--mlya-hotel-shadow-md);
}

.mlya-hotel-about__image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-hotel-about__image-small {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 49%;
    height: 255px;
    overflow: hidden;
    border: 9px solid var(--mlya-hotel-cream);
    border-radius: 24px;
    background: var(--mlya-hotel-beige);
    box-shadow: var(--mlya-hotel-shadow-md);
}

.mlya-hotel-about__image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mlya-hotel-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-hotel-primary);
    color: var(--mlya-hotel-white);
    text-align: center;
    box-shadow: var(--mlya-hotel-shadow-md);
}

.mlya-hotel-about__badge strong {
    font-family: var(--mlya-hotel-font-title);
    font-size: 42px;
    font-weight: 700;
    line-height: 0.9;
}

.mlya-hotel-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-hotel-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 55px;
}

.mlya-hotel-about__list {
    display: grid;
    gap: 18px;
    margin: 30px 0 35px;
}

.mlya-hotel-about__list-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.mlya-hotel-check {
    display: inline-flex;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--mlya-hotel-primary);
    color: var(--mlya-hotel-white);
    font-size: 12px;
}

.mlya-hotel-about__list-item strong {
    display: block;
    margin-bottom: 3px;
    color: var(--mlya-hotel-dark);
    font-size: 14px;
}

.mlya-hotel-about__list-item p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
   HABITACIONES
========================================================= */

.mlya-hotel-room {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-hotel-radius-md);
    background: var(--mlya-hotel-white);
    box-shadow: var(--mlya-hotel-shadow-sm);
    transition: var(--mlya-hotel-transition);
}

.mlya-hotel-room:hover {
    box-shadow: var(--mlya-hotel-shadow-md);
    transform: translateY(-8px);
}

.mlya-hotel-room__image {
    position: relative;
    height: 290px;
    overflow: hidden;
    background: var(--mlya-hotel-beige);
}

.mlya-hotel-room__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-hotel-room:hover .mlya-hotel-room__image img {
    transform: scale(1.07);
}

.mlya-hotel-room__badge {
    position: absolute;
    z-index: 2;
    top: 17px;
    left: 17px;
    padding: 7px 12px;
    border-radius: var(--mlya-hotel-radius-pill);
    background: var(--mlya-hotel-primary);
    color: var(--mlya-hotel-white);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.mlya-hotel-room__body {
    padding: 27px;
}

.mlya-hotel-room h3 {
    margin-bottom: 12px;
    font-size: 29px;
}

.mlya-hotel-room p {
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 1.65;
}

.mlya-hotel-room__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 20px;
}

.mlya-hotel-room__feature {
    padding: 10px 8px;
    border-radius: 10px;
    background: var(--mlya-hotel-cream);
    color: var(--mlya-hotel-text);
    font-size: 10px;
    text-align: center;
}

.mlya-hotel-room__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid var(--mlya-hotel-border);
}

.mlya-hotel-room__price {
    color: var(--mlya-hotel-dark);
    font-family: var(--mlya-hotel-font-title);
    font-size: 25px;
    font-weight: 700;
}

.mlya-hotel-room__price small {
    display: block;
    margin-top: 3px;
    color: var(--mlya-hotel-muted);
    font-family: var(--mlya-hotel-font-body);
    font-size: 9px;
    font-weight: 500;
}

/* =========================================================
   AMENIDADES
========================================================= */

.mlya-hotel-amenity {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 32px 24px;
    border: 1px solid var(--mlya-hotel-border);
    border-radius: var(--mlya-hotel-radius-md);
    background: var(--mlya-hotel-white);
    text-align: center;
    transition: var(--mlya-hotel-transition);
}

.mlya-hotel-amenity:hover {
    border-color: rgba(166, 124, 82, 0.4);
    box-shadow: var(--mlya-hotel-shadow-sm);
    transform: translateY(-6px);
}

.mlya-hotel-amenity .mlya-hotel-icon {
    margin-bottom: 20px;
}

.mlya-hotel-amenity h3 {
    margin-bottom: 9px;
    font-size: 23px;
}

.mlya-hotel-amenity p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
}

/* =========================================================
   EXPERIENCIA
========================================================= */

.mlya-hotel-experience {
    background:
        linear-gradient(rgba(29, 26, 23, 0.82), rgba(29, 26, 23, 0.87)),
        url("https://images.unsplash.com/photo-1540541338287-41700207dee6?auto=format&fit=crop&w=2000&q=85")
        center/cover fixed no-repeat;
}

.mlya-hotel-experience__box {
    max-width: 780px;
    margin-left: auto;
    padding: 65px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--mlya-hotel-radius-lg);
    background: rgba(29, 26, 23, 0.68);
    backdrop-filter: blur(13px);
}

.mlya-hotel-experience .mlya-hotel-title {
    color: var(--mlya-hotel-white);
}

.mlya-hotel-experience .mlya-hotel-description {
    color: rgba(255, 255, 255, 0.76);
}

.mlya-hotel-experience__items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 35px 0;
}

.mlya-hotel-experience__item {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--mlya-hotel-white);
    font-size: 13px;
}

.mlya-hotel-experience__item .mlya-hotel-icon {
    width: 47px;
    height: 47px;
    flex-basis: 47px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-hotel-secondary);
}

/* =========================================================
   PAQUETES
========================================================= */

.mlya-hotel-package {
    position: relative;
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 38px 32px;
    border: 1px solid var(--mlya-hotel-border);
    border-radius: var(--mlya-hotel-radius-md);
    background: var(--mlya-hotel-white);
    transition: var(--mlya-hotel-transition);
}

.mlya-hotel-package:hover {
    border-color: rgba(166, 124, 82, 0.42);
    box-shadow: var(--mlya-hotel-shadow-md);
    transform: translateY(-7px);
}

.mlya-hotel-package--featured {
    border-color: var(--mlya-hotel-primary);
    background: var(--mlya-hotel-primary-dark);
    color: rgba(255, 255, 255, 0.77);
    box-shadow: var(--mlya-hotel-shadow-md);
    transform: translateY(-14px);
}

.mlya-hotel-package--featured:hover {
    transform: translateY(-20px);
}

.mlya-hotel-package__label {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 12px;
    border-radius: var(--mlya-hotel-radius-pill);
    background: var(--mlya-hotel-secondary);
    color: var(--mlya-hotel-dark);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-hotel-package h3 {
    margin-bottom: 13px;
    font-size: 31px;
}

.mlya-hotel-package--featured h3,
.mlya-hotel-package--featured .mlya-hotel-package__price {
    color: var(--mlya-hotel-white);
}

.mlya-hotel-package__subtitle {
    min-height: 44px;
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.6;
}

.mlya-hotel-package__price {
    margin-bottom: 25px;
    color: var(--mlya-hotel-primary-dark);
    font-family: var(--mlya-hotel-font-title);
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
}

.mlya-hotel-package__price small {
    font-family: var(--mlya-hotel-font-body);
    font-size: 11px;
    font-weight: 500;
}

.mlya-hotel-package__list {
    display: grid;
    gap: 14px;
    margin: 0 0 30px;
    padding: 25px 0 0;
    border-top: 1px solid var(--mlya-hotel-border);
    list-style: none;
}

.mlya-hotel-package--featured .mlya-hotel-package__list {
    border-color: rgba(255, 255, 255, 0.15);
}

.mlya-hotel-package__list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    font-size: 12px;
    line-height: 1.55;
}

.mlya-hotel-package__list li::before {
    color: var(--mlya-hotel-primary);
    content: "✓";
    font-weight: 700;
}

.mlya-hotel-package--featured .mlya-hotel-package__list li::before {
    color: var(--mlya-hotel-secondary);
}

.mlya-hotel-package .mlya-hotel-button {
    width: 100%;
    margin-top: auto;
}

/* =========================================================
   GALERÍA
========================================================= */

.mlya-hotel-gallery {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr 1fr;
    grid-template-rows: repeat(2, 285px);
    gap: 16px;
}

.mlya-hotel-gallery__item {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-hotel-radius-md);
}

.mlya-hotel-gallery__item:first-child {
    grid-row: span 2;
}

.mlya-hotel-gallery__item:last-child {
    grid-column: span 2;
}

.mlya-hotel-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s ease;
}

.mlya-hotel-gallery__item::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(29, 26, 23, 0.76), transparent 55%);
    content: "";
    opacity: 0;
    transition: var(--mlya-hotel-transition);
}

.mlya-hotel-gallery__item:hover img {
    transform: scale(1.08);
}

.mlya-hotel-gallery__item:hover::after {
    opacity: 1;
}

.mlya-hotel-gallery__caption {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 22px;
    left: 22px;
    color: var(--mlya-hotel-white);
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(10px);
    transition: var(--mlya-hotel-transition);
}

.mlya-hotel-gallery__item:hover .mlya-hotel-gallery__caption {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================
   TESTIMONIOS
========================================================= */

.mlya-hotel-testimonial {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    padding: 34px;
    border-radius: var(--mlya-hotel-radius-md);
    background: var(--mlya-hotel-white);
    box-shadow: var(--mlya-hotel-shadow-sm);
}

.mlya-hotel-testimonial__stars {
    margin-bottom: 18px;
    color: var(--mlya-hotel-secondary);
    font-size: 16px;
    letter-spacing: 3px;
}

.mlya-hotel-testimonial__quote {
    flex: 1;
    margin: 0 0 25px;
    color: var(--mlya-hotel-dark);
    font-family: var(--mlya-hotel-font-title);
    font-size: 23px;
    font-style: italic;
    line-height: 1.5;
}

.mlya-hotel-testimonial__client {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 20px;
    border-top: 1px solid var(--mlya-hotel-border);
}

.mlya-hotel-testimonial__client img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.mlya-hotel-testimonial__client strong {
    display: block;
    color: var(--mlya-hotel-dark);
    font-size: 13px;
}

.mlya-hotel-testimonial__client span {
    font-size: 11px;
}

/* =========================================================
   CTA
========================================================= */

.mlya-hotel-cta {
    position: relative;
    overflow: hidden;
    border-radius: var(--mlya-hotel-radius-lg);
    background:
        linear-gradient(
            90deg,
            rgba(110, 75, 47, 0.98) 0%,
            rgba(110, 75, 47, 0.91) 52%,
            rgba(110, 75, 47, 0.23) 100%
        ),
        url("https://images.unsplash.com/photo-1542314831-068cd1dbfeeb?auto=format&fit=crop&w=1800&q=85")
        center right/cover no-repeat;
    box-shadow: var(--mlya-hotel-shadow-md);
}

.mlya-hotel-cta__content {
    max-width: 710px;
    padding: 75px 70px;
}

.mlya-hotel-cta__label {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--mlya-hotel-secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mlya-hotel-cta h2 {
    margin-bottom: 20px;
    color: var(--mlya-hotel-white);
    font-size: clamp(43px, 5vw, 65px);
}

.mlya-hotel-cta p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.82);
}

/* =========================================================
   RESERVACIÓN
========================================================= */

.mlya-hotel-booking {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    overflow: hidden;
    border-radius: var(--mlya-hotel-radius-lg);
    background: var(--mlya-hotel-white);
    box-shadow: var(--mlya-hotel-shadow-md);
}

.mlya-hotel-booking__info {
    position: relative;
    padding: 60px 50px;
    background:
        linear-gradient(rgba(29, 26, 23, 0.91), rgba(29, 26, 23, 0.91)),
        url("https://images.unsplash.com/photo-1566665797739-1674de7a421a?auto=format&fit=crop&w=1000&q=85")
        center/cover no-repeat;
    color: rgba(255, 255, 255, 0.78);
}

.mlya-hotel-booking__info h2 {
    color: var(--mlya-hotel-white);
    font-size: 47px;
}

.mlya-hotel-booking__details {
    display: grid;
    gap: 24px;
    margin-top: 35px;
}

.mlya-hotel-booking__detail {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.mlya-hotel-booking__detail .mlya-hotel-icon {
    background: rgba(255, 255, 255, 0.1);
    color: var(--mlya-hotel-secondary);
}

.mlya-hotel-booking__detail strong {
    display: block;
    margin-bottom: 4px;
    color: var(--mlya-hotel-white);
    font-size: 13px;
}

.mlya-hotel-booking__detail p,
.mlya-hotel-booking__detail a {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 1.6;
}

.mlya-hotel-booking__form {
    padding: 60px 55px;
}

.mlya-hotel-booking__form h3 {
    margin-bottom: 7px;
    font-size: 37px;
}

.mlya-hotel-booking__form > p {
    margin: 0 0 28px;
    font-size: 13px;
}

.mlya-hotel-form {
    display: grid;
    gap: 18px;
}

.mlya-hotel-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mlya-hotel-field {
    display: grid;
    gap: 7px;
}

.mlya-hotel-field label {
    color: var(--mlya-hotel-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.mlya-hotel-field input,
.mlya-hotel-field select,
.mlya-hotel-field textarea {
    width: 100%;
    min-height: 51px;
    padding: 13px 15px;
    border: 1px solid var(--mlya-hotel-border);
    border-radius: var(--mlya-hotel-radius-sm);
    outline: none;
    background: var(--mlya-hotel-cream);
    color: var(--mlya-hotel-dark);
    font-family: var(--mlya-hotel-font-body);
    font-size: 13px;
    transition: var(--mlya-hotel-transition);
}

.mlya-hotel-field textarea {
    min-height: 110px;
    resize: vertical;
}

.mlya-hotel-field input:focus,
.mlya-hotel-field select:focus,
.mlya-hotel-field textarea:focus {
    border-color: var(--mlya-hotel-primary);
    background: var(--mlya-hotel-white);
    box-shadow: 0 0 0 3px rgba(166, 124, 82, 0.1);
}

/* =========================================================
   FAQ
========================================================= */

.mlya-hotel-faq {
    display: grid;
    max-width: 900px;
    margin: auto;
    gap: 13px;
}

.mlya-hotel-faq details {
    overflow: hidden;
    border: 1px solid var(--mlya-hotel-border);
    border-radius: var(--mlya-hotel-radius-sm);
    background: var(--mlya-hotel-white);
}

.mlya-hotel-faq summary {
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 22px;
    color: var(--mlya-hotel-dark);
    font-size: 14px;
    font-weight: 700;
    list-style: none;
    cursor: pointer;
}

.mlya-hotel-faq summary::-webkit-details-marker {
    display: none;
}

.mlya-hotel-faq summary::after {
    color: var(--mlya-hotel-primary);
    content: "+";
    font-size: 24px;
}

.mlya-hotel-faq details[open] {
    border-color: rgba(166, 124, 82, 0.45);
    box-shadow: var(--mlya-hotel-shadow-sm);
}

.mlya-hotel-faq details[open] summary::after {
    content: "−";
}

.mlya-hotel-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    font-size: 13px;
}

/* =========================================================
   FOOTER
========================================================= */

.mlya-hotel-footer {
    background: #17130f;
    color: rgba(255, 255, 255, 0.65);
}

.mlya-hotel-footer__main {
    padding: 80px 0 55px;
}

.mlya-hotel-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.75fr 0.95fr 1.1fr;
    gap: 50px;
}

.mlya-hotel-footer .mlya-hotel-logo__name {
    color: var(--mlya-hotel-white);
}

.mlya-hotel-footer__about {
    max-width: 330px;
    margin: 24px 0;
    font-size: 12px;
}

.mlya-hotel-footer h3 {
    margin-bottom: 23px;
    color: var(--mlya-hotel-white);
    font-family: var(--mlya-hotel-font-body);
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mlya-hotel-footer__links {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mlya-hotel-footer__links a {
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    transition: var(--mlya-hotel-transition);
}

.mlya-hotel-footer__links a:hover {
    color: var(--mlya-hotel-primary-light);
    padding-left: 4px;
}

.mlya-hotel-footer__contact {
    display: grid;
    gap: 15px;
}

.mlya-hotel-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 12px;
    line-height: 1.7;
}

.mlya-hotel-footer__contact-item a {
    color: inherit;
}

.mlya-hotel-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.mlya-hotel-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: 50%;
    color: var(--mlya-hotel-white);
    transition: var(--mlya-hotel-transition);
}

.mlya-hotel-social a:hover {
    border-color: var(--mlya-hotel-primary);
    background: var(--mlya-hotel-primary);
    transform: translateY(-3px);
}

.mlya-hotel-footer__bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.mlya-hotel-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 10px;
}

.mlya-hotel-footer__bottom a {
    color: var(--mlya-hotel-primary-light);
}

/* =========================================================
   WHATSAPP
========================================================= */

.mlya-hotel-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-hotel-white);
    border-radius: 50%;
    background: #25d366;
    color: var(--mlya-hotel-white);
    font-size: 27px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
    transition: var(--mlya-hotel-transition);
}

.mlya-hotel-whatsapp:hover {
    color: var(--mlya-hotel-white);
    transform: scale(1.08) translateY(-3px);
}

/* =========================================================
   ANIMACIONES
========================================================= */

@keyframes mlyaHotelFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mlya-hotel-animate {
    animation: mlyaHotelFadeUp 0.8s ease both;
}

/* =========================================================
   MENÚ MÓVIL
========================================================= */

@media (max-width: 900px) {
    .mlya-hotel-header__inner {
        position: relative;
    }

    .mlya-hotel-nav.mlya-hotel-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-hotel-border);
        border-radius: var(--mlya-hotel-radius-md);
        background: var(--mlya-hotel-white);
        box-shadow: var(--mlya-hotel-shadow-md);
    }

    .mlya-hotel-nav.mlya-hotel-nav--open a:not(.mlya-hotel-button) {
        padding: 13px 10px;
        border-bottom: 1px solid var(--mlya-hotel-border);
    }

    .mlya-hotel-nav.mlya-hotel-nav--open .mlya-hotel-button {
        margin-top: 15px;
    }
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
    .mlya-hotel-nav {
        gap: 16px;
    }

    .mlya-hotel-nav a:not(.mlya-hotel-button) {
        font-size: 11px;
    }

    .mlya-hotel-search__box {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-hotel-search .mlya-hotel-button {
        width: 100%;
    }

    .mlya-hotel-benefits,
    .mlya-hotel-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlya-hotel-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .mlya-hotel-section {
        padding: 80px 0;
    }

    .mlya-hotel-header__top {
        display: none;
    }

    .mlya-hotel-nav {
        display: none;
    }

    .mlya-hotel-menu-toggle {
        display: inline-flex;
    }

    .mlya-hotel-grid--2,
    .mlya-hotel-grid--3 {
        grid-template-columns: 1fr;
    }

    .mlya-hotel-about__content {
        padding: 40px 0 0;
    }

    .mlya-hotel-package--featured {
        transform: none;
    }

    .mlya-hotel-package--featured:hover {
        transform: translateY(-7px);
    }

    .mlya-hotel-booking {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .mlya-hotel-container {
        width: min(100% - 28px, var(--mlya-hotel-container));
    }

    .mlya-hotel-section {
        padding: 68px 0;
    }

    .mlya-hotel-title {
        font-size: 41px;
    }

    .mlya-hotel-buttons {
        align-items: stretch;
        flex-direction: column;
    }

    .mlya-hotel-button {
        width: 100%;
    }

    .mlya-hotel-logo__name {
        font-size: 23px;
    }

    .mlya-hotel-hero {
        min-height: 690px;
        background:
            linear-gradient(rgba(26, 22, 18, 0.82), rgba(26, 22, 18, 0.88)),
            url("https://images.unsplash.com/photo-1564501049412-61c2a3083791?auto=format&fit=crop&w=1200&q=85")
            center/cover no-repeat;
    }

    .mlya-hotel-hero__content {
        padding: 90px 0;
    }

    .mlya-hotel-hero__title {
        font-size: 54px;
    }

    .mlya-hotel-hero__description {
        font-size: 14px;
    }

    .mlya-hotel-hero__details {
        display: grid;
        gap: 17px;
    }

    .mlya-hotel-search {
        margin-top: -35px;
    }

    .mlya-hotel-search__box,
    .mlya-hotel-benefits,
    .mlya-hotel-grid--4 {
        grid-template-columns: 1fr;
    }

    .mlya-hotel-about__media {
        min-height: 490px;
    }

    .mlya-hotel-about__image-main {
        width: 89%;
        height: 430px;
    }

    .mlya-hotel-about__image-small {
        height: 190px;
    }

    .mlya-hotel-about__badge {
        top: 25px;
        width: 118px;
        height: 118px;
    }

    .mlya-hotel-experience {
        background-attachment: scroll;
    }

    .mlya-hotel-experience__box {
        padding: 38px 24px;
    }

    .mlya-hotel-experience__items {
        grid-template-columns: 1fr;
    }

    .mlya-hotel-gallery {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 210px);
    }

    .mlya-hotel-gallery__item:first-child {
        grid-row: span 1;
    }

    .mlya-hotel-gallery__item:last-child {
        grid-column: span 2;
    }

    .mlya-hotel-cta {
        background:
            linear-gradient(rgba(110, 75, 47, 0.94), rgba(110, 75, 47, 0.94)),
            url("https://images.unsplash.com/photo-1542314831-068cd1dbfeeb?auto=format&fit=crop&w=1000&q=85")
            center/cover no-repeat;
    }

    .mlya-hotel-cta__content {
        padding: 50px 25px;
        text-align: center;
    }

    .mlya-hotel-booking__info,
    .mlya-hotel-booking__form {
        padding: 45px 24px;
    }

    .mlya-hotel-form__row {
        grid-template-columns: 1fr;
    }

    .mlya-hotel-footer__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .mlya-hotel-footer__bottom-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}/* End custom CSS */