.hero_logo {
	width: 100px;
	height: 100px;
}

:root {
	/* Palette #1 */
	--midnight: #0a1a2f;
	--gold: #d4af37;
	--deep-blue: #143d59;
	--sand: #c8b68a;
	--white: #ffffff;
	--steel: #8a8f9a;
	--black: #000000;
	--electric: #1a9fff;

	--radius: 18px;
	--maxw: 1120px;
}

* {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family:
		'Montserrat',
		system-ui,
		-apple-system,
		Segoe UI,
		Roboto,
		Arial,
		sans-serif;
	background: var(--midnight);
	color: var(--white);
}
/* Top Right Header Nav*/

.topnav {
	position: fixed;
	top: 18px;
	right: 22px;
	z-index: 9999;

	display: flex;
	align-items: center;
	gap: 14px;

	/* Optional: helps readability on busy backgrounds */
	/* background: rgba(0,0,0,0.18);
   backdrop-filter: blur(8px);
   padding: 10px 12px;
   border-radius: 999px; */
}

.topnav__link {
	text-decoration: none;
	font-weight: 600;
	opacity: 0.9;
}

.topnav__link:hover {
	opacity: 1;
	text-decoration: underline;
}

.topnav__btn {
	text-decoration: none;
	font-weight: 700;
	padding: 10px 14px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;

	/* Button styling (safe defaults) */
	background: #f3c64d;
	color: #0b1320;
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.topnav__btn:hover {
	filter: brightness(1.05);
}

.topnav__social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	text-decoration: none;

	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(0, 0, 0, 0.2);
}

.topnav__social img {
	width: 18px;
	height: 18px;
	display: block;
}

/* HERO */
.hero {
	padding: 56px 18px 64px;
	background:
		radial-gradient(900px 500px at 20% 15%, rgba(212, 175, 55, 0.1), transparent 60%),
		radial-gradient(800px 500px at 85% 30%, rgba(26, 159, 255, 0.1), transparent 55%),
		var(--midnight);
}

.hero__container {
	max-width: var(--maxw);
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 34px;
	align-items: center;
}

.hero__brand {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 18px;
}

.hero__logo {
	width: 56px;
	height: 56px;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.25));
}

.hero__name {
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 0.88rem;
	color: var(--gold);
}

.hero__tagline {
	margin-top: 2px;
	font-weight: 600;
	letter-spacing: 0.18em;
	font-size: 0.72rem;
	color: rgba(212, 175, 55, 0.9);
}

.hero__headline {
	font-size: clamp(2rem, 3.4vw, 3.1rem);
	line-height: 1.1;
	margin: 0 0 14px;
}

.hero__subheadline {
	margin: 0 0 22px;
	max-width: 52ch;
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.03rem;
	line-height: 1.6;
}

.hero__subheadline strong {
	color: var(--white);
	font-weight: 700;
}

.hero__cta {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 18px;
}

.btn {
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	border-radius: 999px;
	font-weight: 700;
	letter-spacing: 0.02em;
	border: 1px solid transparent;
	transition:
		transform 0.12s ease,
		background 0.12s ease,
		border-color 0.12s ease;
	color: 0.12s ease;
}

.btn-primary {
	background: linear-gradient(135deg, #ffcc4c, #ffb703);
	color: #0b1a20; /* dark text for contrast */
	box-shadow: 0 12px 28px rgba(255, 196, 76, 0.35);
}

.btn-primary:hover .btn-primary:focus-visible {
	transform: translateY(-1px);
	box-shadow:
		0 16px 34px,
		rgba(255, 196, 76, 0.35);
	color: #0b1a2a; /* stays dark, not white */
}

.btn-outline {
	background: transparent;
	color: var(--white);
	border-color: rgba(255, 255, 255, 0.35);
}

.btn-outline:hover .btn-outline:focus-visible {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.6);
	color: var(--white);
}

.btn-btn-primary-nav-cta {
	background: linear-gradient(135deg, #ffcc4c, #ffb703);
	color: #0b1a20; /* dark text for contrast */
	box-shadow: 0 12px 28px rgba(255, 196, 76, 0.35);
}

.hero__trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.pill {
	padding: 8px 12px;
	border-radius: 999px;
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.88);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Right panel mockup */
.hero__panel {
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(212, 175, 55, 0.18);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
	overflow: hidden;
}

.hero__panel-top {
	display: flex;
	gap: 8px;
	padding: 12px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(10, 26, 47, 0.55);
}

.dot {
	width: 10px;
	height: 10px;
	border-radius: 999px;
	background: rgba(212, 175, 55, 0.55);
}

.hero__panel-body {
	padding: 18px;
	display: grid;
	gap: 12px;
}

.stat {
	padding: 14px;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.stat__label {
	font-size: 0.85rem;
	color: rgba(255, 255, 255, 0.72);
	margin-bottom: 6px;
}

.stat__value {
	font-size: 1.2rem;
	font-weight: 800;
	color: var(--gold);
	letter-spacing: 0.02em;
}

.note {
	margin-top: 2px;
	padding: 14px;
	border-radius: 14px;
	background: rgba(20, 61, 89, 0.35);
	border: 1px solid rgba(26, 159, 255, 0.2);
	color: rgba(255, 255, 255, 0.85);
	line-height: 1.5;
}

.success-lead {
	margin-bottom: 8px; /* tighten gap */
}

.success-subtext {
	margin-top: 0;
}

/* Responsive */
@media (max-width: 900px) {
	.hero__container {
		grid-template-columns: 1fr;
	}
	.hero__right {
		order: -1;
	}
	.hero__subheadline {
		max-width: 65ch;
	}
}

/* Shared container */
.container {
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 0 18px;
}

.section-title {
	margin: 0 0 10px;
	font-size: clamp(1.6rem, 2.2vw, 2.2rem);
	letter-spacing: 0.01em;
}

.section-subtitle {
	margin: 0 0 24px;
	max-width: 70ch;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.6;
}

/* CTA text link */
text {
	align-self: center;
	color: rgba(255, 255, 255, 0.85);
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.02em;
	padding: 10px 6px;
}

.cta-text {
	display: inline-flex;
	align-items: center;

	padding: 10px 16px;
	border-radius: 999px;

	color: var(--white);
	text-decoration: none;
	font-weight: 600;

	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(255, 255, 255, 0.04);

	transition:
		color 0.2s ease,
		background 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.cta-text:hover,
.cta-text:focus-visible {
	color: var(--gold);
	border-color: rgba(212, 175, 55, 0.55);
	background: rgba(212, 175, 55, 0.08);
	transform: translateY(-1px);
}

/* Cards */
.card {
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 18px;
}

.card h3 {
	margin: 0 0 8px;
	color: var(--gold);
	letter-spacing: 0.02em;
	font-size: 1.1rem;
}

.card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.6;
}

.card ul {
	margin: 10px 0 0;
	padding-left: 18px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.8;
}

/* Section 2 — Why */
.why {
	padding: 70px 0;
	background: linear-gradient(to bottom, rgba(10, 26, 47, 1), rgba(10, 26, 47, 0.92));
}

.why__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
}

.motto {
	margin-top: 26px;
	padding: 16px 18px;
	border-radius: 14px;
	border: 1px solid rgba(212, 175, 55, 0.22);
	background: rgba(20, 61, 89, 0.3);
	color: rgba(255, 255, 255, 0.86);
	font-style: italic;
	max-width: 72ch;
}

/* Section 3 — Services */
.services {
	padding: 70px 0;
	background:
		radial-gradient(900px 400px at 25% 10%, rgba(212, 175, 55, 0.1), transparent 60%),
		var(--midnight);
}

.services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.card--accent {
	border: 1px solid rgba(212, 175, 55, 0.18);
}

/* Responsive grids */
@media (max-width: 900px) {
	.why__grid {
		grid-template-columns: 1fr 1fr;
	}
	.services__grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.why__grid {
		grid-template-columns: 1fr;
	}
}

.why {
	padding: 80px 0;
}

.services {
	padding: 80px 0;
}

/* SECTION 4 — HOW IT WORKS */
.process {
	padding: 80px 0;
	background: linear-gradient(to bottom, rgba(10, 26, 47, 0.96), rgba(10, 26, 47, 1));
}

.process__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 30px;
}

.process__step {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--radius);
	padding: 22px;
}

.process__step h3 {
	margin-top: 10px;
	margin-bottom: 8px;
	color: var(--gold);
	font-size: 1.15rem;
}

.process__step p {
	margin: 0;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.85);
}

.step-number {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--gold);
	color: var(--midnight);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process__cta {
	margin-top: 36px;
}

/* Responsive */
@media (max-width: 900px) {
	.process__grid {
		grid-template-columns: 1fr;
	}
}

/* SECTION 5 — CARE PLANS */
.plans {
	padding: 80px 0;
	background:
		radial-gradient(900px 450px at 75% 10%, rgba(212, 175, 55, 0.1), transparent 60%),
		radial-gradient(800px 450px at 20% 30%, rgba(26, 159, 255, 0.08), transparent 55%),
		var(--midnight);
}

.plans__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 30px;
}

.plan-card {
	position: relative;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 22px;
	display: flex;
	flex-direction: column;
	min-height: 420px;
}

.plan-card__top {
	margin-bottom: 14px;
}

/* Plans: tighten spacing inside the cards */
.plan-card__top {
	margin-bottom: 12px;
}

.plan-desc {
	margin: 6px 0 12px;
}

.plan-features {
	line-height: 1.75;
}

.plan-actions {
	margin-top: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.plan-name {
	margin: 0;
	color: var(--gold);
	font-size: 1.25rem;
	letter-spacing: 0.01em;
}

.plan-desc {
	margin: 8px 0 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5;
}

.plan-price {
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.plan-price .price {
	font-size: 2rem;
	font-weight: 800;
	color: var(--white);
}

.plan-price .mo {
	color: rgba(255, 255, 255, 0.75);
	font-weight: 600;
}

.plan-features {
	margin: 0;
	padding-left: 18px;
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.9;
	flex: 1;
}

.plan-btn {
	margin-top: 18px;
	width: fit-content;
}

/* Plans: stronger price emphasis + more consistent alignment */
.plan-price {
	margin-top: 10px;
	margin-bottom: 14px;
}

.plan-price .price {
	letter-spacing: 0.01em;
}

.plan-card {
	min-height: 440px; /* optional: makes the three cards align more evenly */
}

/* Popular highlight */
.plan-card--popular {
	border: 1px solid rgba(212, 175, 55, 0.35);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
	transform: translateY(-6px);
}

.badge {
	position: absolute;
	top: 16px;
	right: 16px;
	background: var(--gold);
	color: var(--midnight);
	font-weight: 800;
	font-size: 0.75rem;
	padding: 8px 10px;
	border-radius: 999px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.plans__note {
	margin-top: 22px;
	color: rgba(255, 255, 255, 0.8);
	max-width: 75ch;
}

/* Responsive */
@media (max-width: 900px) {
	.plans__grid {
		grid-template-columns: 1fr;
	}
	.plan-card--popular {
		transform: none;
	}
}

/* SECTION 6 — CONTACT */
.contact {
	padding: 90px 0;
	background:
		radial-gradient(900px 500px at 20% 20%, rgba(212, 175, 55, 0.1), transparent 60%),
		var(--midnight);
}

.contact-form {
	max-width: 520px;
	margin-top: 32px;
}

.form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 18px;
}

.form-group label {
	margin-bottom: 6px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.9);
}

.form-group input,
.form-group textarea {
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.06);
	color: var(--white);
	font-family: inherit;
	font-size: 0.95rem;
}

.form-group select {
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.06);
	color: var(--white);
	font-family: inherit;
	font-size: 0.95rem;
}
.form-group select:focus {
	outline: none;
	border-color: var(--gold);
}

.checkbox-group {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 12px 0 18px;
	font-size: 0.95rem;
}

.checkbox-group input [type='checkbox'] {
	transform: scale(1.15);
}
/* === Checkup form textarea cleanup === */
textarea#message {
	width: 100%;
	min-height: 120px;
	padding: 14px 16px;
	font-family: inherit;
	font-size: 0.95rem;
	line-height: 1.5;
	color: #e5e7eb;

	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 12px;

	resize: none; /* prevents ugly drag resizing */
}

/* Focus state to match inputs */
textarea#message:focus {
	outline: none;
	border-color: #f5c542; /* your gold accent */
	box-shadow: 0 0 0 1px rgba(245, 197, 66, 0.4);
}

textarea#message::placeholder {
	color: rgba(229, 231, 235, 0.6);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.form-group input:focus,
.form-group textarea:focus {
	outline: none;
	border-color: var(--gold);
}

.contact button {
	margin-top: 10px;
}

/* FOOTER */
.footer {
	padding-top: 70px;
	padding-bottom: 24px;
	background: rgba(0, 0, 0, 0.15);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__inner {
	display: grid;
	grid-template-columns: 1.5fr 0.8fr 0.9fr;
	gap: 28px;
	padding-bottom: 40px;
}

.footer__logo-wrap {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 12px;
}

.footer__logo {
	width: 44px;
	height: 44px;
	object-fit: contain;
	filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.25));
}

.footer__name {
	font-weight: 800;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
	color: var(--gold);
}

.footer__tagline {
	margin-top: 2px;
	font-weight: 600;
	letter-spacing: 0.18em;
	font-size: 0.72rem;
	color: rgba(212, 175, 55, 0.9);
}

.footer__blurb {
	margin: 0;
	max-width: 62ch;

	line-height: 1.7;
	color: rgba(255, 255, 255, 0.78);
}

.footer__heading {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.92);
	font-weight: 800;
	letter-spacing: 0.02em;
}

.footer__nav a {
	display: block;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	margin: 8px 0;
}

.footer__nav a:hover {
	color: var(--gold);
}

.footer__line {
	margin: 10px 0;
	color: rgba(255, 255, 255, 0.8);
}

.footer__contact a {
	color: rgba(255, 255, 255, 0.86);
	text-decoration: none;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.25);
}

.footer__contact a:hover {
	color: var(--gold);
	border-bottom-color: rgba(212, 175, 55, 0.55);
}

.footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	padding: 22px 0;
	background: rgba(10, 26, 47, 0.55);
}

.footer__bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 22px;
	flex-wrap: nowrap;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.9rem;
}

.footer__motto {
	color: rgba(255, 255, 255, 0.7);
	font-style: italic;
}

footer {
	position: relative;
}

.footer .facebook-social {
	margin-left: 16px;
}

.footer-left,
.footer-right {
	flex: 1;
}

.footer-center {
	flex: 0 0 auto;
	padding: 0 22px; /* creates space on BOTH sides of icon */
}

.footer-left,
.footer-right {
	white-space: nowrap;
}

.footer-left {
	text-align: left;
}

.footer-center {
	text-align: center;
}

.footer-right {
	text-align: right;
}

.footer-social {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.footer-social img {
	width: 22px;
	height: 22px;
	display: block;
}

.footer-social:hover img {
	opacity: 0.8;
}

.footer-left,
.footer-right {
	white-space: nowrap;
}

/* Responsive footer */
@media (max-width: 900px) {
	.footer__inner {
		grid-template-columns: 1fr;
	}
	.footer_bottom-inner {
		flex-direction: column;
		gap: 10px;
	}

	.footer-left,
	.footer-right {
		white-space: normal;
		text-align: center;
	}

	.footer-center {
		text-align: center;
	}
}

.plan-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 16;
}

/* SECTION 7 — FAQ */
.faq {
	padding: 80px 0;
	background: linear-gradient(to bottom, rgba(10, 26, 47, 1), rgba(10, 26, 47, 0.95));
}

.faq__list {
	max-width: 820px;
	margin-top: 28px;
}

.faq__item {
	margin-bottom: 18px;
	padding: 20px 22px;
	border-radius: var(--radius);
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.faq__item h3 {
	margin: 0 0 8px;
	color: var(--gold);
	font-size: 1.05rem;
	letter-spacing: 0.01em;
}

.faq__item p {
	margin: 0;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.82);
}
/* Polishing CSS/*

 /* ===============================
   FINAL POLISH: HOVER + FOCUS
   =============================== */

/* Base interactive cue */
a,
button {
	transition:
		transform 0.12s ease,
		background 0.12s ease,
		color 0.12s ease,
		border-color 0.12s ease,
		box-shadow 0.12s ease;
}

/* Buttons – hover */
.btn:hover {
	transform: translateY(-1px);
}

/* Buttons – keyboard focus */
.btn:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px rgba(218, 170, 64, 0.45); /* gold glow */
	transform: translateY(-1px);
}

/* Ghost buttons */
.btn--ghost:hover {
	border-color: rgba(255, 255, 255, 0.35);
}

/* Links */
a:hover {
	opacity: 0.9;
}

/* Links – keyboard focus */
a:focus-visible {
	outline: none;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

/* Cards (plans, feature cards, steps) */
.card:hover {
	transform: translateY(-2px);
}

/* Inputs & textarea */
.contact-form textarea {
	min-height: 120px;
	resize: vertical;
}

input:focus-visible,
textarea:focus-visible {
	outline: none;
	border-color: var(--gold);
	box-shadow: 0 0 0 2px rgba(218, 170, 64, 0.35);
}

/* ==============================================================================================================
   BASELINE CHECKPOINT
   This file diverges from style.baseline.css BELOW THIS LINE
   Do not edit ABOVE THIS SECTION
   ============================================================================================================== */

/* CTA row alignment -- What We Do Secton */
/* .cta-row {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
*/
/* CTA row alignment -- How It Works section */

/* .process__cta {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
	*/
/*  
.process__cta {
	margin-bottom: 24px;
}
	*/

/* FORCE: tighten How it Works  CTA spacing */

/* DISABLED duplicate .process__cta (had !important) */
/*
.process__cta {
	margin-top: 16px !important;
}

/* FINAL: Tighten spacing above How it Works CTA */
/*
.process__cta {
	margin-top: 0 !important;
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
*/

/* ===============================
   BASELINE CHECKPOINT
   =============================== */

/* (baseline styles above) */

/* ===============================
   CTA BUTTON COLOR POLISH
   =============================== */
/* Commenting Out 
.btn.btn-primary {
	color: #ffffff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus-visible {
	color: var(--gold);
}

.btn.btn-outline {
	color: #ffffff;
	border-color: rgba(255, 255, 255, 0.65);
}

.btn.btn-outline:hover,
.btn.btn-outline:focus-visible {
	color: var(--electric);
	border-color: rgba(26, 159, 255, 0.85);
	background: rgba(26, 159, 255, 0.1);
}
*/
/* Baseline Checkpoint: Button style */
/*
.btn.btn-primary {
	background: linear-gradient(135deg, #ffc44c, #ffb703);
	color: #0b1a2a;
	box-shadow: 0 12px 28px rgba(255, 196, 76, 0.35);
}

.btn.btn-primary:hover {
	transform: translateY(-1px);
	box-shadow: 0 16px 34px rgba(255, 196, 76, 0.45);
}

.btn.btn-outline {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #ffffff;
}

.btn.btn-outline:hover {
	background: rgba(255, 255, 255, 0.08);
}

/* FINAL OVERRIDE — CTA BUTTON HOVER COLORS */
/*a.btn.btn-primary:hover,
a.btn.btn-primary:focus-visible {
	color: var(--black);
}

a.btn.btn-outline:hover,
a.btn.btn-outline:focus-visible {
	color: var(--electric);
}
*/
/* LOGO Resizing*/

.page-logo {
	width: 76px;
	height: auto;
	display: block;
}

.brand-logo {
	width: 76px;
	height: auto;
	display: block;
}

/* FINAL Global  CTA row ( What We Do, shared sections) */
.cta-row,
.hero-actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 24px;
	margin-bottom: 32px;
	flex-wrap: wrap;
	justify-content: center;
}

/* CTA spacing - How It Works */
/* match What We Do */
/*
.process__cta {
	margin-top: 0px; 
	display: flex;
	justify-content: center;
}
	*/

/* FINAL - global Process cta (How It Works*/
.process__cta {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 16px;
	flex-wrap: wrap; /* adjust 12–24 to taste */
}

/* =========================
   Footer links (force white, hover gold)
   ========================= */
.site-footer .footer-links a,
.site-footer .footer-links a:link,
.site-footer .footer-links a:visited {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	transition:
		color 0.2s ease,
		opacity 0.2s ease;
}

.site-footer .footer-links a:hover,
.site-footer .footer-links a:focus-visible {
	color: var(--gold);
}

/* Optional: spacing between the two links */
.site-footer .footer-links {
	display: flex;
	gap: 14px;
	margin-top: 8px;
}

.footer-links {
	margin-bottom: 10px;
}

.page-hero {
	padding-bottom: 64px;
}

/* Test=============================================Test*/

/* =========================================
   PLAN PAGE HEADER NAV LINKS (Care Plans / Why It Matters)
   Make them white; hover -> gold
   Keep nav-cta looking like a button
   ========================================= */
/* 
.site-header .nav-links a,
.site-header .nav-links a:link,
.site-header .nav-links a:visited {
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
}

.site-header .nav-links a:hover,
.site-header .nav-links a:focus-visible {
	color: var(--gold);
}
*/
/* Optional: keep the CTA button text white always */
.site-header .nav-links .nav-cta {
	margin-left: 8px; /* spacing only*/
}

/* Header nav text links (NOT the button) */
.site-header .nav-links a:not(.btn),
.site-header .nav-links a:not(.btn):link,
.site-header .nav-links a:not(.btn):visited {
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
}

.site-header .nav-links a:not(.btn):hover,
.site-header .nav-links a:not(.btn):focus-visible {
	color: var(--gold);
}

/* ============================
   PLAN PAGE STRIPE CTA (unique)
   ============================ */

a.plan-cta,
a.plan-cta:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding: 12px 18px;
	border-radius: 999px;

	background: var(--gold);
	color: var(--midnight);
	border: 1px solid rgba(212, 175, 55, 0.55);

	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.02em;

	box-shadow: 0 10px 30px rgba(212, 175, 55, 0.18);
	transition:
		transform 0.2s ease,
		filter 0.2s ease,
		box-shadow 0.2s ease;
}

a.plan-cta:hover,
a.plan-cta:focus-visible {
	filter: brightness(1.05);
	transform: translateY(-1px);
	box-shadow: 0 14px 34px rgba(212, 175, 55, 0.22);
}

@media (max-width: 480px) {
	/* mobile overrides */
}

/* === Mobile polish: page hero spacing === */
@media (max-width: 480px) {
	.page-hero {
		padding-bottom: 48px;
	}

	/* Fix: Monitoring page pill-row layout (mobile + desktop) */
	.pill-row {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		justify-content: center;
		align-items: center;
	}

	/* Works for BOTH span.pill (monitoring page) and a.pill (hero trust) */
	.pill-row .pill {
		display: inline-flex;
		white-space: nowrap;
	}

	/* Optional: tighten on small screens */
	@media (max-width: 420px) {
		.pill-row {
			gap: 8px;
		}
		.pill-row .pill {
			padding: 6px 10px;
			font-size: 0.8rem;
		}
	}
}

/* Eyebrow/Kicker alignment (alias for consistency) */

.eyebrow .kicker {
	letter-spacing: 0.18em;
	text-transform: uppercase;
	font-size: 12px;
	opacity: 0.8;
}
.cta-support {
	margin-top: 10px;
}

.hero-cta-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin-top: 24px;
}

.hero-note {
	max-width: 820px;
	margin: 18px auto 0;
	text-align: center;
	font-weight: 600;
	line-height: 1.35;
}

.hero-cta-group .btn {
	width: auto;
}

.cta-alt {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
}

.cta-link {
	color: var(--gold);
	font-weight: 600;
	text-decoration: none;
}

.cta-link:hover,
.cta-link:focus-visible {
	text-decoration: underline;
}

/* Global Link Reset */

/* ----------------------------------------
   Global link reset
---------------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}

a:visited {
	color: inherit;
}

/* Buttons should never change color sue to visited state */

/* Buttons should never change color due to visited state */
.btn,
.btn:visited {
	color: inherit;
}

.btn-primary,
.btn-primary:visited {
	color: #0b1220; /* your dark text on gold */
}

.btn-outline,
.btn-outline:visited {
	color: #ffffff;
}

/* Plans: make outline CTA feel secondary */
.plan-actions .btn.btn-outline {
	opacity: 0.9;
}

.plan-actions .btn.btn-outline:hover,
.plan-actions .btn.btn-outline:focus-visible {
	opacity: 1;
}

/* Header navigation links */
.site-header a,
.site-header a:visited {
	color: rgba(255, 255, 255, 0.92);
}

.site-header a:hover,
.site-header a:focus-visible {
	color: var(--gold);
}

.page > .muted {
	margin-top: 24px;
	margin-bottom: 40px;
	max-width: 680px;
}

/* CONTACT PAGE LAYOUT FIX */
.page .container {
	max-width: 1200px;
}

.page .container.split {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 48px;
	align-items: start;
}

.page-hero {
	padding-top: 120px;
	padding-bottom: 80px;
}

.page-title {
	max-width: 720px;
}

.page-subtitle {
	max-width: 680px;
	margin-bottom: 32px;
}

.contact-form {
	background: rgba(255, 255, 255, 0.03);
	padding: 32px;
	border-radius: 14px;
	border: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 900px) {
	.page .container.split {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.page-hero {
		padding-top: 90px;
		padding-bottom: 60px;
	}
}

html {
	scroll-behavior: smooth;
}

.hp-field {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.hp-field {
	display: none;
}

/* About page -closing copy spacing */
.muted + .muted {
	margin-top: 4px;
}
