.te-main--home {
	padding: 0;
	position: relative;
}

.te-home-section {
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 24px 64px;
}

.te-home-section__head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 2rem;
}

.te-home-section__title {
	margin: 0 0 0.5rem;
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 700;
	color: #1c262d;
}

.te-home-section__subtitle {
	margin: 0;
	color: #5a6672;
	font-size: 1rem;
	max-width: 520px;
}

.te-home-link {
	color: #17698f;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
}

/* Hero - Figma nodes 1:18, 1:35, 1:155-1:179 */
.te-home-hero {
	position: relative;
	min-height: 671px;
	background-image: url('../images/hero-bg.png') !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}

.te-home-hero__inner {
	position: relative;
	max-width: 1200px;
	min-height: 671px;
	margin: 0 auto;
	padding: 129px 24px 40px;
}

.te-home-hero__panel {
	box-sizing: border-box;
	width: 847px;
	height: 359px;
	padding: 48px 33px 46px 115px;
	background: rgba(0, 0, 0, 0.3);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.te-home-hero__title {
	margin: 0 0 10px;
	max-width: 576px;
	font-family: var(--font3), "Montserrat Alternates", system-ui, sans-serif;
	font-size: 64px;
	font-weight: 800;
	line-height: 109%;
	color: #fff;
	text-align: left;
}

.te-home-hero__subtitle {
	margin: 0 0 10px;
	max-width: 699px;
	font-family: var(--font-family), system-ui, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.35;
	color: #fff;
	text-align: left;
}

.te-home-hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 139px;
	min-height: 37px;
	padding: 10px 20px;
	border-radius: 30px;
	background: #ff8d28;
	color: #fff !important;
	text-decoration: none;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	transition: background 0.2s, transform 0.2s;
}

.te-home-hero__cta:hover {
	background: #e67d1f;
	color: #fff !important;
	transform: translateY(-1px);
}

.te-home-hero__social {
	position: absolute;
	top: 129px;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 24px;
	height: 359px;
	color: #000;
}

.te-home-hero__social-icons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 14px;
}

.te-home-hero__social-line {
	display: block;
	width: 1px;
	height: 96px;
	flex: 0 0 96px;
	background: #1b1b1b;
}

.te-home-hero__social-line--top {
	margin: 0;
}

.te-home-hero__social-line--bottom {
	margin: 0;
	background: #171717;
}

.te-home-hero__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	color: #000;
	text-decoration: none;
}

.te-home-hero__social-link svg {
	display: block;
	width: 24px;
	height: 24px;
}

.te-home-hero__cards {
	box-sizing: border-box;
	width: 847px;
	display: grid;
	grid-template-columns: repeat(4, 170px);
	justify-content: space-between;
	gap: 0;
	margin-top: 28px;
}

.te-home-hero__card {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 170px;
	height: 120px;
	padding: 21px 5px 22px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.25);
	color: #000;
	text-decoration: none;
	transition: background 0.2s, transform 0.2s;
}

.te-home-hero__card:hover {
	background: rgba(255, 255, 255, 0.85);
	transform: translateY(-2px);
	color: #000;
}

.te-home-hero__card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 50px;
	width: 50px;
	height: 50px;
	color: #000;
}

.te-home-hero__card-icon svg {
	display: block;
	width: 50px;
	height: 50px;
}

.te-home-hero__card-label {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	padding: 0;
	font-family: var(--font-family), system-ui, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.1;
	color: #000;
	text-align: center;
}

.te-home-hero__cta--sm {
	padding: 0.65rem 1.25rem;
	font-size: 0.9rem;
}

/* Shared home sections - full-bleed variants override below */

/* Continents - Figma: текстовая сетка + карта */
.te-home-continents {
	position: relative;
	background: #fff;
}

.te-home-continents__body {
	position: relative;
	padding: 24px 0 80px;
	background-color: #fff;
	overflow: hidden;
}

.te-home-continents__body::after {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0;
	background-image: url('../images/continent-bg.png');
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
	pointer-events: none;
}

.te-home-continents__body::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0;
	background: rgba(255, 255, 255, 0.35);
	pointer-events: none;
}

.te-home-continents__head,
.te-home-continents__line,
.te-home-continents__grid {
	position: relative;
	z-index: 1;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 24px;
}

.te-home-continents__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
}

.te-home-continents__head-text {
	flex: 1 1 auto;
	min-width: 0;
}

.te-home-continents__title {
	margin: 0 0 8px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: clamp(2rem, 4vw, 40px);
	font-weight: 700;
	line-height: 1.05;
	color: #101010;
}

.te-home-continents__subtitle {
	margin: 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #ff8d28;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	color: #101010;
	display: inline-block;
}

.te-home-continents__pills {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	flex: 0 0 auto;
	padding-top: 8px;
}

.te-home-continents__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 18px;
	border-radius: 999px;
	background: #ff8d28;
	color: #fff !important;
	text-decoration: none;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	transition: background 0.2s;
}

.te-home-continents__pill:hover {
	background: #e67d1f;
	color: #fff !important;
}

.te-home-continents__line {
	display: block;
	width: min(693px, 100%);
	height: 1px;
	margin: 0 auto 36px;
	background: #c46d40;
}

.te-home-continents__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 32px 40px;
}

.te-continent-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	text-decoration: none;
	color: #101010;
	padding: 8px 12px;
	transition: opacity 0.2s;
}

.te-continent-card:hover {
	opacity: 1;
	color: #101010;
}

.te-continent-card:hover .te-continent-card__title {
	color: #17698f;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.te-continent-card__pin {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 30px;
	margin-bottom: 12px;
	color: #ff8d28;
}

.te-continent-card__pin .te-figma-pin {
	display: block;
}

.te-continent-card__title {
	display: block;
	margin-bottom: 10px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	color: #101010;
}

.te-continent-card__desc {
	display: block;
	max-width: 360px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
	color: #101010;
}

/* News - Figma: баннер сверху + 3 колонки */
.te-home-news {
	max-width: none;
	padding: 56px 0 72px;
	background: #fff;
}

.te-home-news__banner {
	display: flex;
	align-items: flex-end;
	max-width: 1152px;
	height: 223px;
	margin: 0 auto 28px;
	border-radius: 24px;
	background-size: cover;
	background-position: center;
	text-decoration: none;
	overflow: hidden;
}

.te-home-news__banner-title {
	margin: 20px;
	padding: 10px 16px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	font-family: "Dela Gothic One", "Montserrat Alternates", Montserrat, system-ui, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	color: #fff;
}

.te-home-news__layout {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: 336px minmax(0, 471px) minmax(0, 353px);
	gap: 20px 24px;
	align-items: start;
}

.te-home-news__list {
	list-style: none;
	margin: 0;
	padding: 0;
	grid-column: 1;
	grid-row: 1 / 3;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.te-home-news__item-link {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 0;
	text-decoration: none;
	color: #101010;
}

.te-home-news__item-icon {
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
}

.te-home-news__item-icon svg {
	display: block;
	width: 60px;
	height: 60px;
}

.te-home-news__item-title {
	flex: 1;
	padding-top: 8px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}

.te-home-news__col {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.te-home-news__feature {
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 239px;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
}

.te-home-news__feature-label {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	font-family: "Dela Gothic One", "Montserrat Alternates", Montserrat, system-ui, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	color: #fff !important;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
	white-space: nowrap;
}

.te-news-spotlight {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 0 8px;
}

.te-news-spotlight__pin {
	display: flex;
	justify-content: center;
	margin-bottom: 9px;
	color: #c46d40;
}

.te-news-spotlight__text {
	margin: 0;
	max-width: 471px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 17px;
	text-align: center;
	color: #101010;
}

.te-news-spotlight__region,
.te-news-spotlight__title,
.te-news-spotlight__desc {
	display: none;
}

/* Directions - Figma 72:305-72:555 */
.te-home-directions {
	max-width: none;
	padding: 0 0 72px;
	background: #fff;
}

.te-home-directions__banner {
	position: relative;
	max-width: 1152px;
	margin: 0 auto 28px;
	min-height: 223px;
	border-radius: 24px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
}

.te-home-directions__banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.48);
	pointer-events: none;
}

.te-home-directions__banner-title {
	position: relative;
	z-index: 1;
	margin: 20px;
	padding: 0;
	border-radius: 0;
	background: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	font-family: "Dela Gothic One", "Montserrat Alternates", Montserrat, system-ui, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	color: #fff;
}

.te-home-directions__body {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 336px;
	gap: 24px;
	align-items: start;
}

.te-home-directions__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 261px));
	gap: 18px 20px;
	justify-content: start;
}

.te-home-directions__sidebar {
	min-width: 0;
}

.te-home-directions__news {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.te-home-directions__news-link {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	text-decoration: none;
	color: #101010;
}

.te-home-directions__news-icon {
	flex: 0 0 60px;
	width: 60px;
	height: 60px;
}

.te-home-directions__news-icon svg {
	display: block;
	width: 60px;
	height: 60px;
}

.te-home-directions__news-text {
	flex: 1;
	padding-top: 8px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}

.te-direction-tile {
	position: relative;
	display: block;
	width: 261px;
	height: 206px;
	border-radius: 20px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	background-size: cover;
	background-position: center;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s;
}

.te-direction-tile::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.62) 100%);
}

.te-direction-tile:hover {
	transform: translateY(-3px);
}

.te-direction-tile:hover::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.te-direction-tile__img,
.te-direction-tile__placeholder {
	display: none;
}

.te-direction-tile__name {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0 12px;
	font-family: "Dela Gothic One", "Montserrat Alternates", Montserrat, system-ui, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	color: #fff !important;
	text-align: center;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
}

/* Countries - Figma: список слева, контент справа, карта на всю ширину */
.te-home-countries {
	position: relative;
	max-width: none;
	padding: 56px 0 0;
	background: #fff;
	overflow: hidden;
	scroll-margin-top: 96px;
}

.te-home-countries::after {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0;
	background-image: url('../images/continent-bg.png');
	background-size: 100% auto;
	background-position: center top;
	background-repeat: repeat-y;
	pointer-events: none;
}

.te-home-countries::before {
	content: "";
	position: absolute;
	z-index: 0;
	inset: 0;
	background: rgba(255, 255, 255, 0.35);
	pointer-events: none;
}

.te-home-countries__head,
.te-home-countries__wrapper {
	position: relative;
	z-index: 1;
}

.te-home-countries__wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px 72px;
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: 28px 40px;
	align-items: start;
}

.te-home-countries__wrapper--far {
	grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
}

.te-home-countries__list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.te-home-countries__list--sticky {
	position: sticky;
	top: 110px;
	align-self: start;
}

.te-home-countries__content {
	min-width: 0;
}

.te-home-countries__panel--facts {
	margin-bottom: 48px;
}

.te-home-countries__panel--destinations {
	padding: 0;
	background: transparent;
}

.te-home-countries__head {
	max-width: 1200px;
	margin: 0 auto 28px;
	padding: 0 24px;
}

.te-home-countries__title {
	margin: 0 0 10px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 40px);
	font-weight: 700;
	color: #101010;
}

.te-home-countries__subtitle {
	margin: 0 0 16px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #101010;
}

.te-home-countries__line {
	display: block;
	width: min(693px, 100%);
	height: 1px;
	background: #c46d40;
}

.te-country-row {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 50px;
	text-decoration: none;
	color: #101010;
}

.te-country-row__flag {
	flex: 0 0 100px;
	width: 100px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
	background: #e8e8e8;
}

.te-country-row__flag img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.te-country-row__flag-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #dce8f0, #b8cfe0);
}

.te-country-row__name {
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #131313;
}

.te-home-countries__main {
	min-width: 0;
}

.te-home-countries__pills {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
	margin-bottom: 20px;
}

.te-home-countries__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 18px;
	border-radius: 999px;
	background: #ff8d28;
	color: #fff !important;
	text-decoration: none;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
}

.te-home-countries__pill:hover {
	background: #e67d1f;
	color: #fff !important;
}

.te-home-countries__facts {
	margin-bottom: 28px;
}

.te-home-countries__facts-title {
	margin: 0 0 12px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #101010;
}

.te-home-countries__facts-text {
	margin: 0 0 12px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #101010;
}

.te-home-countries__desc {
	margin: 0 0 16px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #101010;
}

.te-home-countries__cta-row {
	display: flex;
	justify-content: flex-end;
	margin-top: 8px;
}

.te-home-countries__cta-row--bottom {
	margin-top: 24px;
}

.te-home-countries__cta {
	display: inline-flex;
}

.te-home-countries__destinations--scenic,
.te-home-countries__destinations {
	margin-top: 0;
}

.te-home-countries__dest-title {
	margin: 0 0 24px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.te-home-countries__dest-row {
	margin-bottom: 20px;
}

.te-home-countries__dest-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 392px));
	gap: 20px;
	justify-content: center;
}

.te-home-countries__dest-item {
	min-width: 0;
}

.te-dest-card {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 203px;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	text-decoration: none;
	color: #fff !important;
	overflow: hidden;
}

.te-dest-card::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.62) 100%);
}

.te-dest-card:hover::before,
.te-dest-card:focus::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.te-dest-card:hover,
.te-dest-card:focus {
	color: #fff !important;
}

.te-dest-card__label {
	position: absolute;
	top: 74px;
	left: 50%;
	z-index: 1;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	font-family: "Dela Gothic One", "Montserrat Alternates", Montserrat, system-ui, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	color: #fff !important;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
	white-space: nowrap;
}

.te-home-countries__tip {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	min-height: 88px;
	padding: 12px 0 0;
}

.te-home-countries__tip-pin {
	flex: 0 0 29px;
	color: #c46d40;
}

.te-home-countries__tip p {
	margin: 0;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #101010;
}

.te-home-countries__tip p a {
	color: inherit;
	text-decoration: none;
}

.te-home-countries__tip p a:hover {
	text-decoration: underline;
}

.te-home-countries--far {
	padding-top: 48px;
}

.te-home-countries__banner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	max-width: 1152px;
	min-height: 223px;
	margin: 8px auto 72px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	text-decoration: none;
	overflow: hidden;
}

.te-home-countries__banner::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	background: rgba(0, 0, 0, 0.48);
	pointer-events: none;
}

.te-home-countries__banner-title {
	position: relative;
	z-index: 1;
	margin: 20px;
	padding: 0;
	font-family: "Dela Gothic One", "Montserrat Alternates", Montserrat, system-ui, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	color: #fff;
	text-transform: lowercase;
}

/* Legacy historical banner styles (если используется отдельно) */
.te-home-historical__banner {
	position: relative;
	max-width: 1200px;
	height: 223px;
	margin: 0 auto 28px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
}

.te-home-historical__banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.48);
	pointer-events: none;
}

.te-home-historical__banner-title {
	position: relative;
	z-index: 1;
	margin: 20px;
	padding: 0;
	border-radius: 0;
	background: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	font-family: "Dela Gothic One", "Montserrat Alternates", Montserrat, system-ui, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	color: #fff;
}

/* Events - Figma 72:726 */
.te-home-events {
	max-width: none;
	padding: 48px 0 56px;
	background: #fff;
}

.te-home-events__title {
	max-width: 1200px;
	margin: 0 auto 28px;
	padding: 0 24px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 40px);
	font-weight: 700;
	color: #101010;
}

.te-home-events__grid {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 370px));
	gap: 20px 40px;
	justify-content: start;
}

.te-event-card__media {
	position: relative;
	height: 203px;
	border-radius: 20px;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.te-event-card__label {
	position: absolute;
	left: 50%;
	top: 74px;
	transform: translateX(-50%);
	padding: 0;
	border-radius: 0;
	background: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
	font-family: "Dela Gothic One", "Montserrat Alternates", Montserrat, system-ui, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 35px;
	color: #fff !important;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
	white-space: nowrap;
}

.te-event-card__desc {
	margin: 12px 0 0;
	padding: 0 10px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 17px;
	color: #101010;
}

/* Subscribe block */
.te-home-subscribe {
	max-width: none;
	padding: 48px 24px 56px;
	background: #fff;
}

.te-home-subscribe__panel {
	position: relative;
	max-width: 1200px;
	min-height: 460px;
	margin: 0 auto;
	padding: 44px 40px 40px;
	border-radius: 24px;
	background-size: cover;
	background-position: center right;
	overflow: hidden;
}

.te-home-subscribe__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0.98) 0%,
		rgba(255, 255, 255, 0.95) 38%,
		rgba(255, 255, 255, 0.72) 52%,
		rgba(255, 255, 255, 0.15) 72%,
		rgba(255, 255, 255, 0) 100%
	);
	pointer-events: none;
}

.te-home-subscribe__inner {
	position: relative;
	z-index: 1;
	max-width: 720px;
}

.te-home-subscribe__title {
	margin: 0 0 16px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 40px);
	font-weight: 700;
	line-height: 1.12;
	color: #101010;
}

.te-home-subscribe__desc {
	margin: 0 0 28px;
	max-width: 620px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #101010;
}

.te-home-subscribe__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 28px;
}

.te-home-subscribe__card {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 12px;
	min-height: 88px;
	padding: 14px 16px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	color: #101010;
	transition: transform 0.2s, box-shadow 0.2s;
}

.te-home-subscribe__card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.14);
}

.te-home-subscribe__card-icon {
	flex: 0 0 48px;
	display: block;
	line-height: 0;
}

.te-subscribe-icon {
	display: block;
	width: 48px;
	height: 48px;
}

.te-subscribe-icon--instagram {
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(214, 41, 118, 0.25);
}

.te-subscribe-icon--telegram,
.te-subscribe-icon--pdf {
	filter: drop-shadow(0 2px 6px rgba(23, 105, 143, 0.22));
}

.te-home-subscribe__card-body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.te-home-subscribe__card-title {
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.te-home-subscribe__card-text {
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	color: #5a6672;
}

.te-home-subscribe__actions {
	display: none;
}

.te-home-subscribe__cta {
	min-width: 300px;
	padding-left: 24px;
	padding-right: 24px;
}

/* Latest posts block */
.te-home-latest {
	max-width: none;
	padding: 0 0 56px;
	background: #fff;
}

.te-home-latest__head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	max-width: 1200px;
	margin: 0 auto 28px;
	padding: 0 24px;
}

.te-home-latest__title {
	margin: 0;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 40px);
	font-weight: 700;
	color: #101010;
}

.te-home-latest__more {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 18px;
	border: 2px solid #ff8d28;
	border-radius: 999px;
	background: transparent;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #ff8d28 !important;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s, color 0.2s;
}

.te-home-latest__more:hover,
.te-home-latest__more:focus-visible {
	background: #ff8d28;
	border-color: #ff8d28;
	color: #fff !important;
}

.te-home-latest__grid {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.te-latest-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.te-latest-card__top {
	position: relative;
	margin-bottom: 10px;
}

.te-latest-card__media {
	display: block;
	height: 148px;
	border-radius: 16px 16px 0 0;
	background-size: cover;
	background-position: center;
	text-decoration: none;
}

.te-latest-card__badge {
	position: absolute;
	left: 10px;
	bottom: -9px;
	z-index: 2;
	padding: 4px 8px;
	border-radius: 6px;
	background: #ff8d28;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.1;
	color: #fff;
	white-space: nowrap;
}

.te-latest-card__title {
	margin: 0;
	padding: 14px 14px 10px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	color: #101010;
}

.te-latest-card__title a {
	color: inherit;
	text-decoration: none;
}

.te-latest-card__title a:hover {
	color: #17698f;
}

.te-latest-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-top: auto;
	padding: 0 14px 14px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 8px;
	font-weight: 400;
	line-height: 1.2;
	color: #5a6672;
}

.te-latest-card__date,
.te-latest-card__country {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	min-width: 0;
}

.te-latest-card__country {
	justify-content: flex-end;
	text-align: right;
}

.te-latest-card__icon {
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
}

/* Scenarios - Figma 72:620 */
.te-home-scenarios {
	max-width: none;
	padding: 48px 0 56px;
	background: linear-gradient(180deg, rgba(244, 244, 244, 0.5) 0%, #fff 100%);
}

.te-home-scenarios__title {
	max-width: 1200px;
	margin: 0 auto 28px;
	padding: 0 24px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 40px);
	font-weight: 700;
	color: #101010;
}

.te-home-scenarios__layout {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
	display: grid;
	grid-template-columns: 336px 1fr;
	gap: 24px;
	align-items: start;
}

.te-home-scenarios__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.te-scenario-link {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 60px;
	text-decoration: none;
	color: #101010;
}

.te-scenario-link__icon svg {
	display: block;
	border-radius: 8px;
}

.te-scenario-link__label {
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.te-home-scenarios__tiles {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 261px));
	gap: 18px;
	justify-content: end;
}

.te-scenario-tile {
	position: relative;
	display: block;
	height: 206px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.te-scenario-tile__name {
	position: absolute;
	left: 17px;
	bottom: 16px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

/* Baikonur - Figma 217:309 */
.te-home-baikonur {
	max-width: none;
	padding: 48px 0 80px;
	background: #fff;
}

.te-home-baikonur__head {
	max-width: 1200px;
	margin: 0 auto 24px;
	padding: 0 24px;
}

.te-home-baikonur__section-title {
	margin: 0;
	font-family: "Montserrat Alternates", Montserrat, system-ui, sans-serif;
	font-size: clamp(1.75rem, 3vw, 40px);
	font-weight: 800;
	color: #101010;
	text-transform: uppercase;
}

.te-home-baikonur__hero {
	max-width: 1200px;
	height: 223px;
	margin: 0 auto;
	padding: 0 24px;
	border-radius: 12px;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
}

.te-home-baikonur__hero-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	width: 100%;
	padding: 28px 32px;
	border-radius: 12px;
	background: rgba(0, 0, 0, 0.35);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	color: #fff;
}

.te-home-baikonur__badge {
	margin: 0 0 12px;
	font-family: "Montserrat Alternates", Montserrat, system-ui, sans-serif;
	font-size: clamp(1.1rem, 2vw, 24px);
	font-weight: 800;
	letter-spacing: 0.04em;
}

.te-home-baikonur__text,
.te-home-baikonur__details {
	margin: 0 0 12px;
	font-family: Comfortaa, Montserrat, system-ui, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

@media (max-width: 1024px) {
	.te-home-hero__cards {
		width: 100%;
		max-width: 847px;
		grid-template-columns: repeat(4, 170px);
		justify-content: space-between;
	}

	.te-home-hero__title {
		font-size: clamp(2rem, 5vw, 64px);
	}

	.te-home-hero__subtitle {
		font-size: clamp(1rem, 2.2vw, 24px);
	}

	.te-home-hero__panel {
		width: 100%;
		max-width: 847px;
		height: auto;
		min-height: 359px;
		padding: 36px 28px 36px 48px;
	}

	.te-home-continents__head {
		flex-direction: column;
	}

	.te-home-continents__pills {
		justify-content: flex-start;
	}

	.te-home-continents__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.te-home-news__layout {
		grid-template-columns: 1fr;
	}

	.te-home-news__list {
		grid-row: auto;
	}

	.te-home-directions__body {
		grid-template-columns: 1fr;
	}

	.te-home-directions__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.te-home-countries__wrapper {
		grid-template-columns: 1fr;
	}

	.te-home-countries__dest-grid {
		grid-template-columns: 1fr;
	}

	.te-home-countries__pills {
		justify-content: flex-start;
	}

	.te-home-countries__wrapper--far {
		grid-template-columns: 1fr;
	}

	.te-home-countries__list--sticky {
		position: static;
	}

	.te-home-subscribe__cards {
		grid-template-columns: 1fr;
	}

	.te-home-latest__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.te-home-events__grid {
		grid-template-columns: 1fr;
	}

	.te-home-scenarios__layout {
		grid-template-columns: 1fr;
	}

	.te-home-scenarios__tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.te-home-baikonur__hero-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.te-home-hero {
		min-height: auto;
	}

	.te-home-hero__inner {
		min-height: 0;
		padding-top: 110px;
	}

	.te-home-hero__panel {
		width: 100%;
		height: auto;
		padding: 28px 20px;
		min-height: 0;
	}

	.te-home-hero__social {
		display: none !important;
	}

	.te-home-hero__cards {
		width: 100%;
		max-width: none;
		grid-template-columns: repeat(2, 1fr);
		justify-content: stretch;
		gap: 12px;
	}

	.te-home-hero__card {
		width: 100%;
		height: auto;
		min-height: 120px;
	}

	.te-home-continents__grid,
	.te-home-countries__dest-grid,
	.te-home-scenarios__tiles {
		grid-template-columns: 1fr;
	}

	.te-home-news__featured {
		grid-template-columns: 1fr;
	}

	.te-home-section {
		padding: 32px 16px 48px;
	}
}

@media (max-width: 768px) {
	.te-main--home {
		overflow-x: hidden;
		max-width: 100%;
	}

	body.home,
	body.home .te-main--home {
		overflow-x: hidden;
		max-width: 100%;
	}

	.te-home-hero__inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	.te-home-hero__cards {
		width: 100%;
		max-width: none;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.te-home-hero__card {
		width: 100%;
	}

	.te-home-continents__head {
		display: block;
	}

	.te-home-continents__head-text {
		margin-bottom: 14px;
	}

	.te-home-continents__pills,
	.te-home-countries__pills {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 10px;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 0 0 10px;
		scrollbar-width: none;
	}

	.te-home-continents__pills::-webkit-scrollbar,
	.te-home-countries__pills::-webkit-scrollbar {
		display: none;
	}

	.te-home-continents__pill,
	.te-home-countries__pill {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}

	.te-home-directions__grid {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 14px;
		margin: 0;
		padding: 0 16px 10px;
		scrollbar-width: none;
		grid-template-columns: none;
	}

	.te-home-directions__grid::-webkit-scrollbar {
		display: none;
	}

	.te-direction-tile {
		flex: 0 0 min(240px, 72vw);
		width: min(240px, 72vw);
		height: 190px;
		scroll-snap-align: start;
	}

	.te-home-countries__list.te-home-countries__list--sticky {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 12px;
		margin: 0 0 20px;
		padding: 0 0 10px;
		scrollbar-width: none;
	}

	.te-home-countries__list.te-home-countries__list--sticky::-webkit-scrollbar {
		display: none;
	}

	.te-country-row {
		flex: 0 0 84px;
		flex-direction: column;
		align-items: center;
		gap: 6px;
		min-height: 0;
		padding: 6px 4px;
		scroll-snap-align: start;
		text-align: center;
	}

	.te-country-row__flag {
		flex: 0 0 48px;
		width: 48px;
		height: 24px;
		border-radius: 24px;
	}

	.te-country-row__name {
		font-size: 11px;
		line-height: 1.2;
	}

	.te-dest-card__label,
	.te-historical-card__label,
	.te-event-card__label,
	.te-home-news__feature-label {
		font-size: 14px;
		line-height: 1.2;
		white-space: normal;
		max-width: calc(100% - 16px);
		text-align: center;
	}

	.te-home-countries__wrapper {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 48px;
		gap: 20px;
	}

	.te-home-countries__head,
	.te-home-countries__panel--facts {
		padding-left: 16px;
		padding-right: 16px;
	}

	.te-home-countries__content,
	.te-home-countries__panel.te-home-countries__panel--destinations {
		overflow: visible;
	}

	.te-home-countries__dest-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
		padding: 0 16px;
	}

	.te-home-countries__dest-item {
		display: grid;
		gap: 8px;
		align-items: start;
		min-width: 0;
	}

	.te-dest-card {
		height: 100px !important;
		min-height: 100px;
		max-width: none;
		width: 100%;
		border-radius: 18px;
	}

	.te-dest-card__label {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.te-home-countries__tip {
		min-height: 0;
		padding-top: 0;
	}

	.te-home-countries__tip p,
	.te-home-countries__tip p a {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.te-home-latest__grid {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		gap: 14px;
		max-width: none;
		margin: 0;
		padding: 0 16px 10px;
		scrollbar-width: none;
		grid-template-columns: none;
	}

	.te-home-latest__grid::-webkit-scrollbar {
		display: none;
	}

	.te-latest-card {
		flex: 0 0 min(260px, 76vw);
		width: min(260px, 76vw);
		scroll-snap-align: start;
	}

	.te-home-countries__banner {
		min-height: 120px;
		margin: 8px 16px 24px;
		max-width: none;
	}

	.te-home-countries__banner-title {
		margin: 12px 14px;
		font-size: 18px;
		line-height: 1.25;
	}
}
