.voice-page {
	--voice-blue: #1457d9;
	--voice-sky: #19b9ff;
	--voice-cyan: #0bd4d4;
	--voice-orange: #ff9f1c;
	--voice-navy: #071a3d;
	--voice-deep: #07142f;
	--voice-ink: #15213a;
	--voice-muted: #5f6f8a;
	--voice-soft: #f4f8ff;
	--voice-line: #dce8fa;
	--voice-white: #ffffff;
	--voice-shadow: 0 24px 70px rgba(13, 42, 92, 0.14);
	color: var(--voice-ink);
	font-family: inherit;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 42%, #ffffff 100%);
}

.voice-page *,
.voice-page *::before,
.voice-page *::after {
	box-sizing: border-box;
}

.voice-page .site-container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

.voice-hero {
	position: relative;
	overflow: hidden;
	min-height: 720px;
	padding: 128px 0 96px;
	color: var(--voice-white);
	background:
		linear-gradient(110deg, rgba(5, 15, 41, 0.92) 0%, rgba(8, 32, 84, 0.86) 42%, rgba(12, 96, 196, 0.38) 100%),
		url('../images/voice-brandname/banner.jpg') center / cover no-repeat;
}

.voice-hero::before,
.voice-hero::after {
	content: '';
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
}

.voice-hero::before {
	right: -140px;
	top: 96px;
	width: 460px;
	height: 460px;
	background: rgba(25, 185, 255, 0.22);
	filter: blur(14px);
}

.voice-hero::after {
	left: -180px;
	bottom: -220px;
	width: 520px;
	height: 520px;
	background: rgba(11, 212, 212, 0.2);
	filter: blur(18px);
}

.voice-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.55fr);
	gap: 56px;
	align-items: center;
}

.voice-hero__content {
	max-width: 760px;
}

.voice-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	margin-bottom: 18px;
	padding: 8px 14px;
	border: 1px solid rgba(25, 185, 255, 0.25);
	border-radius: 999px;
	background: rgba(20, 87, 217, 0.08);
	color: var(--voice-blue);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.voice-eyebrow::before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--voice-sky), var(--voice-cyan));
	box-shadow: 0 0 0 6px rgba(25, 185, 255, 0.12);
}

.voice-hero .voice-eyebrow,
.voice-cta .voice-eyebrow {
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.12);
	color: #d9f3ff;
}

.voice-hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--voice-white) !important;
	font-size: clamp(2.5rem, 6vw, 5rem);
	line-height: 0.98;
	letter-spacing: -0.065em;
	font-weight: 900;
}

.voice-hero p {
	max-width: 660px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.14rem;
	line-height: 1.8;
}

.voice-hero__actions,
.voice-cta__box .voice-btn {
	margin-top: 32px;
}

.voice-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.voice-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.voice-btn:hover {
	transform: translateY(-2px);
}

.voice-btn--primary {
	background: linear-gradient(135deg, var(--voice-sky), var(--voice-blue));
	color: var(--voice-white) !important;
	box-shadow: 0 18px 38px rgba(25, 185, 255, 0.28);
}

.voice-btn--outline {
	border: 1px solid rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.1);
	color: var(--voice-white) !important;
	backdrop-filter: blur(16px);
}

.voice-btn--outline:hover {
	background: rgba(255, 255, 255, 0.18);
}

.voice-btn--light {
	background: var(--voice-white);
	color: var(--voice-blue) !important;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.voice-trust-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 34px;
}

.voice-trust-row span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 13px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.09);
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.88rem;
	font-weight: 700;
	backdrop-filter: blur(14px);
}

.voice-trust-row span::before {
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--voice-cyan);
}

.voice-hero__phone {
	display: flex;
	justify-content: center;
}

.voice-phone-card {
	position: relative;
	width: min(100%, 330px);
	padding: 32px 28px 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 38px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
		rgba(3, 14, 35, 0.36);
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(24px);
	text-align: center;
}

.voice-phone-card::before {
	content: '';
	position: absolute;
	inset: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 30px;
	pointer-events: none;
}

.voice-phone-card__top {
	width: 88px;
	height: 6px;
	margin: 0 auto 58px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.35);
}

.voice-phone-card__brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 160px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 32% 22%, rgba(255, 255, 255, 0.42), transparent 30%),
		linear-gradient(135deg, var(--voice-sky), var(--voice-blue));
	box-shadow: 0 18px 45px rgba(20, 87, 217, 0.45);
	color: var(--voice-white);
	font-size: 1.25rem;
	font-weight: 900;
	letter-spacing: -0.03em;
}

.voice-phone-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.98rem;
}

.voice-phone-card__number {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.86rem;
}

.voice-phone-card__actions {
	display: flex;
	justify-content: center;
	gap: 38px;
	margin-top: 38px;
}

.voice-phone-card__actions span {
	display: inline-flex;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

.voice-phone-card__decline {
	background: linear-gradient(135deg, #ff5b6a, #e73052);
}

.voice-phone-card__accept {
	background: linear-gradient(135deg, #2be89c, #0bb76f);
}

.voice-section {
	padding: 96px 0;
}

.voice-section-heading {
	max-width: 760px;
}

.voice-section-heading h2 {
	margin: 0;
	color: var(--voice-navy);
	font-size: clamp(2rem, 4vw, 3.25rem);
	line-height: 1.08;
	letter-spacing: -0.045em;
	font-weight: 900;
}

.voice-section-heading p,
.voice-rich-text p {
	margin: 18px 0 0;
	color: var(--voice-muted);
	font-size: 1.03rem;
	line-height: 1.78;
}

.voice-center {
	margin: 0 auto 46px;
	text-align: center;
}

.voice-center .voice-eyebrow {
	margin-left: auto;
	margin-right: auto;
}

.voice-overview {
	position: relative;
	background: var(--voice-white);
}

.voice-overview__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
	gap: 48px;
	align-items: start;
}

.voice-overview__panel {
	position: relative;
	overflow: hidden;
	padding: 34px;
	border: 1px solid var(--voice-line);
	border-radius: 30px;
	background:
		linear-gradient(145deg, rgba(20, 87, 217, 0.08), rgba(11, 212, 212, 0.08)),
		var(--voice-white);
	box-shadow: var(--voice-shadow);
}

.voice-overview__panel::after {
	content: '';
	position: absolute;
	right: -72px;
	top: -72px;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: rgba(25, 185, 255, 0.18);
}

.voice-overview__panel h3,
.voice-feature-card h3,
.voice-benefit-card h3,
.voice-industry-grid h3,
.voice-process-list h3,
.voice-compliance-card h3,
.voice-check-block h4 {
	margin: 0;
	color: var(--voice-navy);
	font-weight: 900;
	letter-spacing: -0.025em;
}

.voice-overview__panel p {
	margin: 14px 0 0;
	color: var(--voice-muted);
	line-height: 1.75;
}

.voice-overview__panel ul,
.voice-check-block ul {
	display: grid;
	gap: 12px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.voice-overview__panel li,
.voice-check-block li {
	position: relative;
	padding-left: 28px;
	color: var(--voice-ink);
	line-height: 1.65;
}

.voice-overview__panel li::before,
.voice-check-block li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--voice-sky), var(--voice-blue));
	box-shadow: 0 0 0 5px rgba(25, 185, 255, 0.12);
}

.voice-stat-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 48px !important;
}

.voice-stat-grid article {
	padding: 28px 24px;
	border: 1px solid var(--voice-line);
	border-radius: 26px;
	background: var(--voice-white);
	box-shadow: 0 18px 42px rgba(20, 87, 217, 0.08);
}

.voice-stat-grid strong {
	display: block;
	margin-bottom: 10px;
	color: var(--voice-blue);
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1;
	font-weight: 900;
	letter-spacing: -0.05em;
}

.voice-stat-grid span {
	display: block;
	color: var(--voice-muted);
	line-height: 1.55;
}

.voice-features {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 10% 10%, rgba(25, 185, 255, 0.16), transparent 28%),
		radial-gradient(circle at 86% 32%, rgba(11, 212, 212, 0.12), transparent 28%),
		var(--voice-soft);
}

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

.voice-feature-card {
	position: relative;
	overflow: hidden;
	min-height: 300px;
	padding: 30px;
	border: 1px solid rgba(220, 232, 250, 0.9);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 18px 48px rgba(20, 87, 217, 0.08);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.voice-feature-card:hover {
	transform: translateY(-6px);
	border-color: rgba(25, 185, 255, 0.42);
	box-shadow: 0 28px 66px rgba(20, 87, 217, 0.14);
}

.voice-feature-card::after {
	content: '';
	position: absolute;
	right: -54px;
	bottom: -54px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(25, 185, 255, 0.09);
}

.voice-feature-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	margin-bottom: 20px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(25, 185, 255, 0.14), rgba(20, 87, 217, 0.1));
}

.voice-feature-card__icon img {
	display: block;
	max-width: 38px;
	max-height: 38px;
}

.voice-feature-card span {
	display: inline-flex;
	margin-bottom: 12px;
	color: var(--voice-blue);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.voice-feature-card h3 {
	font-size: 1.25rem;
}

.voice-feature-card p {
	position: relative;
	z-index: 1;
	margin: 14px 0 0;
	color: var(--voice-muted);
	line-height: 1.72;
}

.voice-benefits {
	background: var(--voice-white);
}

.voice-benefits__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
	gap: 42px;
	align-items: center;
}

.voice-benefit-list {
	display: grid;
	gap: 18px;
}

.voice-benefit-card {
	display: grid;
	grid-template-columns: 76px 1fr;
	gap: 20px;
	align-items: start;
	padding: 24px;
	border: 1px solid var(--voice-line);
	border-radius: 28px;
	background: linear-gradient(135deg, #ffffff, #f7fbff);
	box-shadow: 0 18px 44px rgba(20, 87, 217, 0.08);
}

.voice-benefit-card img {
	display: block;
	width: 58px;
	height: 58px;
	padding: 12px;
	border-radius: 20px;
	background: rgba(25, 185, 255, 0.1);
}

.voice-benefit-card p {
	margin: 10px 0 0;
	color: var(--voice-muted);
	line-height: 1.68;
}

.voice-industries {
	position: relative;
	background: linear-gradient(180deg, var(--voice-soft), #ffffff);
}

.voice-industry-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.voice-industry-grid article {
	position: relative;
	overflow: hidden;
	min-height: 190px;
	padding: 24px;
	border: 1px solid var(--voice-line);
	border-radius: 26px;
	background: var(--voice-white);
	box-shadow: 0 16px 40px rgba(20, 87, 217, 0.07);
}

.voice-industry-grid article::before {
	content: '';
	position: absolute;
	left: 24px;
	top: 0;
	width: 54px;
	height: 4px;
	border-radius: 0 0 999px 999px;
	background: linear-gradient(90deg, var(--voice-sky), var(--voice-blue));
}

.voice-industry-grid h3 {
	font-size: 1.12rem;
}

.voice-industry-grid p {
	margin: 12px 0 0;
	color: var(--voice-muted);
	line-height: 1.66;
}

.voice-deployment {
	background: var(--voice-white);
}

.voice-deployment__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
	gap: 42px;
	align-items: start;
}

.voice-process-list {
	display: grid;
	gap: 16px;
	margin-top: 34px;
}

.voice-process-list article {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--voice-line);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 14px 36px rgba(20, 87, 217, 0.07);
}

.voice-process-list strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 18px;
	background: linear-gradient(135deg, var(--voice-sky), var(--voice-blue));
	color: var(--voice-white);
	font-weight: 900;
}

.voice-process-list h3 {
	font-size: 1.1rem;
}

.voice-process-list p {
	margin: 8px 0 0;
	color: var(--voice-muted);
	line-height: 1.65;
}

.voice-compliance-card {
	position: sticky;
	top: 32px;
	padding: 32px;
	border: 1px solid rgba(25, 185, 255, 0.18);
	border-radius: 32px;
	background:
		linear-gradient(145deg, rgba(20, 87, 217, 0.08), rgba(11, 212, 212, 0.08)),
		#ffffff;
	box-shadow: var(--voice-shadow);
}

.voice-compliance-card h3 {
	font-size: 1.45rem;
}

.voice-check-block {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid var(--voice-line);
}

.voice-check-block h4 {
	font-size: 1rem;
}

.voice-check-block li {
	color: var(--voice-muted);
}

.voice-why {
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(5, 15, 41, 0.94), rgba(8, 45, 114, 0.94)),
		var(--voice-deep);
	color: var(--voice-white);
}

.voice-why__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
	gap: 42px;
	align-items: start;
}

.voice-why .voice-section-heading h2,
.voice-why .voice-eyebrow {
	color: var(--voice-white);
}

.voice-why .voice-eyebrow {
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
}

.voice-why-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.voice-why-list div {
	position: relative;
	padding: 24px 22px 24px 54px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.88);
	line-height: 1.65;
	backdrop-filter: blur(18px);
}

.voice-why-list div::before {
	content: '';
	position: absolute;
	left: 24px;
	top: 29px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: var(--voice-cyan);
	box-shadow: 0 0 0 7px rgba(11, 212, 212, 0.12);
}

.voice-faq {
	background: var(--voice-soft);
}

.voice-faq__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
	gap: 42px;
}

.voice-faq__list {
	display: grid;
	gap: 14px;
}

.voice-faq details {
	overflow: hidden;
	border: 1px solid var(--voice-line);
	border-radius: 22px;
	background: var(--voice-white);
	box-shadow: 0 12px 32px rgba(20, 87, 217, 0.06);
}

.voice-faq summary {
	position: relative;
	cursor: pointer;
	padding: 22px 58px 22px 24px;
	color: var(--voice-navy);
	font-weight: 900;
	list-style: none;
}

.voice-faq summary::-webkit-details-marker {
	display: none;
}

.voice-faq summary::after {
	content: '+';
	position: absolute;
	right: 22px;
	top: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(25, 185, 255, 0.12);
	color: var(--voice-blue);
	font-size: 1.3rem;
	line-height: 1;
	transform: translateY(-50%);
}

.voice-faq details[open] summary::after {
	content: '–';
}

.voice-faq details p {
	margin: 0;
	padding: 0 24px 24px;
	color: var(--voice-muted);
	line-height: 1.72;
}

.voice-cta {
	padding: 92px 0;
	background: #ffffff;
}

.voice-cta__box {
	position: relative;
	overflow: hidden;
	padding: clamp(42px, 7vw, 72px);
	border-radius: 38px;
	background:
		radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.28), transparent 28%),
		linear-gradient(135deg, var(--voice-blue), #082d78 62%, var(--voice-deep));
	color: var(--voice-white);
	box-shadow: 0 28px 84px rgba(20, 87, 217, 0.24);
}

.voice-cta__box::after {
	content: '';
	position: absolute;
	right: -120px;
	bottom: -160px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: rgba(25, 185, 255, 0.2);
}

.voice-cta__box h2 {
	position: relative;
	z-index: 1;
	max-width: 840px;
	margin: 0;
	color: var(--voice-white) !important;
	font-size: clamp(2rem, 4.5vw, 3.65rem);
	line-height: 1.06;
	letter-spacing: -0.05em;
	font-weight: 900;
}

.voice-cta__box p {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 20px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.06rem;
	line-height: 1.78;
}

.voice-cta__box .voice-btn {
	position: relative;
	z-index: 1;
}

@media (max-width: 1100px) {
	.voice-hero__grid,
	.voice-overview__grid,
	.voice-benefits__grid,
	.voice-deployment__grid,
	.voice-why__grid,
	.voice-faq__grid {
		grid-template-columns: 1fr;
	}

	.voice-hero__phone {
		justify-content: flex-start;
	}

	.voice-feature-grid,
	.voice-industry-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.voice-compliance-card {
		position: static;
	}
}

@media (max-width: 820px) {
	.voice-hero {
		min-height: auto;
		padding: 104px 0 72px;
	}

	.voice-section {
		padding: 72px 0;
	}

	.voice-stat-grid,
	.voice-feature-grid,
	.voice-industry-grid,
	.voice-why-list {
		grid-template-columns: 1fr;
	}

	.voice-benefit-card,
	.voice-process-list article {
		grid-template-columns: 1fr;
	}

	.voice-benefit-card img {
		width: 54px;
		height: 54px;
	}

	.voice-hero__phone {
		display: none;
	}
}

@media (max-width: 560px) {
	.voice-page .site-container {
		width: min(100% - 24px, 1180px);
	}

	.voice-hero {
		padding: 92px 0 58px;
	}

	.voice-hero h1 {
		font-size: clamp(2.2rem, 13vw, 3.3rem);
	}

	.voice-hero p,
	.voice-section-heading p,
	.voice-rich-text p {
		font-size: 0.98rem;
	}

	.voice-hero__actions,
	.voice-btn {
		width: 100%;
	}

	.voice-trust-row span {
		width: 100%;
	}

	.voice-feature-card,
	.voice-overview__panel,
	.voice-compliance-card,
	.voice-cta__box {
		border-radius: 24px;
		padding: 24px;
	}
}