:root {
  --navy: #062b55;
  --blue: #0a5da8;
  --blue-bright: #1679d3;
  --teal: #0a7f82;
  --gold: #d6ad53;
  --gold-light: #f2d894;
  --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;
  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: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.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 88% 12%, #d8efff 0, transparent 32%),
              linear-gradient(135deg, #f9fcff 0%, #eef6fc 55%, #e6f3fb 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-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(440px, 100%); padding: 44px; border-radius: 32px;
  background: linear-gradient(150deg, rgba(255,255,255,.92), rgba(245,251,255,.72));
  border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.mini-logo { width: 65px; height: 65px; border-radius: 20px; background: linear-gradient(145deg,var(--blue),var(--navy)); display: grid; place-items: center; color:#fff; font-weight:800; font-size:1.15rem; margin-bottom: 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: #c8e9ff; right: -60px; top: 100px; }
.orb-two { width: 150px; height: 150px; background: #f5d58d; left: -70px; bottom: -50px; opacity: .22; }

.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; }
.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: linear-gradient(135deg, #042849, #07578e); 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-size: clamp(2.5rem, 5vw, 4.4rem); margin:0; }
.story-title em { color: var(--gold-light); 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; }

.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:cover; 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 svg { width:100%; max-width:500px; filter:drop-shadow(0 20px 32px rgba(0,0,0,.15)); }
.state-shape { fill:rgba(255,255,255,.08); stroke:#e8c878; stroke-width:3; }
.lafayette-dot { fill:#f4cf70; }
.pulse-ring { fill:none; stroke:#f4cf70; stroke-width:3; opacity:.5; transform-origin:194px 276px; animation:pulse 2.3s infinite; }
.map-wrap text { fill:#fff; font-size:13px; font-weight:700; }
.map-wrap .city { fill:#bcd8e9; font-size:11px; font-weight:500; }
@keyframes pulse { 0%{transform:scale(.7);opacity:.8} 70%{transform:scale(1.35);opacity:0} 100%{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-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:flex; justify-content:space-between; gap:25px; font-size:.76rem; color:#8498ab; }

.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(100% - 26px,1160px); }
  .brand-text strong { font-size:.9rem; }
  .brand-text small { font-size:.54rem; }
  .hero-grid { padding-block:65px; }
  .hero h1 { font-size:3.15rem; }
  .hero-visual { min-height:360px; }
  .main-card { padding:30px; }
  .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; }
}


.quick-info {
  background: linear-gradient(90deg, var(--navy), #0a5d91);
  color: #fff;
  font-size: .82rem;
}
.quick-info-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  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; }
  .learning-categories { grid-template-columns: 1fr; }
  .learning-category { padding: 22px; }
}
