.cd-home {
	overflow: hidden;
}

.cd-hero {
	position: relative;
	padding: 78px 0 62px;
	background:
		radial-gradient(circle at 80% 25%, rgba(23, 105, 170, 0.14), transparent 34%),
		linear-gradient(135deg, #ffffff 0%, #f5f8fc 100%);
}

.cd-hero::after {
	content: '';
	position: absolute;
	right: -110px;
	bottom: -150px;
	width: 560px;
	height: 560px;
	border: 48px solid rgba(227, 6, 19, 0.06);
	border-radius: 50%;
}

.cd-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
	gap: 64px;
	align-items: center;
}

.cd-hero__title {
	max-width: 760px;
	margin: 0;
	color: var(--cd-navy-900);
	font-size: clamp(2.55rem, 5vw, 5.2rem);
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.cd-hero__title span {
	color: var(--cd-red-600);
}

.cd-hero__copy {
	max-width: 690px;
	margin: 24px 0 0;
	color: var(--cd-muted);
	font-size: clamp(1.05rem, 1.6vw, 1.25rem);
	line-height: 1.7;
}

.cd-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.cd-hero__tags {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 38px;
	padding: 0;
	list-style: none;
}

.cd-hero__tags li {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--cd-navy-900);
	font-size: 0.9rem;
	font-weight: 700;
}

.cd-hero__tags li::before {
	content: '✓';
	display: grid;
	place-items: center;
	width: 25px;
	height: 25px;
	border: 1px solid #bed0e2;
	border-radius: 50%;
	color: var(--cd-red-600);
	font-weight: 900;
}

.cd-hero__visual {
	position: relative;
	display: grid;
	place-items: center;
	min-height: 480px;
}

.cd-hero__visual::before {
	content: '';
	position: absolute;
	width: min(92%, 520px);
	aspect-ratio: 1;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--cd-navy-900), var(--cd-navy-800));
	box-shadow: 0 30px 70px rgba(6, 43, 82, 0.22);
}

.cd-hero__logo {
	position: relative;
	z-index: 1;
	width: min(95%, 520px);
	height: auto;
	filter: drop-shadow(0 20px 20px rgba(0, 0, 0, 0.18));
}

.cd-trust {
	position: relative;
	z-index: 2;
	margin-top: -2px;
	background: linear-gradient(135deg, #0a3b68 0%, #08335d 48%, #072f56 100%);
	color: var(--cd-white);
	box-shadow: 0 14px 30px rgba(5, 39, 73, 0.12);
}

.cd-trust__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cd-trust__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 292px;
	padding: 34px 28px 32px;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.cd-trust__item:last-child {
	border-right: 0;
}

.cd-trust__icon {
	display: grid;
	place-items: center;
	width: 112px;
	height: 112px;
	flex: 0 0 112px;
	margin: 0 auto 22px;
	border: 3px solid #2b93ef;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.015);
	box-shadow: inset 0 0 26px rgba(43, 147, 239, 0.07);
	color: #fff;
	line-height: 0;
}

.cd-trust__icon svg {
	display: block;
	width: 60px;
	height: 60px;
	overflow: visible;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.35;
	stroke-linecap: round;
	stroke-linejoin: round;
	transform: none;
}

.cd-trust__copy {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.cd-trust__item strong {
	display: block;
	margin: 0;
	color: #fff;
	font-size: 1rem;
	line-height: 1.35;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}

.cd-trust__copy::after {
	content: "";
	order: 1;
	width: 64px;
	height: 4px;
	margin: 16px 0 18px;
	border-radius: 999px;
	background: #2b93ef;
}

.cd-trust__item .cd-trust__copy span {
	order: 2;
	display: block;
	margin: 0;
	max-width: 280px;
	color: #fff;
	font-size: 0.91rem;
	line-height: 1.55;
	font-weight: 400;
	opacity: 0.96;
}

.cd-services {
	background: #f8fafc;
}

.cd-section__head--center {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.cd-section__head--center .cd-eyebrow {
	color: #e31b23;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.cd-section__head--center h2 {
	margin-bottom: 12px;
}

.cd-section__accent {
	display: block;
	width: 52px;
	height: 4px;
	margin: 0 auto 16px;
	border-radius: 999px;
	background: #e31b23;
}

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

.cd-service-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 390px;
	padding: 28px 30px 26px;
	overflow: hidden;
	border: 1px solid #d8e2ec;
	border-radius: 16px;
	background: linear-gradient(145deg, #fff 0%, #fff 72%, #f0f6fc 100%);
	box-shadow: 0 12px 30px rgba(8, 51, 93, 0.07);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.cd-service-card:hover {
	transform: translateY(-4px);
	border-color: #b9cee3;
	box-shadow: 0 18px 38px rgba(8, 51, 93, 0.12);
}

.cd-service-card__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 14px;
}

.cd-service-card__icon {
	display: grid;
	place-items: center;
	width: 92px;
	height: 92px;
	border: 4px solid #d4e1ef;
	border-top-color: #e31b23;
	border-right-color: #e31b23;
	border-radius: 50%;
	color: #082f5b;
}

.cd-service-card__icon svg {
	width: 50px;
	height: 50px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.1;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cd-service-card__number {
	color: #b4cbea;
	font-size: 3rem;
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.cd-service-card__accent {
	width: 32px;
	height: 4px;
	margin: 0 0 16px;
	border-radius: 999px;
	background: #e31b23;
}

.cd-service-card h3 {
	margin: 0 0 12px;
	color: #062d58;
	font-size: 1.18rem;
	line-height: 1.35;
}

.cd-service-card p {
	margin: 0 0 24px;
	color: #445b73;
	line-height: 1.55;
}

.cd-service-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 46px;
	margin-top: auto;
	padding: 10px 18px;
	border: 1px solid #0b4f8a;
	border-radius: 9px;
	background: #083b69;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.cd-service-card__button span {
	color: #ff3940;
	font-size: 1.2em;
}

.cd-service-card__button:hover,
.cd-service-card__button:focus-visible {
	background: #0b4f8a;
	border-color: #0b4f8a;
	color: #fff;
	transform: translateY(-1px);
}

.cd-process-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 0%, rgba(43, 147, 239, 0.055), transparent 34%),
		linear-gradient(180deg, #f9fbfd 0%, #f4f8fc 100%);
}

.cd-process-head {
	margin-bottom: 56px;
}

.cd-process-timeline {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr) 52px minmax(0, 1fr) 52px minmax(0, 1fr);
	align-items: start;
}

.cd-process-timeline::before {
	content: "";
	position: absolute;
	top: 132px;
	left: 8%;
	right: 8%;
	height: 2px;
	background: linear-gradient(90deg, #80b8f2, #2b93ef, #80b8f2);
	z-index: 0;
}

.cd-process-step {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.cd-process-step__ghost {
	position: absolute;
	top: -42px;
	left: 0;
	color: #dfe9f5;
	font-size: clamp(4rem, 5vw, 5.4rem);
	line-height: 1;
	font-weight: 800;
	letter-spacing: -0.06em;
	z-index: -1;
}

.cd-process-step__visual {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 164px;
}

.cd-process-step__icon {
	display: grid;
	place-items: center;
	width: 134px;
	height: 134px;
	border: 2px solid #78b3ef;
	border-top: 4px solid #e31b23;
	border-right: 4px solid #e31b23;
	border-radius: 50%;
	background: #fff;
	color: #082f5b;
	box-shadow: 0 12px 26px rgba(8, 51, 93, 0.08);
}

.cd-process-step__icon svg {
	width: 72px;
	height: 72px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.15;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cd-process-connector {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin: 111px auto 0;
	border-radius: 50%;
	background: #fff;
	color: #0a63b8;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 8px 18px rgba(8, 51, 93, 0.10);
}

.cd-process-connector span {
	transform: translateY(-2px);
}

.cd-process-step__copy {
	padding: 22px 4px 0;
}

.cd-process-step__accent {
	display: block;
	width: 34px;
	height: 4px;
	margin-bottom: 16px;
	border-radius: 999px;
	background: #e31b23;
}

.cd-process-step h3 {
	margin: 0 0 12px;
	color: #062d58;
	font-size: 1.2rem;
	line-height: 1.35;
}

.cd-process-step p {
	margin: 0;
	color: #405a73;
	font-size: 0.97rem;
	line-height: 1.6;
}

.cd-process-step__cta {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-width: 220px;
	min-height: 50px;
	margin-top: 22px;
	padding: 12px 20px;
	border-radius: 8px;
	background: #083b69;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 10px 22px rgba(8, 59, 105, 0.16);
	transition: transform .2s ease, background .2s ease;
}

.cd-process-step__cta span {
	font-size: 1.2rem;
}

.cd-process-step__cta:hover,
.cd-process-step__cta:focus-visible {
	background: #0b4f8a;
	color: #fff;
	transform: translateY(-2px);
}

.cd-process-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 56px;
	padding: 18px 22px;
	border: 1px solid #dce6ef;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 34px rgba(8, 51, 93, 0.07);
}

.cd-process-benefit {
	display: flex;
	align-items: center;
	gap: 14px;
	min-width: 0;
	padding: 8px 22px;
	border-right: 1px solid #e0e8f0;
}

.cd-process-benefit:last-child {
	border-right: 0;
}

.cd-process-benefit__icon {
	display: grid;
	place-items: center;
	flex: 0 0 56px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #f1f6fb;
	color: #082f5b;
}

.cd-process-benefit__icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cd-process-benefit div {
	display: grid;
	gap: 3px;
}

.cd-process-benefit strong {
	color: #062d58;
	font-size: 0.92rem;
}

.cd-process-benefit span {
	color: #536b82;
	font-size: 0.8rem;
	line-height: 1.35;
}

@media (max-width: 1100px) {
	.cd-process-timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 46px 34px;
	}

	.cd-process-timeline::before,
	.cd-process-connector {
		display: none;
	}

	.cd-process-step__ghost {
		left: 8%;
	}

	.cd-process-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cd-process-benefit:nth-child(2) {
		border-right: 0;
	}

	.cd-process-benefit:nth-child(-n+2) {
		border-bottom: 1px solid #e0e8f0;
	}
}

@media (max-width: 680px) {
	.cd-process-head {
		margin-bottom: 42px;
	}

	.cd-process-timeline {
		display: block;
	}

	.cd-process-step {
		display: grid;
		grid-template-columns: 92px 1fr;
		gap: 18px;
		margin-bottom: 34px;
	}

	.cd-process-step__ghost {
		top: -22px;
		left: 6px;
		font-size: 3.4rem;
	}

	.cd-process-step__visual {
		height: 98px;
	}

	.cd-process-step__icon {
		width: 84px;
		height: 84px;
	}

	.cd-process-step__icon svg {
		width: 46px;
		height: 46px;
	}

	.cd-process-step__copy {
		padding-top: 4px;
	}

	.cd-process-step__cta {
		width: 100%;
		min-width: 0;
	}

	.cd-process-benefits {
		grid-template-columns: 1fr;
		margin-top: 34px;
		padding: 10px 18px;
	}

	.cd-process-benefit {
		border-right: 0;
		border-bottom: 1px solid #e0e8f0;
		padding: 14px 4px;
	}

	.cd-process-benefit:nth-child(2) {
		border-right: 0;
	}

	.cd-process-benefit:nth-child(-n+2) {
		border-bottom: 1px solid #e0e8f0;
	}

	.cd-process-benefit:last-child {
		border-bottom: 0;
	}
}

.cd-about {
	display: grid;
	grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
	gap: 56px;
	align-items: center;
}

.cd-about__visual {
	display: grid;
	place-items: center;
	min-height: 420px;
	padding: 40px;
	border-radius: var(--cd-radius-lg);
	background: linear-gradient(145deg, var(--cd-navy-900), #0d4b86);
}

.cd-about__visual img {
	width: min(100%, 410px);
	height: auto;
}

.cd-about__copy h2 {
	margin: 0;
	color: var(--cd-navy-900);
	font-size: clamp(2rem, 3.5vw, 3.4rem);
	line-height: 1.08;
}

.cd-about__copy p {
	color: var(--cd-muted);
	font-size: 1.05rem;
	line-height: 1.75;
}

.cd-checks {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px 26px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.cd-checks li {
	position: relative;
	padding-left: 30px;
	font-weight: 700;
}

.cd-checks li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--cd-red-600);
	font-weight: 900;
}

.cd-cta {
	padding: 46px 0;
	background: var(--cd-navy-900);
	color: var(--cd-white);
}

.cd-cta__inner {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
}

.cd-cta h2 {
	margin: 0;
	font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.cd-cta p {
	margin: 8px 0 0;
	color: #dce7f1;
}

.cd-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.cd-cta .cd-button--secondary {
	border-color: rgba(255,255,255,.7);
	background: transparent;
	color: var(--cd-white);
}

.cd-cta .cd-button--secondary:hover {
	background: rgba(255,255,255,.09);
}

@media (max-width: 1024px) {
	.cd-hero__grid,
	.cd-about {
		grid-template-columns: 1fr;
	}

	.cd-hero__visual {
		min-height: 380px;
	}

	.cd-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cd-process,
	.cd-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.cd-trust__item:nth-child(2) {
		border-right: 0;
	}

	.cd-trust__item:nth-child(-n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.17);
	}
}

@media (max-width: 700px) {
	.cd-hero {
		padding-top: 54px;
	}

	.cd-hero__grid {
		gap: 34px;
	}

	.cd-hero__actions,
	.cd-cta__actions {
		flex-direction: column;
	}

	.cd-button {
		width: 100%;
	}

	.cd-hero__tags,
	.cd-services__grid,
	.cd-process,
	.cd-trust__grid,
	.cd-checks {
		grid-template-columns: 1fr;
	}

	.cd-hero__visual {
		min-height: 300px;
	}

	.cd-trust__item,
	.cd-trust__item:nth-child(2) {
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.17);
	}

	.cd-trust__item:last-child {
		border-bottom: 0;
	}

	.cd-trust__item {
		min-height: 0;
		padding: 30px 22px;
	}

	.cd-trust__icon {
		width: 96px;
		height: 96px;
		flex-basis: 96px;
		margin: 0 auto 18px;
	}

	.cd-trust__icon svg {
		width: 52px;
		height: 52px;
	}

	.cd-cta__inner {
		align-items: stretch;
		flex-direction: column;
	}
}

/* Integrated solutions: partner repair network, extrajudicial expertise, litigation support. */
.cd-solutions {
	position: relative;
	background:
		radial-gradient(circle at 15% 10%, rgba(23, 105, 170, 0.10), transparent 30%),
		linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.cd-solutions__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.cd-solution-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 34px 32px 30px;
	border: 1px solid #dce5ef;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(6, 43, 82, 0.08);
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.cd-solution-card::after {
	content: '';
	position: absolute;
	right: -70px;
	bottom: -85px;
	width: 190px;
	height: 190px;
	border: 24px solid rgba(11, 62, 115, 0.05);
	border-radius: 50%;
}

.cd-solution-card:hover {
	transform: translateY(-7px);
	border-color: #b8cce0;
	box-shadow: 0 24px 55px rgba(6, 43, 82, 0.14);
}

.cd-solution-card--featured {
	border-color: transparent;
	background: linear-gradient(150deg, var(--cd-navy-900), #0b477f);
	color: #ffffff;
	box-shadow: 0 24px 55px rgba(6, 43, 82, 0.22);
}

.cd-solution-card__icon {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	border-radius: 18px;
	background: #eef4fa;
	color: var(--cd-navy-900);
}

.cd-solution-card--featured .cd-solution-card__icon {
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

.cd-solution-card__icon svg {
	width: 39px;
	height: 39px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cd-solution-card__kicker {
	margin: 24px 0 7px;
	color: var(--cd-red-600);
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.cd-solution-card--featured .cd-solution-card__kicker {
	color: #ff9aa2;
}

.cd-solution-card h3 {
	margin: 0;
	color: var(--cd-navy-900);
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	line-height: 1.15;
}

.cd-solution-card--featured h3 {
	color: #ffffff;
}

.cd-solution-card > p:not(.cd-solution-card__kicker) {
	margin: 17px 0 0;
	color: var(--cd-muted);
	line-height: 1.72;
}

.cd-solution-card--featured > p:not(.cd-solution-card__kicker) {
	color: #dbe7f2;
}

.cd-solution-card ul {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.cd-solution-card li {
	position: relative;
	padding-left: 28px;
	color: var(--cd-navy-900);
	font-weight: 700;
	line-height: 1.45;
}

.cd-solution-card--featured li {
	color: #ffffff;
}

.cd-solution-card li::before {
	content: '✓';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--cd-red-600);
	font-weight: 900;
}

.cd-solution-card--featured li::before {
	color: #ff7b84;
}

.cd-solutions__notice {
	max-width: 1040px;
	margin: 24px auto 0;
	color: var(--cd-muted);
	font-size: 0.86rem;
	line-height: 1.65;
	text-align: center;
}

@media (max-width: 980px) {
	.cd-solutions__grid {
		grid-template-columns: 1fr;
	}

	.cd-solution-card {
		min-height: auto;
	}
}

/* Final homepage CTA - v0.6.3 */
.cd-cta h2,
.cd-cta #cd-cta-title {
	color: #ffffff !important;
}

.cd-cta p {
	color: rgba(255, 255, 255, .88) !important;
}

.cd-service h3 a,.cd-solution-card h3 a{color:inherit;text-decoration:none}.cd-card-link{display:inline-flex;margin-top:auto;padding-top:14px;color:#0b3e73;font-weight:700;text-decoration:none}.cd-card-link:hover{color:#e30613}.cd-service,.cd-solution-card{display:flex;flex-direction:column}


@media (max-width: 640px) {
	.cd-service-card { min-height: 0; padding: 24px; }
	.cd-service-card__icon { width: 82px; height: 82px; }
	.cd-service-card__icon svg { width: 44px; height: 44px; }
	.cd-service-card__number { font-size: 2.6rem; }
}
