.reviews-letters {
	position: relative;
}
.reviews-letters__bg-image {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

	width: 100%;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
}
.reviews-letters__bg-image::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;

	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.reviews-letters__bg-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.container {
}
.reviews-letters__body {
	margin: 30px 0;
	padding: 24px;

	background: linear-gradient(
		0deg,
		rgba(255, 255, 255, 0.25),
		rgba(255, 255, 255, 0.25)
	);
	border: 2px solid #ffffff;
	box-shadow: 0px 0px 30px #dde3f1;
	backdrop-filter: blur(10px);
	border-radius: 30px;

	overflow: hidden;
}
.reviews-letters__header {
}
.reviews-letters__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;

	color: #ffffff;

	margin: 0;
}
.reviews-letters__subtitle {
	margin-top: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;

	color: #ffffff;
}
.reviews-letters__btns {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.reviews-letters__btn {
	padding: 19px 59px;

	font-weight: 600;
	font-size: 20px;
	line-height: 23px;

	color: #ffffff;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	border: 1px solid #ffffff;
	border-radius: 100px;

	text-decoration: none;
}
.reviews-letters__btn:hover,
.reviews-letters__btn:focus {
	color: #ffffff;
}
.btn--secondary {
}
.btn--primary {
	padding: 20px 60px;
	border: none;

	background: linear-gradient(90deg, #fcbc00 0%, #d71400 100%);
}
.reviews-letters__slider {
	margin-top: 24px;
}
.reviews-letters__slider-wrapper {
}
.swiper-wrapper {
}
.reviews-letters__slide {
	max-width: 213px;
	height: auto;
}
.swiper-slide {
}
.review-letter {
	user-select: none;
}
.review-letter__body {
	color: #ffffff;
}
.review-letter__image {
	display: flex;
	align-items: center;
	justify-content: center;

	position: relative;
}
.review-letter__image-wrapper {
	width: 100%;
	height: 100%;
	aspect-ratio: 213/278;
}
.review-letter__image-orig {
	aspect-ratio: 133/192;
	max-width: 133px;
	width: 100%;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.review-letter__title {
	margin-top: 24px;

	font-weight: 400;
	font-size: 24px;
	line-height: 26px;
}
.review-letter__descr {
	margin-top: 12px;

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
.reviews-letters__slider-pagination {
	margin-top: 24px;

	display: flex;
	justify-content: center;
}

.reviews-letters__slider-pagination .swiper-pagination-bullet {
	background: #ffffff;
	width: 10px;
	height: 10px;
}
.reviews-letters__slider-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: linear-gradient(90deg, #fcbc00 0%, #d71400 100%);
}

@media (min-width: 768px) {
	.review-letter {
		user-select: unset;
	}
	.reviews-letters__slider-pagination {
		margin-top: 0;
	}
	.reviews-letters__slider-wrapper.swiper-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 16px;
	}

	.reviews-letters__subtitle {
		margin-top: 0;
	}

	.reviews-letters__btns {
		margin-top: 16px;
	}

	.review-letter__image-orig {
		max-width: 63%;
	}

	.reviews-letters__btns,
	.reviews-letters__header {
		display: grid;
		gap: 16px;
		grid-template-columns: 1fr 1fr;
	}

	.reviews-letters__slide {
		max-width: unset;
	}

	.reviews-letters__body {
		padding: 32px;
		margin: 82px 0;
	}
}

@media (min-width: 1440px) {
	.reviews-letters__body {
		margin: 130px 0;
		display: grid;
		gap: 30px;
		grid-template-columns: 360px 1fr;
	}

	.reviews-letters__slider {
		margin-top: 0;
	}

	.reviews-letters__btns,
	.reviews-letters__header {
		gap: 30px;
		grid-template-columns: 1fr;
	}

	.reviews-letters__btns {
		margin-top: 30px;
	}

	.reviews-letters__title {
		font-size: 30px;
		line-height: 1;
	}

	.reviews-letters__subtitle {
		font-size: 22px;
		line-height: 1.3;
	}

	.reviews-letters__btns {
		justify-items: flex-start;
	}
}

/* DEV-1812 START */

.projects {
}
.projects__wrapper {
}

.projects__body {
}

.projects__slider {
	height: 700px;

	@media (min-width: 768px) {
		height: 650px;
	}
}

.projects-slide {
}
.projects-slide__body {
	position: relative;
	height: 100%;
}
.projects-slide__bg {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	&::before {
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background:
			linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 40%),
			linear-gradient(to top, #191100 0%, rgba(124, 84, 0, 0) 60%);
	}
}
.projects-slide__content {
	position: relative;
	color: #fff;
	padding: 50px 20px;
	margin: 0 auto;
	height: 100%;

	@media (min-width: 768px) {
		padding: 60px 20px 106px;
	}

	@media (min-width: 1200px) {
		padding: 60px 20px 92px;
		max-width: 1320px;
	}

	@media (min-width: 1400px) {
		max-width: 1480px;
	}
}
.projects-slide__grid {
	display: flex;
	flex-direction: column;
	height: 100%;

	@media (min-width: 768px) {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: max-content 1fr;
		gap: 30px;
	}

	@media (min-width: 1200px) {
		grid-template-columns: 700px auto;
		position: relative;
	}
}
.projects-slide__title {
	margin-bottom: auto;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	position: relative;
	padding-bottom: 9px;
	max-width: fit-content;

	@media (min-width: 1200px) {
		font-size: 36px;
	}

	&::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0px;
		width: 100%;
		height: 2px;
		background-color: #fff;

		@media (min-width: 1200px) {
			width: 80%;
		}
	}
}

.projects-slide__all {
	order: 1;
	border: 1px solid #fff;
	border-radius: 71px;
	padding: 16px 24px;
	color: #fff;
	margin-top: 68px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	min-width: 173px;
	font-size: 16px;
	transition: all 0.3s ease;

	&:hover {
		background-color: #fff;
		color: #000;
	}

	@media (min-width: 768px) {
		justify-self: end;
		order: 0;
		margin: 0;
	}

	@media (min-width: 1200px) {
		grid-row: span 2;
		align-self: end;
		position: absolute;
		bottom: -35px;
	}
}

.projects-slide__description {
	@media (min-width: 768px) {
		align-self: end;
		grid-column: span 2;
	}

	@media (min-width: 1200px) {
		grid-column: span 1;
		grid-column: 1;
	}
}
.projects-slide__description-title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 12px;

	@media (min-width: 768px) {
		font-size: 24px;
	}

	@media (min-width: 1200px) {
		font-size: 36px;
	}
}
.projects-slide__description-text {
	margin-bottom: 24px;
}
.projects-slide__description-link {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;

	&:hover {
		text-decoration: underline;
	}
}

div.swiper-horizontal
	> .projects-pagination__container
	.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	display: flex;
	left: 20px;
	right: 20px;
	width: auto;

	.swiper-pagination-bullet {
		position: relative;
		overflow: hidden;
		height: 4px;
		width: 100px;
		background-color: #928d83;
		flex: 1;
		border-radius: 100px;
		height: 4px;
	}
}

@media (min-width: 1200px) {
	div.swiper-horizontal
		> .projects-pagination__container
		.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		width: 700px;
	}
}

.projects-pagination__container {
	@media (min-width: 1200px) {
		max-width: 1480px;
		margin: 0 auto;
		position: relative;
	}
}

div.swiper-horizontal
	> .projects-pagination__container
	.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 133px;

	@media (min-width: 768px) {
		bottom: 70px;
	}
	@media (min-width: 1200px) {
		bottom: 56px;
	}
}

.progress {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
}

/* DEV-1812 END */

/* DEV-1884 START */

.section-upg-form {
	position: relative;
}
.section-upg-form__wrapper {
	padding: 82px 0;

	@media (min-width: 1200px) {
		padding: 72px 0 82px;
	}
}

.section-upg-form__pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;

	img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.section-upg-form__body {
	color: #fff;
	box-shadow: 0px 0px 30px 0px #dde3f1;
	background: linear-gradient(
		0deg,
		rgba(255, 255, 255, 0.25),
		rgba(255, 255, 255, 0.25)
	);

	backdrop-filter: blur(20px);
	padding: 24px;
	border: 2px solid #ffffff;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	font-family: inherit;
	gap: 32px;
	@media (min-width: 1200px) {
		flex-direction: row;
		justify-content: space-between;
	}
}
.section-upg-form__content {
}

.section-upg-form__title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 16px;
	font-family: inherit;

	@media (min-width: 768px) {
		margin-bottom: 24px;
	}
	@media (min-width: 1200px) {
		margin-bottom: 30px;
		font-size: 30px;
	}
}
.section-upg-form__text {
	font-size: 16px;
	font-weight: 400;

	@media (min-width: 1200px) {
		font-size: 22px;
	}
}
.section-upg-form__form {
	@media (min-width: 1200px) {
		flex: 0 0 400px;
	}

	.result {
		width: 100%;
	}

	.alert-success {
		color: #fff;
		background-color: transparent;
		border: none;
		padding: 0;
	}
}
.upg-form {
}
.upg-form__field {
	position: relative;
	margin-bottom: 12px;

	input {
		border: 1px solid #ffffff;
		border-radius: 100px;
		padding: 19px;
		max-width: 400px;
		color: #fff;
		background: transparent;
		width: 100%;

		&::placeholder {
			color: #fff;
			text-align: center;
			font-size: 20px;

			font-family: inherit;
		}
	}
}

.upg-form__consent {
	margin-bottom: 12px;
}

.consent-checkbox {
	margin-top: 5px;
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}

.upg-form__checkbox {
	appearance: none;
	position: relative;
	flex: 0 0 20px;
	height: 20px;
	background: inherit;
	border-radius: 4px;
	border: 2px solid #ffffff;
	transition: 500ms;

	&::after {
		content: '\2713';
		position: absolute;
		top: -4px;
		left: 3px;
		width: 0px;
		height: 0px;
		font-size: 16px;
		transition: 500ms;
		overflow: hidden;
	}
}

.upg-form__checkbox:checked::after {
	width: 20px;
	height: 20px;
	transition: 500ms;
}

.upg-form__checkbox-text {
	font-size: 13px;
	font-weight: 400;

	a {
		text-decoration: underline;
		color: #fff;
	}
}

.upg-form__btn {
	background: linear-gradient(90deg, #fcbc00 0%, #d71400 100%);
	border: none;
	border-radius: 100px;
	padding: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	color: #fff;
	max-width: 400px;
	width: 100%;
}

/* DEV-1884 END */

/* DEV-1999 Start */
.btn-link-article,
.box-btn-form .button.btn-link-article {
	display: block;
	margin-bottom: 20px;
	width: fit-content;
	color: #fff;
	padding: 15px 30px;
	border-radius: 28px;
	text-decoration: none;
	border: 2px solid transparent;
	height: auto;
	background: linear-gradient(to left, #d71200, #fdbf00) border-box;

	&:hover {
		color: #fff;
	}

	&:focus {
		outline: none;
		color: #fff;
	}

	&:active {
		color: #fff;
		background: linear-gradient(to left, #d71200, #fdbf00) border-box;
	}
}

.main-content {
	overflow: visible;
}

.news-list-col {
	position: sticky;
	top: 180px;
}

/* DEV-1999 End */

/* Подсказка под полем телефона (av-phone.js) */
.av-phone-msg {
	margin: 6px 4px 0;
	font-size: 13px;
	line-height: 1.3;
	color: #d71400;
}
.upg-form .av-phone-msg,
.artist-cta .av-phone-msg {
	color: #ffd7cf;
}
input.av-phone-invalid {
	border-color: #ff5b4a !important;
	box-shadow: none;
}

/* Телефон в формах: значение выравниваем так же, как плейсхолдер (по центру)
   и тем же кеглем — иначе набранный номер выглядел мелким и прижатым влево. */
.upg-form__field input {
	text-align: center;
	font-size: 20px;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.upg-form__field input {
		font-size: 17px;
	}
	.upg-form__field input::placeholder {
		font-size: 17px;
	}
}
.artist-cta .upg-form__field input,
.artist-cta .upg-form__field input::placeholder {
	font-size: 17px;
}

/* ==========================================================================
   Мобильная версия: шапка и подвал
   Шапка была в три ряда по центру и занимала пол-экрана. Собираем в два ряда:
   слева язык и соцсети, справа город, ниже — телефоны.
   ========================================================================== */
@media (max-width: 767px) {
	.header-top {
		padding: 5px 0;
	}
	.header-top .container > .row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	/* переключатель языка перестаёт висеть абсолютом в правом углу */
	.header-top .av55-lang-sw--xs {
		position: static;
		order: 1;
		flex: 0 0 auto;
		padding: 0;
		margin-right: 12px;
		/* строка города и строка телефонов — разной высоты, поэтому прижимаем к верху */
		align-self: flex-start;
		padding-top: 3px;
	}
	.header-top .av55-lang-sw--xs .av55-lang-sw-dd {
		left: 0;
		right: auto;
	}
	.header-top .header-top-left {
		order: 2;
		flex: 1 1 auto;
		width: auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 0;
	}
	/* соцсети завёрнуты в <noindex> — во флексе элементом строки становится он */
	.header-top .header-top-left noindex {
		order: 1;
		flex: 0 0 auto;
		display: flex;
		align-items: center;
	}
	.header-top .header-top-left .header-social {
		order: 1;
		margin: 0;
		float: none;
		display: flex;
		align-items: center;
		gap: 8px;
		/* в базовых стилях блок занимает всю ширину и уезжает на свою строку */
		width: auto;
		flex: 0 0 auto;
	}
	.header-top .header-social .social-item {
		float: none;
		margin: 0;
	}
	.header-top .header-top-left .header-region {
		order: 2;
		margin: 0 0 0 auto;
		padding: 0;
		float: none;
		text-align: right;
		width: auto;
		flex: 0 0 auto;
	}
	.header-top .header-top-left .header-phone {
		order: 3;
		flex: 0 0 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 16px;
		margin: 3px 0 0;
		float: none;
	}
	.header-top .header-top-left .header-phone .phone-item {
		float: none;
		margin: 0;
		padding: 0;
	}

	/* Подвал: ссылки в два столбца — иначе меню растягивается на три экрана */
	.footer-menu-col {
		margin-bottom: 18px;
	}
	.footer-menu-title {
		text-align: left;
		margin-bottom: 8px;
	}
	ul.footer-menu {
		column-count: 2;
		column-gap: 16px;
		padding: 0;
		margin: 0;
	}
	ul.footer-menu li {
		break-inside: avoid;
		-webkit-column-break-inside: avoid;
		text-align: left;
		margin-bottom: 4px;
	}
	ul.footer-menu li a {
		font-size: 13px;
		line-height: 1.35;
	}

	/* Нижняя строка подвала: копирайт и разработчик — одним компактным блоком */
	.footer-bottom {
		padding: 12px 0;
	}
	.footer-bottom .footer-bottom-col {
		width: 100%;
		float: none;
		text-align: center;
	}
	.footer-bottom .footer-bottom-right {
		margin: 10px 0;
	}
	.footer-bottom .footer-social {
		display: flex;
		justify-content: center;
		gap: 10px;
	}
	.footer-bottom .footer-social .social-item {
		float: none;
		margin: 0;
	}
	.footer-bottom .copyright-left,
	.footer-bottom .copyright-right {
		font-size: 12px;
		line-height: 1.4;
	}
}

/* Шапка на мобиле, финальная раскладка.
   Переключатель языка держим абсолютом слева (как раньше держали справа):
   так он не участвует во флексе строки и не выталкивает остальное на новый ряд.
   Ряд 1: RU + соцсети слева, город справа. Ряд 2: телефоны по центру. */
@media (max-width: 767px) {
	.header-top {
		position: relative;
		padding: 6px 0 5px;
	}
	.header-top .container > .row {
		display: block;
	}
	.header-top .av55-lang-sw--xs {
		position: absolute;
		top: 8px;
		left: 12px;
		right: auto;
		padding: 0;
		margin: 0;
		z-index: 500;
	}
	.header-top .av55-lang-sw--xs .av55-lang-sw-dd {
		left: 0;
		right: auto;
	}
	.header-top .header-top-left {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		padding: 0 12px 0 52px;
	}
	.header-top .header-top-left noindex {
		order: 1;
		flex: 0 0 auto;
		display: flex;
		align-items: center;
	}
	.header-top .header-top-left .header-region {
		order: 2;
		flex: 0 0 auto;
		width: auto;
		margin-left: auto;
		padding: 0;
		text-align: right;
	}
	.header-top .header-top-left .header-phone {
		order: 3;
		flex: 0 0 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 4px 18px;
		margin: 4px 0 0;
		padding: 0;
	}
}

/* Шапка-логотип и заголовочный блок на мобиле занимали пол-экрана:
   87 px логотипа + 312 px титульной полосы. Ужимаем и то, и другое. */
@media (max-width: 767px) {
	.header-bottom {
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.header-bottom .header-logo img {
		max-height: 42px;
		width: auto;
	}
	.title-bar {
		/* верхний отступ = высота фиксированной шапки, иначе заголовок уедет под неё */
		padding-top: 118px;
		padding-bottom: 14px;
	}
	.title-bar h1,
	.title-bar .p1 {
		font-size: 22px;
		line-height: 1.15;
		margin-bottom: 10px;
	}
	.title-bar-breadcrumbs {
		font-size: 12px;
		line-height: 1.35;
	}
}

/* AV55 article system styles: rendered by the template, not generated per article. */
.page-news-article h1,
.page-news-article h2,
.page-news-article h3 { font-family: "DINProRegular", Arial, sans-serif; color: #263f50; }
.page-news-article h1 { font-size: 36px; line-height: 1.16; font-weight: 700; margin: 0 0 24px; }
.page-news-article h2 { font-size: 28px; line-height: 1.22; font-weight: 700; margin: 42px 0 16px; padding: 0 0 10px 16px; border-left: 5px solid #486f8c; border-bottom: 1px solid #dfe6ea; letter-spacing: -.01em; }
.page-news-article h3 { font-size: 21px; line-height: 1.3; font-weight: 700; margin: 30px 0 12px; padding-bottom: 6px; border-bottom: 2px solid #e4a72c; }
.page-news-article .av55-table-figure { margin: 30px 0 34px; padding: 0; }
.page-news-article .av55-table-figure figcaption { margin: 0 0 7px; font-size: 19px; line-height: 1.35; font-weight: 700; color: #263f50; }
.page-news-article .av55-table-intro { margin: 0 0 13px; font-size: 15px; line-height: 1.55; color: #5b6b75; }
.page-news-article .av55-table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid #dfe6ea; border-radius: 8px; }
.page-news-article .av55-table { width: 100%; min-width: 620px; margin: 0; border-collapse: collapse; background: #fff; font-size: 15px; line-height: 1.5; }
.page-news-article .av55-table th { padding: 13px 15px; text-align: left; background: #486f8c; color: #fff; font-weight: 700; }
.page-news-article .av55-table td { padding: 12px 15px; border: 1px solid #dfe6ea; vertical-align: top; color: #354957; }
.page-news-article .av55-table tr:nth-child(even) td { background: #f7f9fa; }
.page-news-article .av55-article-toc { margin: 26px 0 32px; }
@media (max-width: 700px) {
	.page-news-article h1 { font-size: 29px; line-height: 1.18; margin-bottom: 20px; }
	.page-news-article h2 { font-size: 23px; line-height: 1.24; margin-top: 34px; padding-left: 12px; border-left-width: 4px; }
	.page-news-article h3 { font-size: 19px; margin-top: 25px; }
	.page-news-article .av55-table-figure { margin: 24px 0 28px; }
	.page-news-article .av55-table-figure figcaption { font-size: 17px; }
	.page-news-article .av55-table-intro { font-size: 14px; }
	.page-news-article .av55-table { font-size: 14px; }
	.page-news-article .av55-table th, .page-news-article .av55-table td { padding: 10px 11px; }
}

/* AV55 inline lead form: explicit overrides for legacy form rules. */
.page-news-article .av55-lead-form { box-sizing: border-box; width: 100%; max-width: 760px; margin: 36px auto; padding: 24px; border: 1px solid rgba(255,255,255,.35); border-radius: 16px; background: linear-gradient(135deg,#2b2246 0%,#65386c 100%); box-shadow: 0 10px 28px rgba(38,24,60,.18); color: #fff; }
.page-news-article .av55-lead-form h3 { margin: 0 0 8px; padding: 0; border: 0; color: #fff; font-size: 24px; line-height: 1.25; }
.page-news-article .av55-lead-form > p { margin: 0 0 18px; color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.5; }
.page-news-article .av55-lead-form form.upg-form { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin: 0; }
.page-news-article .av55-lead-form form.upg-form > input[type="text"] { box-sizing: border-box; flex: 1 1 280px; width: auto; min-width: 0; max-width: none; height: 48px; margin: 0; padding: 0 16px; border: 1px solid rgba(255,255,255,.75); border-radius: 8px; background: rgba(255,255,255,.12); color: #fff; font-size: 16px; line-height: 48px; }
.page-news-article .av55-lead-form input[type="text"]::placeholder { color: rgba(255,255,255,.85); }
.page-news-article .av55-lead-form label.consent-checkbox { box-sizing: border-box; display: flex; flex: 0 0 100%; align-items: flex-start; justify-content: flex-start; gap: 8px; width: 100%; margin: 0; font-size: 13px; line-height: 1.4; color: rgba(255,255,255,.9); }
.page-news-article .av55-lead-form label.consent-checkbox input.upg-form__checkbox { appearance: none; -webkit-appearance: none; box-sizing: border-box; display: block; flex: 0 0 18px; width: 18px; height: 18px; margin: 1px 0 0; padding: 0; border: 2px solid #fff; border-radius: 4px; background: transparent; cursor: pointer; }
.page-news-article .av55-lead-form label.consent-checkbox input.upg-form__checkbox:checked { background: #fdbf00; box-shadow: inset 0 0 0 3px #65386c; }
.page-news-article .av55-lead-form label.consent-checkbox span { flex: 1 1 auto; min-width: 0; }
.page-news-article .av55-lead-form label.consent-checkbox a { color: #fff; text-decoration: underline; overflow-wrap: anywhere; }
.page-news-article .av55-lead-form button.upg-form__btn { box-sizing: border-box; flex: 0 0 auto; width: auto; max-width: 100%; height: 48px; margin: 0; padding: 0 24px; border: 0; border-radius: 8px; background: linear-gradient(90deg,#fdbf00 0%,#d71200 100%); color: #fff; font-size: 16px; font-weight: 700; line-height: 48px; white-space: nowrap; cursor: pointer; }
.page-news-article .av55-lead-form button.upg-form__btn:hover, .page-news-article .av55-lead-form button.upg-form__btn:focus { color: #fff; filter: brightness(1.06); }
@media (max-width: 700px) {
	.page-news-article .av55-lead-form { max-width: none; margin: 28px 0; padding: 18px; border-radius: 12px; }
	.page-news-article .av55-lead-form h3 { font-size: 20px; }
	.page-news-article .av55-lead-form > p { font-size: 15px; }
	.page-news-article .av55-lead-form form.upg-form { display: flex; }
	.page-news-article .av55-lead-form form.upg-form > input[type="text"], .page-news-article .av55-lead-form button.upg-form__btn { flex: 0 0 100%; width: 100%; }
	}

	/* Compact the article metadata row on mobile, not the hero title. */
	@media (max-width: 767px) {
		.page-news-article { padding-top:65px; }
		.page-news-article .page-news-header {
			display: flex;
			align-items: flex-start;
			gap: 16px;
			min-height: 0;
			margin: 0 0 20px;
		}
		.page-news-article .page-news-date {
			flex: 0 0 56px;
			width: 56px;
			height: 56px;
			margin: 0;
			padding: 8px 10px;
		}
		.page-news-article .page-news-date-date {
			font-size: 23px;
			line-height: 23px;
		}
		.page-news-article .page-news-date-month {
			font-size: 14px;
			line-height: 14px;
		}
		.page-news-article .page-news-title-group {
			flex: 1 1 auto;
			min-width: 0;
		}
		.page-news-article .page-news-title {
			margin: 0 0 3px;
			padding: 0;
			font-size: 20px;
			line-height: 1.2;
		}
		.page-news-article .page-news-words { display: none; }
		.page-news-article .page-news-title { font-size: 18px; line-height: 1.18; }
	}

/* Editorial glass navigation, FAQ, share and feedback components. */
.av55-faq { margin: 48px 0 34px; padding: 28px; border: 1px solid rgba(91,25,125,.18); border-radius: 26px; background: linear-gradient(135deg,rgba(255,255,255,.86),rgba(247,241,250,.66)); box-shadow: 0 18px 50px rgba(63,31,88,.12); backdrop-filter: blur(18px); }
.av55-faq-heading { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-bottom:20px; }
.av55-faq-heading h2 { margin:0; padding:0; border:0; font-size:30px; }
.av55-faq-list { display:grid; gap:10px; }
.av55-faq-item { overflow:hidden; border:1px solid rgba(91,25,125,.16); border-radius:16px; background:rgba(255,255,255,.58); }
.av55-faq-question { display:flex; align-items:center; justify-content:space-between; gap:18px; width:100%; padding:18px 20px; border:0; background:transparent; color:#2b2035; text-align:left; font:inherit; font-weight:700; cursor:pointer; }
.av55-faq-question:focus-visible,.av55-share-button:focus-visible,.av55-feedback-actions button:focus-visible,.av55-toc-float-button:focus-visible { outline:3px solid #f5a900; outline-offset:2px; }
.av55-faq-icon { flex:0 0 auto; color:#771c8b; font-size:22px; }
.av55-faq-answer { padding:0 20px 18px; color:#54485e; line-height:1.6; }
.av55-faq-answer p { margin:0; }
.av55-share-button::before { content:'\1F517'; margin-right:6px; }
.av55-share-button { flex:0 0 auto; padding:11px 16px; border:1px solid rgba(91,25,125,.28); border-radius:999px; background:rgba(255,255,255,.68); color:#5b197d; font:inherit; font-weight:700; cursor:pointer; }
.page-news-article { padding-top:65px; }
.page-news-article .page-news-header { margin-bottom:10px !important; }
.page-news-article .page-news-title { margin-bottom:0 !important; }
.av55-article-breadcrumbs { box-sizing:border-box; margin:0 0 12px; padding:0; color:#6f6878; font-size:14px; line-height:1.4; }
.av55-article-breadcrumbs .list-breadcrumbs { display:flex; flex-wrap:nowrap; align-items:center; width:100%; max-width:100%; gap:0; margin:0; padding:0; list-style:none; line-height:1.4; }
.av55-article-breadcrumbs .list-breadcrumbs li { display:block; flex:0 0 auto; height:auto !important; min-height:0 !important; margin:0 !important; padding:0 !important; color:#6f6878; line-height:1.4; white-space:nowrap; }
.av55-article-breadcrumbs .list-breadcrumbs li a { display:inline; color:#77717d; text-decoration-line:underline; text-decoration-style:dashed; text-decoration-thickness:1px; text-underline-offset:3px; }
.av55-article-breadcrumbs .list-breadcrumbs li a::after { content:none !important; display:none !important; }
.av55-article-breadcrumbs .list-breadcrumbs li.active { display:block; color:#4d4d51; }
.av55-article-breadcrumbs .list-breadcrumbs li::before,.av55-article-breadcrumbs .list-breadcrumbs li::after { content:none !important; }
.av55-article-breadcrumbs .list-breadcrumbs li + li:not(.active)::before { content:'›' !important; display:inline-block; margin:0 7px; color:#aaa3ad; }
.av55-article-breadcrumbs .list-breadcrumbs li.active::before { content:'›' !important; display:inline-block; margin:0 7px; color:#aaa3ad; }
.av55-article-breadcrumbs + img { display:block; margin-top:0; }
@media (max-width:767px) { .page-news-article { padding-top:78px; } .page-news-article .page-news-header { margin-bottom:10px !important; } .av55-article-breadcrumbs .list-breadcrumbs { flex-wrap:nowrap; row-gap:0; } .av55-article-breadcrumbs .list-breadcrumbs li.active { display:none; } .av55-article-breadcrumbs .list-breadcrumbs li.active::before { content:none !important; } }
.av55-feedback-share { display:flex; align-items:center; justify-content:center; gap:12px; margin-top:18px; flex-wrap:wrap; }
.av55-feedback-share .av55-share-status { margin:0; }
.av55-share-status { min-height:20px; margin:12px 0 0; color:#5b197d; font-size:14px; }
.av55-article-feedback { margin:40px 0 28px; padding:24px; border:1px solid rgba(91,25,125,.18); border-radius:24px; background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(247,241,250,.62)); box-shadow:0 14px 38px rgba(63,31,88,.1); text-align:center; }
.av55-article-feedback h2 { margin:0 0 18px; padding:0; border:0; font-size:24px; }
.av55-feedback-actions { display:flex; justify-content:center; gap:12px; }
.av55-feedback-actions button.is-active { background:linear-gradient(135deg,#5b197d,#8b1c70); border-color:#5b197d; color:#fff; box-shadow:0 8px 20px rgba(91,25,125,.25); }
.av55-feedback-actions button:disabled { opacity:.7; cursor:wait; }
.av55-feedback-actions button { min-width:120px; padding:13px 22px; border:1px solid rgba(91,25,125,.22); border-radius:999px; background:rgba(255,255,255,.7); color:#3d2b49; font:inherit; font-weight:700; cursor:pointer; }
.av55-feedback-status { min-height:20px; margin:14px 0 0; color:#5b197d; }
.av55-toc-float { position:fixed; left:16px; bottom:22px; z-index:1001; }
.av55-toc-float-button { display:flex; align-items:center; gap:8px; padding:12px 16px; border:1px solid rgba(255,255,255,.6); border-radius:999px; background:linear-gradient(135deg,rgba(62,25,91,.92),rgba(139,28,112,.88)); box-shadow:0 12px 30px rgba(42,17,66,.25); color:#fff; font:inherit; font-weight:700; cursor:pointer; backdrop-filter:blur(16px); }
.av55-toc-modal[hidden] { display:none; }
.av55-toc-modal { position:fixed; inset:0; z-index:1100; }
.av55-toc-backdrop { position:absolute; inset:0; background:rgba(24,12,35,.42); backdrop-filter:blur(5px); }
.av55-toc-dialog { position:absolute; left:24px; bottom:24px; width:min(430px,calc(100% - 48px)); max-height:min(75vh,680px); overflow:auto; padding:22px; border:1px solid rgba(255,255,255,.7); border-radius:26px; background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(247,241,250,.9)); box-shadow:0 24px 80px rgba(25,10,40,.3); }
.av55-toc-dialog-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px; }
.av55-toc-dialog-head h2 { margin:0; padding:0; border:0; font-size:24px; }
.av55-toc-dialog-head button { border:0; background:transparent; color:#5b197d; font-size:30px; line-height:1; cursor:pointer; }
.av55-toc-dialog-list .av55-article-toc { margin:0; padding:0; border:0; background:transparent; box-shadow:none; }
.av55-toc-dialog-list .av55-article-toc strong { display:none; }
.av55-toc-dialog-list .av55-article-toc ol { padding-left:22px; }
.av55-modal-open { overflow:hidden; }
@media (max-width:767px) { .av55-article-breadcrumbs { padding-left:0; margin-bottom:18px; font-size:13px; } }
@media (max-width:767px) { .av55-faq { margin:34px 0 24px; padding:18px; border-radius:20px; } .av55-faq-heading { align-items:flex-start; flex-direction:column; } .av55-faq-heading h2 { font-size:24px; } .av55-faq-question { padding:16px; font-size:16px; } .av55-faq-answer { padding:0 16px 16px; font-size:15px; } .av55-share-button { width:100%; } .av55-article-feedback { margin:30px 0 22px; padding:20px 16px; } .av55-feedback-actions button { min-width:0; flex:1; padding:12px 10px; } .av55-toc-float { left:12px; bottom:16px; } .av55-toc-dialog { left:12px; bottom:12px; width:calc(100% - 24px); max-height:78vh; padding:18px; border-radius:22px; } }

