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

/* 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: 70% 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,
.store-btns {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	opacity: 0;
	animation: fadeUp .9s 1.7s forwards;
}

.store-btns img {
	width: 140px;
}

.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-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: radial-gradient(720px 520px at 78% 16%, rgba(63, 194, 203, .22), transparent 60%), radial-gradient(640px 520px at 8% 94%, rgba(255, 194, 75, .13), transparent 55%), linear-gradient(160deg, #06181b, #0a2a2f);
}

.ahero-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .4;
	background-image: radial-gradient(circle, rgba(255, 255, 255, .05) 1px, transparent 1px);
	background-size: 26px 26px;
}

.adot {
	position: absolute;
	border-radius: 50%;
	filter: blur(2px);
	opacity: .6;
	animation: bob 9s ease-in-out infinite;
}

.ahero-grid {
	position: relative;
	z-index: 5;
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 50px;
	align-items: center;
	width: 100%;
}

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

.ahero-copy>* {
	opacity: 0;
	animation: fadeUp .8s forwards;
}

.ahero-copy .eyebrow {
	animation-delay: .5s;
}

.ahero-copy h1 {
	animation-delay: .62s;
}

.ahero-copy .lead {
	animation-delay: .74s;
}

.ahero-copy .achips {
	animation-delay: .86s;
}

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

.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;
}

section.ahero::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,
		#ffffff 0%,
		rgba(255, 255, 255, 0) 100%);
	top: 0;
	left: 0;
}

@media (max-width: 900px) {

	.ahero-grid,
	.story-cols {
		grid-template-columns: 1fr;
	}
}

@media(max-width:620px) {
	.ahero {
		padding: 50px 20px 0
	}

	.ahero h1 {
		visibility: hidden;
	}

	.wrap {
		padding: 0 18px;
	}

	.hero-actions a {
		width: 47%;
	}

}




/* image slot */
.imgslot {
	position: relative;
	border-radius: var(--r-lg);
	overflow: hidden;
	/* box-shadow: var(--shadow-lg); */
	/* background: linear-gradient(155deg, var(--teal-500), var(--teal-900)); */
	min-height: 440px
}

.imgslot img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.imgslot .ph {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	font-size: 4.4rem;
	opacity: .4;
	color: #fff
}

/* .imgslot::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(to top, rgba(2, 24, 27, .45), transparent 55%)
} */

.imgslot .cap {
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
	text-align: center;
	color: rgba(255, 255, 255, .7);
	font-size: .74rem;
	z-index: 2
}

.hero .imgslot {
	min-height: 480px
}

.hfloat {
	position: absolute;
	z-index: 6;
	background: #fff;
	color: var(--teal-900);
	border-radius: 14px;
	padding: 11px 16px;
	box-shadow: 0 26px 54px -24px rgba(0, 0, 0, .7);
	display: flex;
	align-items: center;
	gap: 11px;
	font-weight: 700;
	font-size: .84rem
}

.hfloat .d {
	width: 38px;
	height: 38px;
	border-radius: 11px;
	display: grid;
	place-items: center;
	font-size: 1.1rem;
	flex: none
}

.hf1 {
	top: 6%;
	left: -4%;
	animation: bob 6s 1.4s ease-in-out infinite
}

.hf1 .d {
	background: #ffe9e6;
	color: var(--coral)
}

.hf2 {
	bottom: 7%;
	right: -3%;
	animation: bob 7.5s 2s ease-in-out infinite
}

.hf2 .d {
	background: var(--cyan-100);
	color: var(--teal-700)
}

section {
	position: relative
}

.sec-pad {
	padding: 60px 0
}

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

.sec-head h2 {
	font-size: clamp(1.9rem, 3.6vw, 2.8rem);
	color: var(--teal-900);
	margin: 16px 0 14px
}

.sec-head p {
	color: var(--ink-soft);
	font-size: 1.05rem
}

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

/* ===== care path flow (info-viz) ===== */
.flow {
	background: var(--paper)
}

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

.flowline::before {
	content: "";
	position: absolute;
	top: 38px;
	left: 11%;
	right: 11%;
	height: 3px;
	background: linear-gradient(90deg, var(--teal-400), var(--gold), var(--coral));
	z-index: 0;
	border-radius: 3px
}

.fstep {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 0 6px
}

.fstep .fn {
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid var(--ac, var(--teal-400));
	display: grid;
	place-items: center;
	font-size: 1.9rem;
	margin: 0 auto 18px;
	box-shadow: 0 0 0 8px var(--paper);
	transition: .4s
}

.fstep:hover .fn {
	transform: translateY(-5px) scale(1.05)
}

.fstep .fk {
	font-family: var(--display);
	font-weight: 800;
	font-size: .7rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--ac, var(--teal-500));
	display: block;
	margin-bottom: 6px
}

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

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

/* ===== feature rows (alternating, image slots) ===== */
.rows {
	background: linear-gradient(180deg, var(--cyan-50), var(--cream))
}

.frow {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center;
	margin-bottom: 50px
}

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

.frow.flip .fr-copy {
	order: 2
}

.fr-copy .eyebrow {
	margin-bottom: 14px
}

.fr-copy h3 {
	font-size: clamp(1.5rem, 2.6vw, 2rem);
	color: var(--teal-900);
	margin-bottom: 14px;
	letter-spacing: -.02em
}

.fr-copy>p {
	color: var(--ink-soft);
	font-size: 1.02rem;
	margin-bottom: 18px
}

.fr-list {
	list-style: none;
	display: grid;
	gap: 13px
}

.fr-list li {
	display: flex;
	gap: 13px;
	align-items: flex-start
}

.fr-list li .li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 1.2rem;
	flex: none;
	background: var(--sb, var(--cyan-100));
}

.fr-list li .li .ck {
	font-size: 15px;
}

.fr-list li b {
	font-family: var(--display);
	font-weight: 600;
	font-size: 1rem;
	color: var(--teal-900);
	display: block;
	line-height: 1.2;
	margin-bottom: 2px
}

.fr-list li small {
	color: var(--ink-soft);
	font-size: .88rem;
	line-height: 1.4;
	display: block
}

.frow .imgslot {
	min-height: 400px
}

/* ===== stat band (info-viz / count-up) ===== */
.stats {
	background: var(--teal-900);
	color: #fff;
	overflow: hidden
}

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

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

.sb {
	text-align: center;
	padding: 20px;
	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: 2.8rem;
	color: #3fc2cb;
	line-height: 1
}

.sb .l {
	font-size: .92rem;
	color: rgba(255, 255, 255, .84);
	font-weight: 600;
	margin-top: 6px
}

.sb .s {
	font-size: .78rem;
	color: rgba(255, 255, 255, .6);
	margin-top: 3px
}

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

.ecard:hover {
	transform: none;
	background: var(--paper);
}

.ecard-grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 48px;
	align-items: center;
	margin-bottom: 42px
}

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

.ecard h2 .y,
.ecard h2 span {
	color: var(--coral)
}

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

.scardv {
	position: relative;
	border-radius: var(--r-lg);
	overflow: hidden;
	background: linear-gradient(135deg, var(--teal-600), var(--teal-900));
	padding: 0;
	color: #fff;
	box-shadow: var(--shadow-lg);
	aspect-ratio: 1.6/1;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.scardv::before {
	content: "";
	position: absolute;
	right: -40px;
	top: -40px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08)
}

.scardv .top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative
}

.scardv .top .b {
	font-family: var(--display);
	font-weight: 800;
	font-size: 1.3rem
}

.scardv .top .b span {
	color: var(--gold)
}

.scardv .chip {
	width: 44px;
	height: 34px;
	border-radius: 8px;
	background: linear-gradient(135deg, var(--gold), #e0962b)
}

.scardv .mid {
	position: relative;
	font-size: .84rem;
	color: rgba(255, 255, 255, .8)
}

.scardv .bot {
	position: relative;
	font-family: var(--display);
	font-weight: 600;
	letter-spacing: .04em
}

.ec-feat {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px
}

.ecf {
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 24px 22px;
	transition: .35s;
	text-align: center
}

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

.ecf .ei {
	width: 50px;
	height: 50px;
	border-radius: 14px;
	background: var(--cyan-100);
	display: grid;
	place-items: center;
	font-size: 1.25rem;
	margin: 0 auto 12px
}

.ecf h4 {
	font-size: .98rem;
	color: var(--teal-900);
	line-height: 1.2
}

/* ===== discounts (info-viz: big %) ===== */
.disc {
	background: linear-gradient(180deg, var(--cream), var(--cyan-50))
}

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

.dcard {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 28px 26px;
	transition: .4s;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden
}

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

.dcard.feature {
	background: linear-gradient(155deg, var(--teal-700), var(--teal-900));
	color: #fff;
	border: none
}

.dcard .dtop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px
}

.dcard .plogo {
	height: 40px;
	display: flex;
	align-items: center
}

.dcard .plogo img {
	max-height: 40px;
	max-width: 130px;
	object-fit: contain;
	object-position: left;
}

.dcard.feature .plogo {
	filter: brightness(0) invert(1);
	opacity: .92
}

.dcard .plogo .mono {
	display: none;
	font-family: var(--display);
	font-weight: 800;
	color: var(--teal-700)
}

.dcard .plogo.imgfail img {
	display: none
}

.dcard .plogo.imgfail .mono {
	display: block
}

.dcard .big {
	font-family: var(--display);
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1;
	color: var(--coral)
}

.dcard.feature .big {
	color: var(--gold)
}

.dcard .big small {
	font-size: 1rem;
	font-weight: 700
}

.dcard ul {
	list-style: none;
	display: grid;
	gap: 8px;
	margin-bottom: 18px;
	flex: 1
}

.dcard li {
	display: flex;
	gap: 9px;
	font-size: .9rem;
	color: var(--ink);
	align-items: flex-start
}

.dcard.feature li {
	color: rgba(255, 255, 255, .9)
}

.dcard li .k {
	color: var(--teal-600);
	font-weight: 800;
	flex: none
}

.dcard.feature li .k {
	color: var(--gold)
}

.dcard .vs {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-weight: 600;
	font-size: .88rem;
	color: var(--teal-700);
	align-self: flex-start
}

.dcard.feature .vs {
	color: var(--gold-soft)
}

.dcard .vs:hover {
	color: var(--coral)
}

.dcard.feature .vs:hover {
	color: #fff
}

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

.watch .cross {
	position: absolute;
	font-family: var(--display);
	font-weight: 800;
	color: rgba(255, 255, 255, .05);
	font-size: 15rem;
	left: -40px;
	bottom: -60px;
	line-height: 1
}

.watch-grid {
	position: relative;
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 48px;
	align-items: center
}

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

.watch h2 {
	color: #fff;
	font-size: clamp(1.8rem, 3.2vw, 2.5rem);
	margin: 16px 0 16px
}

.watch h2 .g {
	color: var(--gold)
}

.watch p {
	color: rgba(255, 255, 255, .82);
	font-size: 1.04rem;
	margin-bottom: 22px
}

.watch-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 10px
}

.watch-topics .t {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, .07);
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 100px;
	padding: 9px 16px;
	font-size: .86rem;
	font-weight: 600;
	color: #fff
}

.player {
	position: relative;
	display: block;
	border-radius: var(--r-lg);
	overflow: hidden;
	aspect-ratio: 16/9;
	background: linear-gradient(150deg, #0a6c74, #053b41 60%, #021a1d);
	border: 1px solid rgba(255, 255, 255, .14);
	box-shadow: var(--shadow-lg);
	transition: transform .4s, box-shadow .4s
}

.player:hover {
	transform: translateY(-5px);
	box-shadow: 0 50px 100px -40px rgba(0, 0, 0, .8)
}

.player::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(120% 90% at 80% 10%, rgba(63, 194, 203, .28), transparent 55%), radial-gradient(90% 80% at 12% 90%, rgba(255, 194, 75, .16), transparent 55%)
}

.player .pbrand {
	position: absolute;
	top: 22px;
	left: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: var(--display);
	font-weight: 800;
	font-size: 1rem;
	color: #fff;
	z-index: 2
}

.player .pbrand .yt {
	width: 34px;
	height: 24px;
	border-radius: 7px;
	background: #ff0000;
	display: grid;
	place-items: center
}

.player .pbrand .yt::before {
	content: "";
	border-left: 9px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	margin-left: 2px
}

.player .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: var(--coral);
	display: grid;
	place-items: center;
	z-index: 3;
	box-shadow: 0 18px 40px -12px rgba(255, 107, 94, .8);
	transition: transform .4s
}

.player .play::before {
	content: "";
	border-left: 26px solid #fff;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	margin-left: 6px
}

.player:hover .play {
	transform: translate(-50%, -50%) scale(1.1)
}

.player .play::after {
	content: "";
	position: absolute;
	inset: -10px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .4);
	animation: ping 2s infinite
}

@keyframes ping {
	0% {
		transform: scale(1);
		opacity: .7
	}

	80%,
	100% {
		transform: scale(1.5);
		opacity: 0
	}
}

.player .pcap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	text-align: center;
	color: rgba(255, 255, 255, .8);
	font-size: .82rem;
	z-index: 2
}

.partner-content {
	flex: 1;
}

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

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

.tcard {
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 30px 28px;
	transition: .4s;
	display: flex;
	flex-direction: column
}

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

.tcard .quote {
	font-size: 2.8rem;
	font-family: var(--display);
	color: var(--teal-400);
	line-height: .6;
	height: 24px
}

.tcard p {
	color: var(--ink);
	font-size: .95rem;
	margin: 8px 0 22px;
	flex: 1
}

.tcard .who {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: auto
}

.tcard .av {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-family: var(--display);
	font-weight: 800;
	color: #fff;
	flex: none;
	font-size: 1.05rem
}

.tcard .who b {
	display: block;
	font-family: var(--display);
	color: var(--teal-900);
	font-size: .92rem
}

.tcard .who small {
	color: var(--ink-soft);
	font-size: .79rem
}

/* ===== institutions ===== */


/* ===== health ambassadors (narrative + highlight grid) ===== */
.amb {
	background: var(--paper)
}

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

.amb-head h2 {
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	color: var(--teal-900);
	margin-bottom: 22px
}

.amb-head h2 .y {
	color: var(--coral)
}

.amb-copy {
    max-width: 850px;
    margin: 26px auto 0;
    text-align: center;
}

.amb-copy p {
	color: var(--ink-soft);
	font-size: 1.02rem;
	line-height: 1.75;
	margin-bottom: 16px
}

.amb-copy p:last-child {
	margin-bottom: 0
}

.hl-title {
	text-align: center;
	font-size: 1.2rem;
	color: var(--teal-900);
	margin: 50px 0 26px
}

.hl-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 18px
}

.hl-card {
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 28px 20px;
	text-align: center;
	transition: transform .3s, box-shadow .3s, background .3s
}

.hl-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-sm);
	background: #fff
}

.hl-ic {
	width: 52px;
	height: 52px;
	border-radius: 14px;
/* 	background: var(--cyan-100); */
	color: var(--teal-700);
	display: grid;
	place-items: center;
	font-size: 1.3rem;
	margin: 0 auto 16px
}

.hl-card p {
	font-weight: 700;
	color: var(--teal-900);
	font-size: .92rem;
	line-height: 1.4
}




/* ===== institutions ===== */
.inst {
	background: var(--paper);
}

.inst-marquee {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.inst-track {
	display: flex;
	gap: 24px;
	width: max-content;
	animation: marquee 30s linear infinite;
}

.inst-marquee:hover .inst-track {
	animation-play-state: paused;
}
@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}
.inst {
	background: linear-gradient(180deg, var(--cyan-50), var(--cream))
}

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

.icard {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: var(--r-md);
	padding: 24px 22px;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	gap: 16px;
	transition: .35s;
	width: 300px;
}

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

.icard .ilogo {
	width: 58px;
	height: 58px;
	border-radius: 14px;
	background: var(--cream);
	border: 1px solid var(--line);
	display: grid;
	place-items: center;
	overflow: hidden;
	padding: 8px;
	flex: none;
	margin: auto;
}

.icard .ilogo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.icard .ilogo .mono {
	display: none;
	font-family: var(--display);
	font-weight: 800;
	color: var(--teal-700);
	font-size: .95rem
}

.icard .ilogo.imgfail {
	background: linear-gradient(135deg, var(--cyan-100), #fff)
}

.icard .ilogo.imgfail img {
	display: none
}

.icard .ilogo.imgfail .mono {
	display: block
}

.icard b {
	font-family: var(--display);
	font-size: .95rem;
	color: var(--teal-900);
	line-height: 1.25;
	display: block;
	width: 100%;
}

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

.cta-card {
	max-width: 1000px;
	margin: 0 auto;
	background: linear-gradient(150deg, var(--teal-700), var(--teal-900));
	border-radius: var(--r-lg);
	padding: 58px 50px;
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
	box-shadow: var(--shadow-lg)
}

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

.cta-card .tag {
	position: relative;
	font-family: var(--display);
	font-weight: 700;
	font-size: clamp(1.6rem, 3vw, 2.3rem);
	color: #fff;
	letter-spacing: -.02em;
	margin-bottom: 12px
}

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

.cta-card p {
	position: relative;
	color: rgba(255, 255, 255, .84);
	max-width: 600px;
	margin: 0 auto 24px;
	font-size: 1.04rem
}

.cta-store {
	position: relative;
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 22px
}

.cta-contact {
	position: relative;
	display: flex;
	gap: 12px;
	justify-content: center;
	flex-wrap: wrap
}

.cta-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: 9px 18px;
	font-weight: 600;
	font-size: .88rem;
	transition: .3s;
	color: #fff
}

.cta-contact a:hover {
	background: rgba(255, 255, 255, .2)
}


/* ===== 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/shine-parivaar-cta-banner.jpg');
	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: 700;
	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: 0;
	margin-top: 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
}


.yellow-text {
	color: #E4A427;
}



footer {
	background: var(--teal-900);
	color: #fff;
	padding: 70px 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.6fr 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: 280px
}

.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: .08s
}

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

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

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

@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,
	.ecard-grid,
	.watch-grid {
		grid-template-columns: 1fr;
		gap: 40px
	}

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

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

	.flowline::before {
		display: none
	}

	.frow {
		grid-template-columns: 1fr;
		gap: 28px
	}

	.frow.flip .fr-copy {
		order: 0
	}

	.frow .imgslot {
		min-height: 280px
	}

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

	.ec-feat {
		grid-template-columns: 1fr 1fr
	}

	.disc-grid,
	.testi-grid,
	.inst-grid {
		grid-template-columns: 1fr 1fr
	}

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

@media(max-width:620px) {
	.wrap {
		padding: 0 18px
	}

	.flowline,
	.stat-grid,
	.ec-feat,
	.disc-grid,
	.testi-grid,
	.inst-grid,
	.foot-grid {
		grid-template-columns: 1fr
	}

	.hfloat {
		display: none
	}

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

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

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

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