/**
 * Use Case single page styles.
 */

.uc-page {
	--uc-yellow: #fad045;
	--uc-yellow-dark: #e8c23a;
	--uc-yellow-soft: #fff9e8;
	--uc-blue: #0056b3;
	--uc-blue-text: #1e40af;
	--uc-blue-bg: #dbeafe;
	--uc-blue-soft: #f0f6ff;
	--uc-muted: #6b7280;
	--uc-border: #e5e7eb;
	--uc-surface: #f5f7fa;
	color: #111;
}

.uc-page__hero {
	padding: 7.5rem 0 3rem;
	background-color: #0d2f63;
	background-image:
		linear-gradient(118deg, rgba(13, 47, 99, 0.98) 0%, rgba(16, 64, 126, 0.95) 43%, rgba(6, 28, 60, 0.95) 100%),
		radial-gradient(110% 85% at 6% 2%, rgba(253, 197, 46, 0.28) 0%, rgba(253, 197, 46, 0) 55%),
		radial-gradient(95% 70% at 96% 8%, rgba(76, 163, 255, 0.32) 0%, rgba(76, 163, 255, 0) 58%);
	color: #fff;
}

.uc-page__small-heading--hero {
	display: inline-block;
	margin: 0 0 1rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.uc-page__hero-title {
	font-size: clamp(1.625rem, 3.5vw, 2.25rem);
	line-height: 1.2;
	margin-bottom: 1rem;
	color: #fff;
}

.uc-page__section-title {
	font-size: clamp(1.25rem, 2.2vw, 1.625rem);
	line-height: 1.3;
	margin-bottom: 0.75rem;
}

.uc-page__final-title {
	font-size: clamp(1.375rem, 2.8vw, 1.875rem);
	line-height: 1.25;
	margin-bottom: 1rem;
}

.uc-page__hero-highlight {
	display: block;
	color: #fad045;
}

.uc-page__hero .uc-page__hero-lead,
.uc-page__hero .uc-page__hero-lead p,
.uc-page__section-intro,
.uc-page__final-lead {
	font-size: 1.0625rem;
	line-height: 1.65;
	color: #374151;
	max-width: 42rem;
}

.uc-page__hero .uc-page__hero-lead,
.uc-page__hero .uc-page__hero-lead p {
	color: rgba(255, 255, 255, 0.88);
}

.uc-page__hero .uc-page__hero-lead a,
.uc-page__hero .uc-page__hero-lead p a {
	color: #fad045;
}

.uc-page__hero-lead {
	margin-bottom: 1.5rem;
}

.uc-page__hero .uc-page__cta--secondary {
	border-color: rgba(255, 255, 255, 0.35);
	background: transparent;
	color: #fff;
}

.uc-page__hero .uc-page__cta--secondary:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	box-shadow: none;
}

.uc-page__hero .uc-page__cta--primary.yellow-btn {
	color: #0f172a !important;
	-webkit-text-fill-color: #0f172a;
}

.uc-page__hero .uc-page__stat-value,
.uc-page__hero .uc-page__impact-value {
	color: #fad045;
}

.uc-page__hero .uc-page__stat-label,
.uc-page__hero .uc-page__impact-label {
	color: rgba(255, 255, 255, 0.78);
}

.uc-page__hero-ctas {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 1.75rem;
}

.uc-page__cta--primary {
	font-weight: 600 !important;
	padding: 0.75rem 1.25rem !important;
	border-radius: 8px !important;
}

.uc-page__cta--secondary {
	display: inline-flex;
	align-items: center;
	padding: 0.75rem 1.25rem;
	border: 1px solid var(--uc-border);
	border-radius: 8px;
	color: #111;
	font-weight: 600;
	text-decoration: none;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.uc-page__cta--secondary:hover {
	border-color: #cbd5e1;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	color: #111;
}

.uc-page__hero-stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1rem;
}

.uc-page__stat-value,
.uc-page__impact-value {
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1.1;
	color: var(--uc-blue);
}

.uc-page__stat-label,
.uc-page__impact-label {
	margin-top: 0.25rem;
	font-size: 0.9rem;
	line-height: 1.4;
	color: var(--uc-muted);
}

.uc-page__hero-visual {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
	background: #fff;
	border: 1px solid var(--uc-border);
}

.uc-page__hero-visual-img {
	display: block;
	width: 100%;
	height: auto;
}

.uc-page__impact {
	padding: 1.5rem 0 2rem;
	background: linear-gradient(90deg, var(--uc-blue-soft) 0%, #fff 50%, var(--uc-yellow-soft) 100%);
	border-top: 1px solid #d6e4f5;
	border-bottom: 1px solid #f0e4b8;
}

.uc-page__impact-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.25rem 1.5rem;
}

.uc-page__impact-item {
	text-align: center;
}

.uc-page__section {
	padding: 3rem 0;
}

.uc-page__problem {
	background: var(--uc-blue-soft) !important;
	border-top: 3px solid var(--uc-blue-bg);
	border-bottom: 3px solid var(--uc-blue-bg);
}

.uc-page__solutions {
	background: #fff !important;
}

.uc-page__how {
	background: var(--uc-yellow-soft) !important;
	border-top: 1px solid #f5e6b8;
	border-bottom: 1px solid #f5e6b8;
}

.uc-page__audience {
	background: linear-gradient(180deg, #fff 0%, var(--uc-blue-soft) 100%) !important;
}

.uc-page__integrations {
	background: #fff !important;
}

.uc-page__scroll-carousel {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	position: relative;
}

.uc-page__scroll-carousel-track-wrap {
	overflow: hidden;
	padding: 0.25rem 0 0.5rem;
}

.uc-page__scroll-carousel-track {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	padding: 0.15rem 0.15rem 0.5rem;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.uc-page__scroll-carousel-track::-webkit-scrollbar {
	display: none;
}

.uc-page__scroll-carousel-footer {
	display: flex;
	justify-content: flex-end;
	margin-top: 0.15rem;
}

.uc-page__scroll-carousel-nav {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.uc-page__integration-scroll-item {
	flex: 0 0 auto;
	width: min(44vw, 190px);
	scroll-snap-align: start;
}

.uc-page__integration-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 92px;
	height: 100%;
	padding: 1rem 1.1rem;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	text-decoration: none !important;
	color: #6b7280;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.uc-page__integration-card:hover {
	border-color: #bfdbfe;
	box-shadow: 0 4px 12px rgba(0, 86, 179, 0.08);
}

.uc-page__integration-card__img {
	max-height: 72px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.uc-page__integration-card__title {
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
	color: #6b7280;
}

.uc-page__integrations-cta,
.uc-page__stories-cta,
.uc-page__audience-cta {
	margin-top: 1.25rem;
}

.uc-page__section-view-all {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	color: #0f172a !important;
	-webkit-text-fill-color: #0f172a;
	text-decoration: none !important;
}

.uc-page__section-view-all:hover {
	color: #0f172a !important;
	text-decoration: none !important;
}

.uc-page__testimonial-scroll-item {
	flex: 0 0 auto;
	width: min(88vw, 340px);
	scroll-snap-align: start;
}

.uc-page__faq {
	background: var(--uc-surface) !important;
	border-top: 1px solid var(--uc-border);
}

.speciality-integration-card {
	background: #eef4ff;
	border: 1px solid #cad8ee;
	border-radius: 12px;
	padding: 1.25rem;
	min-height: 120px;
	text-decoration: none !important;
	color: inherit;
}

.speciality-integration-card__img {
	max-height: 84px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.uc-page__testimonials {
	background: var(--uc-yellow-soft) !important;
	border-top: 1px solid #f0e4b8;
}

.uc-page__section-head {
	max-width: 720px;
	margin: 0 auto 2rem;
}

.uc-page__small-heading {
	display: inline-block;
	margin: 0 0 0.65rem;
	padding: 0.25rem 0.65rem;
	border-radius: 4px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--uc-blue-text);
	background: var(--uc-blue-bg);
}

.uc-page__section-intro {
	margin: 0.5rem auto 0;
	font-size: 1rem;
}

.uc-page__card {
	padding: 1.25rem 1.35rem;
	border: 1px solid #d6e4f5;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(0, 86, 179, 0.05);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.uc-page__card:hover {
	border-color: #bfdbfe;
	box-shadow: 0 6px 18px rgba(0, 86, 179, 0.08);
}

.uc-page__problem-grid--3 .col-12:nth-child(3n + 1) .uc-page__card {
	background: #fff;
}

.uc-page__problem-grid--3 .col-12:nth-child(3n + 2) .uc-page__card {
	background: #fffdf5;
}

.uc-page__problem-grid--3 .col-12:nth-child(3n) .uc-page__card {
	background: #f8fbff;
}

.uc-page__problem-grid--4 .col-12:nth-child(4n + 1) .uc-page__card {
	background: #fff;
}

.uc-page__problem-grid--4 .col-12:nth-child(4n + 2) .uc-page__card {
	background: #fffdf5;
}

.uc-page__problem-grid--4 .col-12:nth-child(4n + 3) .uc-page__card {
	background: #f8fbff;
}

.uc-page__problem-grid--4 .col-12:nth-child(4n) .uc-page__card {
	background: #fff;
}

.uc-page__card-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-bottom: 0.85rem;
	border-radius: 10px;
	font-size: 1.5rem;
	background: var(--uc-blue-bg);
}

.uc-page__icon-image {
	padding: 0.45rem;
	background: var(--uc-blue-bg);
}

.uc-page__icon-image img {
	display: block;
	width: 2rem;
	height: 2rem;
	object-fit: contain;
}

.uc-page__card-title,
.uc-page__audience-title {
	font-size: 0.98rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
}

/* Solutions tab section */
.uc-page__solutions-tabs {
	margin-top: 0.5rem;
}

.uc-page__solutions-layout {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.uc-page__solutions-tablist {
	display: flex;
	flex-direction: column;
	border: 1px solid #0a2548;
	border-radius: 14px;
	background: #0d2f63;
	overflow: hidden;
}

.uc-page__solutions-tablist-outer {
	position: relative;
}

.uc-page__solutions-scroll-hint {
	display: none;
}

.uc-page__solutions-tab {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
	width: 100%;
	padding: 1rem 1.1rem;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 3px solid transparent;
	background: #0d2f63;
	color: rgba(255, 255, 255, 0.9);
	text-align: left;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.uc-page__solutions-tab:hover:not(.is-active) {
	background: #153a72;
}

.uc-page__solutions-tab:last-child {
	border-bottom: none;
}

.uc-page__solutions-tab.is-active {
	background: #fff;
	border-left-color: var(--uc-blue);
	color: #111;
	box-shadow: none;
}

.uc-page__solutions-tab-num {
	flex-shrink: 0;
	width: 1.75rem;
	height: 1.75rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.95);
	font-size: 0.8rem;
	font-weight: 800;
	line-height: 1;
	margin-top: 0.1rem;
}

.uc-page__solutions-tab.is-active .uc-page__solutions-tab-num {
	background: var(--uc-blue);
	color: #fff;
}

.uc-page__solutions-tab-body {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	min-width: 0;
}

.uc-page__solutions-tab-title {
	display: block;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
	color: inherit;
}

.uc-page__solutions-tab.is-active .uc-page__solutions-tab-title {
	color: var(--uc-blue-text);
}

.uc-page__solutions-tab-desc {
	display: none;
	font-size: 0.875rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.75);
}

.uc-page__solutions-tab.is-active .uc-page__solutions-tab-desc {
	color: #4b5563;
}

.uc-page__solutions-tab-desc p:last-child {
	margin-bottom: 0;
}

.uc-page__solutions-tab.is-active .uc-page__solutions-tab-desc {
	display: block;
}

.uc-page__solutions-panels {
	position: relative;
	min-height: 200px;
}

.uc-page__solutions-panel {
	border: 1px solid var(--uc-border);
	border-radius: 14px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.uc-page__solutions-panel[hidden] {
	display: none !important;
}

.uc-page__solutions-panel-img {
	display: block;
	width: 100%;
	height: auto;
}

.uc-page__solutions-panel-content {
	padding: 1rem 1.15rem 1.15rem;
}

.uc-page__card-text p:last-child {
	margin-bottom: 0;
}

/* How it works — horizontal flow */
.uc-page__flow {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.uc-page__flow-step {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem 1.15rem;
	align-items: start;
	padding: 0 0 1.75rem 0;
}

.uc-page__flow-step:last-child {
	padding-bottom: 0;
}

.uc-page__flow-step::before {
	content: "";
	position: absolute;
	left: 1.3125rem;
	top: 3.25rem;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, var(--uc-blue) 0%, var(--uc-blue) 70%, #2dd4bf 100%);
	transform: translateX(-50%);
}

.uc-page__flow-step:last-child::before {
	display: none;
}

.uc-page__flow-step--outcome::before {
	background: #99f6e4;
}

.uc-page__flow-node {
	position: relative;
	z-index: 1;
}

.uc-page__flow-circle {
	width: 2.625rem;
	height: 2.625rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid var(--uc-blue);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(0, 86, 179, 0.08);
}

.uc-page__flow-num {
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	color: var(--uc-blue);
}

.uc-page__flow-step--outcome .uc-page__flow-circle {
	border-color: #14b8a6;
	box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.12);
}

.uc-page__flow-step--outcome .uc-page__flow-num {
	color: #0f766e;
}

.uc-page__flow-content {
	min-width: 0;
	padding-top: 0.15rem;
}

.uc-page__flow-pill {
	display: inline-block;
	margin: 0 0 0.5rem;
	padding: 0.2rem 0.55rem;
	border-radius: 999px;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: var(--uc-blue-bg);
	color: var(--uc-blue-text);
}

.uc-page__flow-step--outcome .uc-page__flow-pill {
	background: #ccfbf1;
	color: #0f766e;
}

.uc-page__flow-title {
	margin: 0 0 0.35rem;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.35;
	color: #111;
}

.uc-page__flow-text {
	font-size: 0.8rem;
	line-height: 1.5;
	color: #4b5563;
}

.uc-page__flow-text p:last-child {
	margin-bottom: 0;
}

.uc-page__compare {
	background: #102744 !important;
	border-top: none;
	border-bottom: none;
	color: #fff;
}

.uc-page__compare .uc-page__small-heading {
	background: rgba(219, 234, 254, 0.12);
	color: #dbeafe;
}

.uc-page__compare .uc-page__section-title {
	color: #fff;
}

.uc-page__compare .uc-page__section-intro,
.uc-page__compare .uc-page__section-intro p {
	color: rgba(255, 255, 255, 0.85);
}

.uc-page__compare-rows {
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
}

.uc-page__compare-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	gap: 0.75rem 1rem;
	align-items: stretch;
}

.uc-page__compare-card {
	padding: 1rem 1.15rem;
	border-radius: 10px;
	background: rgba(8, 22, 48, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-left-width: 4px;
}

.uc-page__compare-card--before {
	border-left-color: #f87171;
}

.uc-page__compare-card--after {
	border-color: rgba(20, 184, 166, 0.45);
	border-left-color: #14b8a6;
	background: rgba(20, 184, 166, 0.12);
}

.uc-page__compare-card-label {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 1.3;
}

.uc-page__compare-card--before .uc-page__compare-card-label {
	color: #fca5a5;
}

.uc-page__compare-card--after .uc-page__compare-card-label {
	color: #5eead4;
}

.uc-page__compare-card-text,
.uc-page__compare-card-text p,
.uc-page__compare-card-text li {
	margin: 0;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 0.95rem;
	line-height: 1.55;
}

.uc-page__compare-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	color: #14b8a6;
	flex-shrink: 0;
}

.uc-page__compare-card--after .integration-rich-text a {
	color: #5eead4 !important;
}

.uc-page__compare .integration-rich-text a {
	color: #fca5a5 !important;
}

.uc-page__audience-carousel {
	display: flex;
	flex-direction: column;
}

.uc-page__audience-nav {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	border: 1px solid #d6e4f5;
	border-radius: 50%;
	background: #fff;
	color: var(--uc-blue);
	box-shadow: 0 4px 12px rgba(0, 86, 179, 0.08);
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.uc-page__audience-nav:hover:not(:disabled) {
	background: var(--uc-blue-bg);
	border-color: #bfdbfe;
}

.uc-page__audience-nav:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.uc-page__audience-track {
	display: flex;
	gap: 1rem;
	overflow-x: auto;
	padding: 0.25rem 0.15rem 0.5rem;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.uc-page__audience-track::-webkit-scrollbar {
	display: none;
}

.uc-page__audience-card {
	flex: 0 0 calc(100% - 0.5rem);
	scroll-snap-align: start;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 1.25rem;
	border: 1px solid #d6e4f5;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 16px rgba(0, 86, 179, 0.06);
}

.uc-page__audience-icon {
	font-size: 1.75rem;
	margin-bottom: 0.5rem;
}

.uc-page__audience-icon.uc-page__icon-image {
	width: auto;
	height: auto;
	font-size: inherit;
	padding: 0;
	background: transparent;
}

.uc-page__audience-icon.uc-page__icon-image img {
	width: 2rem;
	height: 2rem;
}

.uc-page__audience-text {
	flex: 1;
}

.uc-page__audience-stat {
	display: inline-block;
	align-self: flex-start;
	margin: 0.75rem 0 0;
	padding: 0.4rem 0.7rem;
	border-radius: 8px;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.35;
	color: var(--uc-blue-text);
	background: var(--uc-blue-bg);
	border: 1px solid #bfdbfe;
}

.uc-page__audience-link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: auto;
	padding-top: 0.85rem;
	font-weight: 600;
	color: var(--uc-blue);
	text-decoration: none;
}

.uc-page__audience-link-arrow {
	font-size: 1.05rem;
	line-height: 1;
	transition: transform 0.2s ease;
}

.uc-page__audience-link:hover {
	text-decoration: none;
}

.uc-page__audience-link:hover .uc-page__audience-link-arrow {
	transform: translateX(3px);
}

.uc-page__logo-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}

.uc-page__logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	padding: 0.75rem 1rem;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: var(--uc-blue-soft);
}

.uc-page__logo-item img {
	max-width: 100%;
	max-height: 40px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.uc-page__testimonial {
	padding: 1.25rem;
	border: 1px solid #f0e4b8;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(250, 208, 69, 0.1);
	border-top: 3px solid var(--uc-yellow);
}

.uc-page__testimonial-meta {
	margin: 0 0 0.75rem;
	font-size: 0.8rem;
	font-weight: 600;
	color: var(--uc-muted);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.uc-page__testimonial-stat-value {
	display: block;
	font-size: 1.75rem;
	font-weight: 800;
	color: var(--uc-blue);
	line-height: 1.1;
}

.uc-page__testimonial-stat-label {
	display: block;
	font-size: 0.85rem;
	color: var(--uc-muted);
	margin-bottom: 0.75rem;
}

.uc-page__testimonial-practice {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
}

.uc-page__testimonial-practice a {
	color: inherit;
	text-decoration: none;
}

.uc-page__testimonial-practice a:hover {
	color: var(--uc-blue-text);
}

.uc-page__testimonial-quote {
	font-size: 0.95rem;
	line-height: 1.6;
	margin-bottom: 0.75rem;
}

.uc-page__testimonial-author {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--uc-muted);
}

.uc-page__testimonial-link {
	margin-top: auto;
}

.uc-page__final-cta {
	padding: 3rem 0 4rem;
	background: #102744 !important;
	border-top: 3px solid var(--uc-yellow);
	color: #fff;
}

.uc-page__final-cta .uc-page__final-title {
	color: #fff;
}

.uc-page__final-cta .uc-page__hero-highlight {
	color: #fad045;
}

.uc-page__final-cta .uc-page__final-lead,
.uc-page__final-cta .uc-page__final-lead p {
	color: rgba(255, 255, 255, 0.88);
}

.uc-page__final-cta .uc-page__cta--secondary {
	border-color: rgba(255, 255, 255, 0.35);
	background: transparent;
	color: #fff;
}

.uc-page__final-cta .uc-page__cta--secondary:hover {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.uc-page__final-lead {
	margin: 0 auto 1.5rem;
	max-width: 40rem;
}

.uc-page__trust-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.75rem 1.25rem;
	margin: 1.5rem 0 0;
	padding: 0;
	list-style: none;
	font-size: 0.875rem;
	color: var(--uc-muted);
}

.uc-page__final-cta .uc-page__trust-list {
	background: none;
	border: none;
	padding: 0;
	max-width: 46rem;
	margin-left: auto;
	margin-right: auto;
}

.uc-page__final-cta .uc-page__trust-list li {
	padding: 0.5rem 1rem;
	border-radius: 999px;
	font-size: 0.8125rem;
	font-weight: 600;
	border: 1px solid transparent;
}

.uc-page__final-cta .uc-page__trust-list li:nth-child(4n + 1) {
	background: rgba(250, 208, 69, 0.18);
	border-color: rgba(250, 208, 69, 0.45);
	color: #fef08a !important;
}

.uc-page__final-cta .uc-page__trust-list li:nth-child(4n + 2) {
	background: rgba(34, 197, 94, 0.16);
	border-color: rgba(34, 197, 94, 0.42);
	color: #bbf7d0 !important;
}

.uc-page__final-cta .uc-page__trust-list li:nth-child(4n + 3) {
	background: rgba(96, 165, 250, 0.16);
	border-color: rgba(96, 165, 250, 0.42);
	color: #dbeafe !important;
}

.uc-page__final-cta .uc-page__trust-list li:nth-child(4n + 4) {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.28);
	color: rgba(255, 255, 255, 0.92) !important;
}

.uc-page__trust-list li {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.uc-page__trust-tick {
	flex-shrink: 0;
	display: block;
}

.uc-page .integration-rich-text a {
	color: var(--uc-blue);
}

@media (max-width: 767px) {
	.uc-page__solutions-tablist-outer::after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 1.15rem;
		width: 2.5rem;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 85%);
		pointer-events: none;
		border-radius: 0 12px 0 0;
	}

	.uc-page__solutions-tablist-outer.is-scrolled-end::after {
		opacity: 0;
	}

	.uc-page__solutions-scroll-hint {
		display: block;
		height: 3px;
		margin: 0.5rem auto 0;
		max-width: 4.5rem;
		border-radius: 999px;
		background: rgba(13, 47, 99, 0.15);
		overflow: hidden;
	}

	.uc-page__solutions-scroll-hint-thumb {
		display: block;
		height: 100%;
		width: 35%;
		border-radius: inherit;
		background: #0d2f63;
		transform: translateX(0);
		transition: transform 0.15s ease;
	}

	.uc-page__solutions-tablist {
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		border: 0;
		border-radius: 0;
		background: transparent;
		gap: 0.5rem;
		padding-bottom: 0.15rem;
	}

	.uc-page__solutions-tablist::-webkit-scrollbar {
		display: none;
	}

	.uc-page__solutions-tab {
		flex: 0 0 auto;
		min-width: min(62vw, 168px);
		padding: 0.65rem 0.75rem;
		gap: 0.5rem;
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 10px;
		border-bottom: 3px solid transparent;
		align-items: flex-start;
	}

	.uc-page__solutions-tab-num {
		width: 1.35rem;
		height: 1.35rem;
		font-size: 0.68rem;
		margin-top: 0.05rem;
	}

	.uc-page__solutions-tab-title {
		font-size: 0.8rem;
	}

	.uc-page__solutions-tab.is-active {
		background: #fff;
		border-color: #e5e7eb;
		border-left-color: transparent;
		border-bottom-color: var(--uc-blue);
		box-shadow: 0 4px 14px rgba(13, 47, 99, 0.12);
	}

	.uc-page__scroll-carousel-footer {
		position: static;
		transform: none;
		justify-content: flex-end;
		padding: 0;
		pointer-events: auto;
	}

	.uc-page__scroll-carousel-nav {
		width: auto;
		justify-content: flex-end;
	}

	.uc-page__scroll-carousel-track-wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.uc-page__solutions-tab-desc,
	.uc-page__solutions-tab.is-active .uc-page__solutions-tab-desc {
		display: none !important;
	}

	.uc-page__compare-row {
		grid-template-columns: 1fr;
		gap: 0.5rem;
	}

	.uc-page__compare-arrow {
		transform: rotate(90deg);
		padding: 0.15rem 0;
	}

	.uc-page__problem {
		padding: 2rem 0;
	}

	.uc-page__problem .uc-page__section-head {
		margin-bottom: 1.15rem;
	}

	.uc-page__problem .row.g-4 {
		--bs-gutter-y: 0.55rem;
		--bs-gutter-x: 0;
	}

	.uc-page__problem .uc-page__card--problem {
		display: grid;
		grid-template-columns: 2.35rem minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 0.7rem;
		row-gap: 0.15rem;
		align-items: start;
		padding: 0.75rem 0.85rem;
		box-shadow: 0 1px 4px rgba(0, 86, 179, 0.05);
	}

	.uc-page__problem .col-12:nth-child(3n + 1) .uc-page__card,
	.uc-page__problem .col-12:nth-child(3n + 2) .uc-page__card,
	.uc-page__problem .col-12:nth-child(3n) .uc-page__card,
	.uc-page__problem-grid--4 .col-12:nth-child(4n + 1) .uc-page__card,
	.uc-page__problem-grid--4 .col-12:nth-child(4n + 2) .uc-page__card,
	.uc-page__problem-grid--4 .col-12:nth-child(4n + 3) .uc-page__card,
	.uc-page__problem-grid--4 .col-12:nth-child(4n) .uc-page__card {
		background: #fff;
		border: 1px solid #e5e7eb;
		border-left: 1px solid #e5e7eb;
	}

	.uc-page__problem .uc-page__card-icon {
		grid-column: 1;
		grid-row: 1 / -1;
		align-self: center;
		margin-bottom: 0;
		width: 2.35rem;
		height: 2.35rem;
		font-size: 1rem;
		border-radius: 8px;
	}

	.uc-page__problem .col-12:nth-child(5n + 1) .uc-page__card-icon {
		background: #fce7f3;
	}

	.uc-page__problem .col-12:nth-child(5n + 2) .uc-page__card-icon {
		background: #fef9c3;
	}

	.uc-page__problem .col-12:nth-child(5n + 3) .uc-page__card-icon {
		background: #ede9fe;
	}

	.uc-page__problem .col-12:nth-child(5n + 4) .uc-page__card-icon {
		background: #dbeafe;
	}

	.uc-page__problem .col-12:nth-child(5n + 5) .uc-page__card-icon {
		background: #fef3c7;
	}

	.uc-page__problem .uc-page__icon-image {
		background: transparent;
		padding: 0.25rem;
	}

	.uc-page__problem .uc-page__card-title {
		grid-column: 2;
		grid-row: 1;
		font-size: 0.84rem;
		font-weight: 700;
		line-height: 1.35;
		margin: 0;
		color: #1e3a8a;
	}

	.uc-page__problem .uc-page__card-text {
		grid-column: 2;
		grid-row: 2;
		font-size: 0.76rem;
		line-height: 1.45;
		color: #64748b;
	}

	.uc-page__problem .uc-page__card-text p {
		margin: 0;
		font-size: inherit;
		line-height: inherit;
		color: inherit;
	}
}

@media (min-width: 768px) {
	.uc-page__scroll-carousel-footer {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
		justify-content: space-between;
		margin: 0;
		padding: 0;
		pointer-events: none;
		z-index: 2;
	}

	.uc-page__scroll-carousel-nav {
		display: flex;
		width: 100%;
		justify-content: space-between;
		padding: 0 0.15rem;
	}

	.uc-page__scroll-carousel-nav-btn {
		pointer-events: auto;
	}

	.uc-page__scroll-carousel-track-wrap {
		padding-left: 3.25rem;
		padding-right: 3.25rem;
	}

	.uc-page__impact-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.uc-page__logo-grid {
		grid-template-columns: repeat(4, 1fr);
	}

	.uc-page__solutions-layout {
		display: grid;
		grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
		gap: 1.5rem;
		align-items: start;
	}

	.uc-page__audience-card {
		flex: 0 0 calc(50% - 0.5rem);
	}
}

@media (min-width: 992px) {
	.uc-page__hero {
		padding-top: 8.5rem;
	}

	.uc-page__hero-highlight {
		display: inline;
	}

	.uc-page__audience-card {
		flex: 0 0 calc(33.333% - 0.67rem);
	}

	.uc-page__flow {
		flex-direction: row;
		align-items: flex-start;
		justify-content: space-between;
		gap: 0.75rem;
		padding-top: 0.25rem;
	}

	.uc-page__flow::before {
		content: "";
		position: absolute;
		top: 1.3125rem;
		left: calc(100% / (var(--uc-flow-steps, 5) * 2));
		right: calc(100% / (var(--uc-flow-steps, 5) * 2));
		height: 2px;
		background: linear-gradient(
			90deg,
			var(--uc-blue) 0%,
			var(--uc-blue) calc(100% - 4rem),
			#2dd4bf 100%
		);
		z-index: 0;
	}

	.uc-page__flow-step {
		flex: 1 1 0;
		min-width: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 0;
		grid-template-columns: unset;
		gap: 0;
	}

	.uc-page__flow-step::before {
		display: none;
	}

	.uc-page__flow-content {
		padding-top: 0.85rem;
		width: 100%;
	}

	.uc-page__flow-pill {
		margin-bottom: 0.45rem;
	}

	.uc-page__flow-title {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.uc-page__flow-content {
		text-align: center;
	}

	.uc-page__flow-pill {
		display: inline-block;
	}
}

@media (min-width: 1200px) {
	.uc-page__audience-card {
		flex: 0 0 calc(25% - 0.75rem);
	}
}
