:root {
    --bg: #070422;
    --bg-soft: #111111;
    --bg-elevated: rgba(1, 1, 53, 0.82);
    --panel: rgba(7, 2, 37, 0.88);
    --panel-strong: #181818;
    --line: rgba(255, 255, 255, 0.12);
    --line-strong: rgba(255, 255, 255, 0.22);
    --text: #f7f2ea;
    --muted: #c7beb3;
    --accent: #d6a318;
    --accent-strong: #f5c94d;
    --accent-cool: #7c1018;
    --success: #7bc67b;
    --danger: #e46b76;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
    --radius: 28px;
    --radius-sm: 18px;
    --container: min(1180px, calc(100vw - 2rem));
}

body.services-lux {
    background:
        radial-gradient(circle at top left, rgba(26, 56, 91, 0.18), transparent 30%),
        radial-gradient(circle at top right, rgba(214, 163, 24, 0.12), transparent 24%),
        linear-gradient(180deg, #07090d 0%, #0d1218 42%, #090d12 100%);
}

body.services-lux .site-header-lux {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    border-bottom: 0;
}

body.services-lux .topbar,
body.services-lux .menu-bar {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.services-hero-2026 {
    position: relative;
    min-height: 82svh;
    display: grid;
    align-items: end;
    overflow: hidden;
}

.services-hero-backdrop-2026 {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    transform: scale(1.03);
}

.services-hero-backdrop-2026::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 5, 9, 0.42) 0%, rgba(2, 5, 9, 0.26) 18%, rgba(2, 5, 9, 0.82) 100%);
}

.services-hero-inner-2026,
.services-story-head-2026,
.services-story-grid-2026,
.services-seo-grid-2026,
.services-cta-panel-2026 {
    position: relative;
    z-index: 1;
}

.services-hero-inner-2026 {
    padding: 11.5rem 0 5rem;
}

.services-kicker-2026,
.services-section-kicker-2026 {
    margin: 0 0 1rem;
    color: rgba(255, 255, 255, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 700;
}

.services-hero-inner-2026 h1,
.services-story-head-2026 h2,
.services-seo-copy-2026 h2,
.services-cta-panel-2026 h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    line-height: 1.04;
}

.services-hero-inner-2026 h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 7vw, 5.7rem);
}

.services-hero-inner-2026 h1 span,
.services-story-head-2026 h2 span,
.services-seo-copy-2026 h2 span {
    color: var(--accent);
}

.services-hero-copy-2026,
.services-story-head-2026 p,
.services-story-point-2026 p,
.services-seo-copy-2026 p,
.services-benefit-card-2026 p,
.services-cta-panel-2026 p {
    color: rgba(244, 239, 233, 0.76);
    line-height: 1.78;
}

.services-hero-copy-2026 {
    max-width: 46rem;
    margin: 1.35rem 0 0;
    font-size: 1.06rem;
}

.services-hero-actions-2026,
.services-story-actions-2026,
.services-cta-actions-2026 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.services-highlights-2026 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.2rem;
}

.services-highlight-card-2026 {
    display: grid;
    grid-template-columns: 2.8rem 1fr;
    gap: 0.95rem;
    align-items: start;
    padding: 1.1rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 1.3rem;
    background: rgba(8, 15, 23, 0.48);
    backdrop-filter: blur(8px);
}

.services-highlight-card-2026 i {
    width: 2.8rem;
    height: 2.8rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(214, 163, 24, 0.16);
    color: var(--accent-strong);
    font-size: 1.15rem;
}

.services-highlight-card-2026 strong,
.services-story-point-2026 h3,
.services-benefit-card-2026 h3 {
    display: block;
    margin: 0;
    font-family: "Manrope", sans-serif;
}

.services-highlight-card-2026 strong {
    font-size: 0.98rem;
    margin-bottom: 0.3rem;
}

.services-highlight-card-2026 span {
    color: rgba(244, 239, 233, 0.66);
    line-height: 1.5;
    font-size: 0.92rem;
}

.services-story-band-2026 {
    padding: 5.25rem 0;
}

.services-story-band-2026.is-surface {
    background: linear-gradient(180deg, rgba(16, 21, 29, 0.94), rgba(16, 21, 29, 0.98));
}

.services-story-band-2026.is-deep {
    background: linear-gradient(180deg, rgba(5, 8, 13, 0.98), rgba(8, 11, 16, 0.98));
}

.services-story-head-2026 {
    max-width: 52rem;
    margin-bottom: 2.35rem;
    text-align: center;
}

.services-story-head-2026 h2 {
    font-size: clamp(2rem, 4vw, 3.5rem);
    max-width: 14ch;
    margin-inline: auto;
}

.services-divider-2026 {
    width: 6rem;
    height: 1px;
    margin: 1.2rem auto 1.15rem;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.56), transparent);
}

.services-story-head-2026 p {
    max-width: 44rem;
    margin: 0 auto;
}

.services-story-grid-2026 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: stretch;
}

.services-story-grid-2026.is-reverse .services-story-media-2026 {
    order: 2;
}

.services-story-grid-2026.is-reverse .services-story-copy-2026 {
    order: 1;
}

.services-story-media-2026 {
    min-height: 24rem;
    border-radius: 1.7rem;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: rgba(255, 255, 255, 0.04);
}

.services-story-media-2026 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-story-copy-2026 {
    display: grid;
    align-content: center;
    gap: 1.2rem;
    padding: 0.5rem 0;
}

.services-story-point-2026 {
    padding-bottom: 1.15rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.services-story-point-2026:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.services-story-point-2026 h3 {
    font-size: 1.18rem;
    margin-bottom: 0.45rem;
}

.services-story-point-2026 p {
    margin: 0;
}

.services-seo-2026 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.services-seo-grid-2026 {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 2rem;
    align-items: start;
}

.services-seo-copy-2026 h2 {
    font-size: clamp(2rem, 4vw, 3.25rem);
    max-width: 13ch;
    margin-bottom: 1rem;
}

.services-seo-copy-2026 p {
    margin: 0 0 1rem;
}

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

.services-benefit-card-2026 {
    padding: 1.45rem;
    border-radius: 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02)),
        rgba(13, 18, 24, 0.84);
}

.services-benefit-card-2026 h3 {
    font-size: 1.08rem;
    margin-bottom: 0.55rem;
}

.services-benefit-card-2026 p {
    margin: 0;
}

.services-cta-2026 {
    padding-top: 0;
    padding-bottom: 5rem;
}

.services-cta-panel-2026 {
    padding: 2.35rem;
    border-radius: 1.9rem;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(124, 16, 24, 0.16), rgba(214, 163, 24, 0.14)),
        rgba(10, 14, 20, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
}

.services-cta-panel-2026 h2 {
    max-width: 16ch;
    margin-inline: auto;
    font-size: clamp(1.9rem, 4vw, 3rem);
}

.services-cta-panel-2026 p {
    max-width: 48rem;
    margin: 1rem auto 0;
}

.services-cta-actions-2026 {
    justify-content: center;
}

@media (max-width: 1080px) {
    .services-highlights-2026,
    .services-benefits-grid-2026 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-story-grid-2026,
    .services-seo-grid-2026 {
        grid-template-columns: 1fr;
    }

    .services-story-grid-2026.is-reverse .services-story-media-2026,
    .services-story-grid-2026.is-reverse .services-story-copy-2026 {
        order: initial;
    }
}

@media (max-width: 767px) {
    body.services-lux .site-header-lux {
        position: sticky;
        background: rgba(4, 4, 4, 0.92);
        backdrop-filter: blur(18px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    body.services-lux .topbar,
    body.services-lux .menu-bar {
        background: transparent;
    }

    .services-hero-2026 {
        min-height: auto;
    }

    .services-hero-inner-2026 {
        padding: 8.8rem 0 3.4rem;
    }

    .services-highlights-2026,
    .services-benefits-grid-2026 {
        grid-template-columns: 1fr;
    }

    .services-story-band-2026,
    .services-seo-2026,
    .services-cta-2026 {
        padding-top: 3.6rem;
        padding-bottom: 3.6rem;
    }

    .services-story-media-2026 {
        min-height: 17rem;
    }

    .services-cta-panel-2026 {
        padding: 1.7rem 1.2rem;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Outfit", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(124, 16, 24, 0.18), transparent 30%),
        radial-gradient(circle at top right, rgba(214, 163, 24, 0.16), transparent 26%),
        linear-gradient(180deg, #060606 0%, #0c0c0c 45%, #090909 100%);
    min-height: 100vh;
}

body.home-lux {
    background: linear-gradient(0deg, rgb(3, 16, 51) 0%, rgb(1, 4, 20) 100%);
    color: #ffffff;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

.site-shell {
    position: relative;
    overflow-x: hidden;
}

.site-shell::before,
.site-shell::after {
    content: "";
    position: fixed;
    inset: auto;
    width: 28rem;
    height: 28rem;
    border-radius: 999px;
    filter: blur(120px);
    opacity: 0.22;
    pointer-events: none;
    z-index: -1;
}

.site-shell::before {
    top: -8rem;
    left: -6rem;
    background: rgba(76, 201, 193, 0.24);
}

.site-shell::after {
    bottom: -10rem;
    right: -6rem;
    background: rgba(216, 166, 87, 0.18);
}

.container {
    width: var(--container);
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(18px);
    background: rgba(5, 10, 18, 0.6);
    border-bottom: 1px solid rgba(148, 163, 184, 0.08);
}

body.home-light .site-header {
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid rgba(15, 15, 15, 0.08);
    backdrop-filter: none;
}

.site-header-lux {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #040404;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.home-lux .site-header-lux {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    border-bottom: 0;
}

body.home-lux .topbar,
body.home-lux .menu-bar {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.topbar,
.menu-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-bar {
    border-bottom: 0;
}

.topbar-grid {
    min-height: 3.7rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
}

.topbar-phone,
.topbar-right,
.social-links,
.lang-switch {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.topbar-phone {
    color: rgba(255, 255, 255, 0.82);
    justify-self: start;
}

.topbar-phone i,
.lang-switch i {
    font-size: 0.95rem;
}

.topbar-logo {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
}

.topbar-logo img {
    max-height: 2rem;
    width: auto;
}

.topbar-logo-text {
    font-family: "Manrope", sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: #ffffff;
    white-space: nowrap;
}

.topbar-right {
    justify-self: end;
}

.lang-switch a,
.social-links a {
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.88rem;
}

.lang-switch a.is-active {
    color: #ffffff;
}

.social-links a {
    width: 1.9rem;
    height: 1.9rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.1);
    text-transform: uppercase;
}

.social-links a i {
    font-size: 0.88rem;
}

.nav-wrap {
    min-height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    position: relative;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex: 1 1 auto;
    min-width: 0;
}

.menu-logo {
    display: none;
    align-items: center;
    gap: 0.7rem;
}

.menu-logo img {
    max-height: 2rem;
    width: auto;
}

.menu-logo-text {
    font-family: "Manrope", sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: #ffffff;
    white-space: nowrap;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.brand strong,
.brand h1,
.brand h2 {
    font-family: "Manrope", sans-serif;
}

.brand small {
    display: block;
    color: var(--muted);
    font-size: 0.78rem;
    margin-top: 0.12rem;
}

.brand-mark {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 1rem;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    letter-spacing: 0.06em;
    background: linear-gradient(135deg, rgba(216, 166, 87, 0.95), rgba(76, 201, 193, 0.86));
    color: #07121e;
    box-shadow: 0 12px 28px rgba(216, 166, 87, 0.2);
}

.site-nav,
.admin-nav {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.site-nav a,
.admin-nav a {
    padding: 0.78rem 1rem;
    border-radius: 999px;
    color: var(--muted);
    transition: 180ms ease;
}

.site-nav a:hover,
.site-nav a.is-active,
.admin-nav a:hover,
.admin-nav a.is-active {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
}

body.home-light .site-nav a {
    color: #525252;
}

body.home-light .site-nav a:hover,
body.home-light .site-nav a.is-active {
    background: #f2f2f2;
    color: #111111;
}

body.home-light .brand small {
    color: #6e6e6e;
}

.site-header-lux .nav-wrap {
    justify-content: space-between;
    min-height: 3.7rem;
}

.site-header-lux .site-nav {
    gap: 1.2rem;
    justify-content: flex-start;
}

.site-header-lux .site-nav a {
    color: rgba(255, 255, 255, 0.78);
    padding: 0.3rem 0;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    font-weight: 700;
}

.site-header-lux .site-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.6rem;
    height: 2px;
    background: #ffffff;
    opacity: 0;
    transform: scaleX(0.3);
    transition: 200ms ease;
}

.site-header-lux .site-nav a:hover,
.site-header-lux .site-nav a.is-active {
    background: transparent;
    color: #ffffff;
}

.nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.9rem;
    flex-shrink: 0;
}

.nav-search {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 15.5rem;
    height: 2.95rem;
    padding: 0 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.28);
}

.nav-search i {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
}

.nav-search input {
    width: 100%;
    border: 0;
    background: transparent;
    color: #ffffff;
    outline: none;
}

.nav-search input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.nav-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 2.95rem;
    padding: 0.78rem 1.15rem;
    border-radius: 999px;
    border: 1px solid rgba(214, 163, 24, 0.48);
    background: rgba(214, 163, 24, 0.12);
    color: #ffffff;
    font-weight: 700;
}

.nav-whatsapp i {
    color: #d6a318;
    font-size: 1rem;
}

.nav-whatsapp:hover {
    background: rgba(214, 163, 24, 0.18);
}

.site-header-lux .site-nav a:hover::after,
.site-header-lux .site-nav a.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 0.32rem;
    width: 2.9rem;
    height: 2.9rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.04);
    align-items: center;
    justify-content: center;
}

.nav-toggle span {
    width: 1rem;
    height: 2px;
    background: var(--text);
    border-radius: 999px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3rem;
    padding: 0.9rem 1.35rem;
    border-radius: 999px;
    border: 0;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: #08111f;
    font-weight: 700;
    box-shadow: 0 16px 32px rgba(216, 166, 87, 0.18);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 36px rgba(216, 166, 87, 0.26);
}

.button-ghost {
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    border: 1px solid var(--line);
    box-shadow: none;
}

.button-small {
    min-height: 2.55rem;
    padding: 0.72rem 1rem;
}

.home-button-dark {
    background: #111111;
    color: #ffffff;
    box-shadow: none;
}

.home-button-light {
    background: #ffffff;
    color: #111111;
    border: 1px solid rgba(17, 17, 17, 0.1);
}

.lux-hero {
    padding: 0;
}

.lux-slider-shell {
    width: 100%;
}

.lux-slider {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
    background: #0b0b0b;
}

.lux-slider::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10rem;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(9, 9, 9, 0) 0%, rgba(9, 9, 9, 0.72) 62%, #090909 100%);
}

.lux-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 700ms ease;
    background-size: cover;
    background-position: center center;
}

.lux-slide.is-active {
    opacity: 1;
    pointer-events: auto;
}

.lux-slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.68) 42%, rgba(0, 0, 0, 0.58) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.36) 100%);
}

.lux-slide-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: min(1220px, calc(100vw - 4rem));
    margin: 0 auto;
    min-height: 100svh;
    padding: 12.5rem 0 7.5rem;
}

.lux-slide-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(52vw, 60rem);
    max-width: none;
}

.lux-slide-copy.is-premium {
    gap: 0.2rem;
}

.lux-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    width: fit-content;
    margin-bottom: 1.6rem;
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.72);
    border: 1px solid rgba(214, 163, 24, 0.42);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.24);
}

.lux-badge i {
    color: var(--accent-strong);
    font-size: 1rem;
}

.lux-badge span {
    color: var(--accent-strong);
    font-weight: 700;
    letter-spacing: 0.01em;
}

.lux-slide-kicker {
    margin: 0 0 1.25rem;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.lux-slide-copy h1 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2.7rem, 4.6vw, 4.4rem);
    line-height: 1;
    letter-spacing: -0.05em;
    max-width: 14ch;
}

.lux-slide-copy h1 span {
    color: var(--accent);
}

.lux-slide-copy p {
    max-width: 44rem;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.62;
    font-size: 1.08rem;
    margin-top: 1.55rem;
}

.lux-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.4rem;
    padding: 0.95rem 1.5rem;
    border-radius: 999px;
    font-weight: 700;
}

.lux-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.lux-cta-primary {
    gap: 0.75rem;
    background: var(--accent);
    color: #111111;
    border: 1px solid rgba(214, 163, 24, 0.9);
    box-shadow: 0 24px 40px rgba(214, 163, 24, 0.18);
}

.lux-cta-primary i {
    font-size: 1rem;
}

.lux-cta-secondary {
    border: 1px solid rgba(214, 163, 24, 0.92);
    color: var(--accent-strong);
    background: rgba(0, 0, 0, 0.18);
}

.lux-stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.lux-stat-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    min-width: 11rem;
    padding: 0.7rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
}

.lux-stat-chip strong,
.lux-stat-chip span {
    display: block;
}

.lux-stat-chip strong {
    font-size: 1.05rem;
    color: #ffffff;
}

.lux-stat-chip span {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.72);
}

.lux-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 50%;
    background: rgba(214, 163, 24, 0.2);
    color: #e0ad26;
}

.lux-stat-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.22rem;
    color: #e0ad26;
}

.lux-stat-icon i::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.lux-slider-ui {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.lux-slider-ui-inner {
    position: relative;
    width: min(1220px, calc(100vw - 4rem));
    height: 100%;
    margin: 0 auto;
}

.lux-slider-actions {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
    display: grid;
    gap: 1rem;
    transform: translateY(-50%);
    pointer-events: auto;
}

.lux-arrow {
    width: 3.4rem;
    height: 3.4rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.92);
    color: #111111;
    font-size: 1.1rem;
}

.lux-arrow i {
    font-size: 1rem;
}

.lux-slider-dots {
    position: absolute;
    right: 0;
    bottom: 2.4rem;
    z-index: 3;
    display: grid;
    gap: 0.65rem;
    pointer-events: auto;
}

.lux-slider-dots button {
    width: 0.95rem;
    height: 0.95rem;
    border-radius: 50%;
    border: 0;
    background: rgba(255, 255, 255, 0.34);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06);
}

.lux-slider-dots button.is-active {
    background: var(--accent);
    box-shadow: 0 0 0 4px rgba(214, 163, 24, 0.22);
}

.lux-service-strip {
    position: relative;
    z-index: 4;
    margin-top: -40px;
    padding-top: 50px;
}

body.home-lux .lux-service-strip,
body.home-lux .home-fleet,
body.home-lux .home-trust,
body.home-lux .home-why,
body.home-lux .home-offer,
body.home-lux .home-tours,
body.home-lux .home-blog {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.home-lux .lux-service-strip .container,
body.home-lux .home-fleet .container,
body.home-lux .home-trust .container,
body.home-lux .home-why .container,
body.home-lux .home-offer .container,
body.home-lux .home-tours .container,
body.home-lux .home-blog .container {
    width: min(1220px, calc(100vw - 5rem));
}

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

.lux-highlight-card {
    position: relative;
    min-height: 15rem;
    overflow: hidden;
    border-radius: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.16);
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(12px);
}

.highlight-executive,
.highlight-airport,
.highlight-tours,
.highlight-driver {
    background-image: none;
}

.lux-highlight-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.46));
}

.lux-highlight-content {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 2;
}

.lux-highlight-content h3 {
    margin: 0 0 0.4rem;
    font-family: "Manrope", sans-serif;
    color: #ffffff;
}

.lux-highlight-content p {
    margin: 0 0 0.7rem;
    color: rgba(255,255,255,0.78);
    line-height: 1.6;
}

.lux-highlight-content a {
    color: #ffffff;
    font-weight: 700;
}

.lux-service-intro {
    max-width: 58rem;
    margin: 0 auto 2.6rem;
    text-align: center;
}

.lux-service-eyebrow {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.86rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.lux-service-intro h2 {
    margin: 1rem 0 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2.7rem, 4.6vw, 4.2rem);
    line-height: 1.06;
    letter-spacing: -0.05em;
    color: #f8f1e8;
}

.lux-service-intro h2 span {
    color: var(--accent);
}

.lux-service-copy {
    max-width: 47rem;
    margin: 1.25rem auto 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.06rem;
    line-height: 1.8;
}

.lux-keyword-cloud,
.lux-search-phrase-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
}

.lux-keyword-cloud {
    margin-top: 1.65rem;
}

.lux-keyword-cloud span,
.lux-search-phrase-list span {
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
}

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

.lux-service-card-2026 {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 1rem;
    row-gap: 1rem;
    min-height: 18.5rem;
    padding: 1.55rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, rgba(12, 12, 12, 0.92), rgba(7, 7, 7, 0.96));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.16);
}

.lux-service-icon-2026 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.15rem;
    height: 4.15rem;
    margin-bottom: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(124, 16, 24, 0.92), rgba(214, 163, 24, 0.92));
    color: #ffffff;
    font-size: 1.65rem;
    box-shadow: 0 20px 34px rgba(124, 16, 24, 0.22);
}

.lux-service-card-2026 h3 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 1.24rem;
    line-height: 1.28;
    color: #ffffff;
}

.lux-service-card-2026 p {
    margin: 0;
    grid-column: 1 / -1;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.75;
}

.lux-service-card-2026 a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    grid-column: 1 / -1;
    margin-top: 0.25rem;
    color: var(--accent-strong);
    font-weight: 700;
    letter-spacing: 0.03em;
}

.lux-search-phrases {
    margin-top: 1.9rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lux-search-phrases strong {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
    color: #f5c94d;
    font-size: 0.94rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.lux-vehicle-band-2026 {
    margin-top: 1rem;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 1rem 0;
    background:
        linear-gradient(180deg, rgba(13, 17, 23, 0.96), rgba(3, 9, 23, 0.98)),
        radial-gradient(circle at top left, rgba(2, 11, 28, 0.18), transparent 35%);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.lux-vehicle-band-inner-2026 {
    width: min(1220px, calc(100vw - 5rem));
    margin: 0 auto;
}

.lux-vehicle-band-head-2026 {
    max-width: 54rem;
    margin: 0 auto 1.8rem;
    text-align: center;
}

.lux-vehicle-band-head-2026 p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.84rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.lux-vehicle-band-head-2026 h3 {
    margin: 0.9rem 0 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.12;
    color: #f7f2ea;
}

.lux-vehicle-list-2026 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.lux-vehicle-card-2026 {
    overflow: hidden;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(18, 18, 22, 0.98), rgba(12, 12, 16, 0.98));
}

.lux-vehicle-card-media-2026 {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(231, 234, 240, 0.96));
}

.lux-vehicle-card-media-2026.has-image {
    padding: 0;
    background: transparent !important;
}

.lux-vehicle-card-image-2026 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.45s ease;
    transform-origin: center center;
}

.lux-vehicle-card-2026:hover .lux-vehicle-card-image-2026,
.lux-vehicle-card-media-2026:hover .lux-vehicle-card-image-2026 {
    transform: scale(1.08);
}

.lux-vehicle-card-media-2026 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12rem;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.08);
    color: #111111;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
}

.lux-vehicle-card-body-2026 {
    padding: 1.25rem;
}

.lux-vehicle-card-body-2026 h4 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 1.22rem;
    color: var(--accent);
    text-transform: uppercase;
}

.lux-vehicle-card-specs-2026 {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding: 0.9rem 0;
    border-top: 1px solid rgba(150, 41, 74, 0.7);
    border-bottom: 1px solid rgba(150, 41, 74, 0.7);
}

.lux-vehicle-card-specs-2026 span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.lux-vehicle-card-body-2026 p {
    margin: 0.95rem 0 0;
    color: rgba(255, 255, 255, 0.76);
}

.lux-vehicle-card-button-2026 {
    margin-top: 1rem;
    min-height: 2.8rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
    font-weight: 700;
}

.lux-vehicle-band-cta-2026 {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.lux-vehicle-slider-wrap-2026 {
    position: relative;
}

/* Arrows only matter on the mobile slider; hidden on the desktop grid */
.lux-vehicle-arrow-2026 {
    display: none;
}
@media (max-width: 1100px) {
    .lux-service-grid-2026 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lux-vehicle-list-2026 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 640px) {
    .lux-service-intro h2 {
        font-size: 2.4rem;
    }

    .lux-service-grid-2026 {
        grid-template-columns: 1fr;
    }

    .lux-service-card-2026 {
        min-height: 0;
        padding: 1.25rem;
    }

    .lux-service-icon-2026 {
        width: 3.45rem;
        height: 3.45rem;
        font-size: 1.35rem;
    }

    .lux-keyword-cloud,
    .lux-search-phrase-list {
        justify-content: flex-start;
    }

    .lux-vehicle-band-2026 {
        padding: 1.2rem 0;
        border-radius: 0;
    }

    .lux-vehicle-band-inner-2026 {
        width: min(100vw - 1.9rem, 1220px);
    }

    /* Mobile: turn the grid into a horizontal swipe slider */
    .lux-vehicle-list-2026 {
        display: flex;
        grid-template-columns: none;
        flex-wrap: nowrap;
        gap: 1rem;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-padding: 0 0.95rem;
        padding-bottom: 0.75rem;
        margin: 0 -0.95rem;
        padding-left: 0.95rem;
        padding-right: 0.95rem;
        scrollbar-width: thin;
    }

    .lux-vehicle-list-2026 > .lux-vehicle-card-2026 {
        flex: 0 0 82%;
        scroll-snap-align: center;
    }

    .lux-vehicle-arrow-2026 {
        position: absolute;
        top: 6.875rem;
        transform: translateY(-50%);
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.75rem;
        height: 2.75rem;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 999px;
        background: rgba(12, 12, 16, 0.72);
        color: #ffffff;
        font-size: 1.25rem;
        line-height: 1;
        backdrop-filter: blur(4px);
        cursor: pointer;
    }

    .lux-vehicle-arrow-2026.is-prev {
        left: 0.35rem;
    }

    .lux-vehicle-arrow-2026.is-next {
        right: 0.35rem;
    }

    .lux-vehicle-arrow-2026:disabled {
        opacity: 0.35;
        pointer-events: none;
    }

    .lux-vehicle-list-2026::-webkit-scrollbar {
        height: 4px;
    }

    .lux-vehicle-list-2026::-webkit-scrollbar-thumb {
        background: rgba(150, 41, 74, 0.7);
        border-radius: 999px;
    }

    .lux-vehicle-card-media-2026 {
        min-height: 13.75rem;
    }

    .lux-vehicle-card-specs-2026 {
        gap: 0.8rem;
    }
}


.home-hero {
    padding: 1rem 0 0;
}

.home-frame {
    padding: 0 1rem;
}

.home-hero-stage {
    position: relative;
    min-height: 44rem;
    overflow: hidden;
    border-radius: 1.8rem;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.5), rgba(255,255,255,0.25)),
        linear-gradient(180deg, #d8e6f2 0%, #f7f2eb 35%, #c5d487 36%, #9db85f 56%, #7d7e77 56.3%, #9ba1a5 68%, #d7d0cb 100%);
}

.home-copy {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 3rem 2rem 0;
}

.home-copy h1 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    color: #070707;
}

.home-subcopy {
    max-width: 42rem;
    margin: 1rem auto 0;
    color: #4f4f4f;
}

.home-eyebrow {
    justify-content: center;
    color: #829b49;
}

.home-scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.scene-road {
    position: absolute;
    left: -8%;
    right: -10%;
    bottom: 3rem;
    height: 13rem;
    border-radius: 100% 100% 0 0;
    background: linear-gradient(180deg, #7c7f84, #4f5458);
    transform: perspective(800px) rotateX(74deg);
    box-shadow: inset 0 16px 30px rgba(255,255,255,0.2);
}

.scene-car {
    position: absolute;
    left: 18%;
    bottom: 5.5rem;
    width: min(56vw, 31rem);
    height: 10.8rem;
    border-radius: 36% 30% 26% 28% / 48% 48% 34% 34%;
    background: linear-gradient(180deg, #fafafa 0%, #cfd3d9 48%, #9399a0 100%);
    box-shadow: 0 28px 32px rgba(0,0,0,0.18);
    transform: skewX(-8deg);
}

.scene-car::before {
    content: "";
    position: absolute;
    left: 3.4rem;
    top: -2.45rem;
    width: 15.5rem;
    height: 4rem;
    border-radius: 42% 32% 10% 16%;
    background: linear-gradient(180deg, #fefefe, #bfc6ce);
    transform: skewX(12deg);
}

.car-window {
    position: absolute;
    left: 7.1rem;
    top: 0.8rem;
    width: 6.2rem;
    height: 2.7rem;
    border-radius: 0.9rem 0.4rem 0.5rem 0.5rem;
    background: linear-gradient(180deg, #282f37, #5a6673);
}

.car-window.rear {
    left: 13.4rem;
    width: 4.8rem;
}

.car-wheel {
    position: absolute;
    bottom: -1.2rem;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background: radial-gradient(circle, #93979b 0 18%, #24272b 19% 60%, #111 61% 100%);
}

.car-wheel.left {
    left: 4.4rem;
}

.car-wheel.right {
    right: 4rem;
}

.home-quick-book {
    position: absolute;
    right: 2.3rem;
    top: 8.5rem;
    z-index: 3;
    width: min(100%, 20rem);
    display: grid;
    gap: 0.8rem;
    padding: 1.2rem;
    border-radius: 1.3rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.14);
}

.home-quick-book label span {
    color: #4f4f4f;
    font-size: 0.82rem;
}

.home-quick-book input,
.home-quick-book select {
    background: #f3f3f3;
    border: 1px solid rgba(0,0,0,0.08);
    color: #111111;
    border-radius: 0.8rem;
    padding: 0.85rem 0.9rem;
}

.home-quick-tabs,
.quick-row,
.fleet-specs,
.fleet-filter,
.home-blog-grid,
.why-grid,
.home-tour-grid,
.home-service-grid,
.fleet-row {
    display: grid;
    gap: 1rem;
}

.home-quick-tabs {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.home-quick-tabs span {
    padding: 0.7rem 0.4rem;
    border-radius: 0.75rem;
    background: #f0f0f0;
    color: #555555;
    text-align: center;
    font-size: 0.8rem;
}

.home-quick-tabs .is-active {
    background: #a5c36c;
    color: #111111;
    font-weight: 700;
}

.quick-row {
    grid-template-columns: 1fr 1fr;
}

.home-section-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: end;
    margin-bottom: 1.5rem;
}

.home-section-head.centered {
    grid-template-columns: 1fr;
    text-align: center;
}

.home-section-head h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    line-height: 1;
    letter-spacing: -0.05em;
    color: #f7f2ea;
}

.home-section-head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.7;
}

.home-services,
.home-fleet,
.home-trust,
.home-why,
.home-offer,
.home-tours,
.home-blog {
    padding-top: 3rem;
}

.home-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
    display: grid;
    grid-template-columns: 8.5rem 1fr;
    gap: 1rem;
    padding: 0.9rem;
    border-radius: 1.35rem;
    background: #f6f6f4;
}

.service-media {
    border-radius: 1rem;
    min-height: 8rem;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.6), transparent 35%),
        linear-gradient(135deg, #d9d5cb, #bfc9d6);
}

.service-airport { background: linear-gradient(135deg, #d8e0e7, #7b858d); }
.service-intercity { background: linear-gradient(135deg, #4f565d, #b2c7cf); }
.service-events { background: linear-gradient(135deg, #e9d3d6, #7d6f6c); }
.service-business { background: linear-gradient(135deg, #d6d9cf, #646566); }

.service-copy h3,
.fleet-body h3,
.why-card h3,
.offer-copy h3,
.tour-tile h3,
.blog-tile h3 {
    margin: 0 0 0.55rem;
    font-family: "Manrope", sans-serif;
    color: #111111;
}

.service-copy p,
.fleet-body p,
.why-card p,
.tour-tile p,
.blog-tile p,
.offer-copy p {
    margin: 0;
    color: #666666;
    line-height: 1.6;
}

.service-copy .button {
    margin-top: 1rem;
}

.trust-panel-2026 {
    display: grid;
    /* grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.72fr); */
    gap: 2rem;
    align-items: stretch;
    padding: 0;
}

.trust-copy-2026 {
    display: grid;
    align-content: center;
    gap: 1rem;
    padding: 0.6rem 0.2rem;
}

.trust-copy-2026 h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.95rem, 3vw, 2.95rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
    color: #f7f2ea;
}

.trust-copy-2026 h2 span {
    color: var(--accent-strong);
}

.trust-copy-2026 p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.75;
}

.trust-sales-copy-2026 {
}

.trust-copy-2026 p strong,
.trust-identity-card-2026 p strong {
    color: var(--accent-strong);
    font-weight: 700;
}

.trust-pill-list-2026 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.trust-pill-list-2026 span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 2.8rem;
    padding: 0;
    color: #f4ede0;
    font-size: 0.95rem;
}

.trust-pill-list-2026 i,
.trust-identity-role-2026,
.trust-proof-icon-2026 {
    color: var(--accent-strong);
}

.trust-actions-2026 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 0.35rem;
}

.trust-portrait-panel-2026 {
    display: grid;
    gap: 1rem;
    justify-items: center;
}

.trust-portrait-frame-2026 {
    position: relative;
    overflow: hidden;
    min-height: 18.5rem;
    max-width: 23rem;
    width: 100%;
}

.trust-portrait-frame-2026 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 10%;
}

.trust-identity-card-2026 {
    padding: 0;
    width: 100%;
    max-width: 23rem;
}

.trust-identity-role-2026 {
    margin: 0 0 0.35rem;
    font-size: 0.88rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.trust-identity-card-2026 h3 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 1.7rem;
    color: #f7f2ea;
}

.trust-identity-card-2026 p:last-child {
    margin: 0.65rem 0 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.trust-proof-grid-2026 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.trust-proof-card-2026 {
    padding: 1.15rem 1.2rem 1.2rem;
    border: 1px solid rgba(214, 163, 24, 0.34);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.02);
}

.trust-proof-icon-2026 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    margin-bottom: 0.95rem;
    font-size: 1.7rem;
}

.trust-proof-card-2026 h3 {
    margin: 0 0 0.65rem;
    font-family: "Manrope", sans-serif;
    color: #f7f2ea;
}

.trust-proof-card-2026 p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.home-ecuador-tours {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 4.2rem 0;
    background:
        linear-gradient(180deg, rgba(13, 17, 23, 0.96), rgba(3, 9, 23, 0.98)),
        radial-gradient(circle at top left, rgba(2, 11, 28, 0.18), transparent 35%);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.home-ecuador-tours .container {
    width: min(1220px, calc(100vw - 5rem));
}

.ecuador-tour-head-2026 {
    max-width: 60rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.ecuador-tour-head-2026 h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    line-height: 1.18;
    letter-spacing: -0.04em;
    color: #f7f2ea;
}

.ecuador-tour-head-2026 h2 span {
    color: var(--accent-strong);
}

.ecuador-tour-head-2026 p:last-child {
    margin: 1rem auto 0;
    max-width: 50rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
}

.ecuador-tour-head-2026 p strong,
.ecuador-tour-copy-block-2026 p strong {
    color: var(--accent-strong);
    font-weight: 700;
}

.ecuador-tour-layout-2026 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
}

.ecuador-tour-copy-2026 {
    display: grid;
    gap: 1.25rem;
}

.ecuador-tour-copy-main-2026 h3,
.ecuador-tour-routes-2026 h3 {
    margin: 0 0 0.65rem;
    font-family: "Manrope", sans-serif;
    font-size: 1.35rem;
    color: #f7f2ea;
}

.ecuador-tour-copy-main-2026 p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
}

.ecuador-tour-route-list-2026 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem 1.2rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
}

.ecuador-tour-route-list-2026 li {
    position: relative;
    padding-left: 1.2rem;
    line-height: 1.7;
}

.ecuador-tour-route-list-2026 li::before {
    content: "";
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--accent-strong);
}

.ecuador-tour-gallery-2026 {
    display: flex;
    gap: 0.7rem;
    align-items: stretch;
    margin-top: 0.2rem;
    min-height: 14.6rem;
}

.ecuador-tour-actions-2026 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.9rem;
    padding-top: 1.6rem;
}

.booking-flow-head-2026 {
    max-width: 62rem;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.home-booking-flow {
    position: relative;
    overflow: hidden;
}

.home-booking-flow::before {
    content: "";
    position: absolute;
    padding: 1rem 0 0 0;
    background:
        radial-gradient(circle at 10% 14%, rgba(214, 163, 24, 0.1), transparent 18%),
        radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.05), transparent 14%),
        radial-gradient(circle at 50% 100%, rgba(214, 163, 24, 0.08), transparent 20%);
    pointer-events: none;
    z-index: -1;
}

.home-booking-flow::after {
    content: "";
    position: absolute;
    inset: 8rem auto auto 50%;
    width: 54rem;
    height: 54rem;
    transform: translateX(-50%);
    border-radius: 999px;
    background:
        radial-gradient(circle, rgba(214, 163, 24, 0.05), transparent 56%),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.03), transparent 72%);
    pointer-events: none;
    z-index: -1;
    filter: blur(10px);
}

.booking-flow-head-2026 h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2rem, 3.4vw, 3.15rem);
    line-height: 1.14;
    letter-spacing: -0.04em;
    color: #f7f2ea;
}

.booking-flow-head-2026 h2 span {
    color: var(--accent-strong);
}

.booking-flow-lead-2026 {
    margin: 1rem auto 0;
    max-width: 48rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
}

.booking-flow-support-2026 {
    margin: 1.7rem auto 0;
    max-width: 52rem;
}

.booking-flow-support-2026 h3 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
    line-height: 1.2;
    color: #f7f2ea;
}

.booking-flow-support-2026 h3 span {
    color: var(--accent-strong);
}

.booking-flow-support-2026 p {
    margin: 0.9rem auto 0;
    max-width: 46rem;
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.85;
}

.booking-flow-actions-2026 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.booking-flow-road-2026 {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 1.2rem;
    width: 100%;
    margin: 0 auto;
    padding: 2.3rem 0 0.5rem;
}

.booking-flow-step-2026 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    align-self: start;
}

.booking-flow-step-top-2026 {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: -2.75rem;
}

.booking-flow-step-media-2026 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 6.9rem;
    height: 6.9rem;
    border-radius: 999px;
    overflow: hidden;
    border: 4px solid rgba(214, 163, 24, 0.26);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    background: #12151b;
}

.booking-flow-step-media-2026 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.booking-flow-step-media-2026.is-icon {
    background: radial-gradient(circle at 30% 30%, rgba(214, 163, 24, 0.34), rgba(214, 163, 24, 0.12) 48%, #161a22 100%);
    color: var(--accent-strong);
    font-size: 2.3rem;
}

.booking-flow-step-badge-2026 {
    position: absolute;
    top: -0.45rem;
    right: calc(50% - 3.85rem);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #f0c74f, #c79114);
    color: #111318;
    font-family: "Manrope", sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: 0 10px 20px rgba(199, 145, 20, 0.24);
}

.booking-flow-step-card-2026 {
    position: relative;
    width: 100%;
    padding: 5.55rem 1.45rem 1.5rem;
    border-radius: 3rem 3rem 1.9rem 1.9rem;
    background: #20232c;
    border: 1px solid rgba(255, 255, 255, 0.065);
    overflow: hidden;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.22);
    text-align: center;
}

.booking-flow-step-card-2026::before,
.booking-flow-step-card-2026::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.booking-flow-step-card-2026::before {
    top: -3.25rem;
    left: 50%;
    width: 10.7rem;
    height: 7.5rem;
    transform: translateX(-50%);
    background: #20232c;
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-bottom: 0;
}

.booking-flow-step-card-2026::after {
    right: 1.15rem;
    top: 1rem;
    width: 3.7rem;
    height: 3.7rem;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(10, 12, 18, 0.7), rgba(10, 12, 18, 0));
    opacity: 0.7;
}

.booking-flow-step-card-2026 h3 {
    margin: 0 0 0.65rem;
    font-family: "Manrope", sans-serif;
    font-size: 1.25rem;
    line-height: 1.22;
    color: #f7f2ea;
}

.booking-flow-step-card-2026 p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.82;
}

.home-faq {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 4.3rem 0;
    background:
        linear-gradient(180deg, rgba(12, 18, 30, 0.98), rgba(6, 14, 28, 0.98)),
        radial-gradient(circle at top left, rgba(17, 43, 86, 0.2), transparent 34%);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.home-faq .container {
    width: min(1220px, calc(100vw - 5rem));
}

.faq-head-2026 {
    max-width: 62rem;
    margin: 0 auto 2.25rem;
    text-align: center;
}

.faq-head-2026 h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    line-height: 1.16;
    letter-spacing: -0.04em;
    color: #f7f2ea;
}

.faq-head-2026 h2 span {
    color: var(--accent-strong);
}

.faq-divider-2026 {
    width: 8.8rem;
    height: 1px;
    margin: 1.4rem auto 0;
    background: rgba(255, 255, 255, 0.7);
}

.faq-lead-2026,
.faq-review-note-2026 {
    margin: 1.25rem auto 0;
    max-width: 52rem;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.8;
}

.faq-review-note-2026 {
    max-width: 46rem;
    color: rgba(255, 255, 255, 0.68);
}

.faq-actions-2026 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.faq-grid-2026 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.15rem;
    align-items: start;
}

.faq-column-2026 {
    display: grid;
    gap: 1rem;
    align-content: start;
}

.faq-item-2026 {
    background: rgba(27, 33, 45, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 1.35rem;
    overflow: hidden;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.16);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.faq-item-2026[open] {
    border-color: rgba(245, 201, 77, 0.34);
    background: rgba(29, 35, 47, 0.96);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.faq-summary-2026 {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.35rem;
    cursor: pointer;
    font-family: "Manrope", sans-serif;
    font-size: 1.18rem;
    font-weight: 700;
    color: #f7f2ea;
}

.faq-summary-2026::-webkit-details-marker {
    display: none;
}

.faq-summary-2026 i {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.74);
    transition: transform 0.25s ease, color 0.25s ease;
}

.faq-item-2026[open] .faq-summary-2026 i {
    transform: rotate(180deg);
    color: var(--accent-strong);
}

.faq-content-2026 {
    padding: 0 1.35rem 1.35rem;
    color: rgba(255, 255, 255, 0.78);
    overflow: hidden;
    will-change: height;
}

.faq-content-2026 p {
    margin: 0;
    line-height: 1.82;
}

.faq-content-2026 p + p,
.faq-content-2026 ul,
.faq-inline-link-2026 {
    margin-top: 0.9rem;
}

.faq-list-2026 {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.faq-list-2026 li {
    position: relative;
    padding-left: 1.2rem;
    line-height: 1.7;
}

.faq-list-2026 li::before {
    content: "";
    position: absolute;
    top: 0.68rem;
    left: 0;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: var(--accent-strong);
}

.faq-inline-link-2026 {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: var(--accent-strong);
    font-weight: 700;
    text-decoration: none;
}

.faq-inline-link-2026:hover {
    color: #fff0c0;
}

.home-google-reviews {
    padding: 4.2rem 0 3.8rem;
}

.google-reviews-head-2026 {
    max-width: 60rem;
    margin: 0 auto 2rem;
    text-align: center;
}

.google-reviews-head-2026 h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2rem, 3.6vw, 3.2rem);
    line-height: 1.16;
    letter-spacing: -0.04em;
    color: #f7f2ea;
}

.google-reviews-head-2026 h2 span {
    color: var(--accent-strong);
}

.google-reviews-lead-2026 {
    margin: 1.25rem auto 0;
    max-width: 44rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
}

.google-reviews-summary-2026 {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.25rem;
    align-items: center;
    padding: 1.35rem 1.5rem;
    border-radius: 1.35rem;
    background: #f5f5f6;
    color: #17181b;
    margin-bottom: 2.2rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}

.google-reviews-summary-brand-2026 {
    display: grid;
    gap: 0.1rem;
}

.google-reviews-summary-brand-2026 strong {
    font-family: "Manrope", sans-serif;
    font-size: 1.7rem;
    line-height: 1;
    color: #4285f4;
}

.google-reviews-summary-brand-2026 span {
    color: #5a616d;
}

.google-reviews-summary-score-2026 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.google-reviews-summary-score-2026 strong {
    font-family: "Manrope", sans-serif;
    font-size: 1.55rem;
    color: #17181b;
}

.google-reviews-summary-score-2026 span {
    color: #5a616d;
}

.google-reviews-stars-2026 {
    display: inline-flex;
    align-items: center;
    gap: 0.18rem;
    color: #f5b400;
}

.google-reviews-summary-actions-2026 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.google-reviews-grid-2026 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem 1.5rem;
    align-items: start;
    margin-top: 0.35rem;
}

.google-review-card-2026,
.google-review-empty-2026 {
    position: relative;
    padding: 3.35rem 1.55rem 1.65rem;
    border-radius: 1.6rem;
    background: #f5f5f6;
    border: 1px solid rgba(17, 24, 39, 0.08);
    color: #17181b;
    text-align: center;
    min-height: 100%;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.14);
}

.google-review-empty-2026 {
    grid-column: 1 / -1;
    text-align: center;
    padding: 2rem 1.5rem;
}

.google-review-empty-2026 h3 {
    margin: 0 0 0.75rem;
    font-family: "Manrope", sans-serif;
    font-size: 1.45rem;
}

.google-review-empty-2026 p {
    max-width: 48rem;
    margin: 0 auto;
    color: #47505c;
    line-height: 1.8;
}

.google-review-empty-2026 .google-reviews-summary-actions-2026 {
    justify-content: center;
    margin-top: 1.15rem;
}

.google-review-avatar-wrap-2026 {
    position: absolute;
    top: -2.85rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff, #edf1f5);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.14);
    overflow: hidden;
}

.google-review-avatar-2026 {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    border: 4px solid #ffffff;
    background: #e2e6eb;
    object-fit: cover;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.google-review-avatar-wrap-2026 .google-review-avatar-fallback-2026 {
    opacity: 0;
    visibility: hidden;
}

.google-review-avatar-wrap-2026.has-fallback .google-review-avatar-fallback-2026 {
    opacity: 1;
    visibility: visible;
}

.google-review-avatar-wrap-2026.has-fallback img.google-review-avatar-2026 {
    opacity: 0;
    visibility: hidden;
}

.google-review-avatar-fallback-2026 {
    font-family: "Manrope", sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(135deg, #20314e, #4568a9);
}

.google-review-google-2026 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-family: "Manrope", sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: #4285f4;
}

.google-review-card-2026 h3 {
    margin: 0 0 0.55rem;
    font-family: "Manrope", sans-serif;
    font-size: 1.35rem;
    line-height: 1.2;
}

.google-review-date-2026 {
    margin: 0.6rem 0 0;
    color: #7b818a;
    font-size: 0.96rem;
}

.google-review-copy-2026 {
    margin: 1.05rem 0 0;
    color: #4e5661;
    line-height: 1.85;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 8.1rem;
}

.google-review-link-2026 {
    display: inline-flex;
    margin-top: 1rem;
    color: #1a73e8;
    text-decoration: none;
    font-weight: 600;
}

.google-review-link-2026:hover {
    color: #0b5bc5;
}

.google-review-card-cta-2026 {
    background: linear-gradient(180deg, #f5f5f6, #eef2f6);
}

.google-review-card-cta-2026 .google-review-copy-2026 {
    min-height: 8.1rem;
}

.ecuador-tour-card-2026 {
    position: relative;
    overflow: hidden;
    min-height: 14.6rem;
    flex: 1 1 0;
    border: 0;
    border-radius: 1rem;
    padding: 0;
    background: #111;
    cursor: pointer;
    text-decoration: none;
    transition: flex-grow 0.45s ease, transform 0.35s ease, filter 0.35s ease;
}

.ecuador-tour-card-2026.is-accent {
    flex: 2.2 1 0;
}

.ecuador-tour-media-2026 {
    display: block;
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.5s ease;
}

.ecuador-tour-overlay-2026 {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 7, 10, 0.06), rgba(5, 7, 10, 0.34));
}

.ecuador-tour-gallery-2026:hover .ecuador-tour-card-2026 {
    flex: 0.78 1 0;
}

.ecuador-tour-gallery-2026:hover .ecuador-tour-card-2026:hover {
    flex: 2.1 1 0;
}

.ecuador-tour-card-2026:hover .ecuador-tour-media-2026,
.ecuador-tour-card-2026:focus-visible .ecuador-tour-media-2026 {
    transform: scale(1.08);
}

.ecuador-tour-card-2026.is-accent .ecuador-tour-media-2026 {
    filter: blur(1.8px) saturate(0.8) brightness(0.7);
    transform: scale(1.04);
}

.ecuador-tour-card-2026.is-accent:hover .ecuador-tour-media-2026,
.ecuador-tour-card-2026.is-accent:focus-visible .ecuador-tour-media-2026 {
    filter: blur(0.8px) saturate(0.9) brightness(0.78);
    transform: scale(1.08);
}

.ecuador-tour-card-2026.is-accent .ecuador-tour-overlay-2026 {
    background: linear-gradient(180deg, rgba(5, 7, 10, 0.24), rgba(5, 7, 10, 0.58));
}

.ecuador-tour-plus-2026 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    color: #f7f2ea;
    font-size: 1.15rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
}

.ecuador-tour-meta-2026 {
    display: none;
}

.ecuador-tour-meta-2026 small {
    color: rgba(255, 255, 255, 0.78);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ecuador-tour-meta-2026 strong {
    color: #f7f2ea;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
}

@media (max-width: 1024px) {
    .trust-panel-2026 {
        grid-template-columns: 1fr;
    }

    .trust-proof-grid-2026 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-portrait-frame-2026 {
        min-height: 22rem;
        max-width: 26rem;
    }

    .trust-portrait-panel-2026 {
        justify-items: center;
    }

    .ecuador-tour-route-list-2026 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ecuador-tour-route-list-2026 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ecuador-tour-card-2026,
    .ecuador-tour-card-2026.is-accent {
        min-height: 13rem;
    }

    .booking-flow-road-2026 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-grid-2026 {
        grid-template-columns: 1fr;
    }

    .faq-column-2026 {
        gap: 0.9rem;
    }

    .google-reviews-summary-2026 {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .google-reviews-summary-actions-2026 {
        justify-content: center;
    }

    .google-reviews-grid-2026 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .trust-panel-2026 {
        padding: 1rem;
    }

    .trust-copy-2026 h2 {
        font-size: clamp(1.8rem, 8vw, 2.35rem);
    }

    .trust-proof-grid-2026 {
        grid-template-columns: 1fr;
    }

    .trust-pill-list-2026 {
        gap: 0.65rem;
    }

    .trust-pill-list-2026 span {
        width: 100%;
        justify-content: flex-start;
    }

    .trust-portrait-frame-2026 {
        min-height: 18rem;
        max-width: none;
    }

    .ecuador-tour-route-list-2026 {
        grid-template-columns: 1fr;
    }

    .ecuador-tour-gallery-2026 {
        flex-direction: column;
        min-height: 0;
    }

    .ecuador-tour-card-2026 {
        min-height: 11.5rem;
    }

    .ecuador-tour-gallery-2026:hover .ecuador-tour-card-2026,
    .ecuador-tour-gallery-2026:hover .ecuador-tour-card-2026:hover,
    .ecuador-tour-card-2026,
    .ecuador-tour-card-2026.is-accent {
        flex: 1 1 auto;
    }

    .home-ecuador-tours {
        padding: 3rem 0;
    }

    .home-ecuador-tours .container {
        width: min(100vw - 1.9rem, 1220px);
    }

    .booking-flow-head-2026 {
        text-align: center;
    }

    .booking-flow-actions-2026 {
        justify-content: center;
    }

    .booking-flow-road-2026 {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 1rem;
    }

    .booking-flow-step-2026 {
        min-height: 0;
    }

    .booking-flow-step-media-2026 {
        width: 5.9rem;
        height: 5.9rem;
    }

    .booking-flow-step-badge-2026 {
        right: calc(50% - 3.45rem);
    }

    .booking-flow-step-card-2026 {
        padding: 4.75rem 1rem 1.15rem;
        border-radius: 2.35rem 2.35rem 1.7rem 1.7rem;
    }

    .booking-flow-step-top-2026 {
        margin-bottom: -2.35rem;
    }

    .booking-flow-step-card-2026::before {
        top: -2.8rem;
        width: 8.5rem;
        height: 6.15rem;
    }

    .booking-flow-step-card-2026 h3 {
        font-size: 1.2rem;
    }

    .home-faq {
        padding: 3rem 0;
    }

    .home-faq .container {
        width: min(100vw - 1.9rem, 1220px);
    }

    .home-google-reviews {
        padding: 3rem 0;
    }

    .home-google-reviews .container {
        width: min(100vw - 1.9rem, 1220px);
    }

    .faq-summary-2026 {
        font-size: 1.05rem;
        padding: 1rem 1rem;
    }

    .faq-content-2026 {
        padding: 0 1rem 1.1rem;
    }

    .google-reviews-grid-2026 {
        display: flex;
        grid-template-columns: none;
        gap: 1rem;
        overflow-x: auto;
        overflow-y: visible;
        padding: 3rem 0.35rem 0.75rem;
        margin: 0 -0.35rem;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        align-items: stretch;
    }

    .google-review-card-2026,
    .google-review-empty-2026 {
        flex: 0 0 min(84vw, 22rem);
        min-height: 100%;
        padding: 3rem 1rem 1.2rem;
        scroll-snap-align: start;
    }

    .google-review-card-2026 h3 {
        font-size: 1.35rem;
    }

    .google-reviews-grid-2026::-webkit-scrollbar {
        display: none;
    }
}

.fleet-filter {
    grid-auto-flow: column;
    justify-content: start;
    gap: 0.6rem;
    margin-bottom: 1.2rem;
}

.fleet-filter span {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: #f0f0f0;
    color: #555;
    font-size: 0.86rem;
}

.fleet-filter .is-active {
    background: #a5c36c;
    color: #111;
    font-weight: 700;
}

.fleet-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fleet-card {
    border-radius: 1.4rem;
    background: #fbfbfb;
    overflow: hidden;
    border: 1px solid rgba(16, 16, 16, 0.06);
}

.fleet-image {
    display: grid;
    place-items: center;
    min-height: 11rem;
    background: #edf2e0;
}

.fleet-image.dark {
    background: #f0f0f0;
}

.fleet-car-silhouette {
    width: 75%;
    height: 4.2rem;
    border-radius: 35% 28% 28% 28%;
    background: linear-gradient(180deg, #fbfbfb, #bcc3ca);
    position: relative;
}

.fleet-car-silhouette::before,
.offer-car::before {
    content: "";
    position: absolute;
    left: 17%;
    top: -1.25rem;
    width: 40%;
    height: 1.8rem;
    border-radius: 35% 30% 12% 12%;
    background: linear-gradient(180deg, #ffffff, #c3c9d0);
}

.fleet-car-silhouette::after,
.offer-car::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -0.8rem;
    height: 1.4rem;
    background:
        radial-gradient(circle, #1a1a1a 0 42%, transparent 43%) left center / 3.2rem 3.2rem no-repeat,
        radial-gradient(circle, #1a1a1a 0 42%, transparent 43%) right center / 3.2rem 3.2rem no-repeat;
}

.fleet-car-silhouette.dark {
    background: linear-gradient(180deg, #202225, #54595d);
}

.fleet-body {
    padding: 1rem;
}

.fleet-specs {
    grid-template-columns: 1fr 1fr;
    margin-top: 0.8rem;
}

.fleet-specs span {
    display: inline-flex;
    justify-content: center;
    padding: 0.55rem 0.5rem;
    border-radius: 0.7rem;
    background: #f3f3f3;
    color: #444;
    font-size: 0.84rem;
}

.why-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-card {
    padding: 1.4rem;
    border-radius: 1.5rem;
    background: #f7f7f5;
}

.why-card.green {
    background: #a5c36c;
}

.why-card.dark {
    background: #222222;
}

.why-card.green p,
.why-card.green h3,
.why-card.dark p,
.why-card.dark h3 {
    color: #fff;
}

.why-card.green .why-icon {
    background: rgba(255,255,255,0.2);
}

.why-card.dark .why-icon {
    background: rgba(255,255,255,0.1);
}

.why-icon {
    width: 4rem;
    height: 4rem;
    display: grid;
    place-items: center;
    margin-bottom: 1rem;
    border-radius: 1rem;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
}

.offer-banner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    border-radius: 1.8rem;
    background: #ece8ef;
}

.offer-list {
    margin-bottom: 1.2rem;
    color: #555;
}

.offer-car-wrap {
    display: grid;
    place-items: center;
}

.offer-car {
    position: relative;
    width: min(100%, 28rem);
    height: 8rem;
    border-radius: 30% 24% 26% 24%;
    background: linear-gradient(180deg, #212223, #575b5f);
}

.offer-wheel {
    position: absolute;
    bottom: -0.9rem;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: radial-gradient(circle, #9ca1a5 0 16%, #26292d 17% 62%, #111 63% 100%);
}

.offer-wheel.left {
    left: 4rem;
}

.offer-wheel.right {
    right: 3.8rem;
}

.home-tour-grid,
.home-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tour-tile,
.blog-tile {
    display: grid;
    gap: 0.9rem;
    padding: 1.35rem;
    border-radius: 1.35rem;
    background: #f6f6f4;
}

.tour-badge,
.blog-date {
    display: inline-flex;
    width: fit-content;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: #a5c36c;
    color: #111;
    font-size: 0.8rem;
    font-weight: 700;
}

.tour-tile-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.tour-tile-footer strong {
    font-family: "Manrope", sans-serif;
    color: #111;
}

.tour-tile a,
.blog-tile a {
    color: #111;
    font-weight: 700;
}

body.home-light .site-footer {
    padding-top: 3rem;
}

body.home-light .footer-brand-block h3,
body.home-light .footer-column h4,
body.home-light .footer-brand-block p,
body.home-light .footer-list span,
body.home-light .footer-list a,
body.home-light .footer-links a,
body.home-light .footer-payments-copy p,
body.home-light .footer-bar {
    color: #f4f4f4;
}

body.home-lux .site-footer {
    padding-top: 3rem;
}

body.home-lux .footer-brand-block h3,
body.home-lux .footer-column h4,
body.home-lux .footer-brand-block p,
body.home-lux .footer-list span,
body.home-lux .footer-list a,
body.home-lux .footer-links a,
body.home-lux .footer-payments-copy p,
body.home-lux .footer-bar {
    color: #f2f2f2;
}

.hero-section,
.page-hero {
    padding: 5rem 0 2rem;
}

.page-hero-compact {
    padding-top: 4rem;
}

.hero-grid,
.split-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2rem;
    align-items: center;
}

.hero-copy h1,
.page-hero h1,
.section-head h2,
.split-copy h2,
.panel-card h2,
.listing-card h2,
.listing-card h3,
.article-card h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    line-height: 1.04;
}

.hero-copy h1 {
    font-size: clamp(2.8rem, 7vw, 5.7rem);
    max-width: 12ch;
}

.hero-text,
.page-hero p,
.panel-card p,
.listing-card p,
.article-content p {
    color: var(--muted);
    line-height: 1.75;
    font-size: 1.02rem;
}

.hero-actions,
.button-stack,
.card-actions,
.pill-row,
.metrics-row {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    align-items: center;
}

.metrics-row {
    margin-top: 2rem;
}

.metric-card,
.stat-card {
    flex: 1 1 11rem;
    padding: 1.35rem;
    border-radius: 1.4rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.metric-card {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 2rem;
}

.metric-card span {
    color: var(--accent);
}

.metric-card small,
.stat-card span {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.92rem;
    color: var(--muted);
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}

.hero-visual {
    position: relative;
    min-height: 32rem;
}

.visual-card {
    position: absolute;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(10, 16, 28, 0.9));
    box-shadow: var(--shadow);
    padding: 1.6rem;
}

.visual-main {
    inset: 1.5rem 0 4rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(180deg, rgba(76, 201, 193, 0.2), transparent),
        linear-gradient(135deg, rgba(216, 166, 87, 0.14), rgba(9, 16, 28, 0.96));
}

.visual-main span,
.visual-floating small,
.eyebrow {
    display: inline-flex;
    align-items: center;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.75rem;
    font-weight: 700;
    margin-top: 50px;
}

.eyebrow {
    margin-bottom: 0.9rem;
    margin-top: 4rem;
}

.visual-main strong,
.visual-floating strong,
.stat-card strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 1.7rem;
    margin: 0.75rem 0 0.6rem;
}

.visual-floating {
    right: 0;
    bottom: 0;
    width: 14rem;
    background: linear-gradient(135deg, rgba(216, 166, 87, 0.16), rgba(8, 17, 31, 0.94));
}

.section {
    padding: 2rem 0 4rem;
}

.section-accent {
    position: relative;
}

.section-accent::before {
    content: "";
    position: absolute;
    inset: 1.2rem 0 auto;
    height: calc(100% - 2.4rem);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
    z-index: -1;
}

.section-head {
    max-width: 42rem;
    margin-bottom: 1.6rem;
}

.section-head h2 {
    font-size: clamp(2rem, 4vw, 3.3rem);
}

.feature-grid,
.card-grid,
.stats-grid,
.admin-grid {
    display: grid;
    gap: 1.2rem;
}

.feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 1.2rem;
}

.admin-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 1.2rem;
}

.admin-grid-wide {
    grid-template-columns: 1.1fr 0.9fr;
}

.panel-card,
.listing-card,
.article-card {
    border-radius: var(--radius);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--panel);
    backdrop-filter: blur(12px);
    box-shadow: var(--shadow);
}

.panel-card,
.article-card {
    padding: 1.5rem;
}

.listing-card {
    overflow: hidden;
}

.listing-card-tall {
    display: flex;
    flex-direction: column;
}

.card-body {
    padding: 1.35rem;
}

.media-placeholder {
    min-height: 15rem;
    display: grid;
    place-items: center;
    font-family: "Manrope", sans-serif;
    font-size: 4rem;
    font-weight: 800;
    color: #08111f;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.28), transparent 35%),
        linear-gradient(135deg, var(--accent-strong), var(--accent));
}

.media-tour {
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.24), transparent 35%),
        linear-gradient(135deg, #59d5cc, #1c7482);
}

.media-blog {
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.24), transparent 35%),
        linear-gradient(135deg, #85a8ff, #3a4e8f);
}

.listing-card-cover-2026 {
    min-height: 16rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.9rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.card-actions {
    justify-content: space-between;
    margin-top: 1.2rem;
}

.card-actions strong {
    font-family: "Manrope", sans-serif;
    font-size: 1.2rem;
}

.card-actions a,
.listing-card a,
.panel-card a {
    color: var(--accent-strong);
    font-weight: 600;
}

.tours-list-section-2026 {
    background:
        radial-gradient(circle at top left, rgba(166, 117, 53, 0.08), transparent 26%),
        linear-gradient(180deg, #eef1f5 0%, #e7ebf0 100%)
}

.tours-hero-2026 {
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 28%),
        linear-gradient(180deg, #0b1728 0%, #1a385b 100%);
}

.tours-hero-2026 h1,
.tours-hero-2026 p,
.tours-hero-2026 .eyebrow {
    color: #ffffff;
}

.tours-list-section-2026,
.tours-list-section-2026 h1,
.tours-list-section-2026 h2,
.tours-list-section-2026 h3,
.tours-list-section-2026 p,
.tours-list-section-2026 span,
.tours-list-section-2026 strong,
.tours-list-section-2026 a {
    color: #101828;
}

.tours-list-card-2026 {
    border: 1px solid rgba(26, 56, 91, 0.16);
    background: #1a385b;
    box-shadow: 0 24px 54px rgba(26, 56, 91, 0.22);
    backdrop-filter: none;
}

.tours-list-card-2026 h2,
.tours-list-card-2026 h3,
.tours-list-card-2026 p,
.tours-list-card-2026 span,
.tours-list-card-2026 strong,
.tours-list-card-2026 a {
    color: #ffffff;
}

.tours-list-card-2026 .card-meta {
    color: rgba(255, 255, 255, 0.82);
}

.tours-list-card-2026 .card-actions a {
    color: #ffffff;
}

.tour-hero-2026 {
    padding: 12rem 0 3rem;
    background:
        radial-gradient(circle at top, rgba(89, 213, 204, 0.14), transparent 32%),
        linear-gradient(180deg, #07101c 0%, #0e1727 100%);
}

.tour-hero-2026.has-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tour-hero-inner-2026 {
    max-width: 58rem;
}

.tour-hero-summary-2026 {
    max-width: 52rem;
    font-size: 1.08rem;
}

.tour-hero-meta-2026 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin: 1.4rem 0 1.6rem;
}

.tour-hero-meta-2026 span {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #f5f7fb;
    font-size: 0.96rem;
}

.tour-facts-strip-2026 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.tour-facts-strip-2026 div {
    padding: 1.05rem 1.1rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
}

.tour-facts-strip-2026 span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--muted);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.tour-facts-strip-2026 strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 1.08rem;
    color: #f5f7fb;
}

.tour-content-card-2026 {
    overflow: hidden;
    width: 100%;
    max-width: none;
    background: #ffffff;
    border: 1px solid rgba(25, 33, 47, 0.08);
    box-shadow: 0 26px 60px rgba(17, 24, 39, 0.08);
    backdrop-filter: none;
}

.tour-content-full-2026 {
    padding: clamp(1.4rem, 2.5vw, 2.35rem);
}

.tour-reading-section-2026 {
    background:
        radial-gradient(circle at top left, rgba(166, 117, 53, 0.08), transparent 26%),
        linear-gradient(180deg, #eef1f5 0%, #e7ebf0 100%);
}

.tour-reading-section-2026 .container {
    position: relative;
}

.tour-rich-content-2026 {
    color: #283444;
}

.tour-rich-content-2026,
.tour-rich-content-2026 p,
.tour-rich-content-2026 li,
.tour-rich-content-2026 span,
.tour-rich-content-2026 strong,
.tour-rich-content-2026 em {
    color: #283444 !important;
}

.tour-rich-content-2026 > :first-child {
    margin-top: 0;
}

.tour-rich-content-2026 h2,
.tour-rich-content-2026 h3,
.tour-rich-content-2026 h4 {
    margin: 2rem 0 0.9rem;
    font-family: "Manrope", sans-serif;
    line-height: 1.12;
    color: #111827 !important;
}

.tour-rich-content-2026 h2 {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.tour-rich-content-2026 h3 {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.tour-rich-content-2026 p,
.tour-rich-content-2026 li {
    color: #344256;
    line-height: 1.82;
    font-size: 1.04rem;
}

.tour-rich-content-2026 ul,
.tour-rich-content-2026 ol {
    padding-left: 1.5rem;
    margin: 1rem 0 1.35rem;
}

.tour-rich-content-2026 li + li {
    margin-top: 0.45rem;
}

.tour-rich-content-2026 a {
    color: #9a6a17;
    font-weight: 700;
}

.tour-rich-content-2026 img {
    width: 100%;
}


.tour-rich-content-2026 table img {
    height: 480px !important;
    width: 100% !important;
    object-fit: cover !important;
}
.tour-rich-content-2026 table td div img {
    height: 480px !important;
    width: 100% !important;
    object-fit: cover !important;
}
.tour-rich-content-2026 table {
    width: 100%;
    border-spacing: 12px;
}
.tour-rich-content-2026 table {
    width: 100%;
    border-spacing: 12px;
}

.tour-rich-content-2026 table td {
    width: 50%;
}

/* 👇 RESPONSIVE */
@media (max-width: 768px) {
    .tour-rich-content-2026 table,
    .tour-rich-content-2026 table tbody,
    .tour-rich-content-2026 table tr,
    .tour-rich-content-2026 table td {
        display: block;
        width: 100% !important;
    }

    .tour-rich-content-2026 table td {
        margin-bottom: 12px;
    }
}
.tour-rich-content-2026 table td {
    width: 50%;
}
.tour-rich-content-2026 figure {
    margin: 1.4rem 0;
}

.tour-rich-content-2026 .wp-block-gallery,
.tour-rich-content-2026 .blocks-gallery-grid {
    gap: 0.8rem;
}

.tour-rich-content-2026 .wp-block-group {
    margin-top: 1.2rem;
    padding: 1.3rem;
    border-radius: 1.2rem;
    background: #f8fafc;
    border: 1px solid rgba(31, 41, 55, 0.08);
}

.tour-rich-content-2026 .wp-block-group__inner-container,
.tour-rich-content-2026 .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none !important;
}

.tour-rich-content-2026 .wp-block-group[style],
.tour-rich-content-2026 .wp-block-gallery[style],
.tour-rich-content-2026 .blocks-gallery-grid[style],
.tour-rich-content-2026 figure[style] {
    width: 100% !important;
    max-width: 100% !important;
}

.tour-rich-content-2026 img[style] {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.tour-related-head-2026 {
    margin-top: 2.1rem;
}

.tour-reading-section-2026 .tour-related-head-2026 .eyebrow {
    color: #7b8794;
}

.tour-reading-section-2026 .tour-related-head-2026 h2 {
    color: #111827;
}

.tour-reading-section-2026 .tour-facts-strip-2026 div {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.tour-reading-section-2026 .tour-facts-strip-2026 span {
    color: #7b8794;
}

.tour-reading-section-2026 .tour-facts-strip-2026 strong {
    color: #111827;
}

.tour-floating-actions-2026 {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 1.15rem;
    z-index: 95;
    display: inline-grid;
    grid-auto-flow: column;
    gap: 0.8rem;
    justify-items: center;
    transform: translateX(-50%);
}

.tour-floating-whatsapp-2026,
.tour-floating-quote-2026 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 3.6rem;
    padding: 0.9rem 1.15rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(12px);
    font-weight: 700;
}

.tour-floating-whatsapp-2026 {
    background: linear-gradient(135deg, #21c46b, #179a53);
    color: #ffffff;
}

.tour-floating-quote-2026 {
    border: 0;
    background: linear-gradient(135deg, var(--accent-strong), var(--accent));
    color: #08111f;
}

.tour-quote-modal-2026[hidden] {
    display: none;
}

.tour-quote-modal-2026 {
    position: fixed;
    inset: 0;
    z-index: 140;
}

.tour-quote-backdrop-2026 {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
    backdrop-filter: blur(10px);
}

.tour-quote-dialog-2026 {
    position: relative;
    width: min(980px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    margin: 1rem auto;
    overflow: auto;
    border-radius: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(8, 12, 19, 0.98), rgba(13, 19, 32, 1));
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.38);
}

.tour-quote-close-2026 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    width: 2.9rem;
    height: 2.9rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.tour-quote-layout-2026 {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 1.3rem;
    padding: 1.4rem;
}

.tour-quote-copy-2026 {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: 0.35rem 0.2rem 0.35rem 0;
}

.tour-quote-copy-2026 h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: #f6f6f4;
}

.tour-quote-copy-2026 p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.8;
}

.tour-quote-badges-2026 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.tour-quote-badges-2026 span {
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.88rem;
}

.tour-quote-form-2026 {
    padding: 0.2rem 0 0.2rem 0.2rem;
}

.tour-quote-form-2026 .form-grid label span {
    color: rgba(255, 255, 255, 0.86);
}

.tour-quote-form-2026 input,
.tour-quote-form-2026 textarea,
.tour-quote-form-2026 select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.tour-quote-form-2026 input::placeholder,
.tour-quote-form-2026 textarea::placeholder {
    color: rgba(255, 255, 255, 0.44);
}

@media (max-width: 1100px) {
    .tour-facts-strip-2026 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tour-quote-layout-2026 {
        grid-template-columns: 1fr;
    }

    .tour-quote-form-2026 {
        padding-left: 0;
    }
}

@media (max-width: 720px) {
    .tour-hero-2026 {
        padding: 6rem 0 2.4rem;
    }

    .tour-hero-meta-2026 span {
        width: 100%;
        justify-content: center;
    }

    .tour-facts-strip-2026 {
        grid-template-columns: 1fr;
    }

    .tour-floating-actions-2026 {
        left: 50%;
        right: auto;
        bottom: 0.85rem;
        transform: translateX(-50%);
    }

    .tour-floating-whatsapp-2026,
    .tour-floating-quote-2026 {
        width: 100%;
        min-height: 3.4rem;
        padding: 0.9rem 1rem;
    }

    .tour-floating-whatsapp-2026 span,
    .tour-floating-quote-2026 span {
        white-space: nowrap;
    }

    .tour-quote-dialog-2026 {
        width: min(100vw - 1rem, 100%);
        max-height: calc(100vh - 1rem);
        margin: 0.5rem auto;
        border-radius: 1.35rem;
    }

    .tour-quote-layout-2026 {
        gap: 1rem;
        padding: 1.1rem;
    }

    .tour-quote-close-2026 {
        top: 0.8rem;
        right: 0.8rem;
        width: 2.6rem;
        height: 2.6rem;
    }
}

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

.vehicle-card-2026 {
    overflow: hidden;
    border-radius: 1.6rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(10, 10, 10, 0.98));
    box-shadow: var(--shadow);
}

.vehicle-card-media-2026 {
    width: 100%;
    min-height: 0;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(231, 234, 240, 0.96));
}

.vehicle-card-media-2026.has-image {
    padding: 0;
    background: transparent !important;
}

.vehicle-card-image-2026 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.45s ease;
    transform-origin: center center;
}

.vehicle-card-2026:hover .vehicle-card-image-2026,
.vehicle-card-media-2026:hover .vehicle-card-image-2026 {
    transform: scale(1.08);
}

.vehicle-card-media-2026 span,
.vehicle-gallery-slide-2026 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.12);
    color: #111111;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.vehicle-card-body-2026 {
    display: grid;
    gap: 1rem;
    padding: 1.35rem;
}

.vehicle-card-body-2026 h2,
.vehicle-modal-copy-2026 h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: #f7f2ea;
}

.vehicle-card-meta-2026,
.vehicle-modal-specs-2026 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
}

.vehicle-card-meta-2026 span,
.vehicle-modal-specs-2026 div {
    padding: 0.75rem 0.8rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.vehicle-card-meta-2026 span {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.vehicle-amenities-2026 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.vehicle-amenities-2026 span {
    display: inline-flex;
    align-items: center;
    min-height: 2.3rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.88rem;
}

.vehicle-modal-2026[hidden] {
    display: none;
}

.vehicle-modal-2026 {
    position: fixed;
    inset: 0;
    z-index: 130;
}

.vehicle-modal-backdrop-2026 {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    backdrop-filter: blur(8px);
}

.vehicle-modal-dialog-2026 {
    position: relative;
    width: min(1100px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    margin: 1rem auto;
    overflow: auto;
    border-radius: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(18, 18, 18, 0.98), rgba(9, 9, 9, 1));
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.36);
}

.vehicle-modal-layout-2026 {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 1.4rem;
    padding: 1.35rem;
}

.vehicle-modal-close-2026 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 4;
    width: 2.85rem;
    height: 2.85rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.vehicle-gallery-2026 {
    position: relative;
    min-height: 30rem;
}

.vehicle-gallery-slide-2026 {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 30rem;
    border-radius: 1.4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.vehicle-gallery-slide-2026.is-active {
    display: flex;
}

.vehicle-gallery-actions-2026 {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    gap: 0.7rem;
}

.vehicle-gallery-arrow-2026 {
    width: 3rem;
    height: 3rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #111111;
}

.vehicle-gallery-dots-2026 {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    display: flex;
    gap: 0.55rem;
}

.vehicle-gallery-dots-2026 button {
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.34);
}

.vehicle-gallery-dots-2026 button.is-active {
    background: var(--accent);
}

.vehicle-modal-copy-2026 {
    display: grid;
    align-content: start;
    gap: 1rem;
    padding: 0.35rem 0.4rem 0.35rem 0;
}

.vehicle-modal-eyebrow-2026 {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.86rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.vehicle-modal-copy-2026 p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
}

.vehicle-modal-specs-2026 strong {
    display: block;
    margin-bottom: 0.35rem;
    color: #ffffff;
    font-family: "Manrope", sans-serif;
}

.vehicle-modal-specs-2026 span {
    color: rgba(255, 255, 255, 0.72);
}

body.is-locked {
    overflow: hidden;
}

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

    .vehicle-modal-layout-2026 {
        grid-template-columns: 1fr;
    }

    .vehicle-gallery-2026,
    .vehicle-gallery-slide-2026 {
        min-height: 22rem;
    }
}

@media (max-width: 640px) {
    .fleet-grid-2026 {
        grid-template-columns: 1fr;
    }

    .vehicle-card-media-2026 {
        min-height: 13rem;
    }

    .vehicle-card-meta-2026,
    .vehicle-modal-specs-2026 {
        grid-template-columns: 1fr;
    }

    .vehicle-modal-dialog-2026 {
        width: min(100vw - 1rem, 1100px);
        margin: 0.5rem auto;
        max-height: calc(100vh - 1rem);
    }

    .vehicle-modal-layout-2026 {
        padding: 1rem;
    }

    .vehicle-gallery-2026,
    .vehicle-gallery-slide-2026 {
        min-height: 16rem;
    }
}

.pill-row span,
.mini-callout,
.flash,
.checkbox-row {
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.04);
}

.pill-row span {
    padding: 0.55rem 0.8rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.highlight-card {
    background:
        linear-gradient(135deg, rgba(216, 166, 87, 0.12), rgba(12, 21, 37, 0.94));
}

.steps-list,
.clean-list {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
    color: var(--muted);
    line-height: 1.8;
}

.article-card {
    max-width: 52rem;
}

.article-card.tour-content-card-2026 {
    max-width: none;
    width: 100%;
}

.article-content p {
    white-space: pre-wrap;
}

.form-card {
    display: grid;
    gap: 1rem;
}

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

.form-full {
    grid-column: 1 / -1;
}

label {
    display: grid;
    gap: 0.5rem;
}

label span {
    color: var(--text);
    font-size: 0.92rem;
    font-weight: 600;
}

input,
textarea,
select {
    width: 100%;
    border-radius: 1.1rem;
    border: 1px solid var(--line);
    background: rgba(4, 9, 19, 0.52);
    color: var(--text);
    padding: 0.95rem 1rem;
    outline: none;
    transition: border-color 180ms ease, transform 180ms ease;
}

input:focus,
textarea:focus,
select:focus {
    border-color: rgba(216, 166, 87, 0.6);
    transform: translateY(-1px);
}

textarea {
    resize: vertical;
}

.muted-text {
    color: var(--muted);
}

.contact-band-2026 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 4.3rem 0;
    background:
        linear-gradient(180deg, rgba(13, 17, 23, 0.96), rgba(3, 9, 23, 0.98)),
        radial-gradient(circle at top left, rgba(2, 11, 28, 0.18), transparent 35%);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.contact-band-2026 .container {
    width: min(1220px, calc(100vw - 5rem));
}

.contact-band-layout-2026 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: start;
}

.contact-copy-2026 {
    max-width: 34rem;
}

.contact-copy-2026 h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2.3rem, 4vw, 4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #f7f2ea;
}

.contact-copy-2026 h2 span {
    color: var(--accent-strong);
}

.contact-copy-2026 p {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
    font-size: 1.05rem;
}

.contact-details-2026 {
    display: grid;
    gap: 1.25rem;
    margin-top: 2.2rem;
}

.contact-detail-item-2026 {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: 1rem;
    align-items: start;
}

.contact-detail-item-2026 i {
    margin-top: 0.2rem;
    font-size: 1.15rem;
    color: #f7f2ea;
}

.contact-detail-item-2026 strong,
.contact-detail-item-2026 a,
.contact-detail-item-2026 span {
    display: block;
}

.contact-detail-item-2026 strong {
    margin-bottom: 0.2rem;
    font-family: "Manrope", sans-serif;
    color: #f7f2ea;
    font-size: 0.98rem;
}

.contact-detail-item-2026 a,
.contact-detail-item-2026 span {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    line-height: 1.65;
    font-size: 1.02rem;
}

.contact-detail-item-2026 a:hover {
    color: var(--accent-strong);
}

.contact-form-2026 {
    display: grid;
    gap: 1.15rem;
    padding: 1.75rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(24, 29, 39, 0.96);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.2);
}

.contact-form-page-2026 {
    max-width: 58rem;
    margin: 0 auto;
}

.contact-form-head-2026 h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.12;
    color: #f7f2ea;
}

.contact-form-head-2026 p:last-child {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
}

.contact-form-2026 label span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.88rem;
    letter-spacing: 0.05em;
    text-transform: none;
}

.contact-form-2026 .phone-field-2026 {
    display: grid;
    grid-template-columns: auto minmax(10.5rem, 13rem) minmax(0, 1fr);
    gap: 0.7rem;
    align-items: center;
}

.contact-form-2026 .phone-country-label-2026 {
    margin: 0;
    color: #f7f2ea;
    font-family: "Manrope", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}

.contact-form-2026 .phone-field-2026 select,
.contact-form-2026 .phone-field-2026 input {
    width: 100%;
    margin: 0;
}

.contact-form-2026 .phone-field-2026 input[type="hidden"] {
    display: none;
}

.contact-phone-help-2026 {
    min-height: 1.5em;
    margin-top: 0;
    color: rgba(255, 255, 255, 0.68);
}

.contact-form-2026 input,
.contact-form-2026 textarea,
.contact-form-2026 select {
    border-radius: 0.45rem;
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(10, 12, 18, 0.96);
    min-height: 3.15rem;
    font-size: 0.98rem;
}

.contact-form-2026 textarea {
    min-height: 7.5rem;
}

@media (max-width: 640px) {
    .contact-form-2026 .phone-field-2026 {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }

    .contact-form-2026 .phone-country-label-2026 {
        font-size: 0.9rem;
    }
}

.contact-form-2026 select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.65) 50%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.65) 50%, transparent 50%);
    background-position:
        calc(100% - 1.2rem) calc(50% + 0.1rem),
        calc(100% - 0.9rem) calc(50% + 0.1rem);
    background-size: 0.38rem 0.38rem, 0.38rem 0.38rem;
    background-repeat: no-repeat;
}

.contact-submit-2026 {
    width: 100%;
    justify-content: center;
    font-size: 1.15rem;
    min-height: 3.2rem;
}

.payment-policy-2026 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 0 3.4rem;
    background:
        linear-gradient(180deg, rgba(9, 13, 22, 0.98), rgba(5, 8, 14, 1));
}

.payment-policy-2026 .container {
    width: min(1220px, calc(100vw - 5rem));
}

.payment-policy-layout-2026 {
    display: grid;
    gap: 1.8rem;
}

.payment-policy-head-2026 {
    max-width: 60rem;
}

.payment-policy-head-2026 h2 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.1;
    color: #f7f2ea;
    letter-spacing: -0.04em;
}

.payment-policy-head-2026 h2 span {
    color: var(--accent-strong);
}

.payment-policy-head-2026 p:last-child {
    color: rgba(255, 255, 255, 0.74);
    line-height: 1.8;
    max-width: 52rem;
}

.payment-policy-grid-2026 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.payment-policy-card-2026 {
    padding: 1.5rem;
    border-radius: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(29, 35, 47, 0.98), rgba(18, 23, 33, 0.98));
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.16);
}

.payment-policy-card-2026 h3 {
    margin: 0 0 0.95rem;
    font-family: "Manrope", sans-serif;
    font-size: 1.35rem;
    color: #f7f2ea;
}

.payment-policy-card-2026 p,
.payment-policy-card-2026 li {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
}

.payment-policy-card-2026 ul {
    margin: 0;
    padding-left: 1.2rem;
}

.payment-policy-card-2026 li + li {
    margin-top: 0.7rem;
}

.payment-policy-card-wide-2026 {
    grid-column: 1 / -1;
    background:
        linear-gradient(135deg, rgba(214, 163, 24, 0.1), rgba(18, 23, 33, 0.98));
}

.footer-reservation-cta-2026 {
    padding: 3.2rem 0;
}

.footer-reservation-cta-panel-2026 {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.9fr);
    gap: 1.6rem;
    align-items: center;
    padding: clamp(1.8rem, 3vw, 3rem);
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(90deg, rgba(5, 8, 10, 0.96), rgba(5, 8, 10, 0.82)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
}

.footer-reservation-cta-panel-2026::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 4.8rem 4.8rem;
    opacity: 0.18;
    pointer-events: none;
}

.footer-reservation-cta-panel-2026::after {
    content: "";
    position: absolute;
    inset: auto auto -6rem -4rem;
    width: 18rem;
    height: 18rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(214, 170, 77, 0.22), transparent 70%);
    pointer-events: none;
}

.footer-reservation-copy-2026,
.footer-reservation-visual-2026 {
    position: relative;
    z-index: 1;
}

.footer-reservation-copy-2026 h2 {
    margin: 0 0 1rem;
    max-width: 42rem;
    font-size: clamp(2rem, 3.3vw, 3.25rem);
    line-height: 1.02;
    color: #fff8ef;
}

.footer-reservation-copy-2026 h2 span {
    color: #d6aa4d;
}

.footer-reservation-copy-2026 p:not(.eyebrow) {
    margin: 0;
    max-width: 38rem;
    color: rgba(241, 236, 229, 0.78);
    line-height: 1.75;
    font-size: 1.03rem;
}

.footer-reservation-actions-2026 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.footer-reservation-points-2026 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem 1.2rem;
    margin-top: 1.35rem;
    color: rgba(241, 236, 229, 0.82);
    font-size: 0.94rem;
}

.footer-reservation-points-2026 span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.footer-reservation-points-2026 i {
    color: #d6aa4d;
}

.footer-reservation-visual-2026 {
    display: grid;
    place-items: center;
}

.footer-reservation-visual-2026 img {
    width: min(100%, 33rem);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.42));
}

.mini-callout {
    margin-top: 1rem;
    padding: 1.1rem 1.2rem;
}

.flash-stack {
    display: grid;
    gap: 0.8rem;
    margin: 1rem auto 0;
}

.flash {
    padding: 0.95rem 1.1rem;
}

.flash-success {
    color: #d5ffe8;
    border-color: rgba(52, 211, 153, 0.24);
    background: rgba(52, 211, 153, 0.14);
}

.flash-error {
    color: #ffe0e8;
    border-color: rgba(251, 113, 133, 0.24);
    background: rgba(251, 113, 133, 0.14);
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 7.4rem 0 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top center, rgba(209, 161, 53, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(7, 12, 20, 0.88), rgba(5, 8, 14, 0.96));
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2, 5, 9, 0.76), rgba(2, 5, 9, 0.94)),
        url("../images/banner/se-travel-touring-luxury-chauffer.jpg") center/cover no-repeat;
    opacity: 0.32;
    pointer-events: none;
}

.site-footer::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(214, 170, 77, 0.12), transparent 32%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: auto, 5.2rem 5.2rem, 5.2rem 5.2rem;
    opacity: 0.12;
    pointer-events: none;
}

.footer-shell {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.5rem;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.8fr);
    gap: 2rem;
    padding: 1.75rem 0 1.1rem;
}

.footer-brand-block {
    max-width: 31rem;
}

.footer-brand-mark {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.footer-brand-mark img {
    width: 4rem;
    height: 4rem;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.footer-brand-mark-copy {
    display: grid;
    gap: 0.18rem;
}

.footer-brand-mark-copy span {
    color: rgba(241, 236, 229, 0.66);
    font-size: 0.86rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.footer-eyebrow {
    margin: 0 0 0.8rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #d6aa4d;
}

.footer-brand-block h3,
.footer-column h4,
.footer-payments-copy h4 {
    font-family: "Manrope", sans-serif;
    margin-top: 0;
}

.footer-brand-block h3 {
    margin-bottom: 0.9rem;
    font-size: clamp(1.45rem, 2vw, 2rem);
    line-height: 1.15;
    color: #f7f1e8;
}

.footer-brand-block p {
    margin: 0;
    max-width: 28rem;
    line-height: 1.75;
}

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

.footer-column {
    position: relative;
    min-width: 0;
}

.footer-column h4 {
    margin-bottom: 1rem;
    padding-left: 0.9rem;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #f3d188;
}

.footer-column h4::before {
    content: "";
    position: absolute;
    top: 0.18rem;
    left: 0;
    width: 3px;
    height: 1.2rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #d6aa4d, #7e1f40);
}

.footer-brand-block p,
.footer-list span,
.footer-list a,
.footer-links a,
.footer-payments-copy p,
.footer-bar,
.footer-bar a {
    color: var(--muted);
}

.footer-list,
.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list {
    display: grid;
    gap: 0.9rem;
}

.footer-list li {
    display: grid;
    grid-template-columns: 1rem minmax(0, 1fr);
    align-items: start;
    gap: 0.85rem;
    line-height: 1.65;
}

.footer-list i {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #d6aa4d;
}

.footer-links {
    display: grid;
    gap: 0.72rem;
}

.footer-links a,
.footer-list a,
.footer-bar a {
    text-decoration: none;
    transition: color 160ms ease, opacity 160ms ease;
}

.footer-links a:hover,
.footer-list a:hover,
.footer-bar a:hover {
    color: #f3d188;
}

.footer-payments {
    display: grid;
    justify-items: center;
    gap: 1rem;
    padding: 1.1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    text-align: center;
}

.footer-payments-copy h4 {
    margin-bottom: 0.45rem;
    font-size: 1rem;
    color: #f4ede3;
}

.footer-payments-copy p {
    margin: 0;
    font-size: 0.94rem;
    line-height: 1.7;
}

.payment-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
}

.payment-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.8rem;
    min-height: 2.9rem;
    padding: 0.5rem 0.82rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f7f1e8;
}

.payment-badge svg,
.payment-badge img {
    display: block;
    max-width: 100%;
    width: auto;
    height: 2.08rem;
    object-fit: contain;
}

.payment-badge-visa {
    min-width: 6.6rem;
}

.payment-badge-mastercard {
    min-width: 5.6rem;
}

.payment-badge-discover {
    min-width: 7rem;
}

.payment-badge-discover img {
    height: 0.92rem;
    width: auto;
}

.payment-badge-diners {
    min-width: 8.6rem;
}

.payment-badge-amex {
    min-width: 6.9rem;
}

.footer-bar {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 0 0;
    font-size: 0.88rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.site-floating-actions-2026 {
    position: fixed;
    right: 1rem;
    left: auto;
    bottom: 1rem;
    z-index: 90;
    display: grid;
    gap: 0.75rem;
    justify-items: end;
    transform: none;
}

.site-fab-2026 {
    width: 3.3rem;
    height: 3.3rem;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.22);
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease, background 180ms ease;
}

.site-fab-2026 i {
    font-size: 1.55rem;
}

.site-fab-whatsapp-2026 {
    background: #073f23;
    color: #ffffff;
}

.site-fab-whatsapp-2026:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.28);
    color: #ffffff;
}

.site-fab-top-2026 {
    --scroll-progress: 0deg;
    background: rgba(235, 240, 236, 0.96);
    color: #113523;
    opacity: 0;
    pointer-events: none;
    transform: translateY(0.35rem) scale(0.92);
}

.site-fab-top-2026::after {
    content: "";
    position: absolute;
    inset: -0.22rem;
    border-radius: inherit;
    background: conic-gradient(
        #12492c 0deg,
        #12492c var(--scroll-progress),
        rgba(18, 73, 44, 0.18) var(--scroll-progress),
        rgba(18, 73, 44, 0.18) 360deg
    );
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 4px), #000 calc(100% - 3px));
}

.site-fab-top-2026.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.site-fab-top-2026:hover {
    background: #ffffff;
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.24);
}

.login-body,
.admin-body {
    background:
        radial-gradient(circle at top left, rgba(76, 201, 193, 0.14), transparent 25%),
        radial-gradient(circle at top right, rgba(216, 166, 87, 0.16), transparent 30%),
        linear-gradient(180deg, #050913 0%, #0a1322 100%);
}

.login-shell {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.login-panel {
    width: min(32rem, 100%);
    padding: 2rem;
    border-radius: var(--radius);
    background: var(--panel);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.admin-shell {
    display: grid;
    grid-template-columns: 18rem 1fr;
    min-height: 100vh;
}

.admin-sidebar {
    padding: 1.2rem;
    border-right: 1px solid var(--line);
    background: rgba(4, 9, 19, 0.8);
    backdrop-filter: blur(16px);
}

.brand-admin {
    margin-bottom: 1.6rem;
}

.admin-nav {
    flex-direction: column;
    align-items: stretch;
}

.admin-main {
    padding: 1.5rem;
}

.admin-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.25rem;
}

.table-wrap {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    text-align: left;
    padding: 0.95rem 0.75rem;
    border-bottom: 1px solid var(--line);
    vertical-align: top;
}

.admin-table th {
    color: var(--muted);
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.table-actions {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    flex-wrap: wrap;
}

.table-actions form {
    margin: 0;
}

.table-actions button,
.table-actions a {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--accent-strong);
    font-weight: 600;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.9rem 1rem;
}

.checkbox-row input {
    width: auto;
}

.form-help {
    display: block;
    margin-top: 0.35rem;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.admin-cover-preview {
    display: grid;
    gap: 1rem;
    margin-top: 1.4rem;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.03);
}

.admin-cover-preview img {
    width: 100%;
    max-height: 22rem;
    object-fit: cover;
    border-radius: 1rem;
    border: 1px solid var(--line);
}

.tox-tinymce {
    border: 1px solid var(--line) !important;
    border-radius: 1rem !important;
    overflow: hidden;
}

.tox .tox-statusbar {
    border-top: 1px solid var(--line) !important;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 560ms ease, transform 560ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-disabled [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
}

@media (max-width: 1100px) {
    .hero-grid,
    .split-grid,
    .feature-grid,
    .card-grid,
    .stats-grid,
    .tour-layout-2026,
    .admin-grid,
    .admin-grid-wide {
        grid-template-columns: 1fr;
    }

    .hero-copy h1 {
        max-width: none;
    }

    .contact-band-layout-2026 {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .payment-policy-grid-2026 {
        grid-template-columns: 1fr;
    }

    .footer-reservation-cta-panel-2026 {
        grid-template-columns: 1fr;
    }

    .footer-main,
    .footer-columns {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 24rem;
    }

    .admin-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .tour-sidebar-card-2026 {
        position: static;
    }

    .home-section-head,
    .offer-banner,
    .home-service-grid,
    .lux-highlight-grid,
    .why-grid,
    .home-tour-grid,
    .home-blog-grid,
    .fleet-row {
        grid-template-columns: 1fr;
    }

    .home-hero-stage {
        min-height: auto;
        padding-bottom: 2rem;
    }

    .home-quick-book {
        position: relative;
        right: auto;
        top: auto;
        margin: 1rem;
        width: auto;
    }

    .scene-car {
        position: relative;
        left: auto;
        bottom: auto;
        margin: 8rem auto 0;
        width: min(80vw, 28rem);
    }

    .scene-road {
        bottom: 10rem;
    }

    .lux-slide-content,
    .lux-slider-ui-inner {
        width: min(100vw - 3rem, 1220px);
    }

    .lux-slide-copy {
        width: min(62vw, 46rem);
    }

    .lux-slide-content {
        padding: 11rem 0 7rem;
    }
}

@media (max-width: 860px) {
    .nav-toggle {
        display: inline-flex;
    }

    .nav-actions {
        display: none;
    }

    .site-nav {
        position: absolute;
        top: calc(100% + 0.8rem);
        left: 1rem;
        right: 1rem;
        display: none;
        padding: 0.8rem;
        border-radius: 1.4rem;
        border: 1px solid var(--line);
        background: rgba(4, 9, 19, 0.94);
        box-shadow: var(--shadow);
        flex-direction: column;
        align-items: stretch;
    }

    body.home-light .site-nav {
        background: #ffffff;
        border-color: rgba(17,17,17,0.08);
        box-shadow: 0 18px 40px rgba(0,0,0,0.08);
    }

    .site-header-lux .site-nav {
        top: calc(100% + 0.4rem);
        background: #090909;
        border: 1px solid rgba(255,255,255,0.08);
    }

    .site-header-lux .site-nav a {
        padding: 0.85rem 0;
    }

    .site-header-lux .site-nav a::after {
        display: none;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        width: 100%;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .visual-main {
        inset: 0.5rem 0 4rem 0.5rem;
    }

    .visual-floating {
        width: 12rem;
    }

    .footer-bar,
    .admin-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-main {
        gap: 1.6rem;
    }

    .footer-columns {
        gap: 1.3rem;
    }

    .footer-brand-mark img {
        width: 3.45rem;
        height: 3.45rem;
    }

    .service-card {
        grid-template-columns: 1fr;
    }

    .quick-row {
        grid-template-columns: 1fr;
    }

    .topbar-grid {
        grid-template-columns: 1fr auto;
        align-items: center;
        padding: 0.75rem 0;
    }

    .topbar-logo {
        display: none;
    }

    .menu-logo {
        display: inline-flex;
    }

    .nav-left {
        flex: 1 1 auto;
    }

    .topbar-phone {
        justify-self: start;
    }

    .topbar-right {
        justify-self: end;
    }

    .lux-slide-content,
    .lux-slider-ui-inner {
        width: min(100vw - 2.6rem, 1220px);
    }

    .lux-slide-copy {
        width: min(78%, 38rem);
    }

    .lux-slide-content {
        padding: 9.5rem 0 7rem;
    }

    .lux-slider-actions {
        top: auto;
        right: 0;
        bottom: 1rem;
        transform: none;
        grid-auto-flow: column;
    }

    .lux-slider-dots {
        right: 0;
        bottom: 5.9rem;
    }

    body.home-lux .lux-service-strip,
    body.home-lux .home-fleet,
    body.home-lux .home-trust,
    body.home-lux .home-why,
    body.home-lux .home-offer,
    body.home-lux .home-tours,
    body.home-lux .home-blog {
        margin: 0;
        border-radius: 0;
    }

    body.home-lux .lux-service-strip .container,
    body.home-lux .home-fleet .container,
    body.home-lux .home-trust .container,
    body.home-lux .home-why .container,
    body.home-lux .home-offer .container,
    body.home-lux .home-tours .container,
    body.home-lux .home-blog .container {
        width: min(100vw - 2.6rem, 1220px);
    }
}

@media (max-width: 640px) {
    .hero-section,
    .page-hero,
    .section {
        padding-top: 3.2rem;
    }

    .hero-copy h1 {
        font-size: 2.5rem;
    }

    .container {
        width: min(100vw - 1.2rem, var(--container));
    }

    .contact-band-2026 {
        padding: 3rem 0;
    }

    .contact-band-2026 .container {
        width: min(100vw - 1.9rem, 1220px);
    }

    .payment-policy-2026 .container {
        width: min(100vw - 1.9rem, 1220px);
    }

    .footer-reservation-cta-panel-2026 {
        padding: 1.45rem;
        border-radius: 1.45rem;
    }

    .footer-reservation-copy-2026 h2 {
        font-size: 2rem;
    }

    .footer-reservation-points-2026 {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.65rem;
    }

    .contact-form-2026 {
        padding: 1.1rem;
    }

    .panel-card,
    .article-card,
    .login-panel {
        padding: 1.2rem;
    }

    .metric-card {
        font-size: 1.6rem;
    }

    .home-copy {
        padding: 2rem 1rem 0;
    }

    .footer-main {
        padding: 1.2rem 0 0.6rem;
    }

    .footer-brand-mark {
        align-items: flex-start;
    }

    .footer-brand-block h3 {
        font-size: 1.7rem;
    }

    .payment-badge {
        min-width: 4.8rem;
        padding: 0.45rem 0.72rem;
        font-size: 0.68rem;
    }

    .site-floating-actions-2026 {
        right: 0.75rem;
        left: auto;
        bottom: 0.85rem;
        gap: 0.6rem;
        transform: none;
    }

    .site-fab-2026 {
        width: 3rem;
        height: 3rem;
    }

    .payment-badge svg,
    .payment-badge img {
        height: 0.92rem;
    }

    .home-copy h1 {
        font-size: 2.55rem;
    }

    .scene-car {
        height: 8rem;
    }

    .scene-car::before {
        width: 10rem;
        left: 2.7rem;
    }

    .lux-slide-copy h1 {
        font-size: 2.6rem;
    }

    .lux-slide-content,
    .lux-slider-ui-inner {
        width: min(100vw - 1.9rem, 1220px);
    }

    .lux-slide-copy {
        width: 100%;
        max-width: none;
    }

    .lux-slide-content {
        min-height: 100svh;
        padding: 9rem 0 7.2rem;
    }

    .lux-slider-actions {
        position: absolute;
        right: 0;
        bottom: 1.1rem;
        left: auto;
        justify-content: end;
        padding-bottom: 0;
    }

    .lux-slider-dots {
        right: 0;
        left: auto;
        bottom: 5.2rem;
    }

    .lux-badge {
        display: none;
    }

    .lux-cta-secondary{
        display: none;
    }

    .lux-slide-kicker {
        font-size: 0.82rem;
        line-height: 1.5;
    }

    .lux-slide-content p {
        font-size: 1rem;
    }

    .lux-cta-row,
    .lux-stats-row {
        gap: 0.8rem;
    }

    .lux-stats-row {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: stretch;
    }

    .lux-stat-chip {
        width: 100%;
        min-width: 0;
        min-height: 100%;
        flex-direction: column;
        justify-content: center;
        gap: 0.55rem;
        padding: 0.8rem 0.45rem;
        border-radius: 1rem;
        text-align: center;
    }

    .lux-stat-chip strong {
        font-size: 0.92rem;
    }

    .lux-stat-chip span {
        font-size: 0.76rem;
    }

    body.home-lux .lux-service-strip,
    body.home-lux .home-fleet,
    body.home-lux .home-trust,
    body.home-lux .home-why,
    body.home-lux .home-offer,
    body.home-lux .home-tours,
    body.home-lux .home-blog {
        margin: 0;
        border-radius: 0;
    }

    body.home-lux .lux-service-strip .container,
    body.home-lux .home-fleet .container,
    body.home-lux .home-trust .container,
    body.home-lux .home-why .container,
    body.home-lux .home-offer .container,
    body.home-lux .home-tours .container,
    body.home-lux .home-blog .container {
        width: min(100vw - 1.9rem, 1220px);
    }

    .topbar-right {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .menu-logo-text {
        font-size: 0.76rem;
        letter-spacing: 0.12em;
    }

.site-header-lux .site-nav {
        gap: 0;
    }
}

body.partners-lux {
    background:
        radial-gradient(circle at top right, rgba(188, 140, 40, 0.12), transparent 28%),
        linear-gradient(180deg, #0a0c12 0%, #10131a 38%, #161b24 100%);
}

body.partners-lux .site-header-lux {
    position: sticky;
    top: 0;
    z-index: 40;
    backdrop-filter: blur(18px);
    background: rgba(7, 9, 14, 0.66);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.partners-lux .topbar,
body.partners-lux .menu-bar {
    background: transparent;
}

.partners-hero-2026 {
    position: relative;
    overflow: hidden;
    min-height: 84vh;
    display: flex;
    align-items: center;
}

.partners-hero-backdrop-2026 {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    transform: scale(1.03);
}

.partners-hero-inner-2026 {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1.6rem;
    padding: 8rem 0 5.6rem;
}

.partners-kicker-2026,
.partners-section-kicker-2026 {
    margin: 0;
    color: rgba(245, 247, 252, 0.72);
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.8rem;
    font-weight: 700;
}

.partners-hero-inner-2026 h1,
.partners-story-head-2026 h2,
.partners-seo-copy-2026 h2,
.partners-cta-panel-2026 h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2.65rem, 4vw, 5rem);
    line-height: 0.98;
    letter-spacing: -0.03em;
    color: #f7f5ef;
}

.partners-hero-inner-2026 h1 span,
.partners-story-head-2026 h2 span,
.partners-seo-copy-2026 h2 span,
.partners-cta-panel-2026 h2 span {
    color: var(--color-gold);
}

.partners-hero-copy-2026,
.partners-story-head-2026 > p:last-child,
.partners-seo-copy-2026 > p,
.partners-cta-panel-2026 > p {
    margin: 0;
    max-width: 50rem;
    font-size: 1.08rem;
    line-height: 1.8;
    color: rgba(231, 235, 242, 0.86);
}

.partners-hero-actions-2026,
.partners-cta-actions-2026,
.partners-story-actions-2026 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

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

.partners-highlight-card-2026,
.partners-benefit-card-2026 {
    display: grid;
    gap: 0.75rem;
    padding: 1.2rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.35rem;
    background: rgba(9, 12, 18, 0.56);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.24);
}

.partners-highlight-card-2026 i {
    font-size: 1.45rem;
    color: var(--color-gold);
}

.partners-highlight-card-2026 strong,
.partners-benefit-card-2026 h3,
.partners-story-point-2026 h3 {
    margin: 0;
    color: #f8f5ef;
    font-size: 1.28rem;
    line-height: 1.3;
}

.partners-highlight-card-2026 span,
.partners-benefit-card-2026 p,
.partners-story-point-2026 p,
.partners-benefit-list-2026 li {
    color: rgba(224, 229, 236, 0.8);
    font-size: 0.98rem;
    line-height: 1.85;
}

.partners-story-band-2026 {
    position: relative;
    padding: 5.5rem 0;
}

.partners-story-band-2026.is-deep {
    background: linear-gradient(180deg, #0d0f15 0%, #101219 100%);
}

.partners-story-band-2026.is-surface {
    background: linear-gradient(180deg, #181d26 0%, #1c212b 100%);
}

.partners-story-head-2026 {
    display: grid;
    justify-items: center;
    gap: 1.1rem;
    text-align: center;
    margin-bottom: 3rem;
}

.partners-story-head-2026 > p:last-child {
    max-width: 48rem;
}

.partners-divider-2026 {
    width: 7rem;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(204, 160, 68, 0.92), transparent);
}

.partners-story-grid-2026,
.partners-seo-grid-2026 {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: clamp(1.6rem, 3vw, 4rem);
    align-items: center;
}

.partners-story-grid-2026.is-reverse .partners-story-media-2026 {
    order: 2;
}

.partners-story-grid-2026.is-reverse .partners-story-copy-2026 {
    order: 1;
}

.partners-story-media-2026 {
    margin: 0;
    overflow: hidden;
    border-radius: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
}

.partners-story-media-2026 img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
}

.partners-story-copy-2026,
.partners-seo-copy-2026 {
    display: grid;
    gap: 1.35rem;
}

.partners-story-point-2026 {
    display: grid;
    gap: 0.75rem;
}

.partners-benefit-list-2026 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.7rem;
}

.partners-benefit-list-2026 li {
    position: relative;
    padding-left: 1.35rem;
}

.partners-benefit-list-2026 li::before {
    content: "";
    position: absolute;
    top: 0.88rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--color-gold);
    box-shadow: 0 0 0 0.25rem rgba(214, 168, 71, 0.14);
}

.partners-seo-2026 {
    background: linear-gradient(180deg, #121722 0%, #121821 100%);
}

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

.partners-benefit-card-2026 h3 {
    font-size: 1.08rem;
}

.partners-benefit-card-2026 p {
    margin: 0;
}

.partners-cta-2026 {
    background:
        radial-gradient(circle at top center, rgba(198, 149, 49, 0.12), transparent 34%),
        linear-gradient(180deg, #0f131b 0%, #0a0d13 100%);
}

.partners-cta-panel-2026 {
    display: grid;
    justify-items: center;
    gap: 1.2rem;
    padding: clamp(2rem, 4vw, 3.5rem);
    text-align: center;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
        rgba(11, 14, 20, 0.92);
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
}

.partners-cta-panel-2026 > p {
    max-width: 44rem;
}

@media (max-width: 991px) {
    .partners-highlights-2026,
    .partners-benefits-grid-2026,
    .partners-story-grid-2026,
    .partners-seo-grid-2026 {
        grid-template-columns: 1fr;
    }

    .partners-story-grid-2026.is-reverse .partners-story-media-2026,
    .partners-story-grid-2026.is-reverse .partners-story-copy-2026 {
        order: initial;
    }
}

@media (max-width: 767px) {
    body.partners-lux .site-header-lux {
        background: rgba(7, 9, 14, 0.9);
    }

    body.partners-lux .topbar,
    body.partners-lux .menu-bar {
        background: transparent;
    }

    .partners-hero-2026 {
        min-height: auto;
    }

    .partners-hero-inner-2026 {
        padding: 7rem 0 4.5rem;
    }

    .partners-highlight-card-2026,
    .partners-benefit-card-2026,
    .partners-cta-panel-2026 {
        border-radius: 1.3rem;
    }
}
