/* ============================================================
   Tour detail page
   ============================================================ */

   .page-tour {
    background: var(--paper);
    padding-top: 0 !important;
    --td-ink: #0c1222;
    --td-book-col: 360px;
    --td-hero-min-h: clamp(420px, 42vw, 560px);
    --td-layout-gap: clamp(28px, 3vw, 40px);
    --td-book-start: 280px;
    --td-book-lift: 0px;
  }
  
  .page-tour.page-inner {
    padding-top: 0 !important;
  }
  
  .page-tour .ht-header {
    background: transparent;
  }
  
  .page-tour .ht-header__util,
  .page-tour .ht-header__main {
    background: transparent;
    border-color: transparent;
  }
  
  .page-tour .ht-header.is-scrolled .ht-header__util,
  .page-tour .ht-header.is-scrolled .ht-header__main {
    background: var(--paper);
    border-color: var(--line);
  }
  
  .page-tour .ht-header__quick a,
  .page-tour .ht-header__nav-trigger {
    color: rgba(255, 255, 255, 0.9) !important;
  }
  
  .page-tour .ht-header__quick a.ht-header__nav-link--cruise {
    color: rgba(255, 255, 255, 0.96) !important;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
  }
  
  .page-tour .ht-header__quick a.ht-header__nav-link--cruise::after {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  }
  
  .page-tour .ht-header__quick a.ht-header__nav-link--cruise:hover,
  .page-tour .ht-header.is-scrolled .ht-header__quick a.ht-header__nav-link--cruise:hover {
    color: #085a8a !important;
    background: rgba(0, 119, 182, 0.1);
    border-color: rgba(0, 119, 182, 0.26);
  }
  
  .page-tour .ht-header.is-scrolled .ht-header__quick a.ht-header__nav-link--cruise {
    color: #0a6ea8 !important;
    background: rgba(0, 119, 182, 0.06);
    border-color: rgba(0, 119, 182, 0.16);
  }
  
  .page-tour .ht-header.is-scrolled .ht-header__quick a.ht-header__nav-link--cruise::after {
    background: linear-gradient(90deg, transparent, rgba(0, 119, 182, 0.35), transparent);
  }
  
  .page-tour .ht-header.is-scrolled .ht-header__quick a,
  .page-tour .ht-header.is-scrolled .ht-header__nav-trigger {
    color: var(--ink-soft) !important;
  }
  
  .page-tour .ht-header__brand img {
    filter: brightness(0) invert(1);
  }
  
  .page-tour .ht-header.is-scrolled .ht-header__brand img {
    filter: none;
  }
  
  .page-tour .ht-header__menu-btn span {
    background: #fff;
  }
  
  .page-tour .ht-header.is-scrolled .ht-header__menu-btn span {
    background: var(--ink);
  }
  
  
  /* ---- Hero (immersive — header altına girer) ---- */
  .ht-tour-hero {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    position: relative;
    z-index: 1;
    margin-top: 0;
  }
  
  .ht-tour-hero__visual {
    position: relative;
    min-height: var(--td-hero-min-h);
    overflow: hidden;
    background: var(--ink);
  }
  
  .ht-tour-hero__visual:has(.ht-tour-hero__dates) {
    min-height: clamp(440px, 46vw, 580px);
  }
  
  .ht-tour-hero__visual:has(.ht-tour-hero__dates) .ht-tour-hero__inner {
    min-height: clamp(440px, 46vw, 580px);
  }
  
  .ht-tour-hero__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    display: block;
  }
  
  .ht-tour-hero__shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(10, 15, 26, 0.62) 0%, rgba(10, 15, 26, 0.2) 36%, rgba(10, 15, 26, 0.06) 52%),
      linear-gradient(0deg, rgba(10, 15, 26, 0.94) 0%, rgba(10, 15, 26, 0.5) 38%, transparent 100%);
    pointer-events: none;
  }
  
  .ht-tour-hero__inner {
    position: relative;
    z-index: 2;
    min-height: var(--td-hero-min-h);
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 1fr auto;
    gap: 18px;
    align-items: end;
    padding: calc(var(--header-sticky) + 44px) 24px 24px;
  }
  
  .ht-tour-hero__copy {
    min-width: 0;
    align-self: end;
  }
  
  .ht-tour-hero__dates {
    min-width: 0;
    align-self: end;
    margin-top: 10px;
  }
  
  .ht-tour-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
  }
  
  .ht-tour-hero__badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: var(--radius-pill);
    backdrop-filter: blur(8px);
  }
  
  .ht-tour-hero__badge--hot {
    color: #fff;
    background: rgba(232, 93, 4, 0.92);
    border-color: rgba(232, 93, 4, 1);
    animation: ht-tour-pulse 2.4s ease-in-out infinite;
  }
  
  .ht-tour-hero__badge--sold {
    background: rgba(220, 47, 2, 0.85);
    border-color: rgba(220, 47, 2, 1);
  }
  
  @keyframes ht-tour-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(232, 93, 4, 0.45); }
    50% { box-shadow: 0 0 0 8px rgba(232, 93, 4, 0); }
  }
  
  .ht-tour-hero__title {
    margin: 0 0 8px;
    max-width: none;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff;
    text-wrap: balance;
  }
  
  .ht-tour-hero__lead {
    margin: 0 0 14px;
    max-width: 42ch;
    font-size: clamp(0.95rem, 1.8vw, 1.1rem);
    font-weight: 500;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.82);
  }
  
  .ht-tour-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .ht-tour-hero__chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: var(--radius-pill);
    backdrop-filter: blur(6px);
  }
  
  .ht-tour-hero__chip [uk-icon] { color: var(--brand); }
  
  .ht-tour-hero__offer-card {
    display: none;
  }
  
  .ht-tour-hero__offer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: rgba(10, 15, 26, 0.56);
    border-radius: 20px;
    padding: 22px 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
      0 16px 44px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    text-transform: uppercase;
  }
  
  .ht-tour-hero__offer-label {
    margin: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.58);
  }
  
  .ht-tour-hero__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0;
  }
  
  .ht-tour-hero__price strong {
    font-size: clamp(1.65rem, 2.4vw, 2.1rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: #fff;
  }
  
  .ht-tour-hero__price span {
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.88);
  }
  
  .ht-tour-hero__price-alt {
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.62);
  }
  
  .ht-tour-hero__offer-note {
    margin: 0;
    font-size: 10px;
    line-height: 1.55;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.55);
  }
  
  .ht-tour-hero__cta,
  button.ht-tour-hero__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 16px;
    margin: 4px 0 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    color: #fff !important;
    text-decoration: none !important;
    text-transform: uppercase;
    background: var(--brand);
    border: none;
    border-radius: var(--radius-pill);
    transition: all 0.2s var(--ease);
    box-shadow: 0 6px 20px rgba(232, 93, 4, 0.32);
    cursor: pointer;
    font-family: inherit;
  }
  
  .ht-tour-hero__cta:hover {
    background: var(--brand-hover);
    transform: translateY(-1px);
  }
  
  .ht-tour-hero__cta-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    padding: 4px 0 0;
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78) !important;
    text-decoration: none !important;
    background: none;
    border: none;
    transition: color 0.2s var(--ease);
  }
  
  .ht-tour-hero__cta-secondary [uk-icon] {
    color: rgba(255, 255, 255, 0.72);
  }
  
  .ht-tour-hero__cta-secondary:hover {
    color: #fff !important;
  }
  
  .ht-tour-hero__cta-secondary:hover [uk-icon] {
    color: #fff;
  }
  
  /* ---- Tour detail body (td-*) ---- */
  .td-body {
    --td-ink: #0c1222;
    --td-sand: #f6f1ea;
    --td-cream: #faf8f5;
    --td-accent: var(--brand);
    position: relative;
    isolation: isolate;
    overflow: visible;
    background-color: #f5f1eb;
    background-image:
      radial-gradient(ellipse 70% 55% at 92% 8%, rgba(232, 93, 4, 0.11) 0%, transparent 58%),
      radial-gradient(ellipse 55% 45% at 4% 92%, rgba(0, 119, 182, 0.07) 0%, transparent 52%),
      radial-gradient(ellipse 50% 40% at 50% 0%, rgba(255, 255, 255, 0.85) 0%, transparent 70%),
      linear-gradient(175deg, #faf8f5 0%, #f3efe8 38%, #f0ebe3 72%, #f7f3ed 100%);
  }
  
  .td-body > * {
    position: relative;
    z-index: 1;
  }
  
  /* Nokta ızgarası + hafif rota çizgileri */
  .td-body::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='480' viewBox='0 0 480 480' fill='none'%3E%3Cpath d='M-20 120 C80 90 160 150 280 110 S420 80 500 130' stroke='%230c1222' stroke-width='0.6' opacity='0.06'/%3E%3Cpath d='M-20 240 C100 210 180 270 300 230 S440 200 500 250' stroke='%230c1222' stroke-width='0.6' opacity='0.05'/%3E%3Cpath d='M-20 360 C90 330 170 390 290 350 S430 320 500 370' stroke='%230c1222' stroke-width='0.6' opacity='0.04'/%3E%3Cpath d='M60 -20 C90 80 50 160 90 280 S120 420 70 500' stroke='%23e85d04' stroke-width='0.5' opacity='0.05'/%3E%3Cpath d='M200 -20 C230 90 190 180 230 300 S260 430 210 500' stroke='%230077b6' stroke-width='0.5' opacity='0.04'/%3E%3C/svg%3E"),
      radial-gradient(circle at 1px 1px, rgba(12, 18, 34, 0.055) 1px, transparent 0);
    background-size: 480px 480px, 26px 26px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.35) 55%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.35) 55%, transparent 100%);
  }
  
  /* Dekoratif halkalar */
  .td-body::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    width: min(720px, 90vw);
    height: min(720px, 90vw);
    top: 8%;
    right: max(-220px, -18vw);
    border-radius: 50%;
    border: 1px solid rgba(232, 93, 4, 0.07);
    box-shadow:
      0 0 0 48px rgba(232, 93, 4, 0.025),
      0 0 0 96px rgba(232, 93, 4, 0.015),
      0 0 0 144px rgba(232, 93, 4, 0.008);
  }
  
  .page-tour .td-body {
    width: 100%;
    padding-bottom: 0;
  }
  
  .td-page-grid {
    position: relative;
    z-index: 1;
    width: 100%;
  }
  
  .td-page-grid__main {
    min-width: 0;
  }
  
  .td-book-col {
    min-width: 0;
  }
  
  /* Desktop: hero üstte, altta sol içerik + sağ sticky */
  @media (min-width: 1025px) {
    .page-tour .ht-tour-hero__inner.ht-container {
      max-width: var(--container);
      margin-left: auto;
      margin-right: auto;
      padding-left: 24px;
      padding-right: 24px;
      display: grid;
      grid-template-columns: minmax(0, 1fr) var(--td-book-col);
      grid-template-rows: 1fr auto;
      column-gap: var(--td-layout-gap);
      row-gap: 16px;
      box-sizing: border-box;
    }
  
    .page-tour .ht-tour-hero__copy {
      grid-column: 1;
      grid-row: 1;
    }
  
    .page-tour .ht-tour-hero__dates {
      grid-column: 1;
      grid-row: 2;
    }
  
    .page-tour .ht-tour-hero__offer-card {
      display: block;
      grid-column: 2;
      grid-row: 1 / -1;
      align-self: center;
      position: relative;
      z-index: 3;
    }
  
    .page-tour .ht-tour-hero__title {
      max-width: 32ch;
    }
  
    .page-tour .td-page-grid {
      display: flex;
      flex-direction: row;
      align-items: stretch;
      gap: var(--td-layout-gap);
      max-width: var(--container);
      margin-left: auto;
      margin-right: auto;
      padding: 0 24px;
      box-sizing: border-box;
    }
  
    .page-tour .td-page-grid__main {
      flex: 1 1 auto;
      min-width: 0;
      width: 100%;
    }
  
    .page-tour .td-book-col {
      flex: 0 0 var(--td-book-col);
      width: var(--td-book-col);
      margin-top: calc(-1 * var(--td-book-lift));
      position: relative;
      z-index: 30;
    }
  
    .page-tour .td-nav__inner,
    .page-tour .td-shell {
      max-width: none;
      margin: 0;
      padding-left: 0;
      padding-right: 0;
    }
  
    .page-tour .td-nav {
      width: 100%;
    }
  
    .page-tour .td-shell {
      padding: 40px 0 80px;
    }
  
    .page-tour .td-section--dark {
      margin: 0;
      width: 100%;
      max-width: 100%;
      border-radius: 24px;
      padding: clamp(36px, 5vw, 52px) clamp(24px, 3vw, 36px);
      box-sizing: border-box;
    }
  
    .page-tour .td-section--dark .td-section__head,
    .page-tour .td-section--dark .flight-info,
    .page-tour .td-section--dark .td-tickets {
      max-width: none;
    }
  
    .page-tour #tdBookPanel {
      position: sticky;
      top: calc(var(--header-sticky) + 16px);
      width: 100%;
      max-height: calc(100vh - var(--header-sticky) - 32px);
      margin: 0;
    }
  
    .page-tour #tdBookPanel .td-book {
      width: 100%;
    }
  
    .page-tour .td-body::after {
      right: max(24px, calc((100vw - var(--container)) / 2));
    }
  }
  
  /* Date strip — hero içi kompakt */
  .td-dates {
    position: relative;
    color: #fff;
  }
  
  .td-dates--hero {
    margin: 0;
    width: 100%;
    padding: 0;
    background: none;
    border: none;
  }
  
  .td-dates--hero::before {
    content: "";
    position: absolute;
    inset: -12px -8px -4px;
    z-index: -1;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(10, 15, 26, 0.08) 0%, rgba(10, 15, 26, 0.42) 100%);
    pointer-events: none;
  }
  
  .td-dates__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
    margin-bottom: 10px;
  }
  
  .td-dates__eyebrow {
    margin: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
  }
  
  .td-dates__meta {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
  }
  
  .td-dates__title {
    margin: 0;
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
  }
  
  .td-dates__track {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 2px 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 calc(100% - 28px), transparent 100%);
  }
  
  .td-dates__track::-webkit-scrollbar { display: none; }
  
  .td-date-pill {
    flex: 0 0 auto;
    scroll-snap-align: start;
    display: grid;
    grid-template-rows: auto auto auto auto;
    gap: 1px;
    min-width: 96px;
    padding: 10px 12px 9px;
    text-align: left;
    font-family: var(--font-sans);
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    cursor: pointer;
    transition: transform 0.2s var(--ease), border-color 0.2s, background 0.2s, box-shadow 0.2s;
  }
  
  .td-date-pill:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
  }
  
  .td-date-pill.active {
    background: #fff;
    color: var(--td-ink);
    border-color: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  }
  
  .td-date-pill.active .td-date-pill__month {
    color: var(--ink-muted);
    opacity: 1;
  }
  
  .td-date-pill.active .td-date-pill__day,
  .td-date-pill.active .td-date-pill__week {
    color: var(--td-ink);
  }
  
  .td-date-pill.active .td-date-pill__week {
    opacity: 0.72;
  }
  
  .td-date-pill.active .td-date-pill__price {
    color: var(--brand);
  }
  
  .td-date-pill.active .td-date-pill__status {
    color: var(--ink-muted);
  }
  
  .td-date-pill.active .td-date-pill__status--hot {
    color: var(--brand);
  }
  
  .td-date-pill--sold {
    opacity: 0.45;
    pointer-events: none;
  }
  
  .td-date-pill__month {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.65;
  }
  
  .td-date-pill__day {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
  }
  
  .td-date-pill__week {
    font-size: 11px;
    font-weight: 600;
    opacity: 0.75;
  }
  
  .td-date-pill__price {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    color: var(--brand);
  }
  
  .td-date-pill__status {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .td-date-pill__status--hot { color: #ffb347; }
  
  /* Section nav */
  .td-nav {
    position: sticky;
    top: var(--header-sticky);
    z-index: 40;
    background: rgba(250, 248, 245, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--line);
    margin-top: -1px;
    transition: top 0.3s var(--ease);
  }
  
  .td-nav.is-stuck {
    box-shadow: 0 4px 24px rgba(12, 18, 34, 0.06);
  }
  
  .td-nav__inner {
    display: flex;
    gap: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 10px 0;
  }
  
  .td-nav__inner::-webkit-scrollbar { display: none; }
  
  .td-nav__link {
    flex: 0 0 auto;
    padding: 10px 16px;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink-muted) !important;
    text-decoration: none !important;
    border-radius: var(--radius-pill);
    transition: color 0.2s, background 0.2s;
    white-space: nowrap;
  }
  
  .td-nav__link:hover {
    color: var(--ink) !important;
    background: rgba(12, 18, 34, 0.05);
  }
  
  .td-nav__link.is-active {
    color: #fff !important;
    background: var(--td-ink);
  }
  
  /* Shell layout */
  .td-shell {
    display: block;
    padding: 40px 24px 80px;
  }
  
  .td-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(48px, 6vw, 52px);
  }
  
  .td-aside {
    position: sticky;
    top: calc(var(--header-sticky) + 16px);
    max-height: calc(100vh - var(--header-sticky) - 32px);
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(12, 18, 34, 0.15) transparent;
    transition: top 0.3s var(--ease);
  }
  
  .td-aside::-webkit-scrollbar { width: 4px; }
  .td-aside::-webkit-scrollbar-thumb {
    background: rgba(12, 18, 34, 0.15);
    border-radius: 99px;
  }
  
  /* Sections */
  .td-section {
    scroll-margin-top: calc(var(--header-sticky) + 64px);
  }
  
  .td-section__head {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: start;
    margin-bottom: 28px;
  }
  
  .td-section__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--brand);
    background: var(--brand-soft);
    border-radius: 14px;
  }
  
  .td-section__title {
    margin: 0 0 6px;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--td-ink);
    line-height: 1.15;
  }
  
  .td-section__lead {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: var(--ink-muted);
  }
  
  .td-section--dark {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
    padding: clamp(40px, 6vw, 64px) max(24px, calc((100vw - var(--container)) / 2));
    background: var(--td-ink);
    color: rgba(255, 255, 255, 0.88);
  }
  
  .td-section--dark .td-section__num {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
  }
  
  .td-section--dark .td-section__title { color: #fff; }
  .td-section--dark .td-section__lead { color: rgba(255, 255, 255, 0.6); }
  
  .td-section--warm {
    padding: clamp(28px, 4vw, 40px);
    background: var(--td-sand);
    border-radius: 24px;
  }
  
  .td-section--accent {
    padding: clamp(28px, 4vw, 40px);
    background: linear-gradient(135deg, var(--brand-soft) 0%, #fff 100%);
    border: 1px solid rgba(232, 93, 4, 0.15);
    border-radius: 24px;
  }
  
  /* Period snapshot (above program) */
  .td-period-live {
    margin-bottom: clamp(16px, 2.5vw, 22px);
    scroll-margin-top: calc(var(--header-sticky) + 64px);
  }
  
  .td-period-live__inner {
    padding: 12px 14px;
    background: linear-gradient(135deg, var(--brand-soft) 0%, #fff 72%);
    border: 1px solid rgba(232, 93, 4, 0.14);
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(12, 18, 34, 0.04);
  }
  
  .td-period-live__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(12, 18, 34, 0.08);
  }
  
  .td-period-live__label {
    display: block;
    margin-bottom: 2px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand);
  }
  
  .td-period-live__title {
    display: block;
    font-size: 0.9375rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--td-ink);
    line-height: 1.25;
  }
  
  .td-period-live__date {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    color: rgba(12, 18, 34, 0.62);
  }
  
  .td-period-live__date em {
    font-style: normal;
    font-weight: 700;
    color: var(--brand);
  }
  
  .td-period-live__hero-price {
    flex-shrink: 0;
    text-align: right;
  }
  
  .td-period-live__hero-price > span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(12, 18, 34, 0.52);
  }
  
  .td-period-live__hero-price strong {
    display: block;
    margin-top: 1px;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--td-ink);
    line-height: 1.1;
  }
  
  .td-period-live__hero-price small {
    display: block;
    margin-top: 1px;
    font-size: 11px;
    color: rgba(12, 18, 34, 0.55);
  }
  
  .td-period-live__body {
    display: grid;
    gap: 8px;
  }
  
  @media (min-width: 768px) {
    .td-period-live__body {
      grid-template-columns: minmax(0, 1.48fr) minmax(0, 0.52fr);
      align-items: stretch;
      gap: 10px;
    }
  }
  
  .td-period-live__rates {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  
  .td-period-live__rate {
    padding: 7px 9px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(12, 18, 34, 0.08);
    border-radius: 10px;
  }
  
  .td-period-live__rate span {
    display: block;
    font-size: 10px;
    color: rgba(12, 18, 34, 0.55);
    line-height: 1.2;
  }
  
  .td-period-live__rate strong {
    display: block;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 800;
    color: var(--td-ink);
    line-height: 1.15;
  }
  
  .td-period-live__flights {
    display: grid;
    gap: 6px;
  }
  
  @media (min-width: 640px) {
    .td-period-live__flights {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  .td-period-flight {
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(12, 18, 34, 0.08);
    border-radius: 10px;
  }
  
  .td-period-flight__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
  }
  
  .td-period-flight__badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 999px;
  }
  
  .td-period-flight--out .td-period-flight__badge {
    color: #0b5cab;
    background: rgba(11, 92, 171, 0.1);
  }
  
  .td-period-flight--in .td-period-flight__badge {
    color: #0a7a52;
    background: rgba(10, 122, 82, 0.1);
  }
  
  .td-period-flight__head strong {
    font-size: 12px;
    font-weight: 700;
    color: var(--td-ink);
    line-height: 1.2;
  }
  
  .td-period-flight__meta {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin: 4px 0 0;
    font-size: 11px;
    color: rgba(12, 18, 34, 0.62);
    line-height: 1.3;
  }
  
  .td-period-live--loading {
    min-height: 56px;
  }
  
  .td-period-live__loader {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 12px 14px;
    background: var(--td-sand);
    border: 1px dashed rgba(12, 18, 34, 0.12);
    border-radius: 16px;
  }
  
  .td-period-live__spinner {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(232, 93, 4, 0.18);
    border-top-color: var(--brand);
    border-radius: 50%;
    animation: td-period-spin 0.75s linear infinite;
  }
  
  .td-period-live__loader-text {
    font-size: 13px;
    font-weight: 600;
    color: rgba(12, 18, 34, 0.68);
  }
  
  .td-period-live__error {
    padding: 12px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #9a3412;
    background: #fff7ed;
    border: 1px solid rgba(232, 93, 4, 0.22);
    border-radius: 12px;
  }
  
  @keyframes td-period-spin {
    to { transform: rotate(360deg); }
  }
  
  @media (max-width: 639px) {
    .td-period-live__top {
      flex-direction: column;
      gap: 8px;
    }
  
    .td-period-live__hero-price {
      text-align: left;
    }
  
    .td-period-live__rates {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  /* Route timeline */
  .td-route {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  
  .td-route__day {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 0 20px;
    position: relative;
  }
  
  .td-route__day:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 27px;
    top: 56px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--line) 0%, transparent 100%);
  }
  
  .td-route__rail {
    display: flex;
    justify-content: center;
    padding-top: 18px;
  }
  
  .td-route__dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    background: var(--td-ink);
    border-radius: 50%;
    box-shadow: 0 0 0 4px var(--td-cream);
    transition: background 0.25s, transform 0.25s;
  }
  
  .td-route__day.is-open .td-route__dot {
    background: var(--brand);
    transform: scale(1.08);
  }
  
  .td-route__card {
    margin-bottom: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  
  .td-route__day.is-open .td-route__card {
    border-color: rgba(232, 93, 4, 0.3);
    box-shadow: 0 12px 40px rgba(12, 18, 34, 0.07);
  }
  
  .td-route__toggle {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 4px 12px;
    width: 100%;
    padding: 18px 20px;
    text-align: left;
    font-family: var(--font-sans);
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .td-route__meta {
    grid-column: 1;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--brand);
  }
  
  .td-route__name {
    grid-column: 1;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--td-ink);
  }
  
  .td-route__icon {
    grid-row: 1 / 3;
    grid-column: 2;
    align-self: center;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--ink-muted);
    border-bottom: 2px solid var(--ink-muted);
    transform: rotate(45deg);
    transition: transform 0.25s var(--ease), border-color 0.2s;
  }
  
  .td-route__day.is-open .td-route__icon {
    transform: rotate(-135deg);
    margin-top: 4px;
    border-color: var(--brand);
  }
  
  .td-route__body {
    padding: 0 20px 22px;
    font-size: 14px;
    line-height: 1.85;
    color: var(--ink-soft);
    border-top: 1px solid var(--line);
    margin: 0 20px;
    padding-top: 16px;
  }
  
  .td-route__body[hidden] { display: none; }
  
  .td-route__body p { margin: 0 0 12px; }
  .td-route__body p:last-child { margin-bottom: 0; }
  .td-route__body ul, .td-route__body ol { margin: 0 0 12px; padding-left: 1.25rem; }
  .td-route__body li { margin-bottom: 6px; }

  /* Gün seçici — mobilde görünür */
  .td-route__nav {
    display: none;
  }

  .td-route-wrap {
    display: block;
  }
  
  /* Prose */
  .td-prose {
    font-size: 15px;
    line-height: 1.8;
    color: var(--ink-soft);
  }
  
  .td-prose p { margin: 0 0 12px; }
  .td-prose ul, .td-prose ol { margin: 0 0 12px; padding-left: 1.25rem; }
  .td-prose li { margin-bottom: 6px; }
  
  .td-section--dark .td-prose { color: rgba(255, 255, 255, 0.78); }
  
  .td-prose--note {
    font-size: 14px;
    line-height: 1.75;
    color: var(--ink-soft);
  }
  
  .td-prose--note p { margin: 0 0 14px; }
  .td-prose--note p:last-child { margin-bottom: 0; }
  
  .td-prose--note ul,
  .td-prose--note ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .td-prose--note ul li,
  .td-prose--note ol li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 1.65;
    color: var(--ink-soft);
  }
  
  .td-prose--note ul li:last-child,
  .td-prose--note ol li:last-child { margin-bottom: 0; }
  
  .td-prose--note ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 0 3px rgba(232, 93, 4, 0.15);
  }
  
  .td-prose--checks ul,
  .td-prose--crosses ul,
  .td-prose--checks ol,
  .td-prose--crosses ol {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .td-prose--checks li,
  .td-prose--crosses li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 26px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink-soft);
  }
  
  .td-prose--checks li:last-child,
  .td-prose--crosses li:last-child { margin-bottom: 0; }
  
  .td-prose--checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
    color: #15803d;
    background: rgba(34, 197, 94, 0.12);
    border-radius: 50%;
  }
  
  .td-prose--crosses li::before {
    content: "×";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    color: #b91c1c;
    background: rgba(239, 68, 68, 0.1);
    border-radius: 50%;
  }
  
  .td-prose--checks p,
  .td-prose--crosses p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  
  /* Service grid */
  .td-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .td-service__nav {
    display: none;
  }

  .td-service-wrap {
    display: block;
  }
  
  .td-service-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(12, 18, 34, 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(12, 18, 34, 0.04);
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  
  .td-service-card:hover {
    border-color: rgba(12, 18, 34, 0.12);
    box-shadow: 0 12px 36px rgba(12, 18, 34, 0.07);
  }
  
  .td-service-card--yes { box-shadow: inset 3px 0 0 #22c55e, 0 8px 28px rgba(12, 18, 34, 0.04); }
  .td-service-card--no { box-shadow: inset 3px 0 0 #ef4444, 0 8px 28px rgba(12, 18, 34, 0.04); }
  
  .td-service-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(12, 18, 34, 0.06);
    background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
  }
  
  .td-service-card__badge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }
  
  .td-service-card--yes .td-service-card__badge {
    color: #15803d;
    background: rgba(34, 197, 94, 0.12);
  }
  
  .td-service-card--no .td-service-card__badge {
    color: #b91c1c;
    background: rgba(239, 68, 68, 0.1);
  }
  
  .td-service-card__eyebrow {
    margin: 0 0 2px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-muted);
  }
  
  .td-service-card__title {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: var(--td-ink);
  }
  
  .td-service-card__body {
    flex: 1;
    padding: 16px 18px 18px;
  }
  
  /* Notes panel */
  .td-notes-panel {
    overflow: hidden;
    border: 1px solid rgba(12, 18, 34, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(12, 18, 34, 0.04);
  }
  
  .td-notes-panel__banner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    background: linear-gradient(135deg, #101828 0%, #0c1222 100%);
    color: #fff;
  }
  
  .td-notes-panel__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    color: #ffb347;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
  }
  
  .td-notes-panel__banner-text {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.55;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.78);
  }
  
  .td-notes-panel__body {
    padding: 18px 20px 20px;
    background: #fff;
  }
  
  /* Group panel */
  .td-group-panel {
    overflow: hidden;
    border: 1px solid rgba(12, 18, 34, 0.08);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(12, 18, 34, 0.04);
  }
  
  .td-group-panel__intro {
    padding: 14px 18px;
    background: linear-gradient(180deg, #faf8f5 0%, #fff 100%);
    border-bottom: 1px solid rgba(12, 18, 34, 0.06);
  }
  
  .td-group-panel__intro p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: var(--ink-soft);
  }
  
  .td-group-form {
    padding: 18px 18px 20px;
  }
  
  .td-group-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
  }
  
  .td-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  
  .td-field span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-muted);
  }
  
  .td-field input,
  .td-field select,
  .td-field textarea {
    width: 100%;
    padding: 12px 14px;
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--ink);
    background: #faf8f5;
    border: 1px solid rgba(12, 18, 34, 0.08);
    border-radius: 12px;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  }
  
  .td-field input::placeholder,
  .td-field textarea::placeholder {
    color: rgba(12, 18, 34, 0.35);
  }
  
  .td-field input:focus,
  .td-field select:focus,
  .td-field textarea:focus {
    outline: none;
    background: #fff;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px var(--brand-soft);
  }
  
  .td-field select {
    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' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
  }
  
  .td-field--full { grid-column: 1 / -1; }
  
  .td-field--action {
    grid-column: 1 / -1;
    display: flex;
    justify-content: stretch;
    padding-top: 4px;
  }
  
  .td-field--action .td-btn {
    width: 100%;
  }
  
  .td-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: none;
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  }
  
  .td-btn--primary {
    color: #fff;
    background: var(--brand);
    box-shadow: 0 8px 24px rgba(232, 93, 4, 0.24);
  }
  
  .td-btn--primary:hover {
    background: var(--brand-hover);
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(232, 93, 4, 0.32);
  }
  .td-tickets {
    display: grid;
    gap: 14px;
  }
  
  @media (min-width: 768px) {
    .td-tickets {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  
    .td-ticket--layover {
      grid-column: 1 / -1;
      max-width: 520px;
    }
  }
  
  .td-ticket {
    position: relative;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    overflow: hidden;
  }
  
  .td-ticket::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background: var(--td-ink);
    border-radius: 50%;
  }
  
  .td-ticket__head {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
  }
  
  .td-ticket__badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: var(--radius-pill);
  }
  
  .td-ticket--out .td-ticket__badge {
    color: #7dd3fc;
    background: rgba(125, 211, 252, 0.15);
  }
  
  .td-ticket--in .td-ticket__badge {
    color: #86efac;
    background: rgba(134, 239, 172, 0.15);
  }
  
  .td-ticket--layover .td-ticket__badge {
    color: #fcd34d;
    background: rgba(252, 211, 77, 0.15);
  }
  
  .td-ticket__head strong {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.01em;
  }
  
  .td-ticket__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 0;
  }
  
  .td-ticket__grid div { min-width: 0; }
  
  .td-ticket__grid dt {
    margin: 0 0 2px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
  }
  
  .td-ticket__grid dd {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.35;
  }
  
  /* ---- Rezervasyon kartı (sticky sidebar) ---- */
  .td-book {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(12, 18, 34, 0.08);
    box-shadow:
      0 8px 24px rgba(12, 18, 34, 0.06),
      0 24px 48px rgba(12, 18, 34, 0.1);
  }
  
  .td-book__head {
    padding: 22px 20px 20px;
    background: linear-gradient(165deg, #0c1222 0%, #141c30 100%);
    color: #fff;
  }
  
  .td-book__head .td-book__period {
    margin: 0;
    padding: 0;
  }
  
  .td-book__head .td-price-card__head {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
  }
  
  .td-book__head .td-price-card__period-label {
    display: block;
    margin: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
  }
  
  .td-book__head .td-price-card__period {
    display: block;
    margin: 0;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.01em;
    color: #fff;
    text-transform: none;
  }
  
  .td-book__head .td-price-card__date {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.62);
    text-transform: none;
  }
  
  .td-book__head .td-price-card__date em {
    font-style: normal;
    color: #ffb347;
    font-weight: 700;
  }
  
  .td-book__eyebrow {
    margin: 0 0 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.55);
  }
  
  .td-book__price-block {
    margin-bottom: 8px;
  }
  
  .td-book__price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
  }
  
  .td-book__price-row strong {
    font-size: clamp(2rem, 4vw, 2.35rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: 0.02em;
    color: #fff;
  }
  
  .td-book__price-row span {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--brand);
  }
  
  .td-book__price-sub {
    margin: 6px 0 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.62);
  }
  
  .td-book__price-sub[hidden] { display: none; }
  
  .td-book__meta {
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.48);
  }
  
  .td-book__body {
    padding: 0;
    background: #fff;
  }
  
  .td-book__period {
    margin: 0;
    padding: 16px 18px 0;
  }
  
  .td-book__body .td-price-card__head {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 13px 15px;
    background: linear-gradient(135deg, #101828 0%, #0c1222 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    color: #fff;
  }
  
  .td-book__body .td-price-card__period-label {
    display: block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.48);
  }
  
  .td-book__body .td-price-card__period {
    display: block;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    text-transform: none;
  }
  
  .td-book__body .td-price-card__date {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.62);
    text-transform: none;
  }
  
  .td-book__body .td-price-card__date em {
    font-style: normal;
    color: #ffb347;
    font-weight: 700;
  }
  
  .td-book__rates {
    padding: 14px 18px 16px;
  }
  
  .td-book__rates-label {
    margin: 0 0 8px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-muted);
  }
  
  .td-book__body .td-price-card__rows {
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(12, 18, 34, 0.08);
    border-radius: 14px;
    background: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  }
  
  .td-book__body .td-price-card__rows .item {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    column-gap: 12px;
    row-gap: 1px;
    padding: 11px 14px;
    margin: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(12, 18, 34, 0.06);
  }
  
  .td-book__body .td-price-card__rows .item:last-child {
    border-bottom: none;
  }
  
  .td-book__body .td-price-card__rows .item--primary {
    grid-template-rows: auto auto;
    padding: 13px 14px;
    background: linear-gradient(90deg, rgba(232, 93, 4, 0.07) 0%, rgba(255, 255, 255, 0) 72%);
    box-shadow: inset 3px 0 0 var(--brand);
  }
  
  .td-book__body .td-price-card__rows .item-head {
    grid-column: 1;
    grid-row: 1;
    font-size: 12px;
    font-weight: 700;
    color: var(--td-ink);
    line-height: 1.3;
    text-transform: none;
  }
  
  .td-book__body .td-price-card__rows .item-meta {
    grid-column: 1;
    grid-row: 2;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ink-muted);
  }
  
  .td-book__body .td-price-card__rows .item:not(.item--primary):not(.item--children) .item-head {
    grid-row: 1 / -1;
    align-self: center;
    font-weight: 600;
    font-size: 11px;
    color: var(--ink-soft);
  }
  
  .td-book__body .td-price-card__rows .item-price {
    grid-column: 2;
    grid-row: 1 / -1;
    align-self: center;
    text-align: right;
    flex-shrink: 0;
  }
  
  .td-book__body .td-price-card__rows .item-price span {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: var(--td-ink);
    white-space: nowrap;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
  
  .td-book__body .td-price-card__rows .item--primary .item-price span {
    font-size: 16px;
    color: var(--brand);
  }
  
  .td-book__body .td-price-card__rows .item-price small {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    font-weight: 600;
    color: var(--ink-muted);
    letter-spacing: 0.02em;
  }
  
  .td-book__body .td-price-card__rows .item--children {
    display: block;
    padding: 0;
    background: #f7f5f1;
    border-bottom: none;
  }
  
  .td-book__body .td-price-card__rows .item--children > .item-head {
    display: block;
    padding: 10px 14px 8px;
    margin: 0;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--ink-muted);
    border-bottom: 1px solid rgba(12, 18, 34, 0.06);
  }
  
  .td-book__body .td-price-card__rows .child-item-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .td-book__body .td-price-card__rows .child-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 8px;
    margin: 0;
    text-align: center;
    background: transparent;
    border: none;
    border-right: 1px solid rgba(12, 18, 34, 0.06);
    border-top: none;
  }
  
  .td-book__body .td-price-card__rows .child-item:last-child {
    border-right: none;
  }
  
  .td-book__body .td-price-card__rows .child-item-head {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ink-muted);
    line-height: 1.2;
  }
  
  .td-book__body .td-price-card__rows .child-item .item-price {
    grid-column: auto;
    grid-row: auto;
    align-self: auto;
    text-align: center;
  }
  
  .td-book__body .td-price-card__rows .child-item .item-price span {
    font-size: 12px;
    font-weight: 800;
    color: var(--td-ink);
  }
  
  @media (max-width: 380px) {
    .td-book__body .td-price-card__rows .child-item-section {
      grid-template-columns: 1fr;
    }
  
    .td-book__body .td-price-card__rows .child-item {
      flex-direction: row;
      justify-content: space-between;
      padding: 10px 14px;
      border-right: none;
      border-bottom: 1px solid rgba(12, 18, 34, 0.06);
    }
  
    .td-book__body .td-price-card__rows .child-item:last-child {
      border-bottom: none;
    }
  
    .td-book__body .td-price-card__rows .child-item .item-price {
      text-align: right;
    }
  }
  
  .td-book__foot {
    padding: 16px 16px 18px;
    background: linear-gradient(180deg, #fff 0%, #faf8f5 100%);
    border-top: 1px solid var(--line);
  }
  
  .td-book__cta,
  button.td-book__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    background: var(--brand);
    border: none;
    border-radius: var(--radius-pill);
    box-shadow: 0 8px 24px rgba(232, 93, 4, 0.28);
    transition: transform 0.2s var(--ease), background 0.2s, box-shadow 0.2s;
    cursor: pointer;
    font-family: inherit;
  }
  
  .td-book__cta:hover {
    background: var(--brand-hover);
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(232, 93, 4, 0.34);
  }
  
  .td-book__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 10px;
    padding: 6px 0;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-muted) !important;
    text-decoration: none !important;
    transition: color 0.2s var(--ease);
  }
  
  .td-book__link [uk-icon] {
    color: var(--brand);
  }
  
  .td-book__link:hover {
    color: var(--brand) !important;
  }
  
  .td-book__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
  }
  
  .td-book__badges li {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ink-muted);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
  }
  
  .td-book__badges [uk-icon] {
    color: var(--brand);
  }
  
  .td-price-card {
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
  }
  
  /* legacy aliases — kullanılmıyor ama AJAX uyumu */
  .td-price-card--book {
    display: flex;
    flex-direction: column;
  }
  
  .td-price-card__head {
    padding: 20px 22px 12px;
    background: var(--td-ink);
    color: #fff;
  }
  
  .td-price-card__period {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 4px;
  }
  
  .td-price-card__date {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.65);
  }
  
  .td-price-card__date em {
    font-style: normal;
    color: #ffb347;
    font-weight: 600;
  }
  
  .td-price-card__hint {
    margin: 0;
    padding: 12px 22px;
    font-size: 12px;
    line-height: 1.45;
    color: var(--ink-muted);
    background: var(--paper-warm);
    border-bottom: 1px solid var(--line);
  }
  
  .td-price-card__rows .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 22px;
    border-bottom: 1px solid var(--line);
  }
  
  .td-price-card__rows .item:last-child { border-bottom: none; }
  
  .td-price-card__rows .item-head,
  .td-price-card__rows .child-item-head {
    font-size: 13px;
    font-weight: 500;
    color: var(--ink-muted);
    line-height: 1.4;
  }
  
  .td-price-card__rows .item-price {
    text-align: right;
    flex-shrink: 0;
  }
  
  .td-price-card__rows .item-price span {
    font-size: 16px;
    font-weight: 700;
    color: var(--brand);
    white-space: nowrap;
  }
  
  .td-price-card__rows .item-price small {
    display: block;
    font-size: 12px;
    color: var(--ink-muted);
    margin-top: 2px;
  }
  
  .td-price-card__rows .child-item-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 8px;
  }
  
  .td-price-card__rows .child-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px dashed var(--line);
  }
  
  .td-price-card__rows .item--children {
    flex-direction: column;
    align-items: stretch;
  }
  
  .td-price-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 16px 0 0;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    background: var(--brand);
    border-radius: var(--radius-pill);
    box-shadow: 0 8px 24px rgba(232, 93, 4, 0.3);
    transition: background 0.2s, transform 0.2s;
  }
  
  .td-price-card__cta:hover {
    background: var(--brand-hover);
    transform: translateY(-1px);
  }
  
  /* Mobile book sheet — desktop sticky'e dokunmaz */
  .td-mobile-book__peek,
  .td-mobile-book__backdrop,
  .td-mobile-book__sheet-top {
    display: none;
  }
  
  .td-mobile-book__sheet {
    display: block;
  }
  
  @media (min-width: 1025px) {
    .td-mobile-book,
    .td-mobile-book__sheet {
      display: block;
      position: static;
      transform: none;
      max-height: none;
      overflow: visible;
    }
  }
  
  @media (max-width: 1024px) {
    .page-tour .td-book-col {
      display: block;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 95;
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      pointer-events: none;
    }

    .page-tour .td-book-col--detached {
      display: none !important;
    }

    #tdMobileBook.td-mobile-book--portaled {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 950;
      width: 100%;
      max-width: 100%;
      margin: 0;
      padding: 0;
      pointer-events: none;
    }

    #tdMobileBook.td-mobile-book--portaled.is-open {
      z-index: 9998;
    }

    #tdMobileBook.td-mobile-book--portaled .td-mobile-book__peek,
    #tdMobileBook.td-mobile-book--portaled.is-open .td-mobile-book__backdrop,
    #tdMobileBook.td-mobile-book--portaled.is-open .td-mobile-book__sheet {
      pointer-events: auto;
    }
  
    .td-mobile-book {
      pointer-events: auto;
    }
  
    /* ---- Alt sabit önizleme (koyu mobil bar) ---- */
    .td-mobile-book__peek {
      display: block;
      width: 100%;
      max-width: 100%;
      padding: 0;
      font-family: var(--font-sans);
      color: #fff;
      background: linear-gradient(180deg, #151d32 0%, #0c1222 100%);
      border: none;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 -16px 48px rgba(0, 0, 0, 0.38);
      cursor: pointer;
      text-align: left;
      transition: opacity 0.25s, visibility 0.25s;
      -webkit-tap-highlight-color: transparent;
    }
  
    .td-mobile-book__peek-bar {
      display: block;
      width: 32px;
      height: 3px;
      margin: 7px auto 0;
      background: rgba(255, 255, 255, 0.24);
      border-radius: 99px;
    }
  
    .td-mobile-book__peek-inner {
      display: grid;
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
      gap: 14px;
      padding: 10px 16px calc(12px + env(safe-area-inset-bottom));
    }
  
    .td-mobile-book__peek-main {
      min-width: 0;
    }
  
    .td-mobile-book__peek-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
      margin-bottom: 3px;
    }
  
    .td-mobile-book__peek-label {
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.48);
    }
  
    .td-mobile-book__peek-date {
      flex-shrink: 0;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.02em;
      color: rgba(255, 255, 255, 0.72);
    }
  
    .td-mobile-book__peek-value {
      display: block;
      font-size: 1.3rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      color: #fff;
      line-height: 1.15;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  
    .td-mobile-book__peek-meta {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 5px;
      margin-top: 5px;
      font-size: 11px;
      font-weight: 500;
      line-height: 1.35;
      color: rgba(255, 255, 255, 0.5);
    }
  
    .td-mobile-book__peek-dot {
      opacity: 0.45;
    }
  
    .td-mobile-book__peek-tl {
      flex-basis: 100%;
      margin-top: 1px;
      font-size: 10px;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.38);
    }
  
    .td-mobile-book__peek-cta {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 3px;
      flex-shrink: 0;
      min-width: 68px;
      padding: 10px 12px;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: #fff;
      background: var(--brand);
      border-radius: 14px;
      box-shadow: 0 6px 18px rgba(232, 93, 4, 0.35);
    }
  
    .td-mobile-book__peek-cta-icon {
      display: flex;
      opacity: 0.92;
    }
  
    .td-mobile-book.is-open .td-mobile-book__peek {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }
  
    /* ---- Backdrop ---- */
    .td-mobile-book__backdrop {
      display: block;
      position: fixed;
      inset: 0;
      z-index: 1;
      background: rgba(10, 15, 26, 0.52);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.32s var(--ease), visibility 0.32s;
      pointer-events: none;
      border: none;
      padding: 0;
      cursor: pointer;
    }
  
    .td-mobile-book.is-open .td-mobile-book__backdrop {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }
  
    /* ---- Açılan panel ---- */
    .td-mobile-book__sheet {
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      display: flex;
      flex-direction: column;
      max-height: min(94vh, 820px);
      background: #f7f5f1;
      border-radius: 22px 22px 0 0;
      box-shadow: 0 -24px 64px rgba(12, 18, 34, 0.22);
      transform: translateY(100%);
      transition: transform 0.4s cubic-bezier(0.32, 0.72, 0, 1);
      overflow: hidden;
      pointer-events: auto;
    }
  
    .td-mobile-book.is-open .td-mobile-book__sheet {
      transform: translateY(0);
    }
  
    .td-mobile-book__sheet-top {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
      padding: 10px 16px 8px;
      background: #f7f5f1;
    }
  
    .td-mobile-book__grab {
      display: block;
      width: 40px;
      height: 4px;
      background: rgba(12, 18, 34, 0.16);
      border-radius: 99px;
    }
  
    .td-mobile-book__collapse {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 8px 14px;
      font-family: var(--font-sans);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: var(--ink-soft);
      background: #fff;
      border: 1px solid rgba(12, 18, 34, 0.1);
      border-radius: var(--radius-pill);
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(12, 18, 34, 0.04);
    }
  
    .page-tour .td-mobile-book__sheet #tdBookPanel {
      display: flex;
      flex-direction: column;
      flex: 1;
      min-height: 0;
      margin: 0;
      overflow: hidden;
    }
  
    .page-tour .td-mobile-book__sheet .td-book {
      display: flex;
      flex-direction: column;
      flex: 1;
      min-height: 0;
      border: none;
      border-radius: 0;
      box-shadow: none;
      background: transparent;
      overflow: hidden;
    }
  
    /* Mobil fiyat özeti — desktop koyu head yerine */
    .page-tour .td-mobile-book__sheet .td-book__head {
      flex-shrink: 0;
      margin: 0 16px 12px;
      padding: 16px 18px;
      background: #fff;
      border: 1px solid rgba(12, 18, 34, 0.08);
      border-radius: 16px;
      box-shadow: 0 4px 16px rgba(12, 18, 34, 0.04);
      color: var(--td-ink);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__head .td-price-card__period-label {
      color: var(--ink-muted);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__head .td-price-card__period {
      font-size: 15px;
      color: var(--td-ink);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__head .td-price-card__date {
      color: var(--ink-muted);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__head .td-price-card__date em {
      color: var(--brand);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__eyebrow {
      margin-bottom: 6px;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: var(--ink-muted);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__price-row strong {
      font-size: 2rem;
      color: var(--brand);
      letter-spacing: -0.03em;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__price-row span {
      font-size: 1rem;
      color: var(--td-ink);
      letter-spacing: 0;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__price-sub {
      margin-top: 4px;
      font-size: 13px;
      color: var(--ink-muted);
      letter-spacing: 0;
      text-transform: none;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__meta {
      margin-top: 8px;
      padding-top: 8px;
      border-top: 1px solid var(--line);
      font-size: 12px;
      color: var(--ink-muted);
      letter-spacing: 0;
      text-transform: none;
    }
  
    /* Mobil fiyat listesi — scroll alanı */
    .page-tour .td-mobile-book__sheet .td-book__body {
      flex: 1;
      min-height: 0;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior: contain;
      padding: 0 16px 8px;
      background: transparent;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__period {
      padding: 0;
      margin-bottom: 12px;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__head {
      padding: 12px 14px;
      background: #fff;
      border: 1px solid rgba(12, 18, 34, 0.08);
      border-radius: 14px;
      color: var(--td-ink);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__period-label {
      color: var(--ink-muted);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__period {
      font-size: 14px;
      color: var(--td-ink);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__date {
      font-size: 12px;
      color: var(--ink-muted);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__rates-label {
      margin-bottom: 8px;
      padding: 0 2px;
      font-size: 10px;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows {
      gap: 0;
      border: 1px solid rgba(12, 18, 34, 0.08);
      border-radius: 14px;
      overflow: hidden;
      background: #fff;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      padding: 13px 14px;
      margin: 0;
      background: #fff;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid rgba(12, 18, 34, 0.06);
      box-shadow: none;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .item:last-child {
      border-bottom: none;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .item--primary {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-template-rows: auto auto;
      align-items: center;
      background: rgba(232, 93, 4, 0.05);
      box-shadow: none;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .item--primary .item-head {
      grid-column: 1;
      grid-row: 1;
      font-size: 14px;
      font-weight: 700;
      color: var(--td-ink);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .item--primary .item-meta {
      grid-column: 1;
      grid-row: 2;
      font-size: 11px;
      font-weight: 600;
      color: var(--ink-muted);
      text-transform: none;
      letter-spacing: 0;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .item--primary .item-price {
      grid-column: 2;
      grid-row: 1 / -1;
      align-self: center;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .item:not(.item--primary):not(.item--children) .item-head {
      font-size: 13px;
      font-weight: 600;
      color: var(--ink-soft);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .item-price span {
      font-size: 15px;
      font-weight: 800;
      color: var(--td-ink);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .item--primary .item-price span {
      color: var(--brand);
      font-size: 16px;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .item--children {
      display: block;
      padding: 0;
      background: #faf8f5;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .item--children > .item-head {
      padding: 10px 14px 8px;
      margin: 0;
      border-bottom: 1px solid rgba(12, 18, 34, 0.06);
      font-size: 10px;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .child-item-section {
      display: flex;
      flex-direction: column;
      gap: 0;
      padding: 0;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .child-item {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      padding: 11px 14px;
      margin: 0;
      border-top: 1px solid rgba(12, 18, 34, 0.06);
      border-right: none;
      background: #fff;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .child-item-head {
      font-size: 12px;
      text-transform: none;
      letter-spacing: 0;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .child-item .item-price {
      text-align: right;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__body .td-price-card__rows .child-item .item-price span {
      font-size: 13px;
    }
  
    /* Mobil sabit alt aksiyonlar */
    .page-tour .td-mobile-book__sheet .td-book__foot {
      flex-shrink: 0;
      margin: 0;
      padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
      background: #fff;
      border-top: 1px solid rgba(12, 18, 34, 0.08);
      box-shadow: 0 -8px 24px rgba(12, 18, 34, 0.06);
    }
  
    .page-tour .td-mobile-book__sheet .td-book__cta {
      padding: 15px 18px;
      font-size: 13px;
      border-radius: 14px;
      box-shadow: none;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__link {
      margin-top: 8px;
      font-size: 12px;
      letter-spacing: 0.04em;
    }
  
    .page-tour .td-mobile-book__sheet .td-book__badges {
      display: none;
    }
  
    .page-tour.has-mobile-book {
      --td-mobile-peek-h: 108px;
      padding-bottom: calc(var(--td-mobile-peek-h) + env(safe-area-inset-bottom));
      overflow-x: clip;
      overscroll-behavior-x: none;
    }
  
    .page-tour.has-mobile-book .ht-tour,
    .page-tour.has-mobile-book .td-body {
      max-width: 100%;
      overflow-x: clip;
    }
  
    .page-tour.has-mobile-book .td-body::after {
      right: -120px;
      opacity: 0.5;
    }
  }
  
  body.td-mobile-book-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: var(--td-scroll-lock-y, 0);
  }
  
  /* Legacy mobile bar — removed */
  .td-mobile-bar {
    display: none !important;
  }
  
  /* Legacy pricing hooks (AJAX) */
  .page-tour #topTourPeriot,
  .page-tour .rezervasyon-section { padding: 0; }
  
  /* ---- Responsive ---- */
  @media (max-width: 1024px) {
    .page-tour .td-body {
      display: flex;
      flex-direction: column;
    }
  
    .page-tour .td-page-grid {
      display: contents;
    }
  
    .page-tour .td-page-grid__main {
      display: contents;
    }
  
    .page-tour .td-book-col { order: 3; }
    .page-tour .td-nav { order: 4; }
    .page-tour .td-shell { order: 5; }
  
    .page-tour .ht-tour-hero {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: auto;
      max-width: none;
    }
  
    .page-tour .ht-tour-hero__inner.ht-container {
      display: block;
      max-width: var(--container);
      margin-left: auto;
      margin-right: auto;
    }
  
    .page-tour .ht-tour-hero__visual {
      position: relative;
      left: auto;
      transform: none;
      width: 100%;
      max-width: 100%;
    }
  
    .page-tour .td-section--dark {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: auto;
      max-width: none;
    }
  
    .ht-tour-hero__inner {
      padding: calc(var(--header-sticky) + 36px) 20px 20px;
      gap: 14px;
    }
  
    .ht-tour-hero__title { max-width: none; }
  
    .td-shell {
      padding: 32px 20px 64px;
    }
  
    .td-ticket__grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }
  }
  
  @media (max-width: 768px) {
    .td-dates--hero::before {
      inset: -8px -4px -2px;
      border-radius: 14px;
    }
  
    .td-dates__head {
      margin-bottom: 8px;
    }
  
    .td-date-pill {
      min-width: 88px;
      padding: 9px 10px 8px;
    }
  
    .td-date-pill__day { font-size: 1.35rem; }
  
    .td-section__head {
      gap: 14px;
    }
  
    .td-section__num {
      width: 40px;
      height: 40px;
      font-size: 12px;
      border-radius: 12px;
    }

    /* Tur programı — mobil gün seçici + detay paneli */
    #td-program .td-section__head {
      gap: 10px;
      margin-bottom: 14px;
      align-items: center;
    }

    #td-program .td-section__num {
      width: auto;
      height: auto;
      padding: 0;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.08em;
      color: var(--ink-muted);
      background: none;
      border: none;
      border-radius: 0;
    }

    #td-program .td-section__title {
      font-size: 1.05rem;
      font-weight: 600;
      margin-bottom: 2px;
    }

    #td-program .td-section__lead {
      font-size: 12px;
      color: var(--ink-muted);
    }

    .td-route-wrap {
      display: flex;
      flex-direction: column;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 28px rgba(12, 18, 34, 0.05);
    }

    .td-route__nav {
      display: flex;
      gap: 0;
      overflow-x: auto;
      padding: 0;
      margin: 0;
      background: var(--paper-warm);
      border-bottom: 1px solid var(--line);
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }

    .td-route__nav::-webkit-scrollbar {
      display: none;
    }

    .td-route__nav-btn {
      flex: 0 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 2px;
      min-width: 54px;
      padding: 11px 14px 10px;
      font-family: var(--font-sans);
      background: transparent;
      border: none;
      border-right: 1px solid var(--line);
      border-radius: 0;
      cursor: pointer;
      position: relative;
      transition: background 0.2s var(--ease), color 0.2s var(--ease);
      -webkit-tap-highlight-color: transparent;
    }

    .td-route__nav-btn:last-child {
      border-right: none;
    }

    .td-route__nav-btn.is-active {
      background: #fff;
      z-index: 1;
    }

    .td-route__nav-btn.is-active::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: var(--brand);
    }

    .td-route__nav-btn.is-active::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 1px;
      background: #fff;
    }

    .td-route__nav-num {
      font-size: 15px;
      font-weight: 600;
      line-height: 1;
      color: var(--ink-muted);
    }

    .td-route__nav-btn.is-active .td-route__nav-num {
      color: var(--brand);
    }

    .td-route__nav-label {
      font-size: 9px;
      font-weight: 600;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: var(--ink-muted);
      opacity: 0.85;
    }

    .td-route__nav-btn.is-active .td-route__nav-label {
      color: var(--brand);
      opacity: 1;
    }

    .td-route {
      border: none;
      background: #fff;
    }

    .td-route__day {
      display: block;
      grid-template-columns: 1fr;
    }

    .td-route__day:not(.is-open) {
      display: none;
    }

    .td-route__day:not(:last-child)::before,
    .td-route__rail,
    .td-route__icon {
      display: none;
    }

    .td-route__card {
      margin: 0;
      background: #fff;
      border: none;
      border-radius: 0;
      box-shadow: none;
      border-left: 3px solid var(--brand);
    }

    .td-route__toggle {
      display: block;
      width: 100%;
      padding: 14px 16px 12px;
      text-align: left;
      pointer-events: none;
      cursor: default;
      background: linear-gradient(180deg, rgba(232, 93, 4, 0.04) 0%, transparent 100%);
    }

    .td-route__meta {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 6px;
      padding: 3px 8px;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--brand);
      background: rgba(232, 93, 4, 0.08);
      border-radius: 4px;
    }

    .td-route__name {
      display: block;
      font-size: 15px;
      font-weight: 600;
      line-height: 1.35;
      letter-spacing: -0.01em;
      color: var(--td-ink);
    }

    .td-route__body {
      margin: 0;
      padding: 0 16px 16px;
      font-size: 13px;
      line-height: 1.65;
      color: var(--ink-soft);
      border-top: none;
    }

    .td-route__body::before {
      content: "";
      display: block;
      height: 1px;
      margin: 0 0 12px;
      background: var(--line);
    }

    .td-route__body p {
      margin: 0 0 8px;
    }

    .td-route__body ul,
    .td-route__body ol {
      margin: 0 0 8px;
      padding-left: 1.1rem;
    }

    .td-route__body li {
      margin-bottom: 4px;
    }

    .page-tour .td-section__title {
      font-weight: 600;
      font-size: 1.05rem;
    }

    .page-tour .td-section__num {
      width: auto;
      height: auto;
      padding: 0;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 0.08em;
      color: var(--ink-muted);
      background: none;
      border: none;
      border-radius: 0;
    }

    .page-tour .td-section__head {
      gap: 10px;
      margin-bottom: 16px;
      align-items: center;
    }

    /* Hizmetler — mobil sekme + panel */
    .td-service-wrap {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 28px rgba(12, 18, 34, 0.05);
    }

    .td-service__nav {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0;
      background: var(--paper-warm);
      border-bottom: 1px solid var(--line);
    }

    .td-service__nav-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      padding: 12px 10px;
      font-family: var(--font-sans);
      font-size: 12px;
      font-weight: 600;
      line-height: 1.25;
      color: var(--ink-muted);
      background: transparent;
      border: none;
      border-right: 1px solid var(--line);
      cursor: pointer;
      position: relative;
      transition: background 0.2s var(--ease), color 0.2s var(--ease);
      -webkit-tap-highlight-color: transparent;
    }

    .td-service__nav-btn:last-child {
      border-right: none;
    }

    .td-service__nav-btn.is-active {
      background: #fff;
      color: var(--td-ink);
      z-index: 1;
    }

    .td-service__nav-btn.is-active::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background: var(--brand);
    }

    .td-service__nav-btn.is-active::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 1px;
      background: #fff;
    }

    .td-service__nav-mark {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      font-size: 10px;
      font-weight: 700;
      border-radius: 4px;
      flex-shrink: 0;
    }

    .td-service__nav-mark--yes {
      color: #15803d;
      background: rgba(34, 197, 94, 0.12);
    }

    .td-service__nav-mark--no {
      color: #b91c1c;
      background: rgba(239, 68, 68, 0.1);
    }

    .td-service-grid {
      display: block;
      gap: 0;
    }

    .td-service-card {
      border: none;
      border-radius: 0;
      box-shadow: none;
      background: #fff;
    }

    .td-service-card:not(.is-open) {
      display: none;
    }

    .td-service-card--yes.is-open {
      border-left: 3px solid #22c55e;
    }

    .td-service-card--no.is-open {
      border-left: 3px solid #ef4444;
    }

    .td-service-card__head {
      display: none;
    }

    .td-service-card__body {
      padding: 14px 16px 16px;
    }

    .td-prose--checks li,
    .td-prose--crosses li {
      margin-bottom: 8px;
      padding-left: 22px;
      font-size: 13px;
      line-height: 1.55;
    }

    .td-prose--checks li::before,
    .td-prose--crosses li::before {
      width: 16px;
      height: 16px;
      font-size: 9px;
      border-radius: 4px;
    }

    .td-prose--checks p,
    .td-prose--crosses p {
      font-size: 13px;
      line-height: 1.55;
      margin-bottom: 8px;
    }

    /* Uyarılar & notlar — mobil */
    #td-notes .td-notes-panel {
      border: 1px solid var(--line);
      border-radius: 12px;
      box-shadow: 0 6px 28px rgba(12, 18, 34, 0.05);
      overflow: hidden;
    }

    #td-notes .td-notes-panel__banner {
      padding: 12px 14px;
      background: rgba(232, 93, 4, 0.07);
      border-bottom: 1px solid rgba(232, 93, 4, 0.12);
      color: var(--td-ink);
    }

    #td-notes .td-notes-panel__icon {
      width: 28px;
      height: 28px;
      color: var(--brand);
      background: rgba(232, 93, 4, 0.12);
      border-radius: 6px;
    }

    #td-notes .td-notes-panel__banner-text {
      font-size: 12px;
      font-weight: 500;
      line-height: 1.5;
      color: var(--ink-soft);
    }

    #td-notes .td-notes-panel__body {
      padding: 14px 16px 16px;
    }

    .td-prose--note {
      font-size: 13px;
      line-height: 1.6;
    }

    .td-prose--note p {
      margin-bottom: 10px;
    }

    .td-prose--note ul li,
    .td-prose--note ol li {
      margin-bottom: 8px;
      padding-left: 18px;
      font-size: 13px;
      line-height: 1.55;
    }

    .td-prose--note ul li::before {
      top: 0.5em;
      width: 5px;
      height: 5px;
      box-shadow: none;
    }
  
    .td-group-form__grid {
      grid-template-columns: 1fr;
    }
  
    .td-section--dark {
      padding-left: 16px;
      padding-right: 16px;
    }
  
    .td-body::after {
      width: min(420px, 85vw);
      height: min(420px, 85vw);
      top: 4%;
      right: -160px;
      opacity: 0.55;
    }
  
    .td-body::before {
      background-size: 360px 360px, 22px 22px;
    }
  }
  
  @media (max-width: 640px) {
    .ht-tour-hero__visual,
    .ht-tour-hero__inner {
      min-height: 480px;
    }
  
    .ht-tour-hero__inner {
      padding: calc(var(--header-sticky) + 32px) 16px 16px;
    }
  
    .ht-tour-hero__title {
      font-size: clamp(1.75rem, 8vw, 2.25rem);
    }
  
    .ht-tour-hero__chips { gap: 6px; margin-top: 10px;}
  
    .ht-tour-hero__chip {
      font-size: 12px;
      padding: 7px 12px;
    }
  }
  
  @media (min-width: 1280px) {
    .td-shell {
      padding-top: 48px;
      padding-bottom: 96px;
    }
  
    .td-dates--hero .td-date-pill {
      min-width: 102px;
    }
  
    .td-aside .td-book {
      box-shadow:
        0 8px 16px rgba(12, 18, 34, 0.04),
        0 32px 80px rgba(12, 18, 34, 0.14);
    }
  
    .td-route__body {
      font-size: 15px;
      line-height: 1.9;
    }
  
    .td-tickets {
      gap: 18px;
    }
  
    .td-ticket {
      padding: 22px 24px;
    }
  }
  
  /* Tawk canlı destek — mobil rezervasyon barının üstünde kalsın */
  @media (max-width: 1024px) {
    body.page-tour .widget-visible,
    body.page-tour #tawkchat-minified-wrapper {
      bottom: calc(120px + env(safe-area-inset-bottom, 0px)) !important;
      transform: none !important;
    }
  }

  /* Tur detay — acente seçerek arama modalı */
  .td-agency-modal {
    position: fixed;
    inset: 0;
    z-index: 10010;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s var(--ease), visibility 0.25s;
  }

  .td-agency-modal.is-open {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }

  .td-agency-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 18, 34, 0.52);
    backdrop-filter: blur(4px);
  }

  .td-agency-modal__panel {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: min(100%, 560px);
    max-height: min(88vh, 720px);
    background: #fff;
    border-radius: 20px;
    box-shadow:
      0 8px 24px rgba(12, 18, 34, 0.08),
      0 32px 80px rgba(12, 18, 34, 0.18);
    overflow: hidden;
  }

  .td-agency-modal__head {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 22px 16px;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, #fff 0%, #faf8f5 100%);
  }

  .td-agency-modal__kicker {
    margin: 0 0 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand);
  }

  .td-agency-modal__title {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25;
    color: var(--ink);
  }

  .td-agency-modal__lead {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.55;
    color: var(--ink-muted);
  }

  .td-agency-modal__lead strong {
    color: var(--ink);
    font-weight: 700;
  }

  .td-agency-modal__close {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    color: var(--ink-muted);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s, background 0.2s;
  }

  .td-agency-modal__close:hover {
    color: var(--ink);
    border-color: rgba(12, 18, 34, 0.16);
    background: #faf8f5;
  }

  .td-agency-modal__tools {
    padding: 14px 18px 10px;
    border-bottom: 1px solid var(--line);
    background: #fff;
  }

  .td-agency-modal__search {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    background: #f5f3ef;
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
  }

  .td-agency-modal__search svg {
    flex-shrink: 0;
    color: var(--ink-muted);
  }

  .td-agency-modal__search input {
    flex: 1;
    min-width: 0;
    padding: 12px 0;
    font-size: 14px;
    color: var(--ink);
    background: transparent;
    border: none;
    outline: none;
  }

  .td-agency-modal__search input::placeholder {
    color: rgba(12, 18, 34, 0.42);
  }

  .td-agency-modal__filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .td-agency-modal__filters::-webkit-scrollbar {
    display: none;
  }

  .td-agency-modal__filter {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    color: var(--ink-muted);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius-pill);
    cursor: pointer;
    transition: all 0.2s var(--ease);
    white-space: nowrap;
  }

  .td-agency-modal__filter span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 700;
    color: var(--ink-muted);
    background: #f5f3ef;
    border-radius: 999px;
  }

  .td-agency-modal__filter.is-active {
    color: #fff;
    background: var(--brand);
    border-color: var(--brand);
  }

  .td-agency-modal__filter.is-active span {
    color: var(--brand);
    background: rgba(255, 255, 255, 0.92);
  }

  .td-agency-modal__list {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 10px 14px 6px;
    -webkit-overflow-scrolling: touch;
  }

  .td-agency-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 12px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
  }

  .td-agency-row + .td-agency-row {
    margin-top: 8px;
  }

  .td-agency-row:hover {
    border-color: rgba(232, 93, 4, 0.28);
    box-shadow: 0 4px 16px rgba(12, 18, 34, 0.06);
  }

  .td-agency-row__main {
    flex: 1;
    min-width: 0;
  }

  .td-agency-row__city {
    display: inline-block;
    margin-bottom: 4px;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--brand);
    background: rgba(232, 93, 4, 0.08);
    border-radius: 999px;
  }

  .td-agency-row__name {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ink);
  }

  .td-agency-row__phone {
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
  }

  .td-agency-row__addr {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.45;
    color: var(--ink-muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .td-agency-row__call {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 72px;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    background: var(--brand);
    border-radius: var(--radius-pill);
    box-shadow: 0 6px 18px rgba(232, 93, 4, 0.24);
    transition: transform 0.2s, background 0.2s;
  }

  .td-agency-row__call:hover {
    background: var(--brand-hover);
    transform: translateY(-1px);
  }

  .td-agency-row__call--disabled {
    color: var(--ink-muted);
    background: #f5f3ef;
    box-shadow: none;
  }

  .td-agency-modal__none {
    margin: 0;
    padding: 24px 18px;
    text-align: center;
    font-size: 14px;
    color: var(--ink-muted);
  }

  .td-agency-modal__empty {
    padding: 32px 24px;
    text-align: center;
  }

  .td-agency-modal__empty p {
    margin: 0 0 16px;
    font-size: 14px;
    color: var(--ink-muted);
  }

  .td-agency-modal__fallback {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none !important;
    background: var(--brand);
    border-radius: var(--radius-pill);
  }

  .td-agency-modal__foot {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 18px calc(14px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid var(--line);
    background: #faf8f5;
    font-size: 12px;
  }

  .td-agency-modal__foot a {
    color: var(--brand);
    font-weight: 600;
    text-decoration: none;
  }

  .td-agency-modal__foot a:hover {
    text-decoration: underline;
  }

  .td-agency-modal__central {
    color: var(--ink-muted) !important;
    font-weight: 600 !important;
  }

  body.td-agency-modal-open {
    overflow: hidden;
  }

  @media (max-width: 768px) {
    .td-agency-modal {
      align-items: flex-end;
      padding: 0;
    }

    .td-agency-modal__panel {
      width: 100%;
      max-height: min(92vh, 820px);
      border-radius: 20px 20px 0 0;
      transform: translateY(100%);
      transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .td-agency-modal.is-open .td-agency-modal__panel {
      transform: translateY(0);
    }

    .td-agency-modal__head {
      padding: 18px 18px 14px;
    }

    .td-agency-modal__head::before {
      content: '';
      position: absolute;
      top: 8px;
      left: 50%;
      width: 40px;
      height: 4px;
      margin-left: -20px;
      background: rgba(12, 18, 34, 0.14);
      border-radius: 999px;
    }

    .td-agency-modal__title {
      font-size: 19px;
    }

    .td-agency-row__call {
      min-width: 64px;
      padding: 14px 14px;
    }

    .td-agency-modal__foot {
      flex-direction: column;
      align-items: stretch;
      text-align: center;
    }
  }

  