.td-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: calc(var(--header-h) + 62px) 0 58px;
    color: #fff;
    background: var(--navy);
}

.td-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(90deg, rgba(6, 29, 53, .97) 0%, rgba(6, 29, 53, .82) 38%, rgba(6, 29, 53, .42) 68%, rgba(6, 29, 53, .80) 100%),
        linear-gradient(180deg, rgba(6, 29, 53, .28), rgba(6, 29, 53, .76));
}

.td-hero-bg-picture {
    position: absolute;
    inset: 0;
    z-index: -4;
}

.td-hero-bg-picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.td-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 140px;
    z-index: -1;
    background: linear-gradient(180deg, rgba(255, 250, 242, 0), var(--ivory));
    pointer-events: none;
}

.td-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 42px;
    align-items: end;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 28px;
}

.breadcrumb a:hover {
    color: var(--gold-2)
}

.td-hero h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(44px, 6.4vw, 78px);
    letter-spacing: -.058em;
    max-width: 820px;
    text-wrap: balance;
}

.td-lead {
    margin: 22px 0 0;
    max-width: 720px;
    color: rgba(255, 255, 255, .86);
    font-size: 18px;
    line-height: 1.75;
}

.td-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.td-hero-badges span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .16);
    color: rgba(255, 255, 255, .88);
    font-size: 12px;
    font-weight: 900;
}

.td-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.td-hero-card {
    background: rgba(255, 250, 242, .96);
    color: var(--navy);
    border: 1px solid rgba(227, 189, 104, .30);
    border-radius: 30px;
    padding: 22px;
    box-shadow: 0 32px 90px rgba(0, 0, 0, .28);
    backdrop-filter: blur(14px);
}

.td-price-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-end;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(16, 32, 51, .10);
}

.td-price-row small {
    display: block;
    color: var(--muted);
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 2px;
}

.td-price {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 42px;
    color: var(--navy);
    letter-spacing: -.04em;
    line-height: 1;
}

.td-price span {
    color: var(--gold)
}

.td-rating {
    text-align: right;
    color: #7a6b53;
    font-weight: 900;
    font-size: 12px;
}

.td-rating strong {
    display: block;
    color: var(--navy);
    font-size: 18px
}

.td-mini-facts {
    display: grid;
    gap: 10px;
    margin: 18px 0;
    padding-left: 0;
}

.td-mini-facts li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(16, 32, 51, .08);
    color: #4a586a;
    font-size: 14px;
}

.td-mini-facts li:last-child {
    border-bottom: 0
}

.td-mini-facts strong {
    color: var(--navy)
}

.td-hero-card .btn {
    width: 100%;
    margin-top: 8px
}

.td-card-note {
    margin: 13px 0 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
}

.td-trust-bar {
    margin-top: -34px;
    position: relative;
    z-index: 5;
}

.td-trust-inner {
    background: #fff;
    border: 1px solid rgba(16, 32, 51, .10);
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
}

.td-trust-item {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid rgba(16, 32, 51, .08);
}

.td-trust-item:last-child {
    border-right: 0
}

.td-trust-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: rgba(201, 155, 61, .12);
    color: var(--gold);
    flex: 0 0 42px;
}

.td-trust-item strong {
    display: block;
    color: var(--navy);
    line-height: 1.2;
    font-size: 14px
}

.td-trust-item span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    margin-top: 3px
}

.td-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 350px;
    gap: 28px;
    align-items: start;
}

.td-main {
    display: grid;
    gap: 26px
}

.td-panel {
    background: #fff;
    border: 1px solid rgba(16, 32, 51, .10);
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
    padding: 30px;
}

.td-panel-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.td-panel h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(30px, 3vw, 43px);
    letter-spacing: -.045em;
    color: var(--navy);
    margin: 0;
}

.td-panel-lead {
    color: var(--muted);
    margin: 8px 0 0;
    max-width: 680px;
}

.td-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.td-overview-card {
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fff, rgba(251, 246, 236, .62));
    border: 1px solid rgba(16, 32, 51, .09);
}

.td-overview-card svg {
    width: 26px;
    height: 26px;
    color: var(--gold);
    margin-bottom: 12px
}

.td-overview-card strong {
    display: block;
    color: var(--navy);
    font-size: 15px;
    line-height: 1.35
}

.td-overview-card span {
    display: block;
    color: var(--muted);
    font-size: 13px;
    margin-top: 5px;
    line-height: 1.5
}

.td-gallery {
    display: grid;
    grid-template-columns: 1.4fr .85fr;
    gap: 14px;
}

.td-gallery a,
.td-gallery div {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 220px;
    background: var(--sand);
}

.td-gallery .td-gallery-main {
    min-height: 460px
}

.td-gallery-stack {
    display: grid;
    gap: 14px
}

.td-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .45s var(--ease)
}

.td-gallery a:hover img {
    transform: scale(1.05)
}

.td-gallery-label {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 9px 12px;
    border-radius: 999px;
    color: #fff;
    background: rgba(6, 29, 53, .82);
    border: 1px solid rgba(255, 255, 255, .16);
    font-weight: 900;
    font-size: 12px;
    z-index: 2;
}

.td-timeline {
    display: grid;
    gap: 14px
}

.td-step {
    position: relative;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 18px;
    padding: 20px;
    border: 1px solid rgba(16, 32, 51, .10);
    border-radius: 22px;
    background: linear-gradient(180deg, #fff, rgba(251, 246, 236, .45));
}

.td-step-time {
    display: grid;
    place-items: center;
    align-self: start;
    min-height: 58px;
    border-radius: 18px;
    background: var(--navy);
    color: #fff;
    font-weight: 900;
    font-size: 13px;
    text-align: center;
    line-height: 1.25;
}

.td-step h3 {
    font-size: 21px;
    color: var(--navy);
    margin: 0 0 8px;
    font-weight: 900
}

.td-step p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75
}

.td-step ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 13px 0 0;
    padding: 0;
    list-style: none
}

.td-step li {
    font-size: 12px;
    font-weight: 900;
    color: #7a6b53;
    background: rgba(201, 155, 61, .12);
    border-radius: 999px;
    padding: 6px 9px
}

.td-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px
}

.td-list-box {
    padding: 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, #fff, rgba(251, 246, 236, .60));
    border: 1px solid rgba(16, 32, 51, .10);
}

.td-list-box h3 {
    color: var(--navy);
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 900
}

.td-check-list ul{
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    list-style: none
}

.td-check-list li {
    display: flex;
    gap: 10px;
    color: #4b5870;
    font-size: 14px;
    line-height: 1.55
}

.td-check-list li::before {
    content: "✓";
    color: var(--gold);
    font-weight: 900;
    flex: 0 0 auto
}

.td-check-list.exclusions li::before {
    content: "X";
    color: #9b7d45
}

.td-options-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.td-option-card {
    position: relative;
    padding: 22px;
    border: 1px solid rgba(16, 32, 51, .10);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(6, 29, 53, .07);
}

.td-option-card.is-featured {
    background: linear-gradient(145deg, var(--navy), var(--navy-3));
    color: #fff;
    border-color: rgba(227, 189, 104, .28)
}

.td-option-card .tag {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(201, 155, 61, .14);
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    margin-bottom: 12px
}

.td-option-card.is-featured .tag {
    background: rgba(227, 189, 104, .18);
    color: var(--gold-2)
}

.td-option-card h3 {
    font-size: 21px;
    margin: 0 0 8px;
    color: inherit;
    font-weight: 900
}

.td-option-card p {
    color: var(--muted);
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.6
}

.td-option-card.is-featured p {
    color: rgba(255, 255, 255, .76)
}

.td-option-price {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 32px;
    color: var(--navy);
    line-height: 1;
    margin-top: auto
}

.td-option-card.is-featured .td-option-price {
    color: #fff
}

.td-option-price span {
    color: var(--gold);
    font-size: 18px
}

.td-map-card {
    display: grid;
    grid-template-columns: 1fr .78fr;
    gap: 20px;
    align-items: stretch;
}

.td-route-box {
    position: relative;
    min-height: 300px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(6, 29, 53, .88), rgba(8, 40, 68, .75)),
        url('https://images.unsplash.com/photo-1572252009286-268acec5ca0a?auto=format&fit=crop&w=1000&q=82') center/cover no-repeat;
    overflow: hidden;
    color: #fff;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.td-route-line {
    display: grid;
    gap: 12px;
    margin-top: 16px
}

.td-route-line span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
    color: rgba(255, 255, 255, .88)
}

.td-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gold-2);
    box-shadow: 0 0 0 5px rgba(227, 189, 104, .16)
}

.td-info-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none
}

.td-info-list {
    padding: 15px;
    border-radius: 18px;
    background: rgba(251, 246, 236, .78);
    border: 1px solid rgba(16, 32, 51, .08);
    color: #4b5870;
    font-size: 14px
}
.td-info-list li {
    /* padding: 15px; */
    /* border-radius: 18px; */
    /* background: rgba(251, 246, 236, .78); */
    /* border: 1px solid rgba(16, 32, 51, .08); */
    color: #4b5870;
    font-size: 14px;
    list-style: circle;
    margin-left: 15px;
}
.td-info-list strong {
    display: block;
    color: var(--navy);
    margin-bottom: 4px
}

.td-sidebar {
    position: sticky;
    top: 100px;
    display: grid;
    gap: 18px
}

.td-booking-widget,
.td-help-widget {
    background: #fff;
    border: 1px solid rgba(16, 32, 51, .10);
    border-radius: 28px;
    box-shadow: var(--shadow);
    padding: 22px;
}

.td-booking-widget h2,
.td-help-widget h2 {
    font-family: "Playfair Display", Georgia, serif;
    color: var(--navy);
    font-size: 30px;
    letter-spacing: -.04em;
    margin: 0 0 12px
}

.td-widget-price {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: flex-end;
    margin-bottom: 16px
}

.td-widget-price small {
    color: var(--muted);
    font-weight: 800
}

.td-widget-price strong {
    font-family: "Playfair Display", Georgia, serif;
    color: var(--gold);
    font-size: 36px;
    line-height: 1
}

.td-widget-actions {
    display: grid;
    gap: 10px
}

.td-widget-actions .btn {
    width: 100%
}

.td-sidebar-list {
    display: grid;
    gap: 10px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none
}

.td-sidebar-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid rgba(16, 32, 51, .08);
    padding-top: 10px;
    color: var(--muted);
    font-size: 13px
}

.td-sidebar-list strong {
    color: var(--navy)
}

.td-help-widget {
    background: linear-gradient(145deg, var(--navy), var(--navy-3));
    color: #fff;
    box-shadow: 0 24px 70px rgba(6, 29, 53, .18)
}

.td-help-widget h2 {
    color: #fff
}

.td-help-widget p {
    color: rgba(255, 255, 255, .76);
    margin: 0 0 16px;
    font-size: 14px
}

.td-reviews-grid {
    display: grid;
    grid-template-columns: 310px 1fr;
    gap: 18px;
    align-items: stretch
}

.td-review-score {
    padding: 26px;
    border-radius: 24px;
    background: linear-gradient(145deg, var(--navy), var(--navy-3));
    color: #fff
}

.td-review-score strong {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 56px;
    display: block;
    line-height: 1
}

.td-review-score .stars {
    color: var(--gold-2)
}

.td-review-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px
}

.td-review-card {
    padding: 22px;
    border-radius: 22px;
    border: 1px solid rgba(16, 32, 51, .10);
    background: #fff
}

.td-review-card p {
    margin: 0 0 16px;
    color: #4b5870;
    font-size: 14px;
    line-height: 1.75
}

.td-review-card strong {
    color: var(--navy)
}

.td-review-card span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    margin-top: 2px
}

.td-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.td-related-card {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    border-radius: 24px;
    color: #fff;
    isolation: isolate;
    box-shadow: var(--shadow-soft)
}

.td-related-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(6, 29, 53, .10), rgba(6, 29, 53, .86))
}

.td-related-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    transition: .45s var(--ease)
}

.td-related-card:hover img {
    transform: scale(1.07)
}

.td-related-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px
}

.td-related-content h3 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 26px;
    letter-spacing: -.04em;
    margin: 0 0 7px
}

.td-related-content span {
    font-size: 13px;
    font-weight: 900;
    color: rgba(255, 255, 255, .88)
}

.td-faq-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 28px;
    align-items: start
}

.td-faq-copy .section-title {
    font-size: 42px
}

.td-final-cta {
    border-radius: 34px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(6, 29, 53, .98), rgba(13, 56, 90, .90)),
        url('https://images.unsplash.com/photo-1572252009286-268acec5ca0a?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
    color: #fff;
    padding: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: var(--shadow-soft);
}

.td-final-cta h2 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: 42px;
    letter-spacing: -.045em;
    margin: 0 0 8px;
    max-width: 760px
}

.td-final-cta p {
    color: rgba(255, 255, 255, .78);
    margin: 0;
    max-width: 760px
}

.td-final-cta-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end
}

.td-mobile-sticky {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 950;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255, 250, 242, .95);
    border-top: 1px solid rgba(16, 32, 51, .10);
    box-shadow: 0 -12px 34px rgba(6, 29, 53, .12);
    backdrop-filter: blur(14px);
}

.td-mobile-sticky-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.td-mobile-sticky .btn {
    width: 100%;
    min-height: 46px;
    padding: 11px 12px
}

@media (max-width:1180px) {
    .td-hero-grid {
        grid-template-columns: 1fr 340px;
        gap: 28px
    }

    .td-layout {
        grid-template-columns: 1fr 320px
    }

    .td-overview-grid,
    .td-options-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:991px) {
    .td-hero {
        padding-top: 125px
    }

    .td-hero-grid,
    .td-layout,
    .td-map-card,
    .td-reviews-grid,
    .td-faq-grid {
        grid-template-columns: 1fr
    }

    .td-hero-card {
        max-width: 560px
    }

    .td-sidebar {
        position: static;
        display: none
    }

    .td-trust-inner {
        grid-template-columns: repeat(2, 1fr)
    }

    .td-trust-item:nth-child(2) {
        border-right: 0
    }

    .td-trust-item:nth-child(-n+2) {
        border-bottom: 1px solid rgba(16, 32, 51, .08)
    }

    .td-gallery {
        grid-template-columns: 1fr
    }

    .td-gallery .td-gallery-main {
        min-height: 360px
    }

    .td-gallery-stack {
        grid-template-columns: 1fr 1fr
    }

    .td-final-cta {
        display: grid;
        text-align: left
    }

    .td-final-cta-actions {
        justify-content: flex-start
    }

    .td-mobile-sticky {
        display: block
    }

    body {
        padding-bottom: 78px
    }
}

@media (max-width:640px) {
    .td-hero {
        padding-top: 134px;
        padding-bottom: 50px
    }

    .td-hero h1 {
        font-size: 43px
    }

    .td-lead {
        font-size: 16px
    }

    .td-hero-cta {
        display: grid;
        grid-template-columns: 1fr
    }

    .td-hero-card {
        padding: 16px;
        border-radius: 24px
    }

    .td-price {
        font-size: 36px
    }

    .td-trust-bar {
        margin-top: -18px
    }

    .td-trust-inner {
        grid-template-columns: 1fr;
        border-radius: 22px
    }

    .td-trust-item {
        border-right: 0 !important;
        border-bottom: 1px solid rgba(16, 32, 51, .08) !important;
        padding: 16px
    }

    .td-trust-item:last-child {
        border-bottom: 0 !important
    }

    .td-panel {
        padding: 22px;
        border-radius: 24px
    }

    .td-panel-head {
        display: grid
    }

    .td-overview-grid,
    .td-split-grid,
    .td-options-grid,
    .td-review-cards,
    .td-related-grid {
        grid-template-columns: 1fr
    }

    .td-gallery .td-gallery-main {
        min-height: 300px
    }

    .td-gallery-stack {
        grid-template-columns: 1fr
    }

    .td-gallery a,
    .td-gallery div {
        min-height: 210px;
        border-radius: 20px
    }

    .td-step {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px
    }

    .td-step-time {
        width: max-content;
        padding: 12px 14px;
        min-height: auto
    }

    .td-route-box {
        min-height: 260px;
        padding: 20px;
        border-radius: 22px
    }

    .td-final-cta {
        padding: 26px;
        border-radius: 24px
    }

    .td-final-cta h2 {
        font-size: 32px
    }

    .td-final-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%
    }

    .td-faq-copy .section-title {
        font-size: 34px
    }
}

/* =========================================================
   Tour Details Conversion + Pricing + Availability
   ========================================================= */
.td-pricing-panel {
    overflow: hidden
}

.td-pricing-stack {
    display: grid;
    gap: 16px
}

.td-pricing-type {
    border: 1px solid rgba(16, 32, 51, .10);
    border-radius: 24px;
    background: linear-gradient(180deg, #fff, rgba(251, 246, 236, .56));
    overflow: hidden;
}

.td-pricing-type.is-active {
    border-color: rgba(201, 155, 61, .32);
    box-shadow: 0 18px 48px rgba(6, 29, 53, .08);
}

.td-pricing-type-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    background:
        radial-gradient(circle at 92% 12%, rgba(201, 155, 61, .16), transparent 34%),
        #fff;
}

.td-pricing-type-head h3,
.td-pricing-type summary strong {
    display: block;
    margin: 8px 0 4px;
    font-family: "Playfair Display", Georgia, serif;
    color: var(--navy);
    font-size: 28px;
    letter-spacing: -.04em;
    line-height: 1.05;
}

.td-pricing-type-head p,
.td-pricing-type summary em {
    display: block;
    color: var(--muted);
    font-size: 14px;
    font-style: normal;
    line-height: 1.55;
}

.td-pricing-type-head>strong {
    color: var(--gold);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 38px;
    line-height: 1;
    white-space: nowrap;
}

.td-pricing-type summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
}

.td-pricing-type summary::-webkit-details-marker {
    display: none
}

.td-pricing-type summary b {
    color: var(--navy);
    background: rgba(201, 155, 61, .13);
    border: 1px solid rgba(201, 155, 61, .20);
    padding: 9px 12px;
    border-radius: 999px;
    font-size: 13px;
    white-space: nowrap;
}

.td-pricing-type[open] summary b {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy)
}

.td-price-table-wrap {
    overflow: auto;
    padding: 0 22px 22px
}

.td-price-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    min-width: 620px;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(16, 32, 51, .10);
    background: #fff;
}

.td-price-table th,
.td-price-table td {
    text-align: left;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(16, 32, 51, .08);
    font-size: 14px;
}

.td-price-table th {
    color: var(--navy);
    background: rgba(251, 246, 236, .82);
    font-weight: 900;
}

.td-price-table td {
    color: #4b5870;
    font-weight: 700
}

.td-price-table tr:last-child td {
    border-bottom: 0
}

.td-price-table td:first-child {
    color: var(--navy);
    font-weight: 900
}

.td-price-note {
    margin: 0;
    padding: 0 22px 22px;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6
}

.td-availability-panel {
    border-color: rgba(201, 155, 61, .22);
    background:
        radial-gradient(circle at 8% 8%, rgba(201, 155, 61, .14), transparent 28%),
        linear-gradient(180deg, #fff, rgba(251, 246, 236, .84));
}

.td-availability-grid {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 26px;
    align-items: start
}

.td-availability-copy h2 {
    font-family: "Playfair Display", Georgia, serif;
    color: var(--navy);
    font-size: 42px;
    letter-spacing: -.045em;
    line-height: 1.05;
    margin: 0;
}

.td-availability-points {
    display: grid;
    gap: 10px;
    margin-top: 24px
}

.td-availability-points span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--navy);
    font-weight: 900;
    padding: 12px 14px;
    background: #fff;
    border: 1px solid rgba(16, 32, 51, .08);
    border-radius: 16px;
}

.td-availability-form {
    display: grid;
    gap: 14px;
    background: #fff;
    border: 1px solid rgba(16, 32, 51, .10);
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 18px 52px rgba(6, 29, 53, .09);
}

.td-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px
}

.td-availability-form label {
    display: grid;
    gap: 7px;
    color: var(--navy);
    font-size: 13px;
    font-weight: 900;
}

.td-availability-form input,
.td-availability-form select,
.td-availability-form textarea {
    width: 100%;
    border: 1px solid rgba(16, 32, 51, .14);
    border-radius: 14px;
    padding: 12px 13px;
    background: #fffaf2;
    color: var(--navy);
    outline: none;
    font-weight: 700;
}

.td-availability-form textarea {
    resize: vertical;
    min-height: 108px
}

.td-availability-form input:focus,
.td-availability-form select:focus,
.td-availability-form textarea:focus {
    border-color: rgba(201, 155, 61, .55);
    box-shadow: 0 0 0 4px rgba(201, 155, 61, .12);
}

.td-availability-form .btn {
    width: max-content;
    min-width: 230px
}

/* Sidebar cleanup: keep booking useful without cutting the help block */
.td-sidebar {
    position: relative;
    top: auto;
    align-self: start;
    display: grid;
    gap: 18px
}

.td-booking-widget {
    position: sticky;
    top: 96px;
    max-height: calc(100vh - 116px);
    overflow: auto;
    scrollbar-width: thin
}

.td-mini-help {
    margin-top: 16px;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(145deg, var(--navy), var(--navy-3));
    color: #fff;
}

.td-mini-help strong {
    display: block;
    font-family: "Playfair Display", Georgia, serif;
    font-size: 22px;
    letter-spacing: -.035em;
    margin-bottom: 6px
}

.td-mini-help span {
    display: block;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    line-height: 1.55;
    margin-bottom: 10px
}

.td-mini-help a {
    color: var(--gold-2);
    font-weight: 900;
    font-size: 13px
}

.td-help-widget {
    display: none
}

/* PDF action on mobile should look clean */
.td-mobile-sticky .btn-outline-dark {
    background: #fff;
    color: var(--navy)
}

@media (max-width:1180px) {
    .td-pricing-type-head {
        display: grid
    }

    .td-pricing-type-head>strong {
        font-size: 34px
    }
}

@media (max-width:991px) {
    .td-booking-widget {
        position: static;
        max-height: none;
        overflow: visible
    }

    .td-availability-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:640px) {

    .td-pricing-type-head,
    .td-pricing-type summary {
        padding: 18px
    }

    .td-price-table-wrap {
        padding: 0 18px 18px
    }

    .td-price-note {
        padding: 0 18px 18px
    }

    .td-pricing-type-head h3,
    .td-pricing-type summary strong {
        font-size: 25px
    }

    .td-pricing-type summary {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    .td-pricing-type summary b {
        font-size: 12px
    }

    .td-price-table {
        min-width: 560px
    }

    .td-availability-copy h2 {
        font-size: 32px
    }

    .td-form-row {
        grid-template-columns: 1fr
    }

    .td-availability-form {
        padding: 9px;
        border-radius: 20px
    }

    .td-availability-form .btn {
        width: 100%;
        min-width: 0
    }
}

/* =========================================================
  Trust Icons + Sticky Visible Booking Sidebar
   ========================================================= */

/* Trust bar icons */
.td-trust-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 18px;
    background:
        radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .85), transparent 34%),
        linear-gradient(145deg, rgba(201, 155, 61, .18), rgba(201, 155, 61, .08));
    color: var(--gold);
    border: 1px solid rgba(201, 155, 61, .16);
}

.td-trust-icon svg {
    width: 22px;
    height: 22px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.td-trust-item {
    min-height: 86px;
}

.td-trust-item strong {
    font-size: 16px;
}

.td-trust-item span:not(.td-trust-icon) {
    font-size: 13px;
}

/* Fix main layout overflow so sticky can work */
.td-layout,
.td-main,
.td-sidebar {
    overflow: visible !important;
}

@media (min-width:992px) {

    .td-layout {
        align-items: flex-start !important;
    }

    .td-sidebar {
        position: sticky !important;
        top: 92px !important;
        align-self: flex-start !important;
        height: fit-content;
        display: block;
        z-index: 20;
    }

    .td-booking-widget {
        padding: 20px !important;
        border-radius: 28px;
        max-height: calc(100vh - 112px);
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: rgba(201, 155, 61, .45) transparent;
    }

    .td-booking-widget::-webkit-scrollbar {
        width: 6px;
    }

    .td-booking-widget::-webkit-scrollbar-thumb {
        background: rgba(201, 155, 61, .45);
        border-radius: 999px;
    }

    .td-booking-widget h2 {
        font-size: 28px !important;
        margin-bottom: 14px !important;
    }

    .td-widget-price {
        margin-bottom: 14px !important;
        align-items: center !important;
    }

    .td-widget-price strong {
        font-size: 34px !important;
    }

    .td-widget-price .stars,
    .td-booking-widget .stars {
        font-size: 20px;
        letter-spacing: .03em;
        white-space: nowrap;
        color: var(--gold);
    }

    .td-widget-actions {
        gap: 9px !important;
    }

    .td-widget-actions .btn {
        min-height: 48px;
        padding: 12px 16px;
        border-radius: 16px;
    }

    .td-sidebar-list {
        margin: 16px 0 0 !important;
        gap: 0 !important;
    }

    .td-sidebar-list li {
        padding: 11px 0 !important;
        font-size: 13px !important;
    }

    .td-mini-help {
        margin-top: 16px;
        padding: 18px;
        border-radius: 22px;
        background:
            radial-gradient(circle at 90% 10%, rgba(227, 189, 104, .18), transparent 36%),
            linear-gradient(145deg, var(--navy), var(--navy-3));
        color: #fff;
    }

    .td-mini-help strong {
        display: block;
        font-family: "Playfair Display", Georgia, serif;
        font-size: 28px;
        line-height: 1.05;
        letter-spacing: -.04em;
        margin-bottom: 8px;
        color: #fff;
    }

    .td-mini-help span {
        display: block;
        color: rgba(255, 255, 255, .78);
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 12px;
    }

    .td-mini-help a {
        display: inline-flex;
        align-items: center;
        color: var(--gold-2);
        font-weight: 900;
        font-size: 14px;
    }
}

/* Tablet trust bar */
@media (max-width:991px) {
    .td-trust-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border-radius: 16px;
    }

    .td-trust-icon svg {
        width: 20px;
        height: 20px;
    }
}

/* Mobile trust bar */
@media (max-width:640px) {
    .td-trust-item {
        min-height: auto;
        padding: 16px !important;
    }

    .td-trust-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .td-trust-item strong {
        font-size: 15px;
    }
}

/* =========================================================
   Mobile Overview + Gallery Swipe
   ========================================================= */

@media (max-width:640px) {

    /* Better mobile panels spacing */
    .td-panel {
        padding: 20px 16px;
        border-radius: 24px;
    }

    .td-panel-head {
        margin-bottom: 18px;
    }

    .td-panel h2 {
        font-size: 31px;
        line-height: 1.08;
    }

    .td-panel-lead {
        font-size: 15px;
        line-height: 1.65;
    }

    /* Overview cards: horizontal swipe instead of stacked blocks */
    .td-overview-grid {
        display: flex !important;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 2px 12px;
        margin-inline: -2px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        flex-direction: column;
    }

    .td-overview-grid::-webkit-scrollbar {
        display: none;
    }

    .td-overview-card {
        flex: 0 0 82%;
        min-height: 190px;
        scroll-snap-align: start;
        padding: 20px;
        border-radius: 22px;
        background:
            radial-gradient(circle at 90% 12%, rgba(201, 155, 61, .12), transparent 34%),
            linear-gradient(180deg, #fff, rgba(251, 246, 236, .76));
    }

    .td-overview-card svg {
        width: 30px;
        height: 30px;
        margin-bottom: 18px;
    }

    .td-overview-card strong {
        font-size: 18px;
        line-height: 1.28;
    }

    .td-overview-card span {
        font-size: 15px;
        line-height: 1.55;
    }

    /* Add small hint under overview cards */
    .td-overview-grid::after {
        content: "";
        flex: 0 0 1px;
    }

    /* Gallery: turn stacked images into swipe carousel */
    .td-gallery {
        display: flex !important;
        gap: 14px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 2px 2px 14px;
        margin-inline: -2px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .td-gallery::-webkit-scrollbar {
        display: none;
    }

    .td-gallery-stack {
        display: contents !important;
    }

    .td-gallery .td-gallery-main,
    .td-gallery-stack a {
        flex: 0 0 86%;
        min-height: 300px !important;
        border-radius: 24px;
        scroll-snap-align: start;
        box-shadow: 0 16px 40px rgba(6, 29, 53, .12);
    }

    .td-gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .td-gallery-label {
        left: 16px;
        bottom: 16px;
        padding: 9px 13px;
        font-size: 13px;
        border-radius: 999px;
        background: rgba(6, 29, 53, .86);
        backdrop-filter: blur(10px);
    }

    /* Make the first gallery image slightly wider for premium feel */
    .td-gallery .td-gallery-main {
        flex-basis: 90%;
    }

    /* Keep mobile sticky CTA clean */
    .td-mobile-sticky {
        padding-top: 26px;
    }

    .td-mobile-sticky-inner {
        gap: 9px;
    }

    .td-mobile-sticky .btn {
        font-size: 14px;
        border-radius: 16px;
    }
}

/* Extra small phones */
@media (max-width:390px) {
    .td-overview-card {
        flex-basis: 88%;
    }

    .td-gallery .td-gallery-main,
    .td-gallery-stack a {
        flex-basis: 90%;
        min-height: 270px !important;
    }
}

/* =========================================================
   Fix Mobile Text Clipping + Show Swipe Peek
   ========================================================= */

@media (max-width:640px) {

    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    main,
    .td-layout,
    .td-main,
    .td-panel,
    .td-panel-head,
    .td-panel-head>div {
        min-width: 0;
        max-width: 100%;
    }

    .container {
        width: calc(100% - 24px);
        max-width: 100%;
    }

    .td-layout {
        display: block;
    }

    .td-main {
        display: grid;
        gap: 22px;
    }

    .td-panel {
        overflow: hidden;
    }

    .td-panel h2,
    .td-panel .section-title,
    .td-panel-lead,
    .td-panel p {
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: normal;
    }

    .td-panel h2 {
        font-size: 29px;
        line-height: 1.08;
        letter-spacing: -.035em;
    }

    .td-panel-lead {
        font-size: 15px;
        line-height: 1.65;
    }

    /* Make swipe sections breathe inside the card */
    .td-overview-grid,
    .td-gallery {
        width: 100%;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        padding: 0;
        margin: 0;
    }

    .td-overview-grid::-webkit-scrollbar,
    .td-gallery::-webkit-scrollbar {
        display: none;
    }

    /* Show part of the next card/image so user knows it swipes */
    .td-overview-card {
        flex: 0 0 78%;
        scroll-snap-align: start;
    }

    .td-gallery .td-gallery-main,
    .td-gallery-stack a {
        flex: 0 0 82%;
        scroll-snap-align: start;
    }

    .td-gallery .td-gallery-main {
        flex-basis: 84%;
    }

    /* Add small swipe hint */
    .td-overview-grid::before,
    .td-gallery::before {
        content: "Swipe ÃƒÂ¢Ã¢â‚¬Â Ã¢â‚¬â„¢";
        position: relative;
        right: 22px;
        margin-top: -34px;
        color: var(--gold);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: .04em;
        pointer-events: none;
    }

    /* Prevent pseudo hint from affecting flex flow */
    .td-overview-grid::before,
    .td-gallery::before {
        flex: 0 0 auto;
        width: 0;
        height: 0;
    }

    /* Ensure carousel children don't force page width */
    .td-overview-card,
    .td-gallery a,
    .td-gallery div {
        max-width: 100%;
        min-width: 0;
    }

    /* Better gallery mobile height */
    .td-gallery .td-gallery-main,
    .td-gallery-stack a {
        min-height: 280px !important;
        border-radius: 22px;
    }
}

@media (max-width:390px) {
    .td-panel h2 {
        font-size: 27px;
    }

    .td-overview-card {
        flex-basis: 82%;
    }

    .td-gallery .td-gallery-main,
    .td-gallery-stack a {
        flex-basis: 86%;
        min-height: 260px !important;
    }
}

/* =========================================================
   Photo Gallery Lightbox
   ========================================================= */

.td-gallery [data-lightbox] {
    cursor: zoom-in;
}

.td-gallery [data-lightbox]::after {
    content: "View photo";
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(255, 250, 242, .92);
    color: var(--navy);
    font-size: 12px;
    font-weight: 900;
    box-shadow: 0 12px 30px rgba(6, 29, 53, .16);
    opacity: 0;
    transform: translateY(-5px);
    transition: .22s var(--ease);
}

.td-gallery [data-lightbox]:hover::after {
    opacity: 1;
    transform: translateY(0);
}

.td-lightbox {
    position: fixed;
    inset: 0;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 34px;
    background:
        radial-gradient(circle at 80% 12%, rgba(201, 155, 61, .16), transparent 30%),
        rgba(4, 18, 34, .92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.td-lightbox.is-open {
    display: flex;
}

.td-lightbox-figure {
    position: relative;
    width: min(1120px, calc(100vw - 160px));
    max-height: calc(100vh - 90px);
    margin: 0;
    display: grid;
    gap: 14px;
}

.td-lightbox-figure img {
    width: 100%;
    max-height: calc(100vh - 150px);
    object-fit: contain;
    border-radius: 28px;
    background: rgba(255, 255, 255, .06);
    box-shadow: 0 34px 110px rgba(0, 0, 0, .40);
}

.td-lightbox-figure figcaption {
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 15px;
}

.td-lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 5;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .20);
    background: rgba(255, 255, 255, .10);
    color: #fff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
}

.td-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .20);
    background: rgba(255, 250, 242, .92);
    color: var(--navy);
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .24);
}

.td-lightbox-prev {
    left: 28px;
}

.td-lightbox-next {
    right: 28px;
}

.td-lightbox-close:hover,
.td-lightbox-nav:hover {
    transform: translateY(-50%) scale(1.04);
}

.td-lightbox-close:hover {
    transform: scale(1.04);
}

body.td-lightbox-open {
    overflow: hidden;
}
.faq-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 38px;
    align-items: start;
}

html {
    scroll-padding-top: 110px;
}
/* Mobile lightbox */
@media (max-width:640px) {
    .td-gallery [data-lightbox]::after {
        opacity: 1;
        top: 14px;
        right: 14px;
        font-size: 11px;
        padding: 7px 10px;
    }

    .td-lightbox {
        padding: 16px;
    }

    .td-lightbox-figure {
        width: 100%;
        max-height: calc(100vh - 110px);
    }

    .td-lightbox-figure img {
        max-height: calc(100vh - 170px);
        border-radius: 20px;
    }

    .td-lightbox-close {
        top: 14px;
        right: 14px;
        width: 46px;
        height: 46px;
        border-radius: 16px;
        font-size: 30px;
    }



    .td-lightbox-nav {
        top: auto;
        bottom: 22px;
        transform: none;
        width: 48px;
        height: 48px;
        font-size: 34px;
    }

    .td-lightbox-prev {
        left: calc(50% - 62px);
    }

    .td-lightbox-next {
        right: calc(50% - 62px);
    }

    .td-lightbox-close:hover,
    .td-lightbox-nav:hover {
        transform: none;
    }

    .faq-layout {
    display: grid;
    grid-template-columns: auto;
    gap: 38px;
    align-items: start;
}
}



/* =========================================================
   Itinerary Expand / Collapse
   ========================================================= */
.td-itinerary-controls {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    align-self: flex-end;
}

.td-ctrl-btn {
    padding: 9px 18px;
    border-radius: 999px;
    border: 1px solid rgba(16, 32, 51, .18);
    background: #fff;
    color: var(--navy);
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
}

.td-ctrl-btn:hover {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}

/* Make details/summary look like the original td-step cards */
details.td-step {
    display: block;
    padding: 0;
    overflow: hidden;
}

details.td-step > summary {
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: 80px 1fr 28px;
    gap: 18px;
    align-items: center;
    padding: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}

details.td-step > summary::-webkit-details-marker { display: none; }

details.td-step > summary .td-step-time {
    align-self: center;
}

details.td-step > summary .td-step-summary-text h3 {
    margin: 0 0 6px;
}

.td-step-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.td-step-tags span {
    font-size: 12px;
    font-weight: 900;
    color: #7a6b53;
    background: rgba(201, 155, 61, .12);
    border-radius: 999px;
    padding: 5px 9px;
}

.td-step-chevron {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(16, 32, 51, .14);
    color: var(--navy);
    flex-shrink: 0;
    transition: transform .3s, background .2s;
}

.td-step-chevron::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform .3s;
}

details.td-step[open] > summary .td-step-chevron {
    background: var(--navy);
    color: #fff;
    border-color: var(--navy);
}

details.td-step[open] > summary .td-step-chevron::after {
    transform: rotate(-135deg) translateY(-2px);
}

.td-step-body {
    padding: 0 20px 20px 118px; /* align with text column */
}

.td-step-body p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
    float: revert;
}

.td-step-body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 13px 0 0;
    padding: 0;
    list-style: none;
}

.td-step-body li {
    font-size: 12px;
    font-weight: 900;
    color: #7a6b53;
    background: rgba(201, 155, 61, .12);
    border-radius: 999px;
    padding: 6px 9px;
}

@media (max-width: 640px) {
    details.td-step > summary {
        grid-template-columns: 1fr 28px;
        gap: 12px;
        padding: 16px;
    }

    details.td-step > summary .td-step-time {
        display: none;
    }

    .td-step-body {
        padding: 0 16px 16px;
    }

    .td-itinerary-controls {
        align-self: flex-start;
    }
}


/* =========================================================
   Guest Counter
   ========================================================= */
.td-guest-counter {
    background: rgba(251, 246, 236, .6);
    border: 1px solid rgba(16, 32, 51, .10);
    border-radius: 18px;
    overflow: hidden;
}

.td-guest-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 6px;
    border-bottom: 1px solid rgba(16, 32, 51, .08);
}

.td-guest-row:last-child {
    border-bottom: none;
}

.td-guest-label {
    color: var(--navy);
    font-size: 14px;
    font-weight: 900;
}

.td-guest-label em {
    font-style: normal;
    font-weight: 700;
    color: var(--muted);
    margin-left: 4px;
}

.td-counter {
    display: flex;
    align-items: center;
    gap: 0;
    background: #fff;
    border: 1px solid rgba(16, 32, 51, .12);
    border-radius: 14px;
    overflow: hidden;
}

.td-counter-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    color: var(--navy);
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .18s;
}

.td-counter-btn:hover {
    background: rgba(201, 155, 61, .12);
    color: var(--gold);
}

.td-counter-val {
    min-width: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    color: var(--navy);
}
.bt-child-ages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
    margin-top: 4px;
    padding: 16px;
    background: rgba(201, 155, 61, .06);
    border: 1px dashed rgba(201, 155, 61, .35);
    border-radius: 16px;
    animation: fadeInUp .22s ease;
}




/* Related Articles Grid */
.related-articles {
    margin-top: 69px;
    margin-bottom: 69px;
    /* border-top: 2px solid rgba(201, 155, 61, 0.2); */
}

.related-articles h2 {
    font-family: var(--serif);
    font-size: 42px;
    font-weight: 600;
    color: var(--navy);
    margin: 0 0 48px;
    text-align: center;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.related-card {
    background: var(--white);
    border: 1px solid #e5e5e5;
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.related-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    border-color: rgba(201, 155, 61, 0.3);
}

.related-card-image {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: linear-gradient(135deg, #f5f5f5, #ececec);
}

.related-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-card:hover .related-card-image img {
    transform: scale(1.05);
}

.related-card-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--gold);
    color: var(--navy);
    padding: 6px 12px;
    font-family: var(--ui);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 4px;
}

.related-card-content {
    padding: 24px;
}

.related-card-content h3 {
    font-family: var(--serif);
    font-size: 20px;
    font-weight: 600;
    color: var(--navy);
    margin: 0 0 12px;
    line-height: 1.3;
}

.related-card-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.5;
    margin-bottom: 10px;
}


.section-head.align-left {
    margin-left: 0;
    text-align: center;
    justify-content: center;
}

.editorial-blog-grid {
    grid-template-columns: 1.12fr 1.12fr 1.12fr;
}

.editorial-blog__grid {
    grid-template-columns: 1.12fr 1.12fr;
}

.td-step-body img{
    height: 139px;
    border-radius: 20px;
    /* width: 100%; */
    float: right;
}
