* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--nav-offset, 0px) + 24px);
}

body {
	margin: 0;
	min-height: 100vh;
	font-family: 'Manrope', sans-serif;
	color: var(--ink-900);
	background: #1f2e4d;
}

.page-shell {
	width: 100%;
	min-height: 100vh;
	margin: 0;
	background: var(--surface-100);
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}

.nav-floating {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex-wrap: nowrap;
	width: 100%;
	z-index: 1030;
	padding: 0 !important;
	transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.nav-contact-bar {
	width: 100%;
	background: rgba(255, 255, 255, 0.92);
	border-bottom: 1px solid rgba(47, 95, 160, 0.12);
	padding: 0.55rem 0;
	transition: border-color 0.25s ease, background-color 0.25s ease;
}

.nav-main-row {
	display: flex;
	align-items: center;
	width: 100%;
	padding-top: 1rem;
	padding-bottom: 1rem;
	transition: padding 0.25s ease;
}

.nav-contact-items {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 1.25rem;
	flex-wrap: wrap;
}

.nav-contact-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--ink-700);
	text-decoration: none;
	transition: color 0.25s ease;
}

.nav-contact-link:hover,
.nav-contact-link:focus {
	color: var(--brand-700);
}

.nav-contact-link i {
	font-size: 0.85rem;
}

.brand-logo {
	width: 120px;
	height: auto;
	transition: width 0.25s ease;
}

body.nav-fixed {
	padding-top: var(--nav-offset, 0px);
}

.nav-floating.nav-scrolled {
	position: fixed;
	background-color: var(--brand-700);
	--bs-bg-opacity: 1;
	box-shadow: 0 16px 32px rgba(16, 24, 40, 0.16);
}

.nav-floating.nav-scrolled .nav-contact-bar {
	background: rgba(47, 95, 160, 0.98);
	border-bottom-color: rgba(255, 255, 255, 0.16);
}

.nav-floating.nav-scrolled .nav-main-row {
	padding-top: 0.55rem;
	padding-bottom: 0.55rem;
}

.nav-floating.nav-scrolled .nav-contact-link {
	color: rgba(255, 255, 255, 0.9);
}

.nav-floating.nav-scrolled .nav-contact-link:hover,
.nav-floating.nav-scrolled .nav-contact-link:focus {
	color: #fff;
}

.nav-floating.nav-scrolled .brand-logo {
	width: 102px;
}

.nav-floating .navbar-toggler {
	border-color: rgba(255, 255, 255, 0.35);
}

.nav-floating .navbar-toggler:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
}

.nav-floating .navbar-toggler-icon {
	filter: invert(1);
}

.nav-floating.nav-scrolled .nav-link {
	color: #fff;
}

.nav-floating.nav-scrolled .nav-link:hover,
.nav-floating.nav-scrolled .nav-link:focus {
	color: rgba(255, 255, 255, 0.82);
}

.nav-link {
	position: relative;
	display: inline-flex;
	padding-inline: 0.3rem !important;
	font-weight: 600;
	color: var(--ink-700);
	transition: color 0.25s ease;
}

.nav-link:hover,
.nav-link:focus {
	color: var(--brand-700);
}

.nav-track {
	position: relative;
	padding-bottom: 0.4rem;
	--indicator-width: 0px;
	--indicator-x: 0px;
	--indicator-opacity: 0;
}

.nav-track::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: var(--indicator-width);
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	opacity: var(--indicator-opacity);
	transform: translateX(var(--indicator-x));
	transition: transform 0.28s ease, width 0.28s ease, opacity 0.2s ease, background-color 0.25s ease;
	color: var(--brand-700);
}

.nav-floating.nav-scrolled .nav-track::after {
	color: #fff;
}

.nav-link.is-active {
	color: var(--brand-700);
}

.nav-floating.nav-scrolled .nav-link.is-active {
	color: #fff;
}

.nav-login {
	font-weight: 700;
	color: var(--ink-700);
}

.btn-brand {
	background: var(--brand-700);
	border: 0;
	color: #fff;
	font-weight: 700;
	border-radius: 0.75rem;
	padding-inline: 1.2rem;
}

.btn-brand:hover,
.btn-brand:focus {
	color: #fff;
	background: #244f87;
}

.btn-outline-brand {
	border: 1px solid var(--surface-300);
	color: var(--ink-700);
	font-weight: 700;
	border-radius: 0.75rem;
	background: #fff;
	padding-inline: 1.2rem;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
	border-color: var(--brand-500);
	color: var(--brand-700);
}

.hero-section {
	padding-top: 6rem;
	background-image: url('../img/home_header_background.png');
	background-size: cover;
	background-position: center;
}

.hero-surface {
	border-radius: var(--radius-xl);
	padding: 3rem 0;
}

.hero-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.11em;
	color: var(--brand-700);
	font-weight: 700;
	font-size: 0.73rem;
	margin-bottom: 0.9rem;
}

.hero-title {
	font-size: clamp(2rem, 4.8vw, 4rem);
	font-weight: 800;
	line-height: 1.05;
	max-width: 100%;
	margin-bottom: 1rem;
}

.hero-copy {
	color: var(--ink-500);
	max-width: 48ch;
	font-size: 1.02rem;
}

.hero-visual {
	min-height: 380px;
	border-radius: var(--radius-xl);
	position: relative;
	background: #dbe6f7;
	border: 1px solid rgba(47, 95, 160, 0.14);
	overflow: hidden;
}

.hero-card {
	position: absolute;
	border-radius: 1.2rem;
}

.hero-card-main {
	width: min(92%, 420px);
	height: 260px;
	right: 1.4rem;
	bottom: 1.4rem;
	background: #fff;
	box-shadow: 0 22px 40px rgba(31, 46, 77, 0.18);
	overflow: hidden;
}

.hero-card-header {
	height: 52px;
	background: var(--brand-700);
}

.hero-card-body {
	padding: 1.2rem;
}

.hero-line {
	height: 11px;
	border-radius: 1rem;
	background: rgba(47, 95, 160, 0.18);
	margin-bottom: 0.8rem;
}

.hero-tile-grid {
	margin-top: 1.2rem;
	display: grid;
	gap: 0.7rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-tile-grid span {
	display: block;
	border-radius: 0.8rem;
	min-height: 56px;
	background: var(--surface-200);
}

.hero-card-side {
	width: 155px;
	height: 188px;
	left: 1.6rem;
	top: 1.6rem;
	background: #1e3f6c;
	box-shadow: 0 18px 35px rgba(31, 46, 77, 0.22);
}

.hero-orb {
	position: absolute;
	border-radius: 50%;
	background: var(--accent);
}

.hero-orb-top {
	width: 78px;
	height: 78px;
	right: 1rem;
	top: 0.75rem;
}

.hero-orb-bottom {
	width: 54px;
	height: 54px;
	left: 42%;
	bottom: 1.2rem;
}

.features-section {
	background: #000f2f;
	padding: 4.25rem 0;
}

.feature-item {
	display: grid;
	grid-template-columns: 94px 1fr;
	gap: 1.4rem;
	align-items: start;
}

.feature-icon-wrap {
	width: 94px;
	height: 94px;
	border-radius: 0.95rem;
	background: #182845;
	display: grid;
	place-items: center;
}

.feature-icon-wrap i {
	font-size: 2.1rem;
	color: var(--brand-700);
	line-height: 1;
}

.feature-title {
	margin: 0 0 0.8rem;
	font-size: clamp(1.3rem, 1.1rem + 0.45vw, 2rem);
	font-weight: 700;
	color: #f7f9ff;
	letter-spacing: 0.01em;
}

.feature-copy {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.55;
	color: rgba(234, 240, 255, 0.72);
	max-width: 34ch;
}

.insights-section {
	padding: 5.5rem 0;
	background: #f8fdff;
}

.insights-copy-wrap {
	max-width: 31rem;
}

.insights-eyebrow {
	margin: 0 0 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	font-size: 0.76rem;
	font-weight: 800;
	color: #6f7bb3;
}

.insights-title {
	margin: 0;
	max-width: 12ch;
	font-size: clamp(2.1rem, 3.6vw, 3.7rem);
	line-height: 1.05;
	font-weight: 800;
	color: #16266f;
}

.insights-copy {
	margin: 1.25rem 0 0;
	/* max-width: 29ch; */
	font-size: 1.1rem;
	line-height: 1.7;
	color: #646d91;
}

.insights-button {
	margin-top: 2rem;
	padding: 0.95rem 1.55rem;
	border-radius: 0.85rem;
	background: #ff5578;
	color: #ffffff;
	font-weight: 700;
	box-shadow: 0 12px 24px rgba(255, 85, 120, 0.22);
}

.insights-button:hover,
.insights-button:focus {
	background: #ef476c;
	color: #ffffff;
}

.insights-stage {
	position: relative;
	min-height: 430px;
	max-width: 620px;
	margin-left: auto;
	padding: 1.5rem;
}

.insights-stage-backdrop {
	position: absolute;
	top: 1.8rem;
	left: 22%;
	width: 46%;
	height: 72%;
	border-radius: 1.5rem;
	background: #718bae;
}

.insight-card {
	position: absolute;
	width: 220px;
	padding: 1.45rem 1.45rem 1.35rem;
	border-radius: 1.2rem;
	background: #ffffff;
	box-shadow: 0 22px 48px rgba(40, 52, 115, 0.1);
}

.insight-card-top {
	top: 0;
	left: 16%;
}

.insight-card-bottom {
	left: 16%;
	bottom: 0.65rem;
}

.insight-card-right {
	right: 6%;
	top: 6.1rem;
}

.insight-card-icon {
	display: inline-grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 0.65rem;
	margin-bottom: 1rem;
	font-size: 0.95rem;
}

.insight-card-icon-blue {
	background: #eef1ff;
	color: #7f88d9;
}

.insight-card-icon-gold {
	background: #fff5df;
	color: #f4be52;
}

.insight-card-icon-pink {
	background: #ffe9ee;
	color: #ff6f93;
}

.insight-card-label {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #29366d;
}

.insight-card-value {
	margin: 0.35rem 0 0;
	font-size: 2.35rem;
	line-height: 1;
	font-weight: 800;
	color: #16266f;
}

.insight-card-meta {
	margin: 0.45rem 0 0;
	font-size: 0.95rem;
	color: #7f86a2;
}

.care-section {
	padding: 5rem 0 5.5rem;
	background: #f7f9ff;
}

.care-top {
	max-width: 44rem;
	margin: 0 auto 2rem;
}

.care-total {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1;
	font-weight: 800;
	color: var(--brand-700);
}

.care-subtitle {
	margin: 0.75rem auto 0;
	max-width: 20ch;
	font-size: clamp(1.1rem, 2vw, 1.75rem);
	font-weight: 700;
	color: var(--ink-700);
}

.care-departments {
	margin-bottom: 4.2rem;
}

.care-dept-card {
	position: relative;
	padding: 2.2rem 1.2rem 1.35rem;
	border-radius: 1rem;
	background: #eef3fe;
	text-align: center;
	height: 100%;
	border: 1px solid #dbe6fb;
}

.care-dept-card.is-highlighted {
	background: #ffffff;
}

.care-icon {
	position: absolute;
	top: -1.05rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2.7rem;
	height: 2.7rem;
	border-radius: 999px;
	display: grid;
	place-items: center;
	background: var(--brand-300);
	color: var(--brand-700);
	font-size: 1.1rem;
}

.care-dept-card h3 {
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: var(--ink-700);
}

.care-dept-card p {
	margin: 0.4rem 0 0;
	font-size: 0.88rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--brand-700);
}

.care-why {
	margin-bottom: 4.2rem;
}

.care-chart-wrap {
	max-width: 360px;
	padding: 2rem 1.4rem;
	border-radius: 1.2rem;
	background: #ebf1ff;
}

.care-chart {
	padding: 1.25rem;
	border-radius: 1rem;
	background: #dce7ff;
}

.care-donut {
	width: 185px;
	height: 185px;
	margin: 0 auto;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: conic-gradient(var(--brand-700) 0 42%, #9bc4ef 42% 72%, #d9e9fd 72% 100%);
}

.care-donut span {
	width: 66%;
	height: 66%;
	border-radius: 50%;
	background: #f6f9ff;
	display: grid;
	place-items: center;
	font-weight: 800;
	font-size: 1.45rem;
	color: var(--ink-700);
}

.care-why-copy h3 {
	margin: 0;
	font-size: clamp(1.6rem, 2.8vw, 2.6rem);
	line-height: 1.1;
	color: var(--ink-900);
	max-width: 14ch;
}

.care-why-copy > p {
	margin: 1rem 0 0;
	max-width: 44ch;
	color: var(--ink-500);
	line-height: 1.7;
}

.care-why-grid {
	margin-top: 1.4rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

.care-why-grid div {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.85rem;
	border-radius: 0.75rem;
	background: #eef3fe;
	color: var(--ink-700);
	font-weight: 600;
	font-size: 0.96rem;
}

.care-why-grid i {
	color: var(--brand-700);
	font-size: 1rem;
}

.care-actions {
	margin-top: 1.5rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.care-btn-primary {
	padding: 0.8rem 1.3rem;
	border-radius: 0.65rem;
	background: var(--brand-700);
	color: #ffffff;
	font-weight: 700;
}

.care-btn-primary:hover,
.care-btn-primary:focus {
	background: #244f87;
	color: #ffffff;
}

.care-btn-link {
	color: var(--ink-700);
	font-weight: 600;
	text-decoration: none;
}

.care-btn-link:hover,
.care-btn-link:focus {
	color: var(--brand-700);
}

.care-testimonial-copy h3 {
	margin: 0;
	font-size: clamp(1.8rem, 2.8vw, 2.9rem);
	line-height: 1.1;
	color: var(--ink-900);
	max-width: 12ch;
}

.care-testimonial-copy p {
	margin: 1rem 0 0;
	max-width: 36ch;
	color: var(--ink-500);
	line-height: 1.7;
}

.care-testimonial-copy .care-btn-primary {
	margin-top: 1.5rem;
}

.care-testimonial-list {
	display: grid;
	gap: 1rem;
}

.care-quote-card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 1.1rem;
	border-radius: 1rem;
	background: #eef3fe;
	border: 1px solid #dbe6fb;
}

.care-quote-card-offset {
	margin-left: 2.8rem;
}

.care-quote-card h4 {
	margin: 0;
	font-size: 1rem;
	color: var(--ink-700);
}

.care-quote-card p {
	margin: 0.35rem 0 0;
	color: var(--ink-500);
	font-size: 0.92rem;
}

.care-avatar {
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: #cfe2fb;
	border: 2px solid #b8d4f9;
}

.pricing-section {
	padding: 5.2rem 0;
	background: var(--brand-700);
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.pricing-copy-wrap {
	position: relative;
	max-width: 34rem;
	z-index: 2;
}

.pricing-watermark {
	position: absolute;
	top: -2.4rem;
	left: -0.15rem;
	margin: 0;
	font-size: clamp(4rem, 10vw, 8rem);
	line-height: 0.9;
	font-weight: 800;
	color: #4b78bf;
	opacity: 0.23;
	pointer-events: none;
}

.pricing-title {
	position: relative;
	margin: 1.1rem 0 0;
	font-size: clamp(2rem, 3.4vw, 3.6rem);
	line-height: 1.05;
	font-weight: 800;
	max-width: 12ch;
}

.pricing-copy {
	margin: 1.35rem 0 0;
	color: #d5e4ff;
	font-size: 1.06rem;
	line-height: 1.7;
	max-width: 46ch;
}

.pricing-trust-title {
	margin: 2rem 0 0;
	font-weight: 700;
	font-size: 1.4rem;
}

.pricing-trust-grid {
	margin-top: 1.1rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.95rem 1rem;
	max-width: 32rem;
}

.pricing-trust-grid span {
	color: #e6eeff;
	font-size: 1.02rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	text-align: left;
	opacity: 0.95;
}

.pricing-plans {
	height: 100%;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	align-items: stretch;
}

.pricing-card {
	border-radius: 1.4rem;
	padding: 1.7rem 1.3rem 1.3rem;
	box-shadow: 0 22px 48px rgba(12, 24, 54, 0.25);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.pricing-card-tag {
	margin: 0;
	font-weight: 800;
	font-size: 1.55rem;
	line-height: 1;
}

.pricing-card h3 {
	margin: 0.7rem 0 0;
	font-size: 3rem;
	line-height: 1;
	font-weight: 800;
}

.pricing-card h3 span {
	font-size: 1.18rem;
	font-weight: 700;
	margin-left: 0.2rem;
}

.pricing-card-copy {
	margin: 0.9rem 0 0;
	font-size: 1rem;
	line-height: 1.5;
	max-width: 24ch;
}

.pricing-card ul {
	list-style: none;
	padding: 0;
	margin: 1.2rem 0 0;
	display: grid;
	gap: 0.68rem;
}

.pricing-card li {
	display: flex;
	align-items: center;
	gap: 0.55rem;
	font-size: 1.03rem;
	font-weight: 600;
}

.pricing-card li i {
	font-size: 1rem;
	line-height: 1;
}

.pricing-btn {
	margin-top: auto;
	align-self: flex-start;
	border-radius: 999px;
	font-weight: 700;
	padding: 0.72rem 1.3rem;
	font-size: 0.95rem;
}

.pricing-card-light {
	background: #ffffff;
	color: var(--ink-700);
}

.pricing-card-light .pricing-card-tag {
	color: var(--brand-700);
	font-size: 1.1rem;
	background: #eaf0fd;
	display: inline-flex;
	align-self: flex-start;
	padding: 0.35rem 0.8rem;
	border-radius: 999px;
}

.pricing-card-light h3 {
	font-size: 2.3rem;
	color: var(--brand-700);
}

.pricing-card-light .pricing-card-copy {
	color: var(--ink-500);
}

.pricing-card-light li {
	color: var(--ink-700);
}

.pricing-card-light li i {
	color: var(--brand-500);
}

.pricing-btn-outline {
	background: #ffffff;
	border: 2px solid #9bb7e5;
	color: var(--brand-700);
}

.pricing-btn-outline:hover,
.pricing-btn-outline:focus {
	background: #f4f8ff;
	color: var(--brand-700);
	border-color: var(--brand-500);
}

.pricing-card-brand {
	background: #ffffff;
	color: var(--ink-700);
	position: relative;
	overflow: hidden;
	justify-content: flex-start;
}

.pricing-card-brand::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 39%;
	background: #2456d8;
	border-bottom-left-radius: 60% 42%;
	border-bottom-right-radius: 20% 18%;
	z-index: 0;
}

.pricing-card-brand > * {
	position: relative;
	z-index: 1;
}

.pricing-card-brand .pricing-card-tag,
.pricing-card-brand h3,
.pricing-card-brand h3 span {
	color: #ffffff;
}

.pricing-card-brand h3{
	margin-bottom: 6rem;
}

.pricing-card-brand ul {
	margin-top: 1.5rem;
}

.pricing-card-brand li i {
	color: var(--brand-500);
}

.pricing-btn-solid {
	background: var(--brand-700);
	color: #ffffff;
	border: 0;
}

.pricing-btn-solid:hover,
.pricing-btn-solid:focus {
	background: #244f87;
	color: #ffffff;
}

.about-section {
	padding: 4.2rem 0 4.6rem;
	background: #ffffff;
	border-top: 1px solid var(--surface-200);
}

.about-layout {
	align-items: start;
}

.about-left {
	max-width: 22rem;
}

.about-eyebrow {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.1;
	font-weight: 800;
	color: var(--ink-900);
}

.about-title {
	margin: 0.75rem 0 0;
	font-size: 1.02rem;
	font-weight: 500;
	line-height: 1.6;
	color: var(--ink-500);
	max-width: 29ch;
}

.about-btn {
	margin-top: 1.35rem;
	padding: 0.72rem 1.4rem;
	border-radius: 999px;
	border: 1px solid var(--brand-700);
	background: #fff;
	color: var(--brand-700);
	font-weight: 700;
	font-size: 0.85rem;
	text-transform: uppercase;
	letter-spacing: 0.11em;
}

.about-btn:hover,
.about-btn:focus {
	background: var(--brand-700);
	color: #ffffff;
}

.about-right {
	max-width: 54rem;
}

.about-right p {
	margin: 0;
	font-size: 1.03rem;
	line-height: 1.85;
	color: var(--ink-500);
}

.about-right p + p {
	margin-top: 1rem;
}

.site-footer {
	background: #0f4f9b;
	color: #dbe8ff;
}

.footer-main {
	padding: 3.4rem 0 2.6rem;
	border-bottom: 1px solid rgba(218, 233, 255, 0.16);
}

.footer-brand {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.95rem;
}

.footer-brand img {
	width: min(170px, 100%);
	height: auto;
}

.footer-brand-copy {
	margin: 0;
	max-width: 35ch;
	font-size: 0.95rem;
	line-height: 1.65;
	color: rgba(229, 239, 255, 0.82);
}

.footer-title {
	margin: 0 0 0.95rem;
	font-size: 1.02rem;
	font-weight: 700;
	color: #ffffff;
}

.footer-title-lg {
	font-size: clamp(1.35rem, 2vw, 2rem);
	line-height: 1.2;
	margin-bottom: 0.7rem;
}

.footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.65rem;
}

.footer-links a {
	color: rgba(229, 239, 255, 0.86);
	text-decoration: none;
	font-size: 0.95rem;
}

.footer-contact-list a {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
}

.footer-contact-list i {
	font-size: 0.85rem;
}

.footer-links a:hover,
.footer-links a:focus {
	color: #ffffff;
}

.footer-news-copy {
	margin: 0 0 0.95rem;
	font-size: 0.95rem;
	line-height: 1.6;
	color: rgba(229, 239, 255, 0.82);
}

.footer-subscribe {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0;
	max-width: 420px;
	position: relative;
	border-radius: 0.55rem;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(11, 56, 111, 0.44);
}

.footer-honeypot {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.footer-subscribe input {
	border: 0;
	outline: none;
	padding: 0.74rem 0.9rem;
	font-size: 0.94rem;
	color: #ffffff;
	background: transparent;
}

.footer-subscribe input::placeholder {
	color: rgba(229, 239, 255, 0.75);
}

.footer-subscribe button {
	border: 0;
	padding: 0 1.05rem;
	font-size: 0.74rem;
	letter-spacing: 0.06em;
	font-weight: 800;
	text-transform: uppercase;
	color: #0f4f9b;
	background: #ffffff;
}

.footer-subscribe button:hover,
.footer-subscribe button:focus {
	background: #e8f0ff;
}

.footer-subscribe button:disabled {
	opacity: 0.75;
	cursor: not-allowed;
}

.footer-subscribe-status {
	margin: 0.6rem 0 0;
	font-size: 0.88rem;
	line-height: 1.35;
	min-height: 1.2rem;
	color: rgba(229, 239, 255, 0.9);
}

.footer-subscribe-status.is-success {
	color: #d9ffd6;
}

.footer-subscribe-status.is-error {
	color: #ffd5d5;
}

.whatsapp-fab {
	position: fixed;
	right: 1.25rem;
	bottom: 1.25rem;
	width: 56px;
	height: 56px;
	border-radius: 999px;
	background: #25d366;
	color: #ffffff;
	display: inline-grid;
	place-items: center;
	text-decoration: none;
	font-size: 1.7rem;
	z-index: 1200;
	box-shadow: 0 10px 22px rgba(37, 211, 102, 0.35);
	animation: whatsapp-glow 2.2s ease-in-out infinite;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-fab:hover,
.whatsapp-fab:focus {
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(37, 211, 102, 0.42);
}

@keyframes whatsapp-glow {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.46), 0 10px 22px rgba(37, 211, 102, 0.32);
	}
	70% {
		box-shadow: 0 0 0 16px rgba(37, 211, 102, 0), 0 10px 22px rgba(37, 211, 102, 0.32);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 10px 22px rgba(37, 211, 102, 0.32);
	}
}

.footer-bottom {
	padding: 1rem 0;
	background: #0c4689;
}

.footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.footer-copyright {
	margin: 0;
	font-size: 0.9rem;
	color: rgba(229, 239, 255, 0.82);
}

.footer-policy-links {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 1.25rem;
	flex-wrap: wrap;
}

.footer-policy-links a {
	text-decoration: none;
	color: rgba(229, 239, 255, 0.88);
	font-size: 0.9rem;
	font-weight: 500;
}

.footer-policy-links a:hover,
.footer-policy-links a:focus {
	color: #ffffff;
}

.footer-social {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.footer-social a {
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	text-decoration: none;
	color: #0f4f9b;
	background: #ffffff;
	font-size: 0.85rem;
}

.footer-social a:hover,
.footer-social a:focus {
	background: #dbe8ff;
}

.mobile-nav {
	width: 100% !important;
	max-width: 100%;
	border: 0;
	background: var(--brand-700);

}

.mobile-nav-header {
	padding: 1.35rem 1.25rem 0.8rem;
	display: grid;
	grid-template-columns: 40px 1fr 40px;
	align-items: center;
}

.mobile-nav .offcanvas-title {
	font-size: 1.2rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	text-align: center;
	margin: 0;
	color: #111111;
}

.mobile-nav .offcanvas-title img{
    width:100px;
}

.mobile-icon-btn {
	color: var(--surface-200);
	font-size: 1.2rem;
	line-height: 1;
}

.mobile-nav-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 1.1rem 1.5rem 2rem;
	gap: 2rem;
}

.mobile-contact-block {
	width: 100%;
	display: grid;
	gap: 0.85rem;
	padding: 0 0 1.1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mobile-contact-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	font-size: 0.98rem;
	font-weight: 700;
}

.mobile-contact-link:hover,
.mobile-contact-link:focus {
	color: #ffffff;
}

.mobile-nav-links {
	text-align: center;
	display: grid;
	gap: 1.2rem;
	margin-top: 0.4rem;
}

.mobile-nav-links a {
	font-size: 1rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.22em;
	color: var(--surface-100);
	text-decoration: none;
}

.mobile-account-links {
	display: grid;
	gap: 0.9rem;
	text-align: center;
}

.mobile-account-links a {
	color: var(--brand-300);
	text-decoration: none;
	font-size: 1.1rem;
	letter-spacing: 0.04em;
}

.mobile-socials {
	display: flex;
	gap: 1rem;
}

.mobile-socials a {
	color: #232323;
	font-size: 1.6rem;
	line-height: 1;
}

.mobile-search {
	width: min(360px, 100%);
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 0.75rem;
	align-items: center;
	margin-top: 0.2rem;
}

.mobile-search input {
	border: 0;
	background: #efefef;
	padding: 0.9rem 1rem;
	color: #111111;
	font-size: 0.95rem;
	outline: none;
}

.mobile-search button {
	border: 0;
	background: transparent;
	color: #111111;
	font-size: 1.45rem;
	padding: 0;
	line-height: 1;
}

@media (max-width: 991.98px) {
	.page-shell {
		margin: 0;
		border-radius: 0;
	}

	.navbar {
		padding-top: 0.9rem !important;
		padding-bottom: 0.9rem !important;
	}

	.nav-contact-bar{
		display: none;
	}

	.nav-main-row {
		padding-top: 0.9rem !important;
		padding-bottom: 0.9rem !important;
	}

	.nav-contact-items {
		justify-content: center;
		gap: 0.85rem 1rem;
	}

	.nav-floating.nav-scrolled .nav-main-row {
		padding-top: 0.65rem !important;
		padding-bottom: 0.65rem !important;
	}

	body.nav-fixed {
		padding-top: var(--nav-offset, 0px);
	}

	.brand-logo {
		width: 112px;
	}

	.hero-surface {
		padding: 1.4rem 0 2rem;
	}

	.hero-title {
		max-width: 100%;
	}

	.hero-visual {
		min-height: 320px;
	}

	.hero-card-main {
		width: calc(100% - 2.4rem);
	}

	.features-section {
		padding: 2.8rem 0;
	}

	.feature-item {
		grid-template-columns: 74px 1fr;
		gap: 1rem;
	}

	.feature-icon-wrap {
		width: 74px;
		height: 74px;
	}

	.feature-icon-wrap i {
		font-size: 1.75rem;
	}

	.insights-section {
		padding: 3.5rem 0;
	}

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

	.insights-stage {
		min-height: 520px;
		max-width: 460px;
		margin: 0 auto;
		padding: 0.5rem 0;
	}

	.insights-stage-backdrop {
		left: 22%;
		width: 52%;
		height: 68%;
	}

	.insight-card {
		width: 190px;
		padding: 1.2rem;
	}

	.insight-card-top,
	.insight-card-bottom {
		left: 0;
	}

	.insight-card-right {
		right: 0;
		top: 7rem;
	}

	.insight-card-value {
		font-size: 2rem;
	}

	.care-section {
		padding: 3.3rem 0 3.6rem;
	}

	.care-departments,
	.care-why {
		margin-bottom: 2.8rem;
	}

	.care-chart-wrap {
		max-width: 100%;
	}

	.care-why-copy h3,
	.care-testimonial-copy h3 {
		max-width: 100%;
	}

	.care-quote-card-offset {
		margin-left: 0;
	}

	.pricing-section {
		padding: 3.6rem 0;
	}

	.pricing-watermark {
		top: -1.2rem;
	}

	.pricing-trust-grid {
		max-width: 100%;
	}

	.pricing-plans {
		grid-template-columns: 1fr;
		margin-top: 1rem;
	}

	.about-section {
		padding: 3rem 0 3.2rem;
	}

	.footer-main {
		padding: 2.7rem 0 2rem;
	}

	.footer-bottom {
		padding: 0.85rem 0;
	}

	.footer-policy-links {
		gap: 0.9rem;
	}

	.about-right {
		max-width: 100%;
	}
}

@media (max-width: 575.98px) {
	.insights-title {
		max-width: 100%;
	}

	.insights-stage {
		min-height: auto;
		display: grid;
		gap: 1rem;
		max-width: 100%;
	}

	.insights-stage-backdrop {
		display: none;
	}

	.insight-card {
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}

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

	.care-actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.pricing-trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pricing-card {
		padding: 1.3rem 1rem 1.1rem;
	}

	.pricing-card h3 {
		font-size: 2.4rem;
	}

	.about-eyebrow {
		font-size: 1.55rem;
	}

	.about-title,
	.about-right p {
		font-size: 0.96rem;
	}

	.footer-subscribe {
		max-width: 100%;
	}

	.footer-policy-links {
		width: 100%;
	}

	.whatsapp-fab {
		right: 1rem;
		bottom: 1rem;
		width: 52px;
		height: 52px;
		font-size: 1.55rem;
	}

	.footer-bottom-inner {
		align-items: flex-start;
	}

	.nav-contact-items {
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
}

@media (min-width: 992px) {
	.mobile-nav {
		display: none !important;
	}
}
