:root {
  --navy: #062a74;
  --blue: #064dcc;
  --blue-bright: #1267e2;
  --teal: #009599;
  --gold: #d99a16;
  --gold-light: #ffd36a;
  --ink: #15243a;
  --muted: #607087;
  --white: #ffffff;
  --soft: #f4f8fc;
  --line: #dce7f1;
  --shadow: 0 22px 55px rgba(8, 48, 88, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 10px; top: 10px; z-index: 9999; background: #fff; padding: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(6,43,85,.08);
}
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 1 430px; }
.brand-logo { width: min(430px, 100%); height: 82px; object-fit: contain; object-position: left center; }
.brand-mark {
  width: 48px; height: 48px; border-radius: 15px;
  display: grid; place-items: center;
  background: linear-gradient(145deg, var(--blue), var(--navy));
  color: white; font-weight: 800; letter-spacing: -.8px;
  box-shadow: 0 9px 24px rgba(10,93,168,.22);
}
.brand-text { display: grid; line-height: 1.15; }
.brand-text strong { font-family: "Playfair Display", serif; font-size: 1.05rem; color: var(--navy); }
.brand-text small { color: var(--gold); font-weight: 700; letter-spacing: .09em; text-transform: uppercase; font-size: .62rem; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 22px; font-size: .91rem; font-weight: 600; color: #33435a; }
.main-nav a:hover { color: var(--blue); }
.nav-cta { background: var(--navy); color: #fff !important; padding: 11px 18px; border-radius: 999px; }
.menu-button { display: none; background: transparent; border: 0; padding: 7px; }
.menu-button span { display: block; width: 25px; height: 2px; background: var(--navy); margin: 5px; }

.hero {
  min-height: 690px; overflow: hidden; position: relative;
  background: radial-gradient(circle at 92% 18%, rgba(0,149,153,.18) 0, transparent 29%),
              radial-gradient(circle at 7% 88%, rgba(232,164,0,.17) 0, transparent 27%),
              linear-gradient(135deg, #ffffff 0%, #fffdf6 52%, #f4fbfb 100%);
  display: grid; align-items: center;
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-block: 92px; }
.eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 800; color: var(--blue); margin-bottom: 14px; }
.eyebrow.gold { color: var(--gold-light); }
h1, h2, h3 { margin-top: 0; line-height: 1.14; }
h1, h2 { font-family: "Playfair Display", serif; }
.hero h1 { font-size: clamp(3rem, 5.8vw, 5.4rem); letter-spacing: -.045em; color: var(--navy); margin-bottom: 24px; }
.hero h1 span { color: var(--blue); }
.hero .values-heading { font-family: "Times New Roman", Times, serif; color: var(--navy); font-size: clamp(3rem, 5.5vw, 5.15rem); letter-spacing: -.035em; }
.hero .values-heading span { color: var(--blue); white-space: nowrap; }
.hero-copy > p { max-width: 660px; font-size: 1.15rem; color: var(--muted); margin-bottom: 30px; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 14px; font-weight: 700; transition: .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--navy)); box-shadow: 0 12px 28px rgba(10,93,168,.24); }
.button-secondary { color: var(--navy); background: rgba(255,255,255,.8); border: 1px solid #caddeb; }
.hero-values { margin-top: 28px; display: flex; align-items: center; gap: 11px; color: var(--navy); font-weight: 700; font-size: .89rem; }
.hero-values i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.hero-visual { min-height: 460px; position: relative; display: grid; place-items: center; }
.main-card {
  position: relative; width: min(540px, 100%); padding: 28px; border-radius: 32px;
  background: linear-gradient(150deg, rgba(255,255,255,.97), rgba(244,251,250,.92));
  border: 2px solid rgba(0,149,153,.24); box-shadow: 0 24px 60px rgba(6,42,116,.16);
  backdrop-filter: blur(18px);
}
.card-logo { width: min(485px, 100%); height: auto; margin: 0 auto 27px; }
.card-kicker { color: var(--gold); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; margin-bottom: 10px; }
.main-card h2 { font-size: 2rem; color: var(--navy); }
.assurance-list { display: grid; gap: 11px; margin-top: 25px; color: #405168; }
.assurance-list span { display: inline-grid; place-items:center; width: 23px; height:23px; margin-right:9px; border-radius:50%; background:#e0f2eb; color:#157051; font-size:.72rem; font-weight:900; }
.floating-card { position: absolute; padding: 13px 18px; border-radius: 15px; background: rgba(255,255,255,.91); box-shadow: 0 14px 32px rgba(7,55,103,.14); font-weight: 800; color: var(--navy); font-size: .88rem; }
.card-one { top: 40px; right: -10px; }
.card-two { bottom: 50px; left: -18px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .45; }
.orb-one { width: 240px; height: 240px; background: rgba(0,149,153,.28); right: -60px; top: 100px; }
.orb-two { width: 170px; height: 170px; background: rgba(232,164,0,.38); left: -70px; bottom: -50px; opacity: .38; }

.section { padding: 104px 0; }
.section-light { background: var(--soft); }
.section-heading { max-width: 730px; margin: 0 auto 52px; text-align: center; }
.section-heading h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); color: var(--navy); margin-bottom: 16px; }
.section-heading p { color: var(--muted); font-size: 1.05rem; }
.three-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card, .solution-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); padding: 31px; box-shadow: 0 12px 32px rgba(7,55,103,.06); transition: .25s ease; }
.feature-card:hover, .solution-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.icon-badge { width: 46px; height: 46px; display:grid; place-items:center; border-radius: 14px; background: #eaf4fd; color: var(--blue); font-weight: 800; margin-bottom: 22px; }
.icon-badge.faith-badge { width: auto; min-height: 46px; padding: 8px 13px; text-align: center; line-height: 1.15; }
.feature-card h3, .solution-card h3 { color: var(--navy); margin-bottom: 12px; font-size: 1.2rem; }
.feature-card p, .solution-card p { color: var(--muted); margin: 0; }

.story-section { padding: 110px 0; color: #fff; background: #01889f; position: relative; overflow:hidden; }
.story-section::after { content:""; position:absolute; width:400px; height:400px; border-radius:50%; background:rgba(255,255,255,.05); right:-100px; top:-100px; }
.story-grid { position:relative; z-index:2; display:grid; grid-template-columns: .85fr 1.15fr; gap:90px; align-items:center; }
.story-title h2 { font-family: Century, "Century Schoolbook", Georgia, serif; font-size: clamp(2.5rem, 5vw, 4.4rem); margin:0; color:#d99a16; }
.story-title em { color: #d99a16; font-style: normal; }
.story-copy { font-size:1.08rem; color:#dfeaf4; }
.story-copy .lead { color:white; font-size:1.38rem; font-weight:600; }
.story-copy blockquote { margin:30px 0 0; padding:25px 28px; border-left:4px solid var(--gold); background:rgba(255,255,255,.07); border-radius:0 18px 18px 0; color:white; font-family:"Playfair Display",serif; font-size:1.38rem; }

.solution-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.solution-card span { display:grid; place-items:center; width:48px; height:48px; border-radius:15px; background:linear-gradient(145deg,#eaf5ff,#f4f9fd); color:var(--blue); font-weight:900; margin-bottom:20px; }
.coverage-section { background: #fff4d6; }
.plan-link { display:inline-flex; align-items:center; gap:7px; margin-top:20px; color:var(--blue); font-weight:800; line-height:1.35; }
.plan-link:hover { color:var(--navy); text-decoration:underline; }

.team-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:25px; align-items:start; }
.team-card { background:#fff; border:1px solid var(--line); border-radius:28px; overflow:hidden; box-shadow:0 16px 38px rgba(7,55,103,.08); }
.portrait-wrap { aspect-ratio: 4/4.35; overflow:hidden; background:#eaf1f7; }
.portrait-wrap img { width:100%; height:100%; object-fit:contain; object-position:center top; }
.portrait-wrap-carla img {
  object-fit:contain;
  object-position:center top;
}
.portrait-wrap-seaneen { background:transparent; }
.portrait-wrap-seaneen img {
  object-fit:contain;
  object-position:center top;
}
.team-content { padding:29px; }
.team-content h3 { margin-bottom:5px; color:var(--navy); font-size:1.45rem; }
.role { color:var(--blue); font-weight:800; font-size:.88rem; margin-top:0; }
.team-content p:not(.role) { color:var(--muted); font-size:.94rem; }
.team-highlight { border-left:3px solid var(--gold); padding-left:15px; color:var(--ink)!important; font-weight:600; }

.team-contact { display:grid; gap:8px; margin-top:18px; padding-top:17px; border-top:1px solid var(--line); }
.team-contact a { color:var(--blue); font-weight:800; font-size:.9rem; word-break:break-word; }
.team-contact a:hover { color:var(--navy); }
.portrait-placeholder { aspect-ratio:4/4.35; display:grid; place-items:center; align-content:center; gap:10px; background:linear-gradient(145deg,#eaf4fd,#dbeaf4); color:var(--navy); }
.portrait-placeholder span { width:90px; height:90px; border-radius:50%; display:grid; place-items:center; background:#fff; box-shadow:0 12px 30px rgba(7,55,103,.11); font-family:"Playfair Display",serif; font-size:2rem; }
.portrait-placeholder small { color:var(--muted); font-weight:700; }

.learning-section { background:linear-gradient(180deg,#fff,#f4f9fd); }
.resource-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.resource-card { display:grid; grid-template-columns:auto 1fr auto; gap:19px; align-items:center; background:#fff; border:1px solid var(--line); border-radius:22px; padding:23px; transition:.25s ease; box-shadow:0 10px 28px rgba(7,55,103,.05); }
.resource-card:hover { transform:translateY(-4px); border-color:#b9d4ea; box-shadow:var(--shadow); }
.resource-logo { width:55px; height:55px; display:grid; place-items:center; border-radius:17px; color:#fff; font-weight:900; }
.resource-logo.medicare { background:#0f62a8; }
.resource-logo.medicaid { background:#007d64; }
.resource-logo.social { background:#4a4f99; }
.resource-card span { display:block; color:var(--blue); font-size:.72rem; text-transform:uppercase; letter-spacing:.1em; font-weight:800; }
.resource-card h3 { margin:3px 0 5px; color:var(--navy); font-size:1.08rem; }
.resource-card p { margin:0; color:var(--muted); font-size:.89rem; line-height:1.48; }
.resource-card b { color:var(--gold); font-size:1.4rem; }
.learning-note { margin-top:28px; padding:22px 25px; border-radius:20px; background:var(--navy); color:white; display:flex; flex-wrap:wrap; align-items:center; gap:12px 20px; }
.learning-note span { color:#ccdaea; }
.learning-note a { margin-left:auto; color:var(--gold-light); font-weight:800; }

.louisiana-section { padding:105px 0; background:linear-gradient(135deg,#07375f,#0a659a); color:white; overflow:hidden; }
.louisiana-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; }
.map-wrap { position:relative; width:100%; max-width:620px; }
.map-wrap img { display:block; width:100%; height:auto; border-radius:22px; filter:drop-shadow(0 20px 32px rgba(0,0,0,.18)); }
.lafayette-pulse { position:absolute; left:41.7%; top:66.8%; width:4.1%; aspect-ratio:1; border:3px solid #f4cf70; border-radius:50%; transform:translate(-50%,-50%); animation:map-pulse 2.3s infinite; pointer-events:none; }
@keyframes pulse { 0%{transform:scale(.7);opacity:.8} 70%{transform:scale(1.35);opacity:0} 100%{opacity:0} }
@keyframes map-pulse { 0%{transform:translate(-50%,-50%) scale(.65);opacity:.9} 70%{transform:translate(-50%,-50%) scale(1.65);opacity:0} 100%{transform:translate(-50%,-50%) scale(1.65);opacity:0} }
.louisiana-copy h2 { font-size:clamp(2.5rem,4.7vw,4.4rem); }
.louisiana-copy p { color:#d8e7f0; font-size:1.06rem; }
.text-link { color:var(--gold-light); font-weight:800; display:inline-block; margin-top:9px; }

.mission-section { padding:90px 0; background:#f5f9fc; }
.mission-card { max-width:940px; margin:auto; padding:52px; text-align:center; border-radius:30px; background:#fff; border:1px solid var(--line); box-shadow:var(--shadow); }
.mission-card p { margin:0; font-family:"Playfair Display",serif; color:var(--navy); font-size:clamp(1.65rem,3vw,2.45rem); line-height:1.38; }

.contact-section { padding:100px 0; background:#fff; }
.contact-card { color:white; background:linear-gradient(135deg,#062c54,#084f82); border-radius:34px; padding:58px; box-shadow:0 30px 70px rgba(7,55,103,.2); }
.contact-card h2 { font-size:clamp(2.5rem,5vw,4rem); margin-bottom:12px; }
.contact-card > div:first-child p { color:#dbe8f2; font-size:1.05rem; }
.contact-actions { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:32px; }
.contact-button { display:flex; align-items:center; gap:13px; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.15); border-radius:18px; padding:18px; font-weight:800; transition:.2s ease; }
.contact-button:hover { background:rgba(255,255,255,.17); transform:translateY(-2px); }
.contact-button span { font-size:1.3rem; }
.contact-button small { display:block; color:#bad1e3; font-weight:500; }
.service-line { margin:26px 0 0; color:var(--gold-light); font-weight:700; }

.site-footer { background:#031c36; color:#c8d5e2; padding:70px 0 22px; }
.footer-grid { display:grid; grid-template-columns:1.5fr .8fr .8fr .9fr; gap:45px; }
.footer-brand .brand-text strong { color:white; }
.footer-brand { width:min(330px,100%); }
.footer-logo { width:100%; height:auto; object-fit:contain; object-position:left center; }
.footer-grid h3 { color:white; font-size:.92rem; margin-bottom:17px; }
.footer-grid a, .footer-grid p { display:block; color:#aebed0; font-size:.9rem; margin:9px 0; }
.footer-grid a:hover { color:white; }
.legal { border-top:1px solid rgba(255,255,255,.1); margin-top:45px; padding-top:22px; display:grid; grid-template-columns:1fr 1fr; gap:10px 25px; font-size:.76rem; color:#8498ab; }
.legal p { margin:0; }
.medicare-disclaimer { grid-column:1 / -1; max-width:980px; padding-bottom:12px; color:#b7c6d4; font-size:.82rem; line-height:1.55; }

.reveal { opacity:0; transform:translateY(22px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 980px) {
  .main-nav { position:absolute; top:78px; left:20px; right:20px; padding:22px; border-radius:20px; background:white; box-shadow:var(--shadow); display:none; flex-direction:column; align-items:stretch; }
  .main-nav.open { display:flex; }
  .menu-button { display:block; }
  .hero-grid, .story-grid, .louisiana-grid { grid-template-columns:1fr; }
  .hero-grid { gap:35px; }
  .hero { min-height:auto; }
  .hero-visual { min-height:420px; }
  .three-card-grid, .team-grid { grid-template-columns:1fr 1fr; }
  .solution-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width: 700px) {
  .container { width:min(calc(100% - 26px),1160px); }
  .nav-wrap { min-height:74px; gap:10px; }
  .brand { flex:1 1 auto; min-width:0; max-width:250px; }
  .brand-logo { width:100%; height:58px; }
  .menu-button { flex:0 0 auto; }
  .hero-grid { padding-block:52px; min-width:0; }
  .hero-copy, .hero-visual, .three-card-grid, .feature-card { min-width:0; }
  .hero h1, .hero .values-heading { font-size:clamp(2.25rem,11vw,3.15rem); letter-spacing:-.025em; overflow-wrap:anywhere; }
  .hero .values-heading span { white-space:normal; }
  .hero-copy > p { font-size:1.05rem; }
  .button-row { display:grid; grid-template-columns:1fr; }
  .button { width:100%; padding-inline:16px; text-align:center; }
  .hero-visual { min-height:360px; }
  .main-card { width:100%; padding:24px 20px; }
  .main-card h2 { font-size:clamp(1.55rem,7vw,2rem); }
  .floating-card { display:none; }
  .section { padding:78px 0; }
  .three-card-grid, .team-grid, .solution-grid, .resource-grid, .contact-actions, .footer-grid { grid-template-columns:1fr; }
  .story-grid { gap:35px; }
  .story-section, .louisiana-section { padding:80px 0; }
  .contact-card, .mission-card { padding:34px 23px; border-radius:24px; }
  .learning-note { display:block; }
  .learning-note span, .learning-note a { display:block; margin-top:6px; }
  .legal { display:block; }
  .legal p + p { margin-top:12px; }
}


.quick-info {
  background: linear-gradient(90deg, var(--navy) 0%, var(--blue) 45%, var(--teal) 100%);
  color: #fff;
  font-size: .82rem;
}
.quick-info-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 8px 22px;
  text-align: center;
}
.quick-info a:hover { color: var(--gold-light); }

.learning-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.learning-category {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(7,55,103,.06);
}
.category-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.category-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  border-radius: 15px;
  background: linear-gradient(145deg, var(--blue), var(--navy));
  color: white;
  font-weight: 900;
}
.category-label {
  margin: 0 0 2px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-size: .69rem;
  font-weight: 900;
}
.category-heading h3 {
  margin: 0;
  color: var(--navy);
  font-size: 1.35rem;
}
.article-list {
  display: grid;
  gap: 8px;
}
.article-list a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 13px;
  background: #f5f9fc;
  color: #3c5067;
  font-size: .91rem;
  font-weight: 600;
  transition: .2s ease;
}
.article-list a:hover {
  background: #e9f3fb;
  color: var(--blue);
  transform: translateX(3px);
}
.article-list b {
  color: var(--gold);
}

@media (max-width: 700px) {
  .quick-info-inner { padding: 8px 0; gap: 5px 14px; flex-wrap: wrap; white-space: normal; }
  .learning-categories { grid-template-columns: 1fr; }
  .learning-category { padding: 22px; }
}
