
@font-face {
  font-family: "Public Sans";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/media/fonts/public-sans-var.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  
  --gsusa-red: #cc0033;
  --navy: #003e75;
  --navy-2: #04305a;
  --ink: #1b2b3a;
  --muted: #51606f;
  --subtle: #586573;
  --accent: #015eb4;
  --accent-2: #0178e2;
  --red: #d21437;
  --bg: #ffffff;
  --panel: #f4f7fb;
  --line: #dfe6f0;
  --border-strong: #7e8ba0; 
  --maxw: 1320px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font: 16px/1.65 "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
}
h1, h2, h3 { letter-spacing: -0.015em; line-height: 1.15; margin: 0; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }


.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 100; background: var(--accent); color: #fff; padding: 10px 16px; border-radius: 0 0 6px 6px; font-weight: 700; font-size: 14px; }
.skip-link:focus { top: 0; text-decoration: none; }
:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 2px; } .cta :focus-visible{ outline-color: #fff; }.lead-form :focus-visible, .lead-done :focus-visible{ outline-color: var(--accent-2); }@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn:hover { transform: none; }}


.btn {
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 600; border-radius: 4px; padding: 12px 22px; font-size: 15px;
  border: 1px solid transparent; cursor: pointer; transition: all .15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-2); color: #fff; }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.45); }
.btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; }
.btn-sm { padding: 8px 16px; font-size: 14px; }

.ss-form { position: relative; flex: 1 1 260px; max-width: 420px; margin: 0 8px; }
.ss-wrap { position: relative; display: block; }
.ss-ic { position: absolute; left: 10px; top: 50%; transform: translateY(-50%);
  width: 15px; height: 15px; color: #5c6e80; pointer-events: none; }
#site-search {
  width: 100%; font: inherit; font-size: 13px; color: var(--ink);
  background: #fff; border: 1px solid var(--border-strong); border-radius: 999px;
  padding: 6px 34px 6px 32px; min-height: 30px;
}
#site-search::placeholder { color: #6b7d8f; }
#site-search:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; border-color: var(--accent); }
#site-search::-webkit-search-cancel-button { -webkit-appearance: none; }
.ss-kbd { position: absolute; right: 9px; top: 50%; transform: translateY(-50%);
  font: 600 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace; color: #6b7d8f;
  background: var(--panel); border: 1px solid var(--line); border-radius: 4px; padding: 3px 5px; }
#site-search:focus ~ .ss-kbd { display: none; }

.ss-panel { position: absolute; z-index: 80; top: calc(100% + 6px); left: 0; right: 0;
  background: #fff; border: 1px solid var(--border-strong); border-radius: 10px;
  box-shadow: 0 18px 44px rgba(3, 62, 117, .18); max-height: 60vh; overflow-y: auto; }
.ss-panel[hidden] { display: none; }
.ss-list { list-style: none; margin: 0; padding: 6px; }
.ss-item a { display: grid; grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "title tag" "meta tag"; gap: 2px 12px; align-items: center;
  padding: 9px 11px; border-radius: 7px; text-decoration: none; color: var(--ink); }
.ss-item a:hover, .ss-item[aria-selected="true"] a { background: var(--panel); text-decoration: none; }
.ss-t { grid-area: title; font-size: 13.5px; font-weight: 600; color: var(--navy); line-height: 1.35; }
.ss-t mark { background: #fff3bf; color: inherit; padding: 0 1px; border-radius: 2px; }
.ss-m { grid-area: meta; font-size: 12px; color: var(--muted); line-height: 1.4; }
.ss-tag { grid-area: tag; align-self: center; font-size: 10.5px; font-weight: 700;
  letter-spacing: .05em; text-transform: uppercase; color: #5c6e80;
  background: var(--panel); border: 1px solid var(--line); border-radius: 999px; padding: 3px 8px; white-space: nowrap; }
.ss-none { margin: 0; padding: 16px 14px; font-size: 13px; color: var(--muted); }@media (max-width: 900px) {
  .ss-form { order: 3; flex-basis: 100%; max-width: none; margin: 6px 0 2px; }
  .ss-kbd { display: none; }}
.nav.scrolled { box-shadow: 0 2px 14px rgba(8,28,64,.09); }
.nav-toggle { display: none; align-items: center; justify-content: center; line-height: 1; min-width: 44px; min-height: 44px; background: none; border: 0; color: var(--navy); font-size: 22px; cursor: pointer; margin-left: auto; border-radius: 6px; }
.nav-toggle:hover { background: #eef3fb; }#top{ scroll-margin-top: 70px; }
.sc-q { font-size: 14px; color: var(--ink); margin-bottom: 12px; line-height: 1.45; }


.cta { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; padding: 64px 0; scroll-margin-top: 70px; }
.cta-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center; }
.cta h2 { font-size: clamp(24px, 2.6vw, 32px); font-weight: 800; max-width: 22ch; text-wrap: balance; }
.cta p { color: rgba(255,255,255,.85); font-size: 16px; margin: 14px 0 0; max-width: 60ch; }
.cta-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 20px; box-shadow: 0 18px 44px rgba(0,0,0,.30); }
.cta-contact { margin-top: 18px; font-size: 14px; color: var(--muted); line-height: 1.7; }
.cta-contact strong { color: var(--navy); }
.cta-contact a { color: var(--accent); text-decoration: underline; }


.cta:has(.lead-form) { position: relative; overflow: hidden; padding: 56px 0; }
.cta:has(.lead-form)::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    linear-gradient(112deg, rgba(3,40,74,.975) 0%, rgba(0,62,117,.90) 46%, rgba(0,62,117,.70) 100%),
    url("/media/sec-instructor.webp") center/cover no-repeat;
}
.cta-inner:has(.lead-form) { position: relative; z-index: 1; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.cta-copy .cta-reassure { display: inline-flex; align-items: center; gap: 9px; margin: 18px 0 0; font-size: 14px; font-weight: 600; color: #fff; }
.cta-copy .cta-reassure::before { content: "\2713"; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 11px; }
.cta-copy .cta-contact { margin-top: 22px; color: rgba(255,255,255,.82); }
.cta-copy .cta-contact strong { color: #fff; }
.cta-copy .cta-contact a { color: #fff; text-decoration: underline; }@media (max-width: 880px) { .cta-inner, .cta-inner:has(.lead-form){ grid-template-columns: 1fr; }
  .cta-inner:has(.lead-form) { gap: 24px; }
  
  .cta:has(.lead-form) { padding: 40px 0; }}@media (max-width: 1300px) {
  .nav.open .nav-links { display: flex; }
  .nav-toggle { display: inline-flex; }
  .nav-toggle { margin-left: 10px; }
  .nav.open .nav-cta { order: 4; }}@media print {
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
  .nav-toggle, .skip-link { display: none !important; }
  a { text-decoration: none !important; color: inherit !important; }}


#whats-new { position: relative; border-bottom: none; padding: 70px 0 74px; background: linear-gradient(180deg, rgba(3,26,52,.72) 0%, rgba(2,15,32,.90) 100%), url("/media/sec-collaborate.webp") center/cover no-repeat; }
#whats-new > .wrap { position: relative; z-index: 1; }
#whats-new h2 { color: #fff; }
@keyframes seals-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }


.lead-form { display: grid; gap: 10px; text-align: left; }
.lf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lf-field label { display: block; font-size: 12px; font-weight: 700; color: var(--subtle); margin-bottom: 4px; }

.lf-field input, .lead-form textarea { width: 100%; font: inherit; font-size: 16px; color: var(--ink); border: 1px solid var(--border-strong); border-radius: 6px; padding: 9px 11px; background: #fff; }
.lf-req { color: var(--red); margin-left: 2px; }
.lf-field input:focus, .lead-form textarea:focus { outline: 2px solid var(--accent-2); outline-offset: 1px; border-color: var(--accent); }
.lead-form textarea { resize: vertical; min-height: 72px; }
.lf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.cta-card .lf-consent { margin: 2px 0 0; font-size: 12px; line-height: 1.5; color: var(--subtle); max-width: none; }
.cta-card .lf-consent a { color: var(--accent); text-decoration: underline; }
.lead-submit { background: var(--accent); color: #fff; border: 1px solid transparent; font: inherit; font-size: 15px; font-weight: 700; padding: 12px 20px; border-radius: 6px; cursor: pointer; transition: background .15s ease; }
.lead-submit:hover { background: var(--accent-2); }
.lead-submit:disabled { opacity: .6; cursor: default; }
.lead-result { font-size: 13.5px; font-weight: 600; padding: 10px 12px; border-radius: 6px; line-height: 1.45; }
.lead-result.ok { background: var(--panel); color: var(--navy); border: 1px solid var(--line); }
.lead-result.ok::before { content: "✓  "; font-weight: 800; }
.lead-result.err { background: #fdf3f3; color: #b42318; border: 1px solid #e6b8b8; }

.lead-done { text-align: center; padding: 24px 8px 18px; }

.lead-done-check { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 18px; border-radius: 50%; background: #fdeaef; color: var(--gsusa-red); }
.lead-done-check svg { width: 32px; height: 32px; }
.lead-done h3 { font-size: 23px; font-weight: 800; color: var(--navy); margin: 0 0 8px; }
.lead-done p { font-size: 15px; color: var(--muted); line-height: 1.6; margin: 0 auto; max-width: 42ch; }
.lead-done a { color: var(--accent); text-decoration: underline; }
.lead-done:focus { outline: none; }@media (max-width: 560px) { .lf-row { grid-template-columns: 1fr; }}@media (hover: none) and (pointer: coarse) {
  .cta-contact a{ display: inline-block; padding-block: 4px; }}


.btn-primary { background: var(--red); }
.btn-primary:hover { background: #b41130; color: #fff; }



.clm-bar { background: var(--panel); color: var(--muted); font-size: 13px;
  border-bottom: 1px solid var(--line); }
.clm-bar-inner { max-width: var(--maxw); margin: 0 auto; padding: 7px 24px;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.clm-bar-tag { margin: 0; letter-spacing: .01em; }
.clm-bar-links { margin-left: auto; display: flex; align-items: center; gap: 20px; }
.clm-bar a { color: var(--navy); font-weight: 600; text-decoration: none;
  display: inline-flex; align-items: center; gap: 6px; min-height: 24px; white-space: nowrap; }
.clm-bar a:hover { color: var(--accent); text-decoration: underline; }
.clm-bar svg { width: 15px; height: 15px; flex-shrink: 0; }

.clm-head { position: sticky; top: 0; z-index: 50; background: #fff;
  border-bottom: 4px solid var(--gsusa-red); transition: box-shadow .2s ease; }
.clm-head.scrolled { box-shadow: 0 6px 20px rgba(3,62,117,.10); }
.clm-head-inner { max-width: var(--maxw); margin: 0 auto; padding: 12px 24px;
  display: flex; align-items: center; gap: 22px; }
.clm-brand { display: block; flex: none; line-height: 0; }
.clm-brand img { height: 46px; width: auto; display: block; }
.clm-foot-brand .clm-brand img { height: 52px; }@media (max-width: 560px) { .clm-brand img { height: 38px; }}
.clm-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.clm-nav a { font-size: 14.5px; font-weight: 600; color: var(--navy); text-decoration: none; white-space: nowrap; }
.clm-nav a:hover, .clm-nav a[aria-current="page"] { color: var(--accent); }
.clm-nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 5px; }
.clm-cta { flex: none; }

.clm-foot { background: #06152b; color: rgba(255,255,255,.76); padding: 52px 0 0; font-size: 14px; }
.clm-foot-top { max-width: var(--maxw); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.clm-foot h2 { font-size: 12px; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; color: #fff; margin: 0 0 14px; }
.clm-foot a { color: rgba(255,255,255,.82); text-decoration: none; }
.clm-foot a:hover { color: #fff; text-decoration: underline; }
.clm-foot-nav { display: grid; gap: 9px; }
.clm-foot p { margin: 0 0 12px; line-height: 1.65; }
.clm-foot-brand .clm-brand-name, .clm-foot-brand .clm-brand-sub { color: #fff; }
.clm-foot-brand .clm-brand-sub { color: rgba(255,255,255,.6); }
.clm-foot-legal { max-width: var(--maxw); margin: 40px auto 0; padding: 18px 24px 30px;
  border-top: 1px solid rgba(255,255,255,.14); font-size: 12.5px; color: rgba(255,255,255,.6); }
.clm-foot-legal a { color: rgba(255,255,255,.8); text-decoration: underline; }@media (max-width: 900px) {
  .clm-foot-top { grid-template-columns: 1fr 1fr; gap: 30px; }
  .clm-nav { display: none; }
  .clm-head-inner { padding: 10px 16px; }}@media (max-width: 560px) { .clm-foot-top { grid-template-columns: 1fr; }}


.clm-herogrid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 48px; align-items: center; }
.clm-herocopy { min-width: 0; }
.clm-heroimg { min-width: 0; }
.clm-heroimg img { width: 100%; height: auto; border-radius: 14px; display: block;
  box-shadow: 0 20px 46px rgba(0,0,0,.34); }


.clm-band { background: var(--panel); border-bottom: 1px solid var(--line); padding: 26px 0; }
.clm-bandrow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.clm-stat { text-align: center; }
.clm-stat-n { display: block; font-size: clamp(20px, 2.4vw, 30px); font-weight: 800;
  color: var(--navy); letter-spacing: -.02em; line-height: 1.05; }
.clm-stat-l { display: block; font-size: 13px; color: #5c6e80; margin: 5px 0 0; line-height: 1.4; }@media (max-width: 900px) {
  .clm-herogrid { grid-template-columns: 1fr; gap: 26px; }
  .clm-heroimg img { height: 220px; object-fit: cover; object-position: center 35%; }
  .clm-bandrow { grid-template-columns: 1fr 1fr; gap: 20px; }}@media (max-width: 560px) { .clm-heroimg img { height: 170px; }}


.clm-bar .ss-form { flex: 1 1 240px; max-width: 380px; margin: 0 6px; }@media (max-width: 900px) {
  .clm-bar-inner { flex-wrap: wrap; }
  .clm-bar .ss-form { order: 3; flex-basis: 100%; max-width: none; margin: 6px 0 2px; }}





.cx-hero { background: linear-gradient(180deg, #06152b 0%, #0b2547 100%); color: #fff; padding: 66px 0 54px; }
.cx-hero h1 { color: #fff; margin: 0 0 16px; max-width: 28ch; text-wrap: balance; }
.cx-lede { color: #cfe0f2; font-size: 1.12rem; line-height: 1.62; max-width: 74ch; margin: 0 0 30px; }


.cx-sec { padding: 60px 0; scroll-margin-top: 76px; }
.cx-sec h2 { margin: 0 0 22px; }
.cx-tcta { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 0; }
.cx-tcta .btn-ghost { border: 1px solid rgba(255,255,255,.55); color: #fff; background: transparent; }
.cx-tcta .btn-ghost:hover { background: rgba(255,255,255,.1); }


.cx-secalt { background: #f5f8fb; }
.cx-seclede { color: #44566b; line-height: 1.65; max-width: 82ch; margin: -8px 0 26px; }
.cx-rates { margin: 0; padding: 0; list-style: none; display: grid; gap: 16px; max-width: 92ch; }
.cx-rates li { font-size: .95rem; line-height: 1.65; color: #44566b; padding-left: 18px; position: relative; }
.cx-rates li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: #c8d5e2; }
.cx-rates strong { color: #10243d; }
.cx-rates a { color: #003e75; text-decoration: underline; text-underline-offset: 2px; }
.cx-th2 { margin: 58px 0 8px; font-size: clamp(20px, 2.2vw, 25px); font-weight: 800; color: var(--navy); }
.cx-th { margin: 30px 0 14px; font-size: 1rem; font-weight: 700; color: #06152b; }
.cx-th:first-of-type { margin-top: 6px; }
.cx-tgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.cx-tcard { display: flex; flex-direction: column; gap: 5px; background: #fff; border: 1px solid #dfe7ef;
  border-radius: 11px; padding: 18px 20px; text-decoration: none; transition: border-color .15s, box-shadow .15s; }
.cx-tcard:hover { border-color: #015eb4; box-shadow: 0 6px 18px rgba(3, 62, 117, .09); text-decoration: none; }
.cx-tc-scope { font-size: .7rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #5c6e80; }
.cx-tc-t { font-size: .98rem; font-weight: 700; color: #06152b; line-height: 1.35; }
.cx-tc-m { font-size: .85rem; color: #44566b; }
.cx-tc-d { font-size: .85rem; font-weight: 600; color: #015eb4; margin-top: 4px; }
.cx-tc-n { font-size: .78rem; color: #5c6e80; }

.cx-note { font-size: .88rem; color: #5c6e80; line-height: 1.65; margin: 18px 0 0; max-width: 88ch; }.cx-note a{ color: #003e75; text-decoration: underline; text-underline-offset: 2px; }
.cx-ctl-btn .btn { min-height: 44px; }


.cx-tablewrap { border: 1px solid #dfe7ef; border-radius: 10px; background: #fff; }
.cx-tablewrap:focus-visible { outline: 2px solid #003e75; outline-offset: 2px; }
.cx-table { width: 100%; border-collapse: collapse; font-size: .9rem; min-width: 820px; }
.cx-table thead th { position: sticky; top: 76px; z-index: 3; background: #06152b; color: #fff; text-align: left; font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; font-weight: 600; padding: 13px 16px; white-space: nowrap; }
.cx-table thead th:first-child { border-top-left-radius: 9px; }
.cx-table thead th:last-child { border-top-right-radius: 9px; }
.cx-table tbody tr { border-top: 1px solid #eaf0f6; background: #fff; }
.cx-table tbody tr.cx-alt { background: #fafcfe; }
.cx-table tbody tr[hidden] { display: none; }
.cx-table tbody tr:hover, .cx-table tbody tr.cx-alt:hover { background: #eef4fa; }
.cx-table th, .cx-table td { padding: 13px 16px; vertical-align: top; }
.cx-monthrow th { position: sticky; top: 118px; z-index: 2; background: #eef4fa; color: #06152b; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; padding: 9px 16px; border-radius: 0; }
.cx-monthrow:hover th { background: #eef4fa; }
.cx-when { white-space: nowrap; }
.cx-date { display: block; font-weight: 700; color: #06152b; font-variant-numeric: tabular-nums; }
.cx-meta { display: flex; flex-wrap: wrap; gap: 4px 10px; font-size: .78rem; color: #5c6e80; margin-top: 3px; }
.cx-fmt { white-space: nowrap; }
.cx-price { display: block; font-size: .78rem; color: #5c6e80; margin-top: 4px; }@media (max-width: 1023px) {
  .cx-tablewrap { overflow-x: auto; }
  .cx-table thead th, .cx-monthrow th { position: static; }}@media (max-width: 720px) {
  .cx-hero { padding: 46px 0 40px; }
  .cx-sec { padding: 44px 0; }}@media (prefers-reduced-motion: reduce) { * { transition: none !important; }}@media print { .cta, .cx-hero .cx-facts{ display: none; }
  .cx-tablewrap { overflow: visible; border: 0; }
  .cx-table { min-width: 0; font-size: 8pt; }
  .cx-table thead th, .cx-monthrow th { position: static; background: #eee; color: #000; }}


.cx-two { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.cx-card { background: #fff; border: 1px solid #dfe7ef; border-radius: 11px; padding: 26px 28px; }
.cx-card h3 { margin: 0 0 14px; font-size: 1.1rem; color: #06152b; }@media (max-width: 1080px) {
  .cx-two { grid-template-columns: minmax(0, 1fr); }}@media (max-width: 720px) {
  .cx-card { padding: 20px; }}.cta-contact a, .cx-note a, .cx-seclede a{
  display: inline-block;
  padding-block: 4px;
}.cx-card p a, .cx-seclede a, .cx-note a,
.cx-rates a, .cta-copy p a{ text-decoration: underline; text-underline-offset: 2px; }
.cx-card p a:hover, .cx-seclede a:hover, .cx-note a:hover { text-decoration-thickness: 2px; }


.clm-progcard { display: flex; flex-direction: column; gap: 7px;
  background: #fff; border: 1px solid #dfe7ef; border-radius: 11px;
  padding: 18px 20px; text-decoration: none; transition: border-color .15s, box-shadow .15s; }
.clm-progcard:hover { border-color: #015eb4; box-shadow: 0 6px 18px rgba(3,62,117,.09); text-decoration: none; }
.clm-progcard-h { display: flex; align-items: center; gap: 12px; }
.clm-proglogo { width: 44px; height: 44px; flex: none; object-fit: contain; }
.clm-progcard-meta { font-size: .78rem; font-weight: 650; color: #5c6e80; }
.clm-progcard .cx-tc-d { margin-top: auto; padding-top: 10px; }


.clm-seals { background: var(--panel); border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line); padding: 40px 0; }
.clm-seals-h { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #5c6e80; text-align: center; margin: 0 0 24px; }
.clm-seallist { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap;
  align-items: center; justify-content: center; gap: 28px 40px; }
.clm-seallist img { width: 58px; height: 58px; object-fit: contain; filter: grayscale(1); opacity: .62;
  transition: filter .18s, opacity .18s; }
.clm-seallist li:hover img { filter: none; opacity: 1; }
.clm-seals-n { text-align: center; font-size: 13px; color: #5c6e80; margin: 24px 0 0; }@media (max-width: 560px) { .clm-seallist { gap: 20px 26px; } .clm-seallist img { width: 46px; height: 46px; }}


.clm-voices { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
.clm-voice { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 22px 24px; }
.clm-voice blockquote { margin: 0; font-size: 14.5px; line-height: 1.6; color: #10243d; }
.clm-voice figcaption { margin: 14px 0 0; font-size: 13px; color: var(--muted); }
.clm-voice figcaption strong { display: block; color: var(--navy); font-size: 14px; }

.clm-keyrow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 26px 0 30px; }
.clm-key { border: 1px solid var(--line); border-radius: 10px; padding: 13px 15px; background: var(--panel); }
.clm-key-l { display: block; font-size: 11px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.clm-key-v { display: block; font-size: 16px; font-weight: 750; color: var(--navy); line-height: 1.25; }@media (max-width: 780px) { .clm-keyrow { grid-template-columns: repeat(2, 1fr); }}

.clm-cohorts { display: grid; gap: 18px; margin: 22px 0 8px; }
.clm-cohort { border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 18px 20px 20px; }
.clm-cohort-h { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 14px; margin-bottom: 14px; }
.clm-cohort-n { font-size: 17px; font-weight: 800; color: var(--navy); }
.clm-cohort-s { font-size: 13.5px; color: var(--muted); }

.clm-wks { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr)); position: relative; }
.clm-wk { border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px;
  background: var(--panel); }
.clm-wk-n { display: block; font-size: 11px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 3px; }
.clm-wk-d { display: block; font-size: 14px; font-weight: 650; color: var(--navy); line-height: 1.3; }

.clm-ladder { display: grid; gap: 8px; margin: 30px 0 4px; }
.clm-rung { display: grid; grid-template-columns: 108px 1fr auto; align-items: center; gap: 16px;
  border: 1px solid var(--line); border-radius: 10px; padding: 13px 16px; background: #fff;
  text-decoration: none; color: inherit; }
a.clm-rung:hover { border-color: var(--accent); background: var(--panel); }
.clm-rung-me { background: var(--navy); border-color: var(--navy); }
.clm-rung-g { font-size: 13px; font-weight: 800; color: var(--accent); letter-spacing: .01em; }
.clm-rung-n { font-size: 16px; font-weight: 750; color: var(--navy); }
.clm-rung-t { font-size: 13px; color: var(--muted); }
.clm-rung-me .clm-rung-g { color: #9dc6e8; }
.clm-rung-me .clm-rung-n { color: #fff; }
.clm-rung-me .clm-rung-t { color: rgba(255,255,255,.78); }
.clm-rung-you { display: none; }
.clm-rung-me { grid-template-columns: 108px 1fr auto max-content; }
.clm-rung-me .clm-rung-you { display: inline; font-size: 11px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; color: #fff; white-space: nowrap;
  border: 1px solid rgba(255,255,255,.4); border-radius: 999px; padding: 3px 10px; }@media (max-width: 700px) {
  .clm-rung { grid-template-columns: 1fr; gap: 3px; }
  .clm-rung-you { justify-self: start; margin-top: 6px; }}

.clm-reqs { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 14px; margin-top: 22px; counter-reset: req; }
.clm-req { border: 1px solid var(--line); border-radius: 11px; padding: 17px 19px; background: #fff; }
.clm-req h3 { margin: 0 0 7px; font-size: 15.5px; font-weight: 750; color: var(--navy);
  counter-increment: req; }
.clm-req h3::before { content: counter(req); display: inline-flex; align-items: center;
  justify-content: center; width: 22px; height: 22px; margin-right: 9px; border-radius: 6px;
  background: var(--accent); color: #fff; font-size: 12px; font-weight: 800; vertical-align: 1px; }
.clm-req p { margin: 0; font-size: 14.5px; line-height: 1.55; color: var(--ink); }

.clm-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.clm-ben { border: 1px solid var(--line); border-radius: 12px; padding: 20px 22px; background: #fff; }
.clm-ben h3 { margin: 0 0 12px; font-size: 16px; font-weight: 800; color: var(--navy); }@media (max-width: 780px) { .clm-benefits { grid-template-columns: 1fr; }}

.clm-steps { list-style: none; margin: 24px 0 0; padding: 0; counter-reset: step;
  display: grid; gap: 12px; }
.clm-step { position: relative; padding: 15px 18px 15px 60px; border: 1px solid var(--line);
  border-radius: 11px; background: #fff; }
.clm-step::before { counter-increment: step; content: counter(step); position: absolute;
  left: 18px; top: 15px; width: 28px; height: 28px; border-radius: 8px; background: var(--navy);
  color: #fff; font-size: 14px; font-weight: 800; display: flex; align-items: center;
  justify-content: center; }
.clm-step h3 { margin: 0 0 5px; font-size: 15.5px; font-weight: 750; color: var(--navy); }
.clm-step p { margin: 0; font-size: 14.5px; line-height: 1.55; }

.clm-callout { background: var(--panel); border: 1px solid var(--line);
  padding: 14px 17px; border-radius: 9px; margin: 20px 0; }



.clm-outcomes { list-style: none; margin: 22px 0 0; padding: 0; counter-reset: out;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 12px; }
.clm-out { position: relative; padding: 16px 18px 16px 56px; border: 1px solid var(--line);
  border-radius: 11px; background: #fff; font-size: 15px; line-height: 1.5; color: var(--ink); }
.clm-out::before { counter-increment: out; content: counter(out); position: absolute;
  left: 17px; top: 15px; width: 26px; height: 26px; border-radius: 50%; background: var(--accent);
  color: #fff; font-size: 13px; font-weight: 800; display: flex; align-items: center;
  justify-content: center; }

.clm-prework { border: 1px solid var(--line); border-radius: 11px;
  padding: 17px 20px; background: #fff; margin: 22px 0 0; }
.clm-prework h3 { margin: 0 0 7px; font-size: 15.5px; font-weight: 800; color: var(--navy); }
.clm-prework p { margin: 0; font-size: 14.5px; line-height: 1.6; }

.clm-comps { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 18px; }



.clm-assesses { display: grid; gap: 18px; margin-top: 24px; }
.clm-assess { border: 1px solid var(--line); border-radius: 13px; background: #fff; padding: 24px 26px 26px; scroll-margin-top: 90px; }
.clm-ahead { display: grid; grid-template-columns: 1fr auto; gap: 14px 28px; align-items: start;
  border-bottom: 1px solid var(--line); padding-bottom: 16px; margin-bottom: 16px; }
.clm-assess h3 { margin: 0 0 5px; font-size: 20px; font-weight: 800; color: var(--navy); }
.clm-aabbr { font-size: 13px; font-weight: 700; color: var(--accent); letter-spacing: .01em;
  border: 1px solid var(--line); border-radius: 999px; padding: 2px 10px; vertical-align: 3px;
  white-space: nowrap; }
.clm-alede { margin: 0; font-size: 15px; color: var(--muted); }
.clm-ameta { display: flex; gap: 26px; margin: 0; }
.clm-ameta dt { font-size: 10.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 3px; }
.clm-ameta dd { margin: 0; font-size: 14px; font-weight: 650; color: var(--navy); max-width: 22ch; }
.clm-abody { margin: 0 0 18px; font-size: 15.5px; line-height: 1.65; }
.clm-adets { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 14px; }
.clm-adet { background: var(--panel); border-radius: 9px; padding: 14px 16px; }
.clm-adet h4 { margin: 0 0 5px; font-size: 14px; font-weight: 750; color: var(--navy); }
.clm-adet p { margin: 0; font-size: 14px; line-height: 1.55; }
.clm-ause { margin: 16px 0 0; font-size: 14px; color: var(--muted); }
.clm-ause span { font-weight: 700; color: var(--navy); }@media (max-width: 720px) {
  .clm-ahead { grid-template-columns: 1fr; }
  .clm-ameta { gap: 20px; }}

.clm-ecqs { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px; margin: 24px 0 8px; }
.clm-ecq { border: 1px solid var(--line); border-radius: 11px;
  background: #fff; padding: 16px 18px 18px; }
.clm-ecq-n { display: block; font-size: 10.5px; font-weight: 800; letter-spacing: .09em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 6px; }
.clm-ecq h3 { margin: 0 0 11px; font-size: 15.5px; font-weight: 750; color: var(--navy); line-height: 1.3; }
.clm-ecq ul { margin: 0; padding: 0; list-style: none; }
.clm-ecq li { font-size: 13.5px; line-height: 1.45; padding: 5px 0 5px 15px; position: relative;
  border-top: 1px solid var(--line); }
.clm-ecq li::before { content: ""; position: absolute; left: 0; top: 12px; width: 6px; height: 6px;
  border-radius: 50%; background: var(--accent); }
.clm-callout s { color: var(--muted); text-decoration-thickness: 1px; }



.clm-cohortgrid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 16px; margin: 24px 0 8px; }
.clm-cohortcard { border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 19px 21px 21px; }
.clm-cc-h { display: flex; align-items: baseline; gap: 10px; margin-bottom: 9px; }
.clm-cc-tag { font-size: 11px; font-weight: 800; letter-spacing: .06em; color: #fff;
  background: var(--navy); border-radius: 5px; padding: 3px 8px; flex: none; }
.clm-cohortcard h3 { margin: 0; font-size: 16.5px; font-weight: 750; line-height: 1.25; }
.clm-cohortcard h3 a { color: var(--navy); text-decoration: none; }
.clm-cohortcard h3 a:hover { text-decoration: underline; }
.clm-cc-when { margin: 0 0 12px; font-size: 14.5px; color: var(--ink); }
.clm-cc-weeks { list-style: none; margin: 0 0 13px; padding: 0; display: grid; gap: 5px; }
.clm-cc-weeks li { font-size: 13.5px; display: grid; grid-template-columns: 62px 1fr; gap: 8px;
  padding: 6px 0; border-top: 1px solid var(--line); color: var(--navy); font-weight: 600; }
.clm-cc-weeks li span { font-size: 10.5px; font-weight: 800; letter-spacing: .06em;
  text-transform: uppercase; color: var(--accent); padding-top: 2px; }
.clm-cc-meta { margin: 0; font-size: 13px; color: var(--muted); }

.clm-filters { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; margin: 22px 0 6px; }
.clm-f { display: grid; gap: 5px; }
.clm-f span { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); }
.clm-f input, .clm-f select { font: inherit; font-size: 15px; padding: 9px 12px; min-width: 190px;
  border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); }
.clm-f input:focus-visible, .clm-f select:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; }
.clm-fclear { padding: 9px 18px; }
.clm-fcount { margin: 10px 0 0; font-size: 14px; color: var(--muted); min-height: 1.2em; }
#sc-table.is-empty tbody::after { content: "No classes match those filters. Clear one to widen the search.";
  display: block; padding: 22px 4px; color: var(--muted); font-size: 15px; }@media (max-width: 620px) { .clm-f, .clm-f input, .clm-f select { min-width: 0; width: 100%; } .clm-filters { display: grid; }}


.clm-herogrid-solo { grid-template-columns: 1fr; }
.clm-herogrid-solo .clm-herocopy { max-width: 62ch; }
.clm-herogrid-solo .cx-lede { max-width: 58ch; }


.clm-polblocks { display: grid; gap: 18px; margin-top: 22px; }
.clm-polblock { border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 21px 23px 23px; }
.clm-polblock h3 { margin: 0 0 14px; font-size: 17px; font-weight: 800; color: var(--navy); }
.clm-pols { margin: 0; display: grid; gap: 0; }
.clm-pol { display: grid; grid-template-columns: 300px 1fr; gap: 8px 24px; padding: 12px 0;
  border-top: 1px solid var(--line); }
.clm-pol dt { font-size: 14.5px; font-weight: 700; color: var(--navy); }
.clm-pol dd { margin: 0; font-size: 15px; line-height: 1.55; }@media (max-width: 700px) { .clm-pol { grid-template-columns: 1fr; gap: 3px; }}

.clm-dates { list-style: none; margin: 12px 0; padding: 0; display: grid; gap: 0; }
.clm-dates li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  padding: 9px 0; border-top: 1px solid var(--line); font-size: 14.5px; }
.clm-dates a { font-weight: 650; color: var(--accent); }
.clm-dates span { font-size: 12.5px; color: var(--muted); white-space: nowrap; }



.clm-ts { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 30px; margin-top: 34px; }
.clm-t { margin: 0; border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,.12); background: #fff; }
.clm-t-img { display: flex; position: relative; min-height: 182px; max-height: 182px;
  background: #C7D5E2; border-radius: 10px 10px 0 0; }
.clm-t-img img { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  max-width: 171px; height: auto; width: auto; transition: transform .2s; }
.clm-t-img:hover img { transform: translateX(-50%) scale(1.06); }
.clm-t-body { position: relative; background: #fff; padding: 43px 25px 25px;
  border-radius: 0 0 10px 10px; }
.clm-t-q { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); line-height: 0; }
.clm-t-pill { position: absolute; right: 15px; top: -12px; height: 24px; display: inline-flex;
  align-items: center; padding: 0 15px; border-radius: 12px; background: #fff; text-decoration: none;
  font-size: 15px; font-weight: 800; letter-spacing: .02em; transition: .2s;
  box-shadow: 0 1px 3px rgba(0,0,0,.14); }
.clm-t-navy .clm-t-pill { color: #002447; }
.clm-t-teal .clm-t-pill { color: #17AAB4; }
.clm-t-navy .clm-t-pill:hover { background: #002447; color: #fff; }
.clm-t-teal .clm-t-pill:hover { background: #17AAB4; color: #fff; }
.clm-t-txt { margin: 0; font-size: 17px; line-height: 24px; font-weight: 700; text-align: center;
  color: var(--ink); min-height: 150px; }
.clm-t figcaption { display: block; text-align: center; margin-top: 18px; }
.clm-t-name { display: block; font-size: 18px; line-height: 28px; font-weight: 800; color: #17AAB4; }
.clm-t-org { display: block; font-size: 16px; line-height: 20px; color: var(--muted); }@media (max-width: 560px) { .clm-t-txt { min-height: 0; }}

.clm-bar-chat { display: inline-flex; align-items: center; gap: 7px; font: inherit; font-size: 13.5px;
  font-weight: 650; color: var(--navy); background: #fff; border: 1px solid var(--line);
  border-radius: 999px; padding: 5px 14px 5px 11px; cursor: pointer; transition: .15s; }
.clm-bar-chat svg { width: 15px; height: 15px; }
.clm-bar-chat:hover { background: var(--navy); border-color: var(--navy); color: #fff; }
.clm-bar-chat:disabled { opacity: .6; cursor: progress; }

.clm-404-code { font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: #9dc6e8; margin: 0 0 10px; }
.clm-cc-span { margin: 0 0 13px; font-size: 13.5px; line-height: 1.5; color: var(--muted); }

.clm-chooses { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 16px; margin-top: 24px; }
.clm-choose { border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 19px 21px 21px; }
.clm-choose h3 { margin: 0 0 8px; font-size: 16px; font-weight: 750; color: var(--navy); line-height: 1.35; }
.clm-choose p { margin: 0 0 10px; font-size: 14.5px; line-height: 1.55; }
.clm-choose p:last-child { margin: 0; font-weight: 650; }


.clm-altgrid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.clm-altcopy { min-width: 0; }
.clm-altcopy > h2:first-child { margin-top: 0; }
.clm-altimg { min-width: 0; }
.clm-altimg img { width: 100%; height: auto; border-radius: 14px; display: block;
  box-shadow: 0 10px 30px rgba(3,32,58,.13); }

.clm-alt-flip .clm-altcopy { order: 2; }
.clm-alt-flip .clm-altimg { order: 1; }@media (max-width: 900px) {
  .clm-altgrid { grid-template-columns: 1fr; gap: 26px; }
  .clm-alt-flip .clm-altcopy, .clm-alt-flip .clm-altimg { order: 0; }
  .clm-altimg img { max-height: 260px; object-fit: cover; }}


.clm-heromarkinline { width: 62px; height: 62px; object-fit: contain; display: block;
  margin: 0 0 14px; filter: drop-shadow(0 4px 14px rgba(0,0,0,.3)); }


.clm-compstack { display: grid; gap: 12px; margin-top: 18px; }
.clm-compstack .cx-card { padding: 15px 17px; }
.clm-compstack .cx-card h3 { font-size: 15px; margin-bottom: 5px; }
.clm-compstack .cx-card p { font-size: 14.5px; line-height: 1.55; }