﻿.td-hero { padding-bottom: 100px; }
.td-breadcrumb { display:flex; align-items:center; gap:8px; font-size:12px; color:rgba(255,250,240,0.5); margin-bottom:16px; flex-wrap:wrap; }
.td-breadcrumb a { color:rgba(255,250,240,0.5); text-decoration:none; transition:color 0.2s; }
.td-breadcrumb a:hover { color:#d6b16a; }
.td-breadcrumb span { color:rgba(255,250,240,0.3); }
.td-hero-meta { display:flex; align-items:center; gap:10px; margin-bottom:14px; flex-wrap:wrap; }
.td-badge { display:inline-block; padding:5px 12px; background:rgba(214,177,106,0.18); color:#d6b16a; border-radius:999px; font-size:11px; font-weight:900; letter-spacing:0.08em; text-transform:uppercase; }
.td-hero h1 { font-size:clamp(26px,4vw,46px); font-weight:900; color:#fffaf0; margin:0 0 14px; line-height:1.1; }
.td-hero-sub { color:rgba(255,250,240,0.6); font-size:14px; display:flex; gap:16px; flex-wrap:wrap; }
.td-hero-sub span { display:flex; align-items:center; gap:6px; }
.td-layout { display:grid; grid-template-columns:1fr 340px; gap:36px; align-items:start; }
.td-layout > * { min-width: 0; }
.td-gallery { position:relative; border-radius:12px; overflow:hidden; background:#15171a; height:420px; margin-bottom:0; }
.td-gallery-main { width:100%; height:100%; object-fit:cover; display:block; transition:opacity 0.3s; }
.td-gallery-nav { position:absolute; bottom:16px; right:16px; display:flex; gap:8px; }
.td-gallery-btn { width:36px; height:36px; background:rgba(21,23,26,0.72); backdrop-filter:blur(6px); border:1px solid rgba(255,250,240,0.12); border-radius:50%; color:#fffaf0; font-size:16px; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background 0.2s; }
.td-gallery-btn:hover { background:#d6b16a; color:#15171a; }
.td-gallery-counter { position:absolute; bottom:16px; left:16px; padding:6px 12px; background:rgba(21,23,26,0.72); backdrop-filter:blur(6px); border-radius:999px; font-size:12px; color:#fffaf0; font-weight:700; }
.td-thumbs { display:flex; gap:8px; margin-top:10px; overflow-x:auto; padding-bottom:4px; }
.td-thumb { width:80px; height:58px; border-radius:7px; object-fit:cover; cursor:pointer; border:2px solid transparent; flex-shrink:0; transition:border-color 0.2s, opacity 0.2s; opacity:0.7; }
.td-thumb.active, .td-thumb:hover { border-color:#d6b16a; opacity:1; }
.td-article { background:#fffaf0; border:1px solid rgba(21,23,26,0.08); border-radius:12px; overflow:hidden; box-shadow:0 20px 48px rgba(21,23,26,0.07); }
.td-content { padding:32px; }
.td-content h2 { font-size:20px; font-weight:850; color:#15171a; margin:28px 0 12px; }
.td-content h2:first-child { margin-top:0; }
.td-content p { font-size:15px; color:#6f736f; line-height:1.8; margin-bottom:14px; }
.td-divider { border:none; border-top:1px solid rgba(21,23,26,0.08); margin:28px 0; }
.td-highlight { padding:18px 22px; background:rgba(214,177,106,0.1); border-left:3px solid #d6b16a; border-radius:0 8px 8px 0; margin:20px 0; font-size:14px; color:#15171a; font-weight:600; line-height:1.7; }
.td-program { list-style:none; padding:0; margin:0; }
.td-program-item { display:flex; gap:16px; padding:16px 0; border-bottom:1px solid rgba(21,23,26,0.07); }
.td-program-item:last-child { border-bottom:none; }
.td-program-time { font-size:12px; font-weight:900; color:#d6b16a; text-transform:uppercase; letter-spacing:0.06em; white-space:nowrap; padding-top:2px; min-width:64px; }
.td-program-title { font-size:14px; font-weight:800; color:#15171a; margin-bottom:4px; }
.td-program-desc { font-size:13px; color:#6f736f; line-height:1.6; }
.td-check-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.td-check-list { list-style:none; padding:0; margin:0; }
.td-check-list li { display:flex; gap:10px; align-items:flex-start; font-size:14px; color:#6f736f; padding:6px 0; line-height:1.5; }
.td-check-icon { width:20px; height:20px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:11px; flex-shrink:0; margin-top:1px; }
.td-check-icon.yes { background:rgba(118,156,145,0.18); color:#435d56; }
.td-check-icon.no  { background:rgba(180,60,60,0.12); color:#9b3a3a; }
.td-check-head { font-size:13px; font-weight:900; color:#15171a; text-transform:uppercase; letter-spacing:0.07em; margin-bottom:10px; }
.td-sidebar { display:flex; flex-direction:column; gap:18px; position:sticky; top:20px; }
.td-price-card { background:#15171a; border-radius:12px; padding:26px; color:#fffaf0; }
.td-price-label { font-size:11px; font-weight:700; color:rgba(255,250,240,0.5); text-transform:uppercase; letter-spacing:0.07em; margin-bottom:4px; }
.td-price-main { font-size:42px; font-weight:950; color:#d6b16a; line-height:1; margin-bottom:4px; }
.td-price-sub { font-size:12px; color:rgba(255,250,240,0.45); margin-bottom:20px; }
.td-book-form label { display:block; font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.06em; color:rgba(255,250,240,0.5); margin-bottom:6px; }
.td-book-form input[type="text"] {
    width:100%; padding:11px 14px;
    border:1px solid rgba(255,250,240,0.14);
    border-radius:8px;
    background:rgba(255,250,240,0.07);
    color:#fffaf0;
    font-size:14px;
    font-family:inherit;
    box-sizing:border-box;
    cursor:pointer;
    transition:border-color .2s, background .2s;
}
.td-book-form input[type="text"]::placeholder { color:rgba(255,250,240,0.3); }
.td-book-form input[type="text"]:focus,
.td-book-form input[type="text"]:hover { border-color:rgba(214,177,106,0.5); background:rgba(255,250,240,0.1); outline:none; }
.td-pax-row {
    display:flex; align-items:center; gap:8px;
    background:rgba(255,250,240,0.07);
    border:1px solid rgba(255,250,240,0.14);
    border-radius:8px;
    padding:8px 12px;
}
.td-pax-btn {
    width:32px; height:32px;
    border:1px solid rgba(255,250,240,0.18);
    border-radius:6px;
    background:rgba(255,250,240,0.1);
    color:#fffaf0;
    font-size:18px; font-weight:700;
    cursor:pointer;
    display:flex; align-items:center; justify-content:center;
    flex-shrink:0;
    transition:background .2s;
    line-height:1;
}
.td-pax-btn:hover { background:rgba(214,177,106,0.25); }
.td-pax-val {
    flex:1; text-align:center;
    font-size:16px; font-weight:800; color:#fffaf0;
}
.td-book-btn {
    display:block; width:100%; padding:15px;
    background:#d6b16a; color:#15171a;
    border:none; border-radius:8px;
    font-weight:900; font-size:15px;
    text-align:center; text-decoration:none;
    cursor:pointer;
    transition:background .2s, transform .15s;
}
.td-book-btn:hover { background:#c49a45; transform:translateY(-1px); }
.td-price-features { margin-top:18px; display:flex; flex-direction:column; gap:10px; }
.td-pf { display:flex; align-items:center; gap:10px; font-size:13px; color:rgba(255,250,240,0.7); }
.td-pf span:first-child { font-size:16px; }
.td-info-card { background:#fffaf0; border:1px solid rgba(21,23,26,0.08); border-radius:10px; padding:22px; box-shadow:0 4px 20px rgba(21,23,26,0.05); }
.td-info-card h3 { font-size:13px; font-weight:900; color:#15171a; text-transform:uppercase; letter-spacing:0.08em; margin:0 0 14px; }
.td-info-row { display:flex; justify-content:space-between; align-items:center; padding:9px 0; border-bottom:1px solid rgba(21,23,26,0.06); font-size:13px; }
.td-info-row:last-child { border-bottom:none; padding-bottom:0; }
.td-info-row span:first-child { color:#73695a; }
.td-info-row span:last-child { font-weight:700; color:#15171a; }
.td-other-tours { background:#fffaf0; border:1px solid rgba(21,23,26,0.08); border-radius:10px; padding:22px; box-shadow:0 4px 20px rgba(21,23,26,0.05); }
.td-other-tours h3 { font-size:13px; font-weight:900; color:#15171a; text-transform:uppercase; letter-spacing:0.08em; margin:0 0 14px; }
.td-tour-mini { display:flex; gap:12px; padding:10px 0; border-bottom:1px solid rgba(21,23,26,0.06); text-decoration:none; }
.td-tour-mini:last-child { border-bottom:none; padding-bottom:0; }
.td-tour-thumb { width:64px; height:52px; border-radius:6px; object-fit:cover; flex-shrink:0; background:#d8d2c4; }
.td-tour-mini-info h4 { font-size:13px; font-weight:700; color:#15171a; margin:0 0 3px; line-height:1.3; }
.td-tour-mini-info span { font-size:11px; color:#73695a; }
.td-price-card .flatpickr-calendar {
    background:#1e2a3a;
    border:1px solid rgba(255,250,240,0.12);
    box-shadow:0 16px 48px rgba(0,0,0,0.4);
}
.td-price-card .flatpickr-day { color:#fffaf0; }
.td-price-card .flatpickr-day:hover,
.td-price-card .flatpickr-day.selected { background:#d6b16a; color:#15171a; border-color:#d6b16a; }
.td-price-card .flatpickr-months,
.td-price-card .flatpickr-weekdays { color:rgba(255,250,240,0.6); }
.td-mobile-bar {
    display: none;
}
@media(max-width:900px){
    .td-layout { grid-template-columns:1fr; }
    .td-sidebar { position:static; order:-1; }
    .td-check-grid { grid-template-columns:1fr; }
    .td-price-card { padding:20px; }
    .td-price-main { font-size:36px; }
    .td-book-form input[type="text"] {
        padding:13px 14px;
        font-size:15px;
    }
    .td-pax-row { padding:6px 12px; }
    .td-pax-btn { width:40px; height:40px; font-size:20px; }
    .td-pax-val { font-size:18px; }
    .td-book-btn { padding:16px; font-size:16px; }
    .td-mobile-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0; left: 0; right: 0;
        background: #15171a;
        border-top: 1px solid rgba(255,250,240,0.1);
        padding: 12px 20px;
        z-index: 500;
        gap: 16px;
        box-shadow: 0 -8px 24px rgba(0,0,0,0.35);
    }
    .td-mb-price-wrap { display:flex; flex-direction:column; line-height:1.2; }
    .td-mb-from { font-size:10px; font-weight:700; color:rgba(255,250,240,0.45); text-transform:uppercase; letter-spacing:0.06em; }
    .td-mb-price { font-size:24px; font-weight:900; color:#d6b16a; }
    .td-mb-btn {
        flex-shrink:0;
        padding:12px 24px;
        background:#d6b16a; color:#15171a;
        border:none; border-radius:8px;
        font-size:14px; font-weight:900;
        cursor:pointer;
        transition:background .2s;
        white-space:nowrap;
    }
    .td-mb-btn:hover { background:#c49a45; }
    .site-footer { padding-bottom: 76px; }
}
