.alphaHomeHero {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: max(680px, 100svh);
	box-sizing: border-box;
	padding: clamp(235px, 27vh, 285px) 24px clamp(62px, 9vh, 92px);
	overflow: hidden;
	background-image: url('/images/homepage/office-front.webp');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left;
}

.alphaHomeHero:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(8, 23, 40, 0.88) 0%, rgba(8, 23, 40, 0.72) 42%, rgba(8, 23, 40, 0.24) 76%, rgba(8, 23, 40, 0.14) 100%),
		linear-gradient(180deg, rgba(8, 23, 40, 0.24), rgba(8, 23, 40, 0.22));
}

.alphaHomeHeroContent {
	position: relative;
	z-index: 1;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.alphaHomeHeroEyebrow {
	margin-bottom: 15px;
	color: #b9d8ec;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.alphaHomeHero h1 {
	max-width: 830px;
	margin: 0;
	color: #ffffff;
	font-family: "Libre Baskerville", serif;
	font-size: clamp(48px, 6.4vw, 84px);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 1.04;
	text-shadow: 0 3px 24px rgba(0, 0, 0, 0.24);
}

.alphaHomeHero p {
	max-width: 720px;
	margin: 24px 0 30px;
	color: rgba(255, 255, 255, 0.9);
	font-size: clamp(18px, 1.8vw, 22px);
	line-height: 1.65;
	text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

.alphaHomeHeroButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 28px;
	color: var(--client-main-color) !important;
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none !important;
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.alphaHomeHeroButton:hover,
.alphaHomeHeroButton:focus-visible {
	color: #ffffff !important;
	background: transparent;
	outline: none;
	transform: translateY(-2px);
}

.alphaHomeSections {
	color: #222e3e;
	background: #f4f6f8;
}

.alphaHomeSection {
	padding: clamp(64px, 8vw, 112px) 24px;
}

.alphaHomeContainer {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.alphaHomeEyebrow {
	margin-bottom: 14px;
	color: var(--client-main-color-2);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.alphaHomeHeading {
	max-width: 880px;
	margin: 0 auto;
	color: var(--client-main-color);
	font-family: "Libre Baskerville", serif;
	font-size: clamp(38px, 5.5vw, 45px);
	font-weight: 400;
	line-height: 1.08;
}

.alphaHomeLead {
	max-width: 1020px;
	margin: 0 auto;
	color: #5d6672;
	font-size: clamp(18px, 2vw, 22px);
	line-height: 1.75;
	padding-top:20px;
}

.alphaHomeButtonRow {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
	justify-content: center;
}

.alphaHomeButton {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 24px;
	color: #ffffff !important;
	background: var(--client-main-color);
	border: 2px solid var(--client-main-color);
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none !important;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.alphaHomeButton:hover,
.alphaHomeButton:focus-visible {
	color: var(--client-main-color) !important;
	background: transparent;
	transform: translateY(-2px);
}

.alphaHomeButtonLight {
	color: var(--client-main-color) !important;
	background: #ffffff;
	border-color: #ffffff;
}

.alphaHomeButtonLight:hover,
.alphaHomeButtonLight:focus-visible {
	color: #ffffff !important;
	background: transparent;
}

.alphaCareIntro {
	background: #ffffff;
}

.alphaCareIntro .alphaHomeHeading,
.alphaCareIntro .alphaHomeLead {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alphaCareIntro .alphaHomeEyebrow,
.alphaCareIntro .alphaHomeButtonRow {
	justify-content: center;
	text-align: center;
}

.alphaServiceGrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 48px;
}

.alphaServiceCard {
	position: relative;
	display: block;
	min-height: 150px;
	padding: 28px 28px 26px;
	color: inherit;
	background: #f6f2ef;
	border: 1px solid rgba(var(--secondary-rgb), 0.22);
	border-radius: 22px;
	box-shadow: 0 12px 32px rgba(var(--primary-rgb), 0.06);
	text-decoration: none;
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.alphaServiceCard:hover,
.alphaServiceCard:focus-visible {
	border-color: rgba(var(--primary-rgb), 0.34);
	box-shadow: 0 18px 38px rgba(var(--primary-rgb), 0.13);
	outline: none;
	transform: translateY(-4px);
}

.alphaServiceCard:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	margin-bottom: 18px;
	background: var(--client-main-color-2);
	border-radius: 999px;
}

.alphaServiceCard h3 {
	margin: 0 0 10px;
	color: var(--client-main-color);
	font-family: "Libre Baskerville", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.alphaServiceCard:hover h3,
.alphaServiceCard:focus-visible h3 {
	color: var(--client-main-color-2);
}

.alphaServiceCard p {
	margin: 0;
	color: #5d6672;
	font-size: 16px;
	line-height: 1.6;
}

.alphaWhySection {
	color: #ffffff;
	background: linear-gradient(135deg, rgba(var(--primary-rgb), 1), #101b2a);
}

.alphaWhySection .alphaHomeEyebrow {
	color: var(--client-main-color-soft);
}

.alphaWhySection .alphaHomeHeading,
.alphaWhySection .alphaHomeLead {
	color: #ffffff;
}

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

.alphaWhyCard {
	padding: 28px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 22px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.alphaWhyCard h3 {
	margin: 0 0 12px;
	color: #ffffff;
	font-family: "Libre Baskerville", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}

.alphaWhyCard p {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.65;
}

.alphaSplitSection {
	background: #ffffff;
}

.alphaSplitGrid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
	gap: clamp(36px, 7vw, 90px);
	align-items: center;
}

.alphaTechnologyVisual {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 440px;
	padding: 36px;
	background: linear-gradient(145deg, #eef3f7, #dfe8ef);
	border-radius: 34px;
	overflow: hidden;
}

.alphaTechnologyVisual img {
	display: block;
	width: 100%;
	max-width: 480px;
	height: auto;
	border-radius: 24px;
	box-shadow: 0 20px 45px rgba(var(--primary-rgb), 0.18);
}

.alphaTechPoints {
	display: grid;
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

.alphaTechPoints li {
	position: relative;
	padding-left: 28px;
	color: #4e5966;
	font-size: 17px;
	line-height: 1.6;
}

.alphaTechPoints li:before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 10px;
	height: 10px;
	background: var(--client-main-color-2);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(var(--secondary-rgb), 0.22);
}

.alphaDoctorsSection {
	background: #f6f2ef;
}

.alphaDoctorsCard {
	display: grid;
	grid-template-columns: 290px minmax(0, 1fr);
	gap: clamp(30px, 6vw, 72px);
	align-items: center;
	padding: clamp(28px, 5vw, 58px);
	background: #ffffff;
	border-radius: 30px;
	box-shadow: 0 18px 48px rgba(var(--primary-rgb), 0.1);
}

.alphaDoctorsCard img {
	display: block;
	width: 100%;
	border-radius: 24px;
	box-shadow: 0 14px 34px rgba(var(--primary-rgb), 0.14);
}

.alphaReviewsSection {
	background: #e9eef3;
}

.alphaReviewsHeader {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
}

.alphaReviewGrid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 48px;
}

.alphaReviewCard {
	display: flex;
	flex-direction: column;
	min-height: 275px;
	margin: 0;
	padding: 30px;
	background: #ffffff;
	border-radius: 24px;
	box-shadow: 0 12px 32px rgba(var(--primary-rgb), 0.08);
}

.alphaReviewStars {
	margin-bottom: 18px;
	color: #b48732;
	font-size: 21px;
	letter-spacing: 0.12em;
}

.alphaReviewCard p {
	flex: 1;
	margin: 0;
	color: #414c58;
	font-family: "Libre Baskerville", serif;
	font-size: 18px;
	line-height: 1.7;
}

.alphaReviewCard footer {
	margin-top: 24px;
	color: var(--client-main-color-2);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.alphaFinalCta {
	padding: clamp(56px, 8vw, 96px) 24px;
	color: #ffffff;
	text-align: center;
	background: var(--client-main-color-2);
}

.alphaFinalCta .alphaHomeHeading,
.alphaFinalCta .alphaHomeLead {
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
}

.alphaFinalCta .alphaHomeButtonRow {
	justify-content: center;
}

@media only screen and (max-width: 1000px) {
	.alphaWhyGrid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.alphaSplitGrid {
		grid-template-columns: 1fr;
	}

	.alphaTechnologyVisual {
		min-height: 0;
	}
}

@media only screen and (max-width: 760px) {
	.alphaHomeHero {
		align-items: flex-end;
		min-height: max(250px, 40svh);
        padding: 50px 20px 54px;
		background-position: 56% center;
	}

	.alphaHomeHero:before {
		background:
			linear-gradient(90deg, rgba(8, 23, 40, 0.78), rgba(8, 23, 40, 0.4)),
			linear-gradient(0deg, rgba(8, 23, 40, 0.9) 0%, rgba(8, 23, 40, 0.45) 70%, rgba(8, 23, 40, 0.28) 100%);
	}

	.alphaHomeHero h1 {
		font-size: clamp(40px, 12vw, 58px);
	}

	.alphaHomeHero p {
		margin: 20px 0 26px;
		font-size: 17px;
		line-height: 1.55;
	}

	.alphaHomeSection {
		padding-left: 18px;
		padding-right: 18px;
	}

	.alphaServiceGrid,
	.alphaWhyGrid,
	.alphaReviewGrid,
	.alphaDoctorsCard {
		grid-template-columns: 1fr;
	}

	.alphaDoctorsCard img {
		max-width: 280px;
		margin: 0 auto;
	}

	.alphaReviewsHeader {
		display: block;
	}

	.alphaReviewsHeader .alphaHomeButtonRow {
		margin-top: 26px;
	}

	.alphaTechnologyVisual {
		padding: 20px;
		border-radius: 24px;
	}
}

@media only screen and (max-width: 430px) {
	.alphaHomeHeroButton {
		width: 100%;
		box-sizing:border-box;
	}

	.alphaHomeButtonRow,
	.alphaHomeButton {
		width: 100%;
	}

	.alphaServiceCard,
	.alphaWhyCard,
	.alphaReviewCard {
		padding: 24px;
	}
}
