/* ── Grid / List ─────────────────────────────────────────────────── */
.tdk-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}
.tdk-wrap{max-width:1100px;margin:0 auto}
.tdk-step-btn:hover {
    background: none !important;
    color: black;
    box-shadow: none !important;
}
/* ── Card ────────────────────────────────────────────────────────── */
.tdk-card{border:1px solid #eee;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06);text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s;display:block}
.tdk-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.12);transform:translateY(-2px)}
.tdk-media{aspect-ratio:16/10;background:#f5f5f5;overflow:hidden}
.tdk-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.tdk-card:hover .tdk-media img{transform:scale(1.04)}
.tdk-body{padding:14px 16px}
.tdk-title{font-weight:700;line-height:1.25;margin:0 0 6px;font-size:15px}
.tdk-meta{opacity:.7;font-size:12px}
.tdk-price{margin-top:10px;font-weight:700;color:#028A8D}
.tdk-card-rating{display:flex;align-items:center;gap:5px;margin-top:8px}
.tdk-rating-val{font-weight:700;font-size:13px;color:#333}
.tdk-rating-cnt{color:#999;font-size:12px}

/* ── Stars ───────────────────────────────────────────────────────── */
.tdk-stars,.tdk-stars-lg{display:inline-flex;align-items:center;gap:1px}
.tdk-star{width:13px;height:13px;display:inline-block}
.tdk-stars-lg .tdk-star{width:18px;height:18px}
.tdk-star-full{color:#f5a623;fill:#f5a623}
.tdk-star-empty{color:#ddd;fill:#ddd}
.tdk-star-half{fill:#f5a623;color:#f5a623}
.tdk-ta-stars .tdk-star-full{color:#f5a623;fill:#f5a623}

/* ── Single page ─────────────────────────────────────────────────── */
.tdk-single{max-width:1200px;margin:30px auto;padding:0 16px}
.tdk-kv{display:grid;grid-template-columns:1.2fr 1fr;gap:32px;align-items:start;margin-bottom:8px}
@media(max-width:768px){.tdk-kv{grid-template-columns:1fr}}
.tdk-hero-img{width:100%;height:auto;border-radius:16px;display:block;box-shadow:0 4px 20px rgba(0,0,0,.12)}
.tdk-cats{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}
.tdk-cat-badge{background:#f5f0e8;color:#028A8D;font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;letter-spacing:.04em;text-transform:uppercase}
.tdk-tour-name{font-size:28px;font-weight:600;line-height:1.2;margin:0 0 12px;color:#1a1a1a}
.tdk-hero-rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}
.tdk-rating-num{font-size:18px;font-weight:600;color:#333}
.tdk-rating-total{color:#999;font-size:13px}
.tdk-quick-facts{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}
.tdk-fact{display:flex;align-items:center;gap:6px;background:#f8f8f8;border-radius:8px;padding:7px 12px;font-size:13px;color:#555}
.tdk-fact-icon{font-size:15px}
.tdk-from-price{font-size:22px;font-weight:600;color:#028A8D;margin-top:4px}

/* ── Section ─────────────────────────────────────────────────────── */
.tdk-section{margin:20px 0;border-radius:14px;padding:24px;box-shadow:0 2px 16px rgba(0,0,0,.07);background:#fff}
.tdk-section h2{margin:0 0 16px;font-size:19px;font-weight:600;color:#1a1a1a}
.tdk-section h3{margin:12px 0 8px;font-size:15px;font-weight:700;color:#333}

/* ── Ratings section ─────────────────────────────────────────────── */
.tdk-ratings-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}
.tdk-rating-block{border:1px solid #eee;border-radius:18px;padding:28px 32px;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06);display:flex;flex-direction:column;align-items:flex-start;gap:10px}
.tdk-rating-logo{display:flex;align-items:center;gap:10px;font-size:17px;font-weight:600;color:#333}
.tdk-rating-logo svg{width:28px;height:28px;flex-shrink:0}
.tdk-rating-stars{display:flex;gap:3px}
.tdk-rating-stars .tdk-star{width:26px;height:26px}
.tdk-rating-info{font-size:15px;color:#777;display:flex;align-items:baseline;gap:6px}
.tdk-rating-info strong{font-size:48px;font-weight:900;color:#1a1a1a;line-height:1}
.tdk-rating-cnt{font-size:14px;color:#aaa}

/* ── Gallery ─────────────────────────────────────────────────────── */
.tdk-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:10px;margin:14px 0}
.tdk-gallery-item{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;aspect-ratio:4/3}
.tdk-gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.tdk-gallery-item:hover img{transform:scale(1.06)}
.tdk-gallery-overlay{position:absolute;inset:0;background:rgba(0,0,0,.32);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}
.tdk-gallery-item:hover .tdk-gallery-overlay{opacity:1}
.tdk-gallery-overlay span{font-size:24px;color:#fff}

/* ── Lightbox ─────────────────────────────────────────────────────── */
.tdk-lightbox{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center}
.tdk-lb-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.9)}
.tdk-lb-wrap{position:relative;z-index:1;max-width:90vw;max-height:90vh;text-align:center}
.tdk-lb-img{max-width:90vw;max-height:85vh;border-radius:10px;display:block;box-shadow:0 8px 40px rgba(0,0,0,.5)}
.tdk-lb-counter{color:rgba(255,255,255,.7);margin-top:10px;font-size:14px}
.tdk-lb-close{position:absolute;top:20px;right:20px;background:rgba(255,255,255,.12);border:none;color:#fff;font-size:22px;width:42px;height:42px;border-radius:50%;cursor:pointer;z-index:2;transition:background .15s}
.tdk-lb-close:hover{background:rgba(255,255,255,.25)}
.tdk-lb-prev,.tdk-lb-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.12);border:none;color:#fff;font-size:36px;width:52px;height:52px;border-radius:50%;cursor:pointer;z-index:2;transition:background .15s;line-height:1}
.tdk-lb-prev{left:20px}
.tdk-lb-next{right:20px}
.tdk-lb-prev:hover,.tdk-lb-next:hover{background:rgba(255,255,255,.25)}

/* ── Includes / Excludes ─────────────────────────────────────────── */
.tdk-inc-exc-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
@media(max-width:600px){.tdk-inc-exc-grid{grid-template-columns:1fr}}
.tdk-inc-list,.tdk-exc-list{list-style:none;padding:0;margin:0}
.tdk-inc-list li,.tdk-exc-list li{padding:5px 0 5px 20px;position:relative;font-size:14px;color:#444}
.tdk-inc-list li::before{content:'✓';position:absolute;left:0;color:#27ae60;font-weight:700}
.tdk-exc-list li::before{content:'✗';position:absolute;left:0;color:#e74c3c;font-weight:700}

/* ── Highlights ──────────────────────────────────────────────────── */
.tdk-highlights-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}
.tdk-highlights-list li{background:#f8f8f8;border-radius:8px;padding:10px 14px;font-size:14px;color:#444}

/* ── About ───────────────────────────────────────────────────────── */
.tdk-about-text{line-height:1.75;color:#444;font-size:15px}

/* ── Meeting point ───────────────────────────────────────────────── */
.tdk-meeting-point{background:#f8f8f8;border-radius:10px;padding:14px 16px;font-size:14px;color:#444}

/* ── Booking section ─────────────────────────────────────────────── */
.tdk-booking-section{background: #f4f7fc;}

/* ── Offer card ──────────────────────────────────────────────────── */
.tdk-offer-card{border:2px solid #eee;border-radius:20px;padding:28px;margin:16px 0;background:#fff;transition:border-color .2s,box-shadow .2s}
.tdk-offer-card--active,.tdk-offer-card:hover{border-color:#028A8D;box-shadow:0 4px 24px rgba(200,169,110,.15)}
.tdk-offer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}
.tdk-offer-header-left{flex:1}
.tdk-offer-name{font-weight:600;font-size:18px;color:#1a1a1a;margin-bottom:6px}
.tdk-offer-desc{color:#777;font-size:14px;line-height:1.6}
.tdk-offer-price-badge{display:flex;flex-direction:column;align-items:center;background:linear-gradient(135deg,#f5f0e8,#fff8ee);border:1px solid #e8d9b8;border-radius:14px;padding:12px 18px;white-space:nowrap;text-align:center;flex-shrink:0}
.tdk-opb-from{font-size:11px;color:#028A8D;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.tdk-opb-val{font-size:28px;font-weight:900;color:#1a1a1a;line-height:1.1}
.tdk-opb-cur{font-size:13px;color:#028A8D;font-weight:700;margin-top:2px}

/* ── Price tiles ─────────────────────────────────────────────────── */
.tdk-price-tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:24px}
.tdk-price-tile{
    border: 1px solid #028a8d;
    border-radius: 16px;
    padding: 5px;
    background: #f2f4f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: border-color .15s, background .15s;
}

.tdk-pt-icon{font-size:24px;margin-bottom:6px}
.tdk-pt-label{font-weight:700;font-size:14px;color:#1a1a1a}
.tdk-pt-sub{font-size:11px;color:#aaa;}
.tdk-pt-price{font-size:18px;font-weight:600;color:#1a1a1a}
.tdk-pt-price span{font-size:13px;font-weight:600;color:#888}
.tdk-pt-free{color:#27ae60 !important;font-size:15px !important}

/* ── Itinerary ───────────────────────────────────────────────────── */
.tdk-itin-card{border:1px solid #eee;border-radius:12px;padding:14px 16px;margin:10px 0;background:#fff}
.tdk-itin-name{font-weight:600;font-size:15px;margin-bottom:10px;color:#1a1a1a}
.tdk-stops-list{margin:0 0 0 18px;padding:0}
.tdk-stops-list li{margin:10px 0}
.tdk-stop-name{font-weight:700;color:#333;font-size:14px}
.tdk-stop-desc{color:#666;font-size:13px;margin-top:3px;line-height:1.6}

/* ── FAQ ─────────────────────────────────────────────────────────── */
.tdk-faq-item{border:1px solid #eee;border-radius:12px;padding:12px 16px;margin:8px 0;background:#fff;transition:box-shadow .15s}
.tdk-faq-item[open]{box-shadow:0 2px 12px rgba(0,0,0,.08)}
.tdk-faq-item summary{cursor:pointer;font-weight:700;font-size:14px;color:#1a1a1a;list-style:none;display:flex;justify-content:space-between;align-items:center}
.tdk-faq-item summary::after{content:'+';font-size:20px;color:#028A8D;transition:transform .2s}
.tdk-faq-item[open] summary::after{content:'−'}
.tdk-faq-answer{margin-top:10px;color:#555;font-size:14px;line-height:1.7}

/* ── Cancellation ────────────────────────────────────────────────── */
.tdk-cancel-list{display:flex;flex-wrap:wrap;gap:10px}
.tdk-cancel-item{background:#f8f8f8;border-radius:10px;padding:10px 16px;display:flex;flex-direction:column;gap:3px}
.tdk-cancel-hours{font-size:13px;color:#888}
.tdk-cancel-pct{font-size:15px;font-weight:700;color:#27ae60}

/* ── Terms ───────────────────────────────────────────────────────── */
.tdk-terms-text{font-size:14px;color:#555;line-height:1.7}

/* ── Booking block ───────────────────────────────────────────────── */
.tdk-booking{margin-top:16px;padding:24px;border:1px solid #e8e8e8;border-radius:16px;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.tdk-ui{display:flex;flex-direction:column;gap:20px}
.tdk-label{font-size:11px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}

/* ── Date row (cards + calendar toggle inline) ───────────────────── */
.tdk-date-row{display:flex;align-items:center;gap:8px}
.tdk-date-cards{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;flex:1;scrollbar-width:thin;scrollbar-color:#e0d5c8 transparent}
.tdk-date-cards::-webkit-scrollbar{height:4px}
.tdk-date-cards::-webkit-scrollbar-thumb{background:#e0d5c8;border-radius:2px}
.tdk-date-card{display:flex;flex-direction:column;align-items:center;padding:10px 14px;border:2px solid #e8e8e8;border-radius:12px;cursor:pointer;min-width:62px;transition:all .18s;background:#fafafa;user-select:none;flex-shrink:0}
.tdk-date-card:hover{border-color:#028A8D;background:#fffbf5}
.tdk-date-card.active{border-color:#028A8D;background:#028A8D;color:#fff}
.tdk-dc-day{font-size:10px;font-weight:700;text-transform:uppercase;opacity:.6}
.tdk-dc-num{font-size:18px;font-weight:600;line-height:1.1}
.tdk-dc-mon{font-size:11px;opacity:.7}

/* ── Calendar toggle ─────────────────────────────────────────────── */
.tdk-cal-toggle {
    background: none;
    border: 2px solid #e0d5c8;
    border-radius: 10px;
    padding: 0 !important;
    cursor: pointer;
    font-size: 25px !important;
    color: #028A8D;
    transition: all .15s;
    flex-shrink: 0;
    line-height: 1;
}
.tdk-cal-toggle:hover,.tdk-cal-toggle.active{background:#f5f0e8;border-color:#028A8D}
.tdk-calendar-wrap{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:16px;box-shadow:0 4px 16px rgba(0,0,0,.1)}
.tdk-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.tdk-cal-title{font-weight:600;font-size:14px;color:#333}
.tdk-cal-prev,.tdk-cal-next{background:none;border:1px solid #eee;border-radius:8px;width:30px;height:30px;cursor:pointer;font-size:18px;color:#028A8D;transition:all .15s;display:flex;align-items:center;padding:0 10px!important;justify-content:center}
.tdk-cal-prev:hover,.tdk-cal-next:hover{background:#f5f0e8;border-color:#028A8D}
.tdk-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.tdk-cal-wday{text-align:center;font-size:11px;font-weight:700;color:#aaa;padding:4px 2px;text-transform:uppercase}
.tdk-cal-cell{text-align:center;padding:7px 4px;border-radius:8px;font-size:13px;font-weight:600;color:#333;cursor:default}
.tdk-cal-empty{background:none!important}
.tdk-cal-avail{background:#f5f0e8;color:#028A8D;cursor:pointer;font-weight:700}
.tdk-cal-avail:hover{background:#028A8D;color:#fff}
.tdk-cal-selected{background:#028A8D!important;color:#fff!important}
.tdk-cal-disabled{color:#ccc;background:none}

/* ── Slot cards ──────────────────────────────────────────────────── */
.tdk-slot-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}
.tdk-slot-card{padding:12px 16px;border:2px solid #e8e8e8;border-radius:12px;cursor:pointer;transition:all .18s;background:#fafafa;user-select:none}
.tdk-slot-card.active{border-color:#028A8D;background:#028A8D;color:#fff}
.tdk-slot-card.active .tdk-sc-seats{color:rgba(255,255,255,.85)}
.tdk-slot-disabled{opacity:.4;cursor:not-allowed!important}
.tdk-sc-time{font-weight:700;font-size:14px}
.tdk-sc-seats{font-size:11px;color:#27ae60;font-weight:600;margin-top:4px}
.tdk-slot-booked{background:#fdf3f3!important;border-color:#f0b4b4!important;opacity:.55;cursor:not-allowed!important}
.tdk-slot-booked .tdk-sc-time{text-decoration:line-through;color:#aaa}

/* ── Guest stepper ───────────────────────────────────────────────── */
.tdk-guests-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px}
.tdk-guest-block{border:1px solid #eee;border-radius:12px;padding:14px 16px;background:#fafafa}
.tdk-guest-label{font-weight:700;font-size:14px;color:#333}
.tdk-guest-sub{font-size:12px;color:#aaa;margin-bottom:10px}
.tdk-stepper{display:flex;align-items:center;gap:12px}
.tdk-step-btn{width:34px;height:34px;border:0;border-radius:50%;background:none;color:#028A8D;font-size:24px;cursor:pointer;font-weight:700;transition:all .15s;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}

.tdk-stepper input{width:42px!important;text-align:center!important;border:none!important;font-size:18px!important;font-weight:700!important;color:#333!important;background:transparent!important;-moz-appearance:textfield!important;opacity:1!important;visibility:visible!important;-webkit-text-fill-color:#333!important;line-height:1.4!important;padding:0!important;display:block!important}
.tdk-stepper input::-webkit-outer-spin-button,.tdk-stepper input::-webkit-inner-spin-button{-webkit-appearance:none}

/* ── Hotel select ────────────────────────────────────────────────── */
.tdk-select{width:100%;padding:12px 40px 12px 14px;border:2px solid #eee;border-radius:10px;font-size:14px;color:#333;background:#fafafa;cursor:pointer;outline:none;transition:border-color .15s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
.tdk-select:focus{border-color:#028A8D}

/* ── Price summary ───────────────────────────────────────────────── */
.tdk-price-lines{margin-bottom:8px}
.tdk-price-line{display:flex;justify-content:space-between;font-size:14px;color:#555;padding:5px 0;border-bottom:1px solid #f5f5f5}
.tdk-price-free span:last-child{color:#27ae60;font-weight:700}
.tdk-price-total{font-size:22px;font-weight:600;color:#1a1a1a;margin:14px 0;padding-top:12px;border-top:2px solid #f0f0f0}
.tdk-btn-start{width:100%;padding:16px;background:linear-gradient(135deg,#d4a84b,#028A8D);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;letter-spacing:.02em;transition:all .2s;box-shadow:0 4px 14px rgba(200,169,110,.3)}
.tdk-btn-start:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(200,169,110,.4)}
.tdk-btn-start:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}

/* ── Avail button ────────────────────────────────────────────────── */
.tdk-btn-avail{padding:12px 28px;background:none;border:2px solid #028A8D;border-radius:10px;color:#028A8D;font-size:14px;font-weight:700;cursor:pointer;transition:all .18s;letter-spacing:.02em}
.tdk-btn-avail:hover{background:#028A8D;color:#fff}

/* ── Notes ───────────────────────────────────────────────────────── */
.tdk-note-warn{color:#e74c3c;font-size:13px;padding:8px 0}
.tdk-loading{padding:12px;color:#888;font-size:14px}
.tdk-inline-warn{color:#c0392b;margin-top:8px;font-size:13px;font-weight:600;padding:6px 0}


