:root {
  --navy: #063b78;
  --navy-dark: #032b5d;
  --blue: #0a5eaa;
  --green: #66b82f;
  --green-dark: #4b9720;
  --ink: #10243f;
  --muted: #586779;
  --line: #dbe4ed;
  --pale-blue: #eef6fc;
  --pale-green: #f1f8ea;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(3, 43, 93, .14);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; background: var(--white); color: var(--navy); padding: 10px 16px; border-radius: 8px; font-weight: 700; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(6,59,120,.09); backdrop-filter: blur(15px); }
.header-inner { min-height: 84px; display: grid; grid-template-columns: 245px 1fr auto; align-items: center; gap: 30px; }
.brand img { width: 225px; }
.primary-nav { display: flex; justify-content: center; gap: 28px; }
.primary-nav a { text-decoration: none; color: var(--ink); font-weight: 700; font-size: .93rem; }
.primary-nav a:hover { color: var(--green-dark); }
.header-phone { text-decoration: none; text-align: right; line-height: 1.15; }
.header-phone span { display: block; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); font-size: .72rem; font-weight: 800; }
.header-phone strong { color: var(--navy); font-size: 1.08rem; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 3px; background: var(--navy); margin: 5px 0; border-radius: 99px; }

.hero { position: relative; overflow: hidden; padding: 84px 0 72px; background: linear-gradient(115deg, #fff 0%, #fff 49%, #eff7fd 49%, #f7fbff 100%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border-radius: 50%; background: var(--navy); right: -260px; bottom: -250px; opacity: .035; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 64px; }
.eyebrow { margin: 0 0 12px; color: var(--green-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 900; }
.eyebrow.light { color: #b9f084; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 4px; color: var(--navy); font-size: clamp(3rem, 6.3vw, 5.5rem); line-height: .98; letter-spacing: -.045em; }
h2 { color: var(--navy); font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.06; letter-spacing: -.035em; }
h3 { color: var(--navy); line-height: 1.15; }
.hero-tagline { color: var(--green); font-size: clamp(2rem, 4.5vw, 3.75rem); font-weight: 900; letter-spacing: -.04em; line-height: 1; }
.hero-intro { max-width: 650px; color: var(--muted); font-size: 1.08rem; }
.price-card { margin: 28px 0 26px; max-width: 665px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: 22px 28px; border-radius: 18px; color: var(--white); background: linear-gradient(120deg, var(--navy), #074f9a); box-shadow: 0 15px 30px rgba(6,59,120,.22); }
.price-card > div { display: flex; align-items: center; gap: 22px; }
.price-card span { max-width: 150px; font-weight: 900; text-transform: uppercase; line-height: 1.15; }
.price-card strong { white-space: nowrap; font-size: clamp(4rem, 8vw, 6.5rem); line-height: .85; letter-spacing: -.06em; }
.price-card sup { font-size: .43em; vertical-align: top; margin-right: 2px; }
.price-card small { font-size: .31em; letter-spacing: -.02em; margin-left: 4px; }
.price-card > p { margin: 0; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.55); text-transform: uppercase; font-weight: 800; line-height: 1.35; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 2px solid transparent; border-radius: 12px; text-decoration: none; text-align: center; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: #0c2d11; box-shadow: 0 12px 25px rgba(102,184,47,.24); }
.button-primary:hover { background: #75c83b; }
.button-secondary { color: var(--navy); border-color: var(--navy); background: var(--white); }
.button-white { color: var(--navy); background: var(--white); }
.button-full { width: 100%; border: 0; }
.hero-visual { position: relative; }
.product-frame { overflow: hidden; border-radius: 40% 18px 18px 18px; box-shadow: var(--shadow); background: var(--white); }
.product-frame img { width: 100%; aspect-ratio: 1.28; object-fit: cover; object-position: center; }
.included-strip { margin: -24px 28px 0; position: relative; z-index: 2; padding: 10px 18px; border-radius: 999px; background: var(--green); color: var(--white); text-transform: uppercase; text-align: center; font-weight: 900; box-shadow: 0 12px 24px rgba(60,130,20,.25); }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; }
.check-list li { position: relative; padding-left: 32px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .02em; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: var(--white); font-size: .8rem; font-weight: 900; }
.check-list.compact { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 20px; color: var(--navy); font-weight: 800; }

.outcome-band { background: var(--navy); color: var(--white); }
.outcome-inner { min-height: 94px; display: flex; align-items: center; justify-content: center; gap: clamp(18px,4vw,56px); font-size: clamp(1.2rem,2.3vw,2rem); font-weight: 800; }
.outcome-inner strong { color: #9ee363; }
.section { padding: 96px 0; }
.section-heading { max-width: 790px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading p:last-child { color: var(--muted); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 35px rgba(3,43,93,.07); }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.icon-wrap { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; background: var(--navy); }
.icon-wrap svg { width: 30px; height: 30px; fill: none; stroke: var(--white); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.section-blue { background: var(--navy); color: var(--white); }
.section-blue h2 { color: var(--white); }
.two-column { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: center; }
.care-image-wrap { position: relative; overflow: hidden; border-radius: 28px; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.care-image-wrap::after { content: "Better care. Lower costs. Happier residents."; position: absolute; inset: auto 18px 18px; padding: 16px 18px; border-radius: 14px; background: rgba(6,59,120,.92); color: var(--white); font-weight: 900; font-size: 1.1rem; }
.care-image-wrap img { width: 100%; aspect-ratio: .94; object-fit: cover; }
.included-copy > p:not(.eyebrow) { color: #d7e5f2; }
.check-list.large { display: grid; gap: 15px; }
.check-list.large li { min-height: 48px; padding-left: 42px; }
.check-list.large li::before { width: 28px; height: 28px; top: 2px; }
.check-list.large b, .check-list.large span { display: block; }
.check-list.large b { font-size: 1.05rem; }
.check-list.large span { color: #c5d9ea; font-size: .93rem; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.step-card { position: relative; padding: 32px 26px 28px; border-radius: var(--radius); background: var(--pale-blue); }
.step-card > span { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--green); color: var(--white); font-size: 1.2rem; font-weight: 900; }
.step-card p { margin-bottom: 0; color: var(--muted); }
.testimonial-section { padding-top: 24px; }
.testimonial-card { display: grid; grid-template-columns: 80px 1fr 220px; align-items: center; gap: 24px; padding: 38px 44px; border-radius: 26px; background: linear-gradient(115deg, #e9f6ff, #f4faee); }
.quote-mark { align-self: start; color: var(--green); font-family: Georgia, serif; font-size: 7rem; line-height: .75; }
blockquote { margin: 0; }
blockquote p { margin-bottom: 10px; color: var(--navy); font-size: 1.28rem; font-style: italic; font-weight: 700; }
blockquote footer { color: var(--green-dark); font-weight: 900; }
.partner-seal { text-align: center; color: var(--navy); font-weight: 900; }
.partner-seal svg { width: 74px; height: 74px; margin: 0 auto 10px; padding: 14px; border: 3px solid var(--navy); border-radius: 50%; fill: none; stroke: var(--navy); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.contact-section { background: #f6f9fc; }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.contact-copy > p { color: var(--muted); }
.contact-copy a { color: var(--navy); font-weight: 800; }
.contact-details { display: grid; gap: 12px; margin-top: 30px; }
.contact-details > * { display: block; padding: 18px 20px; border-radius: 14px; background: var(--white); border: 1px solid var(--line); text-decoration: none; }
.contact-details span { display: block; margin-bottom: 4px; color: var(--green-dark); text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 900; }
.contact-details strong { color: var(--navy); }
.contact-form { padding: 34px; border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 16px; color: var(--navy); font-size: .9rem; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cbd7e3; border-radius: 10px; color: var(--ink); background: var(--white); outline: none; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(102,184,47,.13); }
.contact-form textarea { resize: vertical; }
.form-status { display: none; margin-bottom: 16px; padding: 12px 14px; border-radius: 10px; font-weight: 700; }
.form-status.success { display: block; background: #eaf8e3; color: #285b0f; }
.form-status.error { display: block; background: #ffeded; color: #8e2525; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.honeypot { position: absolute !important; left: -10000px !important; opacity: 0 !important; }

.final-cta { padding: 46px 0; background: linear-gradient(105deg, var(--green-dark), var(--green)); color: var(--white); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.final-cta p { margin-bottom: 0; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.final-cta h2 { margin-bottom: 0; color: var(--white); }
.site-footer { padding: 58px 0 104px; color: #c6d5e5; background: var(--navy-dark); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .8fr; align-items: start; gap: 40px; }
.footer-grid img { width: 245px; padding: 10px; background: var(--white); border-radius: 10px; }
.footer-grid a { color: var(--white); font-weight: 700; text-decoration: none; }
.footer-bottom { display: grid; grid-template-columns: auto 1fr; gap: 30px; margin-top: 42px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); font-size: .82rem; }
.footer-bottom p { margin-bottom: 0; }
.disclaimer { max-width: 760px; justify-self: end; }
.mobile-call { display: none; }

@media (max-width: 1020px) {
  .header-inner { grid-template-columns: 220px 1fr auto; gap: 18px; }
  .primary-nav { gap: 16px; }
  .primary-nav a { font-size: .84rem; }
  .header-phone { display: none; }
  .hero-grid, .two-column, .contact-grid { grid-template-columns: 1fr; }
  .hero { background: linear-gradient(180deg, #fff 0%, #fff 47%, #eff7fd 47%); }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 760px; }
  .feature-grid, .steps-grid { grid-template-columns: 1fr 1fr; }
  .two-column { gap: 44px; }
  .care-image-wrap { max-width: 720px; }
  .testimonial-card { grid-template-columns: 60px 1fr; }
  .partner-seal { grid-column: 2; display: flex; align-items: center; gap: 14px; text-align: left; }
  .partner-seal svg { margin: 0; width: 56px; height: 56px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 58px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { position: sticky; }
  .header-inner { min-height: 70px; grid-template-columns: 1fr auto; }
  .brand img { width: 185px; }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; left: 14px; right: 14px; top: 70px; display: none; padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
  .primary-nav.open { display: grid; gap: 4px; }
  .primary-nav a { padding: 12px; border-radius: 8px; font-size: 1rem; }
  .primary-nav a:hover { background: var(--pale-green); }
  .hero { padding: 54px 0 52px; }
  .hero-grid { gap: 42px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.7rem); }
  .hero-tagline { font-size: clamp(2.15rem, 10vw, 3.2rem); }
  .price-card { grid-template-columns: 1fr; padding: 22px; gap: 14px; }
  .price-card > div { justify-content: space-between; }
  .price-card span { max-width: 125px; }
  .price-card > p { padding: 14px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.45); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .product-frame { border-radius: 30% 15px 15px 15px; }
  .included-strip { margin-inline: 12px; font-size: .78rem; }
  .check-list.compact { grid-template-columns: 1fr; }
  .outcome-inner { flex-wrap: wrap; gap: 4px 14px; padding: 18px 0; text-align: center; }
  .section { padding: 72px 0; }
  .feature-grid, .steps-grid, .form-row, .footer-grid, .footer-bottom { grid-template-columns: 1fr; }
  .testimonial-card { grid-template-columns: 1fr; padding: 28px; }
  .quote-mark { font-size: 5rem; }
  .partner-seal { grid-column: auto; }
  .contact-form { padding: 24px; }
  .final-cta-inner { display: grid; text-align: center; }
  .footer-grid img { width: 210px; }
  .disclaimer { justify-self: start; }
  .mobile-call { position: fixed; left: 0; right: 0; bottom: 0; z-index: 150; display: flex; align-items: center; justify-content: center; height: 58px; background: var(--green); color: #10310f; text-decoration: none; font-weight: 900; box-shadow: 0 -8px 22px rgba(0,0,0,.12); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
