:root {
    --gold: #d4af37;
    --gold-soft: #f1d57a;
    --black: #0b0b0f;
    --charcoal: #15151c;
    --ink: #1c1c24;
    --white: #f5f1e8;
}

body.theme-lux {
    font-family: 'Source Sans 3', sans-serif;
    background: radial-gradient(circle at 20% 10%, #1b1b24 0%, #0b0b0f 45%, #050506 100%);
    color: var(--white);
}

.theme-lux .text-muted {
    color: rgba(245, 241, 232, 0.65) !important;
}

h1, h2, h3, h4, .brand-logo {
    font-family: 'Cinzel', serif;
    letter-spacing: 0.5px;
}

.brand-logo-img {
    height: 38px;
    width: auto;
    display: block;
}

.border-gold {
    border-color: rgba(212, 175, 55, 0.4) !important;
}

.text-gold {
    color: var(--gold) !important;
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-soft));
    color: #1b1400;
    border: none;
}

.btn-gold:hover {
    filter: brightness(0.95);
}

.btn-outline-gold {
    border: 1px solid var(--gold);
    color: var(--gold);
    background: transparent;
}

.nav-tabs-dark {
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.nav-tabs-dark .nav-link {
    color: rgba(245, 241, 232, 0.7);
    border: none;
}

.nav-tabs-dark .nav-link.active {
    color: var(--gold);
    background: transparent;
    border-bottom: 2px solid var(--gold);
}

.card-lux {
    background: linear-gradient(135deg, rgba(21, 21, 28, 0.9), rgba(11, 11, 15, 0.95));
    border: 1px solid rgba(212, 175, 55, 0.2);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
    color: var(--white);
}

.trip-thumb {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

.hero-lux {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: center;
    background: url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.85), rgba(10, 10, 15, 0.6));
}

.hero-content {
    position: relative;
    z-index: 1;
    max-width: 520px;
    animation: fadeUp 1s ease;
}

.hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--gold);
    font-size: 0.85rem;
}

.section-lux {
    padding: 4rem 0;
}

.bg-ornate {
    background: linear-gradient(135deg, rgba(15, 15, 20, 0.95), rgba(28, 28, 36, 0.9));
}

.footer-lux {
    padding: 2.5rem 0;
    border-top: 1px solid rgba(212, 175, 55, 0.2);
}

.footer-links a {
    font-size: 0.9rem;
}

.faq-section {
    background: linear-gradient(135deg, rgba(15, 15, 20, 0.95), rgba(28, 28, 36, 0.9));
}

.faq-accordion .accordion-item {
    background: rgba(12, 12, 16, 0.7);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.faq-accordion .accordion-button {
    background: transparent;
    color: var(--white);
    font-weight: 600;
    letter-spacing: 0.3px;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--gold);
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.4);
}

.faq-accordion .accordion-body {
    color: rgba(245, 241, 232, 0.8);
}

.experience-section {
    background: radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.12), rgba(10, 10, 14, 0.9) 60%);
}

.experience-card {
    border: 1px solid rgba(212, 175, 55, 0.25);
}

.experience-media {
    position: relative;
    height: 240px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(12, 12, 16, 0.6);
    display: grid;
    place-items: center;
}

.experience-media img,
.experience-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.experience-controls {
    display: flex;
    gap: 0.5rem;
}

.experience-dots {
    display: flex;
    gap: 0.4rem;
    margin-top: 0.75rem;
}

.experience-dots .exp-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.4);
    background: rgba(212, 175, 55, 0.15);
}

.experience-dots .exp-dot.active {
    background: var(--gold);
}

.experience-placeholder {
    color: rgba(245, 241, 232, 0.6);
    font-size: 0.85rem;
}

.dash-list {
    display: grid;
    gap: 0.75rem;
}

.dash-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.65rem 0.75rem;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(12, 12, 16, 0.6);
}

.quote-row {
    border-left: 4px solid transparent;
}

.quote-row.quote-unpaid {
    border-left-color: rgba(212, 175, 55, 0.8);
}

.quote-row.quote-paid {
    border-left-color: rgba(73, 192, 120, 0.85);
}

.quote-row.quote-unpaid td:first-child {
    box-shadow: inset 4px 0 0 rgba(212, 175, 55, 0.8);
}

.quote-row.quote-paid td:first-child {
    box-shadow: inset 4px 0 0 rgba(73, 192, 120, 0.85);
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(5, 5, 8, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 2000;
}

.lightbox.is-open {
    opacity: 1;
    pointer-events: auto;
}

.lightbox-image {
    max-width: min(92vw, 1200px);
    max-height: 86vh;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.5);
    background: rgba(12, 12, 16, 0.6);
    color: var(--gold);
    font-size: 1.5rem;
    line-height: 1;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.5);
    background: rgba(12, 12, 16, 0.6);
    color: var(--gold);
    font-size: 1.6rem;
    line-height: 1;
}

.lightbox-nav.prev {
    left: 24px;
}

.lightbox-nav.next {
    right: 24px;
}

.media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.75rem;
}

.media-tile {
    background: rgba(12, 12, 16, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 10px;
    padding: 0.5rem;
    display: grid;
    gap: 0.5rem;
}

.media-tile img,
.media-tile video {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}

.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 24px;
    background: var(--gold);
    color: #1b1400;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.instagram-float {
    position: fixed;
    bottom: 30px;
    left: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #f1d57a, #d4af37 55%, #7a5b12 100%);
    color: #1b1400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    z-index: 900;
}

.social-icon {
    width: 24px;
    height: 24px;
    fill: #1b1400;
}

.instagram-float:hover {
    filter: brightness(0.95);
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(10, 10, 14, 0.95);
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    padding: 1rem 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 1000;
}

.cookie-banner.show {
    transform: translateY(0);
}

.gallery {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(212, 175, 55, 0.2);
    padding: 1rem;
    position: relative;
}

.gallery-main {
    height: 360px;
    background: linear-gradient(120deg, rgba(212, 175, 55, 0.2), rgba(0, 0, 0, 0.6));
    border-radius: 8px;
    margin-bottom: 1rem;
    background-size: cover;
    background-position: center;
    transition: background-image 0.35s ease;
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.15);
}

@media (max-width: 768px) {
    .gallery-main {
        height: 240px;
    }
}

.gallery-thumbs {
    display: flex;
    gap: 0.5rem;
}

.gallery-thumbs .thumb {
    flex: 1;
    height: 50px;
    border-radius: 6px;
    border: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(255, 255, 255, 0.05);
    background-size: cover;
    background-position: center;
}

.gallery-thumbs .thumb.active {
    border-color: var(--gold);
}

.gallery-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.4);
    background: rgba(10, 10, 14, 0.8);
    color: var(--gold);
    display: grid;
    place-items: center;
    cursor: pointer;
}

.gallery-control.prev {
    left: 18px;
}

.gallery-control.next {
    right: 18px;
}

.gallery-control:hover {
    background: rgba(212, 175, 55, 0.15);
}

.include-icons {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.include-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.25);
    background: rgba(12, 12, 16, 0.7);
    display: grid;
    place-items: center;
    position: relative;
    cursor: default;
}

.include-icon svg {
    width: 22px;
    height: 22px;
    fill: var(--gold);
}

.include-icon::after {
    content: attr(data-label);
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(10, 10, 14, 0.95);
    color: var(--gold);
    border: 1px solid rgba(212, 175, 55, 0.3);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.72rem;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.include-icon:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(2px);
}

.quote-inline.is-collapsed {
    display: none;
}

.waitlist-inline.is-collapsed {
    display: none;
}

.sticky-cta {
    position: sticky;
    top: 20px;
}

.trip-offer-card {
    border: 1px solid rgba(212, 175, 55, 0.35);
}

.trip-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(212, 175, 55, 0.15);
    border: 1px solid rgba(212, 175, 55, 0.35);
    display: grid;
    place-items: center;
}

.trip-icon svg {
    width: 22px;
    height: 22px;
    fill: var(--gold);
}

.trip-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 0.75rem;
}

.info-box {
    background: rgba(12, 12, 16, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 10px;
    padding: 0.7rem;
    display: grid;
    gap: 0.3rem;
}

.info-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.3);
    display: grid;
    place-items: center;
}

.info-icon svg {
    width: 16px;
    height: 16px;
    fill: var(--gold);
}

.info-icon.info-icon-plane svg {
    width: 18px;
    height: 18px;
}

.info-box strong {
    font-size: 1.05rem;
    letter-spacing: 0.2px;
}

.trip-route {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.trip-route-card {
    background: rgba(12, 12, 16, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 10px;
    padding: 0.7rem;
    display: grid;
    gap: 0.5rem;
}

.trip-route-card .route-row {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.trip-route-card strong {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.trip-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.4);
    background: rgba(212, 175, 55, 0.15);
    color: var(--gold);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.booking-closed-banner {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(212, 175, 55, 0.25);
    background: linear-gradient(135deg, rgba(18, 18, 24, 0.9), rgba(12, 12, 18, 0.8));
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.booking-closed-banner .banner-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid rgba(212, 175, 55, 0.5);
    display: grid;
    place-items: center;
    color: var(--gold);
    font-weight: 700;
    font-family: 'Cinzel', serif;
}

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

.price-grid-extra {
    margin-top: 0.75rem;
}

.price-grid div {
    background: rgba(12, 12, 16, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 10px;
    padding: 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.price-grid span {
    color: rgba(245, 241, 232, 0.65);
    font-size: 0.85rem;
}

.price-grid strong {
    color: var(--white);
}

.price-pp {
    color: rgba(245, 241, 232, 0.6);
    font-size: 0.75rem;
}

.price-pp-inline {
    color: rgba(245, 241, 232, 0.6);
    font-size: 0.75rem;
    margin-left: 0.35rem;
}

.quote-overview {
    background: rgba(12, 12, 16, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 1rem;
}

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

.quote-overview-grid span {
    color: rgba(245, 241, 232, 0.65);
    font-size: 0.85rem;
}

.quote-overview-grid strong {
    color: var(--white);
}

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

.quote-price-grid div {
    background: rgba(12, 12, 16, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 10px;
    padding: 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quote-price-grid div.is-active {
    border-color: rgba(212, 175, 55, 0.6);
    box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.3);
}

.quote-price-grid-extra {
    margin-top: 0.75rem;
}

.badge-soft {
    background: rgba(212, 175, 55, 0.15);
    color: var(--gold);
    border: 1px solid rgba(212, 175, 55, 0.35);
    font-weight: 600;
}

.blog-section .card-title {
    font-family: 'Cinzel', serif;
}

.blog-card {
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.blog-thumb {
    height: 180px;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    position: relative;
    overflow: hidden;
}

.blog-hero {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

.blog-detail-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 280px;
    display: flex;
    align-items: flex-end;
    color: var(--white);
}

.blog-detail-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 8, 10, 0.2), rgba(8, 8, 10, 0.85));
}

.blog-detail-content {
    position: relative;
    padding-bottom: 2rem;
}

.blog-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(8, 8, 10, 0.75);
    color: var(--gold);
    border: 1px solid rgba(212, 175, 55, 0.5);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.blog-detail-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(8, 8, 10, 0.75);
    color: var(--gold);
    border: 1px solid rgba(212, 175, 55, 0.6);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    z-index: 2;
}

.blog-body {
    line-height: 1.7;
}

.quote-selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0.8rem;
    border-radius: 10px;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.quote-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0.8rem;
    border-radius: 10px;
    background: rgba(12, 12, 16, 0.6);
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.link-gold {
    color: var(--gold);
    text-decoration: none;
}

.link-gold:hover {
    text-decoration: underline;
}

.lang-switch {
    display: inline-flex;
    gap: 0.35rem;
    padding: 0.2rem;
    border-radius: 999px;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: rgba(12, 12, 16, 0.6);
}

.lang-link {
    color: rgba(245, 241, 232, 0.7);
    text-decoration: none;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
}

.lang-link.active {
    background: rgba(212, 175, 55, 0.25);
    color: var(--gold);
}

.trip-meta {
    display: flex;
    gap: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.table-lux {
    color: var(--white);
    border-collapse: separate;
    border-spacing: 0 0.6rem;
}

.table-lux thead th {
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    background: rgba(12, 12, 16, 0.95);
}

.table-lux tbody td {
    border-color: transparent;
    background: rgba(28, 28, 38, 0.88);
    padding: 0.9rem 1rem;
    color: #f9f3e5;
}

.table-lux tbody td .text-muted {
    color: rgba(245, 241, 232, 0.65) !important;
}

.table-lux .badge-status-new,
.table-lux .badge-status-in_progress {
    color: #1b1400;
    background: rgba(212, 175, 55, 0.35);
    border-color: rgba(212, 175, 55, 0.6);
}

.table-lux .badge-status-confirmed {
    color: #0b2a18;
    background: rgba(90, 220, 150, 0.25);
    border-color: rgba(90, 220, 150, 0.5);
}

.table-lux .badge-status-canceled,
.table-lux .badge-status-expired {
    color: #3b0f0f;
    background: rgba(240, 120, 120, 0.25);
    border-color: rgba(240, 120, 120, 0.5);
}

.table-lux .form-select,
.table-lux .form-select-sm {
    background-color: rgba(255, 255, 255, 0.9);
    color: #1b1400;
    border: 1px solid rgba(212, 175, 55, 0.4);
}

.table-lux .btn-outline-light {
    color: rgba(245, 241, 232, 0.95);
    border-color: rgba(245, 241, 232, 0.35);
}

.table-lux tbody tr.active td {
    background: rgba(212, 175, 55, 0.18);
    color: #1b1400;
}

.table-lux tbody tr.active td .text-muted {
    color: rgba(27, 20, 0, 0.7) !important;
}
.table-lux tbody tr.active td {
    background: rgba(212, 175, 55, 0.12);
}

.quote-detail {
    min-height: 320px;
}

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

.detail-person {
    background: rgba(12, 12, 16, 0.8);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    padding: 0.75rem;
    margin-bottom: 0.5rem;
}

.detail-list {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0;
    display: grid;
    gap: 0.4rem;
}

.detail-list li {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    border-bottom: 1px dashed rgba(212, 175, 55, 0.2);
    padding-bottom: 0.25rem;
}

.detail-key {
    color: rgba(245, 241, 232, 0.75);
}

.detail-value {
    color: rgba(245, 241, 232, 0.95);
    text-align: right;
}

@media (max-width: 992px) {
    .detail-grid {
        grid-template-columns: 1fr;
    }
    .detail-list li {
        flex-direction: column;
        align-items: flex-start;
    }
    .detail-value {
        text-align: left;
    }
}

.table-lux tr:hover {
    background: transparent;
}

.table-lux tbody tr {
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.3);
}

.table-lux tbody tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table-lux tbody tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.trip-card {
    background: rgba(12, 12, 16, 0.9);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.trip-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.trip-card-meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 0.75rem;
    color: rgba(245, 241, 232, 0.85);
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
}

.image-item {
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.image-item img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    display: block;
}

.image-item.is-primary::after {
    content: 'Primary';
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: rgba(0, 0, 0, 0.7);
    color: var(--gold);
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 4px;
}

.badge-gold {
    background: rgba(212, 175, 55, 0.2);
    color: var(--gold);
    border: 1px solid rgba(212, 175, 55, 0.4);
}

.badge-muted {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(245, 241, 232, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.badge-status-new,
.badge-status-in_progress {
    background: rgba(212, 175, 55, 0.15);
    color: var(--gold);
    border: 1px solid rgba(212, 175, 55, 0.4);
}

.badge-status-confirmed {
    background: rgba(0, 128, 72, 0.2);
    color: #8af0b5;
    border: 1px solid rgba(0, 128, 72, 0.4);
}

.badge-status-canceled,
.badge-status-expired {
    background: rgba(160, 40, 40, 0.2);
    color: #f7a6a6;
    border: 1px solid rgba(160, 40, 40, 0.4);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .hero-lux {
        min-height: 60vh;
    }
    .sticky-cta {
        position: static;
    }
    .trip-info-grid,
    .price-grid {
        grid-template-columns: 1fr;
    }
    .quote-overview-grid,
    .quote-price-grid {
        grid-template-columns: 1fr;
    }
}
