:root {
    --ink: #172033;
    --muted: #6d7483;
    --paper: #f6f7f9;
    --white: #ffffff;
    --yellow: #ffb000;
    --yellow-dark: #e79600;
    --yellow-soft: #fff4d6;
    --orange: #ff7a00;
    --navy: #13233a;
    --navy-2: #203955;
    --blue: #1769e0;
    --teal: #087f76;
    --teal-2: #11a291;
    --health: #0c8f86;
    --health-dark: #075b59;
    --line: #e2e5ea;
    --danger: #c43d3d;
    --success: #138a5b;
    --shadow-sm: 0 8px 24px rgba(22, 31, 48, .08);
    --shadow: 0 20px 55px rgba(22, 31, 48, .13);
    --font-fa: "Vazirmatn", Tahoma, Arial, sans-serif;
    --font-ru: "Manrope", "Segoe UI", Arial, sans-serif;
}

/* ===== AvidTravel 2.7.0 multilingual page-title administration ===== */
.page-title-admin-grid {
    display: grid;
    grid-template-columns: minmax(210px, 280px) minmax(0, 1fr);
    gap: 22px;
    align-items: start;
}

.page-title-list {
    display: grid;
    gap: 8px;
    max-height: 72vh;
    overflow: auto;
}

.page-title-list .language-item {
    width: 100%;
    text-align: right;
}

.page-title-translation-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.page-title-language-editor {
    display: grid;
    gap: 10px;
    padding: 16px;
    border: 1px solid #dce5e8;
    border-radius: 16px;
    background: #f9fbfc;
}

.page-title-language-editor header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.page-title-language-editor header small { color: #73808a; }

@media (max-width: 900px) {
    .page-title-admin-grid,
    .page-title-translation-list { grid-template-columns: 1fr; }
    .page-title-list { max-height: 280px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-fa); line-height: 1.75; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; }
.page-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-frame { min-height: 100vh; }

/* Header */
.top-service-bar { background: #f1f2f4; border-bottom: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.top-service-bar .page-shell { min-height: 32px; display: flex; align-items: center; justify-content: space-between; }
.top-service-bar .page-shell > div { display: flex; align-items: center; gap: 18px; }
.top-service-bar a:hover { color: var(--orange); }
.site-header { min-height: 76px; display: flex; align-items: center; gap: 34px; padding: 0 max(24px, calc((100vw - 1180px) / 2)); background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); }
.alibaba-style-header { box-shadow: 0 3px 15px rgba(20, 27, 40, .04); }
.brand { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { width: 42px; height: 42px; }
.brand span { display: flex; flex-direction: column; line-height: 1.2; }
.brand strong { font-size: 19px; letter-spacing: -.3px; }
.brand small { font-size: 10px; color: var(--muted); }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 750; }
.main-nav a { padding: 27px 0 23px; border-bottom: 3px solid transparent; }
.main-nav a:hover, .main-nav a.active { color: var(--orange); border-bottom-color: var(--yellow); }
.header-actions { display: flex; align-items: center; gap: 8px; margin-right: auto; }
.header-actions form { margin: 0; }
.support-header-link, .account-header-button { min-height: 42px; border-radius: 11px; display: flex; align-items: center; gap: 7px; padding: 0 11px; font-size: 12px; font-weight: 750; }
.support-header-link:hover { background: #f4f5f7; }
.account-header-button { border: 1px solid var(--line); background: #fff; }
.account-header-button:hover { border-color: var(--yellow); background: var(--yellow-soft); }

/* Buttons and common */
.button { border: 0; border-radius: 10px; padding: 10px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 800; transition: .2s ease; }
.button.primary { background: linear-gradient(135deg, var(--orange), var(--yellow)); color: #221708; box-shadow: 0 8px 22px rgba(255, 157, 0, .24); }
.button.primary:hover { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(255, 157, 0, .30); }
.button.soft { background: #f0f2f5; color: #394254; border: 1px solid var(--line); }
.button.soft:hover { background: #e8ebef; }
.button.ghost { border: 1px solid var(--line); background: #fff; }
.button.text { background: transparent; color: var(--muted); padding-inline: 8px; }
.button.glass { background: rgba(255,255,255,.10); color: #fff; border: 1px solid rgba(255,255,255,.35); }
.button.light { background: #fff; color: var(--navy); }
.button.health-primary { background: linear-gradient(135deg, #15b7a5, #087f76); color: #fff; box-shadow: 0 10px 26px rgba(8, 127, 118, .28); }
.button.health-ghost { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.28); color: #fff; }
.button.large { padding: 14px 24px; }
.button.mini { padding: 7px 12px; border-radius: 8px; font-size: 11px; }
.button.full { width: 100%; }
.eyebrow { font-size: 10px; font-weight: 900; letter-spacing: 2px; color: #fff1be; }
.eyebrow.dark { color: var(--orange); }
.eyebrow.health-dark { color: var(--health); }
.section-block { padding-block: 70px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.section-heading h2 { font-size: clamp(27px, 3vw, 38px); line-height: 1.35; margin: 5px 0; }
.section-heading p { color: var(--muted); margin: 0; }
.section-heading > a { color: #b66500; font-size: 13px; font-weight: 800; white-space: nowrap; }
.centered-heading { justify-content: center; text-align: center; }

/* Home */
.home-market-hero { min-height: 430px; position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 15% 20%, rgba(255, 177, 0, .26), transparent 27%), linear-gradient(115deg, #14243c 0%, #203b59 58%, #0f5a63 100%); }
.home-hero-visual { position: absolute; left: max(10px, calc((100vw - 1180px) / 2)); top: 15px; width: min(560px, 48vw); opacity: .88; }
.home-hero-visual img { filter: drop-shadow(0 28px 35px rgba(0,0,0,.22)); }
.home-hero-content { min-height: 430px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; padding-left: 47%; }
.home-hero-content h1 { font-size: clamp(38px, 5vw, 64px); line-height: 1.3; margin: 13px 0; }
.home-hero-content h1 em { font-style: normal; color: #ffc84b; }
.home-hero-content p { color: #dbe5ed; font-size: 17px; max-width: 610px; }
.home-search-wrapper { position: relative; z-index: 5; margin-top: -58px; }
.home-search-card { background: #fff; border-radius: 18px; box-shadow: var(--shadow); overflow: hidden; }
.home-search-tabs { display: flex; border-bottom: 1px solid var(--line); padding: 0 22px; }
.home-search-tabs a { min-width: 150px; padding: 16px 14px 13px; text-align: center; font-weight: 800; color: var(--muted); border-bottom: 3px solid transparent; }
.home-search-tabs a span { margin-left: 6px; }
.home-search-tabs a.active { color: var(--ink); border-bottom-color: var(--yellow); }
.home-flight-search { display: grid; grid-template-columns: 1fr auto 1fr 1fr 1fr auto; gap: 0; align-items: stretch; padding: 18px; }
.home-flight-search label { min-height: 68px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; align-content: center; padding: 7px 17px; border: 1px solid var(--line); border-left: 0; }
.home-flight-search label:first-child { border-radius: 11px 0 0 11px; }
.home-flight-search label span { grid-column: 1 / 3; color: var(--muted); font-size: 10px; }
.home-flight-search label strong { font-size: 14px; }
.home-flight-search label small { color: var(--muted); font-size: 10px; }
.swap-button { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: #fff; display: grid; place-items: center; align-self: center; margin-inline: -7px; z-index: 2; color: var(--orange); font-weight: 900; }
.home-search-submit, .search-button { border-radius: 11px; margin-right: 12px; padding-inline: 34px; background: var(--yellow); color: #211707; font-weight: 900; }
.home-services-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 30px; }
.home-services-row a { display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 15px; transition: .2s; }
.home-services-row a:hover { border-color: #f2c264; transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.home-services-row a > span { grid-row: 1 / 3; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--yellow-soft); color: #b86800; font-size: 20px; }
.home-services-row strong { font-size: 13px; }
.home-services-row small { color: var(--muted); font-size: 10px; }
.home-section { padding-top: 65px; }
.home-flight-list { display: grid; gap: 12px; }
.home-flight-list article { display: grid; grid-template-columns: 1.1fr 1.7fr .9fr .85fr auto; align-items: center; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 16px 18px; transition: .2s; }
.home-flight-list article:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.home-flight-airline { display: flex; gap: 10px; align-items: center; }
.home-flight-airline > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 10px; background: var(--navy); color: #fff; font-weight: 900; }
.home-flight-airline div, .home-flight-date { display: flex; flex-direction: column; }
.home-flight-airline small, .home-flight-date small { color: var(--muted); font-size: 10px; }
.home-flight-route { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; text-align: center; }
.home-flight-route > div { display: flex; flex-direction: column; }
.home-flight-route strong { font-size: 19px; }
.home-flight-route span { color: var(--muted); font-size: 11px; }
.home-flight-route i { height: 1px; background: #ccd1d8; position: relative; }
.home-flight-route i b { position: absolute; left: 50%; top: -13px; transform: translateX(-50%); background: #fff; padding: 0 7px; font-style: normal; color: var(--orange); }
.home-tour-showcase { background: #fff; border-block: 1px solid var(--line); }
.health-home-feature { margin-block: 70px; min-height: 360px; display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; overflow: hidden; border-radius: 28px; padding: 45px 55px; color: #fff; background: radial-gradient(circle at 82% 15%, rgba(73, 236, 213, .24), transparent 32%), linear-gradient(120deg, #063c48, #0a746b); }
.health-home-feature h2 { font-size: 38px; line-height: 1.4; margin: 12px 0; }
.health-home-feature p { color: #d8f0ed; max-width: 650px; }
.health-home-feature img { max-height: 310px; margin: auto; }
.health-link { color: #fff; font-weight: 800; margin-right: 15px; }
.health-brand-pill { display: inline-flex; align-items: center; min-height: 30px; padding: 4px 12px; border-radius: 999px; background: rgba(93, 242, 218, .13); border: 1px solid rgba(148, 255, 237, .28); color: #9ff4e5; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.confidence-section { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 70px; }
.confidence-section > div { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 22px; display: grid; grid-template-columns: 40px 1fr; }
.confidence-section > div > span { grid-row: 1 / 3; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: #e8f7f1; color: var(--success); font-weight: 900; }
.confidence-section p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }

/* Generic pages and forms */
.page-hero { background: linear-gradient(120deg, #14243c, #20506a); color: #fff; padding: 80px 0; }
.page-hero.compact { padding: 52px 0; }
.page-hero h1 { font-size: 40px; margin: 7px 0; }
.page-hero p { color: #d7e2ea; }
.market-hero { color: #fff; background: linear-gradient(115deg, #14243c, #254763); padding: 55px 0 68px; }
.market-hero-copy h1 { font-size: 42px; margin: 10px 0; }
.market-hero-copy p { color: #d8e1e9; }
.market-search-card { margin-top: 30px; background: #fff; border-radius: 16px; color: var(--ink); box-shadow: var(--shadow); }
.market-search-tabs { height: 52px; display: flex; align-items: end; gap: 18px; border-bottom: 1px solid var(--line); padding: 0 18px; }
.market-search-tabs span, .market-search-tabs a { padding: 12px 7px 10px; font-size: 12px; font-weight: 800; color: var(--muted); border-bottom: 3px solid transparent; }
.market-search-tabs .active { color: var(--ink); border-bottom-color: var(--yellow); }
.flight-search-fields { display: grid; grid-template-columns: 1fr auto 1fr 1fr auto; align-items: center; gap: 0; padding: 18px; }
.flight-search-fields label { min-height: 64px; border: 1px solid var(--line); padding: 8px 14px; display: flex; flex-direction: column; justify-content: center; }
.flight-search-fields label span { font-size: 10px; color: var(--muted); }
.flight-search-fields input { border: 0; padding: 0; font-weight: 750; box-shadow: none; }
.flight-results-shell { padding-block: 34px 70px; }
.result-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.result-toolbar > div { display: flex; flex-direction: column; }
.result-toolbar span { color: var(--muted); font-size: 11px; }
.flight-results-layout { display: grid; grid-template-columns: 245px 1fr; gap: 18px; align-items: start; }
.filter-card, .form-card, .rich-card, .booking-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 21px; box-shadow: 0 8px 25px rgba(22,31,48,.04); }
.modern-filter { position: sticky; top: 96px; }
.filter-card h3 { margin: 0 0 18px; }
.filter-card label, .form-card label, .editor-card label, .settings-card label, .support-new-form label { display: flex; flex-direction: column; gap: 6px; margin-bottom: 14px; color: #4f5868; font-size: 11px; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid #d9dde3; background: #fff; border-radius: 9px; padding: 10px 12px; color: var(--ink); outline: none; }
input:focus, textarea:focus, select:focus { border-color: #e9a31c; box-shadow: 0 0 0 3px rgba(255, 176, 0, .12); }
input[readonly] { background: #f1f3f6; }
.check-row { flex-direction: row !important; align-items: center; gap: 8px !important; }
.check-row input { width: auto; }
.support-mini-card { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.support-mini-card p { color: var(--muted); font-size: 11px; }
.support-mini-card a { color: #b66a00; font-size: 12px; font-weight: 800; }
.flight-list { display: grid; gap: 13px; }
.marketplace-flight-card { background: #fff; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; transition: .2s; }
.marketplace-flight-card:hover { border-color: #f0c66f; box-shadow: var(--shadow-sm); }
.flight-card-head { min-height: 58px; display: flex; align-items: center; justify-content: space-between; padding: 10px 17px; border-bottom: 1px solid #eef0f3; }
.airline { display: flex; align-items: center; gap: 10px; }
.airline-logo { width: 40px; height: 40px; border-radius: 10px; background: var(--navy); color: #fff; display: grid; place-items: center; font-weight: 900; }
.airline > div { display: flex; flex-direction: column; }
.airline small { color: var(--muted); font-size: 10px; }
.flight-badges { display: flex; gap: 7px; }
.flight-badges span { background: #f1f3f6; border-radius: 999px; padding: 3px 8px; font-size: 9px; color: var(--muted); }
.flight-badges .success { background: #e8f7f1; color: var(--success); }
.flight-card-body { display: grid; grid-template-columns: 1.8fr .7fr .7fr; align-items: center; gap: 16px; padding: 18px; }
.route-time { display: grid; grid-template-columns: 1fr 1.2fr 1fr; text-align: center; align-items: center; gap: 8px; }
.route-time > div { display: flex; flex-direction: column; }
.route-time strong { font-size: 20px; }
.route-time span, .route-time small { color: var(--muted); font-size: 10px; }
.duration { align-items: center; }
.duration i { width: 100%; height: 1px; background: #cdd2da; position: relative; margin: 5px 0; }
.duration i::after { content: "✈"; position: absolute; left: 50%; top: -13px; transform: translateX(-50%); background: #fff; padding: 0 7px; color: var(--orange); }
.flight-capacity { display: flex; flex-direction: column; color: #b3481f; font-size: 11px; }
.flight-capacity small { color: var(--muted); }
.price-action { display: flex; flex-direction: column; align-items: stretch; gap: 9px; }
.money { display: flex; flex-direction: column; line-height: 1.25; }
.money strong { font-size: 18px; }
.money small { color: var(--muted); font-size: 10px; }
.result-empty { background: #fff; border: 1px solid var(--line); border-radius: 15px; }
.two-col, .three-col, .four-col { display: grid; gap: 12px; }
.two-col { grid-template-columns: repeat(2, 1fr); }
.three-col { grid-template-columns: repeat(3, 1fr); }
.four-col { grid-template-columns: repeat(4, 1fr); }
.success-message, .error-message, .info-message, .debt-alert { padding: 12px 14px; border-radius: 10px; margin: 12px 0; font-size: 12px; }
.success-message { background: #e7f8ef; color: #127344; }
.error-message { background: #fff0f0; color: var(--danger); }
.info-message { background: #edf6ff; color: #245d91; }
.debt-alert { background: #fff5e8; color: #8b4e0c; }
.debt-alert span { display: block; font-size: 20px; font-weight: 900; }
.empty-state { text-align: center; padding: 70px 20px; }
.empty-state.small { padding: 30px; }
.loading-card { background: #fff; padding: 30px; border-radius: 14px; }

/* Tours */
.tour-market-hero { min-height: 535px; color: #fff; background: radial-gradient(circle at 17% 22%, rgba(255, 180, 0, .23), transparent 27%), linear-gradient(120deg, #17263c, #1c4b58 68%, #0c746a); overflow: hidden; }
.tour-market-grid { min-height: 535px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.tour-market-grid h1 { font-size: clamp(42px, 5vw, 66px); line-height: 1.3; margin: 14px 0; }
.tour-market-grid p { color: #d9e7e8; font-size: 17px; }
.hero-actions { display: flex; gap: 12px; margin-top: 27px; }
.tour-hero-stack { position: relative; min-height: 390px; }
.tour-feature-card.main { height: 360px; border-radius: 30px; overflow: hidden; position: absolute; inset: 15px 30px; box-shadow: 0 30px 60px rgba(0,0,0,.25); transform: rotate(-2deg); }
.tour-feature-card.main img { width: 100%; height: 100%; object-fit: cover; }
.tour-feature-card.main::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(7,19,33,.86)); }
.tour-feature-card.main > div { position: absolute; right: 25px; bottom: 22px; z-index: 2; display: flex; flex-direction: column; }
.tour-feature-card.main span { width: max-content; background: var(--yellow); color: #251b0b; border-radius: 999px; padding: 4px 10px; font-size: 10px; font-weight: 900; }
.tour-feature-card.main strong { font-size: 23px; }
.tour-feature-card.main small { color: #e8eef2; }
.tour-feature-card.floating { position: absolute; z-index: 3; background: rgba(255,255,255,.96); color: var(--ink); border-radius: 15px; padding: 13px 17px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.tour-feature-card.floating strong { font-size: 12px; }
.tour-feature-card.floating span { color: var(--muted); font-size: 10px; }
.tour-feature-card.floating.top { left: 0; top: 25px; }
.tour-feature-card.floating.bottom { right: 0; bottom: 20px; }
.tour-service-nav { background: #fff; border-bottom: 1px solid var(--line); }
.tour-service-nav .page-shell { min-height: 105px; display: grid; grid-template-columns: repeat(4, 1fr); }
.tour-service-nav a { display: grid; grid-template-columns: 43px 1fr; align-content: center; padding: 18px; border-left: 1px solid var(--line); }
.tour-service-nav a:last-child { border-left: 0; }
.tour-service-nav a > span { grid-row: 1 / 3; width: 37px; height: 37px; border-radius: 10px; display: grid; place-items: center; background: var(--yellow-soft); color: #b76600; }
.tour-service-nav strong { font-size: 12px; }
.tour-service-nav small { color: var(--muted); font-size: 10px; }
.tour-heading { align-items: center; }
.pill-filter { display: flex; gap: 7px; flex-wrap: wrap; }
.pill-filter button { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 8px 16px; font-size: 11px; }
.pill-filter button.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.tour-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
.premium-tour-card { background: #fff; border: 1px solid var(--line); border-radius: 19px; overflow: hidden; transition: transform .28s, box-shadow .28s, border-color .28s; }
.premium-tour-card:hover { transform: translateY(-8px); box-shadow: 0 24px 45px rgba(25,34,48,.15); border-color: #efc474; }
.tour-image { display: block; height: 220px; position: relative; overflow: hidden; background: #dce9eb; }
.tour-image img { width: 100%; height: 100%; object-fit: cover; transition: .45s; }
.premium-tour-card:hover .tour-image img { transform: scale(1.055); }
.tour-card-location, .tour-card-featured { position: absolute; top: 13px; padding: 4px 9px; border-radius: 999px; font-size: 9px; font-weight: 900; }
.tour-card-location { right: 12px; background: rgba(20,31,47,.78); color: #fff; }
.tour-card-featured { left: 12px; background: var(--yellow); color: #2a1b04; }
.tour-body { padding: 17px; }
.tag-row { display: flex; gap: 6px; flex-wrap: wrap; }
.tag { background: #f0f2f5; color: #5d6573; border-radius: 999px; padding: 3px 8px; font-size: 9px; font-weight: 800; }
.tag.health { background: #e4f7f3; color: var(--health); }
.tour-body h3 { font-size: 18px; line-height: 1.45; margin: 11px 0 6px; }
.tour-body p { color: var(--muted); font-size: 11px; min-height: 43px; }
.tour-service-summary { display: flex; gap: 12px; color: #555f6d; font-size: 10px; margin-bottom: 10px; }
.card-meta { display: flex; justify-content: space-between; padding-top: 10px; border-top: 1px solid #edf0f3; color: var(--muted); font-size: 9px; }
.card-footer { display: flex; justify-content: space-between; align-items: end; margin-top: 13px; }
.tour-card-button { background: var(--yellow-soft); color: #a65e00; font-size: 10px; padding: 8px 11px; }
.custom-tour-section { padding: 70px 0; background: linear-gradient(135deg, #fff7df, #fff); border-block: 1px solid #f0ddb0; }
.custom-tour-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; align-items: center; }
.custom-tour-grid h2 { font-size: 38px; line-height: 1.4; margin: 10px 0; }
.custom-tour-grid p { color: var(--muted); }
.custom-tour-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.custom-tour-options article { background: #fff; border: 1px solid #ead9ac; border-radius: 14px; padding: 18px; display: flex; flex-direction: column; }
.custom-tour-options b { color: var(--orange); font-size: 22px; }
.custom-tour-options span { color: var(--muted); font-size: 11px; }
.service-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.service-feature-grid article { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 21px; }
.service-feature-grid article > span { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--yellow-soft); color: #a86000; font-size: 21px; }
.service-feature-grid h3 { font-size: 15px; }
.service-feature-grid p { color: var(--muted); font-size: 11px; }

/* Health tourism */
.health-premium-hero { min-height: 620px; color: #fff; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(38, 232, 202, .28), transparent 25%), radial-gradient(circle at 15% 82%, rgba(51, 146, 188, .25), transparent 23%), linear-gradient(120deg, #062f3c, #075b59 62%, #087f76); }
.health-premium-grid { min-height: 620px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 50px; align-items: center; }
.health-premium-copy h1 { font-size: clamp(43px, 5.2vw, 68px); line-height: 1.3; margin: 18px 0; }
.health-premium-copy h1 em { font-style: normal; color: #76f2de; }
.health-premium-copy p { color: #d9f0ed; font-size: 17px; max-width: 690px; }
.health-trust-row { display: flex; gap: 25px; margin-top: 35px; color: #d7efec; font-size: 10px; }
.health-trust-row span { display: flex; flex-direction: column; }
.health-trust-row b { color: #75f2de; font-size: 15px; }
.health-visual-stage { min-height: 490px; position: relative; display: grid; place-items: center; }
.health-visual-stage > img { width: 87%; z-index: 2; filter: drop-shadow(0 30px 45px rgba(0,0,0,.22)); }
.health-orbit { position: absolute; border: 1px solid rgba(139, 255, 236, .18); border-radius: 50%; }
.orbit-one { width: 390px; height: 390px; }
.orbit-two { width: 500px; height: 500px; }
.health-floating-card { position: absolute; z-index: 3; width: 210px; background: rgba(255,255,255,.96); color: var(--ink); border-radius: 16px; padding: 14px 16px; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.health-floating-card span { color: var(--health); font-size: 9px; font-weight: 900; }
.health-floating-card strong { font-size: 13px; }
.health-floating-card small { color: var(--muted); font-size: 9px; }
.health-floating-card.doctor { right: -10px; top: 45px; }
.health-floating-card.coordinator { left: -10px; bottom: 45px; }
.health-subnav { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 76px; z-index: 30; }
.health-subnav .page-shell { display: flex; justify-content: center; gap: 35px; overflow-x: auto; }
.health-subnav a { white-space: nowrap; padding: 16px 5px 13px; font-size: 11px; font-weight: 800; border-bottom: 3px solid transparent; }
.health-subnav a:hover { color: var(--health); border-bottom-color: var(--health); }
.specialty-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.specialty-grid article { background: #fff; border: 1px solid var(--line); border-radius: 17px; padding: 23px; transition: .2s; }
.specialty-grid article:hover { border-color: #70c8bc; transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.specialty-icon { width: 47px; height: 47px; display: grid; place-items: center; border-radius: 14px; background: #e5f8f4; color: var(--health); font-size: 22px; }
.specialty-grid h3 { margin-bottom: 5px; }
.specialty-grid p { margin: 0; color: var(--muted); font-size: 11px; }
.patient-journey-section { padding: 70px 0; background: #edf8f6; border-block: 1px solid #d8eeea; }
.patient-timeline { display: grid; gap: 0; }
.patient-timeline article { min-height: 104px; display: grid; grid-template-columns: 68px 1fr; align-items: start; position: relative; }
.patient-timeline article:not(:last-child)::after { content: ""; position: absolute; right: 25px; top: 52px; bottom: -8px; width: 2px; background: #a4d9d1; }
.patient-timeline b { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--health); color: #fff; z-index: 2; }
.patient-timeline div { background: #fff; border: 1px solid #dceae8; border-radius: 14px; padding: 14px 18px; }
.patient-timeline h3 { margin: 0; font-size: 15px; }
.patient-timeline p { color: var(--muted); font-size: 11px; margin: 3px 0; }
.health-vip-section { padding: 70px 0; color: #fff; background: radial-gradient(circle at 18% 25%, rgba(42, 220, 191, .21), transparent 25%), linear-gradient(120deg, #082d39, #075b59); }
.health-vip-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 45px; align-items: center; }
.health-vip-grid h2 { font-size: 40px; line-height: 1.4; }
.health-vip-grid p { color: #d9eeeb; }
.health-vip-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.health-vip-list article { min-height: 115px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); border-radius: 15px; padding: 18px; display: flex; flex-direction: column; }
.health-vip-list span { color: #cde5e2; font-size: 11px; }
.health-cta-card { margin-block: 55px 75px; background: #fff; border: 1px solid #cce8e4; border-right: 5px solid var(--health); border-radius: 18px; padding: 30px; display: flex; align-items: center; justify-content: space-between; box-shadow: var(--shadow-sm); }
.health-cta-card span { color: var(--health); font-weight: 900; font-size: 11px; }
.health-cta-card h2 { margin: 3px 0; }
.health-cta-card p { color: var(--muted); margin: 0; }

/* Account, tickets and support */
.account-hero { color: #fff; padding: 43px 0; background: linear-gradient(120deg, #17273f, #23566a); }
.modern-account-hero { background: radial-gradient(circle at 18% 35%, rgba(255,177,0,.18), transparent 24%), linear-gradient(120deg, #17243a, #254b63); }
.account-hero h1 { font-size: 38px; margin: 4px 0; }
.account-hero p { color: #d8e2e9; margin: 0; }
.account-hero-content { display: flex; align-items: center; justify-content: space-between; }
.loyalty-badge-large { min-width: 190px; border: 1px solid rgba(255,255,255,.22); border-radius: 16px; padding: 13px 18px; background: rgba(255,255,255,.08); display: flex; flex-direction: column; }
.loyalty-badge-large strong { color: #ffd470; font-size: 22px; }
.loyalty-badge-large small, .loyalty-badge-large span { color: #d8e1e8; font-size: 9px; }
.account-layout { display: grid; grid-template-columns: 225px 1fr; gap: 22px; padding-block: 38px 65px; align-items: start; }
.account-nav { background: #fff; border: 1px solid var(--line); border-radius: 15px; padding: 10px; display: flex; flex-direction: column; position: sticky; top: 97px; }
.account-nav-title { padding: 11px 11px 16px; border-bottom: 1px solid var(--line); margin-bottom: 7px; display: flex; flex-direction: column; }
.account-nav-title span { color: var(--muted); font-size: 9px; }
.account-nav-title strong { font-size: 12px; }
.account-nav a { padding: 10px 12px; border-radius: 9px; font-size: 11px; }
.account-nav a.active, .account-nav a:hover { background: var(--yellow-soft); color: #9c5a00; font-weight: 800; }
.account-content-stack { display: grid; gap: 18px; min-width: 0; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.metric-grid article { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 17px; display: flex; flex-direction: column; }
.metric-grid span { color: var(--muted); font-size: 10px; }
.metric-grid strong { font-size: 27px; }
.metric-grid small { color: var(--muted); font-size: 9px; }
.metric-grid article.warning { border-color: #efc982; background: #fffaf0; }
.account-metrics { grid-template-columns: repeat(3, 1fr); margin-bottom: 0; }
.account-dashboard-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.card-title { display: flex; align-items: center; justify-content: space-between; }
.card-title h2 { font-size: 18px; }
.card-title a { color: #a96200; font-size: 11px; font-weight: 800; }
.compact-trip-list { display: grid; }
.compact-trip-list a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; padding: 12px 0; border-bottom: 1px solid #edf0f3; }
.trip-icon { width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center; background: var(--yellow-soft); color: #9b5900; }
.compact-trip-list a > span:nth-child(2) { display: flex; flex-direction: column; }
.compact-trip-list small { color: var(--muted); font-size: 9px; }
.compact-trip-list em { color: var(--success); font-size: 9px; font-style: normal; }
.support-preview-hero { display: flex; gap: 12px; padding: 14px; border-radius: 12px; background: #f3f7fa; margin-bottom: 10px; }
.support-preview-hero > span { font-size: 27px; color: var(--teal); }
.support-preview-hero p { color: var(--muted); font-size: 10px; margin: 2px 0; }
.support-preview-row { display: flex; align-items: center; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #edf0f3; }
.support-preview-row > span { display: flex; flex-direction: column; }
.support-preview-row small { color: var(--muted); font-size: 9px; }
.support-preview-row em { color: var(--orange); font-size: 9px; font-style: normal; }
.account-section-head { display: flex; align-items: center; justify-content: space-between; }
.account-section-head h2 { margin: 0; }
.account-section-head span { color: var(--muted); font-size: 10px; }
.ticket-list { display: grid; gap: 13px; }
.ticket-card { min-height: 195px; display: grid; grid-template-columns: 6px 1fr 170px; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.ticket-card-accent { background: linear-gradient(var(--yellow), var(--orange)); }
.ticket-main { padding: 17px 20px; }
.ticket-main > header { display: flex; justify-content: space-between; align-items: start; }
.ticket-main > header > div { display: flex; flex-direction: column; }
.ticket-product-type { color: var(--muted); font-size: 9px; }
.ticket-route-row { display: grid; grid-template-columns: 1fr .8fr 1fr 1.1fr; align-items: center; gap: 13px; padding: 16px 0; }
.ticket-route-row > div { display: flex; flex-direction: column; }
.ticket-route-row small, .ticket-meta-row small { color: var(--muted); font-size: 9px; }
.ticket-route-line { display: flex !important; align-items: center; }
.ticket-route-line::before, .ticket-route-line::after { content: ""; height: 1px; flex: 1; background: #cfd4db; }
.ticket-route-line span { color: var(--orange); margin: 0 6px; }
.ticket-meta-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px dashed #d9dde3; padding-top: 10px; }
.ticket-meta-row span { display: flex; flex-direction: column; }
.ticket-actions { border-right: 1px dashed #d7dbe1; padding: 20px; display: flex; flex-direction: column; justify-content: center; gap: 9px; }
.status-chip { width: max-content; border-radius: 999px; padding: 4px 9px; background: #f0f2f5; color: var(--muted); font-size: 9px; font-weight: 800; }
.status-chip.issued { background: #e7f7ef; color: var(--success); }
.status-chip.cancelled { background: #fff0f0; color: var(--danger); }
.status-chip.pending { background: #fff4da; color: #a45d00; }
.ticket-details-layout { display: grid; grid-template-columns: 225px 1fr; gap: 23px; padding-block: 38px 65px; align-items: start; }
.electronic-ticket { background: #fff; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-sm); }
.electronic-ticket-head { min-height: 90px; display: flex; align-items: center; justify-content: space-between; padding: 20px 26px; color: #fff; background: linear-gradient(120deg, #17243b, #274f65); }
.electronic-ticket-head > div:last-child { display: flex; flex-direction: column; text-align: left; }
.ticket-brand small { color: #dce6ec; }
.electronic-ticket-route { display: grid; grid-template-columns: 1fr 1.3fr 1fr; align-items: center; padding: 30px 35px; background: #fffaf0; border-bottom: 1px dashed #d6d9de; }
.electronic-ticket-route > div { display: flex; flex-direction: column; }
.electronic-ticket-route > div:last-child { text-align: left; }
.electronic-ticket-route small { color: var(--muted); font-size: 9px; }
.electronic-ticket-route strong { font-size: 21px; }
.electronic-ticket-route span { color: var(--muted); font-size: 11px; }
.route-plane { align-items: center; text-align: center; }
.route-plane i { width: 100%; height: 1px; background: #c8ccd2; }
.route-plane > span { color: var(--orange); font-size: 22px; }
.electronic-ticket-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 25px 30px; }
.electronic-ticket-grid > div, .electronic-ticket-payment > div { display: flex; flex-direction: column; }
.electronic-ticket-grid small, .electronic-ticket-payment small { color: var(--muted); font-size: 9px; }
.electronic-ticket-payment { display: flex; justify-content: space-between; padding: 18px 30px; background: #f4f6f8; border-block: 1px solid var(--line); }
.electronic-ticket footer { display: flex; justify-content: space-between; align-items: center; padding: 20px 30px; }
.electronic-ticket footer p { color: var(--muted); font-size: 9px; max-width: 560px; }
.ticket-barcode { height: 40px; display: flex; gap: 3px; }
.ticket-barcode i { display: block; width: 3px; height: 100%; background: #182034; }
.ticket-barcode i:nth-child(2n) { width: 7px; }
.ticket-page-actions { display: flex; justify-content: end; gap: 10px; margin-top: 15px; }
.booking-layout { display: grid; grid-template-columns: 1fr 330px; gap: 22px; padding-block: 38px 65px; align-items: start; }
.sticky { position: sticky; top: 97px; }
.booking-step-title { display: flex; gap: 12px; align-items: center; margin-bottom: 20px; }
.booking-step-title > span { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--yellow); font-weight: 900; }
.booking-step-title h2, .booking-step-title p { margin: 0; }
.booking-step-title p { color: var(--muted); font-size: 10px; }
.modern-booking-summary { padding: 0; overflow: hidden; }
.modern-booking-summary > * { margin-inline: 20px; }
.booking-summary-label { display: block; margin: 0 !important; padding: 12px 20px; background: var(--navy); color: #fff; font-size: 10px; font-weight: 900; }
.summary-route { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 13px 0; }
.summary-route > div { display: flex; flex-direction: column; }
.summary-route > div:last-child { text-align: left; }
.summary-route small, .summary-date small { color: var(--muted); font-size: 9px; }
.summary-date { display: flex; flex-direction: column; padding-bottom: 13px; border-bottom: 1px dashed #d5d9df; }
.modern-booking-summary dl { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; font-size: 11px; }
.modern-booking-summary dd { margin: 0; text-align: left; font-weight: 800; }
.secure-order-note { display: flex; gap: 8px; align-items: start; padding: 12px; background: #edf8f4; border-radius: 10px; color: var(--success); }
.secure-order-note p { margin: 0; font-size: 9px; }
.modern-booking-summary > small { display: block; color: var(--muted); padding-bottom: 20px; }
.booking-success { display: grid; gap: 7px; }

/* Support workspace */
.support-workspace { min-height: 600px; display: grid; grid-template-columns: 320px 1fr; background: #fff; border: 1px solid var(--line); border-radius: 17px; overflow: hidden; }
.support-thread-list { border-left: 1px solid var(--line); min-width: 0; }
.support-thread-list > header { height: 67px; display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; border-bottom: 1px solid var(--line); }
.support-thread-list > header > div { display: flex; flex-direction: column; }
.support-thread-list header span { color: var(--muted); font-size: 9px; }
.support-new-button { width: 36px; height: 36px; border: 0; border-radius: 10px; background: var(--yellow); font-size: 20px; }
.support-thread-scroll { max-height: 650px; overflow: auto; }
.support-thread-item { width: 100%; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 9px; border: 0; border-bottom: 1px solid #edf0f3; background: #fff; padding: 13px; text-align: right; }
.support-thread-item:hover, .support-thread-item.active { background: #fff9e9; }
.thread-icon { width: 35px; height: 35px; border-radius: 10px; display: grid; place-items: center; background: #eef1f5; color: var(--navy); }
.thread-copy { min-width: 0; display: flex; flex-direction: column; }
.thread-copy strong, .thread-copy em { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.thread-copy strong { font-size: 11px; }
.thread-copy small { color: var(--muted); font-size: 8px; }
.thread-copy em { color: var(--muted); font-size: 9px; font-style: normal; }
.unread-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.support-list-empty { padding: 35px 15px; text-align: center; color: var(--muted); font-size: 10px; }
.support-chat-panel { min-width: 0; display: flex; flex-direction: column; }
.support-new-form { padding: 35px; max-width: 740px; }
.support-new-form h2 { margin: 5px 0; }
.support-new-form > p { color: var(--muted); }
.form-action-row { display: flex; gap: 9px; }
.support-chat-head { min-height: 68px; padding: 10px 18px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.support-chat-head > div:first-child { display: flex; flex-direction: column; }
.support-chat-head h2 { font-size: 16px; margin: 0; }
.support-chat-head span, .support-chat-head small { color: var(--muted); font-size: 9px; }
.support-status { width: max-content; background: #edf5f4; color: var(--teal) !important; border-radius: 999px; padding: 5px 10px; }
.support-messages { flex: 1; min-height: 390px; max-height: 510px; overflow: auto; padding: 22px; background: #f5f7f9; display: flex; flex-direction: column; gap: 12px; }
.support-message { width: min(72%, 600px); border-radius: 14px; padding: 11px 13px; box-shadow: 0 3px 10px rgba(20,29,44,.05); }
.support-message.traveler { align-self: flex-start; background: #fff4d6; border-bottom-right-radius: 3px; }
.support-message.agent { align-self: flex-end; background: #fff; border-bottom-left-radius: 3px; }
.support-message header { display: flex; justify-content: space-between; gap: 10px; }
.support-message header strong { font-size: 9px; }
.support-message time { color: var(--muted); font-size: 8px; }
.support-message p { margin: 5px 0 0; font-size: 11px; }
.support-reply-box { padding: 13px; border-top: 1px solid var(--line); background: #fff; }
.support-reply-box textarea { resize: vertical; }
.support-reply-box > div { display: flex; align-items: center; justify-content: space-between; margin-top: 7px; }
.support-reply-box span { color: var(--muted); font-size: 8px; }
.support-chat-empty { min-height: 520px; display: grid; place-items: center; align-content: center; text-align: center; }
.support-chat-empty > span { font-size: 55px; color: #c5cbd3; }
.support-chat-empty h2 { margin: 7px 0; }
.support-chat-empty p { color: var(--muted); }

/* Tour details, contact and auth */
.tour-detail-hero { height: 440px; position: relative; background: var(--navy); }
.tour-detail-hero > img { width: 100%; height: 100%; object-fit: cover; opacity: .44; }
.tour-detail-hero > .page-shell { position: absolute; inset: 0; display: flex; align-items: end; padding-bottom: 40px; }
.detail-overlay { color: #fff; }
.detail-overlay h1 { font-size: 46px; margin: 10px 0; }
.detail-layout { display: grid; grid-template-columns: 1fr 350px; gap: 24px; padding-block: 40px; }
.included-box { background: #edf8f5; border-right: 4px solid var(--health); padding: 14px; border-radius: 10px; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; padding-block: 45px; }
.contact-info { padding: 28px; }
.contact-info p { color: var(--muted); }
.contact-item { display: flex; flex-direction: column; border-bottom: 1px solid var(--line); padding: 13px 0; }
.auth-screen { min-height: 100vh; display: grid; grid-template-columns: 1.1fr .9fr; background: #fff; }
.auth-art { background: linear-gradient(140deg, #14243b, #205e64); color: #fff; position: relative; overflow: hidden; display: flex; align-items: end; padding: 55px; }
.auth-art img { position: absolute; width: 90%; inset: 5% auto auto 5%; opacity: .55; }
.auth-art > div { position: relative; z-index: 2; }
.auth-art h1 { font-size: 40px; max-width: 530px; }
.auth-panel { display: flex; flex-direction: column; justify-content: center; padding: 55px max(35px, 10vw); }
.auth-panel.single { max-width: 560px; width: 100%; margin: auto; }
.auth-form { margin-top: 40px; }
.auth-form h2 { font-size: 28px; margin-bottom: 4px; }
.auth-form > p { color: var(--muted); }
.demo-box { background: #f0f3f6; border: 1px dashed #bdc5ce; padding: 12px; border-radius: 10px; margin-top: 16px; font-size: 10px; direction: ltr; text-align: left; }
.admin-auth { background: radial-gradient(circle at 20% 20%, rgba(255,176,0,.15), transparent 30%), #142237; grid-template-columns: 1fr; }
.admin-auth .auth-panel { background: #fff; border-radius: 22px; box-shadow: var(--shadow); margin-block: 40px; }
.back-link { margin-top: 20px; color: var(--muted); font-size: 11px; }

/* Footer */
.modern-footer { color: #d8e0e8; background: #141f31; padding: 52px max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 40px; }
.modern-footer > div { display: flex; flex-direction: column; gap: 8px; }
.modern-footer > div > strong { color: #fff; margin-bottom: 7px; }
.modern-footer p, .modern-footer a, .modern-footer span { color: #aeb9c5; font-size: 11px; }
.modern-footer a:hover { color: #ffc448; }
.footer-brand .brand strong { color: #fff; }
.footer-brand p { max-width: 340px; }
.footer-bottom { background: #0e1726; color: #8794a2; font-size: 10px; }
.footer-bottom .page-shell { min-height: 42px; display: flex; align-items: center; justify-content: space-between; }

/* Admin */
.admin-frame { min-height: 100vh; display: grid; grid-template-columns: 255px 1fr; background: #eef1f5; direction: rtl; }
.admin-sidebar { background: #142238; color: #cbd4dd; padding: 18px 15px; display: flex; flex-direction: column; position: sticky; top: 0; height: 100vh; }
.admin-brand { display: flex; gap: 10px; align-items: center; color: #fff; padding: 5px 8px 22px; border-bottom: 1px solid rgba(255,255,255,.10); }
.admin-brand img { width: 38px; }
.admin-brand span { display: flex; flex-direction: column; font-weight: 900; }
.admin-brand small { font-size: 9px; color: #93a1af; }
.admin-sidebar nav { display: flex; flex-direction: column; gap: 3px; margin-top: 18px; }
.admin-sidebar nav a { padding: 9px 12px; border-radius: 8px; font-size: 11px; }
.admin-sidebar nav a.active, .admin-sidebar nav a:hover { background: rgba(255,176,0,.13); color: #ffd36c; }
.sidebar-footer { margin-top: auto; border-top: 1px solid rgba(255,255,255,.10); padding-top: 13px; display: flex; justify-content: space-between; font-size: 10px; }
.sidebar-footer form { margin: 0; }
.sidebar-footer button { background: none; border: 0; color: #cbd4dd; }
.admin-main { min-width: 0; }
.admin-topbar { height: 67px; background: #fff; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 26px; position: sticky; top: 0; z-index: 30; }
.admin-topbar > div { display: flex; flex-direction: column; }
.admin-topbar small { color: var(--muted); }
.status-dot { font-size: 10px; color: var(--success); }
.status-dot::before { content: ""; width: 7px; height: 7px; background: var(--success); display: inline-block; border-radius: 50%; margin-left: 7px; }
.admin-content { padding: 24px; }
.admin-page-head { display: flex; align-items: end; justify-content: space-between; margin-bottom: 18px; }
.admin-page-head span { color: var(--muted); font-size: 10px; }
.admin-page-head h1 { font-size: 27px; margin: 2px 0; }
.admin-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 17px; overflow: auto; }
.admin-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.admin-split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 15px; align-items: start; }
.list-card { padding: 0; }
table { width: 100%; border-collapse: collapse; font-size: 10px; }
th { text-align: right; color: var(--muted); font-weight: 800; padding: 9px; border-bottom: 1px solid var(--line); }
td { padding: 10px 9px; border-bottom: 1px solid #edf0f3; }
td small { display: block; color: var(--muted); }
.list-card tr.selected { background: #fff9e8; }
.icon-button { border: 0; background: #eef1f5; color: #35445a; padding: 5px 8px; border-radius: 7px; font-size: 9px; }
.editor-card h2 { margin-top: 0; }
.success-inline { color: var(--success); font-size: 10px; font-weight: 800; margin-right: 9px; }
.history-box { border-top: 1px solid var(--line); margin-top: 18px; padding-top: 14px; max-height: 230px; overflow: auto; }
.admin-tour-list { display: flex; flex-direction: column; }
.admin-tour-list button { display: flex; align-items: center; gap: 9px; border: 0; border-bottom: 1px solid var(--line); background: #fff; padding: 10px; text-align: right; }
.admin-tour-list button.selected { background: #fff9e8; }
.admin-tour-list img { width: 68px; height: 46px; object-fit: cover; border-radius: 8px; }
.admin-tour-list span { display: flex; flex-direction: column; }
.admin-tour-list small { color: var(--muted); }
.check-cluster { display: flex; gap: 16px; }
.message-list { display: grid; gap: 11px; }
.message-card header { display: flex; justify-content: space-between; }
.message-card header div { display: flex; flex-direction: column; }
.message-card header span, .message-card time { font-size: 9px; color: var(--muted); }
.message-card.unread { border-right: 4px solid var(--yellow); }
.message-card.read { opacity: .72; }
.loyalty-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-bottom: 18px; }
.loyalty-tier { border: 1px solid var(--line); border-radius: 13px; padding: 14px; }
.loyalty-tier > span { font-size: 18px; font-weight: 900; }
.loyalty-tier.silver { background: linear-gradient(145deg, #fff, #e8edf2); }
.loyalty-tier.gold { background: linear-gradient(145deg, #fff, #fff0bd); }
.loyalty-tier.vip { background: linear-gradient(145deg, #1e3048, #101b2c); color: #fff; }
.loyalty-tier.vip label { color: #d5e1eb; }
.settings-card { max-width: 800px; }
.admin-support-layout { display: grid; grid-template-columns: 350px 1fr; gap: 15px; min-height: 650px; }
.admin-support-list { padding: 0; }
.admin-support-filter { display: flex; gap: 6px; padding: 11px; border-bottom: 1px solid var(--line); }
.admin-support-filter button { border: 0; background: #eef1f5; border-radius: 999px; padding: 6px 11px; font-size: 9px; }
.admin-support-filter button.active { background: var(--navy); color: #fff; }
.admin-support-item { width: 100%; display: grid; grid-template-columns: 38px 1fr auto; gap: 9px; align-items: center; border: 0; border-bottom: 1px solid #edf0f3; background: #fff; padding: 12px; text-align: right; }
.admin-support-item.selected, .admin-support-item:hover { background: #fff9e8; }
.admin-support-item > span:nth-child(2) { display: flex; flex-direction: column; min-width: 0; }
.admin-support-item small, .admin-support-item em { color: var(--muted); font-size: 8px; font-style: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-support-item > i { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.admin-support-chat { padding: 0; display: flex; flex-direction: column; overflow: hidden; }
.admin-chat-actions { display: flex; align-items: center; gap: 8px; }
.admin-support-messages { max-height: 480px; }

@media (max-width: 1050px) {
    .main-nav { gap: 15px; }
    .home-flight-search { grid-template-columns: 1fr auto 1fr 1fr; }
    .home-flight-search label:nth-of-type(4) { display: none; }
    .home-search-submit { grid-column: auto; }
    .tour-grid { grid-template-columns: repeat(2, 1fr); }
    .flight-card-body { grid-template-columns: 1.7fr .7fr; }
    .flight-capacity { display: none; }
    .account-dashboard-grid, .admin-split, .admin-two-col { grid-template-columns: 1fr; }
    .metric-grid { grid-template-columns: repeat(2, 1fr); }
    .loyalty-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
    .top-service-bar { display: none; }
    .site-header { min-height: 66px; flex-wrap: wrap; padding: 10px 17px; gap: 12px; }
    .brand img { width: 35px; height: 35px; }
    .main-nav { order: 3; width: 100%; overflow-x: auto; }
    .main-nav a { white-space: nowrap; padding: 8px 0 6px; }
    .support-header-link { display: none; }
    .account-header-button b { display: none; }
    .home-market-hero { min-height: 390px; }
    .home-hero-visual { opacity: .30; width: 100%; left: -25%; }
    .home-hero-content { min-height: 390px; padding-left: 0; }
    .home-search-wrapper { margin-top: -35px; }
    .home-search-tabs a { min-width: 0; flex: 1; padding-inline: 4px; font-size: 10px; }
    .home-flight-search, .flight-search-fields { grid-template-columns: 1fr 1fr; gap: 9px; }
    .home-flight-search label, .flight-search-fields label { border: 1px solid var(--line); border-radius: 10px !important; }
    .home-flight-search .swap-button, .flight-search-fields .swap-button { display: none; }
    .home-search-submit, .search-button { margin: 0; min-height: 50px; }
    .home-services-row, .tour-service-nav .page-shell, .confidence-section { grid-template-columns: repeat(2, 1fr); }
    .home-flight-list article { grid-template-columns: 1fr 1.3fr; }
    .home-flight-date, .home-flight-list .money { display: none; }
    .home-flight-list .button { grid-column: 1 / 3; }
    .tour-market-grid, .health-premium-grid, .health-home-feature, .custom-tour-grid, .health-vip-grid { grid-template-columns: 1fr; }
    .tour-market-grid { padding-block: 50px; }
    .tour-hero-stack { display: none; }
    .health-visual-stage { min-height: 390px; }
    .tour-grid, .specialty-grid, .service-feature-grid { grid-template-columns: 1fr; }
    .custom-tour-options, .health-vip-list { grid-template-columns: 1fr; }
    .flight-results-layout, .account-layout, .ticket-details-layout, .booking-layout, .detail-layout, .contact-layout { grid-template-columns: 1fr; }
    .modern-filter, .account-nav, .sticky { position: static; }
    .account-nav { display: grid; grid-template-columns: repeat(2, 1fr); }
    .account-nav-title { grid-column: 1 / 3; }
    .flight-card-body { grid-template-columns: 1fr; }
    .price-action { flex-direction: row; justify-content: space-between; align-items: center; }
    .ticket-card { grid-template-columns: 5px 1fr; }
    .ticket-actions { grid-column: 1 / 3; border-right: 0; border-top: 1px dashed #d7dbe1; flex-direction: row; }
    .ticket-route-row { grid-template-columns: 1fr .7fr 1fr; }
    .ticket-route-row > div:last-child { grid-column: 1 / 4; }
    .ticket-meta-row { grid-template-columns: repeat(2, 1fr); gap: 10px; }
    .electronic-ticket-grid { grid-template-columns: repeat(2, 1fr); }
    .support-workspace, .admin-support-layout { grid-template-columns: 1fr; }
    .support-thread-list { border-left: 0; border-bottom: 1px solid var(--line); }
    .support-thread-scroll { max-height: 260px; }
    .support-message { width: 88%; }
    .modern-footer { grid-template-columns: 1fr 1fr; }
    .admin-frame { grid-template-columns: 1fr; }
    .admin-sidebar { position: static; height: auto; }
    .admin-sidebar nav { display: grid; grid-template-columns: repeat(2, 1fr); }
    .admin-content { padding: 13px; }
    .metric-grid, .account-metrics { grid-template-columns: 1fr; }
    .two-col, .three-col, .four-col { grid-template-columns: 1fr; }
    .health-subnav { top: 111px; }
}

@media print {
    .top-service-bar, .site-header, .site-footer, .footer-bottom, .ticket-page-hero, .account-nav, .ticket-page-actions { display: none !important; }
    body { background: #fff; }
    .ticket-details-layout { display: block; padding: 0; }
    .electronic-ticket { box-shadow: none; border-color: #999; }
}

/* --- Version 1.2.0 refinements --- */
.refined-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(16,24,40,.08); }
.refined-header .header-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; min-height: 82px; }
.merged-header-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: flex-end; }
.preference-group { display: flex; gap: 8px; }
.pref-chip { padding: 8px 12px; border-radius: 999px; background: #f3f4f6; color: #374151; text-decoration: none; font-size: .9rem; font-weight: 700; }
.pref-chip.active { background: #112b46; color: #fff; }
.header-meta { display: flex; gap: 10px; color: #475467; font-size: .86rem; }
.header-meta span { padding: 8px 12px; border: 1px solid #e4e7ec; border-radius: 999px; background: #fff; }
.soft-link { color: #112b46; font-weight: 700; text-decoration: none; }
.soft-link:hover { color: #0f766e; }

.slideshow-hero { position: relative; overflow: hidden; min-height: 560px; }
.hero-slideshow, .hero-slide, .hero-slide img, .slide-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide { opacity: 0; animation: heroFade 18s infinite; }
.hero-slide img { object-fit: cover; }
.hero-slide .slide-overlay { background: linear-gradient(90deg, rgba(9,15,28,.72), rgba(9,15,28,.38), rgba(9,15,28,.18)); }
.hero-slide.slide-1 { animation-delay: 0s; }
.hero-slide.slide-2 { animation-delay: 6s; }
.hero-slide.slide-3 { animation-delay: 12s; }
@keyframes heroFade { 0%, 30% { opacity: 1; } 33%, 100% { opacity: 0; } }
.enhanced-hero-content { position: relative; z-index: 2; min-height: 560px; display: flex; flex-direction: column; justify-content: center; color: #fff; }
.elevated-search-card { box-shadow: 0 26px 50px rgba(16,24,40,.12); border: 1px solid rgba(17,43,70,.08); }
.prominent-loyalty-showcase { margin: 36px auto 70px; padding: 28px 34px; border-radius: 28px; background: linear-gradient(135deg, #f8fbff, #eef7ff); display: grid; grid-template-columns: 1.25fr 1fr; gap: 24px; align-items: center; }
.loyalty-tier-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.loyalty-tier-cards article { padding: 20px; border-radius: 22px; background: #fff; border: 1px solid #d8e4f2; display: flex; flex-direction: column; gap: 8px; box-shadow: 0 12px 28px rgba(15,23,42,.06); }
.loyalty-tier-cards.compact article.active { border-color: #0f766e; box-shadow: 0 12px 28px rgba(15,118,110,.18); }

.health-anchor-nav { position: sticky; top: 82px; z-index: 20; background: #fff; border-bottom: 1px solid #e4e7ec; }
.health-anchor-nav .page-shell { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 14px; }
.health-anchor-nav a { padding: 10px 16px; border-radius: 999px; background: #eff6ff; color: #0f172a; text-decoration: none; font-weight: 700; }
.centered-heading { text-align: center; justify-content: center; }
.patient-journey-section { padding: 56px 0; background: linear-gradient(180deg,#f8fbfc 0%, #fff 100%); }
.patient-timeline { display: grid; gap: 16px; margin-top: 24px; }
.patient-timeline article { display: grid; grid-template-columns: 72px 1fr; gap: 18px; padding: 22px; border-radius: 24px; background: #fff; border: 1px solid #e4e7ec; box-shadow: 0 10px 28px rgba(16,24,40,.06); }
.patient-timeline b { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 20px; background: #112b46; color: #fff; font-size: 1.25rem; }
.health-vip-section { padding: 62px 0; background: #12263e; color: #fff; }
.health-vip-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 24px; align-items: start; }
.health-vip-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.health-vip-list article { padding: 20px; border-radius: 22px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; gap: 8px; }
.health-cta-card { margin: 56px auto 80px; padding: 28px 32px; border-radius: 28px; background: linear-gradient(135deg,#dff8f6,#f4fbff); display: flex; justify-content: space-between; align-items: center; gap: 20px; }

.tour-service-nav .page-shell { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-block: 24px 40px; }
.tour-service-nav a { display: flex; flex-direction: column; gap: 7px; padding: 22px; border-radius: 24px; text-decoration: none; color: #0f172a; background: #fff; border: 1px solid #e4e7ec; box-shadow: 0 12px 24px rgba(16,24,40,.06); }
.custom-tour-section { padding: 56px 0; background: linear-gradient(180deg, #fff, #f8fbff); }
.custom-tour-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; align-items: start; }
.custom-tour-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.custom-tour-options article { padding: 22px; border-radius: 24px; background: #fff; border: 1px solid #e4e7ec; display: flex; flex-direction: column; gap: 8px; }
.custom-tour-options b { color: #0f766e; font-size: 1.2rem; }

.account-shortcuts { grid-template-columns: repeat(4,1fr); }
.quick-actions-panel { padding: 24px; }
.spotlight-card { padding: 26px; }
.emphasized-loyalty { background: linear-gradient(135deg,#f5fbff,#ecfdf7); }
.profile-list-item { width: 100%; text-align: right; padding: 16px; margin-bottom: 10px; border: 1px solid #dde4ee; background: #fff; border-radius: 18px; }
.profile-list-item.selected { border-color: #0f766e; box-shadow: 0 12px 24px rgba(15,118,110,.15); }
.profiles-manager-grid { grid-template-columns: .7fr 1.3fr; }
.payment-table table { width: 100%; border-collapse: collapse; }
.payment-table th, .payment-table td { padding: 14px 12px; border-bottom: 1px solid #eaecf0; text-align: right; }
.cancel-request-card { display: grid; gap: 12px; padding: 18px; border-radius: 22px; border: 1px solid #f3d0d0; background: #fff7f7; }
.column-actions { display: grid; gap: 16px; }

.designer-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; align-items: start; padding-block: 34px 70px; }
.designer-copy ul { margin: 18px 0 0; padding-inline-start: 18px; display: grid; gap: 10px; }
.designer-form { display: grid; gap: 16px; }
.success-message { margin-top: 12px; padding: 16px 18px; border-radius: 18px; background: #ecfdf3; border: 1px solid #abefc6; display: flex; flex-direction: column; gap: 7px; }
.info-message { margin-top: 10px; padding: 14px 16px; border-radius: 16px; background: #f0f9ff; border: 1px solid #b9e6fe; color: #0c4a6e; }
.error-message { margin-top: 8px; padding: 14px 16px; border-radius: 16px; background: #fef2f2; border: 1px solid #fecaca; color: #991b1b; }
.debt-alert { padding: 18px; border-radius: 18px; background: #fff8eb; border: 1px solid #f6d28a; display: grid; gap: 6px; }
.account-section-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.inline-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.standalone-account-page { padding-block: 30px 70px; }

.extended-settings-card { display: grid; gap: 18px; }
.section-splitter { display: grid; gap: 6px; padding-top: 12px; border-top: 1px solid #e4e7ec; }
.language-admin-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 16px; }
.language-list { display: grid; gap: 10px; }
.language-item { padding: 14px 16px; text-align: right; border-radius: 16px; border: 1px solid #dde4ee; background: #fff; }
.language-item.selected { border-color: #0f766e; }
.language-editor { display: grid; gap: 12px; padding: 16px; border-radius: 18px; background: #f8fafc; border: 1px solid #e4e7ec; }

@media (max-width: 1100px) {
    .refined-header .header-inner, .prominent-loyalty-showcase, .health-vip-grid, .designer-layout, .custom-tour-grid, .profiles-manager-grid, .language-admin-grid { grid-template-columns: 1fr; }
    .tour-service-nav .page-shell, .loyalty-tier-cards, .account-shortcuts { grid-template-columns: repeat(2,1fr); }
    .header-meta { width: 100%; flex-wrap: wrap; }
}
@media (max-width: 820px) {
    .refined-header .header-inner { grid-template-columns: 1fr; }
    .merged-header-actions { justify-content: flex-start; }
    .tour-service-nav .page-shell, .custom-tour-options, .health-vip-list, .account-shortcuts, .loyalty-tier-cards { grid-template-columns: 1fr; }
    .health-anchor-nav { top: 0; }
    .health-cta-card { flex-direction: column; align-items: flex-start; }
    .slideshow-hero, .enhanced-hero-content { min-height: 480px; }
}

/* --- Version 1.3.0 visual system --- */
html.lang-fa body,
.lang-fa { font-family: var(--font-fa); }
html.lang-ru body,
.lang-ru { font-family: var(--font-ru); }
html[dir="ltr"] body { text-align: left; }
html[dir="rtl"] body { text-align: right; }
html[dir="ltr"] .main-nav,
html[dir="ltr"] .header-actions,
html[dir="ltr"] .footer-content,
html[dir="ltr"] .result-toolbar,
html[dir="ltr"] .section-heading { direction: ltr; }
html[dir="ltr"] .account-nav,
html[dir="ltr"] .form-card,
html[dir="ltr"] .booking-card,
html[dir="ltr"] .filter-card,
html[dir="ltr"] .support-workspace { text-align: left; }
html[dir="ltr"] .payment-table th,
html[dir="ltr"] .payment-table td { text-align: left; }

.refined-header { padding: 0; min-height: 84px; }
.refined-header .header-inner { grid-template-columns: auto minmax(450px, 1fr) auto; min-height: 84px; }
.refined-header .main-nav { justify-content: center; gap: 22px; }
.refined-header .main-nav a { font-size: 12px; padding-block: 29px 25px; }
.merged-header-actions { flex-wrap: nowrap; gap: 9px; }
.language-combobox { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 8px 0 11px; border: 1px solid #dfe4ea; border-radius: 12px; background: #fff; box-shadow: 0 6px 16px rgba(16,24,40,.04); }
.language-combobox select { min-width: 114px; border: 0; outline: 0; background: transparent; color: #172033; font-weight: 750; cursor: pointer; }
.language-globe { color: #0f766e; font-weight: 900; }
.header-action-button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 15px; border-radius: 12px; font-size: 12px; font-weight: 850; transition: .2s ease; white-space: nowrap; }
.header-action-button.login-button { color: #15243a; border: 1px solid #dfe4ea; background: #fff; }
.header-action-button.login-button:hover { border-color: #f3b64d; background: #fff9e9; transform: translateY(-1px); }
.header-action-button.support-button { color: #fff; background: linear-gradient(135deg,#087f76,#11a291); box-shadow: 0 9px 20px rgba(8,127,118,.2); }
.header-action-button.support-button:hover { transform: translateY(-2px); box-shadow: 0 13px 26px rgba(8,127,118,.28); }

/* Images and slideshows */
.hero-slideshow { pointer-events: none; }
.hero-slide img { object-position: center; }
.home-slideshow .hero-slide { animation: homeHeroFade 48s infinite; }
.home-slideshow .hero-slide:nth-child(1) { animation-delay: 0s; }
.home-slideshow .hero-slide:nth-child(2) { animation-delay: 6s; }
.home-slideshow .hero-slide:nth-child(3) { animation-delay: 12s; }
.home-slideshow .hero-slide:nth-child(4) { animation-delay: 18s; }
.home-slideshow .hero-slide:nth-child(5) { animation-delay: 24s; }
.home-slideshow .hero-slide:nth-child(6) { animation-delay: 30s; }
.home-slideshow .hero-slide:nth-child(7) { animation-delay: 36s; }
.home-slideshow .hero-slide:nth-child(8) { animation-delay: 42s; }
@keyframes homeHeroFade { 0%, 10.5% { opacity: 1; } 12.5%, 98% { opacity: 0; } 100% { opacity: 1; } }
.home-hero-slideshow .slide-overlay { background: linear-gradient(90deg, rgba(8,19,31,.82) 0%, rgba(8,19,31,.55) 42%, rgba(8,19,31,.15) 76%, rgba(8,19,31,.05) 100%); }
html[dir="ltr"] .home-hero-slideshow .slide-overlay { background: linear-gradient(270deg, rgba(8,19,31,.82) 0%, rgba(8,19,31,.55) 42%, rgba(8,19,31,.15) 76%, rgba(8,19,31,.05) 100%); }
.home-hero-slideshow .enhanced-hero-content { padding-inline-end: 47%; }
html[dir="ltr"] .home-hero-slideshow .enhanced-hero-content { padding-inline-start: 47%; padding-inline-end: 0; }

.page-visual-hero { position: relative; overflow: hidden; min-height: 570px; color: #fff; background: #12263e; }
.page-visual-hero .hero-slideshow,
.page-visual-hero .hero-slide,
.page-visual-hero .hero-slide img,
.page-visual-hero .slide-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.page-visual-hero .hero-slide { opacity: 0; animation: sectionHeroFade 24s infinite; }
.page-visual-hero .hero-slide:nth-child(1) { animation-delay: 0s; }
.page-visual-hero .hero-slide:nth-child(2) { animation-delay: 6s; }
.page-visual-hero .hero-slide:nth-child(3) { animation-delay: 12s; }
.page-visual-hero .hero-slide:nth-child(4) { animation-delay: 18s; }
.page-visual-hero .hero-slide img { object-fit: cover; }
.page-visual-hero .slide-overlay { background: linear-gradient(90deg, rgba(7,22,36,.85), rgba(7,22,36,.52) 46%, rgba(7,22,36,.14)); }
html[dir="ltr"] .page-visual-hero .slide-overlay { background: linear-gradient(270deg, rgba(7,22,36,.85), rgba(7,22,36,.52) 46%, rgba(7,22,36,.14)); }
@keyframes sectionHeroFade { 0%, 20% { opacity: 1; } 25%, 95% { opacity: 0; } 100% { opacity: 1; } }
.health-hero-content-layer,
.tour-hero-content-layer { position: relative; z-index: 3; min-height: 570px; align-items: center; }
.health-page-hero .health-hero-copy,
.tour-page-hero .tour-market-grid > div:first-child { max-width: 720px; padding-block: 70px; }
.health-page-hero .health-hero-copy p,
.tour-page-hero .tour-market-grid p { color: rgba(255,255,255,.9); text-shadow: 0 2px 15px rgba(0,0,0,.32); }
.glass-hero-panels article,
.tour-hero-highlight-card { backdrop-filter: blur(14px); background: rgba(8,34,43,.58); border: 1px solid rgba(255,255,255,.24); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.tour-page-hero .tour-market-grid { min-height: 570px; }
.tour-hero-highlight-card { align-self: center; max-width: 360px; padding: 26px; border-radius: 24px; display: flex; flex-direction: column; gap: 12px; }
.tour-hero-highlight-card span { color: #ffd273; font-weight: 900; font-size: 11px; }
.tour-hero-highlight-card strong { font-size: 19px; line-height: 1.8; }
.tour-hero-highlight-card a { color: #fff; font-weight: 850; }

/* Professional loyalty club */
.loyalty-pro-section { margin-block: 70px 80px; padding: 38px; border-radius: 32px; position: relative; overflow: hidden; color: #172033; background: linear-gradient(145deg,#f8fbff,#fff9ec); border: 1px solid #e5e8ee; box-shadow: 0 24px 65px rgba(21,36,58,.1); }
.loyalty-pro-section::before { content: ""; position: absolute; width: 320px; height: 320px; border-radius: 50%; inset-inline-end: -120px; top: -160px; background: radial-gradient(circle,rgba(255,184,44,.28),transparent 70%); }
.loyalty-pro-header { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 30px; }
.loyalty-pro-header h2 { font-size: clamp(28px,3vw,40px); margin: 6px 0; }
.loyalty-pro-header p { max-width: 760px; color: #667085; margin: 0; }
.loyalty-roadmap { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; position: relative; z-index: 1; }
.loyalty-roadmap article { min-height: 260px; padding: 22px; border-radius: 24px; background: rgba(255,255,255,.9); border: 1px solid #e4e7ec; display: flex; flex-direction: column; gap: 8px; position: relative; overflow: hidden; }
.loyalty-roadmap article::after { content: ""; position: absolute; inset: auto -25px -45px auto; width: 120px; height: 120px; border-radius: 50%; background: rgba(17,24,39,.04); }
.loyalty-roadmap article.silver { background: linear-gradient(145deg,#fff,#edf1f5); }
.loyalty-roadmap article.gold { background: linear-gradient(145deg,#fffdf5,#ffe9a6); border-color: #f4cf64; }
.loyalty-roadmap article.vip { color: #fff; background: linear-gradient(145deg,#1d3049,#0b1728); border-color: #2b405c; }
.tier-medal { width: 52px; height: 52px; border-radius: 17px; display: grid; place-items: center; background: #edf2f7; font-weight: 950; font-size: 20px; }
.gold .tier-medal { background: #ffd870; }
.vip .tier-medal { background: linear-gradient(135deg,#ffd66a,#f5a623); color: #1b2535; }
.tier-name { font-weight: 900; letter-spacing: .5px; }
.loyalty-roadmap article > strong { font-size: 34px; line-height: 1; }
.loyalty-roadmap article > small { color: #667085; min-height: 38px; }
.loyalty-roadmap article.vip > small { color: #c9d3df; }
.loyalty-roadmap ul { margin: auto 0 0; padding-inline-start: 19px; display: grid; gap: 7px; font-size: 11px; }
.loyalty-benefit-bar { margin-top: 18px; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; position: relative; z-index: 1; }
.loyalty-benefit-bar span { padding: 13px 15px; border-radius: 15px; background: rgba(255,255,255,.75); border: 1px solid #e4e7ec; font-size: 11px; font-weight: 700; }
.loyalty-benefit-bar b { color: #0f8a65; margin-inline-end: 8px; }
.account-loyalty-pro { padding: 25px; display: grid; gap: 20px; background: linear-gradient(145deg,#f7fbff,#fffaf0); }
.account-loyalty-summary { display: grid; grid-template-columns: 190px 1fr; gap: 24px; align-items: center; }
.current-tier-orb { aspect-ratio: 1; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: radial-gradient(circle at 35% 25%,#397398,#112b46 68%); box-shadow: 0 18px 40px rgba(17,43,70,.25); }
.current-tier-orb small { opacity: .75; }
.current-tier-orb strong { font-size: 25px; }
.current-tier-orb span { color: #ffd36c; font-weight: 850; }
.account-loyalty-copy h2 { margin: 5px 0; }
.account-loyalty-copy p { color: #667085; }
.loyalty-progress-label { display: flex; justify-content: space-between; font-size: 11px; }
.loyalty-progress { height: 10px; border-radius: 99px; background: #e5eaf0; overflow: hidden; margin-block: 7px; }
.loyalty-progress i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#0f766e,#ffb000); }
.account-tier-comparison { display: grid; grid-template-columns: repeat(4,1fr); gap: 11px; }
.account-tier-comparison article { padding: 15px; border-radius: 17px; border: 1px solid #e4e7ec; background: #fff; display: flex; flex-direction: column; gap: 5px; }
.account-tier-comparison article.active { border-color: #ffb000; box-shadow: 0 9px 24px rgba(255,176,0,.18); }
.account-tier-comparison strong { font-size: 21px; }
.account-tier-comparison span { color: #667085; font-size: 10px; }

/* Flights sorting and route visibility */
.advanced-result-toolbar { align-items: center; }
.result-sort-group { display: flex; align-items: end; gap: 12px; }
.result-sort-group label { display: flex; flex-direction: column; gap: 5px; color: #667085; font-size: 10px; }
.result-sort-group select { min-width: 190px; height: 42px; padding-inline: 12px; border: 1px solid #dfe4ea; border-radius: 11px; background: #fff; color: #172033; }
.improved-route-time { grid-template-columns: minmax(115px,1fr) minmax(190px,1.25fr) minmax(115px,1fr); gap: 14px; }
.route-point strong { font-size: 22px; line-height: 1.2; }
.route-point span { min-height: 27px; display: flex; align-items: center; justify-content: center; }
.improved-duration { display: grid !important; grid-template-rows: auto 26px auto; align-items: center; min-width: 170px; }
.improved-duration > small { position: relative; z-index: 2; min-height: 22px; line-height: 1.3; color: #475467; font-size: 10px; }
.flight-path-line { height: 1px; background: #cdd4dd; position: relative; margin-inline: 6px; }
.flight-path-line span { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 34px; height: 25px; display: grid; place-items: center; background: #fff; color: #ff7a00; font-size: 17px; line-height: 1; }
.improved-duration em { font-style: normal; color: #667085; font-size: 10px; }

/* Health timeline: remove old incomplete line */
.patient-timeline article::after,
.patient-timeline article:not(:last-child)::after { content: none !important; display: none !important; }

/* Contact and Google Maps */
.contact-page-hero { background: linear-gradient(120deg,#112b46,#0b756e); color: #fff; }
.contact-page-hero p { color: rgba(255,255,255,.78); }
.contact-office-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; padding-block: 42px 20px; }
.office-contact-card { overflow: hidden; border-radius: 26px; background: #fff; border: 1px solid #e4e7ec; box-shadow: 0 18px 45px rgba(16,24,40,.09); }
.office-card-head { display: flex; align-items: center; gap: 13px; padding: 22px 24px 10px; }
.office-card-head > span { font-size: 34px; }
.office-card-head small { color: #667085; }
.office-card-head h2 { margin: 1px 0; }
.office-contact-card dl { padding: 0 24px 18px; margin: 0; display: grid; gap: 9px; }
.office-contact-card dl div { display: grid; grid-template-columns: 85px 1fr; gap: 12px; }
.office-contact-card dt { color: #667085; font-size: 10px; }
.office-contact-card dd { margin: 0; font-weight: 700; }
.map-frame { height: 310px; border-top: 1px solid #e4e7ec; }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.enhanced-contact-layout { padding-block: 25px 75px; }
.contact-service-info { padding: 26px; border-radius: 24px; background: linear-gradient(145deg,#f8fbff,#edf8f6); border: 1px solid #e4e7ec; }
.contact-service-info .contact-item { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; padding-block: 12px; border-bottom: 1px solid rgba(17,43,70,.08); }
.contact-form-card { box-shadow: 0 18px 45px rgba(16,24,40,.08); }

/* Restored soft footer */
.restored-footer { position: relative; overflow: hidden; color: #24364b; background: #f4f8fb; border-top: 1px solid #dde8ef; padding: 58px 0 0; }
.footer-soft-background { position: absolute; inset: 0 0 48px; opacity: .13; background: linear-gradient(90deg,rgba(244,248,251,.95),rgba(244,248,251,.72)), url('/images/headers/home/home-06.webp') center/cover no-repeat; filter: saturate(.65); }
.footer-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1.45fr repeat(3,1fr); gap: 36px; padding-bottom: 42px; }
.footer-brand-column p { max-width: 360px; color: #607085; font-size: 11px; }
.footer-brand-logo strong { color: #112b46; }
.footer-social-row { display: flex; gap: 8px; margin-top: 16px; }
.footer-social-row span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: #18344f; font-size: 11px; }
.footer-link-column { display: flex; flex-direction: column; gap: 9px; }
.footer-link-column > strong { margin-bottom: 7px; color: #112b46; }
.footer-link-column a,
.footer-link-column span { color: #607085; font-size: 10.5px; overflow-wrap: anywhere; }
.footer-link-column a:hover { color: #0f766e; }
.restored-footer-bottom { position: relative; z-index: 1; color: #738196; background: rgba(226,236,242,.72); border-top: 1px solid #d6e2e9; }
.restored-footer-bottom .page-shell { min-height: 48px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.footer-preferences-mini { display: flex; gap: 14px; font-size: 8.5px; opacity: .85; }
.footer-preferences-mini small { font-size: 8.5px; }
.footer-preferences-mini b { color: #334155; }

@media (max-width: 1180px) {
    .refined-header .header-inner { grid-template-columns: auto 1fr; padding-block: 10px; }
    .refined-header .main-nav { grid-column: 1 / 3; order: 3; justify-content: flex-start; overflow-x: auto; }
    .merged-header-actions { justify-self: end; }
    .footer-content { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
    .home-hero-slideshow .enhanced-hero-content,
    html[dir="ltr"] .home-hero-slideshow .enhanced-hero-content { padding-inline: 0; }
    .loyalty-roadmap,
    .account-tier-comparison { grid-template-columns: repeat(2,1fr); }
    .loyalty-benefit-bar { grid-template-columns: 1fr; }
    .account-loyalty-summary { grid-template-columns: 150px 1fr; }
    .contact-office-grid { grid-template-columns: 1fr; }
    .improved-route-time { grid-template-columns: 1fr minmax(150px,1fr) 1fr; }
}
@media (max-width: 720px) {
    .refined-header .header-inner { grid-template-columns: 1fr; }
    .refined-header .main-nav { grid-column: 1; }
    .merged-header-actions { justify-self: stretch; justify-content: flex-start; flex-wrap: wrap; }
    .language-combobox { flex: 1; }
    .header-action-button { flex: 1; }
    .loyalty-pro-section { padding: 24px 18px; }
    .loyalty-pro-header { align-items: flex-start; flex-direction: column; }
    .loyalty-roadmap,
    .account-tier-comparison { grid-template-columns: 1fr; }
    .account-loyalty-summary { grid-template-columns: 1fr; }
    .current-tier-orb { width: 150px; justify-self: center; }
    .footer-content { grid-template-columns: 1fr; }
    .restored-footer-bottom .page-shell { align-items: flex-start; flex-direction: column; padding-block: 10px; }
    .advanced-result-toolbar { align-items: stretch; flex-direction: column; }
    .result-sort-group { align-items: stretch; flex-direction: column; }
    .result-sort-group select { width: 100%; }
    .improved-route-time { grid-template-columns: 1fr; gap: 10px; }
    .improved-duration { grid-template-rows: auto 24px auto; }
    .flight-path-line { width: 65%; justify-self: center; }
    .health-hero-content-layer,
    .tour-hero-content-layer { grid-template-columns: 1fr; }
    .tour-hero-highlight-card { display: none; }
}

/* Direction corrections */
.merged-header-actions { margin: 0; }
html[dir="ltr"] .home-hero-slideshow .slide-overlay,
html[dir="ltr"] .page-visual-hero .slide-overlay { background: linear-gradient(90deg, rgba(7,22,36,.85), rgba(7,22,36,.52) 46%, rgba(7,22,36,.14)); }
html[dir="ltr"] .home-hero-slideshow .enhanced-hero-content { padding-left: 0; padding-right: 47%; }
.loyalty-progress .progress-value.progress-20 { width: 20%; }
.loyalty-progress .progress-value.progress-50 { width: 50%; }
.loyalty-progress .progress-value.progress-78 { width: 78%; }
.loyalty-progress .progress-value.progress-100 { width: 100%; }
.admin-loyalty-overview { margin-bottom: 18px; }
.admin-loyalty-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.admin-loyalty-summary article { padding: 20px; border-radius: 18px; background: linear-gradient(145deg,#f8fbff,#fff); border: 1px solid #e4e7ec; display: flex; flex-direction: column; gap: 5px; }
.admin-loyalty-summary strong { font-size: 24px; }
.admin-loyalty-summary small { color: #667085; }
.admin-loyalty-editor { display: grid; gap: 20px; }
.admin-loyalty-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.admin-loyalty-tier { padding: 20px; border-radius: 22px; border: 1px solid #e4e7ec; background: #fff; display: grid; gap: 13px; }
.admin-loyalty-tier.silver { background: linear-gradient(145deg,#fff,#edf1f5); }
.admin-loyalty-tier.gold { background: linear-gradient(145deg,#fffdf5,#ffefb8); border-color: #efd06d; }
.admin-loyalty-tier.vip { color: #fff; background: linear-gradient(145deg,#1c3049,#0d1928); border-color: #314760; }
.admin-loyalty-tier header { display: flex; align-items: center; gap: 11px; }
.admin-loyalty-tier header > div { display: flex; flex-direction: column; }
.admin-loyalty-tier header small { color: #667085; }
.admin-loyalty-tier.vip header small { color: #c7d1dc; }
.tier-symbol { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 15px; background: rgba(17,43,70,.08); font-weight: 950; }
.admin-loyalty-tier.vip .tier-symbol { color: #1d2b3c; background: linear-gradient(135deg,#ffd86f,#f7a91b); }
.admin-loyalty-tier label { display: grid; gap: 6px; font-size: 10px; }
.admin-loyalty-tier.vip input { color: #172033; }
.admin-tier-benefits { display: grid; gap: 5px; margin-top: 5px; font-size: 10px; }
.admin-form-actions { display: flex; align-items: center; gap: 12px; }
@media (max-width: 1100px) { .admin-loyalty-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 700px) { .admin-loyalty-summary, .admin-loyalty-grid { grid-template-columns: 1fr; } }

/* === AvidTravel 1.5.0 refinements === */

:root {
    --deep-blue-black: #08131f;
    --blue-black-soft: #102236;
    --soft-light: #eaf4ff;
    --muted-light: #b8c8dc;
    --accent-emerald: #4fc08d;
}

body, .lang-fa {
    font-family: 'Vazirmatn', system-ui, sans-serif;
}

.lang-ru, .lang-ru input, .lang-ru select, .lang-ru textarea, .lang-ru button {
    font-family: 'Manrope', system-ui, sans-serif;
}

.lang-ru { direction: ltr; }
.lang-fa { direction: rtl; }

.enhanced-header-inner { gap: 1rem; }
.header-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .65rem; }
.header-quick-chip {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 2.5rem; padding: 0 .95rem; border-radius: 999px;
    background: rgba(17, 45, 73, .08); color: #123252; text-decoration: none; font-weight: 700;
}
.aligned-language-combobox {
    display: inline-flex; align-items: center; gap: .55rem; padding: .35rem .55rem; border-radius: 999px;
    background: rgba(255,255,255,.95); border: 1px solid rgba(17,45,73,.12);
}
.aligned-language-combobox .language-caption { font-size: .82rem; color: #38516b; }
.aligned-language-combobox select { border: 0; background: transparent; min-width: 7.25rem; direction: rtl; text-align: right; }
.lang-ru .aligned-language-combobox select { direction: ltr; text-align: left; }

.dark-footer-shell {
    background: linear-gradient(180deg, var(--blue-black-soft), var(--deep-blue-black));
    color: var(--soft-light);
}
.dark-footer-shell .footer-content,
.dark-footer-shell .footer-content a,
.dark-footer-shell .footer-content span,
.dark-footer-shell .footer-content p,
.dark-footer-shell .footer-bottom,
.dark-footer-shell .footer-bottom small { color: var(--soft-light); }
.dark-footer-shell .footer-link-column strong,
.dark-footer-shell .footer-brand-logo strong { color: white; }
.dark-footer-bottom { border-top: 1px solid rgba(255,255,255,.12); }
.dark-footer-shell .footer-social-row span { background: rgba(255,255,255,.08); }

.improved-home-search-card .home-search-tabs,
.flight-mode-tabs,
.two-level-tabs { display: flex; gap: .75rem; flex-wrap: wrap; align-items: center; }
.improved-home-search-card .home-search-tabs button,
.flight-mode-tabs button {
    border: 0; background: rgba(17,45,73,.08); padding: .8rem 1rem; border-radius: 999px; font-weight: 800; cursor: pointer;
}
.improved-home-search-card .home-search-tabs .active,
.flight-mode-tabs .active { background: #123252; color: #fff; }
.improved-home-search-card .home-search-tabs a,
.flight-mode-tabs a { text-decoration: none; font-weight: 700; color: #23476b; }
.advanced-home-flight-search,
.enhanced-flight-search-fields {
    display: grid; gap: .95rem; grid-template-columns: repeat(7, minmax(0,1fr)); align-items: end;
}
.advanced-home-flight-search label,
.enhanced-flight-search-fields label { display: flex; flex-direction: column; gap: .4rem; }
.advanced-home-flight-search input,
.advanced-home-flight-search select,
.advanced-home-flight-search .input,
.advanced-home-flight-search textarea,
.enhanced-flight-search-fields input,
.enhanced-flight-search-fields select,
.advanced-designer-form input,
.advanced-designer-form select,
.advanced-designer-form textarea,
.contact-form-card input,
.contact-form-card textarea,
.contact-form-card select {
    min-height: 3rem; border-radius: 16px; border: 1px solid rgba(17,45,73,.12); padding: .7rem .9rem; background: #fff;
}
.advanced-home-flight-search .swap-button,
.enhanced-flight-search-fields .swap-button {
    align-self: end; min-height: 3rem; border-radius: 16px; border: 0; background: #123252; color: #fff; font-size: 1.2rem; cursor: pointer;
}

.prominent-loyalty-showcase {
    display: grid; grid-template-columns: 1.2fr 1fr; gap: 1.4rem; align-items: center; padding: 1.5rem 0 2rem;
}
.loyalty-tier-cards { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.loyalty-tier-cards article { background: #fff; border-radius: 24px; padding: 1.1rem; box-shadow: 0 10px 30px rgba(18,50,82,.08); }
.loyalty-tier-cards strong { display: block; font-size: 1.2rem; color: #123252; }
.loyalty-tier-cards small { display: inline-flex; margin-top: .5rem; padding: .35rem .55rem; background: #f1f6fa; border-radius: 999px; }

.advanced-market-search-card { backdrop-filter: blur(10px); }
.flight-path-line { display: flex; align-items: center; gap: .45rem; justify-content: center; }
.flight-path-line i { width: 36px; height: 2px; background: #bfd0e4; display: inline-block; }
.improved-duration span { position: static; }

.compact-grid { display: grid; gap: 1rem; }
.four-col { grid-template-columns: repeat(4, minmax(0,1fr)); }
.expanded-designer-layout { align-items: start; }
.designer-stack { display: grid; gap: 1rem; }
.design-ai-note { margin-top: 1rem; background: #f5fbf8; border: 1px solid #d8efe3; border-radius: 18px; padding: 1rem; }
.wrap-actions { display: flex; gap: .8rem; flex-wrap: wrap; }
.field-hint { color: #4d647f; font-size: .84rem; }
.ai-preview-card { margin-top: 1rem; }
.ai-preview-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem; margin: 1rem 0; }
.ai-preview-grid article { background: #f6f9fc; padding: 1rem; border-radius: 18px; }
.designer-map-frame iframe { width: 100%; min-height: 320px; border: 0; border-radius: 18px; margin-top: 1rem; }

.clean-health-anchor-nav { border-bottom: 0 !important; box-shadow: 0 10px 30px rgba(18,50,82,.05); }
.expanded-specialty-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.selectable-specialty { cursor: pointer; position: relative; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.selectable-specialty.selected,
.selectable-specialty:hover { transform: translateY(-4px); box-shadow: 0 18px 35px rgba(18,50,82,.12); border-color: rgba(79,192,141,.55); }
.selectable-specialty a { display: inline-flex; margin-top: .75rem; color: #0f6a4b; text-decoration: none; font-weight: 700; }
.bulk-health-actions { margin-top: 1rem; display: flex; justify-content: center; }

.captcha-box { display: grid; grid-template-columns: 140px 1fr; gap: 1rem; align-items: end; }
.captcha-code {
    min-height: 3rem; display: flex; align-items: center; justify-content: center; border-radius: 16px;
    background: linear-gradient(135deg,#123252,#1b5a7a); color: #fff; letter-spacing: .24rem; font-weight: 800;
}

.beautiful-tour-sidebar { background: linear-gradient(180deg,#0f2234,#16364f); color: #f4f8fb; border-radius: 28px; }
.beautiful-tour-sidebar .money,
.beautiful-tour-sidebar .currency-row,
.beautiful-tour-sidebar dt,
.beautiful-tour-sidebar dd,
.beautiful-tour-sidebar span { color: #f4f8fb; }
.booking-sidebar-head { display: grid; gap: .55rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(255,255,255,.12); }
.tour-sidebar-info { padding: 1rem 0; }
.tour-sidebar-info dl { display: grid; grid-template-columns: 1fr; gap: .55rem; }
.tour-sidebar-info dt { opacity: .82; }

.account-hero.modern-account-hero { background: linear-gradient(90deg,#1f2c35,#23496b); }
.emphasized-loyalty {
    min-width: 220px; background: rgba(255,255,255,.88); color: #123252; box-shadow: 0 10px 35px rgba(0,0,0,.15);
}
.emphasized-loyalty small { color: #7f8ca1; }
.emphasized-loyalty strong { color: #eab54e; }

.payment-table table { width: 100%; }
.payment-table td:last-child { white-space: nowrap; }
.mini { min-height: 2.25rem; padding: .45rem .7rem; }

@media (max-width: 1200px) {
    .advanced-home-flight-search,
    .enhanced-flight-search-fields { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .prominent-loyalty-showcase,
    .expanded-specialty-grid,
    .four-col { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 860px) {
    .advanced-home-flight-search,
    .enhanced-flight-search-fields,
    .prominent-loyalty-showcase,
    .loyalty-tier-cards,
    .ai-preview-grid,
    .captcha-box,
    .expanded-specialty-grid,
    .four-col { grid-template-columns: 1fr; }
    .header-actions { justify-content: flex-start; }
}

/* === AvidTravel 1.5.0 visual refinement === */

/* Language dropdown */
.language-menu {
    position: relative;
    z-index: 90;
}
.language-menu summary {
    list-style: none;
    min-width: 178px;
    min-height: 46px;
    display: grid;
    grid-template-columns: 24px minmax(72px, 1fr) 28px 18px;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border: 1px solid rgba(18, 50, 82, .14);
    border-radius: 18px;
    background: #fff;
    color: #17263a;
    cursor: pointer;
    direction: ltr;
    box-shadow: 0 5px 18px rgba(16, 34, 55, .06);
}
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu-icon {
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #eef4f8;
    color: #153958;
    font-weight: 900;
}
.language-selected-title { font-weight: 800; font-size: .96rem; }
.lang-fa .language-selected-title { text-align: right; }
.lang-ru .language-selected-title { text-align: left; }
.language-selected-flag, .language-option-flag { font-size: 1.15rem; line-height: 1; }
.language-menu-chevron { font-size: 1.05rem; color: #3c5068; transform: translateY(-2px); }
.language-menu-popover {
    position: absolute;
    inset-block-start: calc(100% + 7px);
    inset-inline-end: 0;
    width: 178px;
    padding: 7px;
    background: #fff;
    border: 1px solid rgba(18, 50, 82, .12);
    border-radius: 13px;
    box-shadow: 0 18px 38px rgba(9, 24, 40, .18);
}
.language-menu-popover a {
    display: grid;
    grid-template-columns: 1fr 28px;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 7px 9px;
    border-radius: 8px;
    text-decoration: none;
    color: #15243a;
    direction: ltr;
}
.language-menu-popover a:hover,
.language-menu-popover a.active { background: #edf1f7; }
.language-option-title { font-weight: 800; }
.lang-fa .language-option-title { text-align: right; }
.lang-ru .language-option-title { text-align: left; }

/* Hero floating services */
.redesigned-home-hero { min-height: 590px; }
.redesigned-home-hero .enhanced-hero-content {
    position: relative;
    min-height: 590px;
    display: flex;
    align-items: center;
}
.home-hero-copy { max-width: 650px; }
.hero-floating-services {
    position: absolute;
    bottom: 72px;
    display: grid;
    gap: 12px;
    width: min(285px, 32vw);
}
.lang-fa .hero-floating-services { left: 0; }
.lang-ru .hero-floating-services { right: 0; }
.hero-floating-services a {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 12px;
    row-gap: 2px;
    align-items: center;
    padding: 15px 17px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    background: rgba(8, 26, 43, .70);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(13px);
    box-shadow: 0 18px 36px rgba(0,0,0,.22);
    transition: transform .2s ease, background .2s ease;
}
.hero-floating-services a:hover { transform: translateY(-3px); background: rgba(10, 43, 68, .88); }
.hero-floating-services a > span {
    grid-row: 1 / span 2;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(255,255,255,.14);
    font-size: 1.25rem;
}
.hero-floating-services strong { font-size: 1rem; }
.hero-floating-services small { color: rgba(255,255,255,.72); }

/* Redesigned search console */
.redesigned-search-wrapper {
    position: relative;
    z-index: 12;
    margin-top: -38px;
    margin-bottom: 30px;
}
.modern-search-console {
    overflow: hidden;
    padding: 0;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(17, 45, 73, .08);
    box-shadow: 0 24px 62px rgba(13, 33, 52, .16);
}
.search-console-topbar {
    min-height: 72px;
    padding: 12px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #e8edf2;
}
.trip-mode-switch { display: inline-flex; gap: 9px; }
.trip-mode-switch button {
    min-height: 48px;
    padding: 0 23px;
    border: 0;
    border-radius: 999px;
    background: #edf0f3;
    color: #15243a;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}
.trip-mode-switch button.active { background: #12395e; color: #fff; }
.search-console-caption {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #224766;
    font-weight: 800;
}
.flight-search-console-grid {
    display: grid;
    grid-template-columns: minmax(145px,1.15fr) 50px minmax(145px,1.15fr) minmax(150px,1fr) minmax(115px,.72fr) minmax(135px,.85fr) 160px;
    gap: 13px;
    align-items: end;
    padding: 24px 22px 22px;
}
.flight-search-console-grid:has(.date-field:nth-of-type(4)) {
    grid-template-columns: minmax(135px,1fr) 48px minmax(135px,1fr) minmax(135px,.9fr) minmax(135px,.9fr) minmax(105px,.65fr) minmax(125px,.8fr) 145px;
}
.search-field {
    min-width: 0;
    display: grid;
    gap: 7px;
    padding: 11px 14px 10px;
    border: 1px solid #dfe6ed;
    border-radius: 18px;
    background: #fff;
}
.search-field > span { color: #697b90; font-size: .78rem; font-weight: 600; }
.search-field input,
.search-field select {
    width: 100%;
    min-width: 0;
    height: 32px;
    padding: 0;
    border: 0 !important;
    outline: 0;
    background: transparent !important;
    color: #10243a;
    font: inherit;
    font-weight: 800;
}
.search-swap-button {
    width: 50px;
    height: 50px;
    align-self: center;
    margin-top: 19px;
    border: 0;
    border-radius: 17px;
    background: #12395e;
    color: #fff;
    font-size: 1.3rem;
    cursor: pointer;
}
.search-console-submit {
    min-height: 58px;
    border: 0;
    border-radius: 17px;
    background: #ffb400;
    color: #171717;
    font-weight: 900;
    font-size: 1.02rem;
    cursor: pointer;
}
.refined-service-row { margin-top: 6px; }

/* Tour sidebar spacing */
.beautiful-tour-sidebar {
    display: grid;
    gap: 15px;
    align-content: start;
    padding: 24px;
}
.beautiful-tour-sidebar > .button,
.beautiful-tour-sidebar > a.button {
    margin: 0 !important;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Footer seam */
.dark-footer-shell,
.dark-footer-bottom { background: #091726 !important; }
.dark-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.11) !important;
    box-shadow: none !important;
}

/* Account sidebar spacing */
.account-nav-modern {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.account-nav-modern a {
    margin: 0 !important;
    border-radius: 13px;
    transition: background .18s ease, color .18s ease, transform .18s ease;
}
.account-nav-modern a:hover { transform: translateX(0); }
.account-nav-modern a.active,
.account-nav-modern a:hover { background: #ffc43d; color: #1c2632; }

/* New tour designer */
.designer-main-shell { padding-block: 36px 75px; }
.premium-tour-designer-form {
    display: grid;
    gap: 22px;
    padding: 28px;
    border-radius: 28px;
    box-shadow: 0 18px 50px rgba(18, 48, 74, .09);
}
.designer-form-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e8edf2;
}
.designer-form-heading > div { display: flex; align-items: center; gap: 12px; }
.designer-form-heading > div > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #12395e;
    color: #fff;
    font-weight: 900;
}
.designer-form-heading h2 { margin: 0; }
.designer-form-heading p { margin: 0; color: #61758a; }
.secondary-heading { margin-top: 4px; }
.premium-tour-designer-form label { display: grid; gap: 7px; font-weight: 700; color: #253d55; }
.premium-tour-designer-form input,
.premium-tour-designer-form select,
.premium-tour-designer-form textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #dce5ed;
    border-radius: 15px;
    padding: 10px 12px;
    background: #fff;
    color: #10243a;
    font: inherit;
}
.food-multiselect-panel {
    display: grid;
    gap: 13px;
    padding: 17px;
    border: 1px solid #dce5ed;
    border-radius: 19px;
    background: #f9fbfd;
}
.food-entry-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.food-entry-row input { background: #fff; }
.food-selection-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.food-selection-chips button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 5px 11px;
    border: 1px solid #cbdce8;
    border-radius: 999px;
    background: #eaf4f8;
    color: #14354f;
    font: inherit;
    cursor: pointer;
}
.food-selection-chips b { font-size: 1.05rem; color: #7e2732; }
.designer-form-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.redesigned-ai-preview { margin-top: 24px; padding: 25px; border-radius: 28px; }
.ai-preview-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 17px;
}
.ai-preview-budget {
    padding: 9px 13px;
    border-radius: 999px;
    background: #eff6fb;
    color: #12395e;
    font-weight: 900;
}
.ai-preview-route-card {
    display: grid;
    grid-template-columns: minmax(230px,.72fr) 1.28fr;
    gap: 22px;
    overflow: hidden;
    border: 1px solid #e2e9ef;
    border-radius: 24px;
    background: #fff;
}
.ai-route-image img { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.ai-route-summary { padding: 24px 24px 24px 0; }
.lang-ru .ai-route-summary { padding: 24px 0 24px 24px; }
.ai-route-summary > strong { font-size: 1.25rem; color: #12395e; }
.ai-trip-stats { display: grid; gap: 10px; margin-top: 19px; }
.ai-trip-stats span { display: flex; align-items: center; gap: 8px; color: #526a80; }
.ai-trip-stats b {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: #edf6fa;
    color: #147267;
}
.designer-map-frame { margin: 22px 0 13px; }
.designer-map-frame iframe { width: 100%; min-height: 360px; border: 0; border-radius: 20px; }

@media (max-width: 1180px) {
    .hero-floating-services { width: min(260px, 34vw); }
    .flight-search-console-grid,
    .flight-search-console-grid:has(.date-field:nth-of-type(4)) { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .search-swap-button { margin-top: 0; align-self: end; }
}

@media (max-width: 850px) {
    .redesigned-home-hero,
    .redesigned-home-hero .enhanced-hero-content { min-height: 660px; }
    .hero-floating-services {
        left: 16px !important;
        right: 16px !important;
        bottom: 32px;
        width: auto;
        grid-template-columns: 1fr 1fr;
    }
    .redesigned-search-wrapper { margin-top: 18px; }
    .search-console-topbar { align-items: flex-start; flex-direction: column; }
    .flight-search-console-grid,
    .flight-search-console-grid:has(.date-field:nth-of-type(4)) { grid-template-columns: 1fr 58px 1fr; }
    .flight-search-console-grid .date-field,
    .flight-search-console-grid .passenger-field,
    .flight-search-console-grid .cabin-field,
    .flight-search-console-grid .search-console-submit { grid-column: 1 / -1; }
    .search-swap-button { grid-column: 2; grid-row: 1; }
    .origin-field { grid-column: 1; grid-row: 1; }
    .destination-field { grid-column: 3; grid-row: 1; }
    .ai-preview-route-card { grid-template-columns: 1fr; }
    .ai-route-summary,
    .lang-ru .ai-route-summary { padding: 21px; }
    .designer-form-heading { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
    .language-menu summary { min-width: 152px; grid-template-columns: 22px 1fr 26px 16px; }
    .language-menu-popover { width: 152px; }
    .trip-mode-switch { width: 100%; }
    .trip-mode-switch button { flex: 1; padding-inline: 10px; }
    .hero-floating-services { grid-template-columns: 1fr; }
    .redesigned-home-hero,
    .redesigned-home-hero .enhanced-hero-content { min-height: 760px; }
    .flight-search-console-grid,
    .flight-search-console-grid:has(.date-field:nth-of-type(4)) { grid-template-columns: 1fr; }
    .origin-field,
    .destination-field,
    .search-swap-button,
    .flight-search-console-grid .date-field,
    .flight-search-console-grid .passenger-field,
    .flight-search-console-grid .cabin-field,
    .flight-search-console-grid .search-console-submit { grid-column: 1; grid-row: auto; }
    .search-swap-button { width: 100%; }
    .food-entry-row { grid-template-columns: 1fr; }
}

/* ===== AvidTravel 2.0.1 refinements ===== */
.scenic-page-hero {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.scenic-page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17,35,58,.88), rgba(17,35,58,.55));
}
.scenic-page-hero > .page-shell { position: relative; z-index: 1; }
.flights-scenic-hero { background-image: url('/images/headers/custom/flights-hero-bg.png'); min-height: 460px; }
.contact-scenic-hero { background-image: url('/images/headers/custom/contact-hero-bg.png'); min-height: 320px; }
.tour-designer-scenic-hero { background-image: url('/images/headers/custom/tour-designer-hero-bg.png'); min-height: 320px; }
.guides-scenic-hero { background-image: url('/images/headers/custom/tour-designer-hero-bg.png'); min-height: 280px; }

.hero-floating-services.on-slider {
    position: absolute;
    bottom: 42px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 240px;
}
.hero-floating-services.on-slider.align-left { left: 24px; right: auto; }
.hero-floating-services.on-slider.align-right { right: 24px; left: auto; }
.hero-floating-services.on-slider a {
    display: flex;
    flex-direction: column;
    gap: 3px;
    background: rgba(255,255,255,.93);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 15px 18px;
    box-shadow: 0 18px 35px rgba(10,25,45,.18);
    color: var(--ink);
}
.hero-floating-services.on-slider a span { font-size: 18px; color: var(--orange); }
.hero-floating-services.on-slider a small { color: var(--muted); }

.refined-topbar { align-items: center; gap: 24px; }
.aligned-search-grid {
    display: grid;
    grid-template-columns: 1.15fr 88px 1.15fr 1.05fr .78fr .9fr .75fr .82fr;
    gap: 16px;
    align-items: end;
}
.aligned-search-grid.roundtrip {
    grid-template-columns: 1.05fr 88px 1.05fr .95fr .95fr .7fr .82fr .7fr .82fr;
}
.aligned-search-grid .search-field,
.aligned-search-grid .label-like-field {
    background: #fff;
    border: 1px solid #e1e5ec;
    border-radius: 18px;
    min-height: 110px;
    padding: 18px 18px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}
.aligned-search-grid .search-field span,
.aligned-search-grid .label-like-field > span { font-size: 11px; font-weight: 800; color: #6d7482; }
.aligned-search-grid input,
.aligned-search-grid select {
    border-radius: 14px;
    min-height: 50px;
    font-size: 16px;
    font-weight: 800;
    background: #fff;
}
.aligned-search-grid input[list] { direction: inherit; }
.search-swap-button,
.swap-button {
    width: 60px;
    height: 60px;
    align-self: center;
    justify-self: center;
    border: 0;
    border-radius: 18px;
    background: var(--navy);
    color: #fff;
    font-size: 24px;
    box-shadow: 0 12px 24px rgba(18,56,97,.18);
}
.search-console-submit,
.search-button {
    min-height: 60px;
    border-radius: 18px;
    font-size: 18px;
    box-shadow: none;
}
.tall-date-field small,
.label-like-field small { color: var(--muted); font-size: 11px; }
.persian-date-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.persian-date-grid select { min-height: 46px; border-radius: 12px; }
.compact-toggle-field select { min-height: 50px; }
.cleaner-flight-market-card { border-radius: 28px; overflow: hidden; }
.cleaner-tabs {
    padding: 16px 20px 0;
    background: rgba(255,255,255,.96);
}
.tidy-flight-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1.1fr 72px 1.1fr 1fr .95fr .8fr .85fr .82fr;
    align-items: end;
    padding: 22px;
}
.tidy-flight-grid.roundtrip {
    grid-template-columns: 1fr 72px 1fr .95fr .95fr .7fr .82fr .72fr .82fr;
}
.tidy-flight-grid > label,
.tidy-flight-grid > .label-like-field {
    min-height: 118px;
    border: 1px solid #e1e5ec;
    border-radius: 18px;
    padding: 15px 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
}
.tidy-flight-grid > label span,
.tidy-flight-grid > .label-like-field > span { font-size: 11px; font-weight: 800; color: #6d7482; }

.prominent-loyalty-showcase.loyalty-visual-showcase {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.15fr .95fr;
    gap: 34px;
    padding: 42px;
    border-radius: 34px;
    background: linear-gradient(135deg, rgba(245,249,252,.92), rgba(233,240,247,.96));
    min-height: 470px;
}
.prominent-loyalty-showcase.loyalty-visual-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/images/headers/custom/loyalty-club-bg.png') center/cover no-repeat;
    opacity: .22;
}
.prominent-loyalty-showcase.loyalty-visual-showcase > * { position: relative; z-index: 1; }
.loyalty-copy-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 32px 18px;
}
.loyalty-copy-panel h2 { font-size: 52px; margin: 10px 0 16px; }
.loyalty-copy-panel p { font-size: 18px; max-width: 620px; }
.decorative-club-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-content: center;
}
.decorative-club-cards article {
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 24px;
    padding: 24px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(173,188,206,.55);
    box-shadow: 0 10px 26px rgba(12,28,49,.06);
}
.decorative-club-cards article strong { font-size: 22px; }
.decorative-club-cards article span { font-size: 17px; }
.decorative-club-cards article small {
    display: inline-flex;
    align-self: stretch;
    justify-content: flex-end;
    background: #eef2f6;
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 24px;
    font-weight: 900;
    color: var(--navy);
}

.contact-captcha-stack { display: flex; flex-direction: column; gap: 14px; }
.captcha-preview-block {
    display: grid;
    grid-template-columns: 1.3fr 180px;
    gap: 18px;
    align-items: end;
}
.contact-submit-button { align-self: flex-start; min-width: 170px; }
.refined-contact-form-card { gap: 6px; }

.footer-bottom.dark-footer-bottom {
    background: #0e2037;
    border-top: 1px solid rgba(255,255,255,.09);
}
.footer-bottom.dark-footer-bottom .page-shell { border-top: 0; }

.guides-grid { grid-template-columns: repeat(3, 1fr); }
.guide-card .tour-body { min-height: 200px; }

@media (max-width: 1200px) {
    .aligned-search-grid,
    .aligned-search-grid.roundtrip,
    .tidy-flight-grid,
    .tidy-flight-grid.roundtrip,
    .prominent-loyalty-showcase.loyalty-visual-showcase,
    .guides-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
    .hero-floating-services.on-slider {
        position: static;
        width: 100%;
        flex-direction: row;
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .aligned-search-grid,
    .aligned-search-grid.roundtrip,
    .tidy-flight-grid,
    .tidy-flight-grid.roundtrip,
    .prominent-loyalty-showcase.loyalty-visual-showcase,
    .decorative-club-cards,
    .guides-grid,
    .captcha-preview-block {
        grid-template-columns: 1fr;
    }
    .hero-floating-services.on-slider { flex-direction: column; }
    .loyalty-copy-panel h2 { font-size: 34px; }
}

/* ===== AvidTravel 2.0.1 responsive stabilization ===== */
@media (max-width: 1024px) {
    .page-shell { width: min(calc(100% - 28px), 940px); }

    .refined-header .header-inner,
    .enhanced-header-inner {
        grid-template-columns: auto 1fr;
        min-height: auto;
        padding-block: 10px;
        row-gap: 10px;
    }
    .refined-header .main-nav {
        grid-column: 1 / -1;
        order: 3;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
        gap: 22px;
        padding-inline: 2px;
        border-top: 1px solid #edf0f4;
    }
    .refined-header .main-nav::-webkit-scrollbar { display: none; }
    .refined-header .main-nav a {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 12px 0 9px;
    }
    .merged-header-actions {
        justify-self: end;
        flex-wrap: nowrap;
        min-width: 0;
    }
    .header-action-button {
        white-space: nowrap;
        min-height: 42px;
        padding-inline: 11px;
    }

    .home-hero-copy { max-width: 68%; }
    .home-hero-copy h1 { font-size: clamp(36px, 6vw, 54px); }
    .hero-floating-services.on-slider {
        position: absolute;
        width: 220px;
        margin-top: 0;
        flex-direction: column;
    }

    .aligned-search-grid,
    .aligned-search-grid.roundtrip,
    .tidy-flight-grid,
    .tidy-flight-grid.roundtrip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .aligned-search-grid .search-swap-button,
    .tidy-flight-grid .swap-button {
        width: 100%;
        height: 52px;
        justify-self: stretch;
    }
    .aligned-search-grid .search-console-submit,
    .tidy-flight-grid .search-button { min-height: 54px; }

    .flight-results-layout { grid-template-columns: 210px minmax(0,1fr); }
    .flight-card-body { grid-template-columns: minmax(0,1.45fr) .7fr .75fr; }

    .premium-tour-designer-form .four-col { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .premium-tour-designer-form .three-col { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .contact-layout { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 760px) {
    body { overflow-x: hidden; }
    .page-shell { width: min(calc(100% - 22px), 720px); }
    .section-block { padding-block: 44px; }

    .refined-header { position: sticky; top: 0; }
    .refined-header .header-inner,
    .enhanced-header-inner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        padding-block: 9px;
    }
    .brand { justify-self: center; }
    .brand img { width: 36px; height: 36px; }
    .brand strong { font-size: 17px; }
    .brand small { display: none; }
    .merged-header-actions {
        width: 100%;
        justify-self: stretch;
        display: grid;
        grid-template-columns: minmax(0,1.25fr) repeat(2,minmax(0,.85fr));
        gap: 7px;
    }
    .language-menu { min-width: 0; }
    .language-menu summary,
    .language-menu-popover {
        width: 100%;
        min-width: 0;
    }
    .language-menu summary {
        grid-template-columns: 22px minmax(0,1fr) 26px 16px;
        min-height: 42px;
        padding-inline: 9px;
    }
    .language-menu-popover { inset-inline-start: 0; }
    .header-action-button {
        width: 100%;
        min-height: 42px;
        padding: 7px 8px;
        justify-content: center;
        font-size: 11px;
    }
    .refined-header .main-nav {
        grid-column: 1;
        width: calc(100% + 22px);
        margin-inline: -11px;
        padding-inline: 11px;
        gap: 18px;
    }

    .redesigned-home-hero,
    .redesigned-home-hero .enhanced-hero-content {
        min-height: 610px;
    }
    .enhanced-hero-content {
        padding-block: 52px 32px;
        justify-content: flex-start;
    }
    .home-hero-copy { max-width: 100%; text-align: center; padding-top: 18px; }
    .home-hero-copy h1 { font-size: clamp(31px, 10vw, 43px); }
    .home-hero-copy p { font-size: 14px; margin-inline: auto; }
    .hero-floating-services.on-slider,
    .hero-floating-services.on-slider.align-left,
    .hero-floating-services.on-slider.align-right {
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 24px;
        width: auto;
        display: grid;
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 9px;
    }
    .hero-floating-services.on-slider a { padding: 12px; border-radius: 16px; }
    .hero-floating-services.on-slider a strong { font-size: 12px; }
    .hero-floating-services.on-slider a small { font-size: 9px; }

    .redesigned-search-wrapper { margin-top: 14px; }
    .modern-search-console,
    .cleaner-flight-market-card { border-radius: 20px; }
    .search-console-topbar,
    .refined-topbar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        padding: 14px;
    }
    .trip-mode-switch { width: 100%; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .trip-mode-switch button { min-height: 46px; }
    .search-console-caption { justify-content: center; }

    .aligned-search-grid,
    .aligned-search-grid.roundtrip,
    .tidy-flight-grid,
    .tidy-flight-grid.roundtrip {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 13px;
    }
    .aligned-search-grid .search-field,
    .aligned-search-grid .label-like-field,
    .tidy-flight-grid > label,
    .tidy-flight-grid > .label-like-field {
        min-height: auto;
        padding: 13px;
        border-radius: 15px;
    }
    .aligned-search-grid .search-swap-button,
    .tidy-flight-grid .swap-button {
        width: 100%;
        height: 48px;
        transform: rotate(90deg);
        border-radius: 14px;
    }
    .persian-date-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 5px; }
    .persian-date-grid select { min-width: 0; padding-inline: 5px; }
    .search-console-submit,
    .search-button { width: 100%; margin: 0; min-height: 54px; }

    .home-services-row,
    .refined-service-row { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
    .home-services-row a { padding: 12px; grid-template-columns: 38px 1fr; }
    .home-services-row a > span { width: 34px; height: 34px; font-size: 16px; }

    .home-flight-list article {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 14px;
    }
    .home-flight-route { grid-template-columns: 1fr auto 1fr; }
    .home-flight-date { align-items: flex-start; }

    .prominent-loyalty-showcase.loyalty-visual-showcase {
        grid-template-columns: 1fr;
        padding: 23px 15px;
        min-height: auto;
        gap: 18px;
        border-radius: 24px;
    }
    .loyalty-copy-panel { padding: 10px 4px; align-items: center; text-align: center; }
    .loyalty-copy-panel h2 { font-size: 31px; }
    .loyalty-copy-panel p { font-size: 14px; }
    .decorative-club-cards { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
    .decorative-club-cards article { min-height: 130px; padding: 15px; border-radius: 17px; }
    .decorative-club-cards article strong { font-size: 17px; }
    .decorative-club-cards article span { font-size: 12px; }
    .decorative-club-cards article small { font-size: 18px; padding: 7px 10px; }

    .section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
    .section-heading > a { white-space: normal; }
    .tour-grid,
    .premium-tour-grid,
    .guides-grid { grid-template-columns: 1fr; }

    .scenic-page-hero { min-height: 290px; }
    .scenic-page-hero::before { background: rgba(11,28,48,.72); }
    .scenic-page-hero .page-shell { padding-block: 42px; text-align: center; }
    .page-hero h1 { font-size: clamp(29px,8vw,38px); }
    .market-hero-copy { text-align: center; }
    .market-hero-copy h1 { font-size: clamp(30px,8vw,42px); }

    .flight-results-layout { grid-template-columns: 1fr; }
    .modern-filter { position: static; }
    .result-toolbar,
    .advanced-result-toolbar {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .result-sort-group { width: 100%; display: grid; grid-template-columns: 1fr; gap: 8px; }
    .flight-card-head { align-items: flex-start; gap: 10px; }
    .flight-badges { flex-wrap: wrap; justify-content: flex-end; }
    .flight-card-body { grid-template-columns: 1fr; }
    .improved-route-time,
    .route-time { grid-template-columns: 1fr; gap: 12px; }
    .improved-duration { padding-block: 6px; }
    .flight-path-line i { width: 44px; }
    .flight-capacity,
    .price-action { align-items: stretch; text-align: center; }

    .premium-tour-designer-form { padding: 16px; border-radius: 20px; gap: 16px; }
    .premium-tour-designer-form .four-col,
    .premium-tour-designer-form .three-col,
    .premium-tour-designer-form .two-col { grid-template-columns: 1fr; }
    .designer-form-heading { flex-direction: column; align-items: flex-start; }
    .designer-form-actions { display: grid; grid-template-columns: 1fr; }
    .designer-form-actions .button { width: 100%; }
    .food-entry-row { grid-template-columns: 1fr; }
    .ai-preview-heading { flex-direction: column; align-items: flex-start; }
    .ai-preview-route-card { grid-template-columns: 1fr; }
    .ai-route-image img { min-height: 200px; max-height: 240px; }
    .ai-route-summary,
    .lang-ru .ai-route-summary { padding: 17px; }
    .designer-map-frame iframe { min-height: 280px; }

    .contact-office-grid,
    .contact-layout,
    .enhanced-contact-layout { grid-template-columns: 1fr; }
    .office-contact-card,
    .contact-form-card,
    .contact-service-info { border-radius: 20px; }
    .captcha-preview-block { grid-template-columns: 1fr; }
    .captcha-code { min-height: 58px; }
    .contact-submit-button { width: 100%; align-self: stretch; }

    .account-layout,
    .standalone-account-page { grid-template-columns: 1fr; padding-block: 20px 45px; }
    .account-nav-modern {
        position: static;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 8px;
        padding: 9px;
        scrollbar-width: none;
    }
    .account-nav-modern::-webkit-scrollbar { display: none; }
    .account-nav-title { display: none; }
    .account-nav-modern a {
        flex: 0 0 auto;
        min-height: 42px;
        display: inline-flex;
        align-items: center;
        padding-inline: 13px;
    }
    .account-dashboard-grid,
    .profiles-manager-grid,
    .account-shortcuts { grid-template-columns: 1fr; }
    .payment-table { overflow-x: auto; }
    .payment-table table { min-width: 760px; }

    .footer-content { grid-template-columns: 1fr; gap: 23px; }
    .footer-brand-column,
    .footer-link-column { align-items: flex-start; }
    .footer-bottom .page-shell {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

@media (max-width: 430px) {
    .page-shell { width: min(calc(100% - 16px), 414px); }
    .merged-header-actions { grid-template-columns: 1fr 1fr; }
    .language-menu { grid-column: 1 / -1; }
    .header-action-button span { display: none; }

    .redesigned-home-hero,
    .redesigned-home-hero .enhanced-hero-content { min-height: 650px; }
    .hero-floating-services.on-slider,
    .hero-floating-services.on-slider.align-left,
    .hero-floating-services.on-slider.align-right { grid-template-columns: 1fr; }
    .home-hero-copy h1 { font-size: 30px; }

    .home-services-row,
    .refined-service-row,
    .decorative-club-cards { grid-template-columns: 1fr; }
    .decorative-club-cards article { min-height: 112px; }

    .flight-card-head { flex-direction: column; }
    .flight-badges { justify-content: flex-start; }
    .route-point strong { font-size: 22px; }

    .office-card-head { align-items: flex-start; }
    .map-frame iframe { min-height: 260px; }
}

.specialty-main-link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: inherit;
}
.specialty-main-link p { flex: 1; }
.specialty-request-caption {
    display: inline-flex;
    margin-top: 10px;
    color: #0a6b62;
    font-weight: 850;
    font-size: 11px;
}
.specialty-select-button {
    width: 100%;
    min-height: 42px;
    margin-top: 12px;
    border: 1px solid #cae4df;
    border-radius: 12px;
    background: #eff9f7;
    color: #0a655d;
    font-weight: 800;
}
.selectable-specialty.selected .specialty-select-button {
    background: #0b746b;
    color: #fff;
    border-color: #0b746b;
}


/* ===== AvidTravel 2.0.1 refinements ===== */
.compact-language-menu summary{display:flex;align-items:center;gap:.45rem;padding:.7rem .9rem;border-radius:1rem;min-width:auto}
.compact-language-menu .language-selected-title{font-size:.98rem;white-space:nowrap}
.compact-language-menu .language-selected-flag,.compact-language-menu .language-menu-icon,.compact-language-menu .language-menu-chevron{flex:0 0 auto}
.compact-language-menu .language-menu-popover a{display:flex;align-items:center;justify-content:space-between;gap:.75rem}
.responsive-main-nav{flex-wrap:wrap;row-gap:.4rem}
.site-root.lang-ru .responsive-main-nav{gap:1rem;font-size:.96rem}
.popup-calendar-grid .date-popover-field{position:relative;border:1px solid var(--line,#d8e0ea);border-radius:1.35rem;background:#fff;padding:.85rem 1rem;min-height:5.75rem}
.popup-calendar-grid .date-popover-field summary{list-style:none;cursor:pointer;display:flex;flex-direction:column;gap:.35rem}
.popup-calendar-grid .date-popover-field summary::-webkit-details-marker{display:none}
.popup-calendar-grid .date-popover-field summary span{font-size:.9rem;color:#7c8798}
.popup-calendar-grid .date-popover-field summary strong{font-size:1.15rem;color:#16365c}
.calendar-popover-panel{position:absolute;inset:auto 0 calc(100% + .4rem) 0;z-index:20;background:#fff;border:1px solid #d9e3ef;border-radius:1.2rem;box-shadow:0 18px 40px rgba(20,45,75,.12);padding:1rem;display:grid;gap:.8rem;min-width:18rem}
.popup-calendar-grid .date-popover-field[open] .calendar-popover-panel{display:grid}
.popup-calendar-grid .date-popover-field:not([open]) .calendar-popover-panel{display:none}
.calendar-popover-panel .inline-field{display:grid;gap:.35rem}
.calendar-popover-panel .inline-field span{font-size:.85rem;color:#6d7786}
.calendar-popover-panel .inline-field select,.calendar-popover-panel input,.calendar-popover-panel .persian-date-grid select{width:100%}
.popup-calendar-grid .search-console-submit,.popup-calendar-grid .search-button{align-self:end;height:3.9rem}
.popup-calendar-grid input[list]{text-align:inherit}
.specialty-card-with-sketch{position:relative;overflow:hidden;padding-top:0}
.specialty-card-with-sketch .specialty-main-link{position:relative;display:block;min-height:16rem;padding:1.4rem 1.4rem 1.15rem}
.specialty-card-with-sketch .specialty-sketch{position:absolute;inset:.25rem .25rem auto auto;width:7.25rem;height:7.25rem;object-fit:contain;opacity:.22;pointer-events:none;filter:saturate(.85)}
.specialty-card-with-sketch h3,.specialty-card-with-sketch p,.specialty-card-with-sketch .specialty-request-caption,.specialty-card-with-sketch .specialty-icon{position:relative;z-index:1}
.aligned-captcha-stack{display:grid;gap:1rem}
.aligned-captcha-row{display:grid;grid-template-columns:minmax(12rem,1fr) auto auto;gap:.85rem;align-items:end}
.captcha-entry-field label{display:grid;gap:.45rem}
.captcha-refresh-button{white-space:nowrap;height:3.55rem}
.contact-submit-button{justify-self:end}
.home-search-card.modern-search-console .flight-search-console-grid,.advanced-market-search-card .flight-search-fields{align-items:end}
.flight-market-hero .market-search-card .flight-search-fields label,.home-search-card .flight-search-console-grid .search-field{min-width:0}
@media (max-width: 1200px){.site-root.lang-ru .responsive-main-nav{font-size:.9rem;gap:.75rem}}
@media (max-width: 992px){.popup-calendar-grid .date-popover-field{min-height:auto}.calendar-popover-panel{position:static;box-shadow:none;border:1px dashed #dce4ef;background:#f8fbff;margin-top:.75rem}.aligned-captcha-row{grid-template-columns:1fr}.contact-submit-button{justify-self:stretch}}
@media (max-width: 760px){.compact-language-menu summary{padding:.6rem .75rem}.responsive-main-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.popup-calendar-grid .search-swap-button,.popup-calendar-grid .swap-button{justify-self:center}.specialty-card-with-sketch .specialty-sketch{width:5.8rem;height:5.8rem;opacity:.18}}

/* ===== AvidTravel 2.0.1 unified hero, search and healthcare refinements ===== */
.uniform-page-hero {
    position: relative;
    height: 540px;
    min-height: 540px;
    overflow: hidden;
    color: #fff;
    background: #10263d;
}
.uniform-page-hero .uniform-hero-content {
    position: relative;
    z-index: 4;
    min-height: 540px;
}
.uniform-page-hero .simple-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1180px;
    padding-block: 70px;
}
.uniform-page-hero .simple-hero-content h1 {
    max-width: 820px;
    margin: 10px 0 14px;
}
.uniform-page-hero .simple-hero-content p { max-width: 760px; }
.uniform-page-hero .hero-slideshow,
.uniform-page-hero .hero-slide,
.uniform-page-hero .hero-slide img,
.uniform-page-hero .slide-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.uniform-page-hero .hero-slide img { object-fit: cover; object-position: center; }
.uniform-page-hero .slide-overlay {
    background: linear-gradient(90deg, rgba(7,22,38,.88), rgba(7,22,38,.52) 48%, rgba(7,22,38,.14));
}
html[dir="ltr"] .uniform-page-hero .slide-overlay {
    background: linear-gradient(270deg, rgba(7,22,38,.88), rgba(7,22,38,.52) 48%, rgba(7,22,38,.14));
}
.slider-3 .hero-slide { opacity: 0; animation: avidSlider3 18s infinite; }
.slider-3 .hero-slide:nth-child(1) { animation-delay: 0s; }
.slider-3 .hero-slide:nth-child(2) { animation-delay: 6s; }
.slider-3 .hero-slide:nth-child(3) { animation-delay: 12s; }
@keyframes avidSlider3 { 0%,29% { opacity:1; } 34%,96% { opacity:0; } 100% { opacity:1; } }
.slider-4 .hero-slide { opacity: 0; animation: avidSlider4 24s infinite; }
.slider-4 .hero-slide:nth-child(1) { animation-delay: 0s; }
.slider-4 .hero-slide:nth-child(2) { animation-delay: 6s; }
.slider-4 .hero-slide:nth-child(3) { animation-delay: 12s; }
.slider-4 .hero-slide:nth-child(4) { animation-delay: 18s; }
@keyframes avidSlider4 { 0%,21% { opacity:1; } 25%,96% { opacity:0; } 100% { opacity:1; } }

.linear-slide-indicator {
    position: absolute;
    z-index: 8;
    inset-inline-start: 50%;
    inset-block-end: 18px;
    transform: translateX(-50%);
    width: min(240px, 46vw);
    display: flex;
    gap: 7px;
    direction: ltr;
    pointer-events: none;
}
.linear-slide-indicator span {
    position: relative;
    flex: 1;
    height: 3px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.34);
}
.linear-slide-indicator span::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    opacity: 0;
}
.indicator-3 span::after { animation: avidIndicator3 18s infinite; }
.indicator-3 span:nth-child(2)::after { animation-delay: 6s; }
.indicator-3 span:nth-child(3)::after { animation-delay: 12s; }
@keyframes avidIndicator3 { 0% { transform:scaleX(0);opacity:1; } 30% { transform:scaleX(1);opacity:1; } 32%,100% { transform:scaleX(1);opacity:0; } }
.indicator-4 span::after { animation: avidIndicator4 24s infinite; }
.indicator-4 span:nth-child(2)::after { animation-delay: 6s; }
.indicator-4 span:nth-child(3)::after { animation-delay: 12s; }
.indicator-4 span:nth-child(4)::after { animation-delay: 18s; }
@keyframes avidIndicator4 { 0% { transform:scaleX(0);opacity:1; } 22% { transform:scaleX(1);opacity:1; } 24%,100% { transform:scaleX(1);opacity:0; } }
.indicator-8 span::after { animation: avidIndicator8 48s infinite; }
.indicator-8 span:nth-child(2)::after { animation-delay: 6s; }
.indicator-8 span:nth-child(3)::after { animation-delay: 12s; }
.indicator-8 span:nth-child(4)::after { animation-delay: 18s; }
.indicator-8 span:nth-child(5)::after { animation-delay: 24s; }
.indicator-8 span:nth-child(6)::after { animation-delay: 30s; }
.indicator-8 span:nth-child(7)::after { animation-delay: 36s; }
.indicator-8 span:nth-child(8)::after { animation-delay: 42s; }
@keyframes avidIndicator8 { 0% { transform:scaleX(0);opacity:1; } 10.5% { transform:scaleX(1);opacity:1; } 12%,100% { transform:scaleX(1);opacity:0; } }

/* Home and flight search: consistent heights and calendar below the date control */
.aligned-search-grid.oneway {
    grid-template-columns: minmax(180px,1.25fr) 68px minmax(180px,1.25fr) minmax(180px,1fr) 130px 150px 145px;
}
.aligned-search-grid.roundtrip {
    grid-template-columns: minmax(165px,1.1fr) 64px minmax(165px,1.1fr) minmax(165px,.95fr) minmax(165px,.95fr) 115px 140px 135px;
}
.aligned-search-grid > label.search-field,
.aligned-search-grid > details.search-field,
.tidy-flight-grid > label,
.tidy-flight-grid > details.label-like-field {
    box-sizing: border-box;
    height: 118px;
    min-height: 118px;
    margin: 0;
    padding: 15px 16px;
    justify-content: center;
    align-self: center;
}
.aligned-search-grid > label.search-field input,
.aligned-search-grid > label.search-field select,
.tidy-flight-grid > label input,
.tidy-flight-grid > label select {
    height: 49px;
    min-height: 49px;
    margin: 0;
}
.popup-calendar-grid .date-popover-field { z-index: 12; }
.popup-calendar-grid .date-popover-field[open] { z-index: 80; }
.popup-calendar-grid .date-popover-field summary {
    min-height: 84px;
    justify-content: center;
    padding: 0;
}
.popup-calendar-grid .date-popover-field summary span { order: 0; }
.popup-calendar-grid .date-popover-field summary strong { order: 1; line-height: 1.4; }
.calendar-popover-panel {
    inset: calc(100% + 10px) 0 auto 0 !important;
    min-width: 310px;
    max-width: min(360px, 92vw);
}
.search-swap-button,
.tidy-flight-grid .swap-button {
    align-self: center;
    margin: 0;
}
.aligned-search-grid .search-console-submit,
.tidy-flight-grid .search-button {
    align-self: center;
    height: 64px;
    min-height: 64px;
    margin: 0;
}
.flights-hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
    padding-block: 35px 50px;
}
.flights-hero-content .market-hero-copy { position: relative; z-index: 3; }
.flights-hero-content .market-search-card { position: relative; z-index: 6; }

/* Compact language selector matching login/support buttons */
.compact-language-menu summary {
    box-sizing: border-box;
    width: auto;
    min-width: 124px;
    height: 42px;
    min-height: 42px;
    padding: 0 10px;
    gap: 5px;
    border-radius: 12px;
    grid-template-columns: 18px minmax(48px,1fr) 21px 12px;
}
.compact-language-menu .language-menu-icon {
    width: 18px;
    height: 18px;
    font-size: 11px;
}
.compact-language-menu .language-selected-title { font-size: 11px; }
.compact-language-menu .language-selected-flag { font-size: .95rem; }
.compact-language-menu .language-menu-chevron { font-size: .82rem; }
.compact-language-menu .language-menu-popover { width: 142px; }
.compact-language-menu .language-menu-popover a { min-height: 38px; font-size: 11px; }

/* Smaller floating tour and health buttons */
.hero-floating-services.on-slider {
    width: 205px;
    gap: 8px;
}
.hero-floating-services.on-slider a {
    min-height: 56px;
    padding: 9px 12px;
    border-radius: 14px;
    gap: 1px;
}
.hero-floating-services.on-slider a span { font-size: 14px; }
.hero-floating-services.on-slider strong { font-size: .82rem; }
.hero-floating-services.on-slider a small { font-size: .68rem; }

/* Visible healthcare sketches inside their matching cards */
.specialty-card-with-sketch .specialty-main-link {
    min-height: 300px;
    padding: 20px 22px 18px;
    overflow: hidden;
}
.specialty-card-with-sketch .specialty-sketch {
    inset-block-start: 14px;
    inset-inline-end: 14px;
    width: 145px;
    height: 145px;
    opacity: .96;
    filter: none;
    object-fit: contain;
}
.specialty-card-with-sketch .specialty-icon {
    position: relative;
    z-index: 3;
    width: 54px;
    height: 54px;
}
.specialty-card-with-sketch h3 {
    margin-top: 92px;
    margin-bottom: 8px;
}
.specialty-card-with-sketch p { max-width: 92%; }

/* Custom visible autocomplete for food preferences */
.food-autocomplete { position: relative; z-index: 25; }
.food-suggestion-menu {
    position: absolute;
    z-index: 90;
    inset-block-start: calc(100% + 7px);
    inset-inline: 0;
    max-height: 270px;
    overflow-y: auto;
    padding: 7px;
    border: 1px solid #d7e1ea;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(13,35,55,.18);
}
.food-suggestion-menu button {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 9px 11px;
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #17344f;
    font: inherit;
    text-align: start;
    cursor: pointer;
}
.food-suggestion-menu button:hover { background: #eef8f6; }
.food-suggestion-menu button span { font-weight: 800; }
.food-suggestion-menu button small { color: #6d7d8c; white-space: nowrap; }

@media (max-width: 1180px) {
    .uniform-page-hero { height: auto; min-height: 540px; }
    .uniform-page-hero .uniform-hero-content { min-height: 540px; }
    .aligned-search-grid.oneway,
    .aligned-search-grid.roundtrip,
    .tidy-flight-grid.oneway,
    .tidy-flight-grid.roundtrip { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .aligned-search-grid .search-swap-button,
    .tidy-flight-grid .swap-button { width: 100%; }
}

@media (max-width: 850px) {
    .uniform-page-hero,
    .uniform-page-hero .uniform-hero-content { min-height: 520px; }
    .flights-page-slider,
    .flights-page-slider .flights-hero-content { min-height: 0; }
    .flights-hero-content { padding-block: 38px 56px; }
    .calendar-popover-panel {
        position: static !important;
        min-width: 0;
        max-width: none;
        margin-top: 10px;
    }
    .aligned-search-grid > label.search-field,
    .aligned-search-grid > details.search-field,
    .tidy-flight-grid > label,
    .tidy-flight-grid > details.label-like-field { height: auto; min-height: 104px; }
    .popup-calendar-grid .date-popover-field summary { min-height: 72px; }
    .specialty-card-with-sketch .specialty-sketch { width: 125px; height: 125px; }
}

@media (max-width: 620px) {
    .compact-language-menu summary { min-width: 108px; }
    .compact-language-menu .language-menu-popover { width: 132px; }
    .hero-floating-services.on-slider { width: auto; }
    .hero-floating-services.on-slider a { min-height: 52px; }
    .linear-slide-indicator { inset-block-end: 12px; width: min(190px, 58vw); }
    .uniform-page-hero .simple-hero-content { padding-block: 52px 66px; }
    .food-suggestion-menu { position: static; margin-top: 8px; box-shadow: none; }
    .specialty-card-with-sketch .specialty-main-link { min-height: 270px; }
    .specialty-card-with-sketch h3 { margin-top: 76px; }
}

/* Final desktop grid corrections for version 2.0.1 */
.tidy-flight-grid.oneway {
    grid-template-columns: minmax(170px,1.2fr) 64px minmax(170px,1.2fr) minmax(175px,1fr) 120px 145px 140px;
}
.tidy-flight-grid.roundtrip {
    grid-template-columns: minmax(150px,1fr) 60px minmax(150px,1fr) minmax(155px,.9fr) minmax(155px,.9fr) 105px 130px 130px;
}
@media (max-width:850px) {
    .flights-scenic-hero,
    .flights-scenic-hero .flights-hero-content { height:auto; min-height:0; }
}

/* Keep the main homepage visual box aligned with the public page hero height on desktop. */
@media (min-width: 851px) {
    .redesigned-home-hero,
    .redesigned-home-hero .enhanced-hero-content { height:540px; min-height:540px; }
}

/* ===== AvidTravel 2.0.1 final refinements ===== */

/* Keep search controls inside the card in both one-way and round-trip modes. */
.home-search-wrapper,
.modern-search-console,
.flights-page-slider,
.flights-hero-content,
.advanced-market-search-card,
.market-search-card {
    overflow: visible !important;
}

.aligned-search-grid,
.tidy-flight-grid {
    display: grid !important;
    grid-template-columns: repeat(24, minmax(0, 1fr)) !important;
    gap: 14px !important;
    align-items: end !important;
    overflow: visible !important;
}

.aligned-search-grid > *,
.tidy-flight-grid > * {
    min-width: 0 !important;
    box-sizing: border-box;
}

.aligned-search-grid.oneway > :nth-child(1),
.tidy-flight-grid.oneway > :nth-child(1) { grid-column: span 5; }
.aligned-search-grid.oneway > :nth-child(2),
.tidy-flight-grid.oneway > :nth-child(2) { grid-column: span 1; }
.aligned-search-grid.oneway > :nth-child(3),
.tidy-flight-grid.oneway > :nth-child(3) { grid-column: span 5; }
.aligned-search-grid.oneway > :nth-child(4),
.tidy-flight-grid.oneway > :nth-child(4) { grid-column: span 4; }
.aligned-search-grid.oneway > :nth-child(5),
.tidy-flight-grid.oneway > :nth-child(5) { grid-column: span 3; }
.aligned-search-grid.oneway > :nth-child(6),
.tidy-flight-grid.oneway > :nth-child(6) { grid-column: span 3; }
.aligned-search-grid.oneway > :nth-child(7),
.tidy-flight-grid.oneway > :nth-child(7) { grid-column: span 3; }

.aligned-search-grid.roundtrip > :nth-child(1),
.tidy-flight-grid.roundtrip > :nth-child(1) { grid-column: span 4; }
.aligned-search-grid.roundtrip > :nth-child(2),
.tidy-flight-grid.roundtrip > :nth-child(2) { grid-column: span 1; }
.aligned-search-grid.roundtrip > :nth-child(3),
.tidy-flight-grid.roundtrip > :nth-child(3) { grid-column: span 4; }
.aligned-search-grid.roundtrip > :nth-child(4),
.tidy-flight-grid.roundtrip > :nth-child(4) { grid-column: span 3; }
.aligned-search-grid.roundtrip > :nth-child(5),
.tidy-flight-grid.roundtrip > :nth-child(5) { grid-column: span 3; }
.aligned-search-grid.roundtrip > :nth-child(6),
.tidy-flight-grid.roundtrip > :nth-child(6) { grid-column: span 2; }
.aligned-search-grid.roundtrip > :nth-child(7),
.tidy-flight-grid.roundtrip > :nth-child(7) { grid-column: span 3; }
.aligned-search-grid.roundtrip > :nth-child(8),
.tidy-flight-grid.roundtrip > :nth-child(8) { grid-column: span 4; }

.aligned-search-grid .search-console-submit,
.tidy-flight-grid .search-button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
}

/* Date popup must open below and outside the visual card. */
.popup-calendar-grid .date-popover-field {
    overflow: visible !important;
    position: relative !important;
}
.popup-calendar-grid .date-popover-field[open] { z-index: 999 !important; }
.calendar-popover-panel {
    position: absolute !important;
    top: calc(100% + 10px) !important;
    bottom: auto !important;
    inset-inline-start: 0 !important;
    inset-inline-end: auto !important;
    z-index: 1000 !important;
    width: min(360px, 92vw) !important;
    min-width: 300px !important;
}
.lang-ru .calendar-popover-panel {
    inset-inline-start: auto !important;
    inset-inline-end: 0 !important;
}

/* Compact floating services over the slideshow. */
.hero-floating-services.on-slider {
    width: 188px !important;
    gap: 7px !important;
}
.hero-floating-services.on-slider a {
    min-height: 46px !important;
    padding: 7px 10px !important;
    border-radius: 13px !important;
}
.hero-floating-services.on-slider a span { font-size: 12px !important; }
.hero-floating-services.on-slider a strong { font-size: .76rem !important; }
.hero-floating-services.on-slider a small { font-size: .62rem !important; line-height: 1.35; }

/* Russian header stays on one line on desktop. */
@media (min-width: 1181px) {
    .refined-header .header-inner,
    .enhanced-header-inner {
        grid-template-columns: minmax(210px, auto) minmax(480px, 1fr) auto !important;
        column-gap: 16px !important;
    }
    .responsive-main-nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
        justify-content: center !important;
        gap: 18px !important;
        min-width: 0;
    }
    .site-root.lang-ru .responsive-main-nav { gap: 14px !important; font-size: .86rem !important; }
    .site-root.lang-ru .responsive-main-nav a { font-size: 11px !important; }
    .merged-header-actions { flex-wrap: nowrap !important; white-space: nowrap; }
}

/* Healthcare sketch placement follows language direction. */
.specialty-card-with-sketch .specialty-main-link { padding-inline: 22px !important; }
.lang-fa .specialty-card-with-sketch .specialty-sketch {
    left: 14px !important;
    right: auto !important;
}
.lang-ru .specialty-card-with-sketch .specialty-sketch {
    right: 14px !important;
    left: auto !important;
}
.lang-fa .specialty-card-with-sketch .specialty-main-link { padding-left: 165px !important; }
.lang-ru .specialty-card-with-sketch .specialty-main-link { padding-right: 165px !important; }
.specialty-card-with-sketch h3 { margin-top: 78px !important; }
.specialty-card-with-sketch p { max-width: 100% !important; }

/* Contact form: aligned captcha and clear actions. */
.enhanced-contact-layout {
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr) !important;
    gap: 30px !important;
    align-items: start !important;
}
.refined-contact-form-card {
    display: grid !important;
    gap: 17px !important;
    padding: 28px !important;
}
.aligned-captcha-row {
    display: grid !important;
    align-items: end !important;
    gap: 12px !important;
}
.lang-fa .aligned-captcha-row {
    grid-template-columns: 132px 96px minmax(240px, 1fr) !important;
    grid-template-areas: "refresh code input";
}
.lang-ru .aligned-captcha-row {
    grid-template-columns: minmax(240px, 1fr) 96px 132px !important;
    grid-template-areas: "input code refresh";
}
.captcha-entry-field { grid-area: input; }
.captcha-code { grid-area: code; height: 56px !important; min-height: 56px !important; }
.captcha-refresh-button { grid-area: refresh; height: 56px !important; min-height: 56px !important; }
.captcha-entry-field input { height: 56px !important; min-height: 56px !important; }
.contact-submit-button { min-width: 170px; justify-self: start !important; }
.lang-ru .contact-submit-button { justify-self: end !important; }

/* Paginated traveler profiles. */
.profile-list-card { display: flex; flex-direction: column; min-height: 520px; }
.profile-pagination {
    margin-top: auto;
    padding-top: 16px;
    display: flex;
    justify-content: center;
    gap: 7px;
    border-top: 1px solid var(--line);
}
.profile-pagination button {
    width: 36px;
    height: 36px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    color: var(--navy);
    cursor: pointer;
}
.profile-pagination button.active { background: var(--navy); color: #fff; border-color: var(--navy); }
.profile-pagination button:disabled { opacity: .35; cursor: default; }

/* Redesigned registered trips. */
.modern-journey-list { display: grid; gap: 18px; }
.journey-booking-card {
    overflow: hidden;
    border: 1px solid #dce4ed;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(16, 35, 58, .06);
}
.journey-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    border-bottom: 1px solid #edf1f5;
    background: linear-gradient(135deg, #fbfdff, #f5f9fd);
}
.journey-title-block { display: flex; align-items: center; gap: 13px; min-width: 0; }
.journey-type-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 48px;
    border-radius: 15px;
    background: #e8f2fb;
    color: var(--navy);
    font-size: 20px;
}
.journey-title-block small { color: var(--muted); font-size: 10px; }
.journey-title-block h3 { margin: 3px 0 0; font-size: 18px; line-height: 1.45; }
.journey-route-panel {
    display: grid;
    grid-template-columns: 1fr minmax(120px, .7fr) 1fr;
    gap: 18px;
    align-items: center;
    padding: 24px 28px;
}
.journey-route-point { display: flex; flex-direction: column; gap: 4px; }
.journey-route-point small { color: var(--muted); font-size: 10px; }
.journey-route-point strong { font-size: 21px; }
.journey-route-point span { color: #526479; font-size: 12px; }
.journey-route-line { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--orange); }
.journey-route-line i { height: 1px; flex: 1; background: #cbd6e2; }
.journey-info-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 0 22px 22px;
}
.journey-info-grid > div { padding: 13px 14px; border-radius: 14px; background: #f7f9fc; }
.journey-info-grid small { display: block; color: var(--muted); font-size: 9px; margin-bottom: 5px; }
.journey-info-grid strong { font-size: 12px; overflow-wrap: anywhere; }
.compact-info-message { margin: 0 22px 18px !important; }
.journey-card-footer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 16px 22px;
    border-top: 1px solid #edf1f5;
}

/* Tour sidebar secondary actions use the same visual language. */
.beautiful-tour-sidebar .tour-secondary-action {
    color: #17344f !important;
    background: #f3f6f9 !important;
    border-color: #dce4ec !important;
}
.beautiful-tour-sidebar .tour-secondary-action:hover { background: #e8eff6 !important; }

/* Homepage travel articles. */
.home-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.home-article-card,
.article-reading-card {
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    padding: 24px;
    box-shadow: 0 10px 26px rgba(17, 40, 68, .05);
}
.home-article-card > span,
.article-reading-card > span { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.home-article-card h3 { min-height: 58px; font-size: 17px; }
.home-article-card p,
.article-reading-card p { color: var(--muted); line-height: 1.9; }
.home-article-card a { color: var(--navy); font-weight: 850; font-size: 11px; }
.article-page-grid { display: grid; gap: 20px; }
.article-reading-card h2 { margin: 8px 0 12px; }

/* Expandable travel guide cards. */
.guide-accordion-list { display: grid; gap: 14px; max-width: 1000px; margin: 0 auto; }
.guide-accordion {
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
}
.guide-accordion summary {
    list-style: none;
    display: grid;
    grid-template-columns: 48px 1fr 38px;
    gap: 16px;
    align-items: center;
    padding: 20px 22px;
    cursor: pointer;
}
.guide-accordion summary::-webkit-details-marker { display: none; }
.guide-accordion summary > span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: #eef5fb;
    color: var(--navy);
    font-weight: 900;
}
.guide-accordion summary h3 { margin: 0 0 3px; }
.guide-accordion summary p { margin: 0; color: var(--muted); }
.guide-accordion summary b { font-size: 22px; color: var(--orange); transition: transform .2s; }
.guide-accordion[open] summary b { transform: rotate(45deg); }
.guide-expanded-content { padding: 0 86px 22px 22px; border-top: 1px solid #eef2f6; }
.guide-expanded-content p { margin: 18px 0 0; line-height: 2; color: #41536a; }
.lang-ru .guide-expanded-content { padding: 0 22px 22px 86px; }

@media (max-width: 1180px) {
    .aligned-search-grid,
    .tidy-flight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
    .aligned-search-grid > *,
    .tidy-flight-grid > * { grid-column: auto !important; }
    .aligned-search-grid .search-swap-button,
    .tidy-flight-grid .swap-button { width: 100% !important; }
}

@media (max-width: 850px) {
    .calendar-popover-panel {
        position: static !important;
        width: 100% !important;
        min-width: 0 !important;
        margin-top: 10px;
    }
    .enhanced-contact-layout,
    .home-article-grid,
    .journey-info-grid { grid-template-columns: 1fr !important; }
    .aligned-captcha-row,
    .lang-fa .aligned-captcha-row,
    .lang-ru .aligned-captcha-row {
        grid-template-columns: 1fr !important;
        grid-template-areas: "input" "code" "refresh" !important;
    }
    .contact-submit-button,
    .lang-ru .contact-submit-button { justify-self: stretch !important; }
    .journey-route-panel { grid-template-columns: 1fr; text-align: center; }
    .journey-route-line { transform: rotate(90deg); width: 100px; margin: 0 auto; }
    .journey-card-footer { flex-direction: column; }
    .journey-card-footer .button { width: 100%; }
    .lang-fa .specialty-card-with-sketch .specialty-main-link,
    .lang-ru .specialty-card-with-sketch .specialty-main-link { padding-inline: 20px !important; padding-top: 140px !important; }
    .specialty-card-with-sketch .specialty-sketch { left: 50% !important; right: auto !important; transform: translateX(-50%); }
    .specialty-card-with-sketch h3 { margin-top: 0 !important; }
}

@media (max-width: 620px) {
    .aligned-search-grid,
    .tidy-flight-grid { grid-template-columns: 1fr !important; }
    .journey-card-header,
    .journey-section-heading { flex-direction: column; align-items: stretch !important; }
    .profile-list-card { min-height: auto; }
    .guide-accordion summary { grid-template-columns: 42px 1fr 30px; padding: 16px; }
    .guide-expanded-content,
    .lang-ru .guide-expanded-content { padding: 0 16px 18px; }
}

/* Calendar popup on the flights page must not be clipped by the visual hero. */
.flight-market-hero { overflow: visible !important; }
.flight-market-hero .hero-slideshow { overflow: hidden; }
.flight-market-hero .linear-slide-indicator { z-index: 4; }
.flight-results-shell { position: relative; z-index: 1; }

/* ===== AvidTravel 2.0.1: marketplace search, calendar, passengers, flight cards and tour booking ===== */
.avid-search-wrapper,
.avid-flight-search-section { position: relative; z-index: 14; margin-top: -44px; }
.avid-search-box {
    position: relative;
    overflow: visible;
    border: 1px solid #e0e5eb;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(18, 40, 68, .12);
}
.avid-search-box-page { margin-top: -88px; }
.avid-search-header {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 20px;
    border-bottom: 1px solid #edf0f4;
}
.avid-search-header > strong { display: flex; align-items: center; gap: 9px; color: #12385f; font-size: 17px; }
.avid-trip-tabs { display: flex; gap: 9px; }
.avid-trip-tabs button {
    height: 50px;
    min-width: 132px;
    border: 0;
    border-radius: 999px;
    background: #eef1f4;
    color: #102f50;
    font-weight: 900;
    cursor: pointer;
}
.avid-trip-tabs button.active { background: #123b67; color: #fff; }
.avid-flight-search-grid {
    display: grid;
    grid-template-columns: minmax(150px,1.25fr) 58px minmax(150px,1.25fr) minmax(150px,1fr) minmax(150px,1fr) minmax(150px,.9fr) minmax(130px,.78fr) 140px;
    align-items: stretch;
    gap: 10px;
    padding: 18px 20px 22px;
    overflow: visible;
}
.avid-flight-search-grid > * { min-width: 0; }
.avid-route-swap {
    width: 46px;
    height: 46px;
    align-self: center;
    justify-self: center;
    border: 1px solid #ccd6e1;
    border-radius: 50%;
    background: #fff;
    color: #173b63;
    font-size: 20px;
    cursor: pointer;
}
.avt-field-label { color: #7c8798; font-size: 11px; font-weight: 800; }
.avt-airport-autocomplete,
.avt-date-picker,
.avt-passenger-selector { position: relative; min-width: 0; }
.avt-airport-trigger,
.avt-date-trigger,
.avt-passenger-trigger,
.avid-class-selector {
    width: 100%;
    height: 100%;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 13px 15px;
    border: 1px solid #dce3eb;
    border-radius: 17px;
    background: #fff;
    color: #142d4a;
    text-align: inherit;
}
.avt-airport-trigger,
.avt-date-trigger,
.avt-passenger-trigger { cursor: pointer; }
.avt-airport-trigger strong,
.avt-date-trigger strong,
.avt-passenger-trigger strong { font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.avt-airport-trigger small,
.avt-date-trigger small,
.avt-passenger-trigger small,
.avid-class-selector small { color: #8a95a4; font-size: 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.avt-date-trigger.disabled { opacity: .5; cursor: not-allowed; background: #f4f6f8; }
.avid-class-selector select { border: 0; padding: 0; min-height: 31px; background: transparent; font-weight: 900; color: #142d4a; }
.avid-search-submit { height: 58px; align-self: center; border-radius: 13px; font-size: 17px; }

.avt-autocomplete-popover,
.avt-passenger-popover,
.avt-calendar-popover {
    position: absolute;
    top: calc(100% + 10px);
    z-index: 120;
    border: 1px solid #dfe5ec;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(15, 35, 60, .18);
}
.avt-autocomplete-popover { inset-inline-start: 0; width: min(420px, 92vw); overflow: hidden; }
.avt-autocomplete-search { display: grid; grid-template-columns: 28px 1fr 30px; gap: 8px; align-items: center; padding: 12px; border-bottom: 1px solid #edf1f5; }
.avt-autocomplete-search input { border: 0; min-height: 42px; padding: 0; }
.avt-autocomplete-search button { border: 0; background: transparent; font-size: 20px; cursor: pointer; }
.avt-airport-results { max-height: 330px; overflow: auto; padding: 8px; }
.avt-airport-option { width: 100%; display: grid; grid-template-columns: 58px 1fr auto; gap: 12px; align-items: center; padding: 12px; border: 0; border-radius: 12px; background: transparent; color: #152f4e; text-align: inherit; cursor: pointer; }
.avt-airport-option:hover { background: #f3f8fd; }
.avt-airport-code { display: grid; place-items: center; min-height: 38px; border-radius: 10px; background: #eaf3fb; color: #0c6ab5; font-weight: 900; }
.avt-airport-names { display: flex; flex-direction: column; gap: 3px; }
.avt-airport-names small,
.avt-airport-option em { color: #8591a1; font-size: 10px; font-style: normal; }
.avt-no-result { padding: 24px; color: #7b8797; text-align: center; }

.avt-passenger-popover { inset-inline-end: 0; width: min(350px, 92vw); padding: 8px 18px 14px; }
.avt-passenger-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid #edf1f5; }
.avt-passenger-row > div:first-child { display: flex; flex-direction: column; gap: 3px; }
.avt-passenger-row small { color: #7d8898; font-size: 10px; }
.avt-counter { display: grid; grid-template-columns: 38px 30px 38px; align-items: center; gap: 7px; }
.avt-counter button { width: 36px; height: 36px; border: 0; border-radius: 10px; background: #137bd1; color: #fff; font-size: 20px; cursor: pointer; }
.avt-counter button:disabled { background: #9fc9ed; opacity: .65; cursor: default; }
.avt-counter b { text-align: center; }
.avt-passenger-footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 13px; }
.avt-passenger-footer small { color: #7e8a9b; }
.avt-passenger-footer button { border: 0; border-radius: 10px; background: #137bd1; color: #fff; padding: 9px 18px; cursor: pointer; }

.avt-calendar-popover { inset-inline-start: 0; width: min(760px, 94vw); padding: 0; overflow: hidden; }
.lang-fa .avt-date-picker:nth-of-type(5) .avt-calendar-popover { inset-inline-start: auto; inset-inline-end: 0; }
.avt-calendar-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid #e8edf2; }
.avt-calendar-mode { display: flex; gap: 8px; }
.avt-calendar-mode button,
.avt-today-button { border: 0; background: transparent; color: #0876cf; font-weight: 800; cursor: pointer; }
.avt-calendar-mode button.active { border-bottom: 2px solid #0876cf; }
.avt-calendar-navigation { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; padding: 12px 18px 0; text-align: center; }
.avt-calendar-navigation button { width: 38px; height: 38px; border: 0; background: #f2f6fa; border-radius: 10px; cursor: pointer; font-size: 22px; }
.avt-calendar-months { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 12px 18px 18px; }
.avt-calendar-month h4 { text-align: center; margin: 8px 0 12px; }
.avt-weekdays,
.avt-days-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.avt-weekdays span { color: #8a95a3; font-size: 10px; text-align: center; padding: 5px; }
.avt-days-grid button,
.avt-days-grid .empty { min-height: 36px; }
.avt-days-grid button { border: 0; border-radius: 9px; background: transparent; color: #233d5d; cursor: pointer; }
.avt-days-grid button:hover { background: #eaf4fd; }
.avt-days-grid button.weekend { color: #f04452; }
.avt-days-grid button.selected { background: #0876cf; color: #fff; }
.avt-days-grid button.today { box-shadow: inset 0 0 0 1px #0876cf; }
.avt-days-grid button.past { opacity: .3; cursor: not-allowed; }
.avt-calendar-footer { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; padding: 13px 18px; border-top: 1px solid #e8edf2; background: #fbfcfe; }
.avt-calendar-footer button { border: 0; border-radius: 10px; background: #78b6e8; color: #fff; padding: 10px 28px; cursor: pointer; }

.avid-flight-search-section { overflow: visible; }
.avid-flight-results-shell { padding-top: 36px; }
.avid-results-layout { grid-template-columns: 260px minmax(0,1fr); }
.avid-flight-list { display: grid; gap: 16px; }
.avid-flight-card { display: grid; grid-template-columns: minmax(0,1fr) 250px; overflow: hidden; border: 1px solid #dce3eb; border-radius: 18px; background: #fff; box-shadow: 0 7px 20px rgba(20,40,65,.06); }
.avid-flight-main { padding: 18px 22px 15px; }
.avid-airline-block { display: flex; align-items: center; gap: 11px; }
.avid-airline-logo { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #edf3f8; color: #1b4e78; font-weight: 900; }
.avid-airline-block > div:last-child { display: flex; flex-direction: column; gap: 2px; }
.avid-airline-block small { color: #7d8998; }
.avid-flight-badges { display: flex; flex-wrap: wrap; gap: 6px; margin: -42px 0 18px; justify-content: flex-start; }
.avid-flight-badges span { padding: 5px 10px; border-radius: 999px; background: #e9edf1; color: #5a6573; font-size: 9px; }
.avid-flight-route { display: grid; grid-template-columns: 1fr minmax(180px,.9fr) 1fr; gap: 18px; align-items: center; margin-top: 12px; }
.avid-flight-route > div:not(.avid-flight-line) { display: flex; flex-direction: column; gap: 3px; }
.avid-flight-route strong { font-size: 25px; }
.avid-flight-route span { font-weight: 800; }
.avid-flight-route small { color: #8793a2; }
.avid-flight-line { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; text-align: center; }
.avid-flight-line small,
.avid-flight-line em { grid-column: 1 / -1; color: #7d8997; font-size: 9px; font-style: normal; }
.avid-flight-line i { height: 1px; background: #c7d2df; }
.avid-flight-line span { color: #9aabba; }
.avid-flight-links { display: flex; gap: 24px; margin-top: 19px; }
.avid-flight-links a { color: #0876cf; font-size: 10px; font-weight: 800; }
.avid-flight-price { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; padding: 20px; border-inline-start: 1px solid #e1e6ec; background: #fcfdff; text-align: center; }
.avid-flight-price small { color: #7b8797; }
.avid-flight-price strong { color: #0876cf; font-size: 23px; }
.avid-flight-price span { color: #7c8795; font-size: 10px; }
.avid-flight-price em { font-style: normal; font-weight: 900; color: #4e5c6d; margin-bottom: 6px; }
.avid-flight-price .button { width: 100%; }

.avid-faq-section { max-width: 1180px; }
.avid-faq-list { display: grid; gap: 14px; }
.avid-faq-item { border: 1px solid #dfe4ea; border-radius: 14px; background: #fff; box-shadow: 0 6px 18px rgba(20,40,65,.05); overflow: hidden; }
.avid-faq-item summary { list-style: none; display: grid; grid-template-columns: 42px 1fr 32px; align-items: center; gap: 12px; padding: 20px 22px; cursor: pointer; }
.avid-faq-item summary::-webkit-details-marker { display: none; }
.avid-faq-item summary > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #e7f8fb; color: #05a6b8; font-size: 25px; }
.avid-faq-item summary b { color: #64758a; font-size: 20px; transition: transform .2s; }
.avid-faq-item[open] summary b { transform: rotate(180deg); }
.avid-faq-item > div { padding: 0 76px 20px 22px; color: #536579; line-height: 1.9; }
.lang-ru .avid-faq-item > div { padding: 0 22px 20px 76px; }

.avid-tour-detail-layout { grid-template-columns: minmax(0,1fr) 360px; align-items: start; }
.avid-tour-content { display: grid; gap: 18px; }
.avid-tour-facts { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 22px; }
.avid-tour-facts > div { padding: 14px; border-radius: 14px; background: #f5f8fb; }
.avid-tour-facts small { display: block; color: #8390a0; margin-bottom: 5px; }
.avid-tour-sections { display: grid; gap: 12px; }
.avid-tour-section { border: 1px solid #dfe5ec; border-radius: 16px; background: #fff; overflow: hidden; }
.avid-tour-section summary { list-style: none; display: grid; grid-template-columns: 48px 1fr 32px; align-items: center; gap: 12px; padding: 18px 20px; cursor: pointer; }
.avid-tour-section summary::-webkit-details-marker { display: none; }
.avid-tour-section summary span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #eaf4fc; color: #0b6eb5; font-weight: 900; }
.avid-tour-section summary b { transition: transform .2s; }
.avid-tour-section[open] summary b { transform: rotate(180deg); }
.avid-tour-section > div { padding: 0 80px 18px 20px; color: #506276; line-height: 2; }
.lang-ru .avid-tour-section > div { padding: 0 20px 18px 80px; }
.avid-tour-booking-sidebar { display: grid; gap: 13px; position: sticky; top: 110px; }
.avid-tour-booking-heading { display: grid; gap: 4px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.14); }
.avid-tour-booking-heading h2 { margin: 0; font-size: 18px; }
.avid-tour-booking-sidebar .avt-airport-trigger,
.avid-tour-booking-sidebar .avt-date-trigger,
.avid-tour-booking-sidebar .avt-passenger-trigger { min-height: 74px; color: #17344f; }
.avid-tour-currency-select { display: grid; gap: 6px; color: #fff; }
.avid-tour-currency-select select { min-height: 44px; border-radius: 12px; }
.avid-tour-price-summary { display: grid; gap: 8px; padding: 14px; border-radius: 14px; background: rgba(255,255,255,.08); }
.avid-tour-price-summary > div { display: flex; justify-content: space-between; gap: 12px; }
.avid-tour-price-summary hr { width: 100%; border: 0; border-top: 1px solid rgba(255,255,255,.15); }
.avid-tour-price-summary .dual-total strong { color: #ffd16a; }

.passenger-form-card { display: grid; gap: 13px; padding: 20px; border: 1px solid #dfe5ec; border-radius: 18px; background: #fbfcfe; }
.passenger-form-card header { display: flex; align-items: center; gap: 12px; padding-bottom: 11px; border-bottom: 1px solid #e6ebf0; }
.passenger-form-card header > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: #123b67; color: #fff; }
.passenger-form-card header > div { display: flex; flex-direction: column; gap: 2px; }
.passenger-form-card header small { color: #8490a0; }
.multi-passenger-booking-form { display: grid; gap: 16px; }
.booking-passenger-summary { display: flex; flex-wrap: wrap; gap: 8px; }
.booking-passenger-summary span { padding: 7px 10px; border-radius: 999px; background: #eef4f9; color: #294762; font-size: 10px; }
.admin-content-section { margin-top: 16px; padding: 16px; border: 1px solid #e2e7ed; border-radius: 14px; background: #f9fbfd; }
.admin-content-section h3 { margin-top: 0; }

@media (max-width: 1280px) {
    .avid-flight-search-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
    .avid-flight-search-grid .avid-route-swap { width: 100%; border-radius: 12px; }
    .avid-search-submit { width: 100%; }
}
@media (max-width: 1050px) {
    .avid-results-layout,
    .avid-tour-detail-layout { grid-template-columns: 1fr; }
    .avid-filter-card { display: none; }
    .avid-tour-booking-sidebar { position: static; }
    .avid-tour-facts { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 820px) {
    .avid-search-wrapper,
    .avid-flight-search-section { margin-top: -18px; }
    .avid-search-box-page { margin-top: -35px; }
    .avid-search-header { flex-direction: column; align-items: stretch; }
    .avid-trip-tabs button { min-width: 0; flex: 1; }
    .avid-flight-search-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .avt-calendar-popover { position: fixed; inset: auto 12px 12px 12px; width: auto; max-height: 82vh; overflow: auto; }
    .avt-calendar-months { grid-template-columns: 1fr; }
    .avid-flight-card { grid-template-columns: 1fr; }
    .avid-flight-price { border-inline-start: 0; border-top: 1px solid #e1e6ec; }
    .avid-flight-badges { margin: 12px 0; justify-content: flex-start; }
    .avid-flight-route { grid-template-columns: 1fr; text-align: center; }
    .avid-flight-line { width: 160px; margin: 0 auto; }
}
@media (max-width: 560px) {
    .avid-flight-search-grid { grid-template-columns: 1fr; }
    .avid-route-swap { width: 100%; border-radius: 12px; }
    .avt-autocomplete-popover,
    .avt-passenger-popover { position: fixed; inset: auto 10px 10px 10px; width: auto; max-height: 75vh; }
    .avid-tour-facts { grid-template-columns: 1fr; }
    .avid-faq-item summary { padding: 15px; grid-template-columns: 36px 1fr 24px; }
    .avid-faq-item > div,
    .lang-ru .avid-faq-item > div { padding: 0 15px 16px; }
}

/* ===== AvidTravel 2.0.1 interaction and account refinements ===== */
.compact-slider-services.on-slider {
    bottom: 150px !important;
}

.avid-search-box,
.avid-search-box-page,
.avid-flight-search-section,
.home-search-wrapper,
.avid-flight-search-grid {
    overflow: visible !important;
}

.avt-autocomplete-popover,
.avt-passenger-popover,
.avt-calendar-popover {
    z-index: 600 !important;
}

.avt-days-grid button.available-flight:not(.selected) {
    font-weight: 950;
    color: #0b5f9e;
    background: rgba(8, 118, 207, .055);
    box-shadow: inset 0 0 0 1px rgba(8, 118, 207, .22);
}

.avt-days-grid button.available-flight.weekend:not(.selected) {
    color: #d63245;
    box-shadow: inset 0 0 0 1px rgba(214, 50, 69, .22);
}

.health-hero-grid {
    grid-template-columns: minmax(0, 780px) !important;
}

.avid-flight-heading-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.avid-flight-badges {
    margin: 0 !important;
    justify-content: flex-end;
    align-items: center;
    flex: 0 0 auto;
}

.lang-fa .avid-flight-badges {
    margin-inline-start: auto !important;
}

.lang-ru .avid-flight-badges {
    margin-inline-end: auto !important;
}

.avid-flight-card {
    grid-template-rows: auto auto;
}

.avid-refund-details {
    grid-column: 1 / -1;
    border-top: 1px solid #e4eaf0;
    background: #fbfdff;
}

.avid-refund-details summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 13px 22px;
    color: #0876cf;
    font-size: 11px;
    font-weight: 900;
    cursor: pointer;
}

.avid-refund-details summary::-webkit-details-marker {
    display: none;
}

.avid-refund-details summary b {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    line-height: 1;
    transform-origin: 50% 50%;
    transition: transform .2s ease;
}

.avid-refund-details[open] summary b {
    transform: rotate(180deg);
}

.avid-refund-details > div {
    padding: 0 22px 18px;
    color: #536579;
    line-height: 1.95;
}

.avid-faq-item summary b {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    line-height: 1;
    transform-origin: 50% 50% !important;
}

.aligned-captcha-row,
.lang-fa .aligned-captcha-row,
.lang-ru .aligned-captcha-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 120px 56px !important;
    grid-template-areas: "input code refresh" !important;
    gap: 14px !important;
    align-items: end !important;
}

.lang-fa .aligned-captcha-row {
    grid-template-areas: "input code refresh" !important;
}

.captcha-entry-field {
    grid-area: input;
}

.captcha-entry-field label {
    display: grid;
    gap: 8px;
}

.captcha-entry-field input,
.captcha-code,
.captcha-refresh-button.icon-only {
    height: 56px !important;
    min-height: 56px !important;
    box-sizing: border-box;
}

.captcha-code {
    grid-area: code;
    min-width: 120px;
    letter-spacing: .18rem;
}

.captcha-refresh-button.icon-only {
    grid-area: refresh;
    width: 56px;
    min-width: 56px;
    padding: 0 !important;
    display: grid;
    place-items: center;
    font-size: 24px;
    line-height: 1;
}

.image-article-card {
    overflow: hidden;
    padding: 0 !important;
}

.home-article-image {
    display: block;
    height: 160px;
    overflow: hidden;
}

.home-article-image img,
.article-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.image-article-card:hover .home-article-image img,
.article-list-card:hover .article-list-image img {
    transform: scale(1.045);
}

.image-article-card > div {
    padding: 18px 20px 21px;
}

.article-listing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.article-list-card {
    overflow: hidden;
    border: 1px solid #dfe5ec;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(20, 40, 65, .07);
}

.article-list-image {
    display: block;
    height: 220px;
    overflow: hidden;
}

.article-list-card > div {
    padding: 22px;
}

.article-list-card > div > span {
    color: #f08b00;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.article-list-card h2 {
    margin: 10px 0;
    font-size: 21px;
}

.article-list-card h2 a,
.article-read-more {
    color: #123b67;
    text-decoration: none;
}

.article-list-card p {
    color: #617185;
    line-height: 1.9;
}

.article-read-more {
    display: inline-flex;
    margin-top: 12px;
    font-weight: 900;
}

.article-detail-hero {
    position: relative;
    height: 440px;
    overflow: hidden;
    color: #fff;
}

.article-detail-hero > img,
.article-detail-hero .slide-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.article-detail-hero > img {
    object-fit: cover;
}

.article-detail-hero .slide-overlay {
    background: linear-gradient(90deg, rgba(7, 22, 39, .9), rgba(7, 22, 39, .35));
}

.article-detail-hero-copy {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 860px;
}

.article-detail-hero-copy h1 {
    max-width: 760px;
    font-size: clamp(36px, 5vw, 62px);
}

.article-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 24px;
    padding-block: 34px 70px;
    align-items: start;
}

.article-detail-body {
    display: grid;
    gap: 28px;
}

.article-detail-body section + section {
    padding-top: 24px;
    border-top: 1px solid #e7ebf0;
}

.article-detail-body p {
    color: #52667b;
    line-height: 2.15;
}

.article-detail-aside {
    position: sticky;
    top: 110px;
    display: grid;
    gap: 14px;
}

.article-detail-aside > a {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 12px;
    align-items: center;
    color: #173b63;
    text-decoration: none;
    font-weight: 800;
}

.article-detail-aside img {
    width: 86px;
    height: 64px;
    object-fit: cover;
    border-radius: 10px;
}

.ticket-page-actions,
.cancel-request-card {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
}

.cancel-request-card {
    grid-template-columns: 1fr;
}

.cancel-request-card .button {
    width: 100%;
}

.account-sidebar-debt {
    margin-top: 16px;
    padding: 16px;
    border-radius: 17px;
    background: linear-gradient(145deg, #fff7e8, #fffdf8);
    border: 1px solid #f2d39c;
    display: grid;
    gap: 7px;
}

.account-sidebar-debt small {
    color: #98621c;
    font-weight: 800;
}

.account-sidebar-debt strong {
    color: #7b4300;
    font-size: 22px;
}

.account-sidebar-debt span {
    color: #815f35;
    font-size: 10px;
    line-height: 1.7;
}

.account-sidebar-debt a {
    margin-top: 5px;
    padding: 9px 11px !important;
    border-radius: 11px !important;
    background: #f4a000 !important;
    color: #182534 !important;
    text-align: center;
}

.loyalty-score-breakdown {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin: 14px 0 6px;
}

.loyalty-score-breakdown span {
    padding: 10px;
    border-radius: 12px;
    background: #f3f7fb;
    color: #52667b;
    font-size: 10px;
}

.loyalty-score-breakdown b {
    color: #123b67;
}

@media (max-width: 1050px) {
    .compact-slider-services.on-slider {
        bottom: 125px !important;
    }

    .article-listing-grid,
    .article-detail-layout {
        grid-template-columns: 1fr;
    }

    .article-detail-aside {
        position: static;
    }

    .loyalty-score-breakdown {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .compact-slider-services.on-slider {
        position: static !important;
        margin-top: 18px;
    }

    .avid-flight-heading-row {
        flex-direction: column;
    }

    .avid-flight-badges {
        justify-content: flex-start;
    }

    .aligned-captcha-row,
    .lang-fa .aligned-captcha-row,
    .lang-ru .aligned-captcha-row {
        grid-template-columns: minmax(0, 1fr) 105px 56px !important;
    }
}

@media (max-width: 560px) {
    .aligned-captcha-row,
    .lang-fa .aligned-captcha-row,
    .lang-ru .aligned-captcha-row {
        grid-template-columns: 1fr 1fr !important;
        grid-template-areas:
            "input input"
            "code refresh" !important;
    }

    .captcha-code {
        min-width: 0;
    }

    .article-detail-hero {
        height: 360px;
    }

    .loyalty-score-breakdown {
        grid-template-columns: 1fr;
    }
}

/* ===== AvidTravel 2.0.1 contact validation and captcha alignment ===== */
.aligned-captcha-row,
.lang-fa .aligned-captcha-row,
.lang-ru .aligned-captcha-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 120px 56px !important;
    grid-template-areas: "input code refresh" !important;
    align-items: start !important;
    gap: 14px !important;
}

.captcha-control-group {
    display: grid;
    grid-template-rows: 22px 56px;
    gap: 8px;
    align-items: stretch;
}

.captcha-entry-field { grid-area: input; }
.captcha-static-field { grid-area: code; }
.captcha-refresh-field { grid-area: refresh; }

.captcha-control-label {
    display: flex;
    align-items: center;
    min-height: 22px;
    font-size: .88rem;
    font-weight: 700;
    color: #34445a;
    white-space: nowrap;
}

.captcha-entry-field input,
.captcha-code,
.captcha-refresh-button.icon-only {
    width: 100%;
    height: 56px !important;
    min-height: 56px !important;
    margin: 0 !important;
    box-sizing: border-box;
}

.captcha-code {
    min-width: 0 !important;
    display: grid;
    place-items: center;
}

.captcha-refresh-button.icon-only {
    min-width: 56px !important;
    padding: 0 !important;
    display: grid;
    place-items: center;
}

@media (max-width: 560px) {
    .aligned-captcha-row,
    .lang-fa .aligned-captcha-row,
    .lang-ru .aligned-captcha-row {
        grid-template-columns: minmax(0, 1fr) 104px 56px !important;
        grid-template-areas: "input code refresh" !important;
        gap: 8px !important;
    }

    .captcha-control-label {
        font-size: .78rem;
    }
}

.password-change-shell{max-width:720px;margin:4rem auto}.password-change-card{display:grid;gap:1rem;padding:2rem}.password-change-card form{display:grid;gap:1rem}.password-change-card label{display:grid;gap:.45rem}
.security-facts{display:grid;gap:.4rem;padding:1rem;border-radius:16px;background:#f6f8fb}.security-facts span{font-size:.88rem;color:#607086}.status-chip{display:inline-flex;padding:.25rem .55rem;border-radius:999px;font-size:.78rem;font-weight:800}.status-chip.success{background:#e6f7ef;color:#08734d}.status-chip.danger{background:#fff0f0;color:#a52a2a}.user-security-list td small{display:block;margin-top:.25rem;color:#7c8798}

/* ===== AvidTravel 2.3.0 flight administration ===== */
.flight-form-section{display:grid;gap:.8rem;padding:1rem 0;border-bottom:1px solid #e8edf4}.flight-form-section h3,.schedule-panel h3{margin:0;color:#21324a}.flight-form-section label,.schedule-panel label{display:grid;gap:.4rem}.schedule-panel{display:grid;gap:1rem;margin-top:1.4rem;padding:1.15rem;border:1px solid #dce5f0;border-radius:16px;background:#f8fafc}.schedule-panel p{margin:.35rem 0 0;color:#66758a;font-size:.9rem}.admin-feedback{margin:0 0 1rem;padding:.85rem 1rem;border-radius:12px}.admin-feedback.success-inline{display:block;background:#eaf8f1;color:#08734d}.admin-feedback.validation-message{background:#fff1f1;color:#a52a2a}.list-card{overflow:auto}.list-card table{min-width:760px}

/* ===== AvidTravel 2.4.0 account, offices and management ===== */
.header-logout-form,.account-logout-form{margin:0}.header-logout-form button{border:0}.logout-button{background:#fff1f1!important;color:#9f2f2f!important}.admin-button{background:#eef4ff!important;color:#2458a6!important}.account-logout-button{width:100%;padding:.8rem 1rem;border:1px solid #f0caca;border-radius:12px;background:#fff4f4;color:#a12f2f;font-weight:800;text-align:start}.account-logout-button:hover{background:#ffeaea}.sales-offices-section{margin-block:3rem}.dynamic-office-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.2rem}.dynamic-office-card{display:grid;gap:1rem;padding:1.3rem;border:1px solid #e1e7ef;border-radius:20px;background:#fff;box-shadow:var(--shadow-sm)}.dynamic-office-card h3{margin:.15rem 0}.dynamic-office-card dl{display:grid;gap:.7rem;margin:0}.dynamic-office-card dl div{display:grid;gap:.2rem}.dynamic-office-card dt{font-size:.78rem;color:var(--muted)}.dynamic-office-card dd{margin:0}.office-map-link{display:inline-flex;justify-content:center;padding:.7rem 1rem;border-radius:12px;background:#eef7f5;color:#087f76;font-weight:800}.admin-help-banner{margin-bottom:1rem;padding:1rem 1.15rem;border:1px solid #d7e4f5;border-radius:14px;background:#f3f7fd;color:#334d72}.admin-head-actions{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.admin-quick-actions{margin-bottom:1.3rem}.admin-action-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.admin-action-grid a{display:grid;gap:.3rem;padding:1rem;border:1px solid #e1e7ef;border-radius:14px;background:#f8fafc}.admin-action-grid a:hover{border-color:#9cb9e6;background:#f1f6fd}.admin-action-grid span,.field-help{color:var(--muted);font-size:.84rem}.compact-metrics{margin-bottom:1rem}
@media(max-width:900px){.admin-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.admin-action-grid{grid-template-columns:1fr}.header-logout-form .header-action-button span{display:none}}

/* ===== AvidTravel 2.5.0 list-first administration and multilingual content ===== */
.standalone-admin-editor{width:100%;max-width:1180px;margin:0 auto}.editor-card-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.2rem}.editor-card-head h2{margin:0}.admin-entity-table td small,.list-card td small{display:block;color:var(--muted);margin-top:.25rem}.table-entity-title{display:flex;align-items:center;gap:.7rem;min-width:220px}.table-entity-title img{width:64px;height:46px;object-fit:cover;border-radius:9px}.table-actions{display:flex;gap:.4rem;flex-wrap:wrap}.icon-button.danger{color:#a52a2a;border-color:#efc6c6;background:#fff4f4}.delete-confirm{display:flex;align-items:center;gap:.45rem;margin-top:.55rem;padding:.45rem .6rem;border-radius:9px;background:#fff3f3;color:#852626;font-size:.8rem}.delete-confirm button{border:1px solid #e3b8b8;border-radius:7px;background:#fff;padding:.2rem .55rem}.language-chip-row{display:flex;gap:.3rem;flex-wrap:wrap}.language-chip-row span{padding:.2rem .45rem;border-radius:999px;background:#edf3fb;color:#365a86;font-size:.72rem;font-weight:800}.language-content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.language-content-grid fieldset{display:grid;gap:.7rem;margin:0;padding:1rem;border:1px solid #dfe6ef;border-radius:14px;background:#fafbfd}.language-content-grid legend{padding:0 .4rem;color:#27496f;font-weight:900}.language-content-grid label{display:grid;gap:.35rem}.language-toggle-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.6rem}.language-toggle-grid .check-row{padding:.7rem;border:1px solid #dfe6ef;border-radius:10px;background:#fff}.payment-editor{border:1px solid #d6e2f0;border-radius:15px;padding:1rem;background:#f8fbff}.payment-part-row{display:grid;grid-template-columns:220px minmax(0,1fr);gap:1rem}.payment-part-row label{display:grid;gap:.35rem}.payment-part-row.combined{margin-top:.7rem;padding-top:.7rem;border-top:1px dashed #cdd9e8}.combined-price{display:grid;line-height:1.35}.combined-price span{color:#9b5c00;font-weight:800}.office-image-preview,.office-public-gallery{display:flex;gap:.7rem;overflow:auto}.office-image-preview img{width:150px;height:95px;object-fit:cover;border-radius:12px;border:1px solid #dfe6ef}.office-public-gallery{margin:-1.3rem -1.3rem 0}.office-public-gallery img{width:100%;min-width:100%;height:190px;object-fit:cover;border-radius:20px 20px 0 0}.lang-en,.lang-tr{font-family:var(--font-ru)}.lang-ar{font-family:var(--font-fa)}
@media(max-width:900px){.language-content-grid{grid-template-columns:1fr}.language-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-part-row{grid-template-columns:1fr}.editor-card-head{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.language-toggle-grid{grid-template-columns:1fr}.table-actions{min-width:190px}}

/* ===== AvidTravel 2.6.0 secure access, managed media and support teams ===== */
.captcha-field{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:.8rem;align-items:end}.captcha-preview{display:grid;gap:.45rem}.captcha-preview img{width:100%;height:58px;object-fit:cover;border:1px solid #d6dfeb;border-radius:10px;background:#f7fafc}.captcha-refresh{border:0;background:transparent;color:#2458a6;font-weight:800;cursor:pointer}.admin-login-redesign{grid-template-columns:minmax(0,1.15fr) minmax(380px,.85fr);background:#f4f7fb}.admin-auth-showcase{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;padding:3rem 4rem;color:#fff;background:linear-gradient(145deg,rgba(8,34,72,.96),rgba(6,109,103,.9)),url('/images/headers/home/home-05.webp') center/cover}.admin-login-brand{color:#fff}.admin-auth-copy{max-width:680px;padding-bottom:4rem}.admin-auth-copy h1{font-size:clamp(2rem,4vw,4rem);line-height:1.25;margin:.8rem 0}.admin-auth-copy p{max-width:620px;color:#dce9f5;line-height:2}.admin-auth-features{display:flex;gap:.7rem;flex-wrap:wrap}.admin-auth-features span{padding:.55rem .9rem;border:1px solid rgba(255,255,255,.3);border-radius:999px;background:rgba(255,255,255,.08)}.admin-login-panel{display:flex;justify-content:center;align-items:center;padding:3rem}.admin-login-form{width:min(100%,470px);padding:2.2rem;border:1px solid #dfe6ef;border-radius:24px;background:#fff;box-shadow:0 24px 70px rgba(22,45,75,.12)}.admin-login-heading{display:flex;align-items:center;gap:1rem}.admin-login-lock{display:grid;place-items:center;width:48px;height:48px;border-radius:15px;background:#e5f5f2;color:#087c72;font-size:1.3rem;font-weight:900}.admin-login-notice{display:block;color:#758398;text-align:center}.upload-box{display:grid!important;gap:.5rem;padding:1rem;border:1px dashed #aebdd0;border-radius:13px;background:#f8fbff}.map-point-editor{display:grid;gap:.8rem;margin:1rem 0;padding:1rem;border:1px solid #dce5ef;border-radius:14px}.support-assignment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.support-assignment-grid .check-row{padding:.75rem;border:1px solid #dde5ef;border-radius:11px;background:#fff}.support-assignment-grid small{display:block;color:var(--muted)}.tour-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.tour-gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:13px}.tour-video-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.tour-video-grid video{width:100%;border-radius:13px;background:#101827}.tour-document-list{display:flex;gap:.7rem;flex-wrap:wrap}.tour-document-list a{padding:.7rem 1rem;border-radius:10px;background:#eef4fb;font-weight:800}.tour-map-frame iframe{width:100%;height:380px;border:0;border-radius:16px}.tour-map-points{display:grid;gap:1rem;margin-top:1rem}.tour-map-points article{display:grid;grid-template-columns:150px 1fr;gap:1rem;padding:1rem;border:1px solid #e0e7ef;border-radius:14px}.tour-map-points img{width:150px;height:110px;object-fit:cover;border-radius:10px}.managed-article-body{white-space:pre-line;line-height:2.1}.traveler-line{display:block;margin:.2rem 0}.tour-media-section,.tour-map-section{margin-top:1rem}
@media(max-width:900px){.admin-login-redesign{grid-template-columns:1fr}.admin-auth-showcase{min-height:370px;padding:2rem}.admin-auth-copy{padding-bottom:0}.admin-login-panel{padding:1.5rem}.tour-gallery-grid,.tour-video-grid,.support-assignment-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.captcha-field,.tour-gallery-grid,.tour-video-grid,.support-assignment-grid{grid-template-columns:1fr}.tour-map-points article{grid-template-columns:1fr}.tour-map-points img{width:100%;height:180px}}

/* ===== AvidTravel 2.6.5 compact mobile header ===== */
.mobile-nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 11px;
    border: 1px solid #dbe3ec;
    border-radius: 11px;
    background: #fff;
    color: #17243a;
    font: inherit;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}
.mobile-nav-toggle-icon { font-size: 18px; line-height: 1; }

@media (max-width: 760px) {
    .site-header.refined-header {
        position: relative !important;
        inset-block-start: auto !important;
        min-height: 0 !important;
        padding: 0 !important;
        background: #fff;
        backdrop-filter: none;
    }

    .site-header .enhanced-header-inner,
    .site-header.refined-header .header-inner {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-rows: auto auto auto;
        align-items: center;
        gap: 7px 9px !important;
        width: min(calc(100% - 20px), 720px);
        min-height: 0 !important;
        padding-block: 7px !important;
    }

    .site-header .brand {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        min-width: 0;
        gap: 7px;
    }
    .site-header .brand img { width: 32px; height: 32px; }
    .site-header .brand strong {
        max-width: 48vw;
        overflow: hidden;
        font-size: 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .site-header .brand small { display: none; }

    .mobile-nav-toggle {
        display: inline-flex;
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }

    .site-header .merged-header-actions {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(72px, 1fr)) !important;
        width: 100%;
        gap: 6px !important;
        margin: 0;
    }
    .site-header .merged-header-actions > *,
    .site-header .header-logout-form { min-width: 0; }
    .site-header .compact-language-menu summary,
    .site-header .header-action-button {
        width: 100% !important;
        min-width: 0 !important;
        min-height: 36px !important;
        height: 36px;
        padding: 4px 7px !important;
        border-radius: 10px;
        font-size: 10px;
    }
    .site-header .compact-language-menu summary { justify-content: center; }
    .site-header .compact-language-menu .language-selected-title { font-size: 10px; }

    .site-header .responsive-main-nav {
        display: none !important;
        grid-column: 1 / -1 !important;
        grid-row: 3;
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 7px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 6px !important;
        overflow: visible !important;
        border: 1px solid #e1e7ef !important;
        border-radius: 13px;
        background: #f7f9fc;
        box-shadow: none;
    }
    .site-header .responsive-main-nav.mobile-open { display: grid !important; }
    .site-header .responsive-main-nav a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 7px 8px !important;
        border: 1px solid transparent !important;
        border-radius: 9px;
        background: #fff;
        color: #1c293c;
        font-size: 11px;
        text-align: center;
        white-space: normal;
    }
    .site-header .responsive-main-nav a:hover,
    .site-header .responsive-main-nav a.active {
        border-color: #f1bd4f !important;
        background: #fff7df;
        color: #a55e00;
    }
    .site-header .responsive-main-nav a:last-child:nth-child(odd) { grid-column: 1 / -1; }
}

/* ===== AvidTravel 2.7.1 resilient public search/tour widgets ===== */
[data-avt-popover][hidden],
[data-avt-airport-option][hidden],
[data-avt-airport-empty][hidden],
[data-tour-price-row][hidden] {
    display: none !important;
}

/* Avid Business 2.8 */
.business-hero{background:radial-gradient(circle at 78% 28%,rgba(37,180,170,.25),transparent 28%),radial-gradient(circle at 18% 82%,rgba(255,177,0,.14),transparent 25%),linear-gradient(120deg,#071a2b,#0d3042 62%,#0c5a5b);color:#fff;overflow:hidden}.business-hero-grid{min-height:620px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px}.business-kicker{display:inline-flex;letter-spacing:.18em;font-size:12px;font-weight:900;color:#73e3d7}.business-kicker.dark{color:#0c817c}.business-hero-copy h1{font-size:clamp(42px,5vw,68px);line-height:1.2;margin:18px 0}.business-hero-copy p{font-size:17px;line-height:2;color:#d6e5ea;max-width:760px}.business-outline{border:1px solid rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.08)}.business-ghost{color:#dcebed;background:transparent}.business-trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:34px;font-size:12px;color:#c8dbe0}.business-hero-visual{min-height:480px;position:relative}.hero-glass-card{position:absolute;width:270px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.09);backdrop-filter:blur(15px);border-radius:22px;padding:24px;box-shadow:0 30px 70px rgba(0,0,0,.25)}.hero-glass-card span{font-size:12px;color:#75e2d7}.hero-glass-card strong{display:block;font-size:19px;margin:9px 0}.hero-glass-card small{color:#c7d9de}.hero-glass-card.main{top:50px;inset-inline-start:15px}.hero-glass-card.second{top:195px;inset-inline-end:0}.hero-glass-card.third{top:345px;inset-inline-start:60px}.business-purpose-section,.business-feature-section,.business-bleisure-section,.business-request-section{padding-top:85px;padding-bottom:85px}.business-section-head{display:flex;gap:22px;align-items:flex-start;margin-bottom:35px}.business-section-head>span{font-size:12px;font-weight:900;color:#0b8780;background:#eaf7f5;padding:8px 10px;border-radius:9px}.business-section-head h2{font-size:34px;margin:0 0 8px}.business-section-head p{color:var(--muted);margin:0}.business-section-head.light h2{color:#fff}.business-section-head.light p{color:#adbdc8}.purpose-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.purpose-chip{border:1px solid #e3e9ed;background:#fff;border-radius:15px;padding:18px 14px;text-align:start;font:inherit;font-weight:800;cursor:pointer;transition:.2s}.purpose-chip span{font-size:20px;margin-inline-end:8px}.purpose-chip:hover,.purpose-chip.selected{border-color:#168f88;background:#f0fbfa;transform:translateY(-2px)}.business-dark-section{background:#0b1c2b;padding:90px 0}.business-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.business-service-card{background:#10283a;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:24px;color:#fff;min-height:390px;display:flex;flex-direction:column}.service-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#173d4c;color:#72e0d6;font-size:21px}.business-service-card h3{font-size:19px;margin:18px 0 8px}.business-service-card p{color:#a9bcc7;font-size:13px;line-height:1.8;min-height:48px}.business-service-card ul{list-style:none;margin:10px 0 20px;padding:0;display:grid;gap:8px}.business-service-card li{font-size:12px;color:#d7e2e8}.business-service-card li:before{content:'✓';color:#61d8cd;margin-inline-end:8px}.service-add{margin-top:auto;border:0;background:transparent;color:#70e2d6;text-align:start;font:inherit;font-size:12px;font-weight:900;cursor:pointer}.business-split-card{display:grid;grid-template-columns:1.1fr .9fr;gap:45px;padding:50px;border:1px solid #e5ebef;border-radius:28px;background:linear-gradient(135deg,#fff,#f5faf9)}.business-split-card h2{font-size:34px}.business-split-card p{color:var(--muted);line-height:2}.b2b-list{display:grid;gap:10px}.b2b-list div{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e3e9ec;border-radius:14px;padding:16px}.b2b-list span{color:#0d8d86}.business-delegation-section{background:linear-gradient(115deg,#102e3f,#145750);color:#fff;padding:90px 0}.business-delegation-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.business-delegation-grid h2{font-size:38px;margin:15px 0}.business-delegation-grid p{color:#c9dddf;line-height:2}.delegation-count{display:flex;align-items:center;gap:15px;margin:25px 0}.delegation-count input{width:90px;border-radius:10px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);color:#fff;padding:10px}.delegation-flow{display:grid;grid-template-columns:1fr 1fr;gap:14px}.delegation-flow div{min-height:135px;padding:20px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#66d9d0}.delegation-flow b{display:block;color:#fff;font-size:16px;margin-top:28px}.day-plan{display:flex;align-items:stretch;gap:10px}.day-plan>div{flex:1;border:1px solid #e0e7eb;border-radius:18px;padding:22px;background:#fff}.day-plan time{display:block;color:#0b8780;font-weight:900;font-size:12px}.day-plan span{display:block;font-size:24px;margin:18px 0 8px}.day-plan i{align-self:center;color:#9babb4}.business-gilan-section{background:#edf7f4;padding:80px 0}.business-gilan-section .page-shell{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.gilan-copy h2{font-size:38px;margin:12px 0}.gilan-copy p{line-height:2;color:#536773}.gilan-tags{display:flex;flex-wrap:wrap;gap:12px}.gilan-tags span{background:#fff;border:1px solid #d6e8e3;border-radius:99px;padding:13px 18px;font-weight:800;font-size:12px}.business-request-section form{border:1px solid #e0e7eb;border-radius:26px;background:#fff;box-shadow:0 25px 70px rgba(15,40,55,.07);padding:32px}.business-form-block{padding:23px 0;border-bottom:1px solid #edf0f2}.business-form-block:first-child{padding-top:0}.business-form-block h3{margin:0 0 18px;font-size:18px}.business-form-grid{display:grid;gap:14px}.business-form-grid.four{grid-template-columns:repeat(4,1fr)}.business-form-grid.three{grid-template-columns:repeat(3,1fr);margin-top:16px}.business-form-block label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:800;color:#4c5e6a}.business-form-block input,.business-form-block textarea,.business-form-block select{border:1px solid #dbe3e8;border-radius:11px;padding:11px 12px;font:inherit;background:#fbfcfd}.request-check-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.request-check-grid label{display:flex;flex-direction:row;align-items:center;background:#f7f9fa;border-radius:10px;padding:10px}.budget-row{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:18px}.budget-row button{border:1px solid #dae2e6;background:#fff;border-radius:99px;padding:10px 18px;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.budget-row button.active{background:#0b7873;color:#fff;border-color:#0b7873}.business-upload{margin-top:16px;padding:18px;border:1px dashed #b9cbd0;border-radius:14px;background:#f8fbfb}.upload-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.upload-chips span{font-size:11px;background:#eef5f5;padding:7px 9px;border-radius:8px}.business-submit{margin-top:24px;width:100%;justify-content:center;padding:16px}.business-success{border:1px solid #9ed9ca;background:#effbf6;border-radius:18px;padding:20px;margin-bottom:20px}.business-success span{display:block;font-size:22px;font-weight:900;color:#087e70;margin:8px 0}.business-final-cta{background:#071a2b;color:#fff;padding:60px 0}.business-final-cta .page-shell{display:flex;justify-content:space-between;gap:35px;align-items:center}.business-final-cta h2{max-width:800px;margin:7px 0}.business-final-cta span{font-size:11px;letter-spacing:.15em;color:#6edfd4}
@media(max-width:1050px){.business-service-grid{grid-template-columns:repeat(2,1fr)}.purpose-grid{grid-template-columns:repeat(3,1fr)}.business-form-grid.four{grid-template-columns:repeat(2,1fr)}.request-check-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.business-hero-grid,.business-split-card,.business-delegation-grid,.business-gilan-section .page-shell{grid-template-columns:1fr}.business-hero-grid{min-height:auto;padding-top:70px;padding-bottom:70px}.business-hero-visual{display:none}.business-hero-copy h1{font-size:39px}.business-service-grid,.purpose-grid{grid-template-columns:1fr}.business-section-head h2,.business-split-card h2{font-size:27px}.business-split-card{padding:25px}.delegation-flow{grid-template-columns:1fr 1fr}.day-plan{overflow-x:auto}.day-plan>div{min-width:180px}.business-form-grid.four,.business-form-grid.three,.request-check-grid{grid-template-columns:1fr}.business-request-section form{padding:18px}.business-final-cta .page-shell{align-items:flex-start;flex-direction:column}.hero-actions{flex-direction:column;align-items:stretch}.business-trust-row{display:grid}.business-purpose-section,.business-feature-section,.business-bleisure-section,.business-request-section{padding-top:55px;padding-bottom:55px}}
.business-account-list{display:grid;gap:12px}.business-account-list article{display:flex;justify-content:space-between;gap:20px;border:1px solid #e3e9ed;border-radius:14px;padding:18px}.business-account-list article>div{display:grid;gap:5px}.business-account-list strong{font-size:17px}.business-account-list small,.business-account-list span{color:var(--muted);font-size:12px}.business-account-list .status-chip{color:#0b746e;background:#eaf8f5;width:max-content}
.business-admin-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.business-admin-shortcuts a{display:grid;gap:5px;border:1px solid #e2e8ec;border-radius:14px;padding:20px;background:#fafcfd}.business-admin-shortcuts a:hover{border-color:#16948c;background:#f3fbf9}.business-admin-shortcuts span{font-size:11px;color:var(--muted)}.business-admin-detail{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:22px}.business-admin-detail>div{display:grid;gap:5px;background:#f7f9fa;border-radius:12px;padding:14px}.business-admin-detail span{font-size:12px;color:#52646f}.admin-table-scroll{overflow:auto}@media(max-width:900px){.business-admin-shortcuts,.business-admin-detail{grid-template-columns:1fr 1fr}}@media(max-width:600px){.business-admin-shortcuts,.business-admin-detail{grid-template-columns:1fr}}
.business-packages-section{padding-top:80px;padding-bottom:80px}.business-package-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.business-package-grid article{border:1px solid #e0e7eb;border-radius:18px;padding:22px;display:flex;flex-direction:column;min-height:250px;background:#fff}.business-package-grid article>span{font-size:9px;letter-spacing:.14em;color:#0c8780}.business-package-grid h3{margin:14px 0 8px}.business-package-grid p{color:var(--muted);font-size:12px;line-height:1.8;flex:1}.business-package-grid strong{font-size:12px;margin-bottom:12px}.business-package-grid button{border:0;background:#edf8f6;color:#087a73;border-radius:10px;padding:10px;font:inherit;font-size:11px;font-weight:900;cursor:pointer}@media(max-width:1050px){.business-package-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.business-package-grid{grid-template-columns:1fr}}
.business-module-ready{padding:20px}.business-module-ready>span{font-size:10px;letter-spacing:.15em;color:#0c8881}.business-module-ready p{color:var(--muted);line-height:1.9}.business-schema-list{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.business-schema-list span{background:#eef7f5;border:1px solid #d7e9e5;color:#087b74;border-radius:9px;padding:8px 10px;font-family:monospace;font-size:12px}
.business-admin-subnav{display:grid;padding:4px 10px 10px 0}.business-admin-subnav a{font-size:10px!important;opacity:.78;padding-block:7px!important;border-inline-start:2px solid rgba(255,255,255,.08);padding-inline-start:12px!important}.business-admin-subnav a.active{opacity:1;border-inline-start-color:#5ed7ce}
.itinerary-admin-list{display:grid;gap:10px;margin:15px 0}.itinerary-admin-list article{display:grid;grid-template-columns:1.3fr 1fr 2fr auto;gap:12px;align-items:center;border:1px solid #e2e8ec;border-radius:12px;padding:13px}.itinerary-admin-list span,.itinerary-admin-list small{font-size:11px;color:var(--muted)}.admin-inline-editor{margin-top:16px;padding:18px;border-radius:14px;background:#f7fafb;border:1px solid #e2e9ed}.quotation-total{display:flex;justify-content:flex-end;gap:20px;align-items:center;padding:18px;font-size:13px}.quotation-total strong{font-size:18px;color:#0c7771}@media(max-width:800px){.itinerary-admin-list article{grid-template-columns:1fr}}
.business-quick-section{background:#f1f7f6;padding:48px 0}.business-quick-section .page-shell{display:grid;grid-template-columns:.35fr 1fr;gap:35px;align-items:center}.business-quick-copy>span{font-size:10px;letter-spacing:.15em;color:#0d817b}.business-quick-copy h2{margin:8px 0}.business-quick-copy p{color:var(--muted);font-size:12px}.business-quick-form{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.business-quick-form input{border:1px solid #d8e2e4;background:#fff;border-radius:10px;padding:11px;font:inherit}.quick-message{grid-column:2;color:#087a73;font-weight:800}@media(max-width:900px){.business-quick-section .page-shell{grid-template-columns:1fr}.business-quick-form{grid-template-columns:1fr 1fr}.quick-message{grid-column:1}}@media(max-width:600px){.business-quick-form{grid-template-columns:1fr}}
