﻿.svg-18px {
    width: 18px;
    height: 18px;
}

.svg-24px {
    width: 24px;
    height: 24px;
}

.svg-30px {
    width: 30px;
    height: 30px;
}

.svg-35px {
    width: 35px;
    height: 35px;
}

.svg-40px {
    width: 40px;
    height: 40px;
}

.popup {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    display: none;
}

.popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup .cortina-popup {
    display: none;
}

.popup .cortina-popup.active {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
}

.popup .popup-content {
    width: 50%;
    padding: 30px;
    background-color: #fff;
    position: relative;
    z-index: 102;
    border-radius: 10px;
}

@media screen and (max-width: 992px) {
    .popup .popup-content {
        width: 96%;
        padding: 20px;
    }
}

.popup .popup-content .btn-cerrar-popup-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.popup .popup-content .btn-cerrar-popup {
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    transition: ease all 0.3s;
}

.popup .popup-content .btn-cerrar-popup:hover {
    transform: scale(1.1);
}

.popup .popup-content .btn-cerrar-popup:hover svg path {
    fill: #bd2c2f;
}

header {
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.8);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

header #google_translate_element2 {
    display: none !important;
}

@media screen and (min-width: 992px) {
    header {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

header.extended {
    -webkit-box-shadow: none;
    box-shadow: none;
}

header.extended .nav-container {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin-right: unset;
    background-color: #292929;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: absolute;
    top: 70px;
    left: 0;
}

header.extended .nav-container nav {
    width: 100%;
    background-color: unset !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

header.extended .nav-container nav ul {
    width: 100%;
    height: 100%;
    padding: 10px 15px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header.extended .nav-container nav ul > li {
    width: 100%;
}

header.extended .nav-container nav ul > li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 10px;
}

header.extended .nav-container nav ul > li > a {
    padding: 5px !important;
    color: #ffffff !important;
    border-radius: 4px;
    text-align: center;
    display: block;
    font-family: "Muller Bold";
}

header .menu-btn-container {
    width: 15%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    header .menu-btn-container {
        display: none;
    }
}

header .menu-btn-container #menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .brand-container {
    height: 100%;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    header .brand-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

header .brand-container img {
    width: 60%;
}

header .nav-container {
    width: 100%;
    height: 100%;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (min-width: 992px) {
    header .nav-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

header .nav-container nav {
    width: 100%;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .nav-container nav ul {
    width: 100%;
    height: 100%;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    gap: 0;
}

header .nav-container nav ul > li {
    width: calc(100% / 5);
    height: 100%;
}

header .nav-container nav ul > li:not(:last-child) {
    margin-right: 10px;
}

header .nav-container nav ul > li > a {
    height: 100%;
    color: #ffffff;
    padding: 0 20px;
    text-decoration: none;
    font-size: 13px;
    font-family: "Muller Bold";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .nav-container nav ul > li > a span {
    color: #fff;
    font-size: 13px;
    font-family: "Muller Bold" !important;
    -webkit-box-direction: normal;
}

header .nav-container nav ul > li > a:hover {
    color: #7ed1f5;
}

header .nav-container nav ul > li > a:hover span {
    color: #7ed1f5;
}

header #botones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 992px) {
    header #botones {
        margin-right: 10px;
    }
}

header #botones > select {
    width: 120px;
    padding: 4px 20px;
    height: 30px;
    margin-right: 20px;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
}

header #botones > select > option {
    color: #000000;
}

header #botones > a {
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    padding: 4px 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
}

#content-redes {
    position: fixed;
    left: 8px;
    top: 40%;
    background-color: #ff5d5d;
    border-radius: 8px;
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

#content-redes a {
    width: 30px;
    fill: #fff;
}

#content-redes img,
#content-redes svg {
    width: 30px;
    aspect-ratio: 1 / 1;
}

#content-btn-ws a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#content-btn-ws {
    position: fixed;
    right: -165px;
    top: 380px;
    z-index: 1;
    transform: rotate(-90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#content-btn-ws a {
    font-size: 16px;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 10px 10px 0px 0px;
    transition: ease all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

#content-btn-ws a:nth-child(1) {
    background-color: #ff5d5d;
}

#content-btn-ws a:nth-child(2) {
    background-color: #619d3b;
}

#content-btn-ws a > svg {
    margin-right: 5px;
}

#content-btn-ws a:hover {
    transform: scale(1.05);
}

#content-btn-ws a svg {
    fill: #fff;
    width: 25px;
    transform: rotate(90deg);
}

#content-btn-ws a span {
    padding: 0px 10px;
}

.content-sub-items-header {
    position: relative;
}

.content-sub-items-header:hover ul {
    display: block !important;
    padding: 0;
}

.content-sub-items-header > a {
    display: flex !important;
}

.content-sub-items-header > a svg {
    width: 25px;
    fill: #fff;
    transition: ease all 0.6s;
}

.content-sub-items-header > a:hover svg {
    fill: #7ed1f5;
}

.sub-items-header {
    display: none !important;
    width: 250px !important;
    height: auto !important;
    position: absolute !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-radius: 3px !important;
    top: 100% !important;
    z-index: 3 !important;
}

.sub-items-header > li {
    width: 100% !important;
    display: flex !important;
    position: relative !important;
}

.sub-items-header > li > a {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    color: #fff !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2) !important;
    padding: 10px 30px !important;
    transition: ease all 0.6s !important;
    font-weight: 600 !important;
}

.sub-items-header > li > a:hover {
    color: #7ed1f5 !important;
}

#btn-share {
    width: 50px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 130px;
    background: #f28706;
    border-radius: 50%;
    padding: 5px;
    gap: 5px;
}

#btn-share svg {
    fill: #fff;
}

#info-popup-share {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px 30px;
    gap: 30px;
}

.card-share {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    padding: 6px 20px;
    border: none;
}

.card-share svg {
    width: auto !important;
    height: 37px !important;
    fill: #fff;
}

.card-share svg,
.card-share img {
    width: auto !important;
    height: 30px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
}

.card-share span {
    font-size: 20px;
    color: #fff;
    font-family: "Muller bold";
}

.descip-h2 {
    font-size: 16px !important;
    color: #fff !important;
    font-family: "Muller medium" !important;
}

#info-popup-share a:nth-child(1) {
    background: #000000;
}

#info-popup-share button:nth-child(2) {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

#info-popup-share a:nth-child(3) {
    background-color: #1877f2;
}

#info-popup-share a:nth-child(4) {
    background: #25d366;
}

#popup-share .popup-content {
    width: auto !important;
}

.gt_switcher-popup {
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
    background-color: #00000045;
    padding: 6px;
    border-radius: 6px;
    border: none;
}

.gt_switcher-popup span {
    color: #fff;
}

.gt_white_content {
    background-color: #bd2c2f !important;
    border-radius: 20px;
}

.gt_container-unisv1 a.glink span {
    color: #fff;
}

.line-planes-res {
    display: flex !important;
}

@media (max-width: 920px) {
    #content-redes a {
        width: 30px;
        fill: #fff;
    }

    #content-redes {
        padding: 15px 5px;
        top: 25%;
    }
}

@media screen and (max-width: 1024px) {
    .line-planes-res {
        display: none !important;
    }

    #btn-share {
        width: 60px;
        position: unset;
        background-color: transparent;
    }

    #content-btn-ws {
        right: 0px;
        top: auto;
        bottom: 0px;
        transform: rotate(0deg);
        width: 100%;
    }

    #content-btn-ws a {
        padding: 5px 10px;
    }

    #content-btn-ws a svg {
        transform: rotate(0deg);
    }

    .content-sub-items-header:hover ul {
        display: flex !important;
    }

    .sub-items-header {
        width: 100% !important;
        position: relative !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .sub-items-header > li > a {
        justify-content: center !important;
    }

    header .brand-container {
        display: flex !important;
        justify-content: start;
        margin-left: 15px;
    }

    header #botones {
        position: absolute;
        right: 5px;
        top: 95px;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: -1;
    }

    header #botones > select {
        margin: 0;
        width: auto;
    }

    header .brand-container img {
        width: 60%;
    }

    header .menu-btn-container {
        width: 30%;
        padding-right: 15px;
    }

    header #botones > select {
        width: 80px !important;
        padding: 4px 0;
    }

    #content-redes {
        position: unset;
        flex-direction: row;
        padding: 6px 20px;
        top: 25%;
    }

    header .nav-container nav {
        margin-right: 0;
    }

    header.extended .nav-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #content-redes img,
    #content-redes svg {
        width: 20px;
    }
}


  :root {
    --teal: #1a9e8f;
    --teal-dark: #157a6e;
    --teal-light: #e8f7f5;
    --red: #9b2c2c;
    --red-light: #c0392b;
    --dark: #1a1a1a;
    --mid: #555;
    --light: #f5f5f5;
    --white: #fff;
    --border: #e0e0e0;
    --shadow: 0 4px 24px rgba(0,0,0,0.10);
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { font-family: 'DM Sans', sans-serif; color: var(--dark); background: var(--white); }

  /* â”€â”€â”€ NAVBAR â”€â”€â”€ */
  .ms-top-nav-legacy {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 48px; height: 60px;
    background: rgba(255,255,255,0.12); backdrop-filter: blur(12px);
  }
  .nav-logo { display: flex; align-items: center; gap: 8px; color: #fff; font-weight: 700; font-size: 1rem; }
  .nav-logo svg { width: 22px; height: 22px; }
  .ms-top-nav-legacy ul { list-style: none; display: flex; gap: 28px; }
  .ms-top-nav-legacy ul a { color: rgba(255,255,255,0.92); text-decoration: none; font-size: .88rem; font-weight: 400; }
  .ms-top-nav-legacy ul a:hover { color: #fff; }
  .btn-reservar-nav {
    background: var(--teal); color: #fff; border: none; border-radius: 6px;
    padding: 8px 22px; font-size: .88rem; font-weight: 600; cursor: pointer;
  }

  /* â”€â”€â”€ HERO â”€â”€â”€ */
  .hero {
    margin: 90px 0 0 0;
    min-height: 100vh;
    background: linear-gradient(170deg, #2c3e50 0%, #3a5a4a 50%, #1a7060 100%);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center; padding: 80px 20px 60px;
    position: relative; overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute; inset: 0;
    background: url('/src/img/monserrate-n/4.webp') center/cover no-repeat;
    opacity: 0.22;
  }
  .hero-badge {
    position: relative; display: inline-flex; align-items: center; gap: 6px;
    background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3);
    color: #fff; font-size: .78rem; padding: 5px 14px; border-radius: 20px; margin-bottom: 24px;
  }
  .hero h1 {
    position: relative; font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 6.5vw, 4.8rem); font-weight: 900; color: #fff; line-height: 1.1;
    margin-bottom: 18px;
  }
  .hero p {
    position: relative; color: rgba(255,255,255,0.88); max-width: 760px;
    font-size: 1.05rem; line-height: 1.7; margin-bottom: 42px;
  }

  /* â”€â”€â”€ BOOKING CARD â”€â”€â”€ */
  .booking-card {
    position: relative;
    background: rgba(255,255,255,0.13); backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.28); border-radius: 20px;
    padding: 20px 24px 24px;
    max-width: 980px; width: calc(100% - 32px);
    box-shadow: 0 8px 40px rgba(0,0,0,0.28);
  }
  /* â”€â”€ Step 1: selector view â”€â”€ */
  #step-select { display: flex; flex-direction: column; gap: 16px; }
  .bw-date-bar {
    display: flex; align-items: center; gap: 10px;
    background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.22);
    border-radius: 10px; padding: 10px 16px;
    cursor: pointer; width: fit-content; align-self: center;
  }
  .bw-date-bar svg { width: 16px; opacity: .8; }
  .bw-date-bar .date-inline {
    color: #fff;
    font-size: .95rem;
    font-weight: 600;
  }
  .bw-date-bar .date-inline strong {
    color: rgba(255,255,255,0.78);
    margin-right: 6px;
    font-weight: 700;
  }
  .bw-date-bar input[type=date] {
    position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none;
  }
  .bw-counters { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; }
  .bw-field {
    background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2);
    border-radius: 12px; padding: 10px 14px; display: flex; flex-direction: column; gap: 6px;
    min-width: 150px; flex: 1;
  }
  .bw-field .flbl {
    font-size: .65rem; color: rgba(255,255,255,0.68); font-weight: 700;
    text-transform: uppercase; letter-spacing: .08em; display: flex; align-items: center; gap: 5px;
  }
  .bw-counter { display: flex; align-items: center; gap: 8px; }
  .bw-counter .fval { color: #fff; font-size: 1.05rem; font-weight: 600; min-width: 22px; text-align: center; }
  .bw-btn {
    background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.28);
    color: #fff; width: 28px; height: 28px; border-radius: 7px; font-size: 1.1rem;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: background .15s; flex-shrink: 0; font-family: inherit;
  }
  .bw-btn:hover { background: rgba(255,255,255,0.3); }
  .btn-reservar-hero {
    align-self: center; background: var(--red); color: #fff; border: none;
    border-radius: 10px; padding: 14px 36px; font-size: 1rem; font-weight: 700;
    cursor: pointer; transition: background .2s; font-family: inherit;
  }
  .btn-reservar-hero:hover { background: var(--red-light); }

  .bw-total-subtle {
    align-self: center;
    min-width: 240px;
    text-align: center;
    padding: 10px 16px;
    border-radius: 10px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.24);
  }
  .bw-total-subtle p {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
  }
  .bw-total-subtle p strong {
    color: rgba(255,255,255,0.8);
    margin-right: 6px;
    font-weight: 700;
  }

  /* â”€â”€ Step 2: detail + form inside same card â”€â”€ */
  #step-detail { display: none; flex-direction: column; gap: 20px; }
  #step-detail.show { display: flex; animation: fadeUp .35s ease; }
  @keyframes fadeUp { from { opacity:0; transform:translateY(14px); } to { opacity:1; transform:translateY(0); } }

  /* date line at top of detail */
  .det-date-line {
    display: flex; align-items: center; gap: 8px; justify-content: center;
    color: rgba(255,255,255,0.75); font-size: .85rem;
  }
  .det-date-line strong { color: #fff; }

  /* 2-col layout */
  .det-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  @media(max-width:640px){ .det-cols { grid-template-columns: 1fr; } }

  /* ticket table */
  .det-table { color: #fff; }
  .det-table-title { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 10px; }
  .det-row { display: grid; grid-template-columns: 1fr auto auto; gap: 10px; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .det-row:last-child { border-bottom: none; }
  .det-name { font-size: .88rem; }
  .det-qty-ctrl { display: flex; align-items: center; gap: 4px; }
  .det-btn {
    background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.25);
    color: #fff; width: 22px; height: 22px; border-radius: 5px; font-size: .85rem;
    cursor: pointer; display: flex; align-items: center; justify-content: center; font-family: inherit;
  }
  .det-btn:hover { background: rgba(255,255,255,0.26); }
  .det-qty { min-width: 22px; text-align: center; font-size: .88rem; font-weight: 600; }
  .det-price { font-size: .88rem; font-weight: 600; white-space: nowrap; text-align: right; min-width: 90px; }
  .det-total { display: flex; justify-content: space-between; padding-top: 10px; border-top: 2px solid rgba(255,255,255,0.25); font-weight: 800; font-size: .95rem; color: #fff; margin-top: 2px; }

  /* buyer form */
  .det-form { display: flex; flex-direction: column; gap: 0; }
  .det-form-title { font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,0.6); margin-bottom: 10px; text-align: center; }
  .cf-row { display: flex; margin-bottom: 10px; }
  .cf-lbl {
    background: rgba(0,0,0,0.3); color: #fff; font-size: .72rem; font-weight: 700;
    padding: 10px 12px; border-radius: 7px 0 0 7px; display: flex; align-items: center;
    white-space: nowrap; line-height: 1.3; min-width: 130px;
  }
  .cf-inp {
    background: #fff; border: none; border-radius: 0 7px 7px 0;
    padding: 10px 12px; font-size: .88rem; font-family: inherit; outline: none; flex: 1; min-width: 0;
  }
  .cf-total-row2 { display: flex; margin-bottom: 6px; }
  .cf-total-lbl {
    background: rgba(0,0,0,0.3); color: #fff; font-size: .72rem; font-weight: 700;
    padding: 10px 12px; border-radius: 7px 0 0 7px; display: flex; align-items: center;
    line-height: 1.3; min-width: 130px;
  }
  .cf-total-val2 {
    background: #fff; border-radius: 0 7px 7px 0; padding: 10px 12px;
    font-size: .92rem; font-weight: 700; color: var(--dark); flex: 1; display: flex; align-items: center;
  }
  .cf-note { color: rgba(255,255,255,0.6); font-size: .73rem; text-align: center; margin: 6px 0 12px; }
  .btn-pagar {
    background: #157a6e; color: #fff; border: none; border-radius: 8px;
    padding: 13px 32px; font-size: .9rem; font-weight: 800; letter-spacing: .08em;
    text-transform: uppercase; cursor: pointer; font-family: inherit; transition: background .2s;
    align-self: center; display: block; margin: 0 auto;
  }
  .btn-pagar:hover { background: #0f5a50; }
  .cf-disclaimer {
    position: relative;
    color: rgba(255,255,255,0.78);
    font-size: .68rem;
    line-height: 1.45;
    margin: 10px auto 0;
    width: calc(100% - 32px);
    max-width: 980px;
    text-align: center;
  }
  .btn-volver-sel {
    background: none; border: 1px solid rgba(255,255,255,0.3); color: rgba(255,255,255,0.75);
    border-radius: 7px; padding: 8px 20px; font-size: .78rem; cursor: pointer;
    font-family: inherit; align-self: center; transition: background .15s;
  }
  .btn-volver-sel:hover { background: rgba(255,255,255,0.08); }

  /* â”€â”€ Step 3: success â”€â”€ */
  #step-success { display: none; text-align: center; padding: 20px 0 10px; }
  #step-success.show { display: block; animation: fadeUp .35s ease; }
  #step-success .s-icon { font-size: 3rem; margin-bottom: 12px; }
  #step-success h3 { font-family: 'Playfair Display', serif; color: #fff; font-size: 1.5rem; margin-bottom: 8px; }
  #step-success p { color: rgba(255,255,255,0.75); font-size: .88rem; max-width: 360px; margin: 0 auto 20px; line-height: 1.6; }
  .btn-reiniciar {
    background: #fff; color: var(--red); border: none; border-radius: 8px;
    padding: 11px 28px; font-size: .88rem; font-weight: 700; cursor: pointer; font-family: inherit;
  }

  /* â”€â”€â”€ SECTION BADGE â”€â”€â”€ */
  .section-badge {
    display: inline-block; background: var(--teal-light); color: var(--teal-dark);
    font-size: .75rem; font-weight: 600; padding: 4px 14px; border-radius: 20px; margin-bottom: 16px;
  }

  /* â”€â”€â”€ WAYS TO GO â”€â”€â”€ */
  .ways-section { padding: 80px 48px; background: var(--white); }
  .ways-section h2 { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; margin-bottom: 8px; }
  .ways-section h2 span { color: var(--teal); }
  .ways-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; max-width: 1000px; }
  .way-cards { display: flex; flex-direction: column; gap: 12px; }
  .way-card {
    border: 1.5px solid var(--border); border-radius: 12px; padding: 16px 20px;
    cursor: pointer; transition: border-color .2s, box-shadow .2s;
    display: flex; justify-content: space-between; align-items: flex-start;
  }
  .way-card.active { border-color: var(--teal); box-shadow: 0 0 0 3px var(--teal-light); background: #f9fffe; }
  .way-card:hover { border-color: var(--teal); }
  .way-card .wc-left { display: flex; align-items: flex-start; gap: 12px; }
  .wc-icon { width: 38px; height: 38px; background: var(--teal-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.2rem; }
  .wc-title { font-weight: 600; font-size: .95rem; }
  .wc-sub { font-size: .78rem; color: var(--mid); }
  .wc-tags { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
  .wc-tag { background: #f0f0f0; font-size: .7rem; padding: 2px 8px; border-radius: 10px; color: var(--mid); }
  .wc-price { font-weight: 700; font-size: .9rem; text-align: right; white-space: nowrap; }
  .wc-duration { font-size: .75rem; color: var(--mid); }
  .way-image img { width: 100%; height: 100%; object-fit: cover; border-radius: 16px; }
  .way-image { border-radius: 16px; overflow: hidden; height: 280px; }
  .way-image-label {
    position: absolute; bottom: 14px; left: 14px; background: rgba(0,0,0,0.55);
    color: #fff; padding: 6px 14px; border-radius: 8px; font-size: .85rem; font-weight: 600;
    backdrop-filter: blur(4px);
  }
  .way-image-wrap { position: relative; height: 280px; }
  .btn-select {
    margin-top: 16px; background: var(--teal); color: #fff; border: none;
    border-radius: 8px; padding: 12px 24px; font-size: .92rem; font-weight: 600;
    cursor: pointer; font-family: inherit; transition: background .2s;
  }
  .btn-select:hover { background: var(--teal-dark); }

  /* â”€â”€â”€ EXPERIENCE â”€â”€â”€ */
  .exp-section { background: var(--teal-dark); padding: 80px 48px; text-align: center; }
  .exp-section h2 { font-family: 'Playfair Display', serif; font-size: 2.4rem; color: #fff; margin-bottom: 40px; }
  .exp-cards { 
  display: grid; 
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px;
  max-width: 960px; 
  margin: 0 auto 40px;
}
  .exp-card { background: rgba(255,255,255,0.1); border-radius: 14px; padding: 24px 18px; text-align: left; }
  .exp-card .ec-icon { width: 58px; height: 58px; border-radius: 16px; background: rgba(255,255,255,0.14); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px 0; }
  .exp-card .ec-icon svg { width: 28px; height: 28px; color: #fff; }
  .exp-card h4 { color: #fff; font-size: .95rem; font-weight: 600; margin-bottom: 8px; }
  .exp-card p { color: rgba(255,255,255,0.72); font-size: .8rem; line-height: 1.5; }
  .stats { display: flex; justify-content: center; gap: 60px; padding-top: 40px; border-top: 1px solid rgba(255,255,255,0.15); }
  .stat-item { text-align: center; }
  .stat-item .num { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: #fff; }
  .stat-item .lbl { font-size: .78rem; color: rgba(255,255,255,0.65); margin-top: 4px; }

  /* â”€â”€â”€ TIPS â”€â”€â”€ */
  .tips-section { padding: 80px 48px; background: var(--white); }
  .tips-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
  .tips-section h2 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; margin-bottom: 8px; }
  .tips-section h2 span { color: var(--teal); }
  .tips-section .intro { color: var(--mid); font-size: .9rem; line-height: 1.6; margin-bottom: 28px; }
  .tip-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 24px; /* vertical | horizontal */
}
  .tip-item { display: flex; gap: 14px; }
  .tip-ico { width: 36px; height: 36px; background: var(--teal-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1rem; }
  .check-svg { width: 24px; height: 24px; color: #157a6e; flex-shrink: 0; margin-top: 2px; }
  .tip-item h5 { font-size: .9rem; font-weight: 600; margin-bottom: 4px; }
  .tip-item p { font-size: .8rem; color: var(--mid); line-height: 1.5; }
  .photo-grid { display: grid; margin-top:20px; grid-template-columns: 1fr 1fr; gap: 10px; }
  .photo-grid img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; }

  .info-section { padding: 0 48px 80px; background: var(--white); }
  .info-block {
    max-width: 1120px;
    margin: 0 auto 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
  }
  .info-block.reverse .info-text { order: 1; }
  .info-block.reverse .info-image { order: 2; }
  .info-text {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .info-text.full { grid-column: 1 / -1; }
  .info-text h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 14px;
    color: var(--dark);
  }
  .info-text p {
    color: var(--mid);
    font-size: .95rem;
    line-height: 1.8;
  }
  .info-image img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .info-link {
    width: fit-content;
    margin-top: 22px;
    background: var(--teal);
    color: #fff;
    border-radius: 999px;
    padding: 12px 22px;
    font-size: .92rem;
    font-weight: 700;
    text-decoration: none;
  }
  .info-link:hover { background: var(--teal-dark); }
  .info-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 0;
  }
  .info-list li {
    position: relative;
    padding-left: 20px;
    color: var(--mid);
    font-size: .95rem;
    line-height: 1.7;
  }

  .info-howto {
    background: #f97837;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .info-howto .info-block {
    margin-bottom: 0;
  }
  .info-howto .info-text {
    background: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
    align-items: center;
    padding: 16px;
  }
  .info-howto .info-text h2,
  .info-howto .info-text p {
    color: #fff;
  }
  .info-howto .info-text p {
    max-width: 900px;
  }
  .info-howto .info-link {
    background: #fff;
    color: #f97837;
  }
  .info-conditions {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .info-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--teal);
    font-weight: 700;
  }

  /* â”€â”€â”€ FAQ â”€â”€â”€ */
  .faq-section { padding: 80px 48px; background: var(--light); }
  .faq-section h2 { font-family: 'Playfair Display', serif; font-size: 2rem; text-align: center; margin-bottom: 36px; }
  .faq-list { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
  .faq-item { background: #fff; border-radius: 10px; border: 1px solid var(--border); overflow: hidden; }
  .faq-q {
    padding: 16px 20px; display: flex; justify-content: space-between; align-items: center;
    cursor: pointer; font-size: .92rem; font-weight: 500;
  }
  .faq-q:hover { background: #fafafa; }
  .faq-q .arrow { transition: transform .25s; font-size: .8rem; color: var(--mid); }
  .faq-item.open .faq-q .arrow { transform: rotate(180deg); }
  .faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
  .faq-a p { padding: 0 20px 16px; font-size: .87rem; color: var(--mid); line-height: 1.7; }
  .faq-item.open .faq-a { max-height: 200px; }

  /* â”€â”€â”€ CTA â”€â”€â”€ */
  .cta-section {
    padding: 100px 48px; text-align: center;
    background: linear-gradient(160deg, #2c3e50 0%, #1a7060 100%);
    position: relative; overflow: hidden;
  }
  .cta-section::before {
    content: ''; position: absolute; inset: 0;
    background: url('/src/img/monserrate-n/4.webp') center/cover;
    opacity: 0.18;
  }
  .cta-section .badge { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.3); color: #fff; font-size: .75rem; padding: 4px 14px; border-radius: 20px; margin-bottom: 20px; position: relative; }
  .cta-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem,4vw,3rem); color: #fff; margin-bottom: 14px; position: relative; }
  .cta-section p { color: rgba(255,255,255,0.78); max-width: 480px; margin: 0 auto 32px; font-size: .95rem; position: relative; }
  .cta-btns { display: flex; gap: 14px; justify-content: center; position: relative; flex-wrap: wrap; }
  .btn-cta-primary { background: var(--red); color: #fff; border: none; border-radius: 8px; padding: 14px 28px; font-size: .95rem; font-weight: 700; cursor: pointer; font-family: inherit; transition: background .2s; }
  .btn-cta-primary:hover { background: var(--red-light); }
  .btn-cta-secondary { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.5); border-radius: 8px; padding: 14px 28px; font-size: .95rem; font-weight: 600; cursor: pointer; font-family: inherit; transition: background .2s; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
  .btn-cta-secondary:hover { background: rgba(255,255,255,0.1); }

  /* â”€â”€â”€ SCROLL DOWN â”€â”€â”€ */
  .scroll-down { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.6); font-size: .75rem; display: flex; flex-direction: column; align-items: center; gap: 6px; animation: bounce 2s infinite; }
  .scroll-down svg { width: 18px; }
  @keyframes bounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(6px); } }

  @media (max-width: 768px) {
    .ms-top-nav-legacy { padding: 0 20px; }
    .ms-top-nav-legacy ul { display: none; }
    .ways-grid, .tips-grid, .info-block, .exp-cards { grid-template-columns: 1fr; }
    .tip-list { grid-template-columns: 1fr; }
    .stats { gap: 30px; flex-wrap: wrap; }
    .ways-section, .tips-section, .info-section, .faq-section, .exp-section, .cta-section { padding: 60px 20px; }
    .booking-widget { flex-direction: column; width: calc(100% - 32px); }
    .bw-field { width: 100%; }
    .info-block.reverse .info-text,
    .info-block.reverse .info-image { order: initial; }
  }

#way-img { width: 100%; height: 280px; object-fit: cover; border-radius: 16px; }


.ways-section,
.tips-section,
.faq-section,
.cta-section,
.exp-section {
    display: block;
} 
