.hero__media,
.hero__media video {
	border-radius: 20px;
	width: 100%;
}

.voice-sample-btn__icon {
	width: 0;
	height: 0;
	border-left: 10px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	display:inline-block;
}

.hero,
.hero-intro {
	padding: 0 18px;
}
.tile--split,
.tile__content {
	flex-direction: column;
	display: flex;
}
.hero__media video,
.tile-image img,
.tile__image img {
	height: 100%;
	display: block;
	object-fit: cover;
}
.about-wrap,
.cap-head,
.cap-list,
.chips,
.h2,
.hero__media,
.meta,
.p,
.rule-grad,
.tile__image {
	position: relative;
}
.glass-card,
.hero__media,
.tile,
.tile-image,
.tile__image {
	overflow: hidden;
}
.awards-track,
html {
	scroll-behavior: smooth;
}
.about-glow,
.cp-header {
	right: 0;
	pointer-events: none;
	left: 0;
}
.about-glow,
.cp-header,
.shine {
	pointer-events: none;
}
.custom-footer__contact-title,
.custom-footer__links-title {
	text-transform: uppercase;
	letter-spacing: 0.22em;
	font-size: 12px;
}
.contact-details p a,
.contact-item a,
.cp-header__brand,
.cp-header__nav a,
.cp-mobile__item,
.custom-footer__link,
.social-icon {
	text-decoration: none;
}
:root {
	--bg: #07070a;
	--text: #fff;
	--muted: rgba(255, 255, 255, 0.9);
	--muted2: rgba(255, 255, 255, 0.7);
	--glass: rgba(255, 255, 255, 0.06);
	--glass2: rgba(255, 255, 255, 0.04);
	--border: rgba(255, 255, 255, 0.12);
	--border2: rgba(255, 255, 255, 0.1);
	--r: 22px;
}
* {
	box-sizing: border-box;
}
html {
	scroll-padding-top: 40px;
}
body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family:
		system-ui,
		-apple-system,
		Segoe UI,
		Roboto,
		Inter,
		sans-serif;
}
.container {
	max-width: 1100px;
	margin: 0 auto;
}
.space {
	height: var(--h, 40px);
}
.custom-footer__content,
.section {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 18px;
}
.section__title {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
	margin-top: 0;
}
.section__lead {
	font-size: 18px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 40px;
}
.hero__media {
	height: 100vh;
	margin-top: 60px;
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.3);
}
.tile {
	border-radius: var(--r);
	border: 1px solid var(--border2);
	background: var(--glass);
	backdrop-filter: blur(18px) saturate(140%);
}
.hero-intro {
	max-width: 1100px;
	margin: auto;
}
.hero-intro h1 {
	font-size: clamp(26px, 4vw, 36px);
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 24px;
	letter-spacing: -0.5px;
}
.hero-intro p {
	font-size: 18px;
	line-height: 1.7;
	color: var(--muted);
	margin: 0 0 18px;
}
.tile__image {
	width: 100%;
	height: 220px;
}
.tile__image img {
	width: 100%;
	transform: scale(1.02);
}
.tile__content {
	padding: 30px 40px;
	justify-content: center;
	gap: 10px;
}
.tile__head {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.grid,
.wp-block-columns.grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.h2,
.tile__head h3 {
	margin: 0;
	font-size: 22px;
	letter-spacing: 0.2px;
}
.tile__rule {
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.22);
}
.tile__content p {
	margin: 0;
	opacity: 0.9;
	line-height: 1.7;
	font-size: 15px;
	max-width: 62ch;
}
.grid {
	display: grid;
}
.awards-swipe,
.cap-head,
.center,
.center-col,
.chips,
.row-head,
.two-col,
.voices-lang-modal.is-open {
	display: flex;
}
.tile-image {
	border-radius: 15px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}
.tile-image img {
	width: 100%;
}
.center {
	justify-content: center;
	margin: 26px 0 10px;
}
.center-col {
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.btn {
	border: none;
	cursor: pointer;
	font-weight: 700;
	padding: 14px 30px;
	transition:
		transform 0.2s,
		opacity 0.2s,
		color 0.2s;
}
.awards-btn,
.btn--pill,
.dot {
	border-radius: 999px;
}
.btn--ghost {
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.25);
}
.btn--white {
	background: #fff;
	color: #000;
	border-radius: 30px;
	font-weight: 600;
}
.btn:hover {
	color: #c00;
}
.about-glow {
	position: absolute;
	top: -140px;
	height: 360px;
	background: radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.12), rgba(0, 0, 0, 0) 62%);
}
.two-col {
	flex-direction: column;
	gap: 18px;
}
.glass-card {
	position: relative;
	border-radius: 24px;
	border: 1px solid var(--border);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
}
.awards-swipe,
.awards-track {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
}
.shine {
	position: absolute;
	inset: -40px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 45%);
}
@media (min-width: 860px) {
	.tile--split {
		flex-direction: row;
	}
	.tile__image {
		height: auto;
		width: 44%;
	}
	.tile__content {
		width: 56%;
	}
	.tile--reverse .tile__image {
		order: 2;
	}
	.tile--reverse .tile__content {
		order: 1;
	}
	.grid {
		grid-template-columns: repeat(4, 1fr);
	}
	.two-col {
		flex-direction: row;
		gap: 22px;
	}
	.two-col > :first-child {
		width: 42%;
	}
	.two-col > :last-child {
		width: 58%;
	}
	.glass-card {
		padding: 16px;
	}
}
.glass-card--pad {
	padding: 10px;
}
.meta {
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	opacity: 0.7;
	margin-bottom: 8px;
}
.rule-grad {
	width: 100%;
	height: 1px;
	margin: 10px 0 14px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}
.p {
	margin: 0;
	opacity: 0.9;
	line-height: 1.85;
	font-size: 15px;
	max-width: 62ch;
}
.cap-sub,
.chip {
	font-size: 13px;
}
.chips {
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 12px;
}
.chip {
	padding: 9px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.06);
	opacity: 0.95;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.cap-head {
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 12px;
}
.cap-item,
.cap-list {
	gap: 10px;
	display: flex;
}
.cap-sub,
.custom-footer__contact-title,
.custom-footer__links-title {
	opacity: 0.7;
}
.cap-list {
	flex-direction: column;
}
.cap-item {
	padding: 12px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transition:
		transform 0.18s,
		border-color 0.18s,
		background 0.18s;
}
.dot {
	width: 8px;
	height: 8px;
	margin-top: 8px;
	background: rgba(255, 255, 255, 0.55);
	flex: 0 0 auto;
}
.cap-title {
	font-weight: 850;
	font-size: 15px;
	letter-spacing: 0.1px;
}
.cap-text {
	opacity: 0.85;
	line-height: 1.65;
	font-size: 13px;
	max-width: 70ch;
	margin-top: 3px;
}
.row-head {
	align-items: flex-end;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}
.awards-swipe {
	gap: 12px;
	padding: 6px 4px 10px;
}
.awards-grid {
	display: none;
}
.award-box,
.awards-carousel {
	align-items: center;
	position: relative;
}
.awards-carousel {
	display: flex;
	gap: 10px;
}
.awards-track {
	display: flex;
	gap: 12px;
	padding: 6px 6px 10px;
	width: 100%;
	scrollbar-width: none;
}
.awards-track::-webkit-scrollbar {
	display: none;
}
.awards-track .award-box {
	flex: 0 0 calc((100% - (12px * 5)) / 6);
	scroll-snap-align: start;
}
@media (max-width: 1024px) {
	.awards-track .award-box {
		flex: 0 0 calc((100% - (12px * 3)) / 4);
	}
}
.awards-btn {
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	line-height: 1;
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.25);
	transition:
		transform 0.18s,
		opacity 0.18s;
}
.awards-btn:hover {
	transform: translateY(-1px);
	opacity: 0.95;
}
@media (max-width: 680px) {
	.awards-track .award-box {
		flex: 0 0 calc((100% - (12px * 1)) / 2);
	}
	.awards-btn {
		width: 40px;
		height: 40px;
	}
}
.award-box {
	isolation: isolate;
	height: 72px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.award-box::before {
	content: "";
	position: absolute;
	inset: 10px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.92);
	z-index: 1;
}
.award-box img {
	position: relative;
	z-index: 2;
	max-width: 78%;
	max-height: 72%;
	object-fit: contain;
	opacity: 1 !important;
	filter: none !important;
	mix-blend-mode: normal !important;
}
.hero .hero__media.reveal {
	opacity: 1 !important;
	transform: none !important;
}
.reveal {
	opacity: 0;
	transform: translateY(80px);
	transition:
		transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
		opacity 0.6s;
}
.reveal--down {
	transform: translateY(100px);
}
.reveal--up {
	transform: translateY(-80px);
}
.reveal--left {
	transform: translateX(-80px);
}
.reveal--right {
	transform: translateX(80px);
}
.reveal.is-visible {
	opacity: 1;
	transform: none;
}
.cp-header {
	position: fixed;
	top: 18px;
	z-index: 999;
	transform: translateY(-18px);
	opacity: 0;
	filter: blur(6px);
	transition:
		transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
		opacity 0.55s,
		filter 0.55s;
}
.cp-header__nav a:hover {
	color: red;
	opacity: 1;
}
.cp-header.is-ready {
	transform: translateY(0);
	opacity: 1;
	filter: blur(0);
}
.cp-header.is-hidden {
	transform: translateY(-140%);
	opacity: 0;
	filter: blur(8px);
}
.cp-header__pill {
	pointer-events: auto;
	max-width: 1200px;
	margin: 0 auto;
	padding: 24px 30px;
	border-radius: 999px;
	background: rgba(255, 255, 255);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.35);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	transition:
		box-shadow 0.35s,
		transform 0.35s,
		background 0.35s;
}
.cp-header__brand {
	display: inline-flex;
	align-items: center;
}
.cp-header__logo {
	height: 40px;
	width: auto;
	display: block;
}
.cp-header__nav {
	display: flex;
	align-items: center;
	gap: 26px;
}
.cp-header__nav a {
	color: #000;
	font-size: 16px;
	font-weight: 550;
	opacity: 0.95;
}
.cp-header__burger {
	display: none;
	width: 52px;
	height: 52px;
	border-radius: 999px;
	border: none;
	background: #000;
	cursor: pointer;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}
.cp-burger__lines {
	position: relative;
	display: block;
	width: 22px;
	height: 2px;
	margin: 0 auto;
	background: #fff;
	border-radius: 2px;
}
.cp-mobile,
.cp-overlay {
	position: fixed;
	inset: 0;
	z-index: 998;
}
.cp-burger__lines::after,
.cp-burger__lines::before {
	content: "";
	position: absolute;
	left: 0;
	width: 22px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	transition:
		transform 0.2s,
		top 0.2s,
		opacity 0.2s;
}
.cp-burger__lines::before {
	top: -7px;
}
.cp-burger__lines::after {
	top: 7px;
}
.cp-header.is-menu-open .cp-burger__lines {
	background: 0 0;
}
.cp-header.is-menu-open .cp-burger__lines::before {
	top: 0;
	transform: rotate(45deg);
}
.cp-header.is-menu-open .cp-burger__lines::after {
	top: 0;
	transform: rotate(-45deg);
}
.cp-overlay {
	background: rgba(0, 0, 0, 0.35);
}
.cp-mobile {
	pointer-events: none;
}
.cp-mobile__panel {
	pointer-events: auto;
	width: min(360px, 84vw);
	height: 100%;
	padding: 110px 18px 18px;
	background: rgba(255, 255, 255, 0.18);
	backdrop-filter: blur(22px) saturate(160%);
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow: 20px 0 80px rgba(0, 0, 0, 0.35);
	transform: translateX(-110%);
	transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
	display: flex;
	align-items: flex-start;
}
.cp-mobile.is-open .cp-mobile__panel {
	transform: translateX(0);
}
.cp-mobile__nav {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.cp-mobile__item {
	display: block;
	width: 100%;
	padding: 16px 18px;
	border-radius: 18px;
	color: #000;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.cp-mobile__item:hover {
	color: red;
	background: rgba(255, 255, 255, 0.9);
}
.portfolio-card {
	padding: 0;
	border: none;
	background: 0 0;
	cursor: pointer;
	display: block;
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
	transform: translateY(80px);
	opacity: 0;
	transition:
		transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
		opacity 0.6s,
		box-shadow 0.4s ease-in-out;
}
.portfolio-card.is-visible {
	opacity: 1;
	transform: translateY(0);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}
.portfolio-card:hover {
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}
.portfolio-card img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition:
		transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1),
		filter 0.45s;
}
.portfolio-card:hover img {
	transform: scale(1.05);
	filter: brightness(0.85);
}
.play-badge {
	position: absolute;
	inset: auto 16px 16px 16px;
	width: 54px;
	height: 54px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(10px);
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
}
.play-badge::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 16px solid rgba(255, 255, 255, 0.95);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: translateX(2px);
}
.video-modal {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 1200;
	display: none;
}
.video-modal.is-open {
	display: block;
	animation: 0.4s ease-in-out fadeInModal;
}
@keyframes fadeInModal {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.video-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}
.video-modal__panel {
	position: relative;
	width: min(980px, calc(100vw - 36px));
	margin: 70px auto 0;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(18px) saturate(140%);
	box-shadow: 0 30px 120px rgba(0, 0, 0, 0.45);
	overflow: hidden;
	opacity: 0;
}
.video-modal.is-open .video-modal__panel {
	opacity: 1;
}
.video-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}
.video-modal__frame {
	width: 100%;
	aspect-ratio: 16/9;
	background: #000;
}
.video-modal__frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}
.custom-footer {
	position: relative;
	background-color: #333;
	color: #fff;
	padding: 60px 18px;
}
.custom-footer__glow {
	position: absolute;
	left: 0;
	right: 0;
	top: -160px;
	height: 420px;
	pointer-events: none;
	background: radial-gradient(circle at 50% 0, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0) 62%);
}
.custom-footer__box {
	border-radius: 26px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
	backdrop-filter: blur(22px) saturate(160%) contrast(115%);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
	overflow: hidden;
	position: relative;
}
.cp-lang-modal__flags a,
.custom-footer__link {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}
.custom-footer__shine {
	position: absolute;
	inset: -50px;
	pointer-events: none;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 45%);
}
.custom-footer__grid {
	display: flex;
	flex-direction: column;
	gap: 22px;
	padding: 20px;
}
.custom-footer__brand {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.custom-footer__description {
	opacity: 0.88;
	line-height: 1.75;
	font-size: 14px;
	max-width: 52ch;
}
.badge {
	padding: 9px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.06);
	font-size: 12px;
	opacity: 0.95;
}
.custom-footer__contact,
.custom-footer__links {
	display: flex;
	flex-direction: column;
	gap: 10px;
	position: relative;
}
@media (max-width: 600px) {
	.glass-card {
		padding: 8px;
	}
	.custom-footer__links {
		display: grid;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 10px;
	}
	.custom-footer__links-list {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.custom-footer__link {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		padding: 12px 10px;
	}
	.custom-footer__divider {
		display: none;
	}
}
.voice-row,
.voice-sample-btn,
.voices-lang-option {
	text-align: left;
	cursor: pointer;
}
@media (max-width: 380px) {
	.custom-footer__links {
		grid-template-columns: 1fr;
	}
}
.custom-footer__divider {
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
	margin-bottom: 14px;
}
.custom-footer__link {
	padding: 12px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	opacity: 0.92;
	transition:
		transform 0.18s,
		opacity 0.18s;
	color: #fff;
}
.custom-footer__link:hover {
	transform: translateY(-1px);
	opacity: 1;
	color: red;
}
.custom-footer__contact-info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 2px;
	opacity: 0.92;
	font-size: 14px;
	line-height: 1.7;
}
.contact-item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}
.contact,
.contact-details p a,
.contact-info a,
.contact-item a,
.voice-sample-btn__title,
.voices-filter-btn:hover {
	color: #fff;
}
.contact-details p a:hover,
.contact-info a:hover,
.contact-item a:hover {
	color: red;
}
.contact-item span {
	opacity: 0.65;
	min-width: 64px;
}
.custom-footer__social {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 6px;
}
.custom-footer__social-link {
	padding: 10px 12px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.8);
	transition:
		color 0.2s,
		opacity 0.2s;
	font-size: 12px;
	opacity: 0.92;
	text-decoration: none;
}
.custom-footer__social-link svg {
	stroke: currentColor;
	fill: none;
}
.custom-footer__social-link:hover {
	color: red;
	opacity: 1;
}
.custom-footer__bottom {
	padding: 14px 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.custom-footer__rights {
	opacity: 0.75;
	font-size: 12px;
	letter-spacing: 0.02em;
}
.custom-footer__spacing {
	height: 120px;
}
@media (min-width: 768px) {
	.custom-footer__bottom {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 14px 26px;
	}
	.custom-footer__spacing {
		height: 60px;
	}
}
.contact {
	background-color: #1a1a1a;
	padding: 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contact-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	border-radius: 25px;
	padding: 0 18px;
}
.contact-map iframe {
	border-radius: 15px;
}
.contact-info {
	width: 45%;
	padding-left: 30px;
}
.contact-info h2 {
	font-size: 36px;
	margin-bottom: 20px;
}
.contact-details p {
	font-size: 16px;
	margin: 10px 0;
}
.social-links {
	margin-top: 20px;
}
.social-icon {
	color: red;
	margin-right: 15px;
	font-weight: 700;
}
.social-icon:hover {
	text-decoration: underline;
}
@media (max-width: 768px) {
	.contact-container {
		flex-direction: column;
		align-items: center;
		padding: 0 18px;
	}
	.contact-map iframe {
		width: 100%;
		height: 300px;
		border-radius: 10px;
	}
	.contact-info {
		width: 80%;
		padding-left: 0;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	.contact-info h2 {
		font-size: 28px;
	}
	.contact-details p {
		font-size: 14px;
	}
	.social-links {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.social-icon {
		margin-right: 10px;
	}
}
@media (max-width: 480px) {
	.contact-info h2 {
		font-size: 24px;
	}
	.contact-details p {
		font-size: 12px;
	}
	.social-icon {
		font-size: 14px;
	}
}
.cp-lang-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	min-width: 56px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	background: #fff;
	cursor: pointer;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
	transition:
		transform 0.18s,
		box-shadow 0.18s,
		border-color 0.18s,
		background 0.18s;
}
.cp-lang-btn__text {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
	color: #000;
}
.cp-lang-btn:hover {
	border-color: red;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}
.cp-lang-btn:hover .cp-lang-btn__text {
	color: red;
}
.cp-lang-modal {
	position: fixed;
	inset: 0;
	z-index: 1400;
	display: none;
}
.cp-lang-modal.is-open {
	display: block;
}
.cp-lang-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}
.cp-lang-modal__panel {
	position: relative;
	width: min(520px, calc(100vw - 36px));
	margin: 120px auto 0;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(18px) saturate(140%);
	box-shadow: 0 30px 120px rgba(0, 0, 0, 0.45);
	overflow: hidden;
	padding: 16px;
}
.cp-lang-modal__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}
.cp-lang-modal__title {
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.08em;
}
.cp-lang-modal__close {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	font-size: 26px;
	cursor: pointer;
}
.cp-lang-modal__close:hover {
	color: red;
	border-color: red;
}
.cp-lang-modal__flags {
	display: flex;
	gap: 40px;
	justify-content: center;
	list-style: none;
}
.cp-lang-modal__flags ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.cp-lang-modal__flags li {
	margin: 0;
	flex: 0 0 auto;
}
.cp-lang-modal__flags a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 64px;
	border-radius: 18px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	transition:
		transform 0.18s,
		background 0.18s,
		border-color 0.18s;
}
.cp-lang-modal__flags a:hover {
	border-color: red;
	background: rgba(255, 255, 255, 0.12);
}
.cp-lang-modal__flags img {
	width: 28px;
	height: auto;
	display: block;
}
@media (max-width: 860px) {
	.cp-header {
		top: 14px;
	}
	.cp-header__pill {
		padding: 16px 18px;
	}
	.cp-header__logo {
		height: 34px;
	}
	.cp-header__nav {
		display: none;
	}
	.cp-header__burger {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	.cp-header__brand {
		margin-right: auto;
	}
	.cp-lang {
		order: 2;
		margin: 0 10px 0 0;
		flex: 0 0 auto;
	}
	.cp-header__burger {
		order: 3;
		margin-left: 0;
		flex: 0 0 auto;
	}
}
.funding-strip {
	background: #fff;
	padding: 18px 0;
}
.funding-strip .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.funding-strip img {
	max-width: 720px;
	width: 100%;
	height: auto;
	display: block;
}
.wp-block-columns.grid {
	display: grid;
	padding: 0 18px;
}
@media (min-width: 860px) {
	.awards-swipe {
		display: none;
	}
	.awards-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
		gap: 12px;
		align-items: center;
	}
}
.voices-page {
	padding: 0 0 110px;
	position: relative;
}
.voices-section {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 18px;
	position: relative;
}
.voices-hero {
	margin: 0 0 34px;
	position: relative;
	z-index: 3;
}
.voices-title {
	margin: 0 0 10px;
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1;
	letter-spacing: -0.03em;
}
.voices-rule {
	height: 1px;
	margin: 0 auto 18px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}
#voices-intro .tile {
	margin-top: 14px;
}
#voices-intro .tile__content .section__lead {
	margin: 0;
}
.voices-card {
	max-width: 1100px;
	margin: -80px auto 0;
	padding: 0;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
	box-shadow:
		0 25px 70px rgba(0, 0, 0, 0.28),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	overflow: hidden;
	position: relative;
	z-index: 4;
	transition: margin 1.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.voices-page.is-animated .voices-card {
	margin: 360px auto 0;
	transition-delay: 2s;
}
.voices-player-wrap {
	margin: 0;
	padding: 0 0 10px;
}
.voices-player-wrap audio {
	display: none;
}
.voice-player {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding: 16px 18px;
	background: linear-gradient(180deg, #fff 0, #f3f4f6 100%);
	border: 1px solid rgba(255, 255, 255, 0.9);
	box-shadow:
		0 16px 38px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
	position: relative;
	overflow: visible;
}
.voice-player__play {
	width: 58px;
	height: 58px;
	flex: 0 0 58px;
	border: none;
	border-radius: 999px;
	background: #111;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition:
		transform 0.18s,
		box-shadow 0.18s,
		background 0.18s;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.voice-player__play:is(:active) {
	transform: scale(0.98);
}
.voice-row:hover,
.voice-sample-btn:hover {
	transform: translateY(-1px);
}
.voice-player__play-icon {
	width: 0;
	height: 0;
	margin-left: 3px;
	border-left: 14px solid #fff;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
}
.voice-player.is-playing .voice-player__play-icon {
	border: none;
	width: 14px;
	height: 18px;
	margin-left: 0;
	position: relative;
	animation:
		1.2s ease-in-out infinite micPulse,
		3s ease-in-out infinite micTilt;
}
@keyframes micTilt {
	0%,
	100% {
		transform: rotate(-2deg) scale(1.15);
	}
	50% {
		transform: rotate(2deg) scale(1.2);
	}
}
@keyframes micPulse {
	0%,
	100% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(1.2);
	}
}
.voice-player.is-playing .voice-player__icon {
	transform: scale(1.15);
	filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.35)) drop-shadow(0 0 18px rgba(255, 255, 255, 0.15));
	animation: 1.2s ease-in-out infinite micPulse;
}
.voice-player.is-playing .voice-player__play-icon:after,
.voice-player.is-playing .voice-player__play-icon:before {
	content: "";
	position: absolute;
	top: 0;
	width: 4px;
	height: 18px;
	border-radius: 2px;
	background: #fff;
}
.voice-player.is-playing .voice-player__play-icon:before {
	left: 0;
}
.voice-player.is-playing .voice-player__play-icon:after {
	right: 0;
}
.voice-player__main {
	flex: 1;
	min-width: 0;
}
.voice-player__topline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}
.voice-player__label-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}
.voice-player__icon {
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	object-fit: contain;
	opacity: 0.95;
	transform: translateY(1px);
	transition:
		transform 0.3s,
		filter 0.3s,
		opacity 0.3s;
}
.voice-player__label {
	color: #111;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.02em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.voice-player__time {
	color: rgba(17, 17, 17, 0.58);
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
}
.voice-player__progress-wrap {
	width: 100%;
	border: none;
}
.voice-player__progress,
.voice-player__volume {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	border: none;
}
.voice-player__progress {
	width: 100%;
	height: 8px;
	border-radius: 999px;
	background: linear-gradient(
		90deg,
		#111 0,
		#ee3338 var(--progress, 0),
		rgba(17, 17, 17, 0.1) var(--progress, 0),
		rgba(17, 17, 17, 0.1) 100%
	);
	cursor: pointer;
}
.voice-player__progress::-webkit-slider-runnable-track {
	height: 8px;
	border-radius: 999px;
	background: 0 0;
	border: none;
}
.voice-player__progress::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	margin-top: -3px;
	border: none;
	border-radius: 999px;
	background: 0 0;
	box-shadow: none;
	opacity: 0;
}
.voice-player__progress::-moz-range-track {
	height: 8px;
	border-radius: 999px;
	background: 0 0;
	border: none;
}
.voice-player__progress::-moz-range-thumb {
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 999px;
	background: 0 0;
	box-shadow: none;
	opacity: 0;
}
.voice-player__progress::-moz-range-progress {
	background: 0 0;
}
.voice-player__volume-wrap {
	position: relative;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.18s;
}
.voice-player__volume-wrap:hover {
	background: rgba(17, 17, 17, 0.05);
}
.voice-player__volume-icon {
	width: 18px;
	height: 18px;
	fill: #111111;
	opacity: 0.72;
	transition: opacity 0.18s;
}
.voice-player__volume-wrap.is-open .voice-player__volume-icon,
.voice-player__volume-wrap:hover .voice-player__volume-icon {
	opacity: 1;
}
.voice-player__volume-pop {
	position: absolute;
	top: 50%;
	right: calc(100% + 8px);
	transform: translateY(-50%) translateX(6px);
	opacity: 0;
	pointer-events: none;
	transition:
		opacity 0.2s,
		transform 0.2s;
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.98);
	border: 1px solid rgba(17, 17, 17, 0.08);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 20;
}
.voice-player__volume-wrap.is-open .voice-player__volume-pop {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(-50%) translateX(0);
}
.voice-player__volume {
	width: 82px;
	height: 6px;
	display: block;
	cursor: pointer;
	background: linear-gradient(
		90deg,
		#111 0,
		#111 var(--volume-progress, 100%),
		rgba(17, 17, 17, 0.1) var(--volume-progress, 100%),
		rgba(17, 17, 17, 0.1) 100%
	);
	border-radius: 999px;
}
.voice-player__volume::-webkit-slider-runnable-track {
	height: 6px;
	border-radius: 999px;
	background: 0 0;
	border: none;
}
.voice-player__volume::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	margin-top: -4px;
	border: none;
	border-radius: 999px;
	background: 0 0;
	box-shadow: none;
	opacity: 0;
}
.voice-player__volume::-moz-range-track {
	height: 6px;
	border-radius: 999px;
	background: 0 0;
	border: none;
}
.voice-player__volume::-moz-range-thumb {
	width: 14px;
	height: 14px;
	border: none;
	border-radius: 999px;
	background: 0 0;
	box-shadow: none;
	opacity: 0;
}
.voice-player__volume::-moz-range-progress {
	background: 0 0;
}
.voices-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 16px 18px 24px;
	flex-wrap: wrap;
}
.voices-filters {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
}
.voices-filter-btn {
	min-width: 58px;
	height: 32px;
	padding: 0 12px;
	border-radius: 999px;
	border: none;
	background: 0 0;
	color: rgba(255, 255, 255, 0.62);
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	transition: 0.25s;
}
.voices-filter-btn.is-active {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(232, 232, 232, 0.9));
	color: #111;
	box-shadow:
		0 4px 12px rgba(255, 255, 255, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.65);
}
.voices-search {
	flex: 0 0 240px;
	max-width: 240px;
	width: 100%;
}
.voices-search__input {
	width: 100%;
	height: 42px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(10px);
	color: #fff;
	font-size: 13px;
	outline: 0;
	transition: 0.25s;
}
.voices-search__input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}
.voices-search__input:focus {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.06);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.04);
}
.voices-list {
	display: flex;
	flex-direction: column;
	max-height: 420px;
	overflow-y: auto;
	margin: 0;
	padding: 10px 18px 18px;
	scrollbar-width: thin;
	scrollbar-color: rgba(255, 255, 255, 0.18) transparent;
}
.voices-list::-webkit-scrollbar {
	width: 8px;
}
.voices-list::-webkit-scrollbar-track {
	background: 0 0;
}
.voices-list::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.16);
	border-radius: 999px;
}
.voice-item,
.voices-lang-modal__header {
	margin-bottom: 14px;
}
.voice-row {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 22px 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 22px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
	color: #fff;
	transition:
		transform 0.18s,
		background 0.18s,
		border-color 0.18s,
		box-shadow 0.18s;
}
.voice-row:hover {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
	border-color: rgba(255, 255, 255, 0.16);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}
.voice-item.is-active .voice-row,
.voice-row.is-active {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
	border-color: rgba(255, 255, 255, 0.18);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.voice-row__index {
	min-width: 28px;
	color: rgba(255, 255, 255, 0.48);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
}
.voice-row__name {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.02em;
}
.voice-row__samples {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 14px;
	padding-left: 28px;
}
.voice-sample-btn {
	width: 100%;
	padding: 12px 16px;
	margin-bottom: 10px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	transition:
		background 0.3s,
		border-color 0.3s,
		transform 0.3s;
}
.voice-sample-btn.is-active,
.voice-sample-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.22);
}
.voice-sample-btn__index {
	display: inline-block;
	margin-right: 8px;
	color: rgba(255, 255, 255, 0.72);
	font-weight: 700;
}
.voice-row__empty {
	padding: 12px 14px;
	color: rgba(255, 255, 255, 0.6);
}
.voices-lang-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
}
.voices-lang-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(8px);
}
.voices-lang-modal__panel {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 520px;
	max-height: 80vh;
	overflow: auto;
	border-radius: 24px;
	background: linear-gradient(180deg, rgba(17, 17, 20, 0.96), rgba(10, 10, 14, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
	padding: 22px;
}
.voices-lang-modal__title {
	margin: 0;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
.voices-lang-modal__close {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.25s;
}
.voices-lang-modal__close:hover {
	color: red;
	border-color: red;
}
.voices-lang-modal__body {
	display: grid;
	gap: 10px;
}
.voices-lang-option {
	width: 100%;
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.03);
	color: #fff;
	transition: 0.25s;
}
.voices-lang-option:hover {
	background: rgba(255, 255, 255, 0.07);
	border-color: rgba(255, 255, 255, 0.14);
}
.voices-lang-option.is-active {
	background: #fff;
	color: #111;
	border-color: #fff;
}
@media (max-width: 768px) {
	.cp-lang-modal__panel {
		background: #000;
		backdrop-filter: blur(25px) saturate(160%);
		box-shadow: 0 30px 120px rgba(0, 0, 0, 0.6);
		width: 100%;
		margin: 80px auto 0;
		border-radius: 22px;
	}
	.voices-toolbar {
		flex-direction: column;
		align-items: stretch;
	}
	.voices-search {
		flex: 1 1 auto;
		max-width: none;
	}
}
#voices-intro,
.voices-showcase {
	max-width: 1100px;
	position: relative;
}
@media (max-width: 767px) {
	.voices-page {
		padding-bottom: 80px;
	}
	#voices-intro,
	.voices-section {
		padding: 0 14px;
	}
	.voices-hero {
		margin-bottom: 24px;
	}
	.voices-card,
	.voices-page.is-animated .voices-card {
		margin: 0 14px;
	}
	.voices-title {
		font-size: 32px;
	}
	.voices-card {
		border-radius: 22px;
		transition: none;
	}
	.voices-player-wrap {
		padding: 0 0 10px;
	}
	.voice-player {
		gap: 12px;
		padding: 14px;
		border-radius: 0;
	}
	.voice-player__play {
		width: 52px;
		height: 52px;
		flex: 0 0 52px;
	}
	.voice-player__label,
	.voice-row__name {
		font-size: 16px;
	}
	.voice-player__topline {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		margin-bottom: 10px;
	}
	.voice-player__volume-wrap {
		display: none;
	}
	.voices-list {
		max-height: 340px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 10px 14px 14px;
	}
	.voice-item {
		margin-bottom: 12px;
	}
	.voice-row {
		padding: 16px;
		gap: 14px;
		border-radius: 18px;
	}
	.voice-row__samples {
		padding-left: 12px;
		margin-top: 12px;
	}
	.voice-sample-btn {
		padding: 12px 14px;
		margin-bottom: 8px;
	}
}
#voices-intro {
	margin: 0 auto 46px;
	padding: 0 18px;
	z-index: 3;
}
.voices-showcase {
	margin: 0 auto;
	min-height: 420px;
	z-index: 1;
}
.voices-showcase__media {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.voices-showcase__card {
	position: absolute;
	opacity: 0;
	overflow: hidden;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.02);
	box-shadow:
		0 40px 100px rgba(0, 0, 0, 0.45),
		0 10px 30px rgba(0, 0, 0, 0.25);
	transform-style: preserve-3d;
	will-change: transform, opacity;
	transition:
		opacity 1s,
		transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.voices-showcase__card img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	clip-path: none;
}
.voices-showcase__card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 24px;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 40%);
	pointer-events: none;
}
.voices-showcase__card--left {
	top: 40px;
	left: 0;
	width: 44%;
	aspect-ratio: 620/430;
	transform: translateX(-240px) translateY(0) rotate(-2deg) scale(0.98);
}
.voices-showcase__card--right {
	top: 60px;
	right: 0;
	width: 40%;
	aspect-ratio: 620/430;
	transform: translateX(240px) translateY(0) rotate(2deg) scale(0.98);
}
.voices-showcase__text {
	position: absolute;
	left: 50%;
	top: 40px;
	width: 100%;
	padding: 28px 30px;
	border-radius: 24px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
	opacity: 1;
	z-index: 3;
	transform: translateX(-50%) translateY(0);
	transition: transform 1.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.voices-showcase__text .section__lead {
	margin: 0;
}
.voices-showcase.is-animated .voices-showcase__text {
	transform: translateX(-50%) translateY(420px);
	transition-delay: 2s;
}
.voices-showcase.is-animated .voices-showcase__card--left {
	opacity: 1;
	transform: translateX(0) translateY(0) rotate(-2deg) scale(1);
	transition-delay: 2.4s;
}
.voices-showcase.is-animated .voices-showcase__card--right {
	opacity: 1;
	transform: translateX(0) translateY(0) rotate(2deg) scale(1);
	transition-delay: 2.8s;
}
@media (max-width: 767px) {
	.voices-showcase__card,
	.voices-showcase__text {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
	}
	.voices-showcase {
		padding: 20px 0 24px;
	}
	.voices-showcase__media {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}
	.voices-showcase__card {
		right: auto;
		border-radius: 20px;
		opacity: 0;
	}
	.voices-showcase__card--left,
	.voices-showcase__card--right {
		width: 100%;
		aspect-ratio: 620/430;
	}
	.voices-showcase__card--left {
		transform: translateX(-90px);
	}
	.voices-showcase__card--right {
		transform: translateX(90px);
	}
	.voices-showcase__text {
		transform: none;
		margin-top: 40px;
		margin-bottom: 18px;
		padding: 22px 20px;
	}
	.voices-showcase.is-animated .voices-showcase__text {
		transform: none;
		width: 100%;
		transition-delay: 0s;
	}
	.voices-showcase.is-animated .voices-showcase__card--left {
		opacity: 1;
		transform: translateX(0);
		transition-delay: 0.15s;
	}
	.voices-showcase.is-animated .voices-showcase__card--right {
		opacity: 1;
		transform: translateX(0);
		transition-delay: 0.3s;
	}
}
