/* ==========================================================================
   Homepage sections (inc/home.php). Loaded only on pages that use
   [cs_home_*] shortcodes, after contact-skills.css.
   ========================================================================== */

:root { --cs-navy-deep: #061B31; --cs-teal-light: #5CC6CE; }

/* Astra spacing around the content, the boxed article and the page title
   (the hero prints the page's H1). Scoped to pages using these sections. */
body.cs-has-home { overflow-x: clip; }
body.cs-has-home .site-content,
body.cs-has-home .site-content > .ast-container,
body.cs-has-home #primary,
body.cs-has-home .site-main,
body.cs-has-home .ast-article-single,
body.cs-has-home .entry-content {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
body.cs-has-home .ast-article-single { padding: 0 !important; background: transparent !important; box-shadow: none !important; border: 0 !important; }
body.cs-has-home .entry-header { display: none; }
body.cs-has-home .entry-content > p:empty { display: none; }

.cs-bleed { width: 100vw; max-width: none; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); box-sizing: border-box; }
.cs-has-home .entry-content a { text-decoration: none; }
.cs-has-home .cs-btn { box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 28px; border-radius: 999px; font-size: 16px; text-decoration: none; will-change: transform; }
.cs-has-home .cs-btn--primary { box-shadow: 0 10px 30px -12px rgba(245, 165, 36, 0.8); }
.cs-btn--glass { color: var(--cs-white); background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.35); }
.cs-btn--glass:hover, .cs-btn--glass:focus-visible { color: var(--cs-white); background: rgba(255, 255, 255, 0.16); border-color: var(--cs-white); }
.cs-has-home .entry-content a:focus-visible, .cs-has-home .entry-content button:focus-visible { outline: 3px solid var(--cs-amber); outline-offset: 3px; }
.cs-has-home .entry-content :where(h2) { font-size: clamp(30px, 4vw, 50px); line-height: 1.08; font-weight: 800; letter-spacing: -0.025em; margin: 0; }
.cs-has-home .entry-content :where(h3, p) { margin: 0; }

.cs-hlink { color: var(--cs-teal); font-weight: 600; border-bottom: 2px solid currentColor; padding-bottom: 2px; white-space: nowrap; }
.cs-hlink:hover { color: var(--cs-teal-hover); }
.cs-hlink--light { color: var(--cs-teal-light); }

.cs-hsec { padding: 110px 0; background: var(--cs-white); }
.cs-hsec--alt { background: var(--cs-mist); }
.cs-hsec__head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 20px 40px; margin-bottom: 52px; }
.cs-hsec__head h2 { max-width: 15em; }
.cs-hsec__head p { color: var(--cs-slate); max-width: 30em; font-size: 17px; line-height: 1.6; }

/* ---------- Hero ---------- */
.cs-hh { position: relative; overflow: hidden; isolation: isolate; background: var(--cs-navy-deep); color: var(--cs-white); padding: 90px 0 100px; }
.cs-hh__glow { position: absolute; z-index: -1; right: -10%; top: -30%; width: 70vw; height: 70vw; border-radius: 50%; background: radial-gradient(closest-side, rgba(14, 124, 134, 0.55), transparent 70%); pointer-events: none; }
.cs-hh__floor { position: absolute; z-index: -1; left: -50%; right: -50%; bottom: -10%; height: 55%; background-image: linear-gradient(rgba(92, 198, 206, 0.16) 1px, transparent 1px), linear-gradient(90deg, rgba(92, 198, 206, 0.16) 1px, transparent 1px); background-size: 64px 64px; transform: perspective(700px) rotateX(62deg); transform-origin: bottom; -webkit-mask-image: linear-gradient(to top, #000 10%, transparent 85%); mask-image: linear-gradient(to top, #000 10%, transparent 85%); pointer-events: none; }
.cs-hh__grid { display: grid; grid-template-columns: 1.25fr 0.9fr; gap: 48px; align-items: center; }
.cs-has-home .cs-hh__title { color: var(--cs-white); font-size: clamp(32px, 3.8vw, 52px); line-height: 1.06; font-weight: 800; letter-spacing: -0.03em; margin: 0; }
.cs-hh__title .w { display: inline-block; }
.cs-has-home .cs-hh__tagline { color: var(--cs-amber); font-family: var(--cs-font-heading); font-size: clamp(20px, 2vw, 26px); font-weight: 700; margin-top: 18px; }
.cs-has-home .cs-hh__intro { color: var(--cs-slate-on-navy); font-size: 18px; line-height: 1.6; max-width: 34em; margin-top: 16px; }
.cs-hh__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.cs-hh__stats { display: flex; flex-wrap: wrap; gap: 28px 40px; margin-top: 48px; padding-top: 26px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.cs-stat b { display: block; font-family: var(--cs-font-heading); font-size: 38px; font-weight: 800; line-height: 1; color: var(--cs-white); letter-spacing: -0.03em; }
.cs-stat > span { font-size: 14px; color: var(--cs-slate-on-navy); }
.cs-hstack { position: relative; height: 540px; perspective: 1400px; }
.cs-hstack__inner { position: absolute; inset: 0; transform-style: preserve-3d; }
.cs-hcard { position: absolute; width: 290px; border-radius: 22px; overflow: hidden; background: var(--cs-navy); box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.08); transform-style: preserve-3d; }
.cs-hcard__img { position: relative; height: 180px; background-size: cover; background-position: center; display: grid; place-items: center; color: var(--cs-white); }
.cs-hcard__img::before { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, rgba(11, 42, 74, 0.8), rgba(14, 124, 134, 0.55)); }
.cs-hcard__img svg { position: relative; width: 64px; height: 64px; }
.cs-hcard__body { display: block; padding: 16px 20px 20px; }
.cs-hcard__body b { display: block; font-family: var(--cs-font-heading); font-size: 17px; line-height: 1.3; color: var(--cs-white); }
.cs-hcard__body span { font-size: 13px; color: var(--cs-teal-light); }
.cs-hcard--1 { left: 2%; top: 20px; transform: translateZ(60px) rotateY(-14deg) rotateX(6deg); }
.cs-hcard--2 { right: 0; top: 140px; transform: translateZ(0) rotateY(-14deg) rotateX(6deg); }
.cs-hcard--3 { left: 16%; top: 260px; transform: translateZ(120px) rotateY(-14deg) rotateX(6deg); }
.cs-hbadge { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 11px 15px; border-radius: 16px; font-size: 14px; font-weight: 600; color: var(--cs-white); background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.18); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.cs-hbadge i { width: 10px; height: 10px; border-radius: 50%; background: var(--cs-amber); box-shadow: 0 0 0 6px rgba(245, 165, 36, 0.2); }
.cs-hbadge--1 { right: 4%; top: 0; transform: translateZ(180px); }
.cs-hbadge--2 { left: -2%; bottom: -10px; transform: translateZ(200px); }
@media (max-width: 1020px) { .cs-hh__grid { grid-template-columns: 1fr; } .cs-hstack { height: 440px; max-width: 560px; } .cs-hcard { width: 240px; } .cs-hcard__img { height: 140px; } }
@media (max-width: 640px) { .cs-hstack { display: none; } .cs-hh { padding: 56px 0 64px; } .cs-stat b { font-size: 32px; } }

/* ---------- Logos ---------- */
.cs-hlogos { background: var(--cs-white); padding: 56px 0; border-bottom: 1px solid var(--cs-border); }
.cs-has-home .cs-hlogos__title { text-align: center; color: var(--cs-navy); font-family: var(--cs-font-heading); font-size: clamp(20px, 2.2vw, 30px); font-weight: 700; line-height: 1.25; letter-spacing: -0.01em; margin-bottom: 32px; }
.cs-hlogos__viewport { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.cs-hlogos__track { display: flex; align-items: center; gap: 64px; width: max-content; animation: cs-marquee 40s linear infinite; }
.cs-hlogos__viewport:hover .cs-hlogos__track { animation-play-state: paused; }
.cs-hlogo { flex: none; height: 64px; display: flex; align-items: center; }
.cs-hlogo img { max-height: 56px; max-width: 150px; width: auto; height: auto; filter: grayscale(1); opacity: 0.65; transition: filter 0.3s, opacity 0.3s; }
.cs-hlogo:hover img { filter: none; opacity: 1; }
@keyframes cs-marquee { to { transform: translateX(calc(-50% - 32px)); } }

/* ---------- PLEASE ---------- */
.cs-hplease { background: var(--cs-navy-deep); color: var(--cs-white); overflow: hidden; }
.cs-hplease__pin { min-height: 100vh; display: flex; align-items: center; padding: 100px 0; box-sizing: border-box; }
.cs-hplease__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; width: 100%; }
.cs-has-home .cs-hplease h2 { color: var(--cs-white); font-size: clamp(28px, 3.4vw, 44px); }
.cs-has-home .cs-hplease__intro { color: var(--cs-slate-on-navy); margin-top: 18px; max-width: 30em; }
.cs-has-home .cs-hplease__word { display: flex; margin-top: 36px; font-family: var(--cs-font-heading); font-weight: 800; font-size: clamp(60px, 10vw, 140px); line-height: 1; letter-spacing: -0.04em; }
.cs-hplease__word span { color: var(--cs-amber); transition: color 0.35s, text-shadow 0.35s; }
.cs-hplease__word sup { font-size: 0.22em; line-height: 1; color: var(--cs-slate-on-navy); margin-left: 4px; align-self: flex-start; margin-top: 0.12em; }
.cs-hplease__bang { margin-left: 0.02em; }
.cs-js-motion .cs-hplease__word span { color: rgba(255, 255, 255, 0.14); }
.cs-js-motion .cs-hplease__word span.on { color: var(--cs-amber); text-shadow: 0 0 40px rgba(245, 165, 36, 0.35); }
.cs-hplease__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.cs-hplease__list li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; align-items: center; padding: 16px 20px; border-radius: 18px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.08); transition: background 0.35s, border-color 0.35s, opacity 0.35s; }
.cs-hplease__list b { font-family: var(--cs-font-heading); font-size: 30px; font-weight: 800; line-height: 1; color: var(--cs-teal-light); }
.cs-hplease__list strong { display: block; font-family: var(--cs-font-heading); font-size: 18px; color: var(--cs-white); }
.cs-hplease__list span { font-size: 15px; color: var(--cs-slate-on-navy); }
.cs-js-motion .cs-hplease__list li { opacity: 0.35; }
.cs-js-motion .cs-hplease__list li.on { opacity: 1; background: rgba(14, 124, 134, 0.22); border-color: rgba(92, 198, 206, 0.4); }
.cs-js-motion .cs-hplease__list li.on b { color: var(--cs-amber); }
@media (max-width: 900px) { .cs-hplease__grid { grid-template-columns: 1fr; gap: 36px; } .cs-hplease__pin { min-height: 0; padding: 80px 0; } }

/* ---------- Bento ---------- */
.cs-bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; grid-auto-flow: dense; gap: 18px; }
.cs-tile { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border-radius: 24px; color: var(--cs-white); background: var(--cs-navy) center / cover no-repeat; transform-style: preserve-3d; will-change: transform; }
.cs-tile::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(160deg, rgba(11, 42, 74, 0.9) 0%, rgba(11, 42, 74, 0.74) 55%, rgba(14, 124, 134, 0.7) 100%); }
.cs-tile__glare { position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity 0.3s; background: radial-gradient(circle at var(--gx, 50%) var(--gy, 50%), rgba(255, 255, 255, 0.22), transparent 45%); }
.cs-tile:hover .cs-tile__glare { opacity: 1; }
.cs-tile svg { width: 52px; height: 52px; color: var(--cs-white); transform: translateZ(50px); filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35)); }
.cs-has-home .cs-tile h3 { color: var(--cs-white); font-size: 19px; line-height: 1.25; font-weight: 700; transform: translateZ(30px); }
.cs-tile small { display: block; margin-top: 6px; font-size: 14px; font-weight: 600; color: var(--cs-teal-light); }
.cs-tile--xl { grid-column: span 2; grid-row: span 2; }
.cs-has-home .cs-tile--xl h3 { font-size: 30px; }
.cs-tile--xl svg { width: 80px; height: 80px; }
.cs-tile--wide { grid-column: span 2; }
@media (max-width: 960px) { .cs-bento { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 190px; } }
@media (max-width: 560px) { .cs-bento { grid-template-columns: 1fr; } .cs-tile--xl, .cs-tile--wide { grid-column: span 1; grid-row: span 1; } .cs-has-home .cs-tile--xl h3 { font-size: 22px; } }

/* ---------- AI programs ---------- */
.cs-hai { padding: 110px 0; background: linear-gradient(135deg, var(--cs-navy) 0%, #0A3D52 100%); color: var(--cs-white); overflow: hidden; }
.cs-has-home .cs-hai h2 { color: var(--cs-white); }
.cs-hai .cs-hsec__head p { color: var(--cs-slate-on-navy); }
.cs-hnew { display: inline-block; margin-bottom: 16px; padding: 6px 12px; border-radius: 999px; background: var(--cs-amber); color: var(--cs-navy); font-size: 13px; font-weight: 700; line-height: 1; }
.cs-hai__track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cs-haicard { display: block; border-radius: 22px; overflow: hidden; color: var(--cs-white); background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); transition: transform 0.3s, border-color 0.3s, background 0.3s; }
.cs-haicard:hover { color: var(--cs-white); transform: translateY(-6px); border-color: rgba(245, 165, 36, 0.6); background: rgba(255, 255, 255, 0.09); }
.cs-haicard__img { position: relative; height: 160px; background-size: cover; background-position: center; display: grid; place-items: center; }
.cs-haicard__img::before { content: ""; position: absolute; inset: 0; background: linear-gradient(150deg, rgba(11, 42, 74, 0.78), rgba(14, 124, 134, 0.5)); }
.cs-haicard__img svg { position: relative; width: 60px; height: 60px; color: var(--cs-white); }
.cs-haicard__body { padding: 20px; }
.cs-has-home .cs-haicard h3 { color: var(--cs-white); font-size: 18px; line-height: 1.3; }
.cs-haicard small { font-size: 14px; color: var(--cs-teal-light); }
@media (max-width: 1100px) { .cs-hai__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 16px; } .cs-haicard { flex: 0 0 min(320px, 80vw); scroll-snap-align: start; } }

/* ---------- Steps ---------- */
.cs-hsteps { position: relative; display: grid; grid-template-columns: repeat(var(--cs-steps, 3), 1fr); gap: 32px; list-style: none; margin: 0; padding: 0; }
.cs-hsteps::before, .cs-hsteps::after { content: ""; position: absolute; top: 34px; left: 34px; right: calc((100% - (var(--cs-steps, 3) - 1) * 32px) / var(--cs-steps, 3) - 34px); height: 2px; background: var(--cs-border); }
.cs-hsteps::after { background: linear-gradient(90deg, var(--cs-teal), var(--cs-amber)); transform-origin: left; transform: scaleX(var(--cs-sp, 1)); }
.cs-hstep { position: relative; z-index: 1; }
.cs-hstep__n { width: 68px; height: 68px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 22px; background: var(--cs-white); border: 2px solid var(--cs-teal); font-family: var(--cs-font-heading); font-size: 24px; font-weight: 800; color: var(--cs-teal); }
.cs-has-home .cs-hstep h3 { font-size: 22px; margin-bottom: 10px; }
.cs-has-home .cs-hstep p { color: var(--cs-slate); }
@media (max-width: 800px) { .cs-hsteps { grid-template-columns: 1fr; } .cs-hsteps::before, .cs-hsteps::after { display: none; } }

/* ---------- Trainer ---------- */
.cs-htrainer { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 72px; align-items: center; }
.cs-htrainer__photo { position: relative; isolation: isolate; max-width: 440px; }
.cs-htrainer__photo::after { content: ""; position: absolute; z-index: 0; inset: 18px -18px -18px 18px; border-radius: 28px; border: 2px solid var(--cs-amber); }
.cs-htrainer__frame { position: relative; z-index: 1; aspect-ratio: 4 / 5; border-radius: 28px; overflow: hidden; background: linear-gradient(160deg, var(--cs-navy), var(--cs-teal)); box-shadow: 0 50px 80px -40px rgba(11, 42, 74, 0.6); display: grid; place-items: center; }
.cs-htrainer__img { width: 100%; height: 100%; object-fit: cover; }
.cs-htrainer__ph { font-family: var(--cs-font-heading); font-size: 64px; font-weight: 800; color: rgba(255, 255, 255, 0.5); }
.cs-has-home .cs-htrainer__quote { font-family: var(--cs-font-heading); font-size: 23px; font-weight: 600; line-height: 1.45; color: var(--cs-navy); margin: 24px 0 18px; }
.cs-has-home .cs-htrainer__bio { color: var(--cs-slate); margin-bottom: 26px; }
.cs-htrainer__creds { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 0 0 30px; padding: 0; }
.cs-htrainer__creds li { padding: 9px 16px; border-radius: 999px; background: var(--cs-white); border: 1px solid var(--cs-border); font-size: 14px; font-weight: 600; color: var(--cs-navy); }
.cs-htrainer__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
@media (max-width: 900px) { .cs-htrainer { grid-template-columns: 1fr; gap: 56px; } .cs-htrainer__photo { max-width: 380px; } }

/* ---------- Testimonials ---------- */
.cs-hquotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.cs-hquote { margin: 0; display: flex; flex-direction: column; gap: 20px; padding: 32px; border-radius: 24px; background: var(--cs-white); border: 1px solid var(--cs-border); box-shadow: 0 24px 50px -40px rgba(11, 42, 74, 0.5); }
.cs-hquote__mark { height: 26px; font-family: var(--cs-font-heading); font-size: 64px; font-weight: 800; line-height: 0.6; color: var(--cs-amber); }
.cs-hquote blockquote { margin: 0; padding: 0; border: 0; font-style: normal; }
.cs-has-home .cs-hquote blockquote p { font-size: 16px; line-height: 1.65; color: var(--cs-ink); }
.cs-hquote figcaption b { display: block; font-size: 15px; color: var(--cs-navy); }
.cs-hquote figcaption span { font-size: 14px; color: var(--cs-slate); }
@media (max-width: 900px) { .cs-hquotes { grid-template-columns: 1fr; } }

/* ---------- CTA ---------- */
.cs-hcta { position: relative; overflow: hidden; padding: 120px 0; text-align: center; background: var(--cs-navy-deep); color: var(--cs-white); }
.cs-hcta__ring { position: absolute; left: 50%; top: 50%; width: 900px; height: 900px; margin: -450px 0 0 -450px; border-radius: 50%; border: 1px solid rgba(92, 198, 206, 0.18); pointer-events: none; }
.cs-hcta__ring--2 { width: 600px; height: 600px; margin: -300px 0 0 -300px; border-color: rgba(245, 165, 36, 0.2); }
.cs-has-home .cs-hcta h2 { position: relative; color: var(--cs-white); font-size: clamp(32px, 4.6vw, 60px); max-width: 13em; margin: 0 auto 20px; }
.cs-has-home .cs-hcta p { position: relative; color: var(--cs-slate-on-navy); max-width: 32em; margin: 0 auto 34px; }

@media (max-width: 782px) { .cs-hsec, .cs-hai { padding: 72px 0; } .cs-hcta { padding: 84px 0; } }
@media (prefers-reduced-motion: reduce) {
	.cs-hlogos__track { animation: none; flex-wrap: wrap; justify-content: center; width: auto; }
	.cs-hlogo[aria-hidden="true"] { display: none; }
}

/* ==========================================================================
   Landing-page additions (AI Training page and similar)
   ========================================================================== */

/* Hero with a background photo under the navy overlay. */
.cs-hh--photo { background: var(--cs-navy-deep) var(--cs-hh-img) center / cover no-repeat; }
.cs-hh--photo::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(6, 27, 49, 0.96) 0%, rgba(6, 27, 49, 0.88) 50%, rgba(11, 42, 74, 0.7) 100%); }

/* Floating AI core visual. */
.cs-aiorb { position: relative; height: 480px; perspective: 1200px; }
.cs-aiorb__ring { position: absolute; left: 50%; top: 50%; width: 400px; height: 400px; margin: -200px 0 0 -200px; border-radius: 50%; border: 1px dashed rgba(245, 165, 36, 0.45); }
.cs-aiorb__ring--2 { width: 300px; height: 300px; margin: -150px 0 0 -150px; border: 1px solid rgba(92, 198, 206, 0.35); }
.cs-aiorb__core { position: absolute; left: 50%; top: 50%; width: 190px; height: 190px; margin: -95px 0 0 -95px; border-radius: 48px; display: grid; place-items: center; background: linear-gradient(150deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.04)); border: 1px solid rgba(255, 255, 255, 0.25); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 50px 90px -40px rgba(0, 0, 0, 0.8), inset 0 0 60px rgba(92, 198, 206, 0.25); transform: rotateY(-14deg) rotateX(8deg); }
.cs-aiorb__core span { font-family: var(--cs-font-heading); font-size: 76px; font-weight: 800; letter-spacing: -0.04em; color: var(--cs-white); text-shadow: 0 0 30px rgba(92, 198, 206, 0.6); }
.cs-aiorb__chip { position: absolute; z-index: 2; display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 14px; font-size: 14px; font-weight: 600; color: var(--cs-white); background: rgba(6, 27, 49, 0.72); border: 1px solid rgba(255, 255, 255, 0.18); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.cs-aiorb__chip i { width: 8px; height: 8px; border-radius: 50%; background: var(--cs-amber); }
.cs-aiorb__chip--1 { left: 4%; top: 12%; }
.cs-aiorb__chip--2 { right: 2%; top: 20%; }
.cs-aiorb__chip--3 { left: 0; bottom: 24%; }
.cs-aiorb__chip--4 { right: 6%; bottom: 14%; }
.cs-aiorb__chip--5 { left: 36%; bottom: 0; }
@media (max-width: 1020px) { .cs-aiorb { height: 380px; max-width: 520px; } }
@media (max-width: 640px) { .cs-aiorb { display: none; } }

/* Feature cards. */
.cs-hfeatures { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
.cs-hfeature { padding: 28px; border-radius: 22px; background: var(--cs-mist); border: 1px solid var(--cs-border); transition: border-color 0.25s, transform 0.25s; }
.cs-hfeature:hover { border-color: var(--cs-teal); transform: translateY(-4px); }
.cs-hfeature__icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 20px; background: var(--cs-teal); color: var(--cs-white); }
.cs-hfeature__icon svg { width: 26px; height: 26px; }
.cs-has-home .cs-hfeature h3 { font-size: 20px; line-height: 1.3; color: var(--cs-navy); margin-bottom: 10px; }
.cs-has-home .cs-hfeature p { color: var(--cs-slate); font-size: 16px; line-height: 1.6; }

/* Video section with click-to-play facade. */
.cs-hvideo { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 56px; align-items: center; }
.cs-has-home .cs-hvideo__text p { color: var(--cs-slate); margin-top: 16px; font-size: 17px; line-height: 1.6; }
.cs-yt { position: relative; aspect-ratio: 16 / 9; border-radius: 24px; overflow: hidden; background: var(--cs-navy); box-shadow: 0 40px 70px -40px rgba(11, 42, 74, 0.7); }
.cs-yt__btn { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; cursor: pointer; background: none; display: grid; place-items: center; }
.cs-yt__btn img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cs-yt__btn::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(6, 27, 49, 0.45), rgba(14, 124, 134, 0.25)); }
.cs-yt__play { position: relative; z-index: 1; width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; background: var(--cs-amber); color: var(--cs-navy); box-shadow: 0 0 0 14px rgba(245, 165, 36, 0.25); transition: transform 0.25s, box-shadow 0.25s; }
.cs-yt__btn:hover .cs-yt__play { transform: scale(1.08); box-shadow: 0 0 0 20px rgba(245, 165, 36, 0.2); }
.cs-yt__play svg { width: 30px; height: 30px; margin-left: 4px; }
.cs-yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 900px) { .cs-hvideo { grid-template-columns: 1fr; gap: 28px; } }

/* Filterable programs section. */
.cs-hprograms { background: var(--cs-white); }
.cs-hprograms .cs-catlist__body { padding-top: 110px; padding-bottom: 110px; }
.cs-hprograms__chips { display: flex; flex-wrap: wrap; gap: 8px; margin: -20px 0 28px; }
.cs-has-home .cs-lcard p { display: -webkit-box; }
@media (max-width: 782px) { .cs-hprograms .cs-catlist__body { padding-top: 72px; padding-bottom: 72px; } }

/* ==========================================================================
   Trainer, Clients and Contact pages (inc/pages.php)
   ========================================================================== */

/* Page hero (photo panel optional). */
.cs-phh { position: relative; overflow: hidden; isolation: isolate; background: var(--cs-navy-deep); color: var(--cs-white); padding: 90px 0 96px; }
.cs-phh--compact { padding: 72px 0 76px; }
.cs-phh__grid { display: grid; grid-template-columns: 1fr; gap: 56px; align-items: center; }
.cs-phh--photo .cs-phh__grid { grid-template-columns: 1.2fr 0.8fr; }
.cs-phh__chips { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; margin: 24px 0 0; padding: 0; }
.cs-phh__chips li { padding: 8px 14px; border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--cs-white); background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.18); }
.cs-phh__photo { position: relative; isolation: isolate; max-width: 420px; justify-self: end; width: 100%; }
.cs-phh__photo::after { content: ""; position: absolute; z-index: 0; inset: 18px -18px -18px 18px; border-radius: 28px; border: 2px solid var(--cs-amber); }
.cs-phh__frame { position: relative; z-index: 1; aspect-ratio: 4 / 5; border-radius: 28px; overflow: hidden; background: var(--cs-navy); box-shadow: 0 50px 90px -40px rgba(0, 0, 0, 0.8); }
.cs-phh__img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 900px) { .cs-phh--photo .cs-phh__grid { grid-template-columns: 1fr; } .cs-phh__photo { justify-self: start; max-width: 340px; } }
@media (max-width: 640px) { .cs-phh { padding: 56px 0 64px; } }

/* Generic content section. */
.cs-hsec__narrow { max-width: 860px; }
.cs-hsec--dark { background: var(--cs-navy-deep); color: var(--cs-white); }
.cs-has-home .cs-hsec--dark h2 { color: var(--cs-white); }
.cs-hsec--dark .cs-hsec__head p { color: var(--cs-slate-on-navy); }
.cs-has-home .cs-hsec__content > p { font-size: 18px; line-height: 1.75; color: var(--cs-ink); margin: 0 0 18px; }
.cs-has-home .cs-hsec__content > p:first-child { font-family: var(--cs-font-heading); font-size: 22px; font-weight: 600; line-height: 1.5; color: var(--cs-navy); }
.cs-hsec__content img { max-width: 100%; height: auto; border-radius: 20px; display: block; }
.cs-hsec__content a > img { transition: transform 0.3s, box-shadow 0.3s; box-shadow: 0 30px 60px -40px rgba(11, 42, 74, 0.6); }
.cs-hsec__content a:hover > img { transform: translateY(-4px); }

/* Clients: logo wall. */
.cs-logowall { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 16px; list-style: none; margin: 0; padding: 0; }
.cs-logowall__item { height: 120px; display: grid; place-items: center; padding: 20px; border-radius: 20px; background: var(--cs-white); border: 1px solid var(--cs-border); box-shadow: 0 20px 40px -36px rgba(11, 42, 74, 0.5); transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; }
.cs-logowall__item:hover { transform: translateY(-4px); border-color: var(--cs-teal); box-shadow: 0 30px 50px -36px rgba(11, 42, 74, 0.6); }
.cs-logowall__item img { max-width: 130px; max-height: 64px; width: auto; height: auto; }

/* Clients: filter + name cards. */
.cs-clients__bar { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px; margin: -16px 0 36px; }
.cs-clients__chips { display: flex; flex-wrap: wrap; gap: 8px; flex: 1; }
.cs-clients__search { position: relative; display: flex; align-items: center; }
.cs-clients__search svg { position: absolute; left: 14px; width: 18px; height: 18px; color: var(--cs-slate); pointer-events: none; }
.cs-clients__search input { box-sizing: border-box; width: 260px; height: 44px; padding: 0 16px 0 40px; border-radius: 999px; border: 1px solid var(--cs-border); background: var(--cs-white); font-size: 15px; }
.cs-clients__search input:focus { outline: 3px solid var(--cs-amber); outline-offset: 2px; }
.cs-has-home .cs-clients__group h3 { font-size: 22px; color: var(--cs-navy); margin: 0 0 18px; }
.cs-clients__group + .cs-clients__group { margin-top: 48px; }
.cs-clients__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; list-style: none; margin: 0; padding: 0; }
.cs-client { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 16px; background: var(--cs-white); border: 1px solid var(--cs-border); transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; }
.cs-client:hover { border-color: var(--cs-teal); transform: translateY(-2px); box-shadow: 0 16px 30px -24px rgba(11, 42, 74, 0.5); }
.cs-client[hidden], .cs-clients__group[hidden] { display: none; }
.cs-client__mark { flex: none; width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; font-family: var(--cs-font-heading); font-size: 15px; font-weight: 800; letter-spacing: -0.02em; color: var(--cs-white); background: linear-gradient(150deg, var(--cs-navy), var(--cs-teal)); }
.cs-clients__group:nth-of-type(2n) .cs-client__mark:not(.cs-client__mark--logo) { background: linear-gradient(150deg, var(--cs-teal), #0A5F67); }
.cs-clients__group:nth-of-type(3n) .cs-client__mark:not(.cs-client__mark--logo) { background: linear-gradient(150deg, #1E4E79, var(--cs-navy)); }
.cs-client__mark--logo { background: var(--cs-white); border: 1px solid var(--cs-border); padding: 5px; box-sizing: border-box; }
.cs-client__mark--logo img { max-width: 100%; max-height: 100%; }
.cs-client__name { font-size: 15px; font-weight: 600; line-height: 1.35; color: var(--cs-navy); }
.cs-client__name small { display: block; font-size: 12px; font-weight: 500; color: var(--cs-slate); }
.cs-clients__empty { padding: 32px; border-radius: 18px; background: var(--cs-white); text-align: center; color: var(--cs-slate); }
@media (max-width: 640px) { .cs-clients__search, .cs-clients__search input { width: 100%; } }

/* Contact: form card + panel. */
.cs-contact__grid { display: grid; grid-template-columns: 1.45fr 0.85fr; gap: 28px; align-items: start; }
.cs-hform-card { padding: 44px; border-radius: 28px; background: var(--cs-white); border: 1px solid var(--cs-border); box-shadow: 0 40px 80px -60px rgba(11, 42, 74, 0.6); }
.cs-has-home .cs-hform-card h2 { font-size: clamp(28px, 3vw, 38px); }
.cs-has-home .cs-hform-card__intro { color: var(--cs-slate); margin: 10px 0 28px; font-size: 17px; }
.cs-hform { display: grid; gap: 18px; }
.cs-hform__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cs-hform__row--3 { grid-template-columns: 1fr 1fr 1fr; }
.cs-field { display: grid; gap: 7px; margin: 0; }
.cs-field > span { font-size: 14px; font-weight: 600; color: var(--cs-navy); }
.cs-field em, .cs-check em { font-style: normal; color: #B42318; }
.cs-field input, .cs-field select, .cs-field textarea { box-sizing: border-box; width: 100%; min-height: 50px; padding: 12px 16px; border-radius: 14px; border: 1px solid var(--cs-border); background: var(--cs-mist); font: 16px/1.4 var(--cs-font-body); color: var(--cs-ink); transition: border-color 0.2s, background 0.2s, box-shadow 0.2s; }
.cs-field textarea { min-height: 130px; resize: vertical; }
.cs-field input:focus, .cs-field select:focus, .cs-field textarea:focus { outline: none; border-color: var(--cs-teal); background: var(--cs-white); box-shadow: 0 0 0 4px rgba(14, 124, 134, 0.15); }
.cs-field.is-invalid input, .cs-field.is-invalid select { border-color: #B42318; background: #FEF3F2; }
.cs-check { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.5; color: var(--cs-ink); cursor: pointer; }
.cs-check input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--cs-teal); flex: none; }
.cs-check a { color: var(--cs-teal); text-decoration: underline; }
.cs-check.is-invalid span { color: #B42318; }
.cs-hform__hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.cs-hform__error { margin: 0; padding: 12px 16px; border-radius: 12px; background: #FEF3F2; color: #B42318; font-size: 15px; }
.cs-hform__notice { margin: 0 0 20px; padding: 16px 18px; border-radius: 14px; font-size: 16px; font-weight: 600; }
.cs-hform__notice--ok { background: #ECFDF3; color: #05603A; border: 1px solid #ABEFC6; }
.cs-hform__notice--err { background: #FEF3F2; color: #B42318; border: 1px solid #FECDCA; }
.cs-hform__submit { justify-self: start; min-width: 200px; cursor: pointer; border: 0; }
.cs-hform__submit[disabled] { opacity: 0.7; cursor: wait; }
.cs-contact__panel { position: sticky; top: 24px; padding: 36px; border-radius: 28px; background: var(--cs-navy); color: var(--cs-white); overflow: hidden; }
.cs-contact__panel::after { content: ""; position: absolute; right: -80px; top: -80px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(closest-side, rgba(14, 124, 134, 0.55), transparent); pointer-events: none; }
.cs-has-home .cs-contact__eyebrow { position: relative; font-size: 14px; font-weight: 700; color: var(--cs-amber); margin-bottom: 10px; }
.cs-has-home .cs-contact__person { position: relative; font-family: var(--cs-font-heading); font-size: 24px; font-weight: 800; color: var(--cs-white); margin-bottom: 22px; }
.cs-contact__person span { display: block; font-family: var(--cs-font-body); font-size: 14px; font-weight: 500; color: var(--cs-slate-on-navy); }
.cs-contact__list { position: relative; list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 10px; }
.cs-contact__list a, .cs-contact__static { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 16px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.1); color: var(--cs-white); transition: background 0.2s, border-color 0.2s; }
.cs-contact__list a:hover { color: var(--cs-white); background: rgba(255, 255, 255, 0.12); border-color: rgba(245, 165, 36, 0.5); }
.cs-contact__list svg { flex: none; width: 24px; height: 24px; color: var(--cs-amber); }
.cs-contact__list b { display: block; font-size: 13px; font-weight: 600; color: var(--cs-slate-on-navy); }
.cs-contact__list span span, .cs-contact__list a > span { font-size: 16px; font-weight: 600; word-break: break-word; }
.cs-contact__next { position: relative; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.cs-contact__next ol { margin: 0; padding-left: 20px; display: grid; gap: 8px; color: var(--cs-slate-on-navy); font-size: 15px; }
.cs-contact__next li::marker { color: var(--cs-amber); font-weight: 700; }
@media (max-width: 960px) { .cs-contact__grid { grid-template-columns: 1fr; } .cs-contact__panel { position: static; } }
@media (max-width: 640px) { .cs-hform-card { padding: 26px 20px; } .cs-hform__row, .cs-hform__row--3 { grid-template-columns: 1fr; } .cs-hform__submit { width: 100%; } }

/* Online course card ([cs_home_course]). */
.cs-course { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 32px; background: var(--cs-white); border: 1px solid var(--cs-border); box-shadow: 0 50px 90px -60px rgba(11, 42, 74, 0.6); }
.cs-course__visual { position: relative; isolation: isolate; min-height: 420px; display: grid; place-items: center; background: linear-gradient(150deg, var(--cs-navy), var(--cs-teal)) center / cover no-repeat; }
.cs-course__visual::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(160deg, rgba(6, 27, 49, 0.55), rgba(14, 124, 134, 0.35)); }
.cs-course__badge { position: absolute; left: 22px; top: 22px; padding: 7px 14px; border-radius: 999px; background: var(--cs-amber); color: var(--cs-navy); font-size: 13px; font-weight: 700; }
.cs-course__play { width: 92px; height: 92px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.35); color: var(--cs-white); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.08); }
.cs-course__play svg { width: 34px; height: 34px; margin-left: 5px; }
.cs-course__length { position: absolute; left: 22px; bottom: 22px; padding: 8px 14px; border-radius: 12px; background: rgba(6, 27, 49, 0.75); color: var(--cs-white); font-size: 14px; font-weight: 600; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.cs-course__body { padding: 48px; display: flex; flex-direction: column; }
.cs-has-home .cs-course h2 { font-size: clamp(28px, 3vw, 40px); }
.cs-has-home .cs-course__price { margin-top: 16px; font-family: var(--cs-font-heading); font-size: 52px; font-weight: 800; line-height: 1; letter-spacing: -0.03em; color: var(--cs-navy); }
.cs-course__price span { font-size: 22px; vertical-align: top; margin-right: 4px; color: var(--cs-teal); }
.cs-course__price small { display: block; margin-top: 8px; font-family: var(--cs-font-body); font-size: 14px; font-weight: 500; letter-spacing: 0; color: var(--cs-slate); }
.cs-has-home .cs-course__intro { margin-top: 20px; color: var(--cs-slate); font-size: 17px; line-height: 1.6; }
.cs-course__list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 10px; }
.cs-course__list li { position: relative; padding-left: 36px; font-size: 16px; font-weight: 600; color: var(--cs-navy); line-height: 1.5; }
.cs-course__list li::before { content: ""; position: absolute; left: 0; top: 1px; width: 24px; height: 24px; border-radius: 8px; background: var(--cs-teal) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E") center / 14px no-repeat; }
.cs-has-home .cs-course__audience { margin-top: 22px; padding: 14px 16px; border-radius: 14px; background: var(--cs-mist); color: var(--cs-ink); font-size: 15px; }
.cs-course__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
@media (max-width: 900px) { .cs-course { grid-template-columns: 1fr; } .cs-course__visual { min-height: 260px; } .cs-course__body { padding: 32px 24px; } }

/* Tutor LMS course grid ([cs_home_courses]). */
a.cs-course__visual { color: var(--cs-white); text-decoration: none; }
.cs-has-home .cs-courses__title { font-size: clamp(26px, 3vw, 36px); margin: 72px 0 28px; }
.cs-courses { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 22px; }
.cs-ccard { display: flex; flex-direction: column; overflow: hidden; border-radius: 24px; background: var(--cs-white); border: 1px solid var(--cs-border); color: inherit; box-shadow: 0 24px 50px -40px rgba(11, 42, 74, 0.55); transition: border-color 0.25s, box-shadow 0.25s; transform-style: preserve-3d; }
.cs-ccard:hover { color: inherit; border-color: var(--cs-teal); box-shadow: 0 34px 60px -40px rgba(11, 42, 74, 0.65); }
.cs-ccard__img { position: relative; display: block; aspect-ratio: 16 / 9; background: linear-gradient(150deg, var(--cs-navy), var(--cs-teal)) center / cover no-repeat; }
.cs-ccard__img .cs-course__badge { left: 14px; top: 14px; }
.cs-ccard__img .cs-course__length { left: 14px; bottom: 14px; font-size: 13px; }
.cs-ccard__body { display: flex; flex-direction: column; gap: 10px; padding: 22px; flex: 1; }
.cs-has-home .cs-ccard h3 { font-size: 19px; line-height: 1.3; color: var(--cs-navy); }
.cs-ccard__text { font-size: 15px; line-height: 1.55; color: var(--cs-slate); }
.cs-ccard__foot { margin-top: auto; padding-top: 10px; display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px; font-size: 13px; color: var(--cs-slate); }
.cs-ccard__foot b { font-family: var(--cs-font-heading); font-size: 22px; color: var(--cs-navy); }

/* Video testimonial grid ([cs_home_videos]). */
.cs-hvideos { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px; }
.cs-hvcard { display: flex; flex-direction: column; overflow: hidden; border-radius: 24px; background: var(--cs-white); border: 1px solid var(--cs-border); box-shadow: 0 24px 50px -40px rgba(11, 42, 74, 0.55); }
.cs-hvcard .cs-yt { border-radius: 0; box-shadow: none; }
.cs-hvcard .cs-yt__play { width: 68px; height: 68px; box-shadow: 0 0 0 10px rgba(245, 165, 36, 0.25); }
.cs-hvcard .cs-yt__play svg { width: 24px; height: 24px; }
.cs-hvcard__body { padding: 22px 24px 26px; }
.cs-has-home .cs-hvcard h3 { font-size: 18px; line-height: 1.35; color: var(--cs-navy); }
.cs-has-home .cs-hvcard__body p { margin-top: 10px; font-size: 15px; line-height: 1.6; color: var(--cs-slate); }

/* Testimonials: masonry layout + client logo. */
.cs-hquote__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.cs-hquote__logo { max-width: 96px; max-height: 40px; width: auto; height: auto; }
.cs-hquotes--masonry { display: block; column-count: 3; column-gap: 22px; }
.cs-hquotes--masonry .cs-hquote { break-inside: avoid; margin-bottom: 22px; }
@media (max-width: 1000px) { .cs-hquotes--masonry { column-count: 2; } }
@media (max-width: 640px) { .cs-hquotes--masonry { column-count: 1; } }

/* Legal pages ([cs_home_section style="legal"]): calm, readable document. */
.cs-hsec--legal { padding: 64px 0 100px; }
.cs-hsec--legal .cs-hsec__content { counter-reset: cs-legal; }
.cs-has-home .cs-hsec--legal .cs-hsec__content > p,
.cs-has-home .cs-hsec--legal .cs-hsec__content > p:first-child { font-family: var(--cs-font-body); font-size: 17px; font-weight: 400; line-height: 1.75; color: var(--cs-ink); margin: 0 0 16px; }
.cs-has-home .cs-hsec--legal .cs-hsec__content h2 { counter-increment: cs-legal; font-size: 24px; line-height: 1.3; letter-spacing: -0.01em; color: var(--cs-navy); margin: 48px 0 14px; padding-top: 28px; border-top: 1px solid var(--cs-border); }
.cs-has-home .cs-hsec--legal .cs-hsec__content h2::before { content: counter(cs-legal) ". "; color: var(--cs-teal); }
.cs-has-home .cs-hsec--legal .cs-hsec__content h2:first-child { margin-top: 0; padding-top: 0; border-top: 0; }
.cs-has-home .cs-hsec--legal .cs-hsec__content h3 { font-size: 19px; color: var(--cs-navy); margin: 28px 0 10px; }
.cs-hsec--legal .cs-hsec__content ul { margin: 0 0 18px; padding-left: 22px; }
.cs-hsec--legal .cs-hsec__content li { margin-bottom: 8px; font-size: 17px; line-height: 1.65; color: var(--cs-ink); }
.cs-hsec--legal .cs-hsec__content li::marker { color: var(--cs-teal); }
.cs-hsec--legal .cs-hsec__content a { color: var(--cs-teal); text-decoration: underline; }
.cs-hsec--legal .cs-legal__box { margin: 0 0 28px; padding: 18px 20px; border-radius: 14px; background: var(--cs-mist); border: 1px solid var(--cs-border); font-size: 16px; line-height: 1.6; }

.cs-contact__social { position: relative; margin: 0 0 24px; }
/* Keep the program-page mobile bar clear of a bottom-right chat button. */
