:root {
  --navy: #071f49;
  --navy-deep: #041630;
  --navy-mid: #103865;
  --blue: #175286;
  --blue-soft: #eaf2f8;
  --gold: #b7893d;
  --gold-bright: #d5ad63;
  --gold-soft: #f5ecdc;
  --ink: #11233d;
  --muted: #5e6c7c;
  --soft: #f4f7fa;
  --soft-blue: #edf4f8;
  --line: #dce4eb;
  --white: #ffffff;
  --danger: #a33b43;
  --success: #23705b;
  --warning: #9a681c;
  --shadow-sm: 0 8px 24px rgba(7, 31, 73, 0.08);
  --shadow-lg: 0 26px 70px rgba(3, 18, 43, 0.18);
  --radius: 14px;
  --container: 1180px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-family: var(--serif); line-height: 1.12; font-weight: 600; }
h1 { font-size: clamp(2.65rem, 5vw, 5.25rem); letter-spacing: -0.045em; }
h2 { font-size: clamp(2rem, 3.6vw, 3.35rem); letter-spacing: -0.03em; }
h3 { font-size: 1.35rem; letter-spacing: -0.015em; }
p { color: var(--muted); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow { max-width: 850px; }
.section { padding: 104px 0; }
.section-white { background: var(--white); }
.section-soft { background: var(--soft); }
.sr-only { position: absolute !important; 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; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: white; background: var(--navy); border-radius: 6px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.icon { display: inline-block; flex: 0 0 auto; vertical-align: -0.18em; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--gold-bright); font-size: .77rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 2px; background: currentColor; }
.eyebrow.dark { color: #8a6227; }
.eyebrow.light { color: var(--gold-bright); }

.btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 20px; border: 1px solid transparent; border-radius: 8px; font-weight: 750; line-height: 1.2; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(213, 173, 99, .65); outline-offset: 3px; }
.btn-primary { color: white; background: var(--navy); box-shadow: 0 8px 18px rgba(7, 31, 73, .16); }
.btn-primary:hover { background: var(--navy-mid); box-shadow: 0 11px 24px rgba(7, 31, 73, .22); }
.btn-gold { color: var(--navy-deep); background: var(--gold-bright); box-shadow: 0 10px 24px rgba(184, 137, 61, .2); }
.btn-gold:hover { background: #e2bd77; }
.btn-outline { color: var(--navy); background: white; border-color: #b8c5d2; }
.btn-outline:hover { border-color: var(--navy); box-shadow: var(--shadow-sm); }
.btn-ghost-light { color: white; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.35); }
.btn-ghost-light:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.6); }
.btn-large { min-height: 54px; padding: 15px 23px; }
.btn-full { width: 100%; }
.btn-text { color: var(--muted); background: transparent; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-weight: 780; border-bottom: 1px solid rgba(7,31,73,.28); }
.text-link:hover { color: var(--gold); border-color: var(--gold); }

/* Public navigation */
.topbar { color: white; background: var(--navy-deep); font-size: .78rem; font-weight: 650; letter-spacing: .025em; }
.topbar-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; }
.topbar a { display: inline-flex; align-items: center; gap: 6px; color: #e2eaf2; }
.topbar a:hover { color: white; }
.site-header { position: sticky; z-index: 100; top: 0; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(7,31,73,.09); box-shadow: 0 5px 18px rgba(7,31,73,.04); backdrop-filter: blur(12px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 205px; height: 67px; display: block; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav > a:not(.btn) { position: relative; color: #32465e; font-size: .93rem; font-weight: 700; }
.primary-nav > a:not(.btn)::after { content: ""; position: absolute; right: 0; bottom: -9px; left: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .18s ease; }
.primary-nav > a:hover, .primary-nav > a.active { color: var(--navy); }
.primary-nav > a.active::after { transform: scaleX(1); }
.nav-cta { min-height: 43px; padding-inline: 17px; color: white !important; }
.nav-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; color: var(--navy); background: var(--soft); border: 1px solid var(--line); border-radius: 8px; }
.nav-close-icon { display: none; }

/* Home */
.hero { position: relative; overflow: hidden; color: white; background: linear-gradient(115deg, var(--navy-deep) 0%, var(--navy) 54%, #123c67 100%); }
.hero::before { content: ""; position: absolute; width: 670px; height: 670px; right: -210px; top: -360px; border: 1px solid rgba(213,173,99,.23); border-radius: 50%; box-shadow: 0 0 0 70px rgba(213,173,99,.035), 0 0 0 145px rgba(213,173,99,.025); }
.hero::after { content: ""; position: absolute; width: 360px; height: 360px; left: -260px; bottom: -150px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.hero-grid { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: 65px; padding-top: 58px; }
.hero-copy { padding: 55px 0 80px; }
.hero h1 { max-width: 760px; margin-bottom: 24px; color: white; }
.hero h1 em { color: var(--gold-bright); font-weight: 500; }
.hero-lead { max-width: 690px; margin-bottom: 32px; color: #d8e3ed; font-size: 1.19rem; line-height: 1.72; }
.hero-note { margin: 19px 0 0; color: #aebed0; font-size: .87rem; }
.hero-visual { position: relative; align-self: end; height: 590px; }
.portrait-frame { position: absolute; inset: 28px 0 0 45px; overflow: hidden; border: 9px solid rgba(255,255,255,.12); border-bottom: 0; border-radius: 220px 220px 0 0; box-shadow: var(--shadow-lg); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,31,73,.12), transparent 30%); pointer-events: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 8%; }
.portrait-card { position: absolute; z-index: 2; left: 0; bottom: 36px; min-width: 290px; display: flex; align-items: center; gap: 13px; padding: 16px 19px; color: var(--navy); background: white; border-left: 4px solid var(--gold); border-radius: 8px; box-shadow: 0 18px 38px rgba(0,0,0,.25); }
.portrait-card-icon { width: 46px; height: 46px; display: grid; place-items: center; color: #80591f; background: var(--gold-soft); border-radius: 50%; }
.portrait-card strong, .portrait-card small { display: block; }
.portrait-card strong { font-family: var(--serif); font-size: 1.16rem; }
.portrait-card small { margin-top: 2px; color: var(--muted); font-size: .76rem; }
.trust-strip { position: relative; z-index: 4; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 11px 32px rgba(7,31,73,.06); }
.trust-grid { min-height: 106px; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 20px 35px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid > div > svg { color: var(--gold); }
.trust-grid strong, .trust-grid small { display: block; }
.trust-grid strong { color: var(--navy); font-family: var(--serif); font-size: 1.02rem; }
.trust-grid small { color: var(--muted); font-size: .76rem; }
.split-intro { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 90px; margin-bottom: 55px; }
.split-intro h2 { max-width: 600px; margin-bottom: 0; }
.intro-copy p { margin-bottom: 18px; font-size: 1.04rem; }
.concern-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.concern-card { position: relative; padding: 42px 38px 38px; border-right: 1px solid var(--line); }
.concern-card:last-child { border-right: 0; }
.concern-card > span { display: block; margin-bottom: 21px; color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.concern-card h3 { margin-bottom: 13px; }
.concern-card p { margin: 0; font-size: .94rem; }
.section-heading { max-width: 730px; margin-bottom: 49px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin-bottom: 16px; }
.section-heading p { margin: 0; font-size: 1.04rem; }
.row-heading { max-width: none; display: flex; justify-content: space-between; align-items: end; gap: 30px; }
.row-heading h2 { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { min-height: 365px; display: flex; flex-direction: column; padding: 30px 26px; background: white; border: 1px solid var(--line); border-top: 3px solid transparent; border-radius: var(--radius); box-shadow: 0 8px 28px rgba(7,31,73,.045); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-4px); border-top-color: var(--gold); box-shadow: var(--shadow-sm); }
.service-card.featured { color: white; background: var(--navy); border-color: var(--navy); }
.service-card.featured h3, .service-card.featured a { color: white; }
.service-card.featured p { color: #c7d5e3; }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 34px; color: var(--navy); background: var(--gold-soft); border-radius: 50%; font-size: .81rem; font-weight: 850; letter-spacing: .04em; }
.featured .service-icon { color: var(--navy); background: var(--gold-bright); }
.service-card h3 { margin-bottom: 14px; }
.service-card p { flex: 1; margin-bottom: 25px; font-size: .92rem; }
.service-card a { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-size: .86rem; font-weight: 800; }
.process-section { position: relative; overflow: hidden; color: white; background: linear-gradient(122deg, var(--navy-deep), var(--navy-mid)); }
.process-section::after { content: ""; position: absolute; width: 520px; height: 520px; left: -350px; bottom: -250px; border: 1px solid rgba(213,173,99,.24); border-radius: 50%; box-shadow: 0 0 0 65px rgba(213,173,99,.03), 0 0 0 135px rgba(213,173,99,.025); }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; }
.process-copy h2 { color: white; }
.process-copy p { margin-bottom: 28px; color: #c7d4e2; font-size: 1.04rem; }
.steps { border-top: 1px solid rgba(255,255,255,.16); }
.steps article { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps article > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: var(--gold-bright); border-radius: 50%; font-weight: 850; }
.steps h3 { margin: 0 0 7px; color: white; }
.steps p { margin: 0; color: #bdccda; font-size: .94rem; }
.lisa-feature { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.lisa-feature-photo { height: 560px; overflow: hidden; border-radius: 220px 220px 12px 12px; box-shadow: var(--shadow-lg); }
.lisa-feature-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 8%; }
.lisa-feature-copy h2 { margin-bottom: 23px; }
.lisa-feature-copy > p { font-size: 1.04rem; }
.lisa-feature-copy blockquote { position: relative; margin: 28px 0; padding: 22px 0 22px 27px; color: var(--navy); border-left: 3px solid var(--gold); font-family: var(--serif); font-size: 1.18rem; font-style: italic; line-height: 1.55; }
.resource-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.resource-card { display: flex; flex-direction: column; min-height: 305px; padding: 29px; background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.document-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--navy); background: var(--gold-soft); border-radius: 10px; }
.resource-category { display: block; margin: 22px 0 7px; color: #8c6428; font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.resource-card h3 { margin-bottom: 11px; }
.resource-card p { flex: 1; font-size: .91rem; }
.resource-card > a { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-weight: 800; font-size: .88rem; }
.faq-section { background: white; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-heading { position: sticky; top: 140px; align-self: start; }
.faq-heading p { font-size: 1.02rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; color: var(--navy); font-family: var(--serif); font-size: 1.16rem; font-weight: 650; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font-family: var(--sans); font-size: 1.5rem; line-height: 1; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 45px 23px 0; }
.final-cta { padding: 78px 0; color: white; background: linear-gradient(115deg, var(--navy-deep), var(--navy)); }
.final-cta.compact { padding: 64px 0; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.final-cta h2 { max-width: 700px; margin-bottom: 10px; color: white; }
.final-cta p { margin: 0; color: #c9d7e4; }
.final-cta .button-row { flex: 0 0 auto; }

/* Interior public pages */
.page-hero { position: relative; overflow: hidden; padding: 104px 0; color: white; text-align: center; background: linear-gradient(120deg, var(--navy-deep), #103d6b); }
.page-hero::after { content: ""; position: absolute; width: 450px; height: 450px; top: -330px; right: -80px; border: 1px solid rgba(213,173,99,.2); border-radius: 50%; box-shadow: 0 0 0 55px rgba(213,173,99,.035); }
.page-hero.short { padding: 78px 0; }
.page-hero h1 { margin-bottom: 20px; color: white; font-size: clamp(2.65rem, 5vw, 4.45rem); }
.page-hero p { max-width: 720px; margin: 0 auto; color: #ccd9e5; font-size: 1.08rem; }
.content-grid { display: grid; grid-template-columns: 230px 1fr; gap: 78px; }
.section-index { position: sticky; top: 135px; align-self: start; display: flex; flex-direction: column; padding: 22px; background: var(--soft); border: 1px solid var(--line); border-radius: 10px; }
.section-index strong { margin-bottom: 13px; color: var(--navy); font-family: var(--serif); }
.section-index a { padding: 8px 0; color: var(--muted); font-size: .88rem; border-bottom: 1px solid var(--line); }
.section-index a:last-child { border-bottom: 0; }
.section-index a:hover { color: var(--gold); }
.lead-paragraph { color: #334760; font-family: var(--serif); font-size: 1.3rem; line-height: 1.62; }
.article-content > .lead-paragraph { margin-bottom: 55px; }
.medicare-detail { padding: 52px 0; border-top: 1px solid var(--line); }
.part-badge { display: inline-block; margin-bottom: 14px; padding: 6px 10px; color: var(--navy); background: var(--gold-soft); border-radius: 5px; font-size: .72rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.medicare-detail h2 { margin-bottom: 17px; font-size: clamp(1.9rem, 3vw, 2.65rem); }
.medicare-detail > p { font-size: 1.02rem; }
.callout { margin-top: 24px; padding: 18px 21px; color: #435468; background: var(--soft-blue); border-left: 3px solid var(--gold); border-radius: 0 8px 8px 0; }
.callout strong { color: var(--navy); }
.compare-block { border-bottom: 1px solid var(--line); }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px 24px; margin: 25px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; color: #405167; }
.check-list svg { margin-top: 3px; color: var(--gold); }
.about-hero { padding: 90px 0 105px; background: linear-gradient(90deg, var(--soft) 0 48%, white 48%); }
.about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.about-image-wrap { position: relative; height: 660px; overflow: hidden; border-radius: 210px 210px 12px 12px; box-shadow: var(--shadow-lg); }
.about-image-wrap::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.45); border-radius: inherit; }
.about-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 7%; }
.about-copy h1 { margin-bottom: 24px; font-size: clamp(2.55rem, 4.4vw, 4.25rem); }
.about-copy p:not(.lead-paragraph) { font-size: 1.01rem; }
.about-copy .btn { margin-top: 12px; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); }
.values-grid article { min-height: 270px; padding: 40px; background: white; }
.values-grid article > span { width: 55px; height: 55px; display: grid; place-items: center; margin-bottom: 27px; color: var(--gold); background: var(--gold-soft); border-radius: 50%; }
.values-grid h2 { margin-bottom: 12px; font-size: 1.55rem; }
.brand-story { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.brand-story > div:first-child { padding: 35px; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.brand-story h2 { margin-bottom: 18px; }
.schedule-section { padding-top: 65px; }
.schedule-card { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.schedule-card-header { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 28px 32px; border-bottom: 1px solid var(--line); }
.schedule-card-header h2 { margin: 0 0 4px; font-family: var(--sans); font-size: 1.15rem; font-weight: 800; }
.schedule-card-header p { margin: 0; font-size: .88rem; }
.calendly-frame { display: block; width: 100%; min-height: 720px; border: 0; }
.next-options { display: flex; justify-content: center; gap: 9px; margin-top: 25px; font-size: .9rem; }
.next-options p { margin: 0; }
.next-options a { display: inline-flex; align-items: center; gap: 5px; color: var(--navy); font-weight: 800; }
.contact-layout { min-height: calc(100vh - 117px); display: grid; grid-template-columns: .87fr 1.13fr; }
.contact-panel { position: relative; overflow: hidden; color: white; background: linear-gradient(145deg, var(--navy-deep), var(--navy-mid)); }
.contact-panel::after { content: ""; position: absolute; width: 540px; height: 540px; left: -310px; bottom: -280px; border: 1px solid rgba(213,173,99,.22); border-radius: 50%; box-shadow: 0 0 0 65px rgba(213,173,99,.03); }
.contact-panel-inner { position: relative; z-index: 1; width: min(100% - 60px, 520px); margin: 0 65px 0 auto; padding: 100px 0; }
.contact-panel h1 { margin-bottom: 25px; color: white; font-size: clamp(2.55rem, 4vw, 4rem); }
.contact-panel p { color: #c8d6e3; font-size: 1.05rem; }
.contact-methods { margin-top: 45px; border-top: 1px solid rgba(255,255,255,.17); }
.contact-methods a { display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 14px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.contact-methods a > span:first-child { width: 43px; height: 43px; display: grid; place-items: center; color: var(--navy); background: var(--gold-bright); border-radius: 50%; }
.contact-methods strong, .contact-methods small { display: block; }
.contact-methods small { margin-top: 2px; color: #b7c8d7; }
.contact-form-panel { display: flex; justify-content: flex-start; padding: 78px clamp(35px, 6vw, 100px); background: var(--soft); }
.contact-form { width: min(100%, 680px); }
.form-heading { margin-bottom: 34px; }
.form-heading > span, .form-kicker { display: block; margin-bottom: 8px; color: #906729; font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h2 { margin-bottom: 8px; }
.form-heading p { font-size: .85rem; }
.form-heading b, .consent-group b { color: var(--danger); }
.form-row.two-col { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.form-group { margin-bottom: 19px; }
.form-label { display: block; margin-bottom: 7px; color: #263a53; font-size: .83rem; font-weight: 750; }
.required-mark { color: var(--danger); }
.form-control, .crm-filters input, .crm-filters select { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: white; border: 1px solid #c8d3de; border-radius: 7px; outline: 0; transition: border-color .15s, box-shadow .15s; }
.form-control:focus, .crm-filters input:focus, .crm-filters select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,82,134,.12); }
.form-control::placeholder { color: #96a1ad; }
.form-textarea { min-height: 135px; resize: vertical; }
.compact-textarea { min-height: 110px; }
.has-error .form-control { border-color: var(--danger); }
.field-error { margin-top: 5px; color: var(--danger); font-size: .78rem; font-weight: 650; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent-group { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 4px 0 16px; }
.consent-group input { width: 18px; height: 18px; margin-top: 4px; accent-color: var(--navy); }
.consent-group label { color: #32455d; font-size: .84rem; line-height: 1.45; }
.consent-group small { display: block; margin-top: 3px; color: var(--muted); font-size: .74rem; }
.privacy-note { display: flex; align-items: center; gap: 7px; margin: 0 0 18px; font-size: .78rem; }
.privacy-note a { color: var(--navy); text-decoration: underline; }
.success-page, .error-page { min-height: 640px; display: grid; place-items: center; padding: 90px 20px; background: var(--soft); }
.success-card, .error-page > div { width: min(100%, 650px); padding: 60px; text-align: center; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.success-icon { width: 75px; height: 75px; display: grid; place-items: center; margin: 0 auto 25px; color: white; background: var(--success); border-radius: 50%; }
.success-card h1, .error-page h1 { margin-bottom: 14px; font-size: clamp(2.4rem, 5vw, 3.8rem); }
.centered-buttons { justify-content: center; margin-top: 27px; }
.error-page > div > span { color: var(--gold); font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.resources-section { min-height: 500px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.filter-bar a { padding: 8px 13px; color: #526277; background: white; border: 1px solid var(--line); border-radius: 6px; font-size: .82rem; font-weight: 700; }
.filter-bar a.active { color: white; background: var(--navy); border-color: var(--navy); }
.resource-list { display: grid; gap: 13px; }
.resource-list-item { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 21px; padding: 24px 27px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.document-icon.large { width: 58px; height: 58px; }
.resource-list-item .resource-category { margin: 0 0 4px; }
.resource-list-item h2 { margin: 0 0 7px; font-size: 1.35rem; }
.resource-list-item p { margin: 0 0 4px; font-size: .89rem; }
.resource-list-item small { color: #7c8998; font-size: .74rem; }
.empty-state { max-width: 650px; margin: 60px auto; text-align: center; }
.empty-state > svg { color: var(--gold); }
.empty-state h2 { margin: 20px 0 10px; }
.legal-content { max-width: 850px; }
.legal-content h2 { margin-top: 42px; font-size: 1.65rem; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content a { color: var(--blue); text-decoration: underline; }

/* Footer and alerts */
.site-footer { padding-top: 66px; color: #d5dfea; background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .65fr .9fr; gap: 75px; padding-bottom: 52px; }
.footer-brand img {
  width: 270px;
  height: 150px;
  padding: 8px;
  object-fit: contain;
  object-position: center;
  background: white;
  border-radius: 8px;
}
.footer-brand p { max-width: 430px; margin-top: 12px; color: #aebdcd; font-size: .91rem; }
.footer-grid h2 { margin: 8px 0 17px; color: white; font-family: var(--sans); font-size: .83rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { display: flex; align-items: center; gap: 5px; width: fit-content; margin: 9px 0; color: #b8c7d5; font-size: .88rem; }
.footer-grid a:hover { color: white !important; }
.disclosure { padding: 27px 0; border-top: 1px solid rgba(255,255,255,.12); }
.disclosure > p { margin-bottom: 24px; color: #8ea0b3; font-size: .7rem; line-height: 1.7; }
.disclosure a { color: #c1ccd7; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; color: #91a2b4; font-size: .75rem; }
.flash-stack { margin-top: 18px; }
.alert { padding: 12px 15px; border: 1px solid transparent; border-radius: 7px; font-size: .88rem; }
.alert + .alert { margin-top: 8px; }
.alert-success { color: #155d49; background: #e6f5ef; border-color: #b8e1d2; }
.alert-danger { color: #87313a; background: #fbeaec; border-color: #efc0c5; }
.alert-warning { color: #765014; background: #fcf3df; border-color: #ead29e; }
.alert-info { color: #235478; background: #eaf3f9; border-color: #bed5e5; }

/* Admin shell */
.admin-site { min-height: 100vh; background: #f3f6f9; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 258px 1fr; }
.admin-sidebar { position: sticky; z-index: 200; top: 0; height: 100vh; display: flex; flex-direction: column; color: white; background: var(--navy-deep); }
.admin-brand { display: block; padding: 21px 23px 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.admin-brand img {
  width: 180px;
  height: 62px;
  object-fit: cover;
  object-position: center;
  background: white;
  border-radius: 4px;
}
.admin-brand span { display: block; margin: 5px 0 0 4px; color: #91a4b8; font-size: .66rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.admin-nav { flex: 1; padding: 26px 14px; }
.admin-nav a { display: flex; align-items: center; gap: 12px; margin-bottom: 5px; padding: 11px 13px; color: #b6c4d3; border-radius: 7px; font-size: .89rem; font-weight: 700; }
.admin-nav a:hover { color: white; background: rgba(255,255,255,.07); }
.admin-nav a.active { color: var(--navy-deep); background: var(--gold-bright); }
.admin-sidebar-bottom { padding: 19px 23px 24px; border-top: 1px solid rgba(255,255,255,.1); }
.admin-sidebar-bottom > a, .admin-sidebar-bottom button { display: flex; align-items: center; gap: 5px; margin: 8px 0; padding: 0; color: #a8b7c7; background: transparent; border: 0; font-size: .78rem; cursor: pointer; }
.admin-sidebar-bottom > a:hover, .admin-sidebar-bottom button:hover { color: white; }
.admin-main { min-width: 0; }
.admin-topbar { min-height: 70px; display: flex; align-items: center; justify-content: flex-end; padding: 0 34px; background: white; border-bottom: 1px solid var(--line); }
.admin-topbar > div { text-align: right; }
.admin-topbar span, .admin-topbar small { display: block; }
.admin-topbar span { color: var(--navy); font-size: .82rem; font-weight: 800; }
.admin-topbar small { color: var(--muted); font-size: .72rem; }
.admin-menu-button { display: none; }
.admin-content { width: min(100%, 1500px); margin: 0 auto; padding: 38px 42px 65px; }
.admin-flashes { margin: 0 0 20px; }
.admin-page-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.admin-page-heading > div > span { display: block; margin-bottom: 3px; color: #8b6429; font-size: .7rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.admin-page-heading h1 { margin: 0 0 5px; font-family: var(--sans); font-size: clamp(1.8rem, 3vw, 2.45rem); font-weight: 800; letter-spacing: -.035em; }
.admin-page-heading p { margin: 0; font-size: .86rem; }
.compact-heading { margin-top: 6px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 20px; }
.metric-grid article { min-width: 0; display: flex; align-items: center; gap: 15px; padding: 21px; background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 5px 17px rgba(7,31,73,.035); }
.metric-icon { width: 45px; height: 45px; display: grid; flex: 0 0 45px; place-items: center; border-radius: 9px; }
.metric-icon.blue { color: #1d5d93; background: #e6f0f7; }
.metric-icon.gold { color: #8d6322; background: #f7eddc; }
.metric-icon.red { color: #9f3d47; background: #f9e8ea; }
.metric-icon.teal { color: #267361; background: #e6f3ef; }
.metric-grid small, .metric-grid strong, .metric-grid a { display: block; }
.metric-grid small { color: var(--muted); font-size: .72rem; }
.metric-grid strong { margin: 1px 0; color: var(--navy); font-size: 1.7rem; line-height: 1.1; }
.metric-grid a { color: var(--blue); font-size: .7rem; font-weight: 750; }
.dashboard-grid { display: grid; grid-template-columns: 1.65fr .75fr; gap: 20px; }
.admin-card { background: white; border: 1px solid var(--line); border-radius: 10px; box-shadow: 0 5px 20px rgba(7,31,73,.035); }
.admin-card-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 23px; border-bottom: 1px solid var(--line); }
.admin-card-header h2 { margin: 0 0 2px; font-family: var(--sans); font-size: 1rem; font-weight: 800; letter-spacing: -.015em; }
.admin-card-header p { margin: 0; font-size: .73rem; }
.admin-card-header > a { display: inline-flex; align-items: center; gap: 5px; color: var(--blue); font-size: .76rem; font-weight: 750; }
.table-wrap { width: 100%; overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; font-size: .78rem; }
.admin-table th { padding: 11px 15px; color: #7a8796; background: #f8fafb; border-bottom: 1px solid var(--line); font-size: .64rem; font-weight: 850; letter-spacing: .075em; text-align: left; text-transform: uppercase; white-space: nowrap; }
.admin-table td { padding: 14px 15px; color: #445369; border-bottom: 1px solid #edf1f4; vertical-align: middle; }
.admin-table tbody tr:last-child td { border-bottom: 0; }
.admin-table tbody tr:hover { background: #fbfcfd; }
.admin-table td small, .admin-table td > span:not(.status-badge):not(.priority-label) { display: block; }
.admin-table td small { margin-top: 2px; color: #8a96a3; font-size: .69rem; }
.lead-name { color: var(--navy); font-weight: 800; }
.icon-link { width: 32px; height: 32px; display: grid; place-items: center; color: var(--navy); background: var(--soft); border-radius: 6px; }
.status-badge, .publish-badge { display: inline-flex; align-items: center; width: fit-content; padding: 4px 8px; border-radius: 5px; font-size: .64rem; font-weight: 800; white-space: nowrap; }
.status-new { color: #1d5c88; background: #e4f0f7; }
.status-contacted { color: #71531e; background: #f7edda; }
.status-appointment { color: #5c4789; background: #eee9f8; }
.status-quoted { color: #17665a; background: #e1f3ef; }
.status-enrolled { color: #1f6c48; background: #def2e6; }
.status-nurture { color: #795875; background: #f2e8f0; }
.status-not_interested { color: #68717d; background: #eceff2; }
.followup-list a { display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 11px; padding: 15px 18px; border-bottom: 1px solid #edf1f4; }
.followup-list a:last-child { border-bottom: 0; }
.followup-list strong, .followup-list small { display: block; }
.followup-list strong { color: var(--navy); font-size: .77rem; }
.followup-list small { color: #8491a0; font-size: .66rem; }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy); background: var(--gold-soft); border-radius: 50%; font-size: .7rem; font-weight: 850; }
.priority-dot { width: 8px; height: 8px; border-radius: 50%; }
.priority-dot.priority-low { background: #8b98a5; }
.priority-dot.priority-normal { background: #3a7dab; }
.priority-dot.priority-high { background: #d19331; }
.priority-dot.priority-urgent { background: #bb3f4b; }
.admin-empty { padding: 55px 25px; color: #8390a0; text-align: center; }
.admin-empty > svg { color: #a8b4c0; }
.admin-empty h3 { margin: 12px 0 5px; font-family: var(--sans); font-size: .95rem; }
.admin-empty p { margin-bottom: 18px; font-size: .78rem; }
.compact-empty { padding: 45px 20px; }
.crm-filters { display: grid; grid-template-columns: minmax(250px, 1fr) 190px 160px auto auto; align-items: center; gap: 10px; margin-bottom: 18px; }
.crm-filters input, .crm-filters select { min-height: 43px; padding: 9px 11px; font-size: .78rem; }
.crm-filters .btn { min-height: 43px; padding-block: 9px; font-size: .78rem; }
.clear-filter { color: var(--blue); font-size: .76rem; font-weight: 750; }
.leads-card .admin-card-header { min-height: 66px; }
.leads-table { min-width: 1050px; }
.priority-label { font-size: .7rem; font-weight: 750; }
.priority-label.priority-low { color: #6e7985; }
.priority-label.priority-normal { color: #276c9b; }
.priority-label.priority-high { color: #9a681c; }
.priority-label.priority-urgent { color: #aa3540; }
.pagination { display: flex; justify-content: flex-end; align-items: center; gap: 15px; margin-top: 20px; color: var(--muted); font-size: .76rem; }
.pagination a { padding: 7px 12px; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 6px; font-weight: 750; }
.breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 19px; color: #7c8997; font-size: .75rem; }
.breadcrumb a { color: var(--blue); font-weight: 750; }
.lead-detail-heading { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 28px; }
.lead-heading-person { display: flex; align-items: center; gap: 16px; }
.large-avatar { width: 57px; height: 57px; font-size: .9rem; }
.lead-heading-person > div > span { color: #8a96a3; font-size: .68rem; font-weight: 750; }
.lead-heading-person h1 { margin: 0; font-family: var(--sans); font-size: 1.85rem; font-weight: 800; letter-spacing: -.03em; }
.lead-heading-person p { margin: 2px 0 0; font-size: .74rem; }
.large-status { padding: 6px 10px; font-size: .7rem; }
.lead-detail-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(310px, .55fr); gap: 20px; align-items: start; }
.lead-detail-grid > div { display: grid; gap: 20px; }
.lead-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0; padding: 8px 23px 16px; }
.lead-info-grid > div { padding: 16px 0; border-bottom: 1px solid #edf1f4; }
.lead-info-grid > div:nth-child(odd) { padding-right: 20px; }
.lead-info-grid dt { margin-bottom: 3px; color: #8a96a3; font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.lead-info-grid dd { margin: 0; color: #34465d; font-size: .82rem; }
.lead-info-grid a { color: var(--blue); }
.lead-message { margin: 0 23px 18px; padding: 18px; background: #f7f9fb; border: 1px solid #e6ebf0; border-radius: 7px; }
.lead-message span { display: block; margin-bottom: 6px; color: #83909e; font-size: .65rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.lead-message p { margin: 0; color: #425268; font-size: .82rem; white-space: pre-wrap; }
.consent-record { display: flex; align-items: center; gap: 6px; margin: 0 23px 22px; color: #4f7a6c; font-size: .7rem; }
.activity-timeline { margin: 0; padding: 23px 25px 27px 48px; list-style: none; }
.activity-timeline li { position: relative; padding: 0 0 25px 22px; border-left: 1px solid #d7e0e7; }
.activity-timeline li:last-child { padding-bottom: 0; border-left-color: transparent; }
.timeline-dot { position: absolute; width: 11px; height: 11px; left: -6px; top: 4px; background: var(--gold); border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 1px var(--gold); }
.activity-timeline li > div > div { display: flex; justify-content: space-between; gap: 15px; }
.activity-timeline strong { color: var(--navy); font-size: .77rem; }
.activity-timeline time { color: #8a96a3; font-size: .65rem; }
.activity-timeline p { margin: 5px 0 2px; color: #48586c; font-size: .8rem; white-space: pre-wrap; }
.activity-timeline small { color: #8a96a3; font-size: .65rem; }
.lead-editor { position: sticky; top: 20px; }
.lead-editor form { padding: 23px; }
.lead-editor .form-group { margin-bottom: 16px; }
.lead-editor .form-control { min-height: 43px; font-size: .78rem; }
.documents-card { overflow: hidden; }
.document-admin-list article { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 16px; padding: 18px 22px; border-bottom: 1px solid #edf1f4; }
.document-admin-list article:last-child { border-bottom: 0; }
.document-admin-list .document-icon { width: 44px; height: 44px; }
.document-main { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.document-main .resource-category { margin: 0 0 2px; font-size: .59rem; }
.document-main h2 { margin: 0 0 2px; font-family: var(--sans); font-size: .88rem; font-weight: 800; }
.document-main p { margin: 0; font-size: .68rem; }
.publish-badge.published { color: #1f6c48; background: #def2e6; }
.publish-badge.draft { color: #68717d; background: #eceff2; }
.document-actions { display: flex; align-items: center; gap: 5px; }
.document-actions a, .document-actions button { min-height: 35px; display: inline-flex; align-items: center; gap: 5px; padding: 7px 9px; color: #506074; background: white; border: 1px solid var(--line); border-radius: 6px; font-size: .68rem; font-weight: 700; cursor: pointer; }
.document-actions .danger-link { color: var(--danger); }
.form-card { max-width: 760px; padding: 28px; }
.form-card form > h2 { margin-bottom: 4px; font-family: var(--sans); font-size: 1.05rem; font-weight: 800; }
.form-description { margin-bottom: 25px; font-size: .78rem; }
.upload-field { margin-bottom: 19px; padding: 20px; background: var(--soft); border: 1px dashed #aebdcb; border-radius: 8px; }
.upload-field input { display: block; width: 100%; margin: 5px 0; color: #4e5e72; font-size: .78rem; }
.upload-field small, .current-file small { display: block; color: #7d8997; font-size: .7rem; }
.current-file { margin-bottom: 19px; padding: 16px; background: var(--soft); border: 1px solid var(--line); border-radius: 7px; }
.current-file span, .current-file strong, .current-file small { display: block; }
.current-file span { color: #8693a1; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.current-file strong { margin: 3px 0; color: var(--navy); font-size: .82rem; }
.switch-row { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin: 5px 0 25px; }
.switch-row input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--navy); }
.switch-row strong, .switch-row small { display: block; }
.switch-row strong { color: #30435b; font-size: .8rem; }
.switch-row small { color: #7f8b98; font-size: .7rem; }
.account-grid { display: grid; grid-template-columns: 300px minmax(0, 650px); gap: 20px; }
.profile-card { padding: 32px 25px; text-align: center; }
.xl-avatar { width: 72px; height: 72px; margin: 0 auto 16px; font-size: 1.05rem; }
.profile-card h2 { margin: 0 0 4px; font-family: var(--sans); font-size: 1.05rem; font-weight: 800; }
.profile-card > p { margin-bottom: 28px; font-size: .75rem; }
.profile-card dl { margin: 0; text-align: left; }
.profile-card dl > div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); }
.profile-card dt, .profile-card dd { margin: 0; font-size: .7rem; }
.profile-card dt { color: #82909e; }
.profile-card dd { color: #405167; }
.sidebar-backdrop { display: none; }

/* Admin login */
.login-page { min-height: 100vh; background: var(--soft); }
.login-shell { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; }
.login-brand-panel { position: relative; overflow: hidden; display: grid; place-items: center; padding: 70px; color: white; background: linear-gradient(140deg, var(--navy-deep), var(--navy-mid)); }
.login-brand-panel::after { content: ""; position: absolute; width: 600px; height: 600px; right: -350px; bottom: -370px; border: 1px solid rgba(213,173,99,.2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(213,173,99,.035), 0 0 0 150px rgba(213,173,99,.025); }
.login-brand-panel > div { position: relative; z-index: 1; max-width: 560px; }
.login-brand-panel img {
  width: 340px;
  height: 220px;
  padding: 8px;
  object-fit: contain;
  object-position: center;
  background: white;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}
.login-brand-panel h1 { margin: 45px 0 18px; color: white; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.login-brand-panel p { color: #bfcfdd; font-size: 1.06rem; }
.login-form-panel { display: grid; place-items: center; padding: 55px; }
.login-form { width: min(100%, 430px); }
.back-link { display: inline-block; margin-bottom: 55px; color: var(--blue); font-size: .78rem; font-weight: 750; }
.login-form h2 { margin-bottom: 6px; font-size: 2.4rem; }
.login-form > p { margin-bottom: 30px; }
.remember-row { display: flex; align-items: center; gap: 8px; margin: -3px 0 19px; color: #5f6e7e; font-size: .78rem; }
.remember-row input { accent-color: var(--navy); }

@media (max-width: 1120px) {
  .primary-nav { gap: 17px; }
  .primary-nav > a:not(.btn) { font-size: .86rem; }
  .hero-grid { grid-template-columns: 1.03fr .97fr; gap: 30px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 315px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-grid { grid-template-columns: 1fr; }
  .followup-card { max-width: none; }
  .crm-filters { grid-template-columns: 1fr 170px 150px auto; }
  .crm-filters .clear-filter { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 78px 0; }
  .topbar { display: none; }
  .header-inner { min-height: 72px; }
  .brand { width: 175px; height: 60px; }
  .nav-toggle { display: inline-flex; }
  .nav-toggle[aria-expanded="true"] .nav-open-icon { display: none; }
  .nav-toggle[aria-expanded="true"] .nav-close-icon { display: inline; }
  .primary-nav { position: absolute; inset: 72px 0 auto; display: none; align-items: stretch; gap: 0; padding: 14px 16px 21px; background: white; border-top: 1px solid var(--line); box-shadow: 0 20px 35px rgba(7,31,73,.13); }
  .primary-nav.open { display: flex; flex-direction: column; }
  .primary-nav > a:not(.btn) { padding: 12px 8px; border-bottom: 1px solid #edf1f4; }
  .primary-nav > a:not(.btn)::after { display: none; }
  .nav-cta { margin-top: 13px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; padding-top: 0; }
  .hero-copy { padding: 75px 0 40px; text-align: center; }
  .hero-copy .eyebrow, .hero-copy .button-row { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-visual { width: min(100%, 560px); height: 540px; margin: 0 auto; }
  .portrait-frame { inset-inline: 25px; }
  .trust-grid > div { padding-inline: 20px; }
  .split-intro, .process-grid, .lisa-feature, .faq-layout, .about-grid, .brand-story { grid-template-columns: 1fr; gap: 45px; }
  .faq-heading, .section-index, .lead-editor { position: static; }
  .concern-card { padding-inline: 23px; }
  .lisa-feature-photo, .about-image-wrap { width: min(100%, 560px); margin-inline: auto; }
  .lisa-feature-copy, .about-copy { max-width: 700px; margin-inline: auto; }
  .resource-preview-grid { grid-template-columns: 1fr; }
  .resource-card { min-height: 245px; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .content-grid { grid-template-columns: 1fr; gap: 35px; }
  .section-index { display: grid; grid-template-columns: repeat(3, 1fr); }
  .section-index strong { grid-column: 1 / -1; }
  .about-hero { background: var(--soft); }
  .values-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-panel-inner { width: min(calc(100% - 40px), 680px); margin-inline: auto; padding: 75px 0; }
  .contact-form-panel { justify-content: center; padding-block: 65px; }
  .footer-grid { grid-template-columns: 1.3fr .7fr; gap: 45px; }
  .footer-brand { grid-column: 1 / -1; }
  .admin-shell { display: block; }
  .admin-sidebar { position: fixed; left: 0; top: 0; width: 258px; transform: translateX(-102%); transition: transform .2s ease; }
  .admin-sidebar.open { transform: translateX(0); }
  .sidebar-backdrop { position: fixed; z-index: 190; inset: 0; background: rgba(2,15,34,.5); }
  .sidebar-backdrop.open { display: block; }
  .admin-topbar { justify-content: space-between; }
  .admin-menu-button { width: 42px; height: 42px; display: grid; place-items: center; color: var(--navy); background: var(--soft); border: 1px solid var(--line); border-radius: 7px; }
  .lead-detail-grid { grid-template-columns: 1fr; }
  .account-grid { grid-template-columns: 1fr; }
  .profile-card { max-width: 650px; }
  .login-shell { grid-template-columns: 1fr; }
  .login-brand-panel { min-height: 360px; padding: 55px 35px; }
  .login-brand-panel h1 { margin-top: 20px; font-size: 3rem; }
  .login-brand-panel img { width: 250px; max-height: 130px; }
  .login-form-panel { padding-block: 70px; }
  .back-link { margin-bottom: 35px; }
}

@media (max-width: 680px) {
  h1 { font-size: clamp(2.5rem, 12vw, 3.75rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
  .section { padding: 64px 0; }
  .hero-copy { padding-top: 60px; }
  .hero-lead { font-size: 1.03rem; }
  .hero-copy .button-row .btn { width: 100%; }
  .hero-visual { height: 465px; }
  .portrait-frame { inset: 20px 8px 0; }
  .portrait-card { left: 0; bottom: 20px; min-width: 260px; }
  .trust-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .trust-grid > div { justify-content: flex-start; padding: 15px 8px; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .concern-grid { grid-template-columns: 1fr; }
  .concern-card { border-right: 0; border-bottom: 1px solid var(--line); }
  .concern-card:last-child { border-bottom: 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .lisa-feature-photo, .about-image-wrap { height: 510px; }
  .row-heading { align-items: flex-start; flex-direction: column; }
  .final-cta { padding: 60px 0; }
  .final-cta .button-row, .final-cta .btn { width: 100%; }
  .page-hero, .page-hero.short { padding: 68px 0; }
  .page-hero p { font-size: 1rem; }
  .section-index { grid-template-columns: repeat(2, 1fr); }
  .check-list { grid-template-columns: 1fr; }
  .form-row.two-col { grid-template-columns: 1fr; gap: 0; }
  .contact-form-panel { padding-inline: 20px; }
  .contact-panel-inner { width: calc(100% - 40px); }
  .schedule-card-header { align-items: flex-start; flex-direction: column; }
  .calendly-frame { min-height: 650px; }
  .next-options { align-items: center; flex-direction: column; }
  .resource-list-item { grid-template-columns: 54px 1fr; padding: 21px 18px; }
  .resource-list-item .btn { grid-column: 1 / -1; width: 100%; }
  .success-card, .error-page > div { padding: 42px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .admin-content { padding: 28px 17px 55px; }
  .admin-topbar { padding-inline: 17px; }
  .admin-page-heading { align-items: flex-start; flex-direction: column; }
  .admin-page-heading > .btn { width: 100%; }
  .metric-grid { grid-template-columns: 1fr; }
  .crm-filters { grid-template-columns: 1fr; }
  .crm-filters .clear-filter { grid-column: auto; }
  .lead-detail-heading { align-items: flex-start; flex-direction: column; }
  .lead-info-grid { grid-template-columns: 1fr; }
  .lead-info-grid > div:nth-child(odd) { padding-right: 0; }
  .activity-timeline { padding-left: 35px; }
  .document-admin-list article { grid-template-columns: 42px 1fr; align-items: start; padding-inline: 17px; }
  .document-main { align-items: flex-start; flex-direction: column; gap: 8px; }
  .document-actions { grid-column: 1 / -1; justify-content: flex-end; border-top: 1px solid #edf1f4; padding-top: 11px; }
  .form-card { padding: 21px 17px; }
  .login-brand-panel { min-height: 320px; }
  .login-brand-panel h1 { font-size: 2.5rem; }
  .login-form-panel { padding: 55px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
