.hero-section {
	position: relative;
	background: #f3efe8;
	overflow: hidden;
}

.hero-media {
	width: 100%;
	height: auto;
	display: block;
}

.hero-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
}

.hero-copy {
	max-width: 760px;
	padding: 28px 0;
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-primary);
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: 0;
	color: #111;
	margin-bottom: 14px;
}

.hero-flag {
	width: 36px;
	height: 25px;
	object-fit: cover;
	border-radius: 4px;
	flex: 0 0 36px;
	opacity: 1;
}

.hero-copy h1 {
	font-family: var(--font-secondary);
	font-size: 52px;
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	letter-spacing: 0;
	color: #111;
	margin-bottom: 10px;
}

.hero-copy h1 .hero-highlight {
	font-family: var(--font-secondary);
	font-size: 52px;
	font-weight: 700;
	font-style: normal;
	line-height: 100%;
	letter-spacing: 0;
	color: var(--primary);
}

.hero-copy h1 .hero-h1-line {
	display: block;
}

html[lang="en"] .hero-copy h1 .hero-h1-line {
	white-space: nowrap;
}

.hero-services {
	font-family: var(--font-primary);
	font-weight: 500;
	font-style: normal;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	color: #222;
	margin-bottom: 22px;
}

.hero-form {
	width: 688px;
	max-width: 100%;
	height: 200px;
	padding: 24px;
	background: var(--white);
	border-radius: 10px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	opacity: 1;
}

.hero-form-fields,
.hero-form-actions {
	display: flex;
	gap: 40px;
}

.hero-form label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	font-family: var(--font-secondary);
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
	vertical-align: middle;
	color: #111;
}

.hero-form input {
	width: 300px;
	max-width: 100%;
	height: 50px;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	padding: 0 14px;
	font-family: var(--font-primary);
	font-size: 14px;
	color: #111;
	background: var(--white);
	opacity: 1;
}

.hero-form input::placeholder {
	color: #9a9a9a;
}

.hero-form .btn {
	width: 300px;
	height: 50px;
	padding: 12px 32px;
	border-radius: 10px;
	gap: 10px;
	font-family: var(--font-secondary);
	font-size: 15px;
	opacity: 1;
}

.btn-outline {
	background: var(--white);
	color: var(--primary);
	border: 1.5px solid var(--primary);
}

.btn-outline:hover {
	background: var(--primary-light);
}

.hero-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	margin-top: 18px;
	font-family: var(--font-primary);
}

.hero-stars {
	font-family: var(--font-primary);
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0;
	color: #f5a623;
}

.hero-rating strong {
	font-family: var(--font-primary);
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0;
	color: #111;
}

.hero-rating span {
	width: 100%;
	font-family: var(--font-primary);
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0;
	color: #333;
}

@media (max-width: 1200px) {
	.hero-copy {
		max-width: 560px;
		padding: 20px 0;
	}

	.hero-copy h1,
	.hero-copy h1 .hero-highlight {
		font-size: 40px;
	}

	html[lang="en"] .hero-copy h1 .hero-h1-line {
		white-space: normal;
	}

	.hero-form {
		width: 100%;
		height: auto;
		gap: 16px;
	}

	.hero-form-fields,
	.hero-form-actions {
		gap: 16px;
	}

	.hero-form input,
	.hero-form .btn {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.hero-section {
	display: flex;
		flex-direction: column;
		background: #fff;
	}

	.hero-media {
		display: none;
	}

	.hero-overlay {
		position: static;
		background: #fff;
	}

	.hero-copy {
		max-width: 100%;
		padding: 20px 0 32px;
	}

	.hero-badge {
	font-size: 15px;
		line-height: 120%;
		margin-bottom: 12px;
		gap: 8px;
	}

	.hero-flag {
		width: 28px;
		height: 20px;
		flex-basis: 28px;
		border-radius: 3px;
	}

	.hero-copy h1,
	.hero-copy h1 .hero-highlight {
		font-size: 32px;
		line-height: 110%;
		margin-bottom: 10px;
	}

	.hero-services {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 18px;
	}

	.hero-form {
		width: 100%;
		height: auto;
		padding: 16px;
		border-radius: 10px;
	gap: 14px;
}

	.hero-form-fields,
	.hero-form-actions {
		flex-direction: column;
		gap: 12px;
	}

	.hero-form label {
		width: 100%;
		gap: 8px;
	}

	.hero-form input,
	.hero-form .btn {
		width: 100%;
		height: 50px;
	}

	.hero-rating {
		margin-top: 16px;
		gap: 4px 10px;
	}

	.hero-stars,
	.hero-rating strong,
	.hero-rating span {
		font-size: 16px;
		line-height: 24px;
	}
}

@media (max-width: 480px) {
	.hero-copy {
		padding: 16px 0 28px;
	}

	.hero-badge {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.hero-copy h1,
	.hero-copy h1 .hero-highlight {
		font-size: 28px;
		line-height: 112%;
	}

	.hero-services {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 16px;
	}

	.hero-form {
		padding: 14px;
	}

	.hero-form .btn {
		padding: 12px 16px;
		font-size: 14px;
	}

	.hero-stars,
	.hero-rating strong,
	.hero-rating span {
		font-size: 15px;
		line-height: 22px;
	}
}

.services-section {
	background: var(--white);
	padding: 88px 0 96px;
}

.services-head {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 48px;
	align-items: start;
	margin-bottom: 48px;
}

.services-head h2 {
	font-family: var(--font-secondary);
	font-size: 44px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 0;
	color: #111;
	max-width: 520px;
}

.services-intro h3 {
	font-family: var(--font-secondary);
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	color: #111;
	margin-bottom: 10px;
}

.services-intro p {
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #666;
	max-width: 420px;
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16px;
}

.service-card {
	background: var(--white);
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	overflow: hidden;
}

.service-card img {
	width: 100%;
	height: 148px;
	object-fit: cover;
}

.service-card-body {
	padding: 14px 14px 16px;
}

.service-card h3 {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-weight: 700;
	line-height: 130%;
	color: #111;
	margin-bottom: 6px;
}

.service-card-body p {
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	color: #777;
	margin-bottom: 14px;
}

.service-card-body a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 600;
	color: var(--primary);
}

.service-card-body a span {
	font-size: 16px;
	line-height: 1;
}

@media (max-width: 1100px) {
	.services-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.services-section {
		padding: 56px 0 64px;
	}

	.services-head {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 28px;
	}

	.services-head h2 {
		font-size: 32px;
		max-width: 100%;
	}

	.services-intro p {
		max-width: 100%;
	}

	.services-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
}

@media (max-width: 480px) {
	.services-head h2 {
		font-size: 28px;
	}

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

	.service-card img {
		height: 180px;
	}
}

.how-section {
	background: #e8f8f1;
	padding: 88px 0 96px;
}

.how-title {
	font-family: var(--font-secondary);
	font-size: 44px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 0;
	color: #111;
	text-align: center;
	margin-bottom: 56px;
}

.how-steps {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
	position: relative;
}

.how-step {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 0 8px;
}

.how-curve {
	position: absolute;
	top: 18px;
	left: calc(50% + 42px);
	width: calc(100% - 60px);
	height: 22.514px;
	overflow: visible;
	pointer-events: none;
	z-index: 0;
	opacity: 1;
}

.how-curve path {
	stroke: rgba(9, 179, 111, 0.55);
	stroke-width: 3;
	stroke-dasharray: 10 10;
	stroke-linecap: round;
	fill: none;
}

.how-step:last-child .how-curve {
	display: none;
}

.how-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 18px;
	border-radius: 50%;
	background: rgba(9, 179, 111, 0.14);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.how-icon span {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: var(--primary);
	color: var(--white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

.how-step h3 {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	color: #111;
	margin-bottom: 8px;
}

.how-step p {
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #555;
	max-width: 180px;
	margin: 0 auto;
}

@media (max-width: 1100px) {
	.how-steps {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 36px;
	}

	.how-curve {
		display: none;
	}
}

@media (max-width: 900px) {
	.how-section {
		padding: 56px 0 64px;
	}

	.how-title {
		font-size: 32px;
		margin-bottom: 36px;
	}
}

@media (max-width: 640px) {
	.how-steps {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.how-step p {
		max-width: 260px;
	}

	.how-title {
		font-size: 28px;
	}
}

.pricing-section {
	background: var(--white);
	padding: 88px 0 110px;
}

.pricing-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 64px;
	align-items: center;
}

.pricing-eyebrow {
	display: inline-block;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 500;
	line-height: 150%;
	color: var(--primary);
	margin-bottom: 10px;
}

.pricing-copy h2 {
	font-family: var(--font-secondary);
	font-size: 44px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 0;
	color: #111;
	margin-bottom: 18px;
}

.pricing-copy p {
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #555;
	margin-bottom: 28px;
	max-width: 540px;
}

.pricing-copy .btn {
	padding: 12px 28px;
	border-radius: 10px;
	font-family: var(--font-secondary);
	font-size: 15px;
}

.pricing-visual {
	position: relative;
	min-height: 420px;
	padding: 10px 10px 70px 0;
}

.pricing-big {
	width: 86%;
	max-width: 480px;
	margin-left: auto;
	display: block;
	border-radius: 36px;
	border-width: 10px 10px 0 0;
	border-style: solid;
	border-color: #09b36f4d;
	object-fit: cover;
	aspect-ratio: 4 / 5;
}

.pricing-small {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46%;
	max-width: 240px;
	border-radius: 28px;
	border-width: 8px 8px 0 0;
	border-style: solid;
	border-color: #09b36f;
	object-fit: cover;
	object-position: top center;
	aspect-ratio: 3 / 4;
	background: var(--white);
}

@media (max-width: 900px) {
	.pricing-section {
		padding: 56px 0 72px;
	}

	.pricing-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.pricing-copy h2 {
		font-size: 32px;
	}

	.pricing-visual {
		min-height: 0;
		padding: 10px 10px 48px 0;
		max-width: 480px;
	}

	.pricing-big {
		width: 88%;
	}
}

@media (max-width: 480px) {
	.pricing-copy h2 {
		font-size: 28px;
	}

	.pricing-visual {
		padding-bottom: 36px;
	}

	.pricing-small {
		width: 48%;
	}
}

.partners-section {
	background: var(--white);
	padding: 40px 0 110px;
}

.partners-head {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 48px;
	align-items: start;
	padding-bottom: 28px;
	margin-bottom: 48px;
	border-bottom: 1px solid #e0e0e0;
}

.partners-head h2 {
	font-family: var(--font-secondary);
	font-size: 44px;
	font-weight: 700;
	line-height: 110%;
	letter-spacing: 0;
	color: #111;
	max-width: 520px;
}

.partners-intro h3 {
	font-family: var(--font-secondary);
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	color: #111;
	margin-bottom: 10px;
}

.partners-intro p {
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #777;
	max-width: 420px;
}

.partners-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
	padding-top: 12px;
}

.partner-card {
	width: 100%;
	background: var(--white);
	border: 0;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: none;
	display: flex;
	flex-direction: column;
}

.partner-card-featured {
	border: 1px solid #ececec;
	box-shadow: 0 18px 40px rgba(15, 36, 48, 0.14);
	z-index: 1;
}

.partner-photo {
	height: 340px;
	background: radial-gradient(
		69.69% 58.17% at 47.97% 44.17%,
		rgba(54, 184, 100, 0) 0%,
		rgba(54, 184, 100, 0.3) 100%
	);
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.partner-photo img {
	width: auto;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: bottom center;
}

.partner-body {
	padding: 18px 20px 20px;
	background: var(--white);
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}

.partner-body h3 {
	font-family: var(--font-secondary);
	font-size: 22px;
	font-weight: 700;
	line-height: 120%;
	color: #111;
	margin-bottom: 6px;
}

.partner-stars {
	color: #f5a623;
	letter-spacing: 2px;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 10px;
}

.partner-body p {
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #777;
	margin-bottom: 16px;
}

.partner-social {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: auto;
}

.partner-social a {
	color: #111;
	font-size: 14px;
	line-height: 1;
}

.partner-social a:hover {
	color: var(--primary);
}

@media (max-width: 900px) {
	.partners-section {
		padding: 24px 0 64px;
	}

	.partners-head {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 32px;
		padding-bottom: 20px;
	}

	.partners-head h2 {
		font-size: 32px;
		max-width: 100%;
	}

	.partners-grid {
		grid-template-columns: 1fr;
		gap: 24px;
		max-width: 420px;
		margin: 0 auto;
	}

	.partner-photo {
		height: 280px;
	}
}

@media (max-width: 480px) {
	.partners-head h2 {
		font-size: 28px;
	}
}

.stats-section {
	background: var(--white);
	padding: 40px 0 80px;
}

.stats-banner {
	position: relative;
	width: 100%;
	max-width: 1170px;
	height: 142px;
	margin: 0 auto;
	padding: 0 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-radius: 20px;
	overflow: hidden;
	background: rgba(9, 179, 111, 0.15);
	border: 0;
}

.stats-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../../images/background.webp") center / cover no-repeat;
	opacity: 0.1;
	pointer-events: none;
	z-index: 0;
}

.stat-item {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 14px;
	flex: 1 1 0;
	min-width: 0;
}

.stat-icon {
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--primary);
	font-size: 26px;
	line-height: 1;
}

.stat-text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.stat-text strong {
	font-family: var(--font-secondary);
	font-size: 28px;
	font-weight: 700;
	line-height: 110%;
	color: #111;
}

.stat-text span {
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
	color: #777;
}

@media (max-width: 1100px) {
	.stats-banner {
		height: auto;
		min-height: 142px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 28px 32px;
		padding: 32px;
		border-radius: 20px;
	}
}

@media (max-width: 640px) {
	.stats-section {
		padding: 24px 0 56px;
	}

	.stats-banner {
		grid-template-columns: 1fr;
		padding: 28px 22px;
		gap: 22px;
	}

	.stat-text strong {
		font-size: 26px;
	}
}

.apart-section {
	position: relative;
	padding: 88px 0 100px;
	overflow: hidden;
	background: var(--white);
}

.apart-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	gap: 56px;
	align-items: center;
}

.apart-visual {
	text-align: center;
}

.apart-media {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 460px;
	margin-bottom: 18px;
}

.apart-male {
	width: 100%;
	height: auto;
	display: block;
}

.apart-female {
	position: absolute;
	right: 4%;
	bottom: 6%;
	width: 34%;
	max-width: 150px;
	border-radius: 50%;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.apart-caption {
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #666;
	max-width: 420px;
	margin: 0 auto;
}

.apart-copy h2 {
	font-family: var(--font-secondary);
	font-size: 42px;
	font-weight: 700;
	line-height: 110%;
	color: #111;
	margin-bottom: 14px;
}

.apart-intro {
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #555;
	margin-bottom: 22px;
}

.apart-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 28px;
}

.apart-list li {
	position: relative;
	padding-left: 22px;
	font-family: var(--font-primary);
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	color: #555;
}

.apart-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--primary);
}

.apart-list li strong {
	color: var(--primary);
	font-weight: 700;
}

.apart-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.apart-actions .btn {
	min-width: 140px;
	height: 48px;
	padding: 12px 28px;
	border-radius: 10px;
	font-family: var(--font-secondary);
	font-size: 15px;
}

.btn-outline-dark {
	background: var(--white);
	color: #111;
	border: 1px solid #d0d0d0;
}

.btn-outline-dark:hover {
	border-color: var(--primary);
	color: var(--primary);
}

@media (max-width: 900px) {
	.apart-section {
		padding: 56px 0 64px;
	}

	.apart-grid {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.apart-copy h2 {
		font-size: 32px;
	}

	.apart-media {
		max-width: 360px;
	}
}

@media (max-width: 480px) {
	.apart-copy h2 {
		font-size: 28px;
	}

	.apart-actions .btn {
		width: 100%;
	}
}

.partner-cta-section {
	background: var(--white);
	padding: 48px 0 40px;
	overflow: visible;
}

.partner-cta-banner {
	position: relative;
	width: 100%;
	max-width: 1170px;
	height: 300px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 0.9fr 1.15fr 0.95fr;
	align-items: center;
	gap: 24px;
	padding: 0 40px 0 12px;
	border-radius: 24px;
	background: #09b36f26;
	overflow: visible;
}

.partner-cta-media {
	position: relative;
	align-self: stretch;
	height: 100%;
	overflow: visible;
}

.partner-cta-media img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	height: 360px;
	max-width: none;
	display: block;
	object-fit: contain;
	object-position: left bottom;
}

.partner-cta-copy {
	padding: 0;
	align-self: center;
}

.partner-cta-copy h2 {
	font-family: var(--font-secondary);
	font-size: 32px;
	font-weight: 700;
	line-height: 110%;
	color: #111;
	margin-bottom: 10px;
}

.partner-cta-copy p {
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	color: #555;
	margin-bottom: 18px;
	max-width: 340px;
}

.partner-cta-copy .btn {
	height: 44px;
	padding: 10px 24px;
	border-radius: 8px;
	font-family: var(--font-secondary);
	font-size: 14px;
}

.partner-cta-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 14px;
	padding: 0;
	align-self: center;
}

.partner-cta-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 500;
	line-height: 130%;
	color: #222;
}

.partner-cta-icon {
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	border-radius: 50%;
	background: rgba(9, 179, 111, 0.16);
	color: var(--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
}

@media (max-width: 1100px) {
	.partner-cta-section {
		padding: 36px 0 40px;
	}

	.partner-cta-banner {
		height: auto;
		min-height: 0;
		grid-template-columns: 1fr 1fr;
		padding: 28px 28px 0;
		gap: 20px;
	}

	.partner-cta-list {
		grid-column: 1 / -1;
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0 0 28px;
		gap: 14px 24px;
	}

	.partner-cta-media {
		position: relative;
		height: 220px;
		align-self: end;
	}

	.partner-cta-media img {
		position: absolute;
		left: 50%;
		bottom: 0;
		transform: translateX(-50%);
		height: 280px;
	}
}

@media (max-width: 700px) {
	.partner-cta-section {
		padding: 28px 0 36px;
	}

	.partner-cta-banner {
		grid-template-columns: 1fr;
		padding: 28px 22px 0;
		border-radius: 22px;
	}

	.partner-cta-copy {
		padding: 8px 0 0;
		order: 1;
	}

	.partner-cta-list {
		order: 2;
		flex-direction: column;
		padding-bottom: 8px;
	}

	.partner-cta-media {
		order: 3;
		height: 200px;
	}

	.partner-cta-media img {
		height: 240px;
	}

	.partner-cta-copy h2 {
		font-size: 28px;
	}

	.partner-cta-copy p {
		max-width: 100%;
	}
}

.zurich-section {
	background: var(--white);
}

.zurich-grid {
	width: 100%;
	max-width: 1406px;
	min-height: 687px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 110px;
	align-items: start;
	padding: 75px 135px;
	box-sizing: border-box;
}

.zurich-col h2 {
	font-family: var(--font-secondary);
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0;
	color: #111;
	margin-bottom: 18px;
}

.zurich-col p {
	font-family: var(--font-primary);
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	color: #555;
	margin-bottom: 14px;
}

.zurich-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	min-height: 48px;
	padding: 12px 28px;
	border-radius: 10px;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-weight: 700;
}

.zurich-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 10px;
}

.zurich-list li {
	position: relative;
	padding-left: 22px;
	font-family: var(--font-primary);
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	color: #555;
}

.zurich-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--primary);
}

.zurich-list li strong {
	color: var(--primary);
	font-weight: 700;
}

@media (max-width: 1200px) {
	.zurich-grid {
		padding: 56px 40px;
		gap: 56px;
		min-height: 0;
	}
}

@media (max-width: 900px) {
	.zurich-grid {
		grid-template-columns: 1fr;
		gap: 40px;
		padding: 48px 20px 64px;
	}

	.zurich-col h2 {
		font-size: 28px;
	}
}

@media (max-width: 480px) {
	.zurich-col h2 {
		font-size: 24px;
	}

	.zurich-cta {
	width: 100%;
	}
}

.categories-section {
	position: relative;
	background: var(--white);
	overflow: hidden;
}

.categories-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 384px;
	background: linear-gradient(180deg, #09b36f 0%, rgba(9, 179, 111, 0) 100%);
	opacity: 0.2;
	pointer-events: none;
	z-index: 0;
}

.categories-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1406px;
	margin: 0 auto;
	padding: 56px 135px 24px;
	box-sizing: border-box;
}

.categories-head {
	text-align: center;
	max-width: 760px;
	margin: 0 auto;
}

.categories-head h2 {
	font-family: var(--font-secondary);
	font-size: 44px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 0;
	color: #111;
	margin-bottom: 18px;
}

.categories-head h2 span {
	display: block;
	font-size: 36px;
}

.categories-head p {
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
	color: #555;
	margin: 0 auto;
	max-width: 680px;
}

.category-block {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1440px;
	min-height: 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	padding: 32px 135px;
	box-sizing: border-box;
}

.categories-section .category-block + .category-block {
	padding-top: 20px;
}

.category-copy {
	flex: 1 1 0;
	max-width: 520px;
}

.category-label {
	display: block;
	font-family: var(--font-primary);
	font-size: 16px;
	font-weight: 600;
	line-height: 140%;
	color: var(--primary);
	margin-bottom: 8px;
}

.category-copy h3 {
	font-family: var(--font-secondary);
	font-size: 42px;
	font-weight: 700;
	line-height: 110%;
	color: #111;
	margin-bottom: 16px;
}

.category-copy p {
	font-family: var(--font-primary);
	font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	color: #555;
	margin-bottom: 12px;
}

.category-cta {
	margin-top: 14px;
	min-height: 48px;
	padding: 12px 28px;
	border-radius: 10px;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-weight: 700;
}

.category-media {
	position: relative;
	flex: 0 0 auto;
	width: 480px;
	max-width: 46%;
	aspect-ratio: 480 / 430;
}

.category-media-main {
	position: absolute;
	top: 0;
	right: 0px;
	width: 65%;
	height: 78%;
	object-fit: cover;
	object-position: 6% 0%;
	border-radius: 20px;
	display: block;
}

.category-media-accent {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46%;
	height: 58%;
	object-fit: cover;
	object-position: center top; /* change this to shift the female image crop */
	border-radius: 20px;
	display: block;
	z-index: 1;
}

.category-block-media-left .category-media-main {
	left: 0;
	right: auto;
}

.category-block-media-left .category-media-accent {
	left: auto;
	right: 0;
}

@media (max-width: 1200px) {
	.categories-inner {
		padding: 40px 40px 16px;
	}

	.categories-head h2 {
		font-size: 36px;
	}

	.categories-head h2 span {
		font-size: 28px;
	}

	.category-block {
		padding: 32px 40px;
		min-height: 0;
		gap: 32px;
	}

	.category-media {
		width: 400px;
	}
}

@media (max-width: 900px) {
	.category-block {
		flex-direction: column;
		align-items: stretch;
		padding: 28px 20px 36px;
		gap: 24px;
	}

	.category-copy {
		max-width: 100%;
	}

	.category-copy h3 {
		font-size: 32px;
	}

	.category-media {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
		aspect-ratio: 420 / 380;
	}
}

@media (max-width: 700px) {
	.categories-inner {
		padding: 36px 20px 16px;
	}

	.categories-head h2 {
		font-size: 28px;
	}

	.categories-head h2 span {
		font-size: 24px;
	}

	.categories-head p {
		font-size: 15px;
	}

	.category-copy h3 {
		font-size: 28px;
	}

	.category-cta {
		width: 100%;
	}
}

.blog-section {
	background: #E2F6EE;
}

.blog-inner {
	width: 100%;
	max-width: 1440px;
	min-height: 905px;
	margin: 0 auto;
	padding: 75px 135px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.blog-head {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 48px;
	align-items: start;
	padding-bottom: 28px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.blog-head h2 {
	font-family: var(--font-secondary);
	font-size: 42px;
	font-weight: 700;
	line-height: 120%;
	color: #111;
	max-width: 520px;
	margin: 0;
}

.blog-intro h3 {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	color: #111;
	margin: 0 0 10px;
}

.blog-intro p {
	font-family: var(--font-primary);
		font-size: 15px;
	font-weight: 400;
	line-height: 160%;
	color: #666;
	margin: 0;
	max-width: 420px;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	align-items: stretch;
}

.blog-card {
	background: var(--white);
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 32px rgba(15, 36, 48, 0.08);
	display: flex;
	flex-direction: column;
}

.blog-card-featured {
	box-shadow: 0 18px 40px rgba(15, 36, 48, 0.14);
}

.blog-card-image {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.blog-card-body {
	padding: 22px 22px 26px;
	display: flex;
	flex-direction: column;
	flex: 1;
	text-align: center;
}

.blog-card-meta {
	font-family: var(--font-primary);
	font-size: 12px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #999;
	margin: 0 0 12px;
}

.blog-card-body h4 {
	font-family: var(--font-secondary);
	font-size: 18px;
	font-weight: 700;
	line-height: 130%;
	color: #111;
	margin: 0 0 12px;
}

.blog-card-body > p:not(.blog-card-meta) {
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	color: #666;
	margin: 0 0 20px;
	flex: 1;
}

.blog-read-link {
	font-family: var(--font-secondary);
	font-size: 14px;
	font-weight: 700;
	color: #111;
	text-decoration: underline;
	text-underline-offset: 3px;
	align-self: center;
}

.blog-read-link:hover {
	color: var(--primary);
}

.blog-read-btn {
	align-self: center;
	min-height: 44px;
	padding: 10px 28px;
	border-radius: 10px;
	font-family: var(--font-secondary);
    font-size: 14px;
	font-weight: 700;
}

@media (max-width: 1200px) {
	.blog-inner {
		padding: 56px 40px;
		min-height: 0;
	}

	.blog-head h2 {
		font-size: 34px;
	}

	.blog-grid {
		gap: 24px;
	}
}

@media (max-width: 900px) {
	.blog-head {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.blog-grid {
		grid-template-columns: 1fr;
		max-width: 420px;
		margin: 0 auto;
		width: 100%;
	}
}

@media (max-width: 700px) {
	.blog-inner {
		padding: 48px 20px;
	}

	.blog-head h2 {
		font-size: 28px;
	}
}
