/* ---------- hero : edge to edge, larger than life ---------- */
.hero {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	overflow: hidden;
	background: #0a0a0c;
	isolation: isolate;
}



.ahero-grid {
	padding: 150px 40px 80px;
}



/* full bleed photo on the right */
.hero-media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transform: scale(1.18);
	opacity: 0;
	animation: heroZoom 2.4s .2s cubic-bezier(.22, 1, .36, 1) forwards;
}

@keyframes heroZoom {
	0% {
		opacity: 0;
		transform: scale(1.18);
	}

	100% {
		opacity: 1;
		transform: scale(1.04);
	}
}

/* dark scrims so left copy stays legible */

/* .hero-media::after{content:"";position:absolute;inset:0;background:
linear-gradient(90deg,#070708 0%,rgba(8,8,10,.96) 26%,rgba(8,8,10,.72) 44%,rgba(8,8,10,.15) 66%,rgba(8,8,10,.05) 100%),
linear-gradient(180deg,rgba(8,8,10,.55),transparent 30%,rgba(8,8,10,.4))} */


.hero-curtain {
	position: absolute;
	inset: 0;
	background: #0a6c74;
	z-index: 20;
	transform-origin: top;
	animation: curtain 1.1s .1s cubic-bezier(.76, 0, .24, 1) forwards;
}

@keyframes curtain {
	0% {
		transform: scaleY(1);
	}

	100% {
		transform: scaleY(0);
	}
}

.hero-inner {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 200px 40px 80px;
}

.hero-copy {
	max-width: 680px;
}

.hero .eyebrow {
	color: var(--teal-400);
}

.hero h1 {
	font-size: clamp(3rem, 7vw, 6rem);
	color: #fff;
	margin: 24px 0;
	letter-spacing: -.035em;
	line-height: .96;
}

.hero h1 .ln {
	display: block;
	overflow: hidden;
}

.hero h1 .ln span {
	display: block;
	transform: translateY(110%);
	animation: lineUp .9s cubic-bezier(.22, 1, .36, 1) forwards;
}

.hero h1 .ln:nth-child(1) span {
	animation-delay: .7s;
}

.hero h1 .ln:nth-child(2) span {
	animation-delay: .82s;
}

.hero h1 .ln:nth-child(3) span {
	animation-delay: .94s;
}

@keyframes lineUp {
	to {
		transform: translateY(0);
	}
}

.hero h1 .accent {
	position: relative;
	color: var(--teal-400);
	white-space: nowrap;
}

.hero h1 .accent::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.02em;
	height: .14em;
	background: var(--gold);
	border-radius: 6px;
	z-index: -1;
	transform: scaleX(0);
	transform-origin: left;
	animation: underline .9s 1.5s cubic-bezier(.22, 1, .36, 1) forwards;
}

@keyframes underline {
	to {
		transform: scaleX(1);
	}
}

.hero p.lead {
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	color: #000;
	max-width: 540px;
	margin-bottom: 34px;
	opacity: 0;
	animation: fadeUp .9s 1.5s forwards;
}

.hero-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	opacity: 0;
	animation: fadeUp .9s 1.7s forwards;
}

.hero-trust {
	margin-top: 38px;
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: .9rem;
	color: rgba(255, 255, 255, .75);
	opacity: 0;
	animation: fadeUp .9s 1.9s forwards;
}

.hero-trust .badges {
	display: flex;
	gap: 8px;
}

.hero-trust .badges i {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	display: grid;
	place-items: center;
	font-style: normal;
	font-size: 1rem;
}

.hero-trust b {
	color: #fff;
}


.ahero h1 {
	font-size: clamp(2.6rem, 5.2vw, 4.4rem);
	color: #103137;
	margin: 18px 0;
	letter-spacing: -.03em;
	line-height: 1.0;
	width: 60%;
}

.ahero h1 .accent,
.ahero h1 span {
	color: #007c9f;
	position: relative;
	white-space: nowrap;
}

.ahero h1 .accent::after,
.ahero h1 span::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -.02em;
	height: .13em;
	background: var(--gold);
	border-radius: 6px;
	z-index: -1;
	transform: scaleX(0);
	transform-origin: left;
	animation: underline .9s 1s cubic-bezier(.22, 1, .36, 1) forwards;
}

.ahero .lead {
	color: #000;
	max-width: 560px;
	font-size: 1.03rem;
	margin-bottom: 24px;
	font-weight: 600;
}

/* floating glass cards on the photo */
.float-card {
	position: absolute;
	z-index: 8;
	background: rgba(255, 255, 255, .94);
	backdrop-filter: blur(12px);
	border-radius: 18px;
	padding: 15px 20px 15px 16px;
	box-shadow: 0 30px 60px -25px rgba(0, 0, 0, .7);
	display: flex;
	align-items: center;
	gap: 13px;
	opacity: 0;
}

.float-card .dot {
	width: 46px;
	height: 46px;
	border-radius: 13px;
	display: grid;
	place-items: center;
	font-size: 1.3rem;
	flex: none;
}

.float-card b {
	font-family: var(--display);
	font-size: 1.15rem;
	display: block;
	color: var(--teal-900);
	line-height: 1.1;
}

.float-card small {
	font-size: .78rem;
	color: var(--ink-soft);
}

.fc1 {
	top: 16%;
	right: 5%;
	animation: cardIn .8s 2s forwards, bob 6s 2.8s ease-in-out infinite;
}

.fc1 .dot {
	background: var(--cyan-100);
	color: var(--teal-700);
}

.fc2 {
	top: 58%;
	right: 4%;
	animation: cardIn .8s 2.2s forwards, bob 7s 3s ease-in-out infinite;
}

.fc2 .dot {
	background: #ffe9e6;
	color: var(--coral);
}

.fc3 {
	bottom: 9%;
	right: 16%;
	animation: cardIn .8s 2.4s forwards, bob 8s 3.2s ease-in-out infinite;
}

.fc3 .dot {
	background: var(--gold-soft);
	color: #b67d00;
}

@keyframes cardIn {
	0% {
		opacity: 0;
		transform: translateY(24px) scale(.9);
	}

	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes bob {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}
}

.sec-head {
	max-width: 800px;
}

.scroll-cue {
	position: absolute;
	bottom: 26px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 8;
	color: rgba(255, 255, 255, .6);
	font-size: .72rem;
	letter-spacing: .2em;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	opacity: 0;
	animation: fadeUp 1s 2.6s forwards;
}

.scroll-cue .line {
	width: 1px;
	height: 34px;
	background: linear-gradient(rgba(255, 255, 255, .7), transparent);
	animation: cue 1.8s ease-in-out infinite;
}

@keyframes cue {

	0%,
	100% {
		transform: scaleY(.4);
		opacity: .4;
	}

	50% {
		transform: scaleY(1);
		opacity: 1;
	}
}


/* ===== benefits ===== */
.benefits {
	background: var(--paper)
}

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

.bcard {
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 28px 24px;
	transition: .4s;
	position: relative;
	overflow: hidden
}

.bcard::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: var(--ac, var(--teal-500));
	transform: scaleY(0);
	transform-origin: top;
	transition: transform .4s
}

.bcard:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md);
	background: #fff
}

.bcard:hover::after {
	transform: scaleY(1)
}

.bcard .bi {
	width: 52px;
	height: 52px;
	border-radius: 15px;
	display: grid;
	place-items: center;
	font-size: 1.4rem;
	background: var(--sb, var(--cyan-100));
	margin-bottom: 14px
}

.bcard h4 {
	font-size: 1.08rem;
	color: var(--teal-900);
	margin-bottom: 8px
}

.bcard p {
	color: var(--ink-soft);
	font-size: .88rem
}

/* ===== job board ===== */
.jobs {
	background: linear-gradient(180deg, var(--cyan-50), var(--cream))
}

.board {
	max-width: 920px;
	margin: 0 auto
}

.board-tools {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 8px
}

.filterbar {
	display: flex;
	gap: 10px;
	justify-content: center;
	flex-wrap: wrap
}

.fpill {
	font-family: var(--body);
	font-weight: 600;
	font-size: .9rem;
	cursor: pointer;
	border: 1.5px solid var(--line);
	background: #fff;
	color: var(--ink-soft);
	padding: 11px 20px;
	border-radius: 100px;
	transition: all .3s;
	display: inline-flex;
	align-items: center;
	gap: 8px
}

.fpill .c {
	font-size: .72rem;
	background: var(--cyan-100);
	color: var(--teal-700);
	padding: 2px 9px;
	border-radius: 100px;
	font-weight: 700;
	transition: all .3s
}

.fpill:hover {
	border-color: var(--teal-400);
	color: var(--teal-700)
}

.fpill.active {
	background: var(--teal-700);
	color: #fff;
	border-color: var(--teal-700);
	box-shadow: 0 14px 30px -14px rgba(10, 108, 116, .9)
}

.fpill.active .c {
	background: rgba(255, 255, 255, .22);
	color: #fff
}

/* ===== need ===== */
.need {
	background: var(--paper)
}

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

.need h2 {
	font-size: clamp(1.8rem, 3.2vw, 2.5rem);
	color: var(--teal-900);
	margin: 14px 0 16px
}

.need h2 .y,
.need h2 span,
.sec-head span {
	color: var(--coral)
}

.need p {
	color: var(--ink-soft);
	font-size: 1.04rem;
	margin-bottom: 16px
}

.chain {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 8px
}

.chain .c {
	display: flex;
	align-items: center;
	gap: 11px;
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 14px 16px;
	font-weight: 600;
	font-size: .9rem;
	color: var(--teal-900)
}

.chain .c .i {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	background: var(--cyan-100);
	display: grid;
	place-items: center;
	font-size: 1rem;
	flex: none
}

/* ===== services (6 stacked, redesigned) ===== */
.port {
	background: linear-gradient(180deg, var(--cyan-50), var(--cream))
}

.svc {
	max-width: 1080px;
	margin: 0 auto 24px;
	background: #fff;
	border: 1px solid var(--line);
	border-top: 5px solid var(--tc, var(--teal-500));
	border-radius: var(--r-lg);
	padding: 0;
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	scroll-margin-top: 100px;
	transition: box-shadow .35s, transform .35s
}

.svc:hover {
	box-shadow: var(--shadow-md);
	transform: translateY(-3px)
}

.svc:last-child {
	margin-bottom: 0
}

.svc-head {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 28px clamp(22px, 4vw, 40px);
	background: color-mix(in srgb, var(--tc, var(--teal-500)) 10%, #fff);
	border-bottom: 1px solid var(--line);
	margin: 0
}

.svc-num {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: var(--tc, var(--teal-500));
	color: #fff;
	display: grid;
	place-items: center;
	font-family: var(--display);
	font-weight: 800;
	font-size: 1.5rem;
	flex: none;
	box-shadow: 0 12px 26px -12px var(--tc, var(--teal-500))
}

.svc-head .pk {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--display);
	font-weight: 800;
	font-size: .68rem;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--tc, var(--teal-700));
	margin-bottom: 6px
}

.svc-head h3 {
	font-size: clamp(1.35rem, 2.4vw, 1.9rem);
	color: var(--teal-900);
	margin-bottom: 8px;
	letter-spacing: -.02em
}

.svc-head p {
	color: var(--ink-soft);
	font-size: .95rem;
	max-width: 760px
}

.svc>.plabel {
	padding: 20px clamp(22px, 4vw, 40px) 0;
}

.svc>.plabel:first-of-type {
	margin-top: 30px
}

.svc>.pfeat-grid,
.svc>.pideal-grid {
	padding: 0 clamp(22px, 4vw, 40px)
}

.svc>.pideal-grid {
	padding-bottom: 34px
}

.plabel {
	font-family: var(--display);
	font-weight: 800;
	font-size: .74rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--tc, var(--teal-600));
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px
}

.plabel::after {
	content: "";
	flex: 1;
	height: 1px;
	background: var(--line)
}

.pfeat-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px 30px;
	margin-bottom: 30px;
	padding: 30px;
}

.pfeat {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 12px;
	align-items: start;
	padding: 5px 0
}

.pfeat::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: var(--tc, var(--teal-500));
	margin-top: 7px;
	grid-column: 1;
	grid-row: 1 / span 2
}

.pfeat h4 {
	font-size: .95rem;
	color: var(--teal-900);
	margin-bottom: 3px;
	line-height: 1.25;
	grid-column: 2
}

.pfeat p {
	color: var(--ink-soft);
	font-size: .85rem;
	grid-column: 2
}

.pfeat-grid:last-child,
.pideal-grid:last-child {
	margin-bottom: 0;
	padding-bottom: 30px;
}

.pideal-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px
}

.pideal {
	background: color-mix(in srgb, var(--tc, var(--teal-500)) 7%, #fff);
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 18px 18px
}

.pideal h4 {
	font-size: .92rem;
	color: var(--teal-900);
	margin-bottom: 5px;
	display: flex;
	align-items: center;
	gap: 8px
}

.pideal h4::before {
	content: "\2713";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--tc, var(--teal-500));
	color: #fff;
	display: grid;
	place-items: center;
	font-size: .66rem;
	flex: none
}

.pideal p {
	color: var(--ink-soft);
	font-size: .83rem
}

/* ===== legacy stats ===== */
.legacy {
	background: var(--teal-900);
	color: #fff;
	overflow: hidden
}

.legacy::before {
	content: "+";
	position: absolute;
	right: -20px;
	top: -50px;
	font-family: var(--display);
	font-weight: 800;
	font-size: 15rem;
	color: rgba(255, 255, 255, .04);
	line-height: 1
}

.legacy .sec-head h2 {
	color: #fff
}

.legacy .sec-head .eyebrow {
	color: var(--teal-400);
	justify-content: center
}

.legacy .sec-head p {
	color: rgba(255, 255, 255, .8)
}

.stat-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	position: relative
}

.sb {
	text-align: center;
	padding: 26px 18px;
	border-radius: var(--r-md);
	background: rgba(255, 255, 255, .05);
	border: 1px solid rgba(255, 255, 255, .12);
	transition: .4s
}

.sb:hover {
	background: rgba(255, 255, 255, .1);
	transform: translateY(-4px)
}

.sb .n {
	font-family: var(--display);
	font-weight: 800;
	font-size: 3rem;
	color: #3fc2cb;
	line-height: 1
}

.sb .l {
	font-size: 1rem;
	color: #fff;
	font-weight: 700;
	margin-top: 8px
}

.sb .s {
	font-size: .82rem;
	color: rgba(255, 255, 255, .65);
	margin-top: 4px
}

/* ===== why choose ===== */
.why {
	background: var(--paper)
}

.why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px
}

.wcard {
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 30px 26px;
	transition: .4s
}

.wcard:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-md);
	background: #fff
}

.wcard .wi {
	width: 54px;
	height: 54px;
	border-radius: 15px;
	display: grid;
	place-items: center;
	font-size: 1.4rem;
	/* background: var(--sb, var(--cyan-100)); */
	margin-bottom: 14px
}

.wcard h4 {
	font-size: 1.1rem;
	color: var(--teal-900);
	margin-bottom: 9px
}

.wcard p {
	color: var(--ink-soft);
	font-size: .92rem
}

/* ===== outcomes ===== */
.out {
	background: linear-gradient(180deg, var(--cream), var(--cyan-50))
}

.out-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px
}

.ocard {
	display: flex;
	gap: 18px;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 28px 28px;
	transition: .4s
}

.ocard:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-md)
}

.ocard .oi {
	width: 52px;
	height: 52px;
	border-radius: 15px;
	display: grid;
	place-items: center;
	font-size: 1.35rem;
	background: var(--sb, var(--cyan-100));
	flex: none
}

.ocard h4 {
	font-size: 1.1rem;
	color: var(--teal-900);
	margin-bottom: 6px
}

.ocard p {
	color: var(--ink-soft);
	font-size: .92rem
}

/* ===== sol ===== */
.peace-room {
	background: linear-gradient(180deg, #fff, var(--cyan-50));
}

.peace-layout {
	display: grid;
	grid-template-columns: 2fr 1.15fr;
	gap: 50px;
	align-items: center;
}

.peace-content h2 {
	font-size: clamp(2rem, 3vw, 2rem);
	margin: 18px 0;
	color: var(--teal-900);
}

.peace-content h2 .y {
	color: var(--coral);
}

.peace-content>p {
	color: var(--ink-soft);
	margin-bottom: 34px;
	max-width: 520px;
}

.peace-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 18px;
}

.peace-card {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 22px;
	padding: 22px;
	display: flex;
	gap: 16px;
	transition: .35s;
	box-shadow: var(--shadow-sm);
}

.peace-card:hover {
	transform: translateY(-8px);
	box-shadow: var(--shadow-md);
}

.peace-card .icon {
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: var(--cyan-100);
	color: var(--teal-700);
	display: grid;
	place-items: center;
	font-size: 22px;
	flex: none;
}

.peace-card h4 {
	font-size: 1rem;
	color: var(--teal-900);
	margin-bottom: 6px;
	line-height: normal;
	font-family: var(--body);
	font-weight: 500 !important;
	margin-top: 10px;
}

.peace-card p {
	font-size: .9rem;
	color: var(--ink-soft);
	line-height: 1.5;
}

.peace-image {
	position: relative;
	height: 100%;
}

.image-bg {
	position: absolute;
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
	border-radius: 40px;
	background: radial-gradient(circle,
		rgba(22, 163, 173, .25),
		transparent 70%);
	filter: blur(25px);
}

.peace-image img {
	position: relative;
	border-radius: 32px;
	overflow: hidden;
	box-shadow: var(--shadow-lg);
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}

.floating-badge {
	position: absolute;
	left: -35px;
	top: 50%;
	transform: translateY(-50%);
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--teal-500), var(--teal-700));
	display: grid;
	place-items: center;
	color: #fff;
	font-family: var(--display);
	font-size: 28px;
	font-weight: 700;
	box-shadow: 0 20px 45px rgba(10, 108, 116, .45);
	border: 6px solid #fff;
}

.hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 70% center;
	transform: scale(1.18);
	opacity: 0;
	animation: heroZoom 2.4s .2s cubic-bezier(.22, 1, .36, 1) forwards;
}

@media(max-width:980px) {

	.peace-layout {
		grid-template-columns: 1fr;
	}

	.peace-image {
		order: -1;
	}

	.floating-badge {
		left: 50%;
		top: auto;
		bottom: -25px;
		transform: translateX(-50%);
	}

}

@media(max-width:640px) {

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

	.hero-media img {
		object-position: 55% center;
	}
	
	.hero-actions {
		padding-bottom: 2rem;
	}

}

/* ===== serve ===== */
.serve {
	background: var(--paper)
}

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

.svcard {
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 26px 20px;
	text-align: center;
	transition: .4s
}

.svcard:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-sm);
	background: #fff
}

.svcard .svi {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fff;
	display: grid;
	place-items: center;
	font-size: 1.3rem;
	margin: 0 auto 14px;
	border: 1px solid #ddd;
}

.svcard h4 {
	font-size: .98rem;
	color: var(--teal-900);
	margin-bottom: 7px;
	line-height: 1.2
}

.svcard p {
	color: var(--ink-soft);
	font-size: .82rem
}

/* ===== journey (connected-steps flow) ===== */
.journey {
	background: linear-gradient(180deg, var(--cyan-50), var(--cream));
	padding: 90px 0;
}

.flow {
	max-width: 1040px;
	margin: 0 auto
}

.flow-track {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 12px
}

.flow-line {
	position: absolute;
	top: 37px;
	left: 10%;
	right: 10%;
	height: 2px;
	z-index: 0;
	background: linear-gradient(90deg, var(--teal-500), var(--teal-400), #9b6bd6, var(--gold), var(--coral))
}

.fstep {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center
}

.fnode {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid var(--fc, var(--teal-500));
	display: grid;
	place-items: center;
	font-size: 1.6rem;
	margin-bottom: 16px;
	box-shadow: 0 12px 26px -12px var(--fc, var(--teal-500));
	transition: transform .35s
}

.fstep:hover .fnode {
	transform: translateY(-4px) scale(1.05)
}

.fstep .sn {
	font-family: var(--body);
	font-weight: 800;
	font-size: .64rem;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--fc, var(--teal-600));
	margin-bottom: 6px
}

.fstep h4 {
	font-size: .98rem;
	color: var(--teal-900);
	margin-bottom: 8px;
	line-height: 1.2
}

.fstep p {
	color: var(--ink-soft);
	font-size: .83rem;
	max-width: 190px
}

.hero-media {
	overflow: hidden;
}


/* ===== keep india healthy + contact + cta ===== */
.kih {
	background: linear-gradient(180deg, var(--cyan-50), var(--cream))
}

.kih-card {
	max-width: 1000px;
	margin: 0 auto;
	/* background: linear-gradient(150deg, var(--teal-700), var(--teal-900)); */
	background-image: url('/wp-content/uploads/2026/07/medi-cta-banner-1.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: var(--r-lg);
	padding: 60px 50px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-lg)
}

.kih-card::before {
	content: "";
	position: absolute;
	inset: 0;
	/* background: repeating-linear-gradient(45deg, rgba(255, 255, 255, .04) 0 14px, transparent 14px 28px) */
}

.kih-card .tag {
	position: relative;
	font-family: var(--display);
	font-weight: 800;
	font-size: clamp(1.7rem, 3.4vw, 2.6rem);
	color: #fff;
	letter-spacing: -.02em;
	margin-bottom: 14px;
	text-align: left;
	line-height: 1.1;
}

.kih-card .tag span {
	color: var(--gold)
}

.kih-card p {
	position: relative;
	color: rgba(255, 255, 255, .84);
	max-width: 600px;
	margin-bottom: 70px;
	margin-right: auto;
	text-align: left;
	font-size: 1.04rem
}

.kih-contact {
	position: relative;
	display: flex;
	gap: 12px;
	justify-content: start;
	flex-wrap: wrap;
	margin-bottom: 28px
}

.kih-contact a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	/* background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .2); */
	border-radius: 100px;
	/* padding: 11px 20px; */
	padding-right: 15px;
	font-weight: 600;
	font-size: .92rem;
	transition: .3s
}

/* .kih-contact a:hover {
background: rgba(255, 255, 255, .2) 
} */

.kih-actions {
	position: relative;
	display: flex;
	gap: 14px;
	justify-content: start;
	flex-wrap: wrap
}

footer {
	background: var(--teal-900);
	color: #fff;
	padding: 60px 0 30px;
	position: relative;
	overflow: hidden
}

.foot-cross {
	position: absolute;
	font-weight: 800;
	color: rgba(255, 255, 255, .05);
	font-size: 14rem;
	right: -30px;
	top: -40px;
	line-height: 1;
	font-family: var(--display)
}

.foot-grid {
	display: grid;
	grid-template-columns: 1.8fr 1fr 1fr 1fr;
	gap: 40px;
	position: relative
}

.foot-grid .logo {
	color: #fff;
	margin-bottom: 16px
}

.foot-grid .logo b {
	color: var(--coral)
}

.foot-about {
	color: rgba(255, 255, 255, .65);
	font-size: .92rem;
	max-width: 320px
}

.foot-tag {
	color: var(--gold);
	font-family: var(--display);
	font-weight: 700;
	font-size: .95rem;
	margin-top: 12px
}

.foot-col h5 {
	font-family: var(--display);
	font-size: 1rem;
	margin-bottom: 16px
}

.foot-col a {
	display: block;
	color: rgba(255, 255, 255, .65);
	font-size: .9rem;
	padding: 5px 0;
	transition: .25s
}

.foot-col a:hover {
	color: #fff;
	padding-left: 6px
}

.foot-bottom {
	margin-top: 46px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	color: rgba(255, 255, 255, .5);
	font-size: .84rem;
	position: relative
}

.reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity .8s cubic-bezier(.22, 1, .36, 1), transform .8s cubic-bezier(.22, 1, .36, 1)
}

.reveal.in {
	opacity: 1;
	transform: none
}

.reveal.d1 {
	transition-delay: .06s
}

.reveal.d2 {
	transition-delay: .12s
}

.reveal.d3 {
	transition-delay: .18s
}

.reveal.d4 {
	transition-delay: .24s
}

.reveal.d5 {
	transition-delay: .3s
}

@keyframes bob {

	0%,
	100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-12px)
	}
}

@media(max-width:980px) {

	.nav-links,
	.nav-cta {
		display: none
	}

	.burger {
		display: flex
	}

	.hero-inner,
	.need-grid {
		grid-template-columns: 1fr;
		gap: 38px
	}

	.hero .imgslot {
		order: -1;
		min-height: 340px
	}

	.pfeat-grid,
	.pideal-grid {
		grid-template-columns: 1fr 1fr
	}

	.stat-grid {
		grid-template-columns: 1fr 1fr
	}

	.why-grid {
		grid-template-columns: 1fr 1fr
	}

	.out-grid {
		grid-template-columns: 1fr
	}

	.serve-grid {
		grid-template-columns: repeat(3, 1fr)
	}

	.foot-grid {
		grid-template-columns: 1fr 1fr;
		gap: 30px
	}
}

@media(max-width:620px) {
	.flow-track {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}
	
	.flow-line {
		display: none;
	}

	.wrap {
		padding: 0 18px
	}

	.pfeat-grid,
	.pideal-grid,
	.stat-grid,
	.why-grid,
	.serve-grid,
	.chain,
	.foot-grid {
		grid-template-columns: 1fr
	}

	.hfloat {
		display: none
	}

	.cta-card {
		padding: 46px 24px
	}

	.hero h1 {
		font-size: 2.2rem
	}
}

@media(prefers-reduced-motion:reduce) {
	* {
		animation: none !important;
		transition: none !important
	}

	.reveal {
		opacity: 1;
		transform: none
	}
}