@charset "UTF-8";


/* ===== Source: css/styles.css ===== */

:root{
  --ink:#0f172a;
  --muted:#6b7280;
  --stamp:#9ca3af;
  --rule:#e5e7eb;
  --surface:#ffffff;
  --radius:6px;
}

*{box-sizing:border-box;}

body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.6;
  color:var(--ink);
  background:#fff;
}

.container{width:min(1080px,calc(100% - 48px));margin:0 auto;}

.topbar{background:#fff;border-bottom:1px solid var(--rule);}
.topbar__inner{display:flex;justify-content:space-between;align-items:center;padding:14px 0;gap:18px;}

.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;min-width:240px;}
.brand__logo{width:40px;height:40px;display:block;}
.brand__name{font-weight:800;font-size:.92rem;letter-spacing:0.04em;}
.brand__sub{font-weight:600;font-size:.72rem;color:var(--muted);letter-spacing:0.08em;}

.topnav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
.topnav a{color:var(--muted);text-decoration:none;font-size:.95rem;}
.topnav a:hover,.topnav a:focus{color:var(--ink);text-decoration:underline;text-underline-offset:3px;}
.navdot{padding:0 2px;color:#9ca3af;}

.page{padding-bottom:44px;}

.crumbs{margin-top:18px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.92rem;}
.crumbs__sep{color:#9ca3af;}
.crumbs__link{color:var(--muted);text-decoration:none;}
.crumbs__link:hover,.crumbs__link:focus{color:var(--ink);text-decoration:underline;text-underline-offset:3px;}
.crumbs__current{color:var(--ink);font-weight:600;}

.hero{
  padding-top:36px;
  padding-bottom:32px;
}

.hero__head{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:14px;}
.hero__title{
  font-family:Georgia,serif;
  font-size:2.8rem;
  margin:0 0 14px 0;
  letter-spacing:0.01em;
}
.truststamp{
  display:flex;
  gap:10px;
  align-items:center;
  color:var(--stamp);
  font-size:0.85rem;
  white-space:nowrap;
  font-weight:400;
}

.hero__subblock{margin-bottom:14px;}
.hero__subblock p{margin:4px 0;}
.hero__subtitle{
  font-family:Georgia,serif;
  font-size:1.4rem;
}
.hero__outcome{font-weight:500;}

.hero__lede{
  color:var(--muted);
  margin:0 0 18px 0;
  max-width:720px;
}

.meta{
  margin:18px 0 22px;
  padding:12px 0;
  border-top:1px solid var(--rule);
  border-bottom:1px solid var(--rule);
  color:var(--muted);
  font-size:.95rem;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.hero__grid{display:grid;grid-template-columns:1.45fr .75fr;gap:20px;margin-top:16px;}
@media(max-width:920px){.hero__grid{grid-template-columns:1fr;}}

.panel{
  border:1px solid var(--rule);
  border-radius:var(--radius);
  padding:20px;
  background:var(--surface);
}

.panel--primary{font-size:0.985em;}

h2{font-weight:700;letter-spacing:0.25px;margin:0 0 10px;}
h3{font-weight:700;margin:0 0 8px;}

p{margin:0 0 0.85em;}

.checklist{
  list-style:none;
  padding:0;
  margin:14px 0;
  display:grid;
  gap:12px;
}
.checklist li{
  position:relative;
  padding-left:22px;
  line-height:1.65;
}
.checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#0f766e;
  font-weight:700;
}
.checklist--two{grid-template-columns:1fr 1fr;gap:12px 28px;}
@media(max-width:820px){.checklist--two{grid-template-columns:1fr;}}

.bullets{margin:12px 0 0;padding-left:18px;display:grid;gap:8px;}
.steps{margin:12px 0 0;padding-left:18px;display:grid;gap:8px;}

.cta{margin-top:14px;display:flex;gap:12px;flex-wrap:wrap;}
.cta__btn{
  padding:10px 12px;
  border:1px solid var(--rule);
  border-radius:6px;
  text-decoration:none;
  color:var(--ink);
  font-weight:600;
  background:#fff;
}
.cta__btn:hover,.cta__btn:focus{text-decoration:underline;text-underline-offset:3px;}

.micro{margin-top:18px;padding-top:14px;border-top:1px solid var(--rule);}
.micro__note{color:var(--muted);margin-top:8px;}

.facts{display:grid;gap:10px;margin-top:10px;}
.facts dt{font-weight:700;}
.facts dd{margin:0;color:var(--muted);}

.section{
  margin-top:48px;
  border-top:1px solid var(--rule);
  padding-top:28px;
}
.section__lede{color:var(--muted);max-width:820px;}

.cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;}
@media(max-width:820px){.cards{grid-template-columns:1fr;}}
.card{
  border:1px solid var(--rule);
  border-radius:var(--radius);
  padding:16px;
  background:#fff;
}

.faq{display:grid;gap:12px;margin-top:12px;}
.faq__item{
  border:1px solid var(--rule);
  border-radius:var(--radius);
  padding:16px;
  background:#fff;
}
.faq__item h3{font-size:1rem;margin-bottom:8px;}
.faq__item p{color:var(--muted);margin:0;}

.pricingbox{
  border:1px solid var(--rule);
  border-radius:var(--radius);
  padding:0;
  overflow:hidden;
  margin-top:14px;
  background:#fff;
}
.pricingrow{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:14px;
  padding:14px 16px;
  border-top:1px solid var(--rule);
}
.pricingrow:first-child{border-top:none;}
.pricingrow__k{font-weight:700;}
.pricingrow__v{color:var(--muted);}
.pricingrow__v a{color:inherit;text-decoration:underline;text-underline-offset:3px;}

.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;}

.footer{
  border-top:1px solid var(--rule);
  padding:18px 0;
  color:#64748b;
  font-size:.9rem;
}
.footer__inner{display:flex;align-items:center;}
.footer__inner--single{justify-content:flex-start;}
.footer__singleline{white-space:nowrap;font-size:0.92rem;letter-spacing:0.2px;}
@media(max-width:720px){.footer__singleline{white-space:normal;}}

/* Footer (standardized) */
.site-footer{ border-top:1px solid var(--rule); background:var(--surface); color: rgba(15,23,42,.62); padding:22px 0; }
.site-footer__inner{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.site-footer__left, .site-footer__right{ font-size:13px; line-height:1.4; }
.site-footer__right{ display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
.sep{ margin:0 6px; opacity:.6; }


/* ===== Source: Enterprise_Licensing/CSS/styles.css ===== */

:root{
  --max: 1160px;
  --ink: #0b1e3a;
  --muted: rgba(15,23,42,.68);
  --border: rgba(15,23,42,.10);
  --bg: #f7fafc;
  --card: #ffffff;
  --teal: #2f7f7a;
  --radius: 14px;
}
*{ box-sizing: border-box; }
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
}
img{ max-width:100%; height:auto; }
a{ color: inherit; }
.container{ width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

/* Header */
.site-header{ background:#fff; border-bottom:1px solid var(--border); }
.header-inner{ display:flex; align-items:center; justify-content:space-between; gap:18px; padding:16px 0; }
.brand{ display:flex; align-items:center; gap:12px; text-decoration:none; }
.brand img{ height:34px; width:auto; display:block; }
.brand-text{ display:flex; flex-direction:column; line-height:1; letter-spacing:.18em; font-weight:900; font-size:12px; text-transform:uppercase; color: rgba(15,23,42,.92); }
.brand-text small{ font-size:10px; letter-spacing:.22em; opacity:.86; margin-top:2px; }

.nav{ display:flex; align-items:center; gap:18px; flex-wrap:wrap; }
.nav a{
  color: rgba(15,23,42,.78);
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  padding:8px 10px;
  border-radius:999px;
}
.nav a.active{ background: rgba(15,23,42,.06); color: rgba(15,23,42,.90); }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:12px; padding:10px 14px;
  font-weight:800; font-size:14px; text-decoration:none;
  border:1px solid transparent; white-space:nowrap;
}
.btn-primary{ background: var(--teal); color:#fff; box-shadow: 0 8px 18px rgba(47,127,122,.25); }
.btn-secondary{ background: rgba(15,23,42,.04); color: rgba(15,23,42,.86); border-color: rgba(15,23,42,.10); }
.btn-sm{ padding:9px 12px; border-radius:12px; font-weight:900; }

/* Shell */
.page-shell{ background:#fff; border-bottom:1px solid var(--border); }
.page-shell__inner{ padding:34px 0 22px; }
.crumbs{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; color: rgba(15,23,42,.62); font-size:13px; margin:0 0 22px; }
.crumbs a{ text-decoration:none; color:inherit; }
.crumbs a:hover{ text-decoration:underline; text-underline-offset:3px; }
.crumbs .dot{ opacity:.55; }
.page-title{
  margin:0 0 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight:800;
  letter-spacing:-0.02em;
  font-size:56px;
  line-height:1.02;
}
.page-subtitle{
  margin:0 0 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:22px;
  line-height:1.28;
  color: rgba(15,23,42,.78);
  max-width:72ch;
}
.page-note{ margin:0 0 10px; color: rgba(15,23,42,.70); line-height:1.55; max-width:90ch; }
.divider{ margin:18px 0 0; border-top: 1px solid rgba(15,23,42,.10); }

/* Sections */
.section{ padding: 26px 0; }
.section-title{
  margin: 0 0 14px;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(15,23,42,.58);
  font-weight: 900;
}
.panel{
  background:#fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 6px 16px rgba(2,6,23,.06);
}
.grid-2{ display:grid; grid-template-columns: 1fr 1fr; gap:18px; }
.grid-3{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:18px; }

/* Tier cards */
.tier-card{ position:relative; overflow:hidden; }
.tier-head{
  padding: 14px 16px 12px;
  border-bottom: 1px solid rgba(15,23,42,.08);
  background: linear-gradient(180deg, rgba(226,232,240,.65), rgba(226,232,240,.10));
}
.tier-head strong{ font-size: 18px; color: var(--ink); }
.tier-body{ padding: 14px 16px 16px; }
.tier-seats{ font-size: 24px; font-weight: 900; letter-spacing: -0.02em; color: var(--ink); }
.tier-seats span{ font-size: 13px; font-weight: 800; color: rgba(15,23,42,.70); }
.tier-list{ list-style:none; margin: 10px 0 0; padding:0; display:grid; gap:8px; color: rgba(15,23,42,.72); font-weight: 650; font-size: 13px; }
.tier-list li{ display:flex; gap:10px; align-items:flex-start; }
.tier-check{
  width:18px;height:18px;border-radius:6px;
  background: rgba(47,127,122,.16);
  border: 1px solid rgba(47,127,122,.30);
  display:grid;place-items:center;
  flex:0 0 auto;
  margin-top:1px;
  color: var(--ink);
  font-weight: 900;
}
.tier-popular{
  position:absolute;
  top:10px;
  left:50%;
  transform: translateX(-50%);
  background: rgba(15,23,42,.92);
  color:#fff;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(2,6,23,.22);
}

/* Form */
.form-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field label{ display:block; font-size: 12px; font-weight: 800; color: rgba(15,23,42,.70); margin: 0 0 6px; }
.input, textarea, select{
  width: 100%;
  border: 1px solid rgba(15,23,42,.14);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
}
textarea{ min-height: 120px; resize: vertical; }
.form-actions{ display:flex; gap: 10px; flex-wrap:wrap; margin-top: 12px; }

/* Footer */
.site-footer{ border-top:1px solid var(--border); background:#fff; color: rgba(15,23,42,.62); padding:22px 0; }
.site-footer__inner{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.site-footer__left, .site-footer__right{ font-size:13px; line-height:1.4; }
.site-footer__right{ display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
.sep{ margin:0 6px; opacity:.6; }

@media (max-width: 980px){
  .grid-3{ grid-template-columns: 1fr; }
  .grid-2{ grid-template-columns: 1fr; }
  .form-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 860px){
  .page-title{ font-size:44px; }
  .page-subtitle{ font-size:18px; }
}
@media (max-width: 680px){
  .header-inner{ flex-wrap:wrap; }
  .btn-primary{ width:100%; justify-content:center; }
}


/* ===== Source: Executive_Briefings/CSS/styles.css ===== */

:root{
  --max: 1160px;
  --ink: #0b1e3a;
  --muted: rgba(15,23,42,.68);
  --border: rgba(15,23,42,.10);
  --bg: #f7fafc;
  --card: #ffffff;
  --teal: #2f7f7a;
  --radius: 14px;
}
*{ box-sizing: border-box; }
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
}
img{ max-width:100%; height:auto; }
a{ color: inherit; }
.container{ width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

/* Header */
.site-header{ background:#fff; border-bottom:1px solid var(--border); }
.header-inner{ display:flex; align-items:center; justify-content:space-between; gap:18px; padding:16px 0; }
.brand{ display:flex; align-items:center; gap:12px; text-decoration:none; }
.brand img{ height:34px; width:auto; display:block; }
.brand-text{ display:flex; flex-direction:column; line-height:1; letter-spacing:.18em; font-weight:900; font-size:12px; text-transform:uppercase; color: rgba(15,23,42,.92); }
.brand-text small{ font-size:10px; letter-spacing:.22em; opacity:.86; margin-top:2px; }

.nav{ display:flex; align-items:center; gap:18px; flex-wrap:wrap; }
.nav a{
  color: rgba(15,23,42,.78);
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  padding:8px 10px;
  border-radius:999px;
}
.nav a.active{ background: rgba(15,23,42,.06); color: rgba(15,23,42,.90); }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:12px; padding:10px 14px;
  font-weight:800; font-size:14px; text-decoration:none;
  border:1px solid transparent; white-space:nowrap;
}
.btn-primary{ background: var(--teal); color:#fff; box-shadow: 0 8px 18px rgba(47,127,122,.25); }
.btn-secondary{ background: rgba(15,23,42,.04); color: rgba(15,23,42,.86); border-color: rgba(15,23,42,.10); }
.btn-sm{ padding:9px 12px; border-radius:12px; font-weight:900; }

/* Shell */
.page-shell{ background:#fff; border-bottom:1px solid var(--border); }
.page-shell__inner{ padding:34px 0 22px; }
.crumbs{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; color: rgba(15,23,42,.62); font-size:13px; margin:0 0 22px; }
.crumbs a{ text-decoration:none; color:inherit; }
.crumbs a:hover{ text-decoration:underline; text-underline-offset:3px; }
.crumbs .dot{ opacity:.55; }
.page-title{
  margin:0 0 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight:800;
  letter-spacing:-0.02em;
  font-size:56px;
  line-height:1.02;
}
.page-subtitle{
  margin:0 0 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:22px;
  line-height:1.28;
  color: rgba(15,23,42,.78);
  max-width:70ch;
}
.page-note{ margin:0 0 10px; color: rgba(15,23,42,.70); line-height:1.55; max-width:90ch; }
.divider{ margin:18px 0 0; border-top: 1px solid rgba(15,23,42,.10); }

/* Filter chips */
.filter-bar{ display:flex; flex-wrap:wrap; gap:10px; align-items:center; padding:18px 0 0; }
.filter-chip{
  appearance:none;
  border:1px solid rgba(15,23,42,.14);
  background:#fff;
  color: rgba(15,23,42,.78);
  font-weight:800;
  font-size:13px;
  padding:8px 12px;
  border-radius:999px;
  cursor:pointer;
  line-height:1;
  user-select:none;
}
.filter-chip[aria-pressed="true"]{
  background: rgba(47,127,122,.10);
  border-color: rgba(47,127,122,.26);
  color: rgba(15,23,42,.92);
}
.filter-chip:focus-visible{ outline:2px solid rgba(47,127,122,.45); outline-offset:2px; }

/* Catalog cards */
.catalog{ padding:26px 0 74px; background: var(--bg); }
.card-grid{ display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:18px; }
.course-card{
  background: var(--card);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: var(--radius);
  padding: 18px 18px 16px;
  box-shadow: 0 6px 16px rgba(2,6,23,.06);
  position: relative;
  min-height: 168px;
}
.course-card h3{ margin:4px 0 6px; font-size:18px; letter-spacing:-0.01em; }
.subtitle{ color: rgba(47,127,122,.95); font-weight:800; font-size:13px; margin-bottom:6px; }
.micro-meta{ margin:6px 0 10px; font-size:12px; line-height:1.45; color: rgba(15,23,42,.60); max-width:70ch; }
.body{ margin:0 0 12px; color: rgba(15,23,42,.70); line-height:1.5; font-size:14px; max-width:62ch; }
.course-card.is-hidden{ display:none !important; }

/* Badges */
.badge-row{ display:flex; flex-wrap:wrap; gap:8px; align-items:center; margin: 0 0 10px; }
.badge{
  display:inline-flex; align-items:center;
  padding:4px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  border: 1px solid rgba(15,23,42,.14);
  background: rgba(15,23,42,.04);
  color: rgba(15,23,42,.76);
  white-space:nowrap;
}
.badge.board{ background: rgba(99,102,241,.10); border-color: rgba(99,102,241,.22); color: rgba(15,23,42,.84); }
.badge.gov{ background: rgba(2,132,199,.10); border-color: rgba(2,132,199,.22); color: rgba(15,23,42,.84); }
.badge.security{ background: rgba(34,197,94,.10); border-color: rgba(34,197,94,.22); color: rgba(15,23,42,.84); }
.badge.vendor{ background: rgba(245,158,11,.12); border-color: rgba(245,158,11,.22); color: rgba(15,23,42,.84); }
.badge.incident{ background: rgba(239,68,68,.10); border-color: rgba(239,68,68,.22); color: rgba(15,23,42,.84); }
.badge.ongoing{ background: rgba(148,163,184,.22); border-color: rgba(148,163,184,.32); color: rgba(15,23,42,.84); }

/* Detail page */
.detail{ padding: 26px 0 74px; }
.kicker{ font-size:13px; letter-spacing:.12em; text-transform:uppercase; color: rgba(15,23,42,.58); font-weight:900; margin: 0 0 14px; }
.detail-grid{ display:grid; grid-template-columns: 1.2fr .8fr; gap: 22px; align-items:start; }
.panel{
  background:#fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 6px 16px rgba(2,6,23,.06);
}
.panel h2{ margin: 0 0 10px; font-size: 18px; }
.panel p{ margin: 0 0 10px; color: rgba(15,23,42,.72); line-height: 1.55; }
.panel ul{ margin: 0; padding-left: 18px; color: rgba(15,23,42,.72); }
.meta-list{ list-style:none; padding:0; margin:0; }
.meta-list li{ padding:10px 0; border-top:1px solid rgba(15,23,42,.10); }
.meta-list li:first-child{ border-top:none; }
.meta-label{ display:block; font-size:12px; color: rgba(15,23,42,.60); font-weight:800; text-transform:uppercase; letter-spacing:.08em; margin-bottom:4px; }
.meta-value{ display:block; color: rgba(15,23,42,.86); font-weight:700; }

/* Footer */
.site-footer{ border-top:1px solid var(--border); background:#fff; color: rgba(15,23,42,.62); padding:22px 0; }
.site-footer__inner{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.site-footer__left, .site-footer__right{ font-size:13px; line-height:1.4; }
.site-footer__right{ display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
.sep{ margin:0 6px; opacity:.6; }

@media (max-width: 980px){
  .card-grid{ grid-template-columns: 1fr; }
  .detail-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 860px){
  .page-title{ font-size:44px; }
  .page-subtitle{ font-size:18px; }
}
@media (max-width: 680px){
  .header-inner{ flex-wrap:wrap; }
  .btn-primary{ width:100%; justify-content:center; }
}


/* ===== Source: Insights/CSS/styles.css ===== */

:root{
  --max: 1160px;
  --ink: #0b1e3a;
  --muted: rgba(15,23,42,.68);
  --border: rgba(15,23,42,.10);
  --bg: #f7fafc;
  --card: #ffffff;
  --teal: #2f7f7a;
  --radius: 14px;
}
*{ box-sizing: border-box; }
body{
  margin:0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
}
img{ max-width:100%; height:auto; }
a{ color: inherit; }
.container{ width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }

/* Header */
.site-header{ background:#fff; border-bottom:1px solid var(--border); }
.header-inner{ display:flex; align-items:center; justify-content:space-between; gap:18px; padding:16px 0; }
.brand{ display:flex; align-items:center; gap:12px; text-decoration:none; }
.brand img{ height:34px; width:auto; display:block; }
.brand-text{ display:flex; flex-direction:column; line-height:1; letter-spacing:.18em; font-weight:900; font-size:12px; text-transform:uppercase; color: rgba(15,23,42,.92); }
.brand-text small{ font-size:10px; letter-spacing:.22em; opacity:.86; margin-top:2px; }

.nav{ display:flex; align-items:center; gap:18px; flex-wrap:wrap; }
.nav a{
  color: rgba(15,23,42,.78);
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  padding:8px 10px;
  border-radius:999px;
}
.nav a.active{ background: rgba(15,23,42,.06); color: rgba(15,23,42,.90); }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  border-radius:12px; padding:10px 14px;
  font-weight:800; font-size:14px; text-decoration:none;
  border:1px solid transparent; white-space:nowrap;
}
.btn-primary{ background: var(--teal); color:#fff; box-shadow: 0 8px 18px rgba(47,127,122,.25); }
.btn-secondary{ background: rgba(15,23,42,.04); color: rgba(15,23,42,.86); border-color: rgba(15,23,42,.10); }
.btn-sm{ padding:9px 12px; border-radius:12px; font-weight:900; }

/* Shell */
.page-shell{ background:#fff; border-bottom:1px solid var(--border); }
.page-shell__inner{ padding:34px 0 22px; }
.crumbs{ display:flex; gap:10px; align-items:center; flex-wrap:wrap; color: rgba(15,23,42,.62); font-size:13px; margin:0 0 22px; }
.crumbs a{ text-decoration:none; color:inherit; }
.crumbs a:hover{ text-decoration:underline; text-underline-offset:3px; }
.crumbs .dot{ opacity:.55; }
.page-title{
  margin:0 0 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight:800;
  letter-spacing:-0.02em;
  font-size:56px;
  line-height:1.02;
}
.page-subtitle{
  margin:0 0 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:22px;
  line-height:1.28;
  color: rgba(15,23,42,.78);
  max-width:72ch;
}
.page-note{ margin:0 0 10px; color: rgba(15,23,42,.70); line-height:1.55; max-width:90ch; }
.divider{ margin:18px 0 0; border-top: 1px solid rgba(15,23,42,.10); }

/* Sections */
.section{ padding: 26px 0; }
.section-title{
  margin: 0 0 14px;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(15,23,42,.58);
  font-weight: 900;
}
.panel{
  background:#fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: var(--radius);
  padding: 18px;
  box-shadow: 0 6px 16px rgba(2,6,23,.06);
}
.grid-2{ display:grid; grid-template-columns: 1fr 1fr; gap:18px; }
.grid-3{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:18px; }

/* Tier cards */
.tier-card{ position:relative; overflow:hidden; }
.tier-head{
  padding: 14px 16px 12px;
  border-bottom: 1px solid rgba(15,23,42,.08);
  background: linear-gradient(180deg, rgba(226,232,240,.65), rgba(226,232,240,.10));
}
.tier-head strong{ font-size: 18px; color: var(--ink); }
.tier-body{ padding: 14px 16px 16px; }
.tier-seats{ font-size: 24px; font-weight: 900; letter-spacing: -0.02em; color: var(--ink); }
.tier-seats span{ font-size: 13px; font-weight: 800; color: rgba(15,23,42,.70); }
.tier-list{ list-style:none; margin: 10px 0 0; padding:0; display:grid; gap:8px; color: rgba(15,23,42,.72); font-weight: 650; font-size: 13px; }
.tier-list li{ display:flex; gap:10px; align-items:flex-start; }
.tier-check{
  width:18px;height:18px;border-radius:6px;
  background: rgba(47,127,122,.16);
  border: 1px solid rgba(47,127,122,.30);
  display:grid;place-items:center;
  flex:0 0 auto;
  margin-top:1px;
  color: var(--ink);
  font-weight: 900;
}
.tier-popular{
  position:absolute;
  top:10px;
  left:50%;
  transform: translateX(-50%);
  background: rgba(15,23,42,.92);
  color:#fff;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(2,6,23,.22);
}

/* Form */
.form-grid{ display:grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field label{ display:block; font-size: 12px; font-weight: 800; color: rgba(15,23,42,.70); margin: 0 0 6px; }
.input, textarea, select{
  width: 100%;
  border: 1px solid rgba(15,23,42,.14);
  border-radius: 12px;
  padding: 10px 12px;
  font: inherit;
  background: #fff;
}
textarea{ min-height: 120px; resize: vertical; }
.form-actions{ display:flex; gap: 10px; flex-wrap:wrap; margin-top: 12px; }

/* Footer */
.site-footer{ border-top:1px solid var(--border); background:#fff; color: rgba(15,23,42,.62); padding:22px 0; }
.site-footer__inner{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.site-footer__left, .site-footer__right{ font-size:13px; line-height:1.4; }
.site-footer__right{ display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
.sep{ margin:0 6px; opacity:.6; }

@media (max-width: 980px){
  .grid-3{ grid-template-columns: 1fr; }
  .grid-2{ grid-template-columns: 1fr; }
  .form-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 860px){
  .page-title{ font-size:44px; }
  .page-subtitle{ font-size:18px; }
}
@media (max-width: 680px){
  .header-inner{ flex-wrap:wrap; }
  .btn-primary{ width:100%; justify-content:center; }
}

/* Insights catalog */
.insights-lede{ color: var(--muted); max-width: 78ch; }
.insight-grid{ display:grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 18px; }
.insight-card{ grid-column: span 6; background: var(--card); border:1px solid var(--border); border-radius: var(--radius); padding:18px 18px 16px; box-shadow: 0 10px 24px rgba(15,23,42,.06); }
.insight-card h3{ margin: 6px 0 6px; font-size: 18px; letter-spacing: .01em; }
.insight-card p{ margin: 0 0 12px; color: var(--muted); }
.tag-row{ display:flex; flex-wrap:wrap; gap:8px; }
.tag{ display:inline-flex; align-items:center; padding:4px 10px; border-radius: 999px; border:1px solid var(--border); color: rgba(15,23,42,.78); font-size: 12px; font-weight: 600; background: rgba(255,255,255,.9); }
.insight-actions{ margin-top: 12px; display:flex; gap:10px; align-items:center; }

/* Article */
.article{ padding: 26px 0 44px; }
.article .panel{ max-width: 900px; }
.article h1{ margin-top: 0; }
.article h2{ margin: 22px 0 10px; font-size: 18px; }
.article p{ margin: 0 0 12px; }

@media (max-width: 860px){
  .insight-card{ grid-column: span 12; }
}


/* ===== Source: programs/css/styles.css ===== */

:root{
  --ink:#0f172a;
  --muted:#6b7280;
  --stamp:#9ca3af;
  --rule:#e5e7eb;
  --surface:#ffffff;
  --radius:6px;
}

*{box-sizing:border-box;}

body{
  margin:0;
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.6;
  color:var(--ink);
  background:#fff;
}

.container{width:min(1080px,calc(100% - 48px));margin:0 auto;}

.topbar{background:#fff;border-bottom:1px solid var(--rule);}
.topbar__inner{display:flex;justify-content:space-between;align-items:center;padding:14px 0;gap:18px;}

.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;min-width:240px;}
.brand__logo{width:40px;height:40px;display:block;}
.brand__name{font-weight:800;font-size:.92rem;letter-spacing:0.04em;}
.brand__sub{font-weight:600;font-size:.72rem;color:var(--muted);letter-spacing:0.08em;}

.topnav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
.topnav a{color:var(--muted);text-decoration:none;font-size:.95rem;}
.topnav a:hover,.topnav a:focus{color:var(--ink);text-decoration:underline;text-underline-offset:3px;}
.navdot{padding:0 2px;color:#9ca3af;}

.page{padding-bottom:44px;}

.crumbs{margin-top:18px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:.92rem;}
.crumbs__sep{color:#9ca3af;}
.crumbs__link{color:var(--muted);text-decoration:none;}
.crumbs__link:hover,.crumbs__link:focus{color:var(--ink);text-decoration:underline;text-underline-offset:3px;}
.crumbs__current{color:var(--ink);font-weight:600;}

.hero{
  padding-top:36px;
  padding-bottom:32px;
}

.hero__head{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:14px;}
.hero__title{
  font-family:Georgia,serif;
  font-size:2.8rem;
  margin:0 0 14px 0;
  letter-spacing:0.01em;
}
.truststamp{
  display:flex;
  gap:10px;
  align-items:center;
  color:var(--stamp);
  font-size:0.85rem;
  white-space:nowrap;
  font-weight:400;
}

.hero__subblock{margin-bottom:14px;}
.hero__subblock p{margin:4px 0;}
.hero__subtitle{
  font-family:Georgia,serif;
  font-size:1.4rem;
}
.hero__outcome{font-weight:500;}

.hero__lede{
  color:var(--muted);
  margin:0 0 18px 0;
  max-width:720px;
}

.meta{
  margin:18px 0 22px;
  padding:12px 0;
  border-top:1px solid var(--rule);
  border-bottom:1px solid var(--rule);
  color:var(--muted);
  font-size:.95rem;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.hero__grid{display:grid;grid-template-columns:1.45fr .75fr;gap:20px;margin-top:16px;}
@media(max-width:920px){.hero__grid{grid-template-columns:1fr;}}

.panel{
  border:1px solid var(--rule);
  border-radius:var(--radius);
  padding:20px;
  background:var(--surface);
}

.panel--primary{font-size:0.985em;}

h2{font-weight:700;letter-spacing:0.25px;margin:0 0 10px;}
h3{font-weight:700;margin:0 0 8px;}

p{margin:0 0 0.85em;}

.checklist{
  list-style:none;
  padding:0;
  margin:14px 0;
  display:grid;
  gap:12px;
}
.checklist li{
  position:relative;
  padding-left:22px;
  line-height:1.65;
}
.checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#0f766e;
  font-weight:700;
}
.checklist--two{grid-template-columns:1fr 1fr;gap:12px 28px;}
@media(max-width:820px){.checklist--two{grid-template-columns:1fr;}}

.bullets{margin:12px 0 0;padding-left:18px;display:grid;gap:8px;}
.steps{margin:12px 0 0;padding-left:18px;display:grid;gap:8px;}

.cta{margin-top:14px;display:flex;gap:12px;flex-wrap:wrap;}
.cta__btn{
  padding:10px 12px;
  border:1px solid var(--rule);
  border-radius:6px;
  text-decoration:none;
  color:var(--ink);
  font-weight:600;
  background:#fff;
}
.cta__btn:hover,.cta__btn:focus{text-decoration:underline;text-underline-offset:3px;}

.micro{margin-top:18px;padding-top:14px;border-top:1px solid var(--rule);}
.micro__note{color:var(--muted);margin-top:8px;}

.facts{display:grid;gap:10px;margin-top:10px;}
.facts dt{font-weight:700;}
.facts dd{margin:0;color:var(--muted);}

.section{
  margin-top:48px;
  border-top:1px solid var(--rule);
  padding-top:28px;
}
.section__lede{color:var(--muted);max-width:820px;}

.cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;}
@media(max-width:820px){.cards{grid-template-columns:1fr;}}
.card{
  border:1px solid var(--rule);
  border-radius:var(--radius);
  padding:16px;
  background:#fff;
}

.faq{display:grid;gap:12px;margin-top:12px;}
.faq__item{
  border:1px solid var(--rule);
  border-radius:var(--radius);
  padding:16px;
  background:#fff;
}
.faq__item h3{font-size:1rem;margin-bottom:8px;}
.faq__item p{color:var(--muted);margin:0;}

.pricingbox{
  border:1px solid var(--rule);
  border-radius:var(--radius);
  padding:0;
  overflow:hidden;
  margin-top:14px;
  background:#fff;
}
.pricingrow{
  display:grid;
  grid-template-columns:140px 1fr;
  gap:14px;
  padding:14px 16px;
  border-top:1px solid var(--rule);
}
.pricingrow:first-child{border-top:none;}
.pricingrow__k{font-weight:700;}
.pricingrow__v{color:var(--muted);}
.pricingrow__v a{color:inherit;text-decoration:underline;text-underline-offset:3px;}

.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;}

.footer{
  border-top:1px solid var(--rule);
  padding:18px 0;
  color:#64748b;
  font-size:.9rem;
}
.footer__inner{display:flex;align-items:center;}
.footer__inner--single{justify-content:flex-start;}
.footer__singleline{white-space:nowrap;font-size:0.92rem;letter-spacing:0.2px;}
@media(max-width:720px){.footer__singleline{white-space:normal;}}
/* Footer */
.site-footer{ border-top:1px solid var(--rule); background:#fff; color: rgba(15,23,42,.62); padding:22px 0; }
.site-footer__inner{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.site-footer__left, .site-footer__right{ font-size:13px; line-height:1.4; }
.site-footer__right{ display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
.sep{ margin:0 6px; opacity:.6; }


/* ===== Global cleanup: remove unintended section separators/dividers (site-wide) ===== */
.section{
  border-top: none !important;
}

/* Generic divider elements used between sections */
.divider{
  border: 0 !important;
  border-top: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: none !important;
}

/* If any <hr> tags are present */
hr{
  border: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  display: none !important;
}

