.display {
	line-height: 120%;
	color: #1E1E1E;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
	font-size: 64px;
	letter-spacing: -2%;


}

.display span {
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
	color: #1655F5;
}



.display-md span {
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	color: var(--blue);
	font-weight: 300;
}

.display-sm {
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-size: clamp(26px, 2.8vw, 42px);
	line-height: 1.1;
	letter-spacing: -.025em;
	font-weight: 300;
	color: var(--ink);
}

.display-sm em {

	color: var(--blue);
	font-weight: 300;
}




.lead {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	color: var(--muted);
	line-height: 140%;
}

@media (max-width: 991px) {
	.lead {
		font-size: 16px !important;
	}
}

.lead-w {
	color: rgba(255, 255, 255, .5)
}



.eyebrow-w {
	color: rgba(255, 255, 255, .35)
}

/* big stat numbers = 300 Light with blue em */
.big-num {
	font-family: var(--f);
	font-size: clamp(60px, 8vw, 110px);
	line-height: 1;
	letter-spacing: -.05em;
	font-weight: 300;
	color: var(--ink)
}

.big-num em {

	color: var(--blue)
}

/* ─────────────────────────────────────────────────────────────
   ANIMATIONS
───────────────────────────────────────────────────────────── */
/* .anim {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity .6s ease, transform .6s ease
}

.anim.vis {
	opacity: 1;
	transform: none
}

.d1 {
	transition-delay: .08s
}

.d2 {
	transition-delay: .16s
}

.d3 {
	transition-delay: .24s
}

.d4 {
	transition-delay: .32s
}

.d5 {
	transition-delay: .40s
} */





.logo-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--blue);
	box-shadow: 0 0 10px rgba(37, 99, 235, .7)
}

.logo-word {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: -.02em
}

.logo-ai {
	color: var(--blue)
}

.nav-center {
	display: flex;
	align-items: center;
	gap: 2px
}

.ni {
	position: relative
}

/* nav links = 400 Regular */
.nl {
	font-family: var(--f);
	font-size: 13.5px;
	font-weight: 400;
	color: rgba(255, 255, 255, .55);
	padding: 8px 13px;
	border-radius: 8px;
	cursor: pointer;
	background: none;
	border: none;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: color .14s, background .14s;
	white-space: nowrap
}

.nl:hover,
.ni:hover>.nl {
	color: #fff;
	background: rgba(255, 255, 255, .07)
}

.nl svg {
	opacity: .55;
	transition: transform .2s
}

.ni:hover .nl svg {
	transform: rotate(180deg)
}

.nd {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 160px;
	background: #1C1C1F;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 12px;
	padding: 6px;
	box-shadow: 0 20px 56px rgba(0, 0, 0, .5);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-6px);
	transition: opacity .16s, transform .16s, visibility .16s;
	z-index: 999
}

.ni:hover .nd {
	opacity: 1;
	visibility: visible;
	transform: none
}

/* dropdown links = 400 Regular */
.nd-link {
	display: block;
	padding: 9px 12px;
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, .5);
	border-radius: 8px;
	transition: all .12s
}

.nd-link:hover {
	color: #fff;
	background: rgba(255, 255, 255, .07)
}

.nav-right {
	display: flex;
	align-items: center;
	gap: 10px
}

.nav-ghost {
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, .55);
	padding: 8px 16px;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, .15);
	transition: all .14s
}

.nav-ghost:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, .32)
}

/* CTA = 600 SemiBold */
.nav-cta {
	font-size: 13px;
	font-weight: 500;
	background: var(--blue);
	color: #fff;
	padding: 9px 20px;
	border-radius: 100px;
	transition: all .14s
}

.nav-cta:hover {
	background: #1D4ED8;
	transform: translateY(-1px)
}

.pnav::-webkit-scrollbar {
	display: none
}

.pnav-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px;
	display: flex;
	align-items: center
}

/* strip items = 400, active = 500 */
.ps-item {
	font-size: 14px;
	color: #0D0D0F;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
	text-decoration: none;
	padding: 13px 18px;
	border-bottom: 2px solid transparent;
}

.ps-item:hover {
	color: var(--ink)
}

.ps-item.on {
	color: var(--ink);
	font-weight: 400;
	border-bottom-color: var(--blue);
	display: inline-block;
	font-family: 'Azo Sans', system-ui, sans-serif;
}

/* ─────────────────────────────────────────────────────────────
   HERO
───────────────────────────────────────────────────────────── */
.hero {
	background: var(--bg);
	padding: 64px 0;
}

@media (max-width: 991px) {
	.hero {
		padding: 48px 0;
	}
}

.hero-pulse {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 28px;
	align-items: center;
	justify-content: center;
}

.pulse-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--blue);
	animation: blink 2.4s ease-in-out infinite
}

@keyframes blink {

	0%,
	100% {
		opacity: 1
	}

	50% {
		opacity: .3
	}
}

/* pulse label = 500 Medium */
.pulse-lbl {
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--blue)
}

/* hero sub tagline = 400 */
.hero-sub {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	line-height: 140%;
	letter-spacing: 14%;
	text-transform: uppercase;
	color: #6d6d6d;
	margin-top: 32px
}

@media (max-width: 991px) {
	.hero-sub {
		font-size: 14px !important;
	}
}

.hero-btns {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 36px;
	justify-content: center;
}

/* ─────────────────────────────────────────────────────────────
   BUTTONS — 600 SemiBold for primary, 500 for secondary
───────────────────────────────────────────────────────────── */
.btn-p {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: var(--f);
	font-size: 13.5px;
	font-weight: 500;
	padding: 12px 26px;
	border-radius: 100px;
	background: var(--ink);
	color: #fff;
	transition: all .18s;
	cursor: pointer;
	border: none;
	letter-spacing: .01em;
	text-decoration: none;
}

.btn-p:hover {
	background: #27272A;
	transform: translateY(-1px)
}

.btn-pb {
	background: var(--blue)
}

.btn-pb:hover {
	background: #1D4ED8
}

/* ghost = 500 Medium */
.btn-g {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-family: var(--f);
	font-size: 13.5px;
	font-weight: 500;
	padding: 11px 24px;
	border-radius: 100px;
	background: transparent;
	color: var(--muted);
	border: 1.5px solid var(--border);
	transition: all .18s;
	cursor: pointer;
	text-decoration: none;
}

.btn-g:hover {
	color: var(--ink);
	border-color: var(--ink)
}

.btn-g-w {
	color: rgba(255, 255, 255, .6);
	border-color: rgba(255, 255, 255, .2)
}

.btn-g-w:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, .45)
}

/* inline link arrow = 500 */
.link-a {
	font-size: 13.5px;
	font-weight: 500;
	color: var(--blue);
	display: inline-flex;
	align-items: center;
	gap: 5px;
	transition: gap .15s
}

.link-a:hover {
	gap: 10px
}

/* ─────────────────────────────────────────────────────────────
   STAT BAND — numbers 300 Light with blue em
───────────────────────────────────────────────────────────── */
.statband {
	border-bottom: 1px solid var(--border)
}

.statband-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px;
	display: grid;
	grid-template-columns: repeat(4, 1fr)
}

.sb-item {
	padding: 36px 0 36px 32px;
	border-right: 1px solid var(--border)
}

.sb-item:first-child {
	padding-left: 0
}

.sb-item:last-child {
	border-right: none
}

/* stat value = 300 Light */
.sb-val {
	font-family: var(--f);
	font-size: clamp(32px, 4vw, 52px);
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.04em;
	color: var(--ink);
	margin-bottom: 8px
}

.sb-val span {
	font-weight: 300;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	color: var(--blue)
}

/* stat label = 400 Regular */
.sb-lbl {
	font-size: 12px;
	font-weight: 400;
	color: var(--muted2);
	line-height: 1.5
}

/* ─────────────────────────────────────────────────────────────
   2-COL LAYOUT
───────────────────────────────────────────────────────────── */
.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center
}

.two-col-top {
	align-items: start
}

/* ─────────────────────────────────────────────────────────────
   CHECK LIST — blue yes icon, red no icon
───────────────────────────────────────────────────────────── */
.ck-list {
	display: flex;
	flex-direction: column;
	gap: 11px;
	margin-top: 28px
}

.ck {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 14px;
	color: #444444;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
}

.ck span {
	color: #444444;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
}

.ck-ico {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 1px;
	display: flex;
	align-items: center;
	justify-content: center
}

.ck-ico.yes {
	background: rgba(37, 99, 235, .07);
	border: 1px solid rgba(37, 99, 235, .18)
}

.ck-ico.no {
	background: rgba(239, 68, 68, .05);
	border: 1px solid rgba(239, 68, 68, .15)
}

.ck-ico svg {
	width: 9px;
	height: 9px;
	fill: none;
	stroke-width: 2.4;
	stroke-linecap: round;
	stroke-linejoin: round
}

.ck-ico.yes svg {
	stroke: var(--blue)
}

.ck-ico.no svg {
	stroke: #EF4444
}

/* ─────────────────────────────────────────────────────────────
   PULL QUOTE — 300 Light italic with blue em
───────────────────────────────────────────────────────────── */
.pullquote {
	background: var(--warm);
	padding: 64px 0;
	text-align: center
}

.pq-text {
	font-family: var(--f);
	font-size: clamp(22px, 3vw, 44px);
	font-weight: 300;

	line-height: 1.2;
	max-width: 860px;
	margin: 0 auto;
	color: var(--ink);
	letter-spacing: -.02em
}

.pq-text em {
	font-style: normal;
	color: var(--blue)
}

/* source = 500 Medium label */
.pq-source {
	font-size: 11px;
	font-weight: 500;
	color: var(--muted2);
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-top: 28px
}

/* ─────────────────────────────────────────────────────────────
   FEATURE ROWS
───────────────────────────────────────────────────────────── */
.feat-rows {
	display: flex;
	flex-direction: column;
	border: 1px solid var(--border);
	border-radius: 20px;
	overflow: hidden
}

.fr {
	display: grid;
	grid-template-columns: 320px 1fr;
	border-bottom: 1px solid var(--border)
}

.fr:last-child {
	border-bottom: none
}

.fr-left {
	padding: 32px 28px;
	border-right: 1px solid var(--border);
	background: var(--warm);
	display: flex;
	flex-direction: column
}

@media (max-width: 991px) {
	.fr-left {
		padding: 18px;
	}
}

/* feature row tag = 500 Medium blue */
.fr-tag {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--blue);
	margin-bottom: 8px
}

/* feature row title = 500 Medium */
.fr-title {
	font-size: 18px;
	letter-spacing: -0.5%;
	color: #1E1E1E;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
	line-height: 140%;
}

.fr-right {
	padding: 32px 36px;
	background: var(--bg)
}

@media (max-width: 991px) {
	.fr-right {
		padding: 18px;
	}
}

/* feature row body = 400 Regular */
.fr-right p {
	font-size: 16px;
	color: #6D6D6D;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
	line-height: 140%;
	margin-bottom: 12px
}

.fr-right p:last-of-type {
	margin-bottom: 0
}

.fr-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 14px
}

/* pill tag = blue accent */
.fr-tag-pill {
	font-size: 11px;
	font-weight: 500;
	color: var(--blue);
	padding: 4px 12px;
	border-radius: 100px;
	background: var(--blue-l);
	border: 1px solid var(--blue-m)
}

/* ─────────────────────────────────────────────────────────────
   BLACK SECTIONS
───────────────────────────────────────────────────────────── */
.black {
	background: #000000;
	color: #fff
}

.black .lead {
	color: rgba(255, 255, 255, .5)
}

.black p {
	color: #f1f1f1;
}

/* ─────────────────────────────────────────────────────────────
   FLOW GRID — numbers blue 300
───────────────────────────────────────────────────────────── */
.flow-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 16px;
	overflow: hidden;
	margin-top: 48px
}

.flow-step {
	padding: 36px 24px;
	border-right: 1px solid rgba(255, 255, 255, .08)
}

.flow-step:last-child {
	border-right: none
}

/* flow number = 300 Light blue */
.flow-num {
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-size: 56px;
	font-weight: 300;
	color: #1655F5;
	line-height: 120%;
	letter-spacing: -0.5%;
	margin-bottom: 16px;
}

@media (max-width: 991px) {
	.flow-num {
		font-size: 32px !important;
	}
}

/* flow title = 500 Medium */
.flow-title {
	font-size: 16px;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
	color: #ffffff;
	margin-bottom: 7px
}

/* flow desc = 400 Regular */
.flow-desc {
	font-size: 12px;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
	color: #d8d8d8;
	line-height: 130%;
	letter-spacing: -0.5%;
}

/* ─────────────────────────────────────────────────────────────
   DARK PANEL
───────────────────────────────────────────────────────────── */
.dark-panel {
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 20px;
	overflow: hidden
}

.dp-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr)
}

.dp-item {
	padding: 36px 30px;
	border-right: 1px solid rgba(255, 255, 255, .08)
}

.dp-item:last-child {
	border-right: none
}

/* dp values = 300 Light blue */
.dp-val {
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05em;
	color: #1655F5;
	margin-bottom: 10px
}

.dp-val em {

	color: var(--blue)
}

/* dp label = 500 Medium */
.dp-label {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, .65);
	margin-bottom: 5px
}

/* dp sub = 400 Regular */
.dp-sub {
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, .3);
	line-height: 1.65
}

/* ─────────────────────────────────────────────────────────────
   COMPARE PANEL
───────────────────────────────────────────────────────────── */
.compare {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border: 1px solid var(--border);
	border-radius: 20px;
	overflow: hidden
}

.cmp-col {
	padding: 24px
}

@media (max-width: 991px) {
	.cmp-col {
		padding: 16px;
	}
}

.cmp-col.before {
	background: var(--warm2);
	border-right: 1px solid var(--border)
}

.cmp-col.after {
	background: var(--bg)
}

/* compare head = 500 Medium */
.cmp-head {
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	margin-bottom: 22px
}

.cmp-col.before .cmp-head {
	color: var(--muted2)
}

.cmp-col.after .cmp-head {
	color: var(--blue)
}

/* compare items = 400 Regular */
.cmp-item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
	color: var(--muted);
	margin-bottom: 12px;
	line-height: 1.6
}

.cmp-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 7px
}

.cmp-col.before .cmp-dot {
	background: var(--muted2)
}

.cmp-col.after .cmp-dot {
	background: var(--blue)
}

.cmp-item span {
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
	color: #444444;
}

/* ─────────────────────────────────────────────────────────────
   RELATED CARDS
───────────────────────────────────────────────────────────── */
.rel-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px
}

.rel-card {
	display: block;
	padding: 28px 24px;
	border: 1.5px solid var(--border);
	border-radius: 16px;
	background: var(--bg);
	transition: border-color .2s, transform .2s, box-shadow .2s;
	text-decoration: none;
}

@media (max-width: 991px) {
	.rel-grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 0px;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.rel-card {
		flex-shrink: 0;
		width: 250px;
		padding: 16px;
	}

	.rel-card:hover {
		transform: none;
	}
}

.rel-card:hover {
	border-color: rgba(37, 99, 235, .3);
	transform: translateY(-3px);
	box-shadow: 0 12px 36px rgba(37, 99, 235, .08)
}

/* card tag = 500 Medium blue */
.rc-tag {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--blue);
	margin-bottom: 12px
}

/* card title = 500 Medium */
.rc-name {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -.01em;
	color: var(--ink);
	margin-bottom: 10px
}

/* card desc = 400 Regular */
.rc-desc {
	font-size: 14px;
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
	font-weight: 400;
	color: #444444;
	line-height: 150%;
	margin-bottom: 16px
}

/* arrow = 500 Medium blue */
.rc-arr {
	font-size: 13px;
	font-weight: 500;
	color: var(--blue);
	display: inline-flex;
	align-items: center;
	gap: 4px;
	transition: gap .15s
}

.rel-card:hover .rc-arr {
	gap: 8px
}

/* ─────────────────────────────────────────────────────────────
   PAGE CTA
───────────────────────────────────────────────────────────── */
.pcta {
	background: var(--warm);
	padding: 64px 0;
	text-align: center
}

/* Mobile */
@media (max-width: 767px) {
	.pcta {
		padding: 48px 0;
	}
}

.pcta-btns {
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap
}

/* ─────────────────────────────────────────────────────────────
   PRICING CARDS
───────────────────────────────────────────────────────────── */
.price-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0;
	background: var(--border);
	border: 1px solid var(--border);
	border-radius: 20px;
	overflow: hidden
}

.pc {
	background: var(--bg);
	padding: 48px 40px;
	position: relative
}

.pc.feat {
	background: var(--dark)
}

/* badge = 600 SemiBold */
.pc-badge {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: var(--blue);
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .12em;
	text-transform: uppercase;
	padding: 5px 18px;
	border-radius: 100px;
	white-space: nowrap
}

/* tier = 500 Medium */
.pc-tier {
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: var(--muted2);
	margin-bottom: 12px
}

.pc.feat .pc-tier {
	color: rgba(255, 255, 255, .35)
}

/* plan name = 300 Light */
.pc-name {
	font-family: var(--f);
	font-size: 32px;
	font-weight: 300;
	color: var(--ink);
	letter-spacing: -.03em;
	margin-bottom: 8px
}

.pc.feat .pc-name {
	color: #fff
}

/* desc = 400 Regular */
.pc-desc {
	font-size: 14px;
	font-weight: 400;
	color: var(--muted);
	line-height: 1.65;
	margin-bottom: 32px;
	min-height: 48px
}

.pc.feat .pc-desc {
	color: rgba(255, 255, 255, .42)
}

/* price = 300 Light */
.pc-price {
	font-family: var(--f);
	font-size: 56px;
	font-weight: 300;
	color: var(--ink);
	line-height: 1;
	letter-spacing: -.05em
}

.pc.feat .pc-price {
	color: #fff
}

/* unit = 400 Regular */
.pc-unit {
	font-size: 14px;
	font-weight: 400;
	color: var(--muted);
	margin-top: 4px;
	margin-bottom: 32px
}

.pc.feat .pc-unit {
	color: rgba(255, 255, 255, .38)
}

.pc-div {
	height: 1px;
	background: var(--border);
	margin-bottom: 28px
}

.pc.feat .pc-div {
	background: rgba(255, 255, 255, .1)
}

/* feature item = 400 Regular */
.pc-feat {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13.5px;
	font-weight: 400;
	color: var(--muted);
	margin-bottom: 12px
}

.pc.feat .pc-feat {
	color: rgba(255, 255, 255, .5)
}

.pf-ck {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(37, 99, 235, .08);
	border: 1px solid rgba(37, 99, 235, .2)
}

.pc.feat .pf-ck {
	background: rgba(255, 255, 255, .08);
	border-color: rgba(255, 255, 255, .2)
}

.pf-ck svg {
	width: 8px;
	height: 8px;
	stroke: var(--blue);
	fill: none;
	stroke-width: 2.5
}

.pc.feat .pf-ck svg {
	stroke: rgba(255, 255, 255, .7)
}

/* ─────────────────────────────────────────────────────────────
   MODULE TABLE
───────────────────────────────────────────────────────────── */
.mod-table {
	border: 1px solid var(--border);
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0
}

/* th = 500 Medium */
.mod-table th {
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--muted2);
	background: var(--warm);
	padding: 14px 24px;
	border-bottom: 1px solid var(--border);
	text-align: left
}

/* td = 400 Regular */
.mod-table td {
	padding: 20px 24px;
	font-size: 14px;
	font-weight: 400;
	color: var(--muted);
	border-bottom: 1px solid var(--border);
	vertical-align: top;
	line-height: 1.7
}

.mod-table tr:last-child td {
	border-bottom: none
}

/* first col = 500 Medium */
.mod-table td:first-child {
	font-weight: 500;
	color: var(--ink);
	white-space: nowrap
}

/* roi = blue 500 */
.mod-table td.roi {
	color: var(--blue);
	font-weight: 500
}

/* ─────────────────────────────────────────────────────────────
   FOOTER — no use cases column
───────────────────────────────────────────────────────────── */
footer {
	background: var(--dark);
	border-top: 1px solid rgba(255, 255, 255, .07)
}

.ft-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 60px
}

.ft-top {
	padding: 64px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid rgba(255, 255, 255, .07);
	flex-wrap: wrap;
	gap: 24px
}

/* label = 500 Medium */
.ft-nl-label {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .3);
	margin-bottom: 12px
}

.ft-form {
	display: flex;
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 100px;
	overflow: hidden;
	max-width: 280px
}

.ft-input {
	flex: 1;
	background: none;
	border: none;
	outline: none;
	padding: 10px 18px;
	font-family: var(--f);
	font-size: 13.5px;
	font-weight: 400;
	color: #fff
}

.ft-input::placeholder {
	color: rgba(255, 255, 255, .22)
}

/* footer button = 600 SemiBold */
.ft-btn {
	background: var(--blue);
	border: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	width: 42px;
	cursor: pointer;
	transition: background .15s;
	border-radius: 0 100px 100px 0;
	flex-shrink: 0
}

.ft-btn:hover {
	background: #1D4ED8
}

.ft-cols {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
	padding: 48px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .07)
}

/* col head = 500 Medium */
.fc-head {
	font-size: 10.5px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .28);
	margin-bottom: 18px
}

.fc {
	display: flex;
	flex-direction: column
}

/* col links = 400 Regular */
.fc-l {
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, .4);
	padding: 7px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
	transition: color .13s
}

.fc-l:last-child {
	border-bottom: none
}

.fc-l:hover {
	color: rgba(255, 255, 255, .85)
}

.ft-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	flex-wrap: wrap;
	gap: 12px
}

.ft-copy {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, .2)
}

.ft-legal {
	display: flex;
	gap: 20px
}

.ft-legal a {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, .24);
	transition: color .13s
}

.ft-legal a:hover {
	color: rgba(255, 255, 255, .65)
}

/* ─────────────────────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────────────────────── */
@media(max-width:960px) {
	.two-col {
		grid-template-columns: 1fr;
		gap: 34px
	}

	.statband-inner {
		grid-template-columns: 1fr 1fr
	}

	.sb-item:nth-child(2n) {
		border-right: none
	}

	.sb-item:nth-child(n+3) {
		border-top: 1px solid var(--border)
	}

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

	.fr-left {
		border-right: none;
		border-bottom: 1px solid var(--border)
	}

	.flow-grid {
		grid-template-columns: 1fr 1fr;
		margin-top: 30px;
	}

	.flow-step {
		border-bottom: 1px solid rgba(255, 255, 255, .07);
		padding: 16px 12px;
	}

	.compare,
	.dp-row {
		grid-template-columns: 1fr
	}

	.cmp-col.before {
		border-right: none;
		border-bottom: 1px solid var(--border)
	}

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

	.price-grid,
	.ft-cols {
		grid-template-columns: 1fr 1fr
	}

	.wrap,
	.wrap-sm,
	.pnav-wrap,
	.ft-inner {
		padding-left: 24px;
		padding-right: 24px
	}
}

@media(max-width:600px) {

	.flow-grid,
	.rel-grid,
	.ft-cols,
	.dp-row,
	.compare,
	.price-grid {
		grid-template-columns: 1fr
	}
}


/* For New Product Page */

.booking-engine {
	width: 420px;
	height: 420px;
	margin: 0 auto;
}

.booking-engine img {
	width: 100%;
	height: 100%;
}

.booking-engine-speed span {
	color: #2268FF;
	font-size: 14px;
	margin-bottom: 8px;
	display: block;
	font-weight: 500;
	font-family: 'Azo Sans Md';
	text-transform: uppercase;
	line-height: 114.99999999999999%;
	letter-spacing: 14%;
}

.booking-engine-speed h2 {
	color: #0D0D0F;
	margin-bottom: 24px;
	font-family: 'Azo Sans';
	font-size: 36px;
	line-height: 125%;
	letter-spacing: -2%;
}

.booking-engine-speed p {
	color: #444444;
	font-family: 'Azo Sans';
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -1%;
}

.live-availability-chip {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.live-availability-chip button {
	color: #2268FF;
	border: 1px solid #2563EB26;
	border-radius: 50px;
	background-color: #2563EB14;
	padding: 4px 12px;
	font-family: 'Azo Sans';
	cursor: inherit;
	font-size: 12px;
}

.easy-payment-title .booking-engine-speed {
	max-width: 560px;
	width: 100%;
	margin-left: auto;
}

.click-to-book {
	margin-top: 64px !important;
}

@media (max-width:991px) {
	.booking-engine {
		width: auto;
		height: auto;
	}

	.booking-engine-speed h2 {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.live-availability-chip {
		flex-wrap: wrap;
	}

	.booking-engine-speed span {
		font-size: 12px;
	}

	.click-to-book {
		margin-top: 40px !important;
	}

	.booking-engine-speed p br {
		display: none;
	}
}

@media (max-width:767px) {
	.easy-payment-title .booking-engine-speed {
		max-width: 100%;
	}

	.booking-engine-speed {
		margin-top: 30px;
	}

	.easy-payment-title {
		flex-direction: column-reverse;
		margin-top: 40px;
	}

	.service-banner-img {
		margin-top: 30px;
	}
}


/* New Css*/

.all-feature-card .flow-grid {
	grid-template-columns: repeat(4, 1fr);
	border: unset;
	gap: 24px;
}

.all-feature-card .flow-step {
	background-color: #FFFFFF;
	border: 0.75px solid #E2EBF4;
	border-radius: 16px;
	padding: 18px 16px;
	transition: all 0.5s ease;
}

.all-feature-card .flow-step:hover {
	border-color: #aabbff;
	box-shadow: 0 6px 28px rgba(34,104,255,.11);
}

.all-feature-card .flow-title {
	font-family: 'Azo Sans';
	/* font-weight: 300; */
	margin: 16px 0px 8px 0px;
	color: #0C1A2E;
}

.all-feature-card .flow-num-icon {
	max-width: 33px;
	width: 100%;
	height: 33px;
	background-color: #EBF1FE;
	border-radius: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.all-feature-card .flow-desc {
	font-size: 14px;
	color: #3D5166;
}

.multi-stage-card {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 16px;
}

.multi-stage-card p {
	margin-bottom: 0px;
}

.all-feature-title {
	margin-bottom: 32px;
}

.all-feature-title span {
	color: #2268FF;
	font-family: 'Azo Sans Md' !important;
	font-weight: 500 !important;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 114.99999999999999%;
	letter-spacing: 14%;
	margin-bottom: 16px;
	display: block;
}

.all-feature-title h2 {
	font-size: 36px !important;
	font-family: 'Azo Sans' !important;
}

.all-feature-title p {
	color: #3D5166;
}

.senior-living h1 span {
	font-weight: 500 !important;
	font-family: 'Azo Sans Md' !important;
}

.hipaa-compliant-card {
	display: flex;
	gap: 16px;
}

.hipaa-compliant-card-wrap {
	display: flex;
	align-items: center;
	gap: 5px;
}

.hipaa-compliant-card-wrap p {
	margin-bottom: 0px;
	color: #444444;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0%;
	font-family: 'Azo Sans Md';
	font-weight: 500;
}

.banner-btn-group {
	display: flex;
	margin: 35px 0px;
}

.living-platform-counter {
	background-color: #162238;
	padding: 48px 0px;
	position: relative;
	overflow: hidden;
}

.living-platform-counter::before {
	content: '';
	max-width: 308px;
	width: 100%;
	height: 308px;
	background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(21, 88, 232, 0.18) 0%, rgba(21, 88, 232, 0.00) 65%);
	position: absolute;
	right: 0px;
	top: 0px;
}


.new-units-card h3 {
	color: #FFFFFF;
	font-family: "Azo Sans";
	font-size: 28.508px;
	font-style: normal;
	font-weight: 700;
	line-height: 28.508px;
	/* 100% */
	letter-spacing: -0.855px;
	text-align: center;
}

.new-units-card p {
	color: #FFF;
	text-align: center;
	font-family: "Azo Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 13.504px;
	margin-top: 6px;
	margin-bottom: 0px;
}

.problem-section {
	background-color: #F6F9FD;
}

.booking-engine-speed-wrapper {
	display: none;
}

.booking-engine-speed-wrapper,
.full-control-booking-engine {
	border-radius: 9.003px;
	/* border: 0.75px solid #BAD0FD; */
	/* background: #EBF1FE; */
	margin-bottom: 8px;
}

.booking-engine-speed-wrapper p,
.full-control-booking-engine p {
	color: #1558E8;
	font-family: "Azo Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 15.117px;
	margin: 0px;
	padding: 10px 13px;
}

.full-control-booking-engine {
	/* background-color: #F6F9FD; */
	/* border-color: #E2EBF4; */
	margin-bottom: 6px;
	list-style: none;
	/* default marker remove */
	position: relative;
	padding-left: 22px;
	list-style-position: outside;
	padding-left: 5px;
}

.full-control-booking-engine p {
	color: #0C1A2E;
}

.full-control-booking-engine::marker {
	font-size: 20px;
	/* optional */
	color: #1655F5;
	/* optional */
}

.full-control-booking-engine::before {
	content: "";
	position: absolute;
	left: 0px;
	/* marker ka exact horizontal position */
	top: 50%;
	/* vertical align */
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1655F5;
	/* blue dot */
}

.feature-section {
	background-color: #F6F9FD;
}

.feature-section .all-feature-title h2 {
	color: #000000 !important;
}

.cta-section-text {
	margin-top: 31px;
}

.cta-section-text p {
	color: #444444;
	margin-bottom: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.cta-section-text a {
	cursor: inherit;
}

.cta-section-wrapper {
	position: relative;
}

.cta-section-wrapper::before {
	/* content: ''; */
	max-width: 675px;
	width: 100%;
	height: 450px;
	background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(26, 107, 255, 0.10) 0%, rgba(26, 107, 255, 0.00) 65%);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -200px;
}

/* ─────────────────────────────────────────────────────────────
   MANAGE SENIOR SECTION — Comparison Table (shashi-care.html)
───────────────────────────────────────────────────────────── */
.manage-senior-section .compare-table {
	border: 1px solid #E5E7EB;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 3.343px 20.059px 0 rgba(12, 26, 46, 0.08);
}

.manage-senior-section .compare-table-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.manage-senior-section .compare-table-header-col {
	padding: 18px 28px 14px;
	font-family: 'Azo Sans';
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.manage-senior-section .compare-table-header-before {
	background: #F9FAFB;
	color: #111827;
	border-right: 1px solid #E5E7EB;
	border-bottom: 1px solid #E5E7EB;
	background-color: #FEF2F2;
	color: #B91C1C;
}

.manage-senior-section .compare-table-header-after {
	background: #EBF1FE;
	color: #1558E8;
	border-bottom: 1px solid #E5E7EB;
}

.manage-senior-section .compare-table-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #E2EBF4;
}

.manage-senior-section .compare-table-row:last-of-type {
	border-bottom: none;
}

.manage-senior-section .compare-table-cell {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 15px 10px;
	font-family: 'Azo Sans';
	font-weight: 300;
	font-size: 12px;
	color: #3D5166;
	line-height: 1.5;
}

.manage-senior-section .compare-table-cell-before {
	background: #FBFBFB;
	border-right: 1px solid #E2EBF4;
}

.manage-senior-section .compare-table-cell-after {
	background: #FBFFFE;
}

.manage-senior-section .compare-table-cell-after span:not(.compare-icon) {
	font-family: 'Azo Sans Md';
	font-weight: 500;
	color: #111827;
}

.manage-senior-section .compare-icon {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 13px;
	line-height: 1;
}

.manage-senior-section .compare-icon-x {
	color: #DC2626;
	font-size: 20px;
	font-weight: 300;
}

.manage-senior-section .compare-icon-check {
	color: #1655F5;
	font-size: 16px;
	font-weight: 600;
}

.manage-senior-section .compare-table-footer {
	background: #111827;
	color: #fff;
	text-align: center;
	padding: 16px 24px;
	font-family: 'Azo Sans';
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.font-400 {
	font-family: 'Azo Sans !important';
}

.product-capabilities-section .booking-engine-speed h2 {
	margin-bottom: 8px;
}

.booking-engine-speed-text {
	margin-top: 24px;
}

.booking-engine-speed-text .trusted-property-chip {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.booking-engine-speed-text .trusted-property-chip button {
	border: 1px solid #2563EB26;
	background-color: #2563EB14;
	border-radius: 50px;
	color: #2268FF;
	font-size: 12px;
	font-family: 'Azo Sans';
	padding: 4px 12px;
	cursor: inherit;

}

/* ─────────────────────────────────────────────────────────────
   CARE FEATURE SECTION — 3-col grid (shashi-care.html)
───────────────────────────────────────────────────────────── */
.care-feature-section .all-feature-card .flow-grid {
	grid-template-columns: repeat(6, 1fr);
}

.care-feature-section .all-feature-card .flow-grid .flow-step {
	grid-column: span 2;
}

.care-feature-section .all-feature-card .flow-grid .flow-step:nth-child(4) {
	grid-column: 1 / 4;
}

.care-feature-section .all-feature-card .flow-grid .flow-step:nth-child(5) {
	grid-column: 4 / 7;
}

@media (max-width: 991px) {
	.all-feature-title {
		margin-bottom: 22px !important;
	}

	.care-bento-title {
		font-size: 16px;
	}

	.all-feature-title h2 {
		font-size: 26px !important;
	}

	.all-feature-card .flow-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.care-feature-section .all-feature-card .flow-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.care-feature-section .all-feature-card .flow-grid .flow-step,
	.care-feature-section .all-feature-card .flow-grid .flow-step:nth-child(4),
	.care-feature-section .all-feature-card .flow-grid .flow-step:nth-child(5) {
		grid-column: span 1;
	}

	.new-units-card {
		margin-bottom: 30px;
	}

	.living-platform-counter {
		padding: 40px 0px;
	}

	.new-units-card p br {
		display: none;
	}

	.new-units-card h3 {
		font-size: 22px;
	}

	.hipaa-compliant-card {
		margin-bottom: 40px;
	}
}

@media (max-width: 575px) {
	.care-feature-section .all-feature-card .flow-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {

	/* Mobile order: all "Without Shashi" items first, then all "With Shashi" items */
	.manage-senior-section .compare-table {
		display: flex;
		flex-direction: column;
	}

	.manage-senior-section .compare-table-header,
	.manage-senior-section .compare-table-row {
		display: contents;
	}

	.manage-senior-section .compare-table-header-before {
		order: 0;
		border-right: none;
		border-bottom: 1px solid #E5E7EB;
	}

	.manage-senior-section .compare-table-header-after {
		order: 8;
		border-bottom: 1px solid #E5E7EB;
	}

	/* Keep source order within each group, but group all "before" then all "after" */
	.manage-senior-section .compare-table-cell-before {
		order: 1;
	}

	.manage-senior-section .compare-table-cell-after {
		order: 9;
	}

	.manage-senior-section .compare-table-footer {
		order: 10;
	}

	.manage-senior-section .compare-table-cell {
		width: 100%;
		padding: 14px 20px;
		font-size: 14px;
		border-right: none;
		border-bottom: 1px solid #F3F4F6;
	}

	.manage-senior-section .compare-table-header-col {
		padding: 14px 20px 10px;
	}
}

/* ─────────────────────────────────────────────────────────────
   CARE SCALABILITY SECTION (shashi-care.html)
───────────────────────────────────────────────────────────── */
.care-scalability-section {
	background: #F9FAFB;
}

.care-scalability-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}

.care-scalability-card {
	text-align: center;
}

.care-scalability-icon {
	/* width: 52px;
	height: 52px;
	border-radius: 14px;
	background: #F0F5FF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	border-radius: 50%;
	border: 1px solid #1655F51A; */
}

.care-scalability-icon img {
	width: 52px;
	height: 52px;
	margin-bottom: 24px;
}

.care-scalability-title {
	font-family: 'Azo Sans';
	font-size: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #1E1E1E;
	margin-bottom: 4px;
	line-height: 1.3;
}

.care-scalability-desc {
	font-family: 'Azo Sans';
	font-size: 14px;
	color: #444444;
	line-height: 1.6;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.care-scalability-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 32px 24px;
	}
}

@media (max-width: 575px) {
	.care-scalability-grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}
}

/* ─────────────────────────────────────────────────────────────
   CARE BENTO GRID — "Every Tool You Need" (shashi-care.html)
───────────────────────────────────────────────────────────── */
.care-bento-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto auto auto;
	gap: 16px;
	margin-top: 40px;
}

.care-bento-card {
	background: #fff;
	border: 1px solid #E5E7EB;
	border-radius: 16px;
	padding: 18px 16px;
	display: flex;
	flex-direction: column;
	transition: all 0.5s ease;	
}

.care-bento-card:hover {
	border-color: #aabbff;
	box-shadow: 0 6px 28px rgba(34,104,255,.11);
}

.care-bento-title {
	font-family: 'Azo Sans';
	/* font-weight: 500; */
	font-size: 18px;
	color: #1E1E1E;
	margin-bottom: 4px;
	line-height: 125%;
	letter-spacing: -2%;
}

.care-bento-desc {
	font-family: 'Azo Sans';
	font-size: 14px;
	color: #444444;
	line-height: 1.55;
	margin-bottom: 0;
}

/* Resident Engagement — row 1, col 1 */
.care-bento-resident {
	grid-column: 1;
	grid-row: 1;
}

/* Digital Records — row 1-2, col 2 (tall with image) */
.care-bento-digital {
	grid-column: 2;
	grid-row: 1 / 3;
	align-items: center;
	justify-content: start;
	text-align: center;
}

.sos-img {
	max-width: 268px;
	width: 100%;
}

.sos-img img {
	width: 100%;
	height: 100%;
}

/* Staff Coordination — row 1, col 3 */
.care-bento-staff {
	grid-column: 3;
	grid-row: 1;
}

/* Smart Alerts — row 1, col 4 */
.care-bento-alerts {
	grid-column: 4;
	grid-row: 1;
}

/* Secure Access — row 2-3, col 1 (tall with HIPAA badge) */
.care-bento-secure {
	grid-column: 1;
	grid-row: 2 / 4;
	align-items: center;
	text-align: center;
}

/* Multi-Service Hub — row 3, col 2 */
.care-bento-multiservice {
	grid-column: 2;
	grid-row: 3;
}

/* Emergency Support — row 2-3, col 3-4 (wide tall) */
.care-bento-emergency {
	grid-column: 3 / 5;
	grid-row: 2 / 4;
	display: flex;
	align-items: center;
	justify-content: center;
}

.care-bento-emergency-inner {
	display: flex;
	align-items: center;
	gap: 32px;
}

/* Image wrappers */
.care-bento-img-wrap {
	margin-bottom: 16px;
}

.care-bento-img-digital {
	max-width: 255px;
}

.care-bento-img-digital img {
	width: 100%;
}

.care-bento-img-label {
	font-family: 'Azo Sans Lt', system-ui, sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #fff;
	text-align: center;
	line-height: 1.3;
}

/* HIPAA badge */
.care-bento-img-hipaa {
	display: flex;
	align-items: center;
	justify-content: center;
}

.care-bento-img-hipaa img {
	max-width: 255px;
	width: 100%;
	height: auto;
}

/* SOS circle */
.care-bento-sos-circle {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: radial-gradient(circle, #FF4D4D 0%, #FF8A8A 50%, #FFD4D4 75%, #FFF0F0 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.care-bento-sos-circle span {
	font-family: 'Azo Sans', system-ui, sans-serif;
	font-weight: 700;
	font-size: 26px;
	color: #fff;
	letter-spacing: 0.05em;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.care-bento-emergency-text {
	text-align: left;
}

.engagement-hub-img img {
	width: 100%;
	height: 100%;
}

/* Responsive */
@media (max-width: 991px) {
	.care-bento-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
	}

	.care-bento-resident {
		grid-column: 1;
		grid-row: auto;
	}

	.care-bento-digital {
		grid-column: 2;
		grid-row: auto;
	}

	.care-bento-staff {
		grid-column: 1;
		grid-row: auto;
	}

	.care-bento-alerts {
		grid-column: 2;
		grid-row: auto;
	}

	.care-bento-secure {
		grid-column: 1;
		grid-row: auto;
	}

	.care-bento-multiservice {
		grid-column: 2;
		grid-row: auto;
	}

	.care-bento-emergency {
		grid-column: 1 / 3;
		grid-row: auto;
	}
}

@media (max-width:767px) {
	.last-new-units-card {
		margin-bottom: 0px;
	}
}

@media (max-width: 575px) {
	.care-bento-grid {
		grid-template-columns: 1fr;
	}

	.care-bento-resident,
	.care-bento-digital,
	.care-bento-staff,
	.care-bento-alerts,
	.care-bento-secure,
	.care-bento-multiservice,
	.care-bento-emergency {
		grid-column: 1;
		grid-row: auto;
	}

	.care-bento-emergency-inner {
		flex-direction: column;
		text-align: center;
		gap: 20px;
	}

	.care-bento-emergency-text {
		text-align: center;
	}
}

/* Shashi Care */
