
:root {
  --bg: #fffaf3;
  --paper: #ffffff;
  --text: #192234;
  --muted: #5f6b7a;
  --brand: #2357ff;
  --brand-2: #00a6a6;
  --line: rgba(25, 34, 52, .12);
  --shadow: 0 18px 46px rgba(30, 42, 70, .10);
  --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(0,166,166,.12), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(35,87,255,.11), transparent 28%),
    linear-gradient(180deg, #fffaf3 0%, #f7fbff 100%);
}
small {
	font-size: 9px;
    font-weight: normal;
}
a { color: inherit; }
.skip-link {
  position: absolute; left: -999px; top: 12px; background: var(--text); color: #fff;
  padding: 10px 14px; border-radius: 10px; z-index: 10;
}
.skip-link:focus { left: 12px; }
.site-header {
  position: sticky; top: 0; z-index: 5;
  backdrop-filter: blur(14px);
  background: rgba(255, 250, 243, .82);
  border-bottom: 1px solid var(--line);
}
.nav {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex; align-items: center; justify-content: space-between; gap: 22px;
}
.logo {
  display: inline-flex; gap: 10px; align-items: center; text-decoration: none; font-weight: 900;
}
.logo-mark {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px;
  color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: var(--shadow);
}
.menu { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.menu a {
  text-decoration: none; color: #263247; font-weight: 700; font-size: 14px;
  padding: 10px 12px; border-radius: 999px;
}
.menu a:hover, .menu a[aria-current="page"] { background: rgba(35,87,255,.10); color: #143bd6; }
main { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.hero {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: center;
  padding: 64px 0 36px;
}
.eyebrow { color: #778bcb; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; font-size: 12px; }
h1 { font-size: clamp(36px, 6vw, 45px); line-height: .99; letter-spacing: -0.05em; margin: 14px 0 18px; }
h2 { font-size: clamp(28px, 4vw, 38px); line-height: 1.02; letter-spacing: -0.04em; margin: 0 0 14px; }
h3 { font-size: 20px; line-height: 1.16; margin: 0 0 10px; letter-spacing: -0.02em; }
p { color: var(--muted); line-height: 1.74; font-size: 14px; }
.lead { font-size: clamp(17px, 2vw, 21px); max-width: 760px; }
.hero-card {
  background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: 30px; padding: 18px; box-shadow: var(--shadow);
}
.hero-card img { width: 100%; display: block; border-radius: 22px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 18px; border-radius: 999px; text-decoration: none; font-weight: 850; border: 1px solid var(--line);
}
.btn.primary { background: var(--text); color: #fff; }
.btn.secondary { background: #fff; color: var(--text); }
.section { padding: 46px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 22px; }
.section-head p { max-width: 680px; margin: 0; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  background: rgba(255,255,255,.84); border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; box-shadow: 0 10px 30px rgba(30, 42, 70, .07);
  display: flex; flex-direction: column; min-height: 100%;
}
.card img { width: 100%; border-radius: 18px; border: 1px solid rgba(25, 34, 52, .08); margin-bottom: 16px; background: #fff; }
.card .tag { color: var(--brand-2); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 8px; }
.card p { margin: 0 0 18px; }
.card a.read-more { margin-top: auto; font-weight: 60		0; text-decoration: none; color: #143bd6; }
.program-list { display: grid; gap: 16px; }
.program {
  display: grid; grid-template-columns: 190px 1fr 220px; gap: 18px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 18px; box-shadow: 0 10px 30px rgba(30, 42, 70, .06);
}
.program strong { font-size: 20px; }
.program .pill { justify-self: center; padding: 12px 15px; border-radius: 999px; background: rgb(243, 243, 251); color: #081443; font-weight: bold; font-size: 13px; }
.article-shell { max-width: 920px; margin: 0 auto; padding: 50px 0; }
.article-hero { margin-bottom: 34px; }
.article-hero img { width: 100%; border-radius: 30px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.article-body {
  background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: 30px; padding: clamp(22px, 4vw, 42px); box-shadow: var(--shadow);
}
.article-body h2 { margin-top: 32px; }
.article-body h2:first-child { margin-top: 0; }
.callout {
  border-left: 5px solid var(--brand-2); background: rgba(0,166,166,.08); padding: 16px 18px; border-radius: 16px; color: #243044; margin: 24px 0;
}
ul.clean { list-style: none; padding: 0; display: grid; gap: 10px; }
ul.clean li { background: rgba(35,87,255,.06); border: 1px solid rgba(35,87,255,.10); padding: 12px 14px; border-radius: 16px; color: #39465a; }
.faq-list { display: grid; gap: 12px; }
details {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 0; box-shadow: 0 8px 24px rgba(30,42,70,.05);
}
summary { cursor: pointer; padding: 18px 20px; font-weight: 900; color: #182236; }
details p { padding: 0 20px 18px; margin: 0; }
.sources {
  background: rgba(255,255,255,.75); border: 1px solid var(--line); border-radius: 22px; padding: 18px; margin-top: 28px;
}
.sources a { color: #143bd6; font-weight: 750; }
.site-footer { margin-top: 42px; border-top: 1px solid var(--line); padding: 34px 0 46px; }
.footer-inner { width: min(1180px, calc(100% - 32px)); margin: 0 auto; color: var(--muted); display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.breadcrumb { font-size: 14px; color: var(--muted); margin-bottom: 22px; }
.breadcrumb a { color: #143bd6; text-decoration: none; font-weight: 800; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 38px; }
  .grid { grid-template-columns: 1fr; }
  .program { grid-template-columns: 1fr; }
  .program .pill { justify-self: start; }
  .section-head { display: block; }
}
@media print {
  .site-header, .hero-actions, .site-footer { display: none; }
  body { background: #fff; }
  main { width: 100%; }
  .card, .article-body, details { box-shadow: none; }
}


/* --- Heyme AI Voice Stack additions: preserved base CSS + expanded layout --- */
.card a.read-more { font-weight: 800; }

.logo span:last-child { letter-spacing: -0.02em; }

.hero-video-card {
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.video-slot {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(25, 34, 52, .10);
  background:
    radial-gradient(circle at 20% 30%, rgba(0,166,166,.28), transparent 26%),
    radial-gradient(circle at 80% 20%, rgba(35,87,255,.24), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #eaf7ff 100%);
  display: grid;
  place-items: center;
}
.video-slot::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 18px;
  border: 1px dashed rgba(25,34,52,.22);
}
.video-slot-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 22px;
}
.video-slot-inner strong {
  display: block;
  font-size: clamp(20px, 3vw, 34px);
  letter-spacing: -.04em;
  margin-bottom: 8px;
}
.video-slot-inner span {
  color: var(--muted);
  font-weight: 700;
}

.btn.faq-cta {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  border: 0;
  box-shadow: 0 14px 32px rgba(35,87,255,.22);
}
.btn.faq-cta:hover {
  transform: translateY(-1px);
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.info-box {
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 10px 30px rgba(30,42,70,.06);
}
.info-box h3 { margin-top: 0; }
.info-box ul { margin: 0; padding-left: 20px; color: var(--muted); line-height: 1.72; font-size: 14px; }

.visual-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.visual-card {
  background: rgba(255,255,255,.86);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(30,42,70,.06);
}
.visual-card img {
  width: 100%;
  display: block;
  border-radius: 16px;
  border: 1px solid rgba(25,34,52,.08);
  background: #fff;
  margin-bottom: 12px;
}
.visual-card h3 {
  font-size: 17px;
}

.program {
  grid-template-columns: 220px 1fr 230px;
  align-items: stretch;
}
.program p { margin: 0; }
.program-meta {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}
.program-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: center;
}
.program-actions a {
  text-align: center;
  text-decoration: none;
}
.program-actions .pill {
  justify-self: stretch;
}
.pill.link {
  background: linear-gradient(135deg, var(--text), #2a3857);
  color: #fff;
}
.pill.soft {
  background: rgba(0,166,166,.10);
  color: #0c5f63;
}

.article-body {
  margin-bottom: 38px;
}
.article-body h2 {
  margin-top: 54px;
  padding-top: 8px;
}
.article-body h3 {
  margin-top: 28px;
}
.article-summary {
  margin-top: 42px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid rgba(35,87,255,.14);
  background: rgba(35,87,255,.055);
}
.article-summary p { margin-bottom: 0; }

.content-note {
  background: rgba(255,255,255,.78);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px;
  margin: 22px 0;
}

.footer-inner {
  flex-direction: column;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-menu a {
  text-decoration: none;
  font-weight: 800;
  color: #143bd6;
  background: rgba(35,87,255,.08);
  padding: 8px 12px;
  border-radius: 999px;
}
.footer-legal {
  font-size: 13px;
  max-width: 940px;
  line-height: 1.7;
}

.source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.source-links a {
  color: #143bd6;
  font-weight: 800;
  text-decoration: none;
  background: rgba(35,87,255,.08);
  padding: 8px 12px;
  border-radius: 999px;
}

@media (max-width: 900px) {
  .info-grid, .visual-grid { grid-template-columns: 1fr; }
  .program { grid-template-columns: 1fr; }
}


/* --- Real hero video block --- */
.hero-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(25, 34, 52, .10);
  background: #ffffff;
}
.hero-video__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}
.article-body p + h2,
.article-body ul + h2,
.article-body .callout + h2 {
  margin-top: 58px;
}
