body.dark-theme {
    background-color: #111;
    --text-color: #e0e0e0;
    color: var(--text-color);
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    --accent-color: #ff4081;
    --accent-color-secondary: #C09E62;
}

/* ===== Why Book With Us Strip ===== */
.why-book-strip {
    background: #222;
    padding: 1.5rem;
}

.why-book-benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.why-book-benefit {
    max-width: 200px;
}

.why-book-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

body.temptation-theme {
    --accent-color: #E6007E;
}

body.desire-theme {
    --accent-color: #C09E62;
}

body.blend-theme {
    --accent-color: #E6007E;
    --accent-color-secondary: #C09E62;
}

/* Global text centering for all content */
body {
    text-align: center;
}

html,
body {
    overflow-x: clip;
}

a {
    color: var(--accent-color);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img,
video {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

iframe {
    border: 0;
}

/* Improve rendering cost below the fold on long content pages */
main > section {
    content-visibility: auto;
    contain-intrinsic-size: 1px 900px;
}

main > section:first-child,
main > section:nth-child(2) {
    content-visibility: visible;
}


main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

main p {
    text-align: center;
}

ul,
ol {
    list-style-position: inside;
    padding-left: 0;
    margin-left: 0;
}

/* Add vertical spacing around sections for better separation */
section {
    margin: 2rem 0;
    padding: 2rem 0;
}

/* Sticky header with translucent background to keep navigation above content */
.site-header {
    background: rgba(0, 0, 0, 0.85);
    padding: 0.4rem 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1200;
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
}

.site-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0;
    margin: 0;
}

.site-nav li {
    margin: 0;
    position: relative;
}

.site-nav .has-submenu > .submenu-toggle::after {
    content: '▼';
    margin-left: 0.35rem;
    font-size: 0.75rem;
}

.nav-resort-group > .submenu-toggle {
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
}

.site-nav .submenu-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font: inherit;
    text-align: left;
}

.site-nav .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    z-index: 1000;
}

.site-nav .has-submenu.open > .submenu {
    display: block;
}

@media (min-width: 1025px) {
    .site-nav .has-submenu:hover > .submenu {
        display: block;
    }
}

.site-header a {
    color: #fff;
}

.site-header a:hover {
    text-decoration: none;
}

.language-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: 0.65rem;
    font-weight: 700;
}

.language-switch-icon {
    font-size: 0.95rem;
}

.language-switch a {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

.language-switch .language-label {
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: max-width 0.25s ease, opacity 0.25s ease;
    white-space: nowrap;
    font-weight: 500;
}

.language-switch:hover .language-label,
.language-switch:focus-within .language-label {
    opacity: 1;
    max-width: 80px;
}

.language-switch a[aria-current="true"] {
    opacity: 1;
    text-decoration: underline;
}

.site-nav a,
.site-nav .submenu-toggle {
    display: block;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    transition: background 0.3s;
    color: #fff;
    font-weight: 600;
    border: 0;
    background: transparent;
}

.site-nav a:hover,
.site-nav .submenu-toggle:hover {
    background: var(--accent-color);
    color: #111;
}

.header-cta {
    border-radius: 999px;
    background: var(--accent-color);
    color: #111 !important;
    padding: 0.55rem 0.95rem;
    font-weight: 700;
}

.header-cta:hover {
    filter: brightness(1.04);
}

.mobile-cta-bar {
    display: none;
}

@media (max-width: 1024px) {
    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        z-index: 1101;
        width: 44px;
        height: 44px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 8px;
    }

    .site-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        height: 75dvh;
        width: min(82vw, 320px);
        max-width: 100%;
        max-height: none;
        overflow-y: auto;
        padding: 4.8rem 0 1.15rem;
        background: rgba(8, 8, 9, 0.98);
        z-index: 1100;
        transform: translateX(-100%);
        transition: transform 0.22s ease;
        box-shadow: 8px 0 30px rgba(0, 0, 0, 0.45);
        pointer-events: none;
    }

    .site-nav.open {
        transform: translateX(0);
        pointer-events: auto;
    }

    body.nav-open {
        overflow: hidden;
    }

    body.nav-open::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1050;
    }

    .site-nav ul {
        flex-direction: column;
        gap: 0;
    }

    .site-nav .submenu {
        position: static;
        width: 100%;
        margin-top: 0;
        padding: 0;
        background: transparent;
    }

    .site-nav .has-submenu.open > .submenu {
        display: block;
    }

    .site-nav .has-submenu:hover > .submenu {
        display: none;
    }

    .site-nav .has-submenu.open:hover > .submenu {
        display: block;
    }

    .site-nav .has-submenu.open > .submenu-toggle::after {
        content: '▲';
    }

    .site-nav li {
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding: 0;
        width: 100%;
    }

    .site-nav li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .site-nav a,
    .site-nav .submenu-toggle {
        width: 100%;
        padding: 0.95rem 1rem;
        min-height: 44px;
        display: flex;
        align-items: center;
        border-radius: 0;
        background: transparent;
    }

    .site-nav .submenu a {
        padding-left: 1.85rem;
        font-size: 0.96rem;
        color: rgba(255, 255, 255, 0.92);
    }

    .header-cta {
        display: none;
    }

    .language-switch {
        margin-left: 0;
        margin-right: 0.6rem;
    }

    .language-switch .language-label {
        display: none;
    }

    .site-logo {
        width: clamp(76px, 15vw, 120px);
        max-height: 52px;
    }
}

@media (hover: none) and (pointer: coarse) {
    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        z-index: 1101;
        width: 44px;
        height: 44px;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 8px;
    }

    .site-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        height: 75dvh;
        width: min(82vw, 320px);
        max-width: 100%;
        max-height: none;
        overflow-y: auto;
        padding: 4.8rem 0 1.15rem;
        background: rgba(8, 8, 9, 0.98);
        z-index: 1100;
        transform: translateX(-100%);
        transition: transform 0.22s ease;
        box-shadow: 8px 0 30px rgba(0, 0, 0, 0.45);
        pointer-events: none;
    }

    .site-nav.open {
        transform: translateX(0);
        pointer-events: auto;
    }

    body.nav-open {
        overflow: hidden;
    }

    body.nav-open::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1050;
    }

    .site-nav ul {
        flex-direction: column;
        gap: 0;
    }

    .site-nav .submenu {
        position: static;
        width: 100%;
        margin-top: 0;
        padding: 0;
        background: transparent;
    }

    .site-nav .has-submenu.open > .submenu {
        display: block;
    }

    .site-nav .has-submenu:hover > .submenu {
        display: none;
    }

    .site-nav .has-submenu.open:hover > .submenu {
        display: block;
    }

    .site-nav .has-submenu.open > .submenu-toggle::after {
        content: '▲';
    }

    .site-nav li {
        margin: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding: 0;
        width: 100%;
    }

    .site-nav li:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .site-nav a,
    .site-nav .submenu-toggle {
        width: 100%;
        padding: 0.95rem 1rem;
        min-height: 44px;
        display: flex;
        align-items: center;
        border-radius: 0;
        background: transparent;
    }

    .site-nav .submenu a {
        padding-left: 1.85rem;
        font-size: 0.96rem;
        color: rgba(255, 255, 255, 0.92);
    }

    .header-cta {
        display: none;
    }

    .language-switch {
        margin-left: 0;
        margin-right: 0.6rem;
    }

    .language-switch .language-label {
        display: none;
    }

    .site-logo {
        width: clamp(76px, 15vw, 120px);
        max-height: 52px;
    }
}

@media (max-width: 768px) {
    .site-header {
        padding-right: 0.5rem;
    }

    .mobile-cta-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.55rem;
        padding: 0.55rem;
        background: rgba(9, 9, 10, 0.95);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mobile-cta-bar a {
        min-height: 44px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-weight: 700;
        font-size: 0.93rem;
        padding: 0.55rem 0.7rem;
    }

    .mobile-cta-primary {
        background: var(--accent-color);
        color: #111;
    }

    .mobile-cta-secondary {
        border: 1px solid rgba(255, 255, 255, 0.55);
        color: #fff;
    }

    .site-footer {
        padding-bottom: 5rem;
    }
}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}
.card {
    background: #222;
    padding: 2rem;
    border-radius: 8px;
}

.reservation-box .card {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

/* Responsive container */
.oa-resbox-wrap {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    border-radius: 14px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* Make iframe fill container */
.oa-resbox-iframe {
    display: block;
    width: 100%;
    border: 0;
}

/* Vertical default heights */
.oa-resbox--vertical .oa-resbox-iframe {
    height: 660px;
}

/* Horizontal default heights */
.oa-resbox--horizontal .oa-resbox-iframe {
    height: 210px;
    max-width: 100%;
}

/* Breakpoints: tune heights for devices */
@media (max-width: 1024px) {
    .oa-resbox--vertical .oa-resbox-iframe {
        height: 720px;
    }

    .oa-resbox--horizontal .oa-resbox-iframe {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .oa-resbox-wrap {
        max-width: 100%;
    }

    .oa-resbox--vertical .oa-resbox-iframe {
        height: 820px;
    }

    .oa-resbox--horizontal .oa-resbox-iframe {
        height: 280px;
    }
}

@media (max-width: 420px) {
    .oa-resbox--vertical .oa-resbox-iframe {
        height: 900px;
    }

    .oa-resbox--horizontal .oa-resbox-iframe {
        height: 320px;
    }
}
.badge {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}

.badge img {
    height: 60px;
}
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #111;
    padding: 14px;
    border-radius: 50%;
    font-size: 24px;
    z-index: 999;
}
.accordion-item {
    border-bottom: 1px solid #444;
}
.accordion-header {
    cursor: pointer;
    padding: 1rem;
    min-height: 44px;
    display: flex;
    align-items: center;
}
.accordion-content {
    display: none;
    padding: 0 1rem 1rem;
}
.flip-card {
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flip-card-front {
    background: #333;
    color: var(--text-color);
}
.flip-card-back {
    background: #555;
    color: var(--text-color);
    transform: rotateY(180deg);
}
/* Hero Section */
.hero-video {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    height: auto;
    overflow: hidden;
}
.hero-video img,
.hero-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-video img {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.hero-video img.active {
    opacity: 1;
}
.hero-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    height: auto;
    overflow: hidden;
}
.hero-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-overlay {
    position: relative;
    z-index: 1;
    color: var(--text-color);
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
}

@media (max-width: 768px) {
    .hero-video,
    .hero-banner {
        min-height: 40vh;
    }
}

/* Counters */
.stats-section {
    display: flex;
    justify-content: center;
    gap: 40px;
    background: #111;
    padding: 30px;
    color: var(--text-color);
}
.stat {
    text-align: center;
}
.counter {
    font-size: 2em;
    font-weight: bold;
    color: var(--accent-color);
}
body.blend-theme .counter {
    background: linear-gradient(45deg, var(--accent-color), var(--accent-color-secondary));
    -webkit-background-clip: text;
    color: transparent;
}

/* Partner Badges */
.partner-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
}
.partner-badges img {
    height: 80px;
}

/* Resort Grid */
.featured-resorts {
    text-align: center;
    padding: 40px 20px;
}
.resort-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.resort-card {
    background: #222;
    padding: 20px;
    border-radius: 8px;
    color: var(--text-color);
    text-decoration: none;
    flex: 1 1 calc(25% - 20px);
    text-align: center;
}
.resort-card:hover {
    background: var(--accent-color);
    color: #111;
}
body.blend-theme .resort-card:hover {
    background: linear-gradient(45deg, var(--accent-color), var(--accent-color-secondary));
}
.resort-card img {
    border-radius: 8px;
    margin-bottom: 1rem;
}

/* Top Promotions */
.top-promos {
    text-align: center;
    padding: 40px 20px;
}
.promo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

/* Promotions filter */
.promo-filter {
    text-align: center;
    margin-bottom: 1rem;
}
.promo-filter button {
    margin: 0 0.5rem;
}

.promo-image-link {
    display: inline-block;
    line-height: 0;
}
.promo-image-link img {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Larger promotion creatives on the promotions page for readability and accessibility */
.promos .promo-group {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.promos .promo-group .card {
    padding: 1rem;
    display: flex;
    justify-content: center;
}

.promos .promo-image-link img {
    width: clamp(320px, 38vw, 420px);
}

/* Testimonials */
.testimonial-section {
    background: #111;
    padding: 40px;
    color: var(--text-color);
    text-align: center;
}
.testimonial-carousel {
    display: flex;
    overflow: hidden;
    gap: 20px;
    scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.testimonial-carousel::-webkit-scrollbar {
    display: none;
}
.testimonial {
    min-width: 250px;
    background: #222;
    padding: 20px;
    border-radius: 8px;
    flex: 0 0 auto;
}

/* CTA Banner */
.cta-banner {
    text-align: center;
    background: var(--accent-color);
    color: #111;
    padding: 30px;
}

/* CTA Button */
.cta-button {
    display: inline-block;
    background: var(--accent-color);
    color: #111;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
}
.cta-button:hover {
    opacity: 0.9;
}

body.blend-theme .cta-button {
    background: linear-gradient(45deg, var(--accent-color), var(--accent-color-secondary));
}
body.blend-theme .cta-button:hover {
    opacity: 0.9;
}

@media (max-width: 768px) {
    .site-nav ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .stats-section {
        flex-direction: column;
        gap: 20px;
    }
    .resort-card {
        flex: 1 1 100%;
    }
}

/* Comparison table styles */
.comparison .filters {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}
.comparison .filters button {
    background: #333;
    color: var(--text-color);
    border: none;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
    cursor: pointer;
}
.comparison .filters button.active {
    background: var(--accent-color);
    color: #111;
}
#resort-table {
    width: 100%;
    border-collapse: collapse;
}
#resort-table th,
#resort-table td {
    border: 1px solid #444;
    padding: 0.5rem;
    text-align: center;
}
#resort-table th {
    cursor: pointer;
}
@media (max-width: 600px) {
    #resort-table thead {
        display: none;
    }
    #resort-table,
    #resort-table tbody,
    #resort-table tr,
    #resort-table td {
        display: block;
        width: 100%;
    }
    #resort-table tr {
        margin-bottom: 1rem;
        border: 1px solid #444;
        border-radius: 8px;
        padding: 0.5rem;
    }
    #resort-table td {
        border: none;
        text-align: left;
        padding: 0.25rem 0.5rem;
    }
    #resort-table td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 0.25rem;
    }
}
/* Temptation Cancun Page */
:root {
  --ttr-pink:#E6007E;
  --ttr-gold:#C09E62;
}

.ttr-hero { position:relative; min-height:64vh; display:grid; place-items:center; color:#fff; }
.ttr-hero::before{content:"";position:absolute;inset:0;background:url("../images/TCR_Nueva-fachada-2021_1.jpg") center/cover no-repeat;filter:brightness(0.5);}
.ttr-hero__content{ position:relative; text-align:center; padding:3rem 1rem; }
.ttr-hero .btn{ background:var(--ttr-pink); border:none; color:#fff; padding:.9rem 1.2rem; border-radius:14px; cursor:pointer; }
.ttr-hero .btn--outline{ background:transparent; border:2px solid #fff; }


.ttr-hero__cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin: 1.25rem 0;
}

.ttr-hero__cta .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

.ttr-pdf-viewer {
    margin: 0;
}

.ttr-pdf-viewer iframe {
    width: 100%;
    min-height: 800px;
    border: 0;
}

.ttr-pdf-viewer__image-link {
    display: none;
}

.ttr-pdf-viewer__image-link img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.ttr-pdf-viewer__mobile-note {
    display: none;
}

@media (max-width: 768px) {
    .ttr-hero__cta .btn {
        width: min(100%, 22rem);
    }

    .ttr-pdf-viewer iframe {
        display: none;
    }

    .ttr-pdf-viewer__image-link,
    .ttr-pdf-viewer__mobile-note {
        display: block;
    }
}
.ttr-trust{ display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; margin:1rem 0; }
.ttr-trust__item{ background:#111; color:#eee; padding:.5rem .75rem; border-radius:999px; font-size:.9rem; }

.ttr-why{ padding:2rem 1rem; }
.ttr-why__list{ display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:1rem; }
.ttr-why__item{ background:#1a1a1a; color:#eaeaea; padding:1rem; border-radius:16px; }

.ttr-rooms{ padding:2rem 1rem; }
.ttr-rooms__filters{ display:flex; gap:.5rem; flex-wrap:wrap; margin-bottom:1rem; }
.ttr-rooms__filters .chip{ border:1px solid #333; padding:.4rem .8rem; border-radius:999px; cursor:pointer; }
.ttr-rooms__filters .chip.is-active{ background:var(--ttr-pink); color:#fff; border-color:var(--ttr-pink); }

.ttr-rooms__grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(260px,1fr)); gap:1rem; }
.ttr-room-card{ background:#121212; color:#eee; border-radius:16px; overflow:hidden; display:flex; flex-direction:column; }
.ttr-room-card img{ width:100%; height:200px; object-fit:cover; }
.ttr-room-card__body{ padding:1rem; display:flex; flex-direction:column; gap:.5rem; }
.ttr-room-card__badges{ display:flex; flex-wrap:wrap; gap:.4rem; }
.ttr-room-card__badges .badge{ background:#222; padding:.25rem .6rem; border-radius:999px; font-size:.8rem; }

.ttr-modal{ position:fixed; inset:0; background:rgba(0,0,0,.6); display:none; align-items:center; justify-content:center; padding:1rem; }
.ttr-modal.is-open{ display:flex; }
.ttr-modal__content{ background:#111; color:#eee; border-radius:16px; max-width:880px; width:100%; max-height:85vh; overflow:auto; }
.ttr-modal__header{ display:flex; justify-content:space-between; align-items:center; padding:1rem; border-bottom:1px solid #222; }
.ttr-modal__body{ padding:1rem; }
.ttr-modal__footer{position:sticky;bottom:0;background:#111;padding:1rem;text-align:center;border-top:1px solid #222;}

.ttr-sticky-cta{ position:fixed; inset:auto 0 0 0; display:none; background:#111; border-top:1px solid #222; padding:.75rem; text-align:center; z-index:30; }
.ttr-sticky-cta .btn{ background:var(--ttr-pink); color:#fff; border:none; padding:.85rem 1.1rem; border-radius:12px; }
@media (max-width: 768px){ .ttr-sticky-cta{ display:block; } }

.site-title {
    margin: 0;
    line-height: 0;
}

.site-title a {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
}

.site-logo {
    width: clamp(82px, 8.5vw, 115px);
    max-height: 57px;
    object-fit: contain;
    height: auto;
    display: block;
}

@media (min-width: 769px) {
    .site-logo {
        width: clamp(164px, 17vw, 230px);
        max-height: 114px;
    }
}

.site-header {
    gap: 0.75rem;
}

.site-nav a,
.site-nav .submenu-toggle {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.04);
}

.site-nav a[aria-current="page"] {
    background: linear-gradient(135deg, var(--accent-color), var(--accent-color-secondary));
    border-color: transparent;
    color: #111;
}

.site-nav .submenu {
    border-radius: 10px;
    padding: 0.4rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.site-nav .submenu a {
    border: 0;
    background: transparent;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent-color), var(--accent-color-secondary));
    color: #111;
    font-weight: 700;
    white-space: nowrap;
}

.header-cta:hover {
    text-decoration: none;
    filter: brightness(1.06);
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    color: var(--accent-color-secondary);
    margin-bottom: 0.5rem;
}

.contact-hero {
    display: grid;
    grid-template-columns: 1.5fr minmax(260px, 1fr);
    gap: 1.25rem;
    text-align: left;
    margin: 0 auto 1rem;
    max-width: 1020px;
}

.contact-intro {
    max-width: 58ch;
}

.contact-trust-points {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.1rem;
}

.contact-trust-points article {
    background: #161616;
    border: 1px solid #2a2a2a;
    border-radius: 10px;
    padding: 0.8rem 0.95rem;
}

.contact-stat {
    margin: 0 0 0.35rem;
    font-weight: 700;
    color: var(--accent-color-secondary);
}

.contact-trust-points p {
    margin: 0;
}

.contact-aside {
    background: linear-gradient(180deg, #1a1a1a, #121212);
    border: 1px solid #2d2d2d;
    border-radius: 12px;
    padding: 1rem;
    align-self: start;
}


.contact-certified-badge {
    display: inline-flex;
    margin: 0 0 0.65rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 208, 128, 0.45);
    background: rgba(255, 208, 128, 0.12);
    color: #ffd7a6;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-proof-list {
    margin: 0.8rem 0 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.45rem;
    font-size: 0.92rem;
}

.form-trust-note {
    margin-top: 1rem;
    border-top: 1px solid #2f2f2f;
    padding-top: 0.8rem;
    text-align: left;
    font-size: 0.9rem;
    color: #d8d8d8;
}

.form-trust-note p {
    margin: 0.25rem 0;
}

.form-trust-note__scam {
    color: #f6c08a;
}
.contact-aside h2 {
    margin-top: 0;
    margin-bottom: 0.6rem;
    font-size: 1.15rem;
}

.contact-aside ol {
    margin: 0;
    padding-left: 1.2rem;
    display: grid;
    gap: 0.6rem;
}

.aside-note {
    border-top: 1px solid #2a2a2a;
    margin-top: 0.8rem;
    padding-top: 0.8rem;
    font-size: 0.95rem;
}

.contact-highlights,
.flow-steps,
.contact-actions {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin: 1.5rem 0;
}

.contact-highlights article,
.flow-steps article {
    background: #181818;
    border: 1px solid #2b2b2b;
    border-radius: 10px;
    padding: 1rem;
}


.form-feedback {
    max-width: 760px;
    margin: 1rem auto;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    text-align: left;
    border: 1px solid transparent;
}

.form-feedback-success {
    background: rgba(91, 227, 125, 0.12);
    border-color: rgba(91, 227, 125, 0.45);
    color: #8af0a4;
}

.form-feedback-error {
    background: rgba(255, 84, 84, 0.12);
    border-color: rgba(255, 84, 84, 0.4);
    color: #ff9c9c;
}

.contact-form {
    max-width: 760px;
    margin: 1.5rem auto;
}

.contact-form-expectation {
    margin: 0 0 0.8rem;
    color: #f0f0f0;
}

.form-progress {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    margin-bottom: 1rem;
}

.form-progress span {
    border: 1px solid #343434;
    border-radius: 999px;
    padding: 0.45rem 0.75rem;
    font-size: 0.86rem;
    opacity: 0.78;
}

.form-progress span.active {
    border-color: var(--accent-color-secondary);
    color: #fff;
    opacity: 1;
}

.form-step {
    border: 1px solid #2f2f2f;
    border-radius: 12px;
    padding: 1rem;
    margin: 0;
}

.form-step + .form-step {
    margin-top: 0.9rem;
}

.form-step legend {
    padding: 0 0.4rem;
    color: #f7d9a8;
    font-weight: 700;
}

.form-step-actions {
    display: flex;
    gap: 0.6rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.form-consent {
    font-size: 0.95rem;
}

.form-consent label {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
}

.form-consent input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    margin-top: 0.25rem;
}

.contact-form p {
    text-align: left;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    width: 100%;
    margin-top: 0.4rem;
    background: #111;
    color: #e0e0e0;
    border: 1px solid #333;
    border-radius: 8px;
    padding: 0.65rem 0.75rem;
    box-sizing: border-box;
}

.contact-form button {
    background: linear-gradient(135deg, var(--accent-color), var(--accent-color-secondary));
    color: #111;
    border: 0;
    border-radius: 999px;
    padding: 0.7rem 1.4rem;
    font-weight: 700;
}


.contact-form button[disabled] {
    opacity: 0.7;
    cursor: wait;
}

.contact-date-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 0.65rem;
}


.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-weight: 700;
    background: var(--accent-color);
    color: #111;
    margin: 0 auto 0.75rem;
}

.action-link {
    display: block;
    border: 1px solid #333;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.action-link:hover {
    transform: translateY(-2px);
    border-color: var(--accent-color);
    text-decoration: none;
}

.action-link-compact {
    margin-top: 0.8rem;
    padding: 0.65rem 0.9rem;
    text-align: center;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .header-cta {
        display: none;
    }

    .language-switch {
        margin-left: auto;
        margin-right: 0.6rem;
    }

    .contact-hero {
        grid-template-columns: 1fr;
    }
}

.hero-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.cta-button-alt {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.65);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.faq-grid article {
    background: #181818;
    border: 1px solid #2b2b2b;
    border-radius: 10px;
    padding: 1rem;
}

.faq-revamp {
    background: radial-gradient(circle at top right, rgba(255, 0, 128, 0.16), transparent 42%), #121212;
    border: 1px solid #2c2c2c;
}

.faq-revamp .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    color: var(--accent-color);
    margin-bottom: 0.35rem;
    font-weight: 700;
}

.faq-revamp h1 {
    margin-top: 0;
}

.faq-intro {
    max-width: 900px;
    color: #e7e7e7;
}

.faq-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.faq-highlights article {
    background: linear-gradient(165deg, #1f1f1f, #161616);
    border: 1px solid #353535;
    border-radius: 12px;
    padding: 1rem;
}

.faq-highlights h2 {
    margin-top: 0;
    font-size: 1.05rem;
}

.faq-cta-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1rem 0 1.5rem;
    justify-content: center;
    align-items: center;
}

.faq-cta-bar .cta-button {
    min-width: 210px;
    text-align: center;
}

@media (max-width: 640px) {
    .faq-cta-bar .cta-button {
        width: 100%;
    }
}

.faq-revamp .accordion-item {
    border: 1px solid #333;
    border-radius: 10px;
    margin-bottom: 0.65rem;
    background: #171717;
    overflow: hidden;
}

.faq-revamp .accordion-header {
    font-weight: 700;
    transition: background 0.2s ease;
}

.faq-revamp .accordion-header:hover {
    background: #1f1f1f;
}

.faq-revamp .accordion-content {
    color: #dedede;
    line-height: 1.55;
}

.faq-bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
    justify-content: center;
}

.faq-bottom-links a {
    font-weight: 700;
    text-align: center;
}

.advisor-highlight ul {
    list-style: none;
    padding: 0;
    margin: 1rem auto;
    max-width: 700px;
}

.advisor-highlight li {
    padding: 0.35rem 0;
}

.quick-quote-sticky {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--accent-color), var(--accent-color-secondary));
    color: #111;
    border-radius: 999px;
    padding: 0.8rem 1rem;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.quick-quote-sticky:hover {
    text-decoration: none;
    filter: brightness(1.05);
}

@media (max-width: 768px) {
    .quick-quote-sticky,
    .whatsapp-float {
        display: none;
    }
}

/* Cruises page refresh */
.cruise-hero {
    background: linear-gradient(140deg, rgba(230, 0, 126, 0.2), rgba(192, 158, 98, 0.2)), #171717;
    border: 1px solid #2e2e2e;
}

.cruise-hero h1 {
    margin-top: 0;
    font-size: clamp(2rem, 4vw, 3rem);
}

.cruise-hero-actions {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.cruise-selector {
    border: 1px solid #343434;
}

.cruise-selector-controls {
    display: inline-flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin: 1rem 0 1.25rem;
}

.cruise-tab {
    border: 1px solid #505050;
    background: #242424;
    color: var(--text-color);
    padding: 0.6rem 1rem;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 700;
}

.cruise-tab.is-active {
    background: linear-gradient(135deg, var(--accent-color), var(--accent-color-secondary));
    color: #111;
    border-color: transparent;
}

.cruise-panel {
    background: #1b1b1b;
    border: 1px solid #2f2f2f;
    border-radius: 10px;
    padding: 1rem;
    max-width: 850px;
    margin: 0 auto;
    text-align: left;
}

.cruise-panel h3 {
    margin-top: 0;
}

.cruise-panel ul {
    margin: 0;
    padding-left: 1rem;
}

.cruise-panel li {
    margin-bottom: 0.5rem;
}

.theme-checklist {
    margin-top: 1rem;
}

.theme-option {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    justify-content: center;
    background: #1a1a1a;
    border: 1px solid #2f2f2f;
    border-radius: 10px;
    padding: 0.85rem;
}

.theme-option input {
    accent-color: var(--accent-color);
}

.cruise-gallery figcaption {
    margin-top: 0.8rem;
    color: #d7d7d7;
}

@media (max-width: 768px) {
    .cruise-panel {
        text-align: center;
    }

    .cruise-panel ul {
        padding-left: 0;
        list-style-position: inside;
    }
}

/* Referral perks page */
.referral-perks-page {
    background: linear-gradient(145deg, rgba(230, 0, 126, 0.25), rgba(192, 158, 98, 0.2));
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.referral-hero .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: var(--accent-color-secondary);
}

.perk-counters {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.9rem;
}

.counter-card {
    background: rgba(17, 17, 17, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 1rem;
}

.counter-card strong {
    display: block;
    font-size: 1.8rem;
    color: #fff;
}

.perks-grid {
    margin-top: 1.15rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    text-align: left;
}

.perk-list-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    padding: 1rem;
}

.perk-list-card h3 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.08rem;
}

.perk-list-card ul {
    margin: 0;
    padding-left: 1.2rem;
}

.perk-list-card li + li {
    margin-top: 0.4rem;
}

.perks-note {
    margin-top: 1.2rem;
    font-size: 0.95rem;
    opacity: 0.9;
}


.referral-how ol {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
    text-align: left;
}

.referral-how li + li {
    margin-top: 0.55rem;
}

.referral-who-for .perk-list-card p {
    margin-bottom: 0;
}

/* Booking page glow-up */
.booking-hero {
    background: radial-gradient(circle at top, rgba(230, 0, 126, 0.35), rgba(34, 34, 34, 0.95) 55%),
        linear-gradient(120deg, rgba(192, 158, 98, 0.25), rgba(230, 0, 126, 0.15));
    border: 1px solid rgba(192, 158, 98, 0.5);
    max-width: 920px;
    margin: 0 auto 1.5rem;
}

.booking-hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #f7d9a8;
    margin-bottom: 0.5rem;
}

.booking-hero h1 {
    margin-top: 0;
    margin-bottom: 0.65rem;
    font-size: clamp(1.8rem, 3.7vw, 2.8rem);
}

.booking-hero-lead {
    max-width: 68ch;
    margin: 0 auto;
}

.booking-hero-chips {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
}

.booking-hero-chips span {
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.92rem;
}

.booking-hero-actions {
    margin-top: 1.2rem;
    display: flex;
    justify-content: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

.cta-button.secondary {
    background: transparent;
    color: var(--text-color);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.booking-card {
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.booking-card h3 {
    margin-top: 0.45rem;
}

.booking-card p {
    text-align: left;
}

.booking-card .cta-button {
    margin-top: 0.5rem;
}

.booking-card-tag {
    margin: 0;
    display: inline-block;
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: rgba(230, 0, 126, 0.16);
    color: #f8bfdc;
}

.booking-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.booking-benefits-grid article {
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1rem;
}

.booking-benefits-grid h3 {
    margin-top: 0;
}

.booking-support-note {
    margin-bottom: 0;
}

.booking-steps {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.booking-steps ol {
    text-align: left;
    display: inline-block;
}

@media (max-width: 720px) {
    .booking-card,
    .booking-card p {
        text-align: center;
    }

    .booking-steps ol {
        display: block;
    }
}

/* ===== Homepage world-class refresh ===== */
.home-hero {
    min-height: 72vh;
    border-radius: 18px;
    isolation: isolate;
}

.home-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.8));
    z-index: 0;
}

.home-hero .hero-overlay {
    max-width: 860px;
    margin: 0 auto;
    background: rgba(8, 8, 8, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(6px);
    padding: 2rem;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    color: #f4f4f4;
}

.home-hero h1 {
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.15;
    margin-bottom: 0.85rem;
}

.hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin: 1.25rem 0;
}

.cta-button-alt {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: #fff;
}

.cta-button-alt:hover {
    background: rgba(255, 255, 255, 0.08);
}

.hero-proof-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hero-proof-points li {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    padding: 0.35rem 0.8rem;
    font-size: 0.84rem;
}

.why-book-strip {
    background: linear-gradient(90deg, rgba(230, 0, 126, 0.2), rgba(192, 158, 98, 0.18));
    border: 1px solid #292929;
    border-radius: 14px;
    padding: 2rem 1rem;
}

.why-book-benefit {
    max-width: 280px;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.why-book-benefit h3 {
    margin: 0.25rem 0 0.35rem;
}

.home-process {
    background: #171717;
    border: 1px solid #292929;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.process-step {
    background: #1f1f1f;
    border: 1px solid #313131;
    border-radius: 12px;
    padding: 1rem;
}

.process-step-number {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--accent-color);
    margin-bottom: 0.4rem;
    letter-spacing: 0.05em;
}

.resort-card {
    border: 1px solid #2d2d2d;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.resort-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.36);
}

.home-cta-banner {
    border-radius: 14px;
    background: linear-gradient(45deg, var(--accent-color), var(--accent-color-secondary));
}

@media (max-width: 900px) {
    .process-grid {
        grid-template-columns: 1fr;
    }

    .home-hero {
        min-height: 62vh;
    }
}

/* ===== Homepage world-class refresh v2 ===== */
.home-hero {
    min-height: 78vh;
    border-radius: 20px;
    overflow: hidden;
}

.home-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(165deg, rgba(6, 6, 6, 0.38) 12%, rgba(6, 6, 6, 0.82) 78%);
    z-index: 0;
}

.home-hero .hero-overlay {
    max-width: 920px;
    margin: 0 auto;
    padding: 2.4rem;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(10, 10, 10, 0.6);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.4);
}

.home-hero h1 {
    font-size: clamp(2rem, 4.4vw, 3.45rem);
    line-height: 1.08;
    margin: 0 0 0.8rem;
}

.home-hero p {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.85rem;
    color: #f8e6ef;
}

.hero-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1.35rem 0;
}

.cta-button-alt {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.62);
}

.cta-button-alt:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.12);
}

.hero-proof-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.62rem;
}

.hero-proof-points li {
    font-size: 0.86rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 0.35rem 0.78rem;
}

.trust-marquee {
    margin-top: 1.25rem;
    border: 1px solid #2d2d2d;
    background: linear-gradient(90deg, rgba(230, 0, 126, 0.1), rgba(192, 158, 98, 0.1));
    padding: 1rem;
}

.trust-marquee p {
    margin: 0;
}

.theme-planner-spotlight {
    margin-top: 1rem;
    border: 1px solid #2d2d2d;
    border-radius: 16px;
    background: linear-gradient(120deg, rgba(230, 0, 126, 0.14), rgba(192, 158, 98, 0.14)), #141414;
}

.theme-planner-spotlight__content {
    max-width: 900px;
    margin: 0 auto;
}

.theme-planner-spotlight h2 {
    margin-top: 0;
}

.theme-planner-spotlight ul {
    list-style: disc;
    text-align: left;
    max-width: 720px;
    margin: 1rem auto;
    padding-left: 1.2rem;
}

.theme-planner-spotlight li + li {
    margin-top: 0.35rem;
}

.theme-planner-spotlight__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.stats-section {
    border-radius: 14px;
    border: 1px solid #252525;
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.06), #101010 52%);
}

.stat {
    min-width: 180px;
}

.why-book-strip {
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    background: linear-gradient(100deg, rgba(230, 0, 126, 0.18), rgba(192, 158, 98, 0.17));
    padding: 2.2rem 1.2rem;
}

.why-book-benefits {
    gap: 1rem;
}

.why-book-benefit {
    max-width: 260px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(8, 8, 8, 0.38);
    padding: 1rem;
}

.why-book-benefit p {
    margin-bottom: 0;
}

.home-process {
    background: #151515;
    border: 1px solid #2a2a2a;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.95rem;
}

.process-step {
    text-align: left;
    background: #1b1b1b;
    border: 1px solid #303030;
    border-radius: 12px;
    padding: 1rem;
}

.process-step p {
    text-align: left;
    margin-bottom: 0;
}

.process-step-number {
    margin: 0 0 0.35rem;
    color: var(--accent-color);
    letter-spacing: 0.08em;
    font-weight: 700;
    font-size: 0.78rem;
}

.decision-grid {
    padding: 0.5rem 0;
}

.decision-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.decision-card {
    background: #1a1a1a;
    border: 1px solid #303030;
    border-radius: 14px;
    padding: 1.2rem;
}

.decision-card ul {
    list-style-position: outside;
    text-align: left;
    max-width: 340px;
    margin: 0.75rem auto 1rem;
    padding-left: 1.2rem;
}

.decision-card li {
    margin-bottom: 0.35rem;
}

.section-subtitle {
    margin-top: -0.3rem;
    margin-bottom: 1rem;
    opacity: 0.92;
}

.featured-resorts {
    border-radius: 16px;
    border: 1px solid #262626;
    background: #121212;
}

.resort-card {
    border: 1px solid #323232;
    border-radius: 12px;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.resort-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.4);
}

.testimonial {
    min-height: 140px;
}

.advisor-highlight {
    border: 1px solid #2b2b2b;
    background: #171717;
}

.advisor-highlight ul {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.home-cta-banner {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(48deg, var(--accent-color), var(--accent-color-secondary));
}

@media (max-width: 1024px) {
    .process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .home-hero {
        min-height: 66vh;
        border-radius: 12px;
    }

    .home-hero .hero-overlay {
        padding: 1.25rem;
    }

    .decision-cards,
    .process-grid {
        grid-template-columns: 1fr;
    }
}

.conversion-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.65rem 1rem;
    background: linear-gradient(90deg, rgba(255, 46, 138, 0.16), rgba(255, 217, 77, 0.16));
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.conversion-banner p {
    margin: 0;
    font-size: 0.95rem;
    text-align: left;
}

.conversion-banner-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.conversion-banner-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    font-weight: 600;
}

.conversion-banner-actions a:hover {
    text-decoration: none;
    background: rgba(255, 255, 255, 0.16);
}

.site-footer {
    margin-top: 2rem;
    border-top: 1px solid #2c2c2c;
    padding: 2rem 1rem 2.5rem;
    text-align: center;
}

.footer-conversion {
    max-width: 880px;
    margin: 0 auto 1rem;
    padding: 1.35rem;
    border-radius: 14px;
    background: #1a1a1a;
    border: 1px solid #2f2f2f;
}

.footer-conversion h2 {
    margin-bottom: 0.65rem;
}

.footer-conversion p {
    margin: 0 auto 1rem;
    max-width: 680px;
}

.footer-conversion-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.footer-grid {
    max-width: 1080px;
    margin: 1.25rem auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 1rem;
    text-align: left;
}

.footer-column {
    background: #151515;
    border: 1px solid #292929;
    border-radius: 12px;
    padding: 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.footer-column h3 {
    margin: 0;
    font-size: 1rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
    margin: 0;
}

.footer-links a {
    color: #e7e7e7;
    border: 1px solid #343434;
    border-radius: 999px;
    padding: 0.4rem 0.8rem;
}

.footer-column > a {
    color: #e7e7e7;
    width: fit-content;
}

.footer-links a:hover {
    text-decoration: none;
    border-color: var(--accent-color);
    color: #fff;
}

@media (max-width: 768px) {
    .conversion-banner {
        flex-direction: column;
        align-items: stretch;
        padding: 0.75rem;
    }

    .conversion-banner p {
        text-align: center;
    }

    .conversion-banner-actions {
        width: 100%;
    }

    .conversion-banner-actions a {
        flex: 1 1 auto;
    }
}

/* Resort detail page refresh (Desire RM + Pearl) */
.resort-hero {
    position: relative;
    min-height: 62vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.resort-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resort-hero__overlay {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 1rem;
    padding: 2rem;
    border-radius: 20px;
    background: rgba(14, 14, 16, 0.7);
    backdrop-filter: blur(3px);
    text-align: left;
}

.resort-hero__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
    color: #d8b67c;
    margin-bottom: 0.75rem;
}

.resort-hero__lead {
    font-size: 1.05rem;
    line-height: 1.6;
}

.resort-hero--rm::after,
.resort-hero--pearl::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.38));
}

.resort-cta-secondary {
    background: transparent;
    color: var(--text-color);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.resort-metrics__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 1rem;
}

.resort-metrics__grid article {
    background: #17171a;
    border: 1px solid #2a2a30;
    border-radius: 14px;
    padding: 1rem;
}

.resort-metrics__grid strong {
    display: block;
    margin-bottom: 0.4rem;
    color: #f3cc88;
    font-size: 1.15rem;
}

.resort-pillars {
    gap: 1rem;
}

.resort-showcase__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.resort-showcase__grid article {
    background: #141418;
    border: 1px solid #2a2a32;
    border-radius: 14px;
    overflow: hidden;
}

.resort-showcase__grid img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.resort-showcase__grid h3,
.resort-showcase__grid p {
    padding: 0 0.9rem;
}

.resort-showcase__grid p {
    padding-bottom: 1rem;
}

.resort-timeline ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resort-timeline li {
    border-left: 3px solid #c09e62;
    padding: 0.3rem 0 0.8rem 1rem;
    margin-left: 0.3rem;
}

.resort-faq details {
    background: #17171a;
    border: 1px solid #29292e;
    border-radius: 10px;
    margin-bottom: 0.75rem;
    padding: 0.8rem 1rem;
}

.resort-faq summary {
    cursor: pointer;
    font-weight: 600;
}

@media (max-width: 768px) {
    .resort-hero {
        min-height: 58vh;
    }

    .resort-hero__overlay {
        padding: 1.25rem;
    }
}

/* Temptation resort page refinements */
.ttr-hero__eyebrow {
    display: inline-block;
    margin-bottom: 0.8rem;
    padding: 0.3rem 0.6rem;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    font-size: 0.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.ttr-metrics__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 0.9rem;
}

.ttr-metrics__grid article {
    background: #161616;
    border: 1px solid #2d2d2d;
    border-radius: 12px;
    padding: 0.9rem;
}

.ttr-metrics__grid strong {
    color: var(--ttr-gold);
}

.ttr-room-card__category {
    margin: 0;
    font-size: 0.8rem;
    color: #e4c68f;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ttr-rooms h2,
.ttr-faq h2,
.ttr-final-cta h2 {
    margin-bottom: 0.9rem;
}

.ttr-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem;
    padding: 1.5rem 1rem;
}

.ttr-highlight {
    background: #131313;
    border: 1px solid #292929;
    border-radius: 14px;
    overflow: hidden;
}

.ttr-highlight img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.ttr-highlight h3,
.ttr-highlight p {
    padding: 0 0.9rem;
}

.ttr-highlight p {
    padding-bottom: 1rem;
}

.ttr-theme-nights ul {
    margin: 0;
    padding-left: 1.2rem;
}

.ttr-final-cta {
    border: 1px solid #2f2f2f;
}

/* ===== Homepage roadmap #1 additions ===== */
.cta-button-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.72);
    color: #fff;
}

.cta-button-outline:hover {
    background: rgba(255, 255, 255, 0.14);
    text-decoration: none;
}

.hero-trust-badges {
    margin: 0.5rem 0 0.9rem;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem;
}

.hero-trust-badges li {
    padding: 0.32rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.8rem;
    font-weight: 600;
}

.hero-referral-note {
    max-width: 780px;
    margin: 0 auto 0.9rem;
    font-size: 0.9rem;
    color: #f3f3f3;
}

.testimonial-chips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
}

.testimonial-chip {
    border: 1px solid #2e2e2e;
    background: #161616;
    border-radius: 12px;
    padding: 0.9rem;
    text-align: left;
}

.testimonial-chip__label {
    margin: 0 0 0.45rem;
    font-weight: 700;
    color: #ffd86b;
}

.testimonial-chip p {
    margin: 0;
}

@media (max-width: 900px) {
    .testimonial-chips {
        grid-template-columns: 1fr;
    }
}

/* ===== Promotions roadmap #8 additions ===== */
.promos-roadmap {
    max-width: 1200px;
    margin: 0 auto;
}

.promos-roadmap .promos-lead,
.promos-roadmap .promos-sublead {
    text-align: center;
    max-width: 760px;
    margin: 0.5rem auto;
}

.promo-filters-advanced {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.promo-filters-advanced label {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.promo-filters-advanced select {
    min-height: 44px;
    border-radius: 6px;
    border: 1px solid #3a3a3a;
    background: #151515;
    color: var(--text-color);
    padding: 0.5rem 0.65rem;
}

.promo-count {
    margin: 0.5rem 0 1rem;
    color: #d8d8d8;
}

.promo-grid-advanced {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

.promo-offer-card {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.promo-offer-content h2 {
    margin-top: 0;
    font-size: 1.2rem;
}

.promo-offer-content ul {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0;
}

.promo-offer-content li {
    margin-bottom: 0.35rem;
}

.not-found {
    max-width: 780px;
    margin: 2.5rem auto 3rem;
    padding: 2rem 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: linear-gradient(165deg, rgba(255, 178, 120, 0.12), rgba(255, 255, 255, 0.03));
    text-align: center;
}

.not-found h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    margin-bottom: 0.85rem;
}

.not-found-lead {
    max-width: 62ch;
    margin: 0 auto;
    color: #e6e6e6;
}

.not-found-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.4rem;
}

.not-found-links {
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.95rem;
}

.not-found-links a {
    color: var(--accent-color-secondary);
    font-weight: 600;
}
