:root { --tour-ink:#173d38; --tour-soft:#63756f; --tour-line:rgba(32,75,67,.13); --tour-clay:#d1663c; --tour-gold:#b98a3c; --tour-green:#1d6258; --tour-mint:#e8f3ed; }

/* ——— نوار اعتماد بالای صفحه ——— */
.tour-trustbar { display:flex; flex-wrap:wrap; align-items:center; gap:8px 18px; padding:11px 0; border-bottom:1px solid var(--tour-line); color:#5d726b; font-size:11px; }
.tour-trustbar b { color:#22544c; font-weight:700; }
.tour-trustbar span { display:inline-flex; align-items:center; gap:6px; }
.tour-trustbar i { width:5px; height:5px; border-radius:50%; background:var(--tour-clay); font-style:normal; }

/* ——— کارت تور در فهرست ——— */
.tour-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.tour-card { position:relative; display:flex; flex-direction:column; overflow:hidden; border:1px solid var(--tour-line); border-radius:16px; background:#fffdfa; box-shadow:0 10px 26px rgba(26,65,57,.07); transition:transform .34s cubic-bezier(.22,.61,.36,1), box-shadow .34s ease; }
.tour-card:hover { transform:translateY(-5px); box-shadow:0 18px 34px rgba(26,65,57,.15); }
.tour-card.is-past { opacity:.82; }
.tour-card-media { position:relative; aspect-ratio:16/10; overflow:hidden; background:#214f48; }
.tour-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.tour-card:hover .tour-card-media img { transform:scale(1.05); }
.tour-card-media::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(6,34,31,.72),rgba(8,45,41,0) 62%); }
.tour-tags { position:absolute; z-index:2; top:10px; right:10px; left:10px; display:flex; align-items:start; justify-content:space-between; gap:6px; }
.tour-badge { padding:4px 9px; border-radius:999px; font-size:9px; font-weight:800; line-height:1.6; backdrop-filter:blur(6px); }
.tour-badge.cat { background:rgba(255,253,250,.92); color:#22544c; }
.tour-badge.state-open { background:rgba(29,98,88,.94); color:#fff; }
.tour-badge.state-urgent,.tour-badge.state-today { background:rgba(209,102,60,.96); color:#fff; }
.tour-badge.state-past { background:rgba(90,104,99,.9); color:#fff; }
.tour-card-where { position:absolute; z-index:2; right:12px; bottom:10px; left:12px; color:#fff; }
.tour-card-where b { display:block; font-family:var(--font-display,"Estedad",sans-serif); font-size:21px; letter-spacing:-.02em; }
.tour-card-where span { color:rgba(255,255,255,.8); font-size:10px; }
.tour-card-body { display:flex; flex-direction:column; flex:1; gap:11px; padding:14px; }
.tour-card-body h3 { margin:0; font-family:var(--font-display,"Estedad",sans-serif); font-size:15px; line-height:1.6; }
.tour-card-body > p { margin:0; color:var(--tour-soft); font-size:11px; line-height:1.95; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.tour-meta { display:flex; flex-wrap:wrap; gap:5px; }
.tour-meta span { padding:4px 8px; border:1px solid #dde3dc; border-radius:8px; background:#f9faf6; color:#5c7169; font-size:9px; }
.tour-card-foot { display:flex; align-items:end; justify-content:space-between; gap:10px; margin-top:auto; padding-top:11px; border-top:1px solid var(--tour-line); }
.tour-price small { display:block; color:#7d8c86; font-size:9px; }
.tour-price b { font-family:var(--font-display,"Estedad",sans-serif); font-size:19px; color:#1b4f47; letter-spacing:-.01em; }
.tour-price b em { font-style:normal; font-size:11px; font-weight:600; color:#6b7d76; }
.tour-price .installment { display:block; margin-top:2px; color:var(--tour-clay); font-size:9px; font-weight:700; }
.tour-cta { flex:none; padding:9px 14px; border-radius:10px; background:var(--tour-green); color:#fff; font-size:11px; font-weight:700; transition:background .2s ease, transform .2s ease, box-shadow .2s ease; }
.tour-cta:hover { background:#17544b; transform:translateY(-2px); box-shadow:0 8px 18px rgba(29,98,88,.26); }
.tour-card.is-past .tour-cta { background:#5d6b66; }

/* ——— صفحهٔ تور ——— */
.tour-hero { position:relative; overflow:hidden; padding:0; color:#fff; background:#123b36; }
.tour-hero img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; transform:scale(1.12); will-change:transform; }
.tour-hero::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(6,32,29,.95),rgba(8,45,41,.55) 55%,rgba(8,45,41,.35)); }
.tour-hero-inner { position:relative; z-index:1; padding:52px 0 26px; }
.tour-crumb { display:flex; flex-wrap:wrap; gap:6px; margin:0 0 14px; color:rgba(255,255,255,.66); font-size:10px; }
.tour-crumb a:hover { color:#fff; text-decoration:underline; }
.tour-hero h1 { max-width:760px; margin:0; font-family:var(--font-display,"Estedad",sans-serif); font-size:clamp(29px,4.4vw,50px); line-height:1.25; letter-spacing:-.04em; }
.tour-hero .lead { max-width:640px; margin:13px 0 0; color:rgba(255,255,255,.82); font-size:13px; line-height:2; }
.tour-hero-tags { display:flex; flex-wrap:wrap; gap:7px; margin:16px 0 0; }
.tour-hero-tags span { padding:5px 11px; border:1px solid rgba(255,255,255,.32); border-radius:999px; background:rgba(255,255,255,.09); font-size:10px; }
.tour-hero-tags span.hot { border-color:transparent; background:var(--tour-clay); font-weight:700; }

.tour-facts { display:grid; grid-template-columns:repeat(auto-fit,minmax(148px,1fr)); gap:1px; margin:22px 0 0; overflow:hidden; border-radius:14px; background:rgba(255,255,255,.2); }
.tour-facts div { padding:12px 14px; background:rgba(10,44,40,.72); backdrop-filter:blur(8px); }
.tour-facts small { display:block; margin-bottom:3px; color:rgba(255,255,255,.62); font-size:9px; }
.tour-facts b { font-size:13px; font-weight:700; }
/* تعداد فرد فکت، خانهٔ خالی نگذارد */
.tour-facts div:last-child:nth-child(odd) { grid-column:1 / -1; }

.tour-layout { display:grid; grid-template-columns:1.35fr .65fr; gap:22px; align-items:start; padding:26px 0 0; }
.tour-block { padding:22px; margin-bottom:14px; border:1px solid var(--tour-line); border-radius:16px; background:#fffdfa; transition:box-shadow .3s ease, border-color .3s ease; }
.tour-block > h2 { margin:0 0 6px; font-family:var(--font-display,"Estedad",sans-serif); font-size:21px; }
.tour-block > p.hint { margin:0 0 16px; color:#7d8c86; font-size:11px; line-height:1.9; }
.tour-block > p.hint:last-child { margin-bottom:0; }

.tour-columns { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.tour-list { display:grid; gap:8px; margin:0; padding:0; list-style:none; }
.tour-list li { display:grid; grid-template-columns:18px 1fr; gap:8px; color:#41564f; font-size:12px; line-height:1.85; transition:transform .2s ease; }
.tour-list li::before { content:"✓"; color:var(--tour-green); font-weight:800; }
.tour-list.excluded li::before { content:"×"; color:#b06a4d; }
.tour-list.docs li::before { content:"•"; color:var(--tour-gold); }

.tour-steps { display:grid; gap:0; margin:0; padding:0; list-style:none; }
.tour-steps li { position:relative; padding:0 26px 18px 0; border-right:1px solid #dce4dd; }
.tour-steps li:last-child { padding-bottom:0; border-right-color:transparent; }
.tour-steps li::before { content:attr(data-day); position:absolute; top:0; right:-12px; width:24px; height:24px; display:grid; place-items:center; border-radius:50%; background:var(--tour-green); color:#fff; font-size:10px; font-weight:800; transition:transform .25s ease, box-shadow .25s ease; }
.tour-steps b { display:block; margin-bottom:4px; font-size:13px; }
.tour-steps p { margin:0; color:#6d7f78; font-size:11px; line-height:1.95; }

.tour-hotels { display:grid; gap:8px; }
.tour-hotel { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:11px 13px; border:1px solid #dde3dc; border-radius:12px; background:#f9faf6; transition:transform .22s ease, border-color .22s ease, background .22s ease; }
.tour-hotel b { font-size:12px; }
.tour-hotel .badge { margin-right:6px; padding:2px 7px; border-radius:999px; background:var(--tour-mint); color:#256054; font-size:9px; font-weight:700; }
.tour-hotel span { color:#1b4f47; font-size:13px; font-weight:700; white-space:nowrap; }

.tour-installment { display:grid; grid-template-columns:repeat(3,1fr); gap:9px; margin-bottom:14px; }
.tour-installment div { padding:13px; border:1px solid #ecd9c4; border-radius:12px; background:linear-gradient(160deg,#fdf6ec,#fffdfa); text-align:center; }
.tour-installment small { display:block; margin-bottom:4px; color:#8a7a5f; font-size:10px; }
.tour-installment b { font-family:var(--font-display,"Estedad",sans-serif); font-size:17px; color:#8c5c22; }

.tour-faq details { padding:12px 0; border-bottom:1px solid var(--tour-line); transition:background .25s ease; border-radius:9px; }
.tour-faq details:last-of-type { border-bottom:0; padding-bottom:0; }
.tour-faq summary { cursor:pointer; list-style:none; font-size:13px; font-weight:700; padding:4px 6px; border-radius:8px; transition:color .2s ease; }
.tour-faq summary::-webkit-details-marker { display:none; }
.tour-faq summary::before { content:"+"; display:inline-block; width:17px; color:var(--tour-clay); font-weight:800; }
.tour-faq details[open] summary::before { content:"–"; }
.tour-faq p { margin:9px 0 0 0; padding-right:17px; color:#6d7f78; font-size:12px; line-height:2; }

/* ——— کارت رزرو ——— */
.booking-card { position:sticky; top:88px; padding:18px; border:1px solid var(--tour-line); border-radius:16px; background:#fffdfa; box-shadow:0 16px 40px rgba(26,65,57,.1); }
.booking-price { padding-bottom:14px; margin-bottom:14px; border-bottom:1px solid var(--tour-line); }
.booking-price small { display:block; color:#7d8c86; font-size:10px; }
.booking-price b { font-family:var(--font-display,"Estedad",sans-serif); font-size:26px; color:#1b4f47; letter-spacing:-.02em; }
.booking-price b em { font-style:normal; font-size:12px; font-weight:600; color:#6b7d76; }
.booking-form { display:grid; gap:11px; }
.booking-field { display:grid; gap:5px; }
.booking-field > span { color:#5d726b; font-size:10px; font-weight:700; }
.booking-field input,.booking-field select,.booking-field textarea { width:100%; min-height:42px; padding:9px 11px; border:1px solid #d8ddd5; border-radius:10px; background:#fff; color:var(--tour-ink); font:inherit; font-size:12px; }
.booking-field textarea { min-height:66px; resize:vertical; }
.booking-field input:focus,.booking-field select:focus,.booking-field textarea:focus { outline:2px solid rgba(29,98,88,.35); outline-offset:1px; border-color:var(--tour-green); }
.booking-field input[aria-invalid="true"] { border-color:#c2603c; background:#fdf4f1; }
.booking-row { display:grid; grid-template-columns:1fr 1fr; gap:9px; }
.booking-plan { display:grid; grid-template-columns:1fr 1fr; gap:7px; }
.booking-plan label { position:relative; display:grid; gap:2px; padding:9px; border:1px solid #d8ddd5; border-radius:10px; background:#fff; cursor:pointer; text-align:center; transition:border-color .2s ease,background .2s ease; }
.booking-plan label:has(input:checked) { border-color:var(--tour-green); background:var(--tour-mint); box-shadow:inset 0 0 0 1px var(--tour-green); }
.booking-plan input { position:absolute; inset:0; width:100%; height:100%; margin:0; opacity:0; appearance:none; cursor:pointer; }
.booking-plan b { font-size:11px; }
.booking-plan small { color:#7d8c86; font-size:9px; }
.booking-total { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:11px 13px; border-radius:11px; background:var(--tour-mint); color:#1d5049; transition:background .3s ease, transform .3s ease; }
.booking-total small { font-size:10px; }
.booking-total b { font-family:var(--font-display,"Estedad",sans-serif); font-size:17px; }
.booking-submit { min-height:48px; border:0; border-radius:11px; background:var(--tour-clay); color:#fff; font:800 13px var(--font-ui,"Vazirmatn",sans-serif); transition:background .2s ease,transform .2s ease; position:relative; overflow:hidden; }
.booking-submit:hover:not(:disabled) { background:#bd5730; transform:translateY(-1px); }
.booking-submit:disabled { background:#9aa8a3; cursor:not-allowed; }
.booking-alt { display:grid; grid-template-columns:1fr 1fr; gap:7px; }
.booking-alt a { min-height:40px; display:grid; place-items:center; border:1px solid #d8ddd5; border-radius:10px; background:#fff; color:#22544c; font-size:11px; font-weight:700; }
.booking-alt a:hover { border-color:var(--tour-green); background:var(--tour-mint); }
.booking-note { margin:0; color:#7d8c86; font-size:9px; line-height:1.85; text-align:center; }
.booking-msg { margin:0; padding:11px 13px; border-radius:11px; font-size:11px; line-height:1.9; }
.booking-msg.ok { background:#e6f3ea; color:#1c5b3c; }
.booking-msg.error { background:#fbeee9; color:#9c4526; }
.booking-closed { padding:14px; border:1px dashed #c9b79c; border-radius:12px; background:#fdf8f0; color:#7d6a4c; font-size:11px; line-height:1.95; text-align:center; }

/* ——— بلوک مجری ——— */
.operator-block { display:grid; grid-template-columns:1.1fr .9fr; gap:20px; padding:22px; margin-top:14px; border:1px solid var(--tour-line); border-radius:16px; background:linear-gradient(150deg,#f2f7f2,#fffdfa); }
.operator-block h2 { margin:0 0 8px; font-family:var(--font-display,"Estedad",sans-serif); font-size:20px; }
.operator-block p { margin:0 0 6px; color:#63756f; font-size:11px; line-height:2; }
.operator-facts { display:grid; gap:7px; }
.operator-facts div { display:grid; grid-template-columns:78px 1fr; gap:8px; padding:7px 0; border-top:1px solid var(--tour-line); font-size:11px; }
.operator-facts small { color:#83918b; }
.operator-facts b { color:#22544c; font-weight:700; }
.operator-facts a:hover { text-decoration:underline; }

.tour-state-note { padding:13px 16px; margin:0 0 16px; border-right:3px solid var(--tour-clay); border-radius:0 11px 11px 0; background:#fdf4ee; color:#8a5636; font-size:11px; line-height:1.95; }

@media (max-width:980px) { .tour-grid { grid-template-columns:repeat(2,1fr); } .tour-layout { grid-template-columns:1fr; } .booking-card { position:static; } }
@media (max-width:700px) { .tour-columns { grid-template-columns:1fr; } .operator-block { grid-template-columns:1fr; } }
@media (max-width:560px) {
  .tour-grid { grid-template-columns:1fr; gap:11px; }
  .tour-trustbar { gap:6px 12px; font-size:10px; }
  .tour-hero-inner { padding:32px 0 20px; }
  .tour-hero .lead { font-size:12px; }
  .tour-facts { gap:1px; margin-top:16px; }
  .tour-facts div { padding:10px 11px; }
  .tour-facts b { font-size:11px; }
  .tour-block { padding:16px; }
  .tour-block > h2 { font-size:18px; }
  .tour-installment { grid-template-columns:1fr; }
  .tour-hotel { flex-direction:column; align-items:start; gap:5px; }
  .booking-card { padding:15px; }
}

/* ——— بخش تورها در صفحهٔ اصلی ——— */
.tours-teaser { padding:74px 0; background:linear-gradient(160deg,#f4f7f2,#fbf8f2); }
.tours-teaser-head { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:22px; }
.tours-teaser-head h2 { margin:6px 0 7px; font-family:var(--font-display,"Estedad",sans-serif); font-size:clamp(26px,3.2vw,38px); letter-spacing:-.035em; color:#173d38; }
.tours-teaser-head > div > p:last-child { max-width:520px; margin:0; color:#63756f; font-size:13px; line-height:1.95; }
.tours-teaser-head .tour-cta { flex:none; padding:11px 17px; font-size:12px; }
@media (max-width:700px) { .tours-teaser { padding:46px 0; } .tours-teaser-head { flex-direction:column; align-items:stretch; gap:14px; } .tours-teaser-head .tour-cta { text-align:center; } }

/* ——— نوار تورهای فعال داخل هیرو صفحهٔ اصلی ——— */
.hero-tours { display:flex; flex-wrap:wrap; align-items:center; gap:9px; max-width:760px; margin:22px 0 0; padding:11px 13px; border:1px solid rgba(255,255,255,.2); border-radius:15px; background:rgba(8,38,34,.42); backdrop-filter:blur(10px); }
.hero-tours-label { display:inline-flex; align-items:center; gap:7px; color:#f4d8a8; font-size:11px; font-weight:800; white-space:nowrap; }
.hero-tours-label::before { content:""; width:7px; height:7px; border-radius:50%; background:#e7794b; box-shadow:0 0 0 4px rgba(231,121,75,.24); }
.hero-tours-list { display:flex; flex-wrap:wrap; gap:7px; }
.hero-tours-list a { display:inline-flex; align-items:baseline; gap:7px; padding:6px 11px; border:1px solid rgba(255,255,255,.22); border-radius:999px; background:rgba(255,255,255,.08); color:#fff; font-size:11px; transition:background .2s ease,border-color .2s ease,transform .2s ease; }
.hero-tours-list a:hover { transform:translateY(-2px); border-color:rgba(244,216,168,.65); background:rgba(255,255,255,.16); }
.hero-tours-list b { font-weight:700; }
.hero-tours-list small { color:rgba(255,255,255,.72); font-size:9px; }
.hero-tours-list a.urgent { border-color:transparent; background:#e7794b; }
.hero-tours-list a.urgent small { color:rgba(255,255,255,.9); }
.hero-tours-all { margin-right:auto; color:#f4d8a8; font-size:11px; font-weight:800; white-space:nowrap; border-bottom:1px solid rgba(244,216,168,.45); }
.hero-tours-all:hover { color:#fff; border-bottom-color:#fff; }
@media (max-width:680px) {
  .hero-tours { gap:7px; margin-top:16px; padding:10px; border-radius:13px; }
  .hero-tours-label { font-size:10px; }
  .hero-tours-list { width:100%; flex-wrap:nowrap; overflow-x:auto; padding-bottom:2px; scrollbar-width:none; }
  .hero-tours-list::-webkit-scrollbar { display:none; }
  .hero-tours-list a { flex:none; }
  .hero-tours-all { margin-right:0; font-size:10px; }
}

.hub-page footer .footer-inner { flex-wrap:wrap; }
.hub-page footer .footer-links { width:100%; padding-top:12px; border-top:1px solid rgba(231,238,230,.12); }

/* ═══ حال‌وهوا و ریزتعامل‌ها ═══ */
.tour-mood { max-width:560px; margin:12px 0 0; padding-right:13px; border-right:2px solid var(--tour-clay); color:rgba(255,255,255,.9); font-size:12px; line-height:1.95; }

.will-reveal { opacity:0; transform:translateY(18px); animation:reveal-failsafe 0s linear 3s forwards; }
@keyframes reveal-failsafe { to { opacity:1; transform:none; } }
.will-reveal.is-in { opacity:1; transform:none; transition:opacity .55s cubic-bezier(.22,.61,.36,1), transform .55s cubic-bezier(.22,.61,.36,1); }

.tour-block:hover { border-color:rgba(29,98,88,.22); box-shadow:0 10px 30px rgba(26,65,57,.07); }
.tour-list li:hover { transform:translateX(-3px); }
.tour-hotel:hover { transform:translateX(-4px); border-color:#b6cfc4; background:#fff; }
.tour-steps li:hover::before { transform:scale(1.18); box-shadow:0 0 0 5px rgba(29,98,88,.14); }
.tour-faq details[open] { background:rgba(232,243,237,.42); }
.tour-faq summary:hover { color:var(--tour-clay); }
.tour-faq details[open] p { animation:qa-open .32s cubic-bezier(.22,.61,.36,1) both; }
@keyframes qa-open { from { opacity:0; transform:translateY(-5px); } to { opacity:1; transform:none; } }

.booking-total.pulse { animation:total-pulse .55s cubic-bezier(.22,.61,.36,1); }
@keyframes total-pulse { 0% { transform:scale(1); background:var(--tour-mint); } 38% { transform:scale(1.035); background:#d8ecdf; } 100% { transform:scale(1); background:var(--tour-mint); } }
.booking-submit:active:not(:disabled) { transform:translateY(1px) scale(.99); }
.tour-cta:active { transform:translateY(0) scale(.98); }
.tour-badge.state-urgent, .tour-badge.state-today { animation:badge-breathe 2.6s ease-in-out infinite; }
@keyframes badge-breathe { 0%,100% { box-shadow:0 0 0 0 rgba(231,121,75,.5); } 55% { box-shadow:0 0 0 7px rgba(231,121,75,0); } }

/* ═══ کارت راهنمای شهر ═══ */
.city-card { position:relative; display:grid; grid-template-columns:104px 1fr 34px; align-items:center; gap:15px; overflow:hidden; padding:14px; margin-bottom:14px; border:1px solid var(--tour-line); border-radius:16px; background:linear-gradient(135deg,#123b36,#1d5f54 62%,#256b5c); color:#fff; box-shadow:0 12px 30px rgba(18,59,54,.2); transition:transform .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s ease; }
.city-card::after { content:""; position:absolute; inset:0; background:radial-gradient(circle at 88% 12%, rgba(244,216,168,.2), transparent 46%); pointer-events:none; }
.city-card:hover { transform:translateY(-4px); box-shadow:0 20px 40px rgba(18,59,54,.3); }
.city-card-media { position:relative; aspect-ratio:1; overflow:hidden; border-radius:12px; box-shadow:0 6px 16px rgba(4,26,23,.34); }
.city-card-media img { width:100%; height:100%; object-fit:cover; transition:transform .5s cubic-bezier(.22,.61,.36,1); }
.city-card:hover .city-card-media img { transform:scale(1.09); }
.city-card-body { display:grid; gap:3px; }
.city-card-body small { color:#f4d8a8; font-size:10px; font-weight:800; letter-spacing:.02em; }
.city-card-body b { font-family:var(--font-display,"Estedad",sans-serif); font-size:19px; letter-spacing:-.02em; }
.city-card-note { color:rgba(255,255,255,.74); font-size:11px; line-height:1.85; }
.city-card-go { display:grid; place-items:center; width:34px; height:34px; border:1px solid rgba(255,255,255,.3); border-radius:50%; font-size:15px; transition:background .25s ease, transform .25s ease, border-color .25s ease; }
.city-card:hover .city-card-go { transform:translateX(-4px); border-color:transparent; background:var(--tour-clay); }
.tour-fineprint { margin:0 0 14px; padding:0 4px; color:#8b978f; font-size:10px; line-height:1.9; }

/* ═══ پرسش و پاسخ ═══ */
.qa-live-title { margin:18px 0 10px; color:#5d726b; font-size:11px; font-weight:800; }
.qa-item { padding:12px 13px; margin-bottom:9px; border:1px solid var(--tour-line); border-radius:13px; background:#f9faf6; transition:border-color .25s ease, transform .25s ease; }
.qa-item:hover { transform:translateX(-3px); border-color:#b6cfc4; }
.qa-q { display:flex; gap:8px; margin:0 0 7px; font-size:12px; font-weight:700; line-height:1.85; }
.qa-q span { flex:none; width:19px; height:19px; display:grid; place-items:center; border-radius:50%; background:var(--tour-clay); color:#fff; font-size:11px; font-weight:800; }
.qa-a { margin:0; padding-right:27px; color:#5c6f68; font-size:11.5px; line-height:1.95; }
.qa-a small { display:block; margin-top:5px; color:#8b978f; font-size:9px; }
.qa-form { padding:15px; margin-top:18px; border:1px dashed #c6d2c8; border-radius:14px; background:linear-gradient(150deg,#f3f8f4,#fffdfa); }
.qa-form-title { display:block; margin-bottom:11px; font-size:13px; }
.qa-row { display:grid; grid-template-columns:1fr 1fr; gap:9px; margin-bottom:9px; }
.qa-actions { display:flex; align-items:center; gap:11px; margin-top:11px; }
.qa-submit { min-height:42px; padding:0 22px; border:0; border-radius:10px; background:var(--tour-green); color:#fff; font:800 12px var(--font-ui,"Vazirmatn",sans-serif); transition:background .2s ease, transform .2s ease; }
.qa-submit:hover:not(:disabled) { background:#17544b; transform:translateY(-1px); }
.qa-submit:active:not(:disabled) { transform:translateY(0) scale(.98); }
.qa-submit:disabled { background:#9aa8a3; cursor:not-allowed; }
.qa-msg { margin:0; font-size:11px; line-height:1.8; }
.qa-msg.ok { color:#1c5b3c; }
.qa-msg.error { color:#9c4526; }

@media (max-width:560px) {
  .city-card { grid-template-columns:74px 1fr; gap:12px; padding:12px; }
  .city-card-go { display:none; }
  .city-card-body b { font-size:16px; }
  .qa-row { grid-template-columns:1fr; }
  .qa-actions { flex-direction:column; align-items:stretch; }
  .qa-submit { width:100%; }
}
@media (prefers-reduced-motion: reduce) {
  .will-reveal, .will-reveal.is-in { opacity:1; transform:none; transition:none; }
  .tour-hero img { transform:scale(1.12) !important; }
  *, *::before, *::after { animation-duration:.01ms !important; animation-iteration-count:1 !important; transition-duration:.01ms !important; }
}
.media-credit { margin:10px 0 0; color:rgba(255,255,255,.6); font-size:9.5px; }
.booking-price-note { display:block; margin-top:6px; color:#7d8c86; font-size:10px; line-height:1.8; }
.booking-seats { display:inline-block; margin-top:6px; padding:3px 8px; border-radius:999px; background:#fdf0e8; color:#b1522b; font-size:9.5px; font-weight:700; }
