body.maldives-detail-body {
    background: #ffffff;
    color: #333333;
}

.maldives-detail-body img {
    max-width: 100%;
    display: block;
}

.maldives-detail-body a {
    text-decoration: none;
}

.maldives-detail-body #navbar {
    background: rgba(253, 251, 247, 0.97);
    box-shadow: 0 8px 30px rgba(15, 42, 29, 0.08);
}

.detail-page {
    background: #ffffff;
}

.resort-hotel-detail {
    background: #ffffff;
}

.resort-gallery-hero {
    max-width: 1500px;
    margin: 120px auto 0;
    padding: 0 40px;
    overflow: hidden;
}

.resort-gallery-track {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.resort-gallery-item {
    height: 280px;
    overflow: hidden;
    border: 0;
    padding: 0;
    background: #f5f2ec;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.resort-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.resort-gallery-item:hover img {
    transform: scale(1.06);
}

.hotel-header {
    padding: 30px 40px 0;
}

.hh-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 20px;
}

.hh-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.hh-badge {
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.badge-stars {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: #d4af37;
}

.badge-type {
    background: #f0eeeb;
    color: #777777;
}

.hh-name {
    font-family: "Playfair Display", serif;
    font-size: clamp(26px, 3.5vw, 40px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.15;
    margin-bottom: 8px;
}

.hh-location {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #888888;
    margin-bottom: 12px;
}

.hh-location span:first-child {
    color: #d4af37;
    font-size: 10px;
}

.hh-rating-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.hh-score {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background: #1a3c5e;
    border-radius: 10px;
}

.hh-score-num {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.hh-score-text {
    font-size: 12px;
    color: #b0cfe0;
    line-height: 1.2;
}

.hh-score-label {
    font-size: 14px;
    font-weight: 600;
    color: #1a3c5e;
}

.hh-right {
    text-align: right;
}

.hh-price-label {
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hh-price {
    font-family: "Playfair Display", serif;
    font-size: 38px;
    font-weight: 700;
    color: #d4af37;
    line-height: 1.1;
}

.hh-price-per {
    font-size: 13px;
    color: #888888;
    margin-bottom: 12px;
}

.hh-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.btn-gold {
    padding: 13px 28px;
    background: linear-gradient(135deg, #d4af37, #f1df9a);
    color: #111111;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.35s;
    font-family: "Inter", sans-serif;
}

.btn-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.btn-save {
    width: 44px;
    height: 44px;
    background: #f9f8f6;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
    color: #b8960c;
}

.btn-save:hover,
.btn-save.active {
    border-color: rgba(212, 175, 55, 0.4);
    color: #d4af37;
}

.usp-strip {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    padding: 18px 0;
    border-top: 1px solid #f0eeeb;
    border-bottom: 1px solid #f0eeeb;
    margin: 20px 0 0;
}

.usp-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #777777;
}

.usp-icon {
    width: 32px;
    height: 32px;
    background: rgba(212, 175, 55, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.15);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #d4af37;
}

.tabs-nav {
    position: sticky;
    top: 80px;
    z-index: 50;
    background: #ffffff;
    border-bottom: 1px solid #f0eeeb;
    padding: 0;
    margin-top: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.tabs-nav .container {
    display: flex;
    gap: 0;
    overflow-x: auto;
}

.tab-link {
    padding: 16px 24px;
    font-size: 13px;
    font-weight: 600;
    color: #999999;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: 0.3s;
    white-space: nowrap;
}

.tab-link:hover,
.tab-link.active {
    color: #d4af37;
    border-bottom-color: #d4af37;
}

.activity-detail-hero {
    min-height: 360px;
    margin-top: 74px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.activity-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(6, 52, 71, 0.42));
}

.activity-detail-hero-inner {
    position: relative;
    width: min(1180px, calc(100% - 80px));
    margin: 0 auto;
    z-index: 2;
}

.activity-detail-hero h1 {
    font-family: "Playfair Display", serif;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 66px);
    line-height: 1.1;
    max-width: 780px;
}

.activity-detail-hero h1::first-letter {
    color: #ffffff;
}

.activity-detail-wrap {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 46px;
    padding: 70px 40px 110px;
}

.activity-detail-main section {
    margin-bottom: 56px;
}

.activity-sec-label {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #38c4d6;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.activity-sec-label::before {
    content: "";
    width: 34px;
    height: 1px;
    background: #38c4d6;
}

.activity-detail-main h2 {
    font-family: "Playfair Display", serif;
    color: #122b34;
    font-size: 31px;
    line-height: 1.2;
    margin: 0 0 24px;
}

.activity-overview p {
    color: #7a8b90;
    font-size: 15px;
    line-height: 2;
    margin: 0 0 16px;
}

.activity-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.activity-highlight {
    background: #f8fbfb;
    border: 1px solid rgba(15, 143, 179, 0.08);
    border-radius: 10px;
    padding: 20px;
}

.activity-highlight h4 {
    color: #122b34;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    margin: 0 0 8px;
}

.activity-highlight p {
    color: #91a0a5;
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

.activity-schedule {
    display: grid;
    gap: 0;
}

.activity-step {
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 22px;
    padding: 19px 0;
    border-bottom: 1px solid #edf3f4;
}

.step-time {
    background: #edf9fb;
    border: 1px solid rgba(56, 196, 214, 0.14);
    border-radius: 8px;
    text-align: center;
    padding: 10px 8px;
    height: max-content;
}

.step-time span {
    display: block;
    color: #38c4d6;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.step-time strong {
    color: #0f8fb3;
    font-size: 16px;
}

.activity-step h4 {
    color: #122b34;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    margin: 0 0 4px;
}

.activity-step p {
    color: #9aa8ac;
    margin: 0;
    font-size: 13px;
}

.activity-inc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
}

.activity-inc-grid h4 {
    color: #122b34;
    margin: 0 0 14px;
}

.activity-detail-side {
    display: grid;
    gap: 18px;
    align-content: start;
    position: sticky;
    top: 98px;
}

.activity-save-card,
.activity-side-card {
    background: #ffffff;
    border: 1px solid rgba(8, 42, 58, 0.12);
    border-radius: 14px;
    padding: 28px;
}

.activity-save-card {
    text-align: center;
}

.activity-save-card .diamond {
    color: #0f8fb3;
    font-size: 14px;
    margin-bottom: 16px;
}

.activity-save-card h3,
.activity-side-card h3,
.activity-whatsapp h3 {
    font-family: "Playfair Display", serif;
    color: #122b34;
    font-size: 22px;
    margin: 0 0 12px;
}

.activity-save-card p {
    color: #7d8d92;
    font-size: 13px;
    line-height: 1.6;
}

.activity-save-card button {
    width: 100%;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #0f8fb3, #38c4d6);
    color: #ffffff;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 15px 18px;
    cursor: pointer;
}

.activity-save-card a {
    display: inline-block;
    color: #0b3a4b;
    font-size: 12px;
    font-weight: 800;
    margin-top: 18px;
}

.activity-side-card h3 {
    color: #0f8fb3;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.activity-info-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 0;
    border-bottom: 1px solid #edf3f4;
    color: #8e9ca0;
    font-size: 13px;
}

.activity-info-row strong {
    color: #243942;
    text-align: right;
}

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

.essential-box {
    background: #f8fbfb;
    border-radius: 8px;
    padding: 16px 10px;
    text-align: center;
}

.essential-box strong {
    display: block;
    color: #122b34;
    font-family: "Playfair Display", serif;
    font-size: 18px;
}

.essential-box span {
    color: #9aa8ac;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.activity-whatsapp {
    background: linear-gradient(135deg, #22c66d, #0f9fb3);
    color: #ffffff;
    border-radius: 14px;
    text-align: center;
    padding: 28px;
}

.activity-whatsapp h3,
.activity-whatsapp p {
    color: #ffffff;
}

.activity-whatsapp a {
    display: inline-flex;
    background: #ffffff;
    color: #0f8fb3;
    border-radius: 999px;
    padding: 12px 28px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.tip-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tip-list li {
    color: #7d8d92;
    font-size: 13px;
    padding: 11px 0;
    border-bottom: 1px solid #edf3f4;
}

.tip-list li::before {
    content: "◆";
    color: #38c4d6;
    margin-right: 8px;
    font-size: 9px;
}

@media (max-width: 1024px) {
    .activity-detail-wrap {
        grid-template-columns: 1fr;
    }

    .activity-detail-side {
        position: static;
    }

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

    .resort-gallery-item {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .activity-detail-hero {
        margin-top: 68px;
        min-height: 300px;
    }

    .activity-detail-hero-inner {
        width: min(100% - 34px, 1180px);
    }

    .activity-detail-wrap {
        padding: 48px 24px 80px;
    }

    .activity-highlight-grid,
    .activity-inc-grid {
        grid-template-columns: 1fr;
    }

    .activity-step {
        grid-template-columns: 72px 1fr;
        gap: 14px;
    }

    .resort-gallery-hero {
        margin-top: 96px;
        padding: 0 20px;
    }

    .resort-gallery-track {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .resort-gallery-track::-webkit-scrollbar {
        display: none;
    }

    .resort-gallery-item {
        flex: 0 0 78%;
        height: 210px;
    }

    .hotel-header {
        padding: 24px 24px 0;
    }

    .hh-right {
        text-align: left;
        width: 100%;
    }

    .hh-actions {
        justify-content: flex-start;
    }

    .usp-strip {
        gap: 12px;
    }

    .tabs-nav {
        top: 68px;
    }
}

.gallery-slider-wrap {
    position: relative;
}

.gallery-slider {
    position: relative;
    height: 78vh;
    min-height: 560px;
    overflow: hidden;
    background: #0f2a1d;
}

.gallery-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease;
}

.gallery-slide.active {
    opacity: 1;
    z-index: 1;
}

.gallery-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 8s ease;
}

.gallery-slide.active img {
    transform: scale(1.05);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08) 0%, transparent 35%, rgba(15, 42, 29, 0.88) 100%);
}

.detail-hero-wishlist {
    position: absolute;
    top: 100px;
    right: 5%;
    z-index: 6;
}

.detail-hero-wishlist button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 25px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}

.detail-hero-wishlist button:hover,
.detail-hero-wishlist button.active {
    background: #d4af37;
    color: #111111;
}

.detail-hero-wishlist button svg {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    fill: none;
}

.detail-hero-wishlist button.active svg {
    fill: currentColor;
}

.detail-hero-wishlist button span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gallery-counter {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 5;
    padding: 8px 20px;
    background: rgba(15, 42, 29, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(200, 169, 126, 0.3);
    color: #cca976;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
}

.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 56px;
    height: 56px;
    background: rgba(15, 42, 29, 0.65);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(200, 169, 126, 0.35);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.gallery-nav:hover {
    background: #cca976;
    border-color: #cca976;
}

.gallery-nav svg {
    width: 22px;
    height: 22px;
    stroke: #cca976;
    fill: none;
}

.gallery-nav:hover svg {
    stroke: #0f2a1d;
}

.gallery-nav-prev {
    left: 28px;
}

.gallery-nav-next {
    right: 28px;
}

.gallery-dots {
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: 10px;
}

.gallery-dot {
    width: 28px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-dot.active {
    width: 56px;
    background: #cca976;
}

.gallery-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 50px 60px;
    color: #ffffff;
}

.gallery-hero-content .detail-badge {
    display: inline-block;
    padding: 7px 18px;
    background: #cca976;
    color: #0f2a1d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.gallery-hero-content h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(36px, 5vw, 62px);
    color: #ffffff;
    margin-bottom: 14px;
    text-shadow: 0 4px 40px rgba(0, 0, 0, 0.4);
    line-height: 1.1;
}

.gallery-hero-meta {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.gallery-hero-meta span {
    font-size: 13px;
    color: #cca976;
    letter-spacing: 1px;
}

.gallery-thumbs {
    display: flex;
    background: #0f2a1d;
    gap: 3px;
    overflow-x: auto;
    scrollbar-width: none;
}

.gallery-thumbs::-webkit-scrollbar {
    display: none;
}

.gallery-thumb {
    flex: 0 0 calc(20% - 3px);
    min-width: 110px;
    height: 72px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    border: 0;
    border-bottom: 2px solid transparent;
    padding: 0;
    background: transparent;
}

.gallery-thumb.active {
    opacity: 1;
    border-bottom-color: #cca976;
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-page .container {
    max-width: 1400px;
    margin: auto;
    padding: 0 40px;
}

.main-layout {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 50px;
    padding: 80px 0 60px;
    background: #ffffff;
}

.section-label {
    color: #d4af37;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-label::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #d4af37;
}

.section-title {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 24px;
}

.overview-text {
    color: #666666;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 40px;
}

.overview-text p {
    margin-bottom: 18px;
}

.highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-bottom: 50px;
}

.highlight-card {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 14px;
    padding: 22px;
    transition: all 0.3s ease;
}

.highlight-card:hover {
    border-color: rgba(212, 175, 55, 0.4);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.highlight-card h4 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.highlight-card p {
    font-size: 13px;
    color: #888888;
    line-height: 1.6;
}

.itinerary {
    margin-bottom: 50px;
}

.day-item {
    display: flex;
    gap: 20px;
    padding: 24px;
    background: rgba(212, 175, 55, 0.08);
    border-radius: 12px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    border: 1px solid transparent;
}

.day-item:hover,
.day-item.active {
    background: rgba(212, 175, 55, 0.12);
    border-color: rgba(212, 175, 55, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.day-num {
    width: 56px;
    height: 56px;
    background: #ffffff;
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-direction: column;
    transition: 0.3s;
}

.day-item:hover .day-num,
.day-item.active .day-num {
    background: #d4af37;
    border-color: #d4af37;
}

.day-num span,
.day-num strong {
    color: #d4af37;
}

.day-item:hover .day-num span,
.day-item:hover .day-num strong,
.day-item.active .day-num span,
.day-item.active .day-num strong {
    color: #ffffff;
}

.day-num span {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.day-num strong {
    font-size: 20px;
    font-family: "Playfair Display", serif;
}

.day-info h4 {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.day-info p {
    font-size: 14px;
    color: #888888;
    line-height: 1.6;
}

.day-details {
    display: none;
    margin-top: 15px;
    padding: 18px;
    background: #ffffff;
    border-left: 3px solid #d4af37;
    border-radius: 0 8px 8px 0;
    font-size: 14px;
    color: #777777;
    line-height: 1.8;
}

.day-item.active .day-details {
    display: block;
}

.day-toggle {
    color: #d4af37;
    font-size: 13px;
    margin-top: 6px;
    display: inline-flex;
}

.form-sticky {
    position: sticky;
    top: 110px;
}

.inquiry-card {
    background: #ffffff;
    border: 1px solid #0f2a1d;
    border-radius: 20px;
    padding: 34px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.inquiry-card .form-header {
    text-align: center;
    margin-bottom: 28px;
}

.inquiry-card .diamond {
    font-size: 24px;
    color: #d4af37;
    margin-bottom: 8px;
}

.inquiry-card h3 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.inquiry-card p {
    font-size: 13px;
    color: #999999;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;
    font-size: 12px;
    color: #999999;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 13px 16px;
    background: #ffffff;
    border: 1px solid #e5e3df;
    border-radius: 10px;
    color: #333333;
    font-size: 14px;
    font-family: "Inter", "Lato", sans-serif;
    outline: none;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: rgba(212, 175, 55, 0.5);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.08);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #d4af37, #f1df9a);
    color: #111111;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.35s ease;
    margin-top: 8px;
    box-shadow: 0 8px 28px rgba(212, 175, 55, 0.15);
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(212, 175, 55, 0.3);
}

.form-trust {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 20px;
    font-size: 12px;
    color: #aaaaaa;
}

.quick-info,
.inclusions-section {
    background: #ffffff;
    border: 1px solid #d4af37;
    border-radius: 16px;
    padding: 24px;
    margin-top: 20px;
}

.quick-info h4,
.inclusions-section .inc-title {
    font-size: 14px;
    color: #d4af37;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.qi-item {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #f0eeeb;
    font-size: 14px;
}

.qi-item:last-child {
    border-bottom: 0;
}

.qi-label {
    color: #999999;
}

.qi-value {
    color: #333333;
    font-weight: 500;
    text-align: right;
}

.inc-box {
    margin-bottom: 20px;
}

.inc-box:last-child {
    margin-bottom: 0;
}

.inc-box h5 {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.inc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inc-list li {
    padding: 7px 0;
    font-size: 13px;
    color: #777777;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px solid #f0eeeb;
}

.inc-list li:last-child {
    border-bottom: 0;
}

.check {
    color: #4ecb71;
}

.cross {
    color: #e74c3c;
}

.full-gallery-section {
    padding: 40px 0 100px;
    background: #ffffff;
    border-top: 1px solid #f0eeeb;
}

.full-gallery-slider-outer {
    position: relative;
    max-width: 1400px;
    margin: auto;
    padding: 0 60px;
}

.full-gallery-slider-wrap {
    overflow: hidden;
    border-radius: 16px;
}

.full-gallery-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 20px;
}

.full-gallery-slide {
    flex: 0 0 calc(33.333% - 13.333px);
    min-width: calc(33.333% - 13.333px);
}

.full-gallery-slide img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.full-gallery-slide img:hover {
    transform: scale(1.03);
}

.full-gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 10;
}

.full-gallery-nav-btn {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.full-gallery-nav-btn:hover {
    background: #d4af37;
    border-color: #d4af37;
    color: #ffffff;
}

.section-newsletter {
    background: #ffffff;
    padding: 100px 0;
    text-align: center;
}

.section-newsletter .container {
    max-width: 700px;
}

.section-newsletter h2 {
    font-family: "Playfair Display", serif;
    font-size: 42px;
    color: #0f2a1d;
    margin-bottom: 25px;
}

.section-newsletter p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 45px;
}

.section-newsletter form {
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.section-newsletter input {
    flex-grow: 1;
    padding: 22px 25px;
    border: 1px solid #eaeaea;
    font-size: 14px;
    color: #333333;
    background: #ffffff;
    outline: none;
    border-right: none;
}

.section-newsletter button {
    background: #cca976;
    color: #ffffff;
    padding: 0 45px;
    border: none;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
}

.detail-footer {
    background-color: #0d2a1d;
    color: #a3b8ad;
    padding: 80px 0 30px;
    border-top: 2px solid #c39d67;
}

.detail-footer-grid {
    display: grid;
    grid-template-columns: minmax(250px, 1.45fr) minmax(128px, 0.72fr) minmax(140px, 0.78fr) minmax(135px, 0.74fr) minmax(190px, 1fr);
    column-gap: clamp(22px, 2.6vw, 38px);
    row-gap: 34px;
    align-items: start;
    margin-bottom: 60px;
}

.detail-footer-grid > div {
    min-width: 0;
}

.detail-footer-grid > div:nth-child(n+2) {
    padding: 2px 0 0 16px;
    border-left: 1px solid rgba(195, 157, 103, 0.14);
}

.detail-footer-grid > div:nth-child(2) {
    padding-right: 0;
}

.detail-footer h3,
.detail-footer h4 {
    color: #c39d67;
}

.detail-footer h4 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    min-height: 18px;
    margin: 0 0 16px;
    line-height: 1.35;
}

.detail-footer p,
.detail-footer a,
.detail-footer li {
    color: #c4d1ca;
    font-size: 13px;
    line-height: 1.45;
}

.detail-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 36px;
    height: 36px;
    border: 1px solid #1f4231;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    line-height: 1;
}

.footer-bottom {
    border-top: 1px solid #1f4231;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 24px;
}

.footer-bottom > div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
}

.modal-overlay,
.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.modal-overlay {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
}

.modal-overlay.show,
.lightbox.show {
    display: flex;
}

.modal-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    max-width: 420px;
    width: 90%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.success-icon {
    font-size: 42px;
    margin-bottom: 16px;
    color: #d4af37;
}

.modal-close {
    padding: 12px 30px;
    background: linear-gradient(135deg, #d4af37, #f1df9a);
    color: #111111;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 20px;
}

.lightbox {
    background: rgba(0, 0, 0, 0.92);
    z-index: 1001;
}

.lightbox img {
    max-width: 85%;
    max-height: 85vh;
    border-radius: 12px;
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: #1a2e1a;
    color: #ffffff;
    padding: 16px 28px;
    border-radius: 14px;
    font-size: 14px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: transform 0.4s;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.toast.show {
    transform: translateX(-50%) translateY(0);
}

@media (max-width: 1024px) {
    .full-gallery-slide {
        flex-basis: calc(50% - 10px);
        min-width: calc(50% - 10px);
    }

    .detail-footer-grid {
        grid-template-columns: minmax(240px, 1.25fr) repeat(2, minmax(150px, 1fr));
        column-gap: 30px;
    }
}

@media (max-width: 992px) {
    .main-layout {
        grid-template-columns: 1fr;
    }

    .form-sticky {
        position: static;
    }

    .detail-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 28px;
    }

    .detail-footer-grid > div:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .gallery-slider {
        height: 68vh;
        min-height: 470px;
    }

    .gallery-hero-content {
        padding: 42px 24px;
    }

    .gallery-nav {
        width: 44px;
        height: 44px;
    }

    .gallery-nav-prev {
        left: 14px;
    }

    .gallery-nav-next {
        right: 14px;
    }

    .detail-hero-wishlist {
        top: 88px;
        right: 24px;
    }

    .main-layout {
        padding: 56px 0 40px;
    }

    .detail-page .container {
        padding: 0 24px;
    }

    .highlights,
    .form-row {
        grid-template-columns: 1fr;
    }

    .section-newsletter form {
        flex-direction: column;
    }

    .section-newsletter input {
        border-right: 1px solid #eaeaea;
    }

    .section-newsletter button {
        padding: 18px 24px;
    }
}

@media (max-width: 600px) {
    .full-gallery-slide {
        flex-basis: 100%;
        min-width: 100%;
    }

    .full-gallery-slider-outer {
        padding: 0 20px;
    }

    .day-item {
        gap: 14px;
        padding: 18px;
    }

    .detail-footer-grid {
        grid-template-columns: 1fr;
        row-gap: 26px;
    }

    .detail-footer-grid > div:first-child {
        grid-column: auto;
    }

    .detail-footer-grid > div:nth-child(n+2),
    .detail-footer-grid > div:nth-child(2) {
        padding: 0;
        border-left: 0;
    }

    .footer-bottom {
        align-items: flex-start;
    }
}
