/* ——— لوگوی برند (یکسان در همه صفحات) ——— */
.logo-frame {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 16px;
	padding: 10px 16px;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.14);
	border: 1px solid rgba(226, 232, 240, 0.9);
	line-height: 0;
	flex-shrink: 0;
}

.logo-frame-img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	background-color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.logo-frame {
	background-color: #ffffff !important;
}

.logo-frame-sm {
	padding: 8px 12px;
	border-radius: 12px;
	max-width: 140px;
}

.logo-frame-sm .logo-frame-img {
	max-height: 38px;
}

.logo-frame-md {
	padding: 10px 16px;
	border-radius: 14px;
	max-width: 210px;
}

.logo-frame-md .logo-frame-img {
	max-height: 54px;
}

.logo-frame-lg {
	padding: 14px 20px;
	border-radius: 18px;
	width: min(82vw, 280px);
	max-width: 280px;
}

.logo-frame-lg .logo-frame-img {
	max-height: 76px;
}

/* روی پس‌زمینه روشن (کارت سفید) */
.logo-frame-on-light,
.success-brand-card .logo-frame,
.flow-card .logo-frame {
	box-shadow: 0 2px 14px rgba(15, 23, 42, 0.08);
	border-color: rgba(148, 163, 184, 0.28);
}

/* آیکون هواپیما — جهت چپ (RTL) */
.ico-plane {
	transform: scaleX(-1);
}

/* شهر — انتخاب فوری */
.city-hint {
	margin: 0 0 10px;
	font-size: 12px;
	color: var(--text-muted);
	text-align: center;
}

.city-list {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sheet-panel .city-item {
	padding: 10px 12px;
	min-height: 0;
}

.sheet-panel .city-item strong {
	font-size: 14px;
}

.sheet-panel .sheet-body {
	padding-top: 8px;
	padding-bottom: 8px;
}

.sheet-panel .sheet-search {
	margin-bottom: 8px;
}

.city-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 16px;
	border: 1px solid var(--border);
	border-radius: 14px;
	background: var(--surface);
	cursor: pointer;
	width: 100%;
	text-align: right;
	font-family: inherit;
	transition: border-color 0.15s, background 0.15s, transform 0.1s;
}

.city-item:active {
	transform: scale(0.99);
}

.city-item.selected {
	border-color: var(--brand-teal);
	background: rgba(38, 166, 154, 0.08);
	box-shadow: 0 0 0 2px rgba(38, 166, 154, 0.15);
}

.city-loc {
	width: 36px;
	height: 36px;
	border-radius: 12px;
	background: rgba(38, 166, 154, 0.12);
	color: var(--brand-teal);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.city-loc .ico {
	width: 20px;
	height: 20px;
}

.city-item strong {
	flex: 1;
	font-size: 15px;
	font-weight: 700;
	color: var(--text);
}

.city-check {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: var(--brand-teal);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: none;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.city-item.selected .city-check {
	display: flex;
}

.route-icon-wrap {
	background: rgba(38, 166, 154, 0.12) !important;
	color: var(--brand-teal) !important;
}

.route-icon-wrap .ico-loc {
	width: 20px;
	height: 20px;
}

/* لودینگ جستجو */
.overlay-search {
	background: rgba(255, 255, 255, 0.97);
	backdrop-filter: blur(10px);
}

.search-load-box {
	text-align: center;
	padding: 24px;
	max-width: 300px;
}

.search-load-sky {
	position: relative;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-load-sky .ico-plane {
	width: 44px;
	height: 44px;
	color: var(--brand-navy);
	animation: planeFlySearch 1.8s ease-in-out infinite;
}

.search-load-trail {
	position: absolute;
	width: 120px;
	height: 3px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: linear-gradient(90deg, transparent, var(--brand-teal), transparent);
	opacity: 0.5;
	animation: trailPulse 1.8s ease-in-out infinite;
}

.search-load-title {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 700;
	color: var(--brand-navy);
	line-height: 1.6;
}

.search-load-sub {
	margin: 0;
	font-size: 13px;
	color: var(--text-muted);
}

.search-marquee-wrap {
	margin: 0 auto 22px;
	max-width: 280px;
}

.search-marquee-plane {
	width: 48px;
	height: 48px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 6px 20px rgba(15, 23, 42, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.search-marquee-plane .ico-plane {
	width: 26px;
	height: 26px;
	color: var(--brand-navy);
	animation: planePulse 1.6s ease-in-out infinite;
}

.search-marquee {
	overflow: hidden;
	direction: ltr;
	-webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
	mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

.search-marquee-track {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 14px;
	width: max-content;
	animation: searchMarquee 18s linear infinite;
	will-change: transform;
}

.search-marquee-logo {
	width: 40px;
	height: 40px;
	max-width: 40px;
	max-height: 40px;
	object-fit: contain;
	flex-shrink: 0;
	background: #fff;
	padding: 5px;
	border-radius: 10px;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.08);
	border: 1px solid rgba(62, 91, 142, 0.08);
}

@keyframes searchMarquee {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@keyframes planePulse {
	0%, 100% { transform: scale(1); opacity: 0.85; }
	50% { transform: scale(1.06); opacity: 1; }
}

@keyframes planeFlySearch {
	0%, 100% {
		transform: scaleX(-1) translateX(18px) translateY(4px);
		opacity: 0.7;
	}
	50% {
		transform: scaleX(-1) translateX(-18px) translateY(-4px);
		opacity: 1;
	}
}

@keyframes trailPulse {
	0%, 100% { opacity: 0.25; width: 80px; }
	50% { opacity: 0.7; width: 140px; }
}

/* نتایج پرواز */
body.body-results::before {
	background: #eef2f8;
}

.results-page {
	padding-bottom: 16px;
	background: #eef2f8;
	min-height: 100dvh;
}

.results-page-v2 {
	padding-bottom: 0;
}

.results-top {
	background: linear-gradient(180deg, #3e5b8e 0%, #4a608a 100%);
	padding: 12px 14px 16px;
	border-radius: 0 0 22px 22px;
	box-shadow: 0 10px 28px rgba(45, 69, 112, 0.22);
}

.results-search-card {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 16px;
	padding: 12px 14px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.results-search-back {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 12px;
	background: #f1f5f9;
	color: #64748b;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
}

.results-search-back .ico {
	width: 18px;
	height: 18px;
	transform: scaleX(-1);
}

.results-search-copy {
	flex: 1;
	min-width: 0;
	text-align: right;
}

.results-search-kicker {
	display: block;
	font-size: 11px;
	color: #94a3b8;
	margin-bottom: 2px;
}

.results-search-route {
	display: block;
	font-size: 13px;
	font-weight: 800;
	color: #1e293b;
	line-height: 1.45;
}

.results-search-icon {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(62, 91, 142, 0.1);
	color: #3e5b8e;
	display: flex;
	align-items: center;
	justify-content: center;
}

.results-search-icon .ico {
	width: 18px;
	height: 18px;
}

.results-toolbar {
	display: grid;
	grid-template-columns: 1fr 1.35fr;
	gap: 10px;
	margin-top: 12px;
}

.results-tool-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.96);
	color: #334155;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

.results-tool-btn .ico {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	color: #64748b;
}

.results-tool-btn[data-results-sort] .ico:last-child {
	transform: rotate(-90deg);
}

.results-tool-btn.is-active {
	border-color: rgba(38, 166, 154, 0.35);
	background: #f0fdfa;
	color: #0f766e;
}

.price-cal-section {
	margin: -10px 14px 16px;
	position: relative;
	z-index: 3;
}

.price-cal-section-v2 {
	margin: 14px 14px 12px;
}

.price-cal-section-flow {
	margin: 0 0 12px;
}

.price-cal-box {
	background: #fff;
	border: 1px solid rgba(62, 91, 142, 0.1);
	border-radius: 18px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}

.price-cal-scroll-wrap {
	position: relative;
	display: flex;
	align-items: center;
	padding: 8px 6px;
	background: #fff;
}

.price-cal-scroll-wrap::before,
.price-cal-scroll-wrap::after {
	content: '';
	position: absolute;
	top: 12px;
	bottom: 14px;
	width: 18px;
	z-index: 2;
	pointer-events: none;
}

.price-cal-scroll-wrap::before {
	right: 40px;
	background: linear-gradient(270deg, #fff, transparent);
}

.price-cal-scroll-wrap::after {
	left: 40px;
	background: linear-gradient(90deg, #fff, transparent);
}

.price-cal-nav {
	position: relative;
	z-index: 3;
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(62, 91, 142, 0.12);
	border-radius: 50%;
	background: #fff;
	color: #64748b;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
	transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.price-cal-nav:active {
	transform: scale(0.94);
	background: #f1f5f9;
}

.price-cal-nav .ico {
	width: 16px;
	height: 16px;
}

.price-cal-nav-next .ico {
	transform: scaleX(-1);
}

.price-cal-track {
	display: flex;
	align-items: stretch;
	gap: 8px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	flex: 1;
	padding: 2px 4px;
	scroll-padding-inline: 8px;
}

.price-cal-track::-webkit-scrollbar {
	display: none;
}

.price-cal-cell {
	position: relative;
	flex: 0 0 auto;
	width: 76px;
	height: 76px;
	min-width: 76px;
	max-width: 76px;
	border: 1.5px solid rgba(62, 91, 142, 0.1);
	border-radius: 14px;
	background: #f8fafc;
	padding: 6px 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1px;
	cursor: pointer;
	font-family: inherit;
	scroll-snap-align: center;
	transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.price-cal-cell:active:not(:disabled) {
	transform: scale(0.97);
}

.price-cal-cell.is-selected {
	border-color: #3e5b8e;
	background: linear-gradient(180deg, rgba(62, 91, 142, 0.1) 0%, #fff 100%);
	box-shadow: 0 4px 14px rgba(62, 91, 142, 0.16);
}

.price-cal-cell.is-cheapest:not(.is-selected) {
	border-color: rgba(5, 150, 105, 0.28);
	background: linear-gradient(180deg, rgba(16, 185, 129, 0.08) 0%, #fff 100%);
}

.price-cal-cell.is-empty {
	opacity: 0.5;
	cursor: default;
	background: #f1f5f9;
}

.price-cal-badge {
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 9px;
	font-weight: 800;
	line-height: 1;
	padding: 3px 7px;
	border-radius: 999px;
	background: #059669;
	color: #fff;
	white-space: nowrap;
	box-shadow: 0 2px 6px rgba(5, 150, 105, 0.25);
}

.price-cal-icon {
	display: flex;
	color: #94a3b8;
	margin-bottom: 2px;
	line-height: 1;
}

.price-cal-icon .ico {
	width: 13px;
	height: 13px;
}

.price-cal-weekday {
	font-size: 9px;
	font-weight: 700;
	color: #64748b;
	line-height: 1.2;
	text-align: center;
}

.price-cal-day {
	font-size: 11px;
	font-weight: 800;
	color: #334155;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
}

.price-cal-cell.is-selected .price-cal-weekday,
.price-cal-cell.is-selected .price-cal-day {
	color: #3e5b8e;
}

.price-cal-cell.is-selected .price-cal-icon {
	color: #3e5b8e;
}

.price-cal-price {
	font-size: 10px;
	font-weight: 800;
	color: #3e5b8e;
	font-variant-numeric: tabular-nums;
	line-height: 1.1;
	margin-top: 1px;
}

.price-cal-full {
	font-size: 8px;
	font-weight: 800;
	color: #dc2626;
	line-height: 1.2;
	text-align: center;
	margin-top: 1px;
}

.price-cal-cell.is-selected .price-cal-price {
	color: #2d456f;
}

.results-route-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
}

.results-city {
	font-size: 14px;
	font-weight: 700;
	max-width: 38%;
	text-align: center;
	line-height: 1.35;
}

.results-plane {
	display: flex;
	align-items: center;
	color: var(--brand-teal-light);
}

.results-plane .ico-plane {
	width: 28px;
	height: 28px;
}

.results-meta {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	opacity: 0.85;
}

.results-list {
	padding: 14px 14px 80px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	background: #eef2f8;
	position: relative;
	z-index: 1;
}

.results-list-v2 {
	padding-top: 4px;
}

.results-empty-filter {
	margin: 8px 0;
	padding: 16px;
	text-align: center;
	font-size: 13px;
	color: #64748b;
	background: #fff;
	border-radius: 14px;
	border: 1px dashed rgba(62, 91, 142, 0.2);
}

.results-new-search {
	margin-top: 8px;
}

.ticket-card {
	background: var(--surface);
	border-radius: 16px;
	box-shadow: var(--shadow-soft);
	overflow: hidden;
	border: 1px solid var(--border);
}

.ticket-card-v2 {
	border-radius: 18px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
	border: 1px solid rgba(62, 91, 142, 0.08);
}

.ticket-card-v2.is-bookable {
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ticket-card-v2.is-bookable:active {
	transform: scale(0.99);
}

.ticket-card.is-full {
	opacity: 0.92;
}

.ticket-card.is-full.is-watchable {
	border-color: rgba(38, 166, 154, 0.22);
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
}

.ticket-head {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 14px;
	background: var(--surface-2);
	border-bottom: 1px solid var(--border);
	flex-wrap: wrap;
}

.ticket-head-v2 {
	background: #fff;
	border-bottom: none;
	padding: 14px 14px 8px;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.ticket-airline-side {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	flex: 1;
}

.ticket-meta-side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 2px;
	flex-shrink: 0;
}

.ticket-class-inline {
	font-size: 11px;
	font-weight: 600;
	color: #94a3b8;
	white-space: nowrap;
}

.ticket-meta-cap {
	font-size: 12px;
	font-weight: 800;
	color: #3e5b8e;
	white-space: nowrap;
}

.ticket-meta-cap.is-link {
	border: none;
	background: none;
	font-family: inherit;
	cursor: pointer;
	padding: 0;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ticket-airline-row {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
}

.ticket-airline-logo {
	width: 28px;
	height: 28px;
	object-fit: contain;
	border-radius: 8px;
	background: #fff;
	border: 1px solid rgba(62, 91, 142, 0.12);
	padding: 3px;
	flex-shrink: 0;
}

.ticket-airline {
	font-weight: 800;
	font-size: 14px;
	color: var(--brand-navy);
}

.ticket-fn {
	font-size: 12px;
	color: var(--text-muted);
}

.ticket-cap-chip {
	font-size: 10px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(62, 91, 142, 0.1);
	color: var(--brand-navy);
	white-space: nowrap;
	border: none;
	font-family: inherit;
}

.ticket-cap-chip.is-clickable {
	cursor: pointer;
	background: rgba(38, 166, 154, 0.14);
	color: var(--brand-teal);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ticket-cap-chip.is-clickable:active {
	transform: scale(0.98);
}

.ticket-class {
	margin-inline-start: auto;
	font-size: 10px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(38, 166, 154, 0.12);
	color: var(--brand-teal);
	flex-shrink: 0;
}

.ticket-route {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 8px;
	padding: 14px 12px 16px;
}

.ticket-card-v2 .ticket-route.ticket-route-v2 {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 8px 14px 10px;
	direction: rtl;
}

.ticket-card-v2 .ticket-route-origin {
	flex: 1 1 0;
	min-width: 0;
	text-align: start;
}

.ticket-card-v2 .ticket-route-mid {
	flex: 0 0 auto;
	min-width: 52px;
	text-align: center;
}

.ticket-card-v2 .ticket-route-dest {
	flex: 1 1 0;
	min-width: 0;
	text-align: end;
}

.ticket-route-v2 .ticket-city-name {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #64748b;
	line-height: 1.35;
	word-break: break-word;
}

.ticket-route-v2 .ticket-city-dest {
	color: #1e293b;
	font-weight: 800;
}

.ticket-time-val {
	font-size: 22px;
	font-weight: 800;
	color: #1e293b;
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.ticket-origin-col {
	text-align: right;
	min-width: 0;
}

.ticket-dest-col {
	text-align: left;
	min-width: 0;
}

.ticket-city-name {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: var(--text-muted);
	line-height: 1.35;
	word-break: break-word;
}

.ticket-city-dest {
	font-size: 13px;
	font-weight: 800;
	color: var(--brand-navy);
}

.ticket-mid-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 64px;
	padding: 0 4px;
	text-align: center;
}

.ticket-time-main {
	font-size: 20px;
	font-weight: 800;
	color: var(--text);
	letter-spacing: -0.02em;
	line-height: 1.1;
}

.ticket-plane {
	color: var(--brand-teal);
	display: flex;
	line-height: 1;
}

.ticket-plane .ico-plane {
	width: 24px;
	height: 24px;
}

.ticket-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border-top: 1px solid var(--border);
	background: var(--surface-2);
}

.ticket-foot-v2 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	background: #fff;
	border-top: 1px solid rgba(62, 91, 142, 0.08);
	padding: 10px 14px 12px;
	direction: rtl;
}

.ticket-foot-v2 .ticket-price-val {
	font-size: 18px;
	font-weight: 800;
	color: #1e293b;
	font-variant-numeric: tabular-nums;
	line-height: 1.2;
	text-align: start;
	flex: 1;
	min-width: 0;
}

.ticket-foot-v2 .btn-ticket-book {
	flex-shrink: 0;
	margin: 0;
}

.ticket-foot-full-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	flex-direction: row-reverse;
}

.ticket-foot-v2.ticket-foot-full {
	flex-direction: column;
	align-items: stretch;
	gap: 6px;
}

.ticket-full-label {
	color: #dc2626;
	font-weight: 800;
}

.ticket-price {
	font-size: 15px;
	font-weight: 800;
	color: #059669;
}

.ticket-price.muted {
	color: var(--text-muted);
	font-weight: 600;
}

.ticket-full-label {
	font-size: 12px;
	color: var(--text-muted);
	font-weight: 600;
}

.ticket-foot-full {
	flex-wrap: wrap;
	gap: 10px;
}

.ticket-watch-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border: none;
	border-radius: 999px;
	background: linear-gradient(135deg, #0d9488, #14b8a6);
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(13, 148, 136, 0.28);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ticket-watch-btn:active {
	transform: scale(0.98);
}

.ico-robot {
	overflow: visible;
	flex-shrink: 0;
}

.ticket-watch-robot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	overflow: visible;
}

.ticket-watch-robot .ico-robot {
	width: 18px;
	height: 18px;
}

.results-watch-banner {
	display: flex;
	align-items: center;
	gap: 12px;
	width: calc(100% - 28px);
	margin: 0 14px 14px;
	padding: 14px 16px;
	border: 1px solid rgba(13, 148, 136, 0.22);
	border-radius: 18px;
	background: linear-gradient(135deg, #f0fdfa 0%, #ecfeff 55%, #fff 100%);
	box-shadow: 0 10px 28px rgba(13, 148, 136, 0.12);
	cursor: pointer;
	text-align: right;
	font-family: inherit;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.results-watch-banner:active {
	transform: scale(0.99);
}

.results-watch-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: linear-gradient(135deg, #0f766e, #14b8a6);
	color: #fff;
	flex-shrink: 0;
	box-shadow: 0 8px 18px rgba(13, 148, 136, 0.28);
	overflow: visible;
}

.results-watch-icon .ico-robot {
	width: 26px;
	height: 26px;
}

.results-watch-copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
	min-width: 0;
}

.results-watch-copy strong {
	font-size: 14px;
	color: #0f172a;
}

.results-watch-copy span {
	font-size: 12px;
	color: #64748b;
	line-height: 1.5;
}

.results-watch-arrow {
	display: flex;
	color: #0d9488;
	transform: rotate(180deg);
	flex-shrink: 0;
}

.full-flights-page {
	padding-bottom: 24px;
}

.full-flights-hero {
	margin: 0 14px 14px;
	padding: 20px 18px;
	border-radius: 20px;
	background: linear-gradient(145deg, #0f766e 0%, #115e59 45%, #134e4a 100%);
	color: #fff;
	box-shadow: 0 14px 32px rgba(15, 118, 110, 0.28);
	text-align: center;
}

.full-flights-hero-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.16);
	margin-bottom: 12px;
}

.full-flights-hero-icon .ico-robot {
	width: 32px;
	height: 32px;
}

.full-flights-title {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 800;
}

.full-flights-desc {
	margin: 0;
	font-size: 13px;
	line-height: 1.7;
	opacity: 0.92;
}

.full-flights-meta {
	margin-top: 12px;
	font-size: 12px;
	opacity: 0.85;
}

.full-flights-list {
	padding-top: 0;
}

.ticket-card.is-watch-pick {
	cursor: pointer;
	transition: border-color 0.15s ease, transform 0.15s ease;
}

.ticket-card.is-watch-pick:active {
	transform: scale(0.99);
	border-color: var(--brand-teal);
}

.ticket-watch-pick-hint {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 800;
	color: var(--brand-teal);
}

.ticket-watch-pick-hint .ico-robot {
	width: 16px;
	height: 16px;
}

.nr-auto-flight {
	position: relative;
	overflow: hidden;
}

.nr-auto-robot {
	display: flex;
	justify-content: center;
	margin: 8px 0 4px;
	color: var(--brand-teal);
}

.nr-auto-robot .ico-robot {
	width: 36px;
	height: 36px;
}

.auto-success-robot {
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
	color: var(--brand-teal);
}

.auto-success-robot .ico-robot {
	width: 40px;
	height: 40px;
}

.auto-success-flight {
	margin: 6px 0 0;
	font-size: 13px;
	font-weight: 700;
	color: var(--brand-navy);
}

.btn-ticket-book {
	width: auto;
	min-height: 40px;
	padding: 0 20px;
	margin: 0;
	font-size: 14px;
}

.ft-btn .ico-plane {
	width: 18px;
	height: 18px;
}

/* پاپ‌آپ ظرفیت‌ها */
.cap-sheet-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-height: 55vh;
	overflow-y: auto;
}

.cap-option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid var(--border);
	border-radius: 14px;
	background: var(--surface);
}

.cap-option.is-selected {
	border-color: var(--brand-teal);
	background: rgba(38, 166, 154, 0.08);
}

.cap-option.is-full {
	opacity: 0.65;
}

.cap-option-main {
	flex: 1;
	min-width: 0;
}

.cap-option-price {
	display: block;
	font-size: 15px;
	color: var(--brand-navy);
}

.cap-option-cap {
	font-size: 11px;
	color: var(--text-muted);
}

.cap-option-full {
	font-size: 11px;
	color: #b45309;
	font-weight: 700;
}

.cap-option-actions {
	display: flex;
	flex-direction: column;
	gap: 6px;
	flex-shrink: 0;
}

.filter-sheet-body {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.filter-section-title {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 800;
	color: #1e293b;
}

.filter-check {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	font-size: 13px;
	color: #334155;
	cursor: pointer;
}

.filter-check input {
	width: 18px;
	height: 18px;
	accent-color: #3e5b8e;
	flex-shrink: 0;
}

.filter-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.filter-chip {
	border: 1px solid rgba(62, 91, 142, 0.18);
	border-radius: 999px;
	background: #f8fafc;
	color: #475569;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 12px;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.filter-chip.is-on {
	border-color: #3e5b8e;
	background: rgba(62, 91, 142, 0.1);
	color: #2d456f;
}

.filter-sheet-foot {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.btn-sm {
	min-height: 36px;
	padding: 0 14px;
	font-size: 12px;
}

/* کیف پول و پرداخت */
.wallet-hero-card {
	background: linear-gradient(145deg, #0f2d5c 0%, #1a4a8a 55%, #2563b8 100%);
	border-radius: var(--radius-lg);
	padding: 18px 16px 16px;
	color: #fff;
	margin-bottom: 14px;
	box-shadow: 0 10px 28px rgba(15, 45, 92, 0.22);
}

.wallet-hero-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	opacity: 0.92;
}

.wallet-chip {
	font-size: 18px;
}

.wallet-hero-balance {
	font-size: 28px;
	font-weight: 800;
	margin: 10px 0 6px;
	letter-spacing: -0.02em;
}

.wallet-hero-hint {
	margin: 0 0 12px;
	font-size: 12px;
	line-height: 1.7;
	opacity: 0.88;
}

.wallet-topup-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-bottom: 8px;
}

.wallet-preset {
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border-radius: 12px;
	min-height: 42px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

.wallet-topup-custom {
	flex: 0 0 auto;
	margin: 0;
	white-space: nowrap;
}

.wallet-custom-row {
	display: flex;
	align-items: stretch;
	gap: 8px;
	margin-top: 8px;
}

.wallet-custom-input {
	flex: 1 1 auto;
	min-width: 0;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border-radius: 12px;
	min-height: 42px;
	padding: 0 12px;
	font-size: 13px;
	font-weight: 700;
	font-family: inherit;
	text-align: center;
}

.wallet-custom-input::placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
}

.wallet-hero-off {
	margin: 0;
	font-size: 12px;
	opacity: 0.85;
}

.pay-card {
	margin-top: 12px;
}

.pay-card-required {
	border: 1px solid rgba(13, 148, 136, 0.28);
	background: linear-gradient(180deg, #f0fdfa 0%, #fff 100%);
}

.pay-card-badge {
	display: inline-block;
	margin-bottom: 8px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(13, 148, 136, 0.12);
	color: #0f766e;
	font-size: 11px;
	font-weight: 800;
}

.pay-card-lead {
	margin: 0 0 10px;
	font-size: 12px;
	line-height: 1.7;
	color: #64748b;
}

.btn-pay-topup {
	width: 100%;
	margin-top: 10px;
}

.pay-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.pay-card-title {
	font-size: 13px;
	color: var(--text-muted);
}

.pay-card-amount {
	font-size: 18px;
	color: var(--brand-navy);
}

.pay-wallet-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 12px;
	background: var(--surface-muted);
	border-radius: 12px;
	font-size: 13px;
	margin-bottom: 10px;
}

.pay-method-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.pay-method {
	border: 1px solid var(--border);
	background: #fff;
	border-radius: 14px;
	padding: 10px 12px;
	text-align: right;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.pay-method.active {
	border-color: var(--brand-blue);
	box-shadow: 0 0 0 2px rgba(37, 99, 184, 0.15);
}

.pay-method span {
	font-size: 13px;
	font-weight: 700;
	color: var(--brand-navy);
}

.pay-method small {
	font-size: 11px;
	color: var(--text-muted);
}

.pay-method small.pay-warn {
	color: #b45309;
}

/* ——— باکس پیام برندشده (جایگزین alert مرورگر) ——— */
.skyro-modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(28, 38, 60, 0.55);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	opacity: 0;
	transition: opacity 0.2s ease;
}

.skyro-modal-overlay.is-open {
	opacity: 1;
}

.skyro-modal-card {
	width: 100%;
	max-width: 340px;
	background: #fff;
	border-radius: 22px;
	padding: 26px 22px 20px;
	text-align: center;
	box-shadow: 0 24px 60px rgba(28, 38, 60, 0.3);
	transform: translateY(12px) scale(0.97);
	transition: transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.skyro-modal-overlay.is-open .skyro-modal-card {
	transform: translateY(0) scale(1);
}

.skyro-modal-icon {
	width: 56px;
	height: 56px;
	margin: 0 auto 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: var(--brand-teal);
	background: linear-gradient(135deg, rgba(38, 166, 154, 0.14), rgba(62, 91, 142, 0.14));
}

.skyro-modal-title {
	margin: 0 0 8px;
	font-size: 17px;
	font-weight: 700;
	color: var(--brand-navy);
}

.skyro-modal-text {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.85;
	color: #4b5563;
	white-space: pre-line;
	word-break: break-word;
}

.skyro-modal-ok {
	width: 100%;
}
