.mpr-page,
.mpr-trust,
.mpr-leaders,
.mpr-compare,
.mpr-not-sure,
.mpr-tour-search,
.aksai-manager-modal {
	--mpr-navy: #1e1f5c;
	--mpr-blue: #3f4096;
	--mpr-orange: #f58735;
	--mpr-white: #fff;
	--mpr-gray-50: #fafbfc;
	--mpr-gray-100: #f0f2f8;
	--mpr-gray-200: #e4e7f0;
	--mpr-gray-500: #737995;
	--mpr-text: #1a1a2e;
	--mpr-radius: 14px;
	--mpr-radius-sm: 10px;
	--mpr-shadow: 0 8px 24px rgba(18, 28, 60, 0.08);
	--mpr-shadow-md: 0 12px 32px rgba(18, 28, 60, 0.13);
	--mpr-dur: 0.28s;
	--mpr-ease: cubic-bezier(0.4, 0, 0.2, 1);

	--fs-h1:      clamp(1.875rem, 3vw + 0.5rem, 2.75rem);
	--fs-h2:      clamp(1.5rem,   2vw + 0.5rem, 2rem);
	--fs-h3:      1.0625rem;
	--fs-body-lg: 1rem;
	--fs-body:    0.9375rem;
	--fs-small:   0.8125rem;
	--fs-micro:   0.6875rem;

	--lh-tight:  1.2;
	--lh-snug:   1.35;
	--lh-normal: 1.55;

	--fw-regular: 400;
	--fw-medium:  500;
	--fw-semi:    600;
	--fw-bold:    700;

	--color-heading: #1e1f5c;
	--color-body:    #1a1a2e;
	--color-muted:   #737995;

	--sp-0: 0;
	--sp-1: 0.25rem;
	--sp-2: 0.5rem;
	--sp-3: 0.75rem;
	--sp-4: 1rem;
	--sp-5: 1.5rem;
	--sp-6: 2rem;
	--sp-7: 2.5rem;
	--sp-8: 3rem;
	--sp-9: 4rem;

	--sp-section-inner: var(--sp-6);
	--sp-section-outer: var(--sp-9);

	--container-max:    1200px;
	--container-narrow: 720px;
	--container-px:     1.5rem;
	padding-bottom: 16px;
	padding-top: 16px;
}

.mpr-page {
	font-family: "Google Sans", sans-serif;
	color: var(--mpr-text);
	background: #fafbfc;
}

@media (max-width: 768px) {
	.mpr-page,
	.mpr-trust,
	.mpr-leaders,
	.mpr-compare,
	.mpr-not-sure,
	.mpr-tour-search,
	.aksai-manager-modal {
		--container-px: 1rem;
	}
}

.mpr-page .container {
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 20px;
	padding-bottom: 24px;
}

.burger_menu + .mpr-page,
header + .mpr-page {
	margin-top: 0;
	padding-top: 0;
}

.mpr-page .crumbs {
	font-size: 0.875rem;
	line-height: 1.4;
	color: var(--mpr-gray-500);
	margin: 0;
	padding: 18px 0 0 6px;
}

.mpr-page .mpr-layout {
	margin-top: 0;
}

.mpr-page .call_manager {
	margin-top: 12px;
	margin-bottom: 8px;
}

.mpr-page .crumbs a {
	color: var(--mpr-gray-500);
	text-decoration: none;
	transition: color 0.2s;
}

.mpr-page .crumbs a:hover {
	color: var(--mpr-navy);
}

.mpr-page .crumbs .kb_sep {
	margin-inline: 8px;
}

.mpr-page .crumbs .kb_title {
	color: var(--mpr-text);
}

.mpr-hero {
	position: relative;
	min-height: 340px;
	display: flex;
	align-items: flex-end;
	background-color: var(--mpr-navy);
	background-image: var(--mpr-hero-bg);
	background-size: cover;
	background-position: center center;
	border-radius: var(--mpr-radius);
	overflow: hidden;
}

.mpr-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(130deg, rgba(10, 13, 31, 0.82) 8%, rgba(10, 13, 31, 0.44) 56%, rgba(10, 13, 31, 0.24) 100%);
}

.mpr-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-block: 34px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.mpr-hero__title {
	font-size: var(--fs-h1);
	font-weight: var(--fw-bold);
	line-height: var(--lh-tight);
	color: var(--color-heading);
	margin: 0 0 var(--sp-5);
	max-width: 14ch;
}

.mpr-hero__title.mpr-hero__title--sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mpr-subsection__title {
	font-size: var(--fs-h3);
	font-weight: var(--fw-bold);
	line-height: var(--lh-snug);
	color: var(--color-heading);
	margin: 0 0 var(--sp-2);
}

.mpr-hero__tagline {
	font-size: 1.02rem;
	color: rgba(255, 255, 255, 0.88);
	margin: 0;
	max-width: 64ch;
}

.mpr-hero__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	margin-top: 8px;
}

.mpr-hero__stat {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.mpr-hero__stat-value {
	font-size: 1.28rem;
	font-weight: 700;
	color: var(--mpr-white);
	line-height: 1;
}

.mpr-hero__stat-label {
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	color: rgba(255, 255, 255, 0.72);
}

.mpr-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 460px;
	grid-template-areas:
		"gallery intro"
		"gallery sidebar"
		"main sidebar";
	gap: 30px;
	align-items: start;
	padding-block: 0 34px;
}

.mpr-layout__intro { grid-area: intro; }
.mpr-layout__gallery { grid-area: gallery; }
.mpr-sidebar { grid-area: sidebar; }

.mpr-layout__main {
	grid-area: main;
	min-width: 0;
}

.mpr-sidebar {
	position: sticky;
	top: 100px;
}

.mpr-sidebar__inner {
	background: var(--mpr-white);
	border: 1px solid var(--mpr-gray-200);
	border-radius: var(--mpr-radius);
	box-shadow: var(--mpr-shadow-md);
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.mpr-sidebar__inner--legacy {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	gap: 0;
}

.mpr-sidebar__title {
	font-size: var(--fs-h2);
	font-weight: var(--fw-bold);
	line-height: var(--lh-tight);
	color: var(--color-heading);
	margin: 0 0 6px;
}

.mpr-sidebar__desc {
	font-size: 0.875rem;
	font-weight: var(--fw-regular);
	color: var(--mpr-gray-500);
	line-height: 1.5;
	margin: 0 0 12px;
}

.mpr-sidebar__price {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.mpr-sidebar__price-old {
	font-size: 0.9375rem;
	color: var(--mpr-gray-500);
	text-decoration: line-through;
}

.mpr-sidebar__price-main {
	font-size: 1.72rem;
	font-weight: 700;
	color: var(--mpr-navy);
	line-height: 1;
}

.mpr-sidebar__price-note {
	font-size: 0.8125rem;
	color: var(--mpr-gray-500);
	margin-top: 4px;
}

.mpr-sidebar__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-block: 9px;
	border-bottom: 1px solid var(--mpr-gray-200);
	font-size: 0.9375rem;
}

.mpr-sidebar__row span {
	color: var(--mpr-gray-500);
}

.mpr-sidebar__row strong {
	color: var(--mpr-text);
	font-weight: 600;
}

.mpr-sidebar__dates h3 {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--mpr-navy);
	margin: 2px 0 10px;
}

.mpr-sidebar__date {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-block: 9px;
	border-bottom: 1px solid var(--mpr-gray-200);
	font-size: 0.875rem;
}

.mpr-sidebar__date-range {
	flex: 1;
}

.mpr-sidebar__date-price {
	font-weight: 600;
	color: var(--mpr-navy);
	white-space: nowrap;
}

.mpr-sidebar__date--full .mpr-sidebar__date-range {
	color: var(--mpr-gray-500);
}

.mpr-sidebar__date-status {
	font-size: 0.75rem;
	color: var(--mpr-gray-500);
}

.mpr-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	font-weight: 600;
	text-decoration: none;
	border: none;
	border-radius: var(--mpr-radius-sm);
	cursor: pointer;
	transition: background var(--mpr-dur) var(--mpr-ease), transform var(--mpr-dur) var(--mpr-ease);
	white-space: nowrap;
}

.mpr-btn--primary {
	background: var(--mpr-orange);
	color: var(--mpr-white);
	padding: 13px 24px;
}

.mpr-btn--primary:hover {
	background: #e07428;
	transform: translateY(-1px);
}

.mpr-btn--xs {
	background: var(--mpr-blue);
	color: var(--mpr-white);
	padding: 5px 12px;
	font-size: 0.8125rem;
	border-radius: 6px;
}

.mpr-btn--xs:hover {
	background: var(--mpr-navy);
}

.mpr-btn--lg {
	padding: 18px 44px;
	font-size: 1.0625rem;
	max-width: 100%;
}

.mpr-btn--full {
	width: 100%;
}

.mpr-accordion__trigger:focus-visible,
.mpr-btn:focus-visible,
.mpr-compare__card:focus-visible,
.mpr-tabs__btn:focus-visible,
.mpr-gallery__thumbs .swiper-slide:focus-visible {
	outline: 2px solid var(--mpr-orange);
	outline-offset: 2px;
}

.mpr-gallery {
	margin-bottom: 28px;
}

.mpr-gallery__main .swiper-slide {
	border-radius: var(--mpr-radius);
	overflow: hidden;
	aspect-ratio: 16 / 10;
	min-height: 240px;
	background: var(--mpr-gray-100);
}

.mpr-gallery__main .swiper-slide img,
.mpr-gallery__main .mpr-gallery__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mpr-gallery__thumbs {
	margin-top: 12px;
}

.mpr-gallery__thumbs .swiper-slide {
	width: 150px;
	height: 112px;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.72;
	transition: opacity var(--mpr-dur);
	border: 1px solid rgba(10, 12, 27, 0.08);
}

.mpr-gallery__thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.mpr-gallery__thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 8px;
}

.mpr-facts-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	border: 1px solid var(--mpr-gray-200);
	border-radius: var(--mpr-radius);
	overflow: hidden;
	background: var(--mpr-white);
}

.mpr-facts-grid__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 18px;
	border-bottom: 1px solid var(--mpr-gray-200);
	border-right: 1px solid var(--mpr-gray-200);
}

.mpr-facts-grid__item:nth-child(2n) {
	border-right: none;
}

.mpr-facts-grid__item:nth-last-child(-n+2) {
	border-bottom: none;
}

.mpr-facts-grid__icon {
	color: var(--mpr-blue);
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-top: 2px;
}

.mpr-facts-grid__icon svg {
	width: 20px;
	height: 20px;
}

.mpr-facts-grid__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.mpr-facts-grid__label {
	font-size: 0.8125rem;
	color: var(--mpr-gray-500);
}

.mpr-facts-grid__value {
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--mpr-text);
}

.mpr-comparison {
	margin-top: 24px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.mpr-comparison__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9375rem;
	border: 1px solid var(--mpr-gray-200);
	border-radius: var(--mpr-radius);
	overflow: hidden;
}

.mpr-comparison__table th,
.mpr-comparison__table td {
	padding: 12px 16px;
	text-align: left;
	border-bottom: 1px solid var(--mpr-gray-200);
}

.mpr-comparison__table thead th {
	background: var(--mpr-gray-50);
	font-weight: 600;
	color: var(--mpr-navy);
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.mpr-comparison__table thead th:first-child {
	color: var(--mpr-gray-500);
}

.mpr-comparison__label {
	font-weight: 500;
	color: var(--mpr-gray-500);
	font-size: 0.875rem;
}

.mpr-comparison__table tbody tr:last-child td {
	border-bottom: none;
}

.mpr-style-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 24px;
}

.mpr-style-cards__item {
	padding: 24px;
	border: 1px solid var(--mpr-gray-200);
	border-radius: var(--mpr-radius);
	background: var(--mpr-white);
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.mpr-style-cards__title {
	font-size: var(--fs-h3);
	font-weight: var(--fw-bold);
	line-height: var(--lh-snug);
	color: var(--color-heading);
	margin: 0;
}

.mpr-style-cards__text {
	font-size: 0.9375rem;
	color: var(--mpr-text);
	margin: 0;
	line-height: 1.55;
}

.mpr-style-cards__note {
	font-size: 0.8125rem;
	color: var(--mpr-gray-500);
	font-style: italic;
	margin: 0;
}

.mpr-style-cards__price {
	font-size: 1.25rem;
	font-weight: 700;
	color: var(--mpr-orange);
	margin-top: auto;
}

.mpr-style-cards__item--highlighted {
	border: 2px solid var(--mpr-orange);
}

.mpr-style-cards__note--hl {
	color: var(--mpr-orange);
}

.mpr-section__cta {
	margin-top: 28px;
	text-align: center;
}

.mpr-section__link {
	margin-top: 16px;
	text-align: center;
}

.mpr-section__link a {
	color: var(--mpr-blue);
	font-size: 0.9375rem;
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s;
}

.mpr-section__link a:hover {
	text-decoration: underline;
}

.mpr-section__subtitle {
	font-size: 1.125rem;
	font-weight: 600;
	color: var(--mpr-navy);
	margin: 24px 0 16px;
}

.mpr-bullet-list {
	list-style: none;
	padding: 0;
	margin: 16px 0;
}

.mpr-bullet-list li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--mpr-text);
}

.mpr-bullet-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--mpr-orange);
}

.mpr-price-table table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9375rem;
	border: 1px solid var(--mpr-gray-200);
	border-radius: var(--mpr-radius);
	overflow: hidden;
}

.mpr-price-table th,
.mpr-price-table td {
	padding: 10px 14px;
	text-align: left;
	border-bottom: 1px solid var(--mpr-gray-200);
}

.mpr-price-table thead th {
	background: var(--mpr-gray-50);
	font-weight: 600;
	color: var(--mpr-navy);
	font-size: 0.8125rem;
}

.mpr-price-table tbody tr:last-child td {
	border-bottom: none;
}

.mpr-departures {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.mpr-departures__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9375rem;
	border: 1px solid var(--mpr-gray-200);
	border-radius: var(--mpr-radius);
	overflow: hidden;
}

.mpr-departures__table th,
.mpr-departures__table td {
	padding: 12px 16px;
	text-align: left;
	border-bottom: 1px solid var(--mpr-gray-200);
}

.mpr-departures__table thead th {
	background: var(--mpr-gray-50);
	font-weight: 600;
	color: var(--mpr-navy);
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	white-space: nowrap;
}

.mpr-departures__table tbody tr:last-child td {
	border-bottom: none;
}

.mpr-departures__price {
	font-weight: 600;
	color: var(--mpr-navy);
	white-space: nowrap;
}

.mpr-departures__table thead th:not(:first-child),
.mpr-departures__table tbody td:not(:first-child) {
	white-space: nowrap;
}

.mpr-departures__table thead th:nth-child(2),
.mpr-departures__table tbody td:nth-child(2) {
	text-align: center;
}

.mpr-departures__table thead th:last-child,
.mpr-departures__table tbody td:last-child {
	text-align: right;
}

.mpr-status {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	white-space: nowrap;
}

.mpr-status--available {
	background: #e8f5e9;
	color: #2e7d32;
}

.mpr-status--limited {
	background: #fff3e0;
	color: #e65100;
}

.mpr-status--sold_out {
	background: #fce4ec;
	color: #c62828;
}

.mpr-status--overbooked {
	background: #fce4ec;
	color: #c62828;
}

.mpr-pricing-table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.mpr-pricing-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 0.9375rem;
	border: 1px solid var(--mpr-gray-200);
	border-radius: var(--mpr-radius);
	overflow: hidden;
}

.mpr-pricing-table th,
.mpr-pricing-table td {
	padding: 10px 16px;
	border-bottom: 1px solid var(--mpr-gray-200);
}

.mpr-pricing-table thead th {
	background: var(--mpr-gray-50);
	font-weight: 600;
	color: var(--mpr-gray-500);
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.mpr-pricing-table thead th:last-child,
.mpr-pricing-table .mpr-pricing-table__price {
	text-align: right;
}

.mpr-pricing-table__group td {
	font-weight: 700;
	color: var(--mpr-navy);
}

.mpr-pricing-table__group--highlighted td {
	background: #fff8f1;
	border-bottom-color: #f5d4b3;
}

.mpr-pricing-table__row--highlighted td {
	background: #fff8f1;
}

.mpr-pricing-table__name {
	padding-left: 32px;
}

.mpr-pricing-table__price {
	font-weight: 600;
	color: var(--mpr-navy);
	white-space: nowrap;
}

.mpr-pricing-table__price--highlighted {
	color: var(--mpr-orange);
	font-weight: 700;
}

.mpr-pricing-table tbody tr:last-child td {
	border-bottom: none;
}

.mpr-package-card {
	border: 1px solid var(--mpr-gray-200);
	border-radius: var(--mpr-radius);
	padding: 24px;
	margin-bottom: 20px;
}

.mpr-package-card--highlighted {
	border: 2px solid var(--mpr-orange);
}

.mpr-package-card__title {
	font-size: var(--fs-h3);
	font-weight: var(--fw-bold);
	line-height: var(--lh-snug);
	color: var(--color-heading);
	margin: 0 0 16px;
}

.mpr-package-card__price--hl {
	color: var(--mpr-orange);
}

.mpr-package-card__note {
	margin: -8px 0 14px;
	font-size: 0.85rem;
	color: var(--mpr-gray-500);
	font-style: italic;
}

.mpr-package-card .mpr-checklist {
	margin: 0;
}

.mpr-not-included-wrap {
	border-top: 2px solid var(--mpr-gray-200);
	padding-top: 24px;
}

.mpr-not-included {
	column-count: 2;
	column-gap: 32px;
}

.mpr-not-included__item {
	position: relative;
	padding-left: 26px;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--mpr-text);
	break-inside: avoid;
	margin-bottom: 10px;
}

.mpr-not-included__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c62828'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
	background-size: 16px;
	background-repeat: no-repeat;
}

.mpr-prices-cta {
	text-align: center;
	padding: 32px 24px;
	border-top: 1px solid var(--mpr-gray-200);
	margin-top: 24px;
}

.mpr-prices-cta__title {
	margin: 0 0 8px;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--mpr-navy);
}

.mpr-prices-cta__link {
	color: var(--mpr-blue);
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
}

.mpr-prices-cta__link:hover {
	text-decoration: underline;
}

.mpr-overview-cta {
	text-align: center;
	padding: 32px 24px;
	border-top: 2px solid var(--mpr-gray-200);
	background: var(--mpr-gray-50);
}

.mpr-overview-cta a {
	color: var(--mpr-orange);
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
}

.mpr-overview-cta a:hover {
	text-decoration: underline;
}

.mpr-tabs {
	border-bottom: 1px solid var(--mpr-gray-200);
	margin-bottom: 32px;
	margin-top: -9px;
	scroll-margin-top: 90px;
}

.mpr-tabs__nav {
	display: flex;
	gap: 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	justify-content: space-between;
}

.mpr-tabs__nav::-webkit-scrollbar {
	display: none;
}

.mpr-tabs__btn {
	padding: 12px 16px;
	border: none;
	background: none;
	cursor: pointer;
	font-family: inherit;
	font-weight: 600;
	font-size: 0.8125rem;
	letter-spacing: 0.04em;
	color: var(--mpr-gray-500);
	border-bottom: 2px solid transparent;
	white-space: nowrap;
	transition: color 0.2s, border-color 0.2s;
}

.mpr-tabs__btn--active {
	color: var(--mpr-navy);
	border-bottom-color: var(--mpr-navy);
}

.mpr-tabs__btn:hover {
	color: var(--mpr-navy);
}

.mpr-tab-panel[hidden] {
	display: none;
}

@media (max-width: 768px) {
	.mpr-tabs__nav {
		gap: var(--sp-3);
		scroll-snap-type: x mandatory;
		padding-inline: var(--container-px);
		margin-inline: calc(-1 * var(--container-px));
	}
	.mpr-tabs__btn {
		scroll-snap-align: start;
		flex-shrink: 0;
	}
}

.mpr-section {
	padding-block: var(--sp-section-inner);
	border-top: 1px solid var(--mpr-gray-200);
	padding-bottom: 16px;
	padding-top: 16px;
}

.mpr-tab-panel > .mpr-section:first-child {
	border-top: none;
}

.mpr-section__title {
	font-size: var(--fs-h2);
	font-weight: var(--fw-bold);
	line-height: var(--lh-tight);
	color: var(--color-heading);
	margin: 0 0 18px;
}

.mpr-prose {
	line-height: 1.64;
	color: var(--mpr-text);
	font-size: 0.99rem;
}

.mpr-prose--italic {
	font-style: italic;
}

.mpr-prose h2,
.mpr-prose h3 {
	color: var(--mpr-navy);
}

.mpr-for-whom {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 12px;
}

.mpr-for-whom__item {
	padding: 13px 16px;
	background: var(--mpr-white);
	border-left: 3px solid var(--mpr-orange);
	border-radius: 0 var(--mpr-radius-sm) var(--mpr-radius-sm) 0;
	font-size: 0.9375rem;
	box-shadow: var(--mpr-shadow);
}

.mpr-infra {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 20px;
}

.mpr-infra__card {
	border-radius: var(--mpr-radius);
	overflow: hidden;
	background: var(--mpr-white);
	box-shadow: var(--mpr-shadow);
	border: 1px solid var(--mpr-gray-200);
}

.mpr-infra__img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
}

.mpr-infra__body {
	padding: 16px;
}

.mpr-infra__title {
	font-size: 1rem;
	font-weight: 600;
	color: var(--mpr-navy);
	margin: 0 0 6px;
}

.mpr-infra__desc {
	font-size: 0.875rem;
	color: var(--mpr-gray-500);
	margin: 0;
}

.mpr-map {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: var(--mpr-radius);
	background: var(--mpr-gray-100);
}

.mpr-map iframe,
.mpr-map img,
.mpr-map > * {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	object-fit: cover;
}

.mpr-accordion {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--mpr-gray-200);
	border-radius: var(--mpr-radius);
	overflow: hidden;
}

.mpr-prose + .mpr-accordion {
	margin-top: 16px;
}

.mpr-accordion__item + .mpr-accordion__item {
	border-top: 1px solid var(--mpr-gray-200);
}

.mpr-accordion__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 18px 20px;
	background: var(--mpr-white);
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 0.9375rem;
	font-weight: 600;
	color: var(--mpr-navy);
	text-align: left;
	transition: background var(--mpr-dur);
}

.mpr-accordion__trigger:hover {
	background: var(--mpr-gray-50);
}

.mpr-accordion__trigger[aria-expanded="true"] {
	background: var(--mpr-gray-50);
}

.mpr-accordion__icon {
	flex-shrink: 0;
	color: var(--mpr-gray-500);
	transition: transform var(--mpr-dur) var(--mpr-ease);
}

.mpr-accordion__trigger[aria-expanded="true"] .mpr-accordion__icon {
	transform: rotate(180deg);
}

.mpr-accordion__body {
	padding: 4px 20px 20px;
	background: var(--mpr-gray-50);
}

.mpr-accordion__body[hidden] {
	display: none;
}

.mpr-page .swiper-button-prev,
.mpr-page .swiper-button-next {
	color: #1f243f;
	width: 34px;
	height: 34px;
	background: rgba(255, 255, 255, 0.94);
	border-radius: 999px;
	box-shadow: 0 8px 16px rgba(15, 20, 35, 0.16);
	border: 1px solid rgba(15, 20, 35, 0.12);
}

.mpr-page .swiper-button-prev::after,
.mpr-page .swiper-button-next::after {
	font-size: 0.9rem;
	font-weight: 700;
}

.mpr-page .swiper-pagination-bullet {
	background: var(--mpr-gray-200);
	opacity: 1;
}

.mpr-page .swiper-pagination-bullet-active {
	background: var(--mpr-orange);
}

.mpr-reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.48s var(--mpr-ease), transform 0.48s var(--mpr-ease);
}

.mpr-reveal.is-inview {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {

	.mpr-reveal,
	.mpr-reveal.is-inview {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.mpr-btn,
	.mpr-compare__card {
		transition: none;
	}

	.mpr-btn--primary:hover,
	.mpr-compare__card:hover {
		transform: none;
	}
}


.mpr-cta {
	padding-block: 56px;
	background: var(--mpr-gray-50);
	text-align: center;
}

.mpr-cta__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
	max-width: 640px;
	margin: 0 auto;
}

.mpr-cta__title {
	font-size: clamp(1.55rem, 3.2vw, 2.4rem);
	font-weight: 700;
	color: var(--mpr-navy);
	margin: 0;
}

.mpr-cta__subtitle {
	font-size: 1rem;
	color: var(--mpr-gray-500);
	margin: 0;
	line-height: 1.6;
}

.mpr-cta__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-top: 12px;
}

.mpr-btn--secondary {
	background: var(--mpr-blue);
	color: var(--mpr-white);
	padding: 13px 24px;
}

.mpr-btn--secondary:hover {
	background: var(--mpr-navy);
	transform: translateY(-1px);
}

.mpr-btn svg {
	flex-shrink: 0;
	margin-right: 8px;
}

.mpr-checklist {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mpr-checklist__item {
	position: relative;
	padding-left: 30px;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--mpr-text);
}

.mpr-checklist__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--mpr-blue);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M6.5 11.5L3 8l1-1 2.5 2.5L11 5l1 1z'/%3E%3C/svg%3E");
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;
}

.mpr-page .mpr-prose ul {
	list-style: none;
	padding: 0;
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mpr-page .mpr-prose ul li {
	position: relative;
	padding-left: 30px;
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--mpr-text);
}

.mpr-page .mpr-prose ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--mpr-blue);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M6.5 11.5L3 8l1-1 2.5 2.5L11 5l1 1z'/%3E%3C/svg%3E");
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;
}

.mpr-key-facts__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
	border: 1px solid var(--mpr-gray-200);
	border-radius: var(--mpr-radius);
	overflow: hidden;
	background: var(--mpr-white);
}

.mpr-key-facts__item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 20px 24px;
}

.mpr-key-facts__icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	margin-top: 2px;
	color: var(--mpr-blue);
}

.mpr-key-facts__icon svg {
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.mpr-key-facts__icon img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.mpr-key-facts__text {
	display: flex;
	flex-direction: column;
}

.mpr-key-facts__label {
	display: block;
	font-size: 0.78rem;
	color: var(--mpr-gray-500);
	margin-bottom: 3px;
}

.mpr-key-facts__value {
	font-size: 1rem;
	font-weight: 700;
	color: var(--mpr-navy);
}

.mpr-compare-table-wrap {
	margin-top: 20px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.mpr-compare-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9375rem;
	border: 1px solid var(--mpr-gray-200);
	border-radius: var(--mpr-radius);
	overflow: hidden;
}

.mpr-compare-table th {
	background: var(--mpr-gray-50);
	color: var(--mpr-navy);
	font-weight: 600;
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	padding: 12px 16px;
	text-align: left;
	border-bottom: 1px solid var(--mpr-gray-200);
}

.mpr-compare-table th:first-child {
	color: var(--mpr-gray-500);
}

.mpr-compare-table td {
	padding: 12px 16px;
	border-bottom: 1px solid var(--mpr-gray-200);
	vertical-align: top;
}

.mpr-compare-table tbody tr:last-child td {
	border-bottom: none;
}

.mpr-compare-table__label {
	font-weight: 500;
	color: var(--mpr-gray-500);
	font-size: 0.875rem;
}

.mpr-exp-cta {
	text-align: center;
	padding: 32px 24px;
	background: var(--mpr-gray-50);
}

.mpr-section__bottom-link {
	display: inline-block;
	margin-top: 16px;
	color: var(--mpr-blue);
	font-size: 0.9375rem;
	font-weight: 600;
	text-decoration: none;
	transition: color 0.2s;
}

.mpr-section__bottom-link:hover {
	color: var(--mpr-navy);
	text-decoration: underline;
}

.mpr-review-form__grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 20px;
}

.mpr-review-form__field {
	margin-bottom: 14px;
}

.mpr-review-form__field input,
.mpr-review-form__field select,
.mpr-review-form__field textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid var(--mpr-gray-200);
	border-radius: var(--mpr-radius-sm);
	font-size: 1rem;
	font-family: inherit;
	color: var(--mpr-text);
	background: var(--mpr-white);
	transition: border-color 0.2s;
}

.mpr-review-form__field input:focus,
.mpr-review-form__field select:focus,
.mpr-review-form__field textarea:focus {
	outline: none;
	border-color: var(--mpr-blue);
}

.mpr-review-form__field textarea {
	min-height: 140px;
	resize: vertical;
}

.mpr-review-form__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
}

.mpr-review-form__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 12px;
}

.mpr-review-form__privacy {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-size: 0.8125rem;
	color: var(--mpr-gray-500);
	line-height: 1.4;
	user-select: none;
}

.mpr-review-form__privacy input[type="checkbox"] {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
	margin: 0;
}

.mpr-review-form__privacy-box {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	border: 1.5px solid var(--mpr-gray-200);
	border-radius: 4px;
	background: var(--mpr-white);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color .15s, background .15s;
	margin-top: 1px;
}

.mpr-review-form__privacy-box svg {
	width: 12px;
	height: 12px;
	color: #fff;
	opacity: 0;
	transition: opacity .15s;
}

.mpr-review-form__privacy input[type="checkbox"]:checked + .mpr-review-form__privacy-box {
	border-color: var(--mpr-orange);
	background: var(--mpr-orange);
}

.mpr-review-form__privacy input[type="checkbox"]:checked + .mpr-review-form__privacy-box svg {
	opacity: 1;
}

.mpr-review-form__privacy input[type="checkbox"]:focus-visible + .mpr-review-form__privacy-box {
	outline: 2px solid var(--mpr-blue);
	outline-offset: 2px;
}

.mpr-review-form__privacy.error .mpr-review-form__privacy-box {
	border-color: #d33;
	background: rgba(221, 51, 51, .06);
}

.mpr-review-form__privacy p {
	margin: 0;
}

.mpr-review-form__privacy a {
	color: var(--mpr-blue);
	text-decoration: none;
}

.mpr-review-form__privacy a:hover {
	text-decoration: underline;
}

.mpr-review-form__submit {
	white-space: nowrap;
	flex-shrink: 0;
}

.mpr-review-form__submit:disabled {
	opacity: 0.6;
	pointer-events: none;
}

.mpr-reviews-list {
	margin-top: 32px;
}

.mpr-reviews-list__item {
	padding: 24px 0;
	border-top: 1px solid var(--mpr-gray-200);
}

.mpr-reviews-list__item--new {
	animation: mprFadeIn 0.3s ease;
}

@keyframes mprFadeIn {
	from { opacity: 0; transform: translateY(-8px); }
	to { opacity: 1; transform: translateY(0); }
}

.mpr-reviews-list__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.mpr-reviews-list__author {
	font-weight: 700;
	font-size: 1rem;
	color: var(--mpr-navy);
}

.mpr-reviews-list__stars {
	display: flex;
	gap: 2px;
}

.mpr-reviews-list__star {
	font-size: 1rem;
	color: var(--mpr-gray-200);
}

.mpr-reviews-list__star--filled {
	color: var(--mpr-orange);
}

.mpr-reviews-list__text {
	font-size: 0.9375rem;
	line-height: 1.6;
	color: var(--mpr-text);
	font-style: italic;
}

.mpr-reviews-list__empty {
	color: var(--mpr-gray-500);
	font-style: italic;
	padding: 24px 0;
}

.mpr-review-modal-overlay {
	--mpr-navy: #1e1f5c;
	--mpr-blue: #3f4096;
	--mpr-orange: #f58735;
	--mpr-white: #fff;
	--mpr-gray-50: #f7f8fc;
	--mpr-gray-200: #e4e7f0;
	--mpr-gray-500: #737995;
	--mpr-text: #1a1a2e;
	--mpr-radius: 14px;
	font-family: "Google Sans", sans-serif;
	position: fixed;
	inset: 0;
	background: rgba(12, 26, 58, .55);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	padding: 24px;
	animation: mprFadeOverlay .2s ease-out;
}

.mpr-review-modal {
	background: var(--mpr-white);
	padding: 40px 32px 32px;
	border-radius: var(--mpr-radius);
	max-width: 440px;
	width: 100%;
	position: relative;
	text-align: center;
	box-shadow: 0 16px 48px rgba(12, 26, 58, .25);
	animation: mprModalIn .35s cubic-bezier(.2, .9, .3, 1.2);
}

.mpr-review-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: var(--mpr-gray-500);
	line-height: 1;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	transition: background .15s, color .15s;
}

.mpr-review-modal__close:hover {
	color: var(--mpr-text);
	background: var(--mpr-gray-50);
}

.mpr-review-modal__icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(245, 135, 53, .12);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 18px;
	transform: scale(0);
	animation: mprIconPop .35s .1s cubic-bezier(.2, .9, .3, 1.4) forwards;
}

.mpr-review-modal--error .mpr-review-modal__icon {
	background: rgba(221, 51, 51, .12);
	color: #d33;
}

.mpr-review-modal__icon svg {
	width: 32px;
	height: 32px;
	color: var(--mpr-orange);
}

.mpr-review-modal--error .mpr-review-modal__icon svg {
	color: #d33;
}

.mpr-review-modal__icon svg polyline {
	stroke-dasharray: 28;
	stroke-dashoffset: 28;
	animation: mprDrawCheck .45s .35s ease-out forwards;
}

.mpr-review-modal__title {
	color: var(--mpr-navy);
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 8px;
}

.mpr-review-modal__text {
	color: var(--mpr-gray-500);
	font-size: 0.9375rem;
	margin: 0 0 24px;
	line-height: 1.55;
}

.mpr-review-modal__btn {
	min-width: 140px;
	padding: 12px 28px;
}

@keyframes mprFadeOverlay {
	from { opacity: 0; }
	to   { opacity: 1; }
}

@keyframes mprModalIn {
	from { opacity: 0; transform: translateY(12px) scale(.96); }
	to   { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes mprIconPop {
	0%   { transform: scale(0); opacity: 0; }
	60%  { transform: scale(1.1); opacity: 1; }
	100% { transform: scale(1); opacity: 1; }
}

@keyframes mprDrawCheck {
	to { stroke-dashoffset: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.mpr-review-modal,
	.mpr-review-modal-overlay,
	.mpr-review-modal__icon,
	.mpr-review-modal__icon svg polyline {
		animation: none;
	}
	.mpr-review-modal__icon { transform: none; }
	.mpr-review-modal__icon svg polyline { stroke-dashoffset: 0; }
}

.mpr-review-tooltip {
	position: absolute;
	bottom: 100%;
	left: 0;
	margin-bottom: 6px;
	background: var(--mpr-white);
	color: var(--mpr-text);
	padding: 8px 12px;
	border-radius: 6px;
	font-size: 0.8125rem;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
	border: 1px solid var(--mpr-gray-200);
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 10;
	line-height: 1.4;
}

.mpr-review-tooltip__icon {
	background: var(--mpr-orange);
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.8rem;
	flex-shrink: 0;
}

@media (max-width: 1100px) {

	.mpr-layout {
		grid-template-columns: minmax(0, 1fr) 400px;
		gap: 24px;
	}

	.mpr-hero {
		min-height: 300px;
	}

	.mpr-leaders__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 900px) {

	.mpr-hero {
		border-radius: 0;
		min-height: 280px;
	}

	.mpr-layout {
		display: flex;
		flex-direction: column;
		grid-template-areas: none;
		align-items: stretch;
		gap: 0;
	}

	.mpr-layout__intro,
	.mpr-layout__gallery,
	.mpr-sidebar,
	.mpr-layout__main {
		width: 100%;
		min-width: 0;
	}

	.mpr-sidebar {
		position: static;
		order: 0;
	}

	.mpr-sidebar__inner {
		padding: 18px;
		padding-top: 12px;
	}

	.mpr-compare__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 680px) {

	.mpr-hero__inner {
		padding-block: 30px;
	}

	.mpr-layout {
		padding-block: 0 24px;
	}

	.mpr-page .container {
		padding-inline: 16px;
	}

	.mpr-section {
		padding-block: 14px;
	}

	.mpr-facts-grid {
		grid-template-columns: 1fr;
	}

	.mpr-facts-grid__item {
		border-right: none;
	}

	.mpr-style-cards {
		grid-template-columns: 1fr;
	}

	.mpr-trust__grid {
		grid-template-columns: 1fr;
	}

	.mpr-trust__card {
		padding: 18px;
	}

	.mpr-leaders__grid {
		grid-template-columns: 1fr;
	}

	.mpr-compare__grid {
		grid-template-columns: 1fr;
	}

	.mpr-compare__meta-row {
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}

	.mpr-for-whom {
		grid-template-columns: 1fr;
	}

	.mpr-map {
		aspect-ratio: 4 / 3;
	}

	.mpr-leaders,
	.mpr-compare,
	.mpr-cta {
		padding-block: 40px;
	}

	.mpr-cta__buttons {
		flex-direction: column;
		width: 100%;
	}

	.mpr-cta__buttons .mpr-btn {
		width: 100%;
	}

	.mpr-key-facts__grid {
		grid-template-columns: 1fr;
	}

	.mpr-key-facts__item {
		padding: 16px 20px;
	}

	.mpr-not-included {
		grid-template-columns: 1fr;
	}

	.mpr-review-form__grid {
		grid-template-columns: 1fr;
	}

	.mpr-review-form__footer {
		flex-direction: column;
		align-items: stretch;
	}

	.mpr-page .info_tour.info_tour--four {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.mpr-page .info_tour.info_tour--four {
	grid-template-columns: repeat(4, 1fr);
}

.mpr-page .custom_icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 8px;
}

.mpr-page .custom_icon__svg {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--mpr-orange);
}

.mpr-page .custom_icon__svg svg,
.mpr-page .custom_icon__svg img {
	width: 100%;
	height: 100%;
	max-width: 44px;
	max-height: 44px;
	object-fit: contain;
}

.mpr-page .custom_icon p {
	font-size: 0.6875rem;
	color: var(--mpr-gray-500);
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.mpr-page .info_tour {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: stretch;
	padding: 10px 0;
}

.mpr-page .info_tour.info_tour--four {
	grid-template-columns: repeat(4, 1fr);
}

.mpr-page .info_tour > div {
	display: grid;
	grid-template-rows: 44px auto;
	align-items: center;
	justify-items: center;
	gap: 4px;
	width: auto;
	padding: 0 4px;
}

.mpr-page .info_tour > div::after {
	display: none;
}

.mpr-page .info_tour > div > img {
	grid-row: 1;
	width: 40px;
	height: 40px;
	margin: 0;
	object-fit: contain;
}

.mpr-page .info_tour .level_icon {
	grid-row: 1;
	width: 56px;
	height: 36px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}

.mpr-page .info_tour .level_icon::before {
	font-size: 14px;
	bottom: 2px;
}

.mpr-page .info_tour > div > p {
	grid-row: 2;
	font-size: 11px;
	padding: 0 4px;
	margin: 0;
	letter-spacing: 0.02em;
	text-align: center;
	line-height: 1.3;
}

.mpr-page .info_tour .custom_icon__svg {
	grid-row: 1;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--mpr-orange);
}

.mpr-page .info_tour .custom_icon__svg svg,
.mpr-page .info_tour .custom_icon__svg img {
	width: 100%;
	height: 100%;
	max-width: 48px;
	max-height: 48px;
	object-fit: contain;
}

.mpr-trust {
	padding: var(--sp-section-outer) 0;
	background: #fafbfc;
}

.mpr-trust__container {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 0 var(--container-px);
}

.mpr-trust__title {
	font-size: var(--fs-h2);
	font-weight: var(--fw-bold);
	line-height: var(--lh-tight);
	color: var(--color-heading);
	text-align: center;
	margin: 0 0 16px;
}

.mpr-trust__intro {
	text-align: center;
	color: #1a1a2e;
	line-height: 1.6;
	max-width: 70ch;
	margin: 0 auto 40px;
	font-size: 1rem;
}

.mpr-trust__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

.mpr-trust__card {
	background: #f7f8fb;
	border-radius: 16px;
	padding: 32px;
	display: flex;
	gap: 20px;
	align-items: flex-start;
	border: 1px solid rgba(13, 13, 17, 0.05);
	box-shadow: 0 10px 26px rgba(12, 21, 38, 0.06);
	transition: box-shadow .25s ease, transform .25s ease;
}

.mpr-trust__card:hover {
	box-shadow: 0 14px 32px rgba(12, 21, 38, 0.11);
	transform: translateY(-2px);
}

.mpr-trust__icon {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	background: #3f4096;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mpr-trust__icon svg {
	width: 30px;
	height: 30px;
	filter: brightness(0) invert(1);
}

.mpr-trust__icon img {
	width: 30px;
	height: 30px;
	filter: brightness(0) invert(1);
}

@media (prefers-reduced-motion: reduce) {
	.mpr-trust__card { transition: none; }
	.mpr-trust__card:hover { transform: none; }
}

.mpr-trust__card-body {
	flex: 1;
	min-width: 0;
}

.mpr-trust__card-title {
	font-size: var(--fs-h3);
	font-weight: var(--fw-bold);
	line-height: var(--lh-snug);
	color: var(--color-heading);
	margin: 0 0 8px;
}

.mpr-trust__card-text {
	font-size: 0.9375rem;
	line-height: 1.55;
	color: var(--mpr-text);
	margin: 0;
}

.mpr-trust__cta {
	margin-top: 36px;
	text-align: center;
}

.mpr-trust__cta-caption {
	color: var(--mpr-text);
	font-size: 0.9375rem;
	margin: 0 0 16px;
}

@media (max-width: 680px) {
	.mpr-trust {
		padding: 40px 0;
	}

	.mpr-trust__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.mpr-trust__card {
		padding: 18px;
	}
}

.mpr-leaders {
	padding: var(--sp-section-outer) 0;
	background: #fafbfc;
}

.mpr-leaders__container {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 0 var(--container-px);
}

.mpr-leaders__title {
	font-size: var(--fs-h2);
	font-weight: var(--fw-bold);
	line-height: var(--lh-tight);
	color: var(--color-heading);
	text-align: center;
	margin: 0 0 16px;
}

.mpr-leaders__intro {
	text-align: center;
	color: var(--mpr-text);
	line-height: 1.6;
	max-width: 80ch;
	margin: 0 auto 40px;
	font-size: 1rem;
}

.mpr-leaders__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	max-width: 1200px;
	margin: 0 auto;
}

.mpr-leaders__grid--count-1 {
	grid-template-columns: minmax(0, 320px);
	justify-content: center;
}

.mpr-leaders__grid--count-2 {
	grid-template-columns: repeat(2, minmax(0, 320px));
	justify-content: center;
}

.mpr-leaders__grid--count-3 {
	grid-template-columns: repeat(3, minmax(0, 320px));
	justify-content: center;
}

.mpr-leaders__card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 26px rgba(12, 21, 38, 0.06);
	border: 1px solid rgba(13, 13, 17, 0.05);
	display: flex;
	flex-direction: column;
	transition: box-shadow .25s ease, transform .25s ease;
}

.mpr-leaders__card:hover {
	box-shadow: 0 14px 32px rgba(12, 21, 38, 0.11);
	transform: translateY(-3px);
}

.mpr-leaders__photo {
	aspect-ratio: 4 / 3.5;
	min-height: 220px;
	background: #f7f8fb;
	overflow: hidden;
}

.mpr-leaders__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mpr-leaders__body {
	padding: 22px 24px 24px;
}

.mpr-leaders__name {
	font-size: var(--fs-h3);
	font-weight: var(--fw-bold);
	line-height: var(--lh-snug);
	color: var(--color-heading);
	margin: 0 0 6px;
}

.mpr-leaders__role {
	display: inline-block;
	font-size: 11px;
	color: #737995;
	background: transparent;
	padding: 0;
	margin: 0 0 14px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.mpr-leaders__achievements {
	list-style: none;
	padding: 0 0 16px;
	margin: 0 0 16px;
	border-bottom: 1px solid #e4e7f0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
}

.mpr-leaders__achievements[data-layout="stack"] {
	grid-template-columns: minmax(0, 1fr);
	gap: 8px;
}

.mpr-leaders__achievements[data-layout="stack"] .mpr-leaders__achievement {
	order: 0;
}

.mpr-leaders__achievement {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 0.8125rem;
	color: #1a1a2e;
	line-height: 1.35;
	min-width: 0;
}

.mpr-leaders__achievement--wide {
	grid-column: 1 / -1;
	order: 99;
}

.mpr-leaders__achievement-text {
	word-break: break-word;
}

.mpr-leaders__achievement-icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #3f4096;
	margin-top: 1px;
}

.mpr-leaders__achievement-icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.mpr-page img.mpr-leaders__achievement-icon {
	object-fit: contain;
}

.mpr-leaders__bio {
	font-size: 0.875rem;
	color: #1a1a2e;
	margin: 0;
	line-height: 1.55;
}

@media (max-width: 480px) {
	.mpr-leaders__achievements {
		grid-template-columns: 1fr;
	}
	.mpr-leaders__achievement--wide {
		grid-column: auto;
		order: 0;
	}
	.mpr-btn--lg {
		width: 100%;
	}
}

.mpr-leaders__bottom-link {
	text-align: center;
	margin-top: 36px;
}

.mpr-leaders__bottom-link a {
	color: var(--mpr-blue);
	font-weight: 600;
	text-decoration: none;
	font-size: 0.9375rem;
}

.mpr-leaders__bottom-link a:hover {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.mpr-leaders__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.mpr-leaders__grid {
		grid-template-columns: 1fr;
	}

	.mpr-leaders {
		padding: 40px 0;
	}

	.mpr-overview-cta {
		padding-top: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mpr-leaders__card {
		transition: none;
	}
	.mpr-leaders__card:hover {
		transform: none;
	}
}

.mpr-compare {
	padding: 64px 0;
	background: #fafbfc;
}

.mpr-compare__container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.mpr-compare__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 36px;
}

.mpr-compare__head-text { flex: 1; min-width: 0; }

.mpr-compare__title {
	font-size: clamp(1.4rem, 2.6vw, 2rem);
	font-weight: 700;
	color: #1e1f5c;
	margin: 0 0 12px;
	line-height: 1.25;
}

.mpr-compare__intro {
	color: #737995;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin: 0;
	max-width: 70ch;
}

.mpr-compare__nav {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.mpr-compare__nav button {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	border: 1px solid #e4e7f0;
	background: #fff;
	color: #737995;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color .15s, color .15s, box-shadow .15s;
}

.mpr-compare__nav button:hover {
	border-color: #3f4096;
	color: #3f4096;
	box-shadow: 0 4px 12px rgba(63, 64, 150, .12);
}

.mpr-compare__nav button:disabled {
	opacity: .4;
	cursor: not-allowed;
}

.mpr-compare__nav button svg { width: 16px; height: 16px; }

.mpr-compare__swiper {
	overflow: hidden;
}

.mpr-compare__swiper .swiper-wrapper {
	display: flex;
	align-items: stretch;
}

.mpr-compare__card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 26px rgba(12, 21, 38, .06);
	border: 1px solid rgba(13, 13, 17, .05);
	display: flex;
	flex-direction: column;
	transition: box-shadow .25s ease, transform .25s ease;
	height: auto;
	position: relative;
	cursor: pointer;
}

.mpr-compare__cta::after {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
}

.mpr-compare__card:hover {
	box-shadow: 0 14px 32px rgba(12, 21, 38, .12);
	transform: translateY(-3px);
}

.mpr-compare__img {
	position: relative;
	aspect-ratio: 16 / 11;
	min-height: 200px;
	overflow: hidden;
	background: #f0f2f8;
}

.mpr-compare__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mpr-compare__peak {
	position: absolute;
	top: 14px;
	left: 14px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgba(255, 255, 255, .95);
	color: #1e1f5c;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 12px;
	border-radius: 999px;
	box-shadow: 0 2px 8px rgba(12, 21, 38, .12);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.mpr-compare__peak svg {
	width: 14px;
	height: 14px;
	color: #f58735;
}

.mpr-compare__body {
	padding: 22px 22px 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 8px;
}

.mpr-compare__name {
	font-size: 1.0625rem;
	font-weight: 700;
	color: #1e1f5c;
	margin: 0;
	line-height: 1.3;
}

.mpr-compare__subtitle {
	font-size: 12px;
	color: #737995;
	margin: 0;
	line-height: 1.4;
}

.mpr-compare__desc {
	font-size: 0.875rem;
	color: #1a1a2e;
	line-height: 1.55;
	margin: 6px 0 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.mpr-compare__meta {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	padding: 16px 0;
	margin-top: auto;
	border-top: 1px solid #e4e7f0;
}

.mpr-compare__meta-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	text-align: center;
	min-width: 0;
}

.mpr-compare__meta-icon {
	width: 22px;
	height: 22px;
	color: #f58735;
}

.mpr-compare__meta-icon svg { width: 100%; height: 100%; }

.mpr-compare__meta-label {
	font-size: 10px;
	color: #737995;
	text-transform: uppercase;
	letter-spacing: .04em;
	font-weight: 600;
	margin: 2px 0 0;
}

.mpr-compare__meta-value {
	font-size: 12px;
	color: #1e1f5c;
	font-weight: 700;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.mpr-compare__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 13px 20px;
	background: #3f4096;
	color: #fff;
	border: none;
	border-radius: 10px;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
	transition: background .15s, transform .15s;
}

.mpr-compare__cta:hover {
	background: #2f3175;
	transform: translateY(-1px);
	color: #fff;
}

.mpr-compare__cta svg { width: 14px; height: 14px; }

.mpr-exp-archive {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.mpr-compare__price-badge {
	position: absolute;
	top: 14px;
	right: 14px;
	display: inline-flex;
	align-items: baseline;
	gap: 5px;
	background: #f58735;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: -.01em;
	padding: 7px 13px;
	border-radius: 999px;
	box-shadow: 0 2px 10px rgba(245, 135, 53, .4);
}

.mpr-compare__price-badge-from {
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .04em;
	opacity: .92;
}

.mpr-compare__price-badge--request {
	background: rgba(255, 255, 255, .95);
	color: #1e1f5c;
	font-size: 12px;
	font-weight: 700;
	box-shadow: 0 2px 8px rgba(12, 21, 38, .12);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

@media (max-width: 980px) {
	.mpr-exp-archive { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
	.mpr-exp-archive { grid-template-columns: minmax(0, 1fr); gap: 18px; }
}

@media (max-width: 720px) {
	.mpr-compare__head { flex-direction: column; align-items: flex-start; }
	.mpr-compare { padding: 40px 0; }
}

.mpr-not-sure {
	padding: var(--sp-section-outer) 0;
	background: #fafbfc;
	text-align: center;
	padding-bottom: 32px;
}

.mpr-not-sure__container {
	max-width: var(--container-narrow);
	margin: 0 auto;
	padding: 0 var(--container-px);
}

.mpr-not-sure__title {
	font-size: var(--fs-h2);
	font-weight: var(--fw-bold);
	line-height: var(--lh-tight);
	color: var(--color-heading);
	margin: 0 0 18px;
}

.mpr-not-sure__intro {
	color: #737995;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin: 0 auto 28px;
	max-width: 60ch;
}

.mpr-not-sure__intro p { margin: 0 0 12px; }
.mpr-not-sure__intro p:last-child { margin-bottom: 0; }

.mpr-not-sure__buttons {
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
}

.mpr-not-sure__btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: transform .15s, box-shadow .15s, background .15s;
}

.mpr-not-sure__btn svg { width: 18px; height: 18px; }

.mpr-not-sure__btn--primary {
	background: linear-gradient(90deg, #f58735, #3f4096);
	background-size: 200% 100%;
	background-position: 0% 50%;
	color: #fff;
	min-width: 360px;
	justify-content: center;
	box-shadow: 0 6px 18px rgba(63, 64, 150, .25);
}

.mpr-not-sure__btn--primary:hover {
	animation: mpr-ns-shimmer 1.6s ease-in-out infinite alternate;
	transform: translateY(-1px);
	box-shadow: 0 8px 22px rgba(63, 64, 150, .32);
	color: #fff;
}

@keyframes mpr-ns-shimmer {
	from { background-position: 0% 50%; }
	to { background-position: 100% 50%; }
}

.mpr-not-sure__btn--secondary {
	background: #3f4096;
	color: #fff;
	box-shadow: 0 6px 18px rgba(63, 64, 150, .22);
}

.mpr-not-sure__btn--secondary:hover {
	background: #2f3175;
	transform: translateY(-1px);
	box-shadow: 0 8px 22px rgba(63, 64, 150, .3);
	color: #fff;
}

@media (max-width: 720px) {
	.mpr-not-sure { padding: 40px 0; }
	.mpr-not-sure__buttons { flex-direction: column; }
	.mpr-not-sure__btn { width: 100%; min-width: 0; justify-content: center; }
}

.mpr-compare__nav-prev.swiper-button-lock,
.mpr-compare__nav-next.swiper-button-lock {
	display: none;
}

.mpr-compare.mpr-compare--locked .mpr-compare__nav {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.mpr-compare__card,
	.mpr-not-sure__btn,
	.mpr-compare__cta { transition: none; }
	.mpr-compare__card:hover,
	.mpr-not-sure__btn:hover,
	.mpr-compare__cta:hover { transform: none; animation: none; }
}

.mpr-prices {
	position: relative;
	margin: 16px 0;
	padding: 12px 0;
	background: #f9fafb;
	overflow: hidden;
	border-radius: 12px;
}

.mpr-prices__edge {
	position: absolute;
	top: -6px;
	height: calc(100% + 12px);
	width: 32px;
	pointer-events: none;
	background-repeat: repeat;
	background-size: auto;
}

.mpr-prices__edge--left {
	left: 0;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='44' viewBox='0 0 32 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.2655 25.3284L2.77027 32.6192L2.77027 28.9298L12.1039 23.4837L15.2655 25.3284ZM2.77027 8.27303V4.8346L20.6561 15.2712L17.7092 16.9899L2.77027 8.27303ZM-3.80631e-07 44L32 25.3284L20.4716 18.6014L26.1794 15.2712L0.00873019 0V9.67564V9.88442L14.9475 18.6014L12.1039 20.2609L0.00873019 13.2029V16.4263L9.34218 21.8721L0.00873019 27.3184L0.00873019 37.4539L20.7897 25.3284L14.8665 21.8721L17.7092 20.2128L26.4761 25.3284L0.00111105 40.7765L-3.80631e-07 44Z' fill='%233F4096' /%3e%3c/svg%3e");
}

.mpr-prices__edge--right {
	right: 0;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='44' viewBox='0 0 32 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.7345 25.3284L29.2297 32.6192L29.2297 28.9298L19.8961 23.4837L16.7345 25.3284ZM29.2297 8.27303V4.8346L11.3439 15.2712L14.2908 16.9899L29.2297 8.27303ZM32 44L0 25.3284L11.5284 18.6014L5.82057 15.2712L31.9913 0V9.67564V9.88442L17.0525 18.6014L19.8961 20.2609L31.9913 13.2029V16.4263L22.6578 21.8721L31.9913 27.3184L31.9913 37.4539L11.2103 25.3284L17.1335 21.8721L14.2908 20.2128L5.5239 25.3284L31.9989 40.7765L32 44Z' fill='%233F4096' /%3e%3c/svg%3e");
}

.mpr-prices__inner {
	position: relative;
	z-index: 1;
	padding: 0 48px;
}

.mpr-prices__plate {
	text-align: center;
	padding: 10px 0;
}

.mpr-prices__plate + .mpr-prices__plate {
	border-top: 1px solid rgba(13, 13, 17, 0.12);
	margin-top: 4px;
	padding-top: 14px;
}

.mpr-prices__duration {
	font-size: 14px;
	font-weight: 600;
	color: var(--mpr-text);
	margin-bottom: 4px;
}

.mpr-prices__type {
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--mpr-gray-500);
	font-weight: 600;
	margin-bottom: 6px;
}

.mpr-prices__price-row {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 6px;
	flex-wrap: wrap;
}

.mpr-prices__price-prefix {
	font-size: 14px;
	font-weight: 500;
	color: var(--lp-orange, #f58735);
}

.mpr-prices__price {
	font-size: 22px;
	font-weight: 700;
	color: var(--lp-orange, #f58735);
}

.mpr-prices__conversion {
	font-size: 12px;
	color: var(--mpr-gray-500);
	width: 100%;
	margin-top: 4px;
}

.mpr-prices__fallback {
	text-align: center;
	color: var(--mpr-gray-500);
	font-size: 14px;
	margin: 12px 48px;
}

.aksai-manager-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}

.aksai-manager-modal.is-open {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.4s ease;
}

.aksai-manager-modal[hidden] {
	display: none;
}

.aksai-manager-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(14, 16, 45, 0.55);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.aksai-manager-modal__box {
	position: relative;
	width: 100%;
	max-width: 480px;
	background: #fff;
	border-radius: 18px;
	padding: 28px 28px 24px;
	box-shadow: 0 1px 2px rgba(14, 16, 45, 0.08), 0 24px 60px rgba(14, 16, 45, 0.25);
	max-height: calc(100vh - 40px);
	max-height: calc(100dvh - 40px);
	overflow-y: auto;
	opacity: 0;
	transform: scale(0.92);
	transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.68, 0.06);
}

.aksai-manager-modal.is-open .aksai-manager-modal__box {
	animation: aksai-modal-subtle-spring 0.4s cubic-bezier(0.34, 1.4, 0.64, 1);
	opacity: 1;
	transform: scale(1);
}

.aksai-manager-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 32px;
	height: 32px;
	border: none;
	background: transparent;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--mpr-gray-500);
	transition: background 0.15s, color 0.15s, transform 0.1s;
	z-index: 2;
}

.aksai-manager-modal__close:hover {
	background: #f0f2f8;
	color: var(--mpr-navy);
}

.aksai-manager-modal__close:active {
	transform: scale(0.92);
}

.aksai-manager-modal__close svg {
	width: 18px;
	height: 18px;
}

.aksai-manager-modal__title {
	margin: 0 0 4px;
	font-size: 22px;
	font-weight: 700;
	color: var(--mpr-navy);
	font-family: inherit;
	letter-spacing: -0.01em;
}

.aksai-manager-modal__subtitle {
	margin: 0 0 18px;
	color: var(--mpr-gray-500);
	font-size: 14px;
	line-height: 1.5;
}

.aksai-manager-modal__error {
	background: #fdecec;
	border: 1px solid #f5c2c2;
	color: #c44;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 13px;
	margin-bottom: 12px;
	line-height: 1.4;
}

.aksai-manager-modal__form p {
	margin: 0 0 10px;
}

.aksai-manager-modal__form input,
.aksai-manager-modal__form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--mpr-gray-200);
	border-radius: 10px;
	font-size: 14px;
	font-family: inherit;
	color: var(--mpr-text);
	background: #fafbfc;
	transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
	box-sizing: border-box;
}

.aksai-manager-modal__form input:focus,
.aksai-manager-modal__form textarea:focus {
	outline: none;
	border-color: var(--mpr-blue);
	background: #fff;
	box-shadow: 0 0 0 3px rgba(63, 64, 150, 0.12);
}

.aksai-manager-modal__form textarea {
	min-height: 90px;
	resize: vertical;
}

.aksai-manager-modal__submit {
	width: 100%;
	padding: 14px;
	background: var(--mpr-orange);
	color: #fff;
	border: none;
	border-radius: 10px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	cursor: pointer;
	font-family: inherit;
	transition: transform 0.15s, box-shadow 0.2s, opacity 0.2s, background 0.2s;
	margin-top: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.aksai-manager-modal__submit:hover:not(:disabled) {
	background: #e97628;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(245, 135, 53, 0.3);
}

.aksai-manager-modal__submit:disabled {
	opacity: 0.85;
	cursor: wait;
}

.aksai-manager-modal__submit:active:not(:disabled) {
	transform: translateY(0);
}

.aksai-manager-modal__spinner {
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255, 255, 255, 0.4);
	border-top-color: #fff;
	border-radius: 50%;
	animation: aksai-modal-spin 0.7s linear infinite;
	display: none;
}

.aksai-manager-modal__submit.is-loading .aksai-manager-modal__spinner {
	display: inline-block;
}

.aksai-manager-modal__submit.is-loading .aksai-manager-modal__submit-label[data-label="default"] {
	display: none;
}

.aksai-manager-modal__submit-label[data-label="loading"] {
	display: none;
}

.aksai-manager-modal__submit.is-loading .aksai-manager-modal__submit-label[data-label="loading"] {
	display: inline;
}

@keyframes aksai-modal-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes aksai-modal-subtle-spring {
	0% {
		opacity: 0;
		transform: scale(0.92);
	}
	65% {
		opacity: 1;
		transform: scale(1.02);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.aksai-manager-modal__success-state {
	text-align: center;
	padding: 6px 0 4px;
}

.aksai-manager-modal__success-ic {
	position: relative;
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
	border-radius: 50%;
	background: rgba(245, 135, 53, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--mpr-orange);
	animation: aksai-modal-pop 0.42s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.aksai-manager-modal__success-ic svg {
	width: 32px;
	height: 32px;
}

.aksai-manager-modal__success-ic::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(245, 135, 53, 0.45);
	animation: aksai-success-ring 0.7s ease-out 0.2s forwards;
	pointer-events: none;
}

.aksai-manager-modal__success-title {
	margin: 0 0 6px;
	font-size: 20px;
	font-weight: 700;
	color: var(--mpr-navy);
}

.aksai-manager-modal__success-text {
	margin: 0 0 18px;
	color: var(--mpr-gray-500);
	font-size: 14px;
	line-height: 1.5;
}

.aksai-manager-modal__success-close {
	padding: 12px 32px;
	background: #f0f2f8;
	color: var(--mpr-navy);
	border: none;
	border-radius: 10px;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	font-family: inherit;
	transition: background 0.15s;
}

.aksai-manager-modal__success-close:hover {
	background: #e2e6ef;
}

.aksai-manager-modal__countdown {
	font-size: 12px;
	color: var(--mpr-gray-500);
	margin-top: 16px;
}

@keyframes aksai-modal-pop {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	60% {
		transform: scale(1.15);
		opacity: 1;
	}
	100% {
		transform: scale(1);
	}
}

@keyframes aksai-success-ring {
	0% {
		box-shadow: 0 0 0 0 rgba(245, 135, 53, 0.45);
	}
	100% {
		box-shadow: 0 0 0 20px rgba(245, 135, 53, 0);
	}
}

body.is-modal-open {
	overflow: hidden;
}

@media (max-width: 520px) {
	.aksai-manager-modal__box {
		padding: 22px 20px 20px;
		border-radius: 14px;
	}

	.aksai-manager-modal__title {
		font-size: 20px;
	}
}

.mpr-page .contact-us-toggle[data-modal-target]::after {
	content: none;
}

@media (prefers-reduced-motion: reduce) {
	.aksai-manager-modal,
	.aksai-manager-modal__box,
	.aksai-manager-modal.is-open .aksai-manager-modal__box {
		animation: none;
		transition: opacity 0.15s ease;
	}

	.aksai-manager-modal__box {
		transform: none;
	}

	.aksai-manager-modal.is-open .aksai-manager-modal__box {
		transform: none;
	}

	.aksai-manager-modal__success-ic {
		animation: none;
	}

	.aksai-manager-modal__success-ic::after {
		animation: none;
	}
}

.mpr-page .mpr-prose table {
	width: 100% !important;
	border-collapse: collapse;
	margin: 16px 0 24px;
	font-size: 0.9375rem;
	table-layout: auto;
	border: 1px solid var(--mpr-gray-200);
	border-radius: 10px;
	overflow: hidden;
}

.mpr-page .mpr-prose table thead th {
	padding: 10px 16px;
	background: var(--mpr-gray-100);
	color: var(--mpr-navy);
	font-weight: 600;
	font-size: 0.875rem;
	text-align: left !important;
	border-bottom: 1px solid var(--mpr-gray-200);
	line-height: 1.35;
	letter-spacing: 0.02em;
}

.mpr-page .mpr-prose table tbody td {
	padding: 10px 16px;
	border-bottom: 1px solid var(--mpr-gray-200);
	line-height: 1.45;
	color: var(--mpr-text);
	vertical-align: top;
	text-align: left !important;
}

.mpr-page .mpr-prose table tbody tr:last-child td {
	border-bottom: none;
}

.mpr-page .mpr-prose table thead th:last-child,
.mpr-page .mpr-prose table tbody td:last-child {
	text-align: right !important;
	width: 120px;
	white-space: nowrap;
	color: var(--mpr-text);
}

.mpr-page .mpr-prose table thead th:last-child {
	color: var(--mpr-navy);
}

@media (max-width: 520px) {
	.mpr-page .mpr-prose table {
		font-size: 0.875rem;
	}

	.mpr-page .mpr-prose table thead th,
	.mpr-page .mpr-prose table tbody td {
		padding: 8px 10px;
	}

	.mpr-page .mpr-prose table thead th:last-child,
	.mpr-page .mpr-prose table tbody td:last-child {
		width: 100px;
	}
}

.mpr-page .mpr-tour-search,
.mpr-tour-search {
	padding: var(--sp-section-outer) 0;
	background: #fff;
}

.mpr-tour-search__container {
	max-width: var(--container-max);
	margin: 0 auto;
	padding: 0 var(--container-px);
}

.mpr-tour-search__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.mpr-tour-search__title {
	margin: 0;
	font-size: var(--fs-h2);
	font-weight: var(--fw-bold);
	line-height: var(--lh-tight);
	color: var(--color-heading);
	letter-spacing: -0.015em;
}

.mpr-tour-search__swiper {
	margin: 0 calc(-1 * var(--container-px));
	padding: 20px var(--container-px) 20px;
	overflow: hidden;
	position: relative;
}

.mpr-tour-search__swiper .swiper-wrapper {
	align-items: stretch;
}

.mpr-tour-search__card {
	width: 280px;
	flex-shrink: 0;
	aspect-ratio: 1 / 1;
	border-radius: 14px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	background-size: cover;
	background-position: center;
	box-shadow: 0 14px 36px rgba(14, 16, 45, 0.15);
	transition: transform 0.45s cubic-bezier(0.2, 1, 0.3, 1), box-shadow 0.4s;
	text-decoration: none;
	color: #fff;
	display: block;
	height: auto;
}

.mpr-tour-search__card:hover,
.mpr-tour-search__card:focus-visible {
	transform: translateY(-6px);
	box-shadow: 0 22px 46px rgba(14, 16, 45, 0.22);
}

.mpr-tour-search__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(14, 16, 45, 0.88) 0%, rgba(14, 16, 45, 0.1) 45%, transparent 80%);
	pointer-events: none;
}

.mpr-tour-search__inner {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	display: block;
}

.mpr-tour-search__name {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.005em;
	color: #fff;
}

.mpr-tour-search__cta {
	margin-top: 10px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: var(--mpr-orange);
}

.mpr-tour-search__cta svg {
	width: 13px;
	height: 13px;
}

.mpr-tour-search__nav {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}

.mpr-tour-search__nav button {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid var(--mpr-blue);
	background: #fff;
	color: var(--mpr-blue);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s, color 0.15s, box-shadow 0.2s;
}

.mpr-tour-search__nav button:hover,
.mpr-tour-search__nav button:focus-visible {
	background: var(--mpr-blue);
	color: #fff;
	box-shadow: 0 6px 16px rgba(63, 64, 150, 0.3);
	outline: none;
}

.mpr-tour-search__nav button.swiper-button-disabled {
	display: none;
}

.mpr-tour-search__nav button svg {
	width: 16px;
	height: 16px;
}

@media (max-width: 640px) {
	.mpr-tour-search__title {
		font-size: 22px;
	}
	.mpr-tour-search__card {
		width: 240px;
	}
	.mpr-tour-search__name {
		font-size: 18px;
	}
	.mpr-tour-search__nav button {
		width: 40px;
		height: 40px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mpr-tour-search__card,
	.mpr-tour-search__card:hover {
		transition: none;
		transform: none;
	}
}

.mpr-stats {
	margin: 8px 0 12px;
	text-align: center;
}

.mpr-stats__title {
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	color: var(--lp-icon-color);
	margin: 0 0 14px;
}

.mpr-stats__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 8px;
	align-items: start;
}

.mpr-stats__item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.mpr-stats__value {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	color: #0d0d11;
}

.mpr-stats__label {
	font-size: 12px;
	line-height: 1.3;
	color: #374151;
}

@media (max-width: 480px) {
	.mpr-stats__value {
		font-size: 24px;
	}
}

.mpr-departures__conv {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: var(--mpr-gray-500);
	line-height: 1.3;
	margin-top: 2px;
}

.mpr-leaders__slider-wrap { position: relative; max-width: 1200px; margin: 0 auto; padding: 0 56px; }
.mpr-leaders__swiper { overflow: hidden; padding-bottom: 36px; }
.mpr-leaders__swiper .swiper-wrapper { align-items: stretch; }
.mpr-leaders__swiper .swiper-slide { height: auto; }

.mpr-leaders__pagination { bottom: 0; }
.mpr-leaders__pagination .swiper-pagination-bullet { background: var(--lp-icon-color, #3f4096); opacity: 0.4; }
.mpr-leaders__pagination .swiper-pagination-bullet-active { opacity: 1; }

.mpr-leaders__nav-prev { color: var(--lp-icon-color, #3f4096); left: 8px; top: 50%; }
.mpr-leaders__nav-next { color: var(--lp-icon-color, #3f4096); right: 8px; top: 50%; }
.mpr-leaders__nav-prev::after,
.mpr-leaders__nav-next::after { font-size: 24px; font-weight: 700; }

@media (max-width: 600px) {
	.mpr-leaders__nav-prev,
	.mpr-leaders__nav-next { display: none; }

	.mpr-leaders__slider-wrap {
		padding: 0;
	}

	.mpr-page .info_tour.info_tour--four {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
	}

	.mpr-page .info_tour.info_tour--four > div > p {
		font-size: 11px;
		line-height: 1.2;
	}

	.mpr-page .info_tour.info_tour--four > div > img {
		width: 36px;
		height: 36px;
	}

	.mpr-page .info_tour.info_tour--four .level_icon {
		width: 50px;
		height: 32px;
	}

	.mpr-prices {
		padding-block: 0;
	}

	.mpr-prices__inner {
		padding: 0 36px;
	}

	.mpr-sidebar__inner {
		padding: 6px 14px 10px;
	}

	.mpr-sidebar__inner .info_tour.info_tour--four {
		margin-top: 8px;
	}

	.mpr-sidebar__inner .mpr-prices {
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.mpr-sidebar__inner .mpr-stats {
		margin-top: 4px;
		margin-bottom: 6px;
	}

	.mpr-sidebar__inner .call_manager {
		margin-top: 6px;
		margin-bottom: 4px;
	}

	.mpr-sidebar__inner .more_tours {
		margin-top: 8px;
	}
}

@media (max-width: 768px) {
	.mpr-trust__grid.swiper { overflow: hidden; }
	.mpr-trust__grid.swiper .swiper-slide { height: auto; display: flex; }
	.mpr-trust__grid.swiper .mpr-trust__card { width: 100%; margin: 0; }
}
