﻿
* { box-sizing: border-box; }
:root {
  --ink: #172033; --muted: #546276; --navy: #06233d; --teal: #0b6f78;
  --gold: #d5a531; --red: #9f2f2f; --line: #dbe3ec; --soft: #f6f8fb;
  --warm: #fbf6ea; --panel: #ffffff; --focus: #f0c85a;
}
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--soft); }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 10; padding: 10px 12px; background: var(--gold); color: #061c31; font-weight: 800; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid rgba(6,35,61,.12); background: rgba(255,255,255,.96); }
.top-nav { max-width: 1180px; margin: 0 auto; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand img { width: 150px; display: block; }
.nav-links, .footer-links, .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.nav-links { justify-content: flex-end; }
.nav-links a, .footer-links a { padding: 10px 11px; border-radius: 6px; color: var(--navy); font-weight: 700; font-size: .94rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { background: #eaf1f6; }
.nav-links .nav-cta { background: var(--navy); color: #fff; }
.hero { min-height: 68vh; display: grid; align-items: end; color: #fff; background: radial-gradient(circle at top right, rgba(213,165,49,.30), transparent 36%), linear-gradient(135deg, #06233d 0%, #0b6f78 58%, #172033 100%); }
.hero-overlay { width: min(1180px, 100%); margin: 0 auto; padding: 96px 24px 72px; }
.page-hero { max-width: 1180px; margin: 0 auto; padding: 72px 24px 42px; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: .82rem; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.hero .eyebrow { color: #f0c85a; }
h1, h2, h3, p { letter-spacing: 0; }
h1 { max-width: 860px; margin: 0; font-size: 4.4rem; line-height: 1; }
.page-hero h1 { color: var(--navy); }
h2 { margin: 0; color: var(--navy); font-size: 2.35rem; line-height: 1.08; }
h3 { margin: 0; color: var(--navy); font-size: 1.22rem; line-height: 1.2; }
p { line-height: 1.65; }
.hero-lede, .page-hero p { max-width: 760px; font-size: 1.1rem; }
.hero-lede { color: rgba(255,255,255,.9); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border-radius: 7px; padding: 0 18px; font-weight: 800; line-height: 1.2; }
.button.primary { background: var(--gold); color: #061c31; }
.button.secondary { border: 1px solid rgba(255,255,255,.55); color: #fff; }
.button.secondary.dark { border-color: var(--navy); color: var(--navy); }
.button:hover, .text-link:hover, .footer-links a:hover, .action-link:hover { text-decoration: underline; }
.cta-note { max-width: 660px; margin: 14px 0 0; color: rgba(255,255,255,.82); font-size: .95rem; }
.proof-strip { max-width: 1180px; margin: -28px auto 0; padding: 0 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.proof-strip div, .card, .service-row, .visual-panel, .faq-list details { border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.proof-strip div { min-height: 86px; display: grid; align-content: center; gap: 4px; padding: 16px; box-shadow: 0 14px 30px rgba(23,32,51,.08); }
.proof-strip span, .card p, .section-heading p, .service-row p, .visual-panel p, .check-list, .page-hero p, .small-note { color: var(--muted); }
.section { max-width: 1180px; margin: 0 auto; padding: 62px 24px; }
.section-tint { max-width: none; margin: 0; background: var(--warm); }
.section-tint > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section-heading { max-width: 780px; margin-bottom: 24px; }
.card-grid, .action-grid, .service-stack { display: grid; gap: 16px; }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.card { min-height: 220px; padding: 22px; display: grid; align-content: start; gap: 12px; }
.card.compact { min-height: 240px; }
.course-card { padding: 0; overflow: hidden; align-content: stretch; }
.course-media { min-height: 148px; padding: 18px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #eef6f7, #ffffff); border-bottom: 1px solid var(--line); }
.course-media img { width: auto; max-width: 100%; max-height: 124px; object-fit: contain; display: block; }
.course-card-body { padding: 22px; display: grid; gap: 12px; align-content: start; }
.course-badges { display: flex; flex-wrap: wrap; gap: 6px; }
.course-badge { display: inline-flex; align-items: center; min-height: 26px; padding: 4px 8px; border-radius: 6px; background: #eaf1f6; color: var(--navy); font-size: .78rem; font-weight: 800; line-height: 1.15; }
.best-for, .funding-note { margin: 0; font-size: .92rem; color: var(--muted); }
.funding-note { padding: 10px 12px; border-left: 4px solid var(--gold); background: #fff8e5; border-radius: 6px; }
.text-link { color: var(--teal); font-weight: 800; }
.split-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(320px,1fr); gap: 32px; align-items: center; }
.visual-panel { min-height: 320px; padding: 28px; display: grid; align-content: end; background: linear-gradient(135deg, #fff, #eef6f7); }
.visual-panel strong { display: block; color: var(--navy); font-size: 1.7rem; line-height: 1.1; }
.about-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 82% 18%, rgba(213,165,49,.26), transparent 28%), linear-gradient(135deg, #061d33 0%, #0b3b55 48%, #101827 100%); color: #fff; }
.about-hero .page-hero { padding-bottom: 76px; }
.about-hero h1 { color: #fff; max-width: 980px; }
.about-hero p { color: rgba(255,255,255,.86); }
.about-signal-grid { max-width: 1180px; margin: -36px auto 0; padding: 0 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; position: relative; z-index: 2; }
.signal-card { min-height: 124px; padding: 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: #fff; box-shadow: 0 16px 32px rgba(23,32,51,.10); display: grid; gap: 8px; align-content: start; }
.signal-card strong { color: var(--navy); font-size: 1.05rem; }
.signal-card span { color: var(--muted); line-height: 1.45; }
.founder-panel { display: grid; grid-template-columns: minmax(240px, .75fr) minmax(0, 1fr) minmax(300px, .9fr); gap: 24px; align-items: stretch; }
.founder-photo-card { overflow: hidden; min-height: 420px; border-radius: 8px; background: #071f36; border: 1px solid rgba(6,35,61,.18); }
.founder-photo-card img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: center top; display: block; }
.founder-card { padding: 30px; border-radius: 8px; background: var(--navy); color: #fff; display: grid; align-content: center; gap: 18px; }
.founder-card h2, .founder-card h3 { color: #fff; }
.founder-card p { color: rgba(255,255,255,.84); margin: 0; }
.signature-line { color: var(--gold); font-size: 1.2rem; font-weight: 800; }
.founder-role { color: #3bd6de; font-weight: 800; margin-top: -12px; }
.operating-principles { padding: 30px; border: 1px solid var(--line); border-radius: 8px; background: #fff; display: grid; gap: 16px; }
.principle-row { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.principle-mark { width: 42px; height: 42px; border-radius: 8px; background: var(--gold); color: #061c31; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; }
.system-band { max-width: none; margin: 0; background: #071f36; color: #fff; }
.system-band > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.system-band h2, .system-band h3 { color: #fff; }
.system-band .section-heading p, .system-band p { color: rgba(255,255,255,.78); }
.system-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 22px; align-items: stretch; }
.system-map { min-height: 360px; padding: 24px; border: 1px solid rgba(255,255,255,.20); border-radius: 8px; background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); display: grid; gap: 14px; align-content: center; }
.system-node { padding: 16px; border: 1px solid rgba(255,255,255,.24); border-radius: 8px; background: rgba(255,255,255,.08); color: #fff; font-weight: 800; }
.impact-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.impact-item { min-height: 144px; padding: 20px; border-radius: 8px; background: #fff; border: 1px solid var(--line); display: grid; align-content: start; gap: 8px; }
.impact-item strong { color: var(--red); text-transform: uppercase; font-size: .8rem; }
.about-closing { max-width: 1180px; margin: 24px auto 72px; padding: 42px 24px; border-radius: 8px; background: linear-gradient(135deg, #fbf6ea, #fff); border: 1px solid var(--line); }
.about-closing h2 { max-width: 860px; }
.about-closing p { max-width: 760px; color: var(--muted); }
.check-list { margin: 18px 0 0; padding-left: 20px; }
.service-row { padding: 24px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
.action-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.action-link { min-height: 68px; padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #fff; display: flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 800; }
.final-cta { max-width: 1180px; margin: 24px auto 72px; padding: 32px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--navy); color: #fff; border-radius: 8px; }
.final-cta h2 { color: #fff; }
.final-cta p { color: rgba(255,255,255,.82); }
.site-footer { border-top: 1px solid var(--line); background: #fff; padding: 28px 24px; display: grid; grid-template-columns: minmax(180px, 1fr) minmax(260px, 2fr) auto; gap: 18px; align-items: center; }
.footer-brand { display: grid; gap: 4px; color: var(--navy); }
.footer-brand span { color: var(--muted); }
.footer-links { justify-content: center; }
.footer-social { display: flex; gap: 10px; justify-content: flex-end; }
.footer-social a { width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid var(--line); background: #fff; }
.footer-social img { width: 40px; height: 40px; display: block; }
.redirect-note { max-width: 760px; margin: 18px 0 0; color: var(--muted); }
.redirect-note a { color: var(--teal); font-weight: 800; text-decoration: underline; }
.not-found-social { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.not-found-social a { min-width: 132px; min-height: 64px; padding: 10px 14px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy); font-weight: 800; }
.not-found-social img { width: 48px; height: 48px; display: block; }
.small-note { font-size: .92rem; margin: 0; }
@media (max-width: 900px) {
  h1 { font-size: 3rem; }
  h2 { font-size: 2rem; }
  .top-nav, .final-cta, .service-row, .site-footer { align-items: flex-start; }
  .top-nav, .final-cta, .site-footer { flex-direction: column; display: flex; }
  .proof-strip, .card-grid.two, .card-grid.three, .card-grid.four, .split-layout, .action-grid, .about-signal-grid, .founder-panel, .system-grid, .impact-band { grid-template-columns: 1fr; }
  .hero { min-height: 58vh; }
  .site-footer, .footer-links, .footer-social { justify-content: flex-start; }
}
@media (max-width: 520px) {
  .top-nav, .section, .page-hero, .hero-overlay { padding-left: 18px; padding-right: 18px; }
  h1 { font-size: 2.35rem; }
  .nav-links a { font-size: .88rem; padding: 8px; }
}


.course-media.no-image { color: var(--navy); text-align: center; font-weight: 900; text-transform: uppercase; letter-spacing: 0; }
.course-media.no-image span { max-width: 220px; line-height: 1.2; }


/* Branded action-link visual repair: uses approved TTPS logo/icon assets instead of questionable photos. */
.action-grid { position: relative; padding: 18px; border: 1px solid rgba(6,35,61,.10); border-radius: 8px; background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(238,246,247,.82)); overflow: hidden; }
.action-grid::before { content: ""; position: absolute; right: 18px; top: 12px; width: 96px; height: 58px; background: url("assets/images/ttps-logo.jpg") center / contain no-repeat; opacity: .10; pointer-events: none; }
.action-link { position: relative; z-index: 1; min-height: 78px; box-shadow: 0 8px 18px rgba(23,32,51,.05); }
.action-link img { width: 36px; height: 36px; }

/* AI + CIIO supplied-image placement */
.ai-visual-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(240px, .85fr); gap: 16px; margin-top: 24px; }
.ai-visual-card { margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 18px 36px rgba(0,0,0,.22); }
.ai-visual-card img { width: 100%; height: 100%; max-height: 360px; object-fit: contain; background: #fff; display: block; }
.ai-visual-card.wide img { max-height: 320px; }
.ai-visual-card figcaption { padding: 12px 14px; color: #071f36; font-weight: 800; line-height: 1.35; }
@media (max-width: 900px) { .ai-visual-grid { grid-template-columns: 1fr; } .ai-visual-card img, .ai-visual-card.wide img { max-height: none; } }

/* Capability and classroom section repair */
.capability-section .section-heading { max-width: 860px; }
.capability-layout { max-width: 1180px; margin: 0 auto 22px; display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.75fr); gap: 20px; align-items: stretch; }
.capability-proof { display: grid; grid-template-columns: 116px 1fr; gap: 18px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.capability-proof img { width: 116px; height: 116px; object-fit: contain; }
.capability-proof strong { display: block; color: var(--navy); font-size: 1.15rem; margin-bottom: 4px; }
.capability-proof span { color: var(--muted); line-height: 1.5; }
.capability-card.emphasis { min-height: 100%; border-color: rgba(213,165,49,.55); background: linear-gradient(135deg, #fff, #fff8e5); }
.capability-cards .card { min-height: 250px; }
@media (max-width: 900px) { .capability-layout { grid-template-columns: 1fr; } .capability-proof { grid-template-columns: 92px 1fr; } .capability-proof img { width: 92px; height: 92px; } }

/* PMP and SMLA course card repair */
.pmp-credential-visual { display: grid; place-items: center; align-content: center; gap: 4px; color: #061c31; background: linear-gradient(135deg, #fff8e5, #eef6f7); text-align: center; }
.pmp-credential-visual .pmp-main { font-size: 3.4rem; line-height: .95; font-weight: 900; color: var(--navy); }
.pmp-credential-visual .pmp-sub { max-width: 260px; font-size: .95rem; font-weight: 900; text-transform: uppercase; }
.pmp-credential-visual .pmp-foot { color: var(--teal); font-size: .84rem; font-weight: 900; text-transform: uppercase; }
.smla-visual { display: grid; place-items: center; align-content: center; gap: 10px; background: linear-gradient(135deg, #061c31, #0b6f78); color: #fff; text-align: center; }
.smla-visual img { max-width: 210px; max-height: 72px; object-fit: contain; background: transparent; }
.smla-visual span { max-width: 260px; font-weight: 900; text-transform: uppercase; line-height: 1.2; }
.course-card-body .text-link + .text-link { margin-top: -4px; }

/* Contact, social, and partner logo update */
.contact-info-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.info-card { min-height: 150px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; display: grid; gap: 8px; align-content: start; box-shadow: 0 10px 22px rgba(23,32,51,.05); }
.info-card span { color: var(--teal); font-weight: 900; text-transform: uppercase; font-size: .78rem; letter-spacing: .04em; }
.info-card a, .info-card address, .info-card strong { color: var(--navy); font-style: normal; font-weight: 800; line-height: 1.4; overflow-wrap: anywhere; }
.social-actions .action-link { min-height: 86px; }
.social-actions .action-link img { width: 44px; height: 44px; }
.partner-logo { width: 100%; height: 94px; padding: 10px; object-fit: contain; border: 1px solid var(--line); border-radius: 8px; background: #fff; margin-bottom: 2px; }
@media (max-width: 900px) { .contact-info-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 520px) { .contact-info-grid { grid-template-columns: 1fr; } }

/* Homepage hero and action ribbon refinement */
.hero-home h1 { max-width: 760px; font-size: clamp(3rem, 7vw, 5.5rem); line-height: .94; }
.hero-home .hero-lede { max-width: 680px; }
.action-showcase .section-heading { max-width: 720px; }
.product-ribbon { margin: 6px 0 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 16px 34px rgba(23,32,51,.07); }
.ribbon-track { width: max-content; display: flex; gap: 14px; padding: 14px; animation: ttps-ribbon-scroll 38s linear infinite; }
.product-ribbon:hover .ribbon-track { animation-play-state: paused; }
.ribbon-track figure { flex: 0 0 210px; height: 172px; margin: 0; border: 1px solid rgba(6,35,61,.12); border-radius: 8px; overflow: hidden; background: #eef6f7; display: grid; grid-template-rows: 1fr auto; }
.ribbon-track img { width: 100%; height: 132px; object-fit: cover; object-position: center; display: block; background: #fff; }
.ribbon-track figcaption { padding: 8px 10px; color: var(--navy); font-weight: 900; font-size: .88rem; line-height: 1.15; background: #fff; }
.compact-actions { padding: 14px; }
.compact-actions .action-link { min-height: 68px; }
@keyframes ttps-ribbon-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ribbon-track { animation: none; flex-wrap: wrap; width: auto; } }
@media (max-width: 520px) { .hero-home h1 { font-size: 2.8rem; } .ribbon-track figure { flex-basis: 180px; height: 152px; } .ribbon-track img { height: 114px; } }

/* CEO letter page and partner-logo expansion */
.founder-letter-link { justify-self: start; margin-top: 4px; }
.ceo-letter-hero .page-hero { padding-bottom: 70px; }
.ceo-letter-layout { display: grid; grid-template-columns: minmax(240px,.42fr) minmax(0,1fr); gap: 24px; align-items: start; }
.ceo-letter-photo { min-height: 520px; }
.ceo-letter-photo figcaption { padding: 14px 16px; color: #fff; background: #071f36; font-weight: 900; line-height: 1.3; }
.ceo-letter-photo figcaption span { color: #3bd6de; }
.ceo-letter-card { padding: 34px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 16px 34px rgba(23,32,51,.08); }
.ceo-letter-card p { max-width: 780px; color: var(--muted); font-size: 1.04rem; }
.partner-card .partner-logo { align-self: start; }
@media (max-width: 900px) { .ceo-letter-layout { grid-template-columns: 1fr; } .ceo-letter-photo { min-height: 420px; } }

/* Product image and visual QA cleanup */
.product-card-grid .package-card { padding: 0; overflow: hidden; align-content: stretch; }
.package-media { height: 180px; background: #071f36; overflow: hidden; border-bottom: 1px solid var(--line); }
.package-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.package-body { padding: 20px; display: grid; gap: 10px; align-content: start; }
.package-body h2 { font-size: 1.45rem; line-height: 1.12; }
.package-body p { margin: 0; }
.partner-logo { background: #f8fafc; border-color: rgba(6,35,61,.08); }
.partner-card p { font-size: .97rem; line-height: 1.55; }
.ai-visual-card img { background: #fff; object-fit: contain; }
.ai-visual-card.wide img { object-fit: contain; }
.ribbon-track img { background: #fff; object-fit: contain; padding: 6px; box-sizing: border-box; }
@media (max-width: 520px) { .package-media { height: 150px; } }

/* OCR rematched product imagery */
.branded-request-visual { display: grid; place-items: center; align-content: center; gap: 10px; background: linear-gradient(135deg, #071f36, #0b6f78); color: #fff; }
.branded-request-visual img { width: 160px; height: auto; max-height: 86px; object-fit: contain; background: transparent; }
.branded-request-visual span { font-weight: 900; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .02em; text-align: center; }
.product-card-grid .package-media img { object-fit: contain; object-position: center; background: #fff; padding: 8px; box-sizing: border-box; } .product-card-grid .branded-request-visual img { background: transparent; padding: 0; }

/* Partner resource and PMP badge correction */
.pmp-badge-media { background: linear-gradient(135deg, #16062e, #f7f4fb); }
.pmp-badge-media img { max-height: 138px; filter: drop-shadow(0 10px 18px rgba(23,32,51,.18)); }
.external-resources .resource-card { min-height: 190px; border-color: rgba(11,111,120,.22); }
.external-resources .resource-card h3 { color: var(--navy); }
.workshop-visual span { max-width: 240px; }

/* Past performance detail correction */
.past-performance-card { min-height: 340px; }
.past-performance-card p, .performance-detail p { margin: 0; font-size: .94rem; line-height: 1.55; }
.past-performance-section .section-heading { max-width: 880px; }
.performance-detail { min-height: 360px; gap: 10px; border-color: rgba(11,111,120,.20); }
.performance-detail h3 { color: var(--navy); }
.performance-detail strong { color: var(--navy); }

/* WSB-only past performance and visual fit QA updates */
.wsb-performance-highlight { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 24px; align-items: stretch; min-height: 0; }
.wsb-performance-highlight h3 { font-size: 1.65rem; margin: 0 0 8px; }
.wsb-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: stretch; }
.metric-card { padding: 18px; border: 1px solid rgba(11,111,120,.22); border-radius: 8px; background: linear-gradient(135deg, #fff, #eef8f8); display: grid; gap: 8px; align-content: center; min-height: 132px; }
.metric-card strong { color: var(--navy); font-size: 1.9rem; line-height: 1; }
.metric-card span { color: var(--muted); font-weight: 800; line-height: 1.25; }
@media (max-width: 900px) { .wsb-performance-highlight { grid-template-columns: 1fr; } }


/* Capability statement federal readiness refinement */
.compact-list { margin: 0; padding-left: 18px; color: var(--muted); display: grid; gap: 8px; line-height: 1.45; }
.compact-list strong { color: var(--navy); }
.federal-readiness-card { border-color: rgba(213,165,49,.45); background: linear-gradient(135deg, #fff, #fffaf0); }
.capability-cards .card p + p { margin-top: 10px; }


/* Complete CEO letter layout */
.ceo-letter-card h3 { margin: 28px 0 10px; color: var(--navy); font-size: 1.45rem; line-height: 1.15; }
.letter-list { max-width: 780px; margin: 12px 0 18px; padding-left: 22px; color: var(--muted); line-height: 1.65; }
.letter-list li + li { margin-top: 6px; }
.ceo-letter-card .signature-line { margin-top: 28px; }


/* WSB form-summary past performance refinement */
.wsb-form-summary { grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); }
.form-summary-table { max-width: 720px; margin: 18px 0; border: 1px solid rgba(11,111,120,.22); border-radius: 8px; overflow: hidden; background: #fff; }
.form-summary-table div { display: grid; grid-template-columns: 1fr 56px; gap: 12px; align-items: center; padding: 10px 12px; border-bottom: 1px solid rgba(11,111,120,.14); }
.form-summary-table div:last-child { border-bottom: 0; }
.form-summary-table span { color: var(--muted); font-weight: 800; line-height: 1.25; }
.form-summary-table strong { color: var(--navy); text-align: right; font-size: 1.15rem; }
.form-score-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-score-grid .featured-score { grid-column: 1 / -1; background: linear-gradient(135deg, #071f36, #0b6f78); }
.form-score-grid .featured-score strong, .form-score-grid .featured-score span { color: #fff; }
@media (max-width: 900px) { .wsb-form-summary, .form-score-grid { grid-template-columns: 1fr; } .form-score-grid .featured-score { grid-column: auto; } }


/* WSB Microsoft Forms header correction */
.form-header-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 16px 0 18px; }
.form-header-strip div { padding: 14px; border: 1px solid rgba(11,111,120,.22); border-radius: 8px; background: #f5fbfc; }
.form-header-strip strong { display: block; color: #0b6f78; font-size: 1.45rem; line-height: 1; }
.form-header-strip span { display: block; margin-top: 6px; color: var(--muted); font-weight: 800; line-height: 1.2; }
@media (max-width: 640px) { .form-header-strip { grid-template-columns: 1fr; } }


/* WSB topic list without small response-count rows */
.topic-list div { grid-template-columns: 1fr; }
.topic-list span::before { content: '• '; color: #0b6f78; font-weight: 900; }


.business-listing { display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: center; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 16px 34px rgba(23,32,51,.07); }
.business-listing-logo { min-height: 150px; display: grid; place-items: center; border-right: 1px solid var(--line); }
.business-listing-logo img { max-width: 190px; height: auto; object-fit: contain; }
.business-listing dl { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px 22px; margin: 0; }
.business-listing dt { color: var(--teal); font-weight: 900; text-transform: uppercase; font-size: .78rem; letter-spacing: .04em; margin-bottom: 4px; }
.business-listing dd { margin: 0; color: var(--navy); font-weight: 800; line-height: 1.45; overflow-wrap: anywhere; }
.business-listing a { color: var(--navy); }
@media (max-width: 760px) { .business-listing { grid-template-columns: 1fr; } .business-listing-logo { border-right: 0; border-bottom: 1px solid var(--line); padding-bottom: 18px; } .business-listing dl { grid-template-columns: 1fr; } }

.standout-link { color: #0b57d0 !important; text-decoration: underline; text-underline-offset: 3px; font-weight: 900; }
.standout-link:hover, .standout-link:focus { color: #063b8f !important; }

.review-callout-row { grid-column: span 2; }
.review-callout { min-height: 76px; padding: 0; display: flex; align-items: center; gap: 16px; overflow: visible; }
.review-arrow { flex: 0 0 150px; width: 150px; height: 76px; display: inline-flex; align-items: center; justify-content: center; }
.review-arrow svg { width: 150px; height: 76px; overflow: visible; }
.review-arrow path { fill: none; stroke: #e11d2e; stroke-width: 12; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 7px 8px rgba(225,29,46,.22)); }
@media (max-width: 760px) { .review-callout-row { grid-column: auto; } .review-callout { min-height: 68px; gap: 12px; } .review-arrow { flex-basis: 112px; width: 112px; height: 58px; } .review-arrow svg { width: 112px; height: 58px; } .review-arrow path { stroke-width: 10; } }
.about-review-panel { display: grid; grid-template-columns: 190px 1fr; gap: 16px; align-items: stretch; }
.review-score-card, .review-summary-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 24px; box-shadow: 0 14px 28px rgba(23,32,51,.06); }
.review-score-card { display: grid; place-items: center; text-align: center; gap: 8px; }
.review-score-card strong { color: var(--navy); font-size: 3.5rem; line-height: 1; letter-spacing: 0; }
.review-score-card span { color: var(--teal); font-weight: 900; text-transform: uppercase; font-size: .85rem; }
.review-score-card em { color: var(--muted); font-size: .92rem; font-style: normal; line-height: 1.35; }
.review-summary-card { display: grid; align-content: center; gap: 12px; }
.review-summary-card h3 { margin: 0; color: var(--navy); }
.review-summary-card p { margin: 0; color: var(--muted); }
.review-source-link { font-size: 1.05rem; }
@media (max-width: 760px) { .about-review-panel { grid-template-columns: 1fr; } }
.google-review-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 12px; }
.google-review-card { padding: 14px; border: 1px solid var(--line); border-radius: 8px; background: #fbfdff; display: grid; gap: 6px; }
.google-review-card strong { color: var(--navy); font-size: 1rem; }
.google-review-card span { color: var(--teal); font-weight: 900; font-size: .78rem; text-transform: uppercase; }
.google-review-card p { margin: 0; color: var(--muted); font-size: .95rem; line-height: 1.45; }
@media (max-width: 760px) { .google-review-grid { grid-template-columns: 1fr; } }

/* TTPS lesson-learned rotating banner update */
.hero,
.page-hero {
  position: relative;
  overflow: hidden;
}
.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(6,35,61,.88), rgba(11,111,120,.62), rgba(23,32,51,.88)),
    var(--ttps-hero-bg, none) center center / cover no-repeat;
  opacity: .92;
}
.page-hero::before {
  background:
    linear-gradient(135deg, rgba(246,248,251,.92), rgba(251,246,234,.84)),
    var(--ttps-hero-bg, none) center center / cover no-repeat;
}
.hero > *,
.page-hero > * {
  position: relative;
  z-index: 1;
}
.hero.fit-wide::before,
.page-hero.fit-wide::before {
  background-position: center 44%;
}
.hero.fit-portrait::before,
.page-hero.fit-portrait::before {
  background-size: min(100vw, 760px) auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--navy);
}
.footer-social a {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.footer-social a:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  box-shadow: 0 10px 20px rgba(23,32,51,.12);
}

/* Site icon reliability update - keep platform buttons visible after S3 deployment. */
.footer-social img,
.not-found-social img,
.social-actions .action-link img,
.action-link img {
  object-fit: contain;
  flex: 0 0 auto;
}

/* TTPS homepage repair: keep rotating banner behind content and simplify the top page. */
.hero-home {
  min-height: 560px;
  align-items: center;
  background: var(--navy);
}

.hero-home::before {
  background:
    linear-gradient(90deg, rgba(6,35,61,.98) 0%, rgba(6,35,61,.94) 45%, rgba(6,35,61,.74) 100%),
    var(--ttps-hero-bg, none) right center / min(48vw, 620px) auto no-repeat;
  opacity: 1;
}

.hero-home.fit-portrait::before {
  background:
    linear-gradient(90deg, rgba(6,35,61,.98) 0%, rgba(6,35,61,.94) 48%, rgba(6,35,61,.78) 100%),
    var(--ttps-hero-bg, none) right center / min(38vw, 460px) auto no-repeat;
  background-color: var(--navy);
}

.hero-home .hero-overlay {
  padding-top: 72px;
  padding-bottom: 72px;
}

.hero-home h1 {
  max-width: 720px;
  font-size: clamp(2.8rem, 5.8vw, 4.8rem);
  line-height: 1;
}

.hero-home .cta-note {
  max-width: 620px;
}

.intro-band {
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 24px 10px;
  color: var(--navy);
}

.intro-band p {
  margin: 0;
  max-width: 920px;
  font-size: 1.05rem;
}

.quick-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-link-row .button {
  min-height: 46px;
}

@media (max-width: 760px) {
  .hero-home::before,
  .hero-home.fit-portrait::before {
    background:
      linear-gradient(180deg, rgba(6,35,61,.98), rgba(6,35,61,.9)),
      var(--ttps-hero-bg, none) center bottom / min(86vw, 420px) auto no-repeat;
  }
}
/* TTPS contrast and compliance visibility update - 2026-08-15 */
.page-hero {
  background: var(--navy);
  color: #fff;
}
.page-hero::before {
  background:
    linear-gradient(135deg, rgba(6,35,61,.96), rgba(11,111,120,.82), rgba(23,32,51,.94)),
    var(--ttps-hero-bg, none) center center / cover no-repeat;
  opacity: 1;
}
.page-hero h1,
.page-hero h2,
.page-hero h3 {
  color: #fff;
}
.page-hero p {
  color: rgba(255,255,255,.88);
}
.page-hero .eyebrow {
  color: var(--focus);
}
.page-hero .button.secondary.dark {
  border-color: rgba(255,255,255,.72);
  color: #fff;
  background: rgba(255,255,255,.08);
}
.proof-band,
.compliance-band {
  max-width: none;
  margin: 0;
  background: #101827;
  color: #fff;
}
.proof-band > *,
.compliance-band > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.proof-band h2,
.proof-band h3,
.compliance-band h2,
.compliance-band h3 {
  color: #fff;
}
.proof-band .section-heading p,
.compliance-band .section-heading p {
  color: rgba(255,255,255,.82);
}
.proof-band .eyebrow,
.compliance-band .eyebrow {
  color: var(--focus);
}
.proof-grid .card,
.compliance-grid .card {
  border-color: rgba(255,255,255,.18);
  background: #172033;
  box-shadow: none;
}
.proof-grid .card p,
.proof-grid .small-note,
.compliance-grid .card p,
.compliance-grid .small-note {
  color: rgba(255,255,255,.82);
}
.proof-grid .card strong,
.compliance-grid .card strong {
  color: #fff;
}
/* TTPS public proof asset and contrast refresh - 2026-08-16 */
:root {
  --steel-blue: #d9e6ef;
  --blue-panel: #e8f1f7;
  --deep-border: rgba(6,35,61,.38);
}
body {
  background: #dfeaf2;
}
.section:not(.proof-band):not(.compliance-band):not(.system-band):not(.section-tint) {
  background: #edf4f8;
  border-top: 1px solid rgba(6,35,61,.08);
}
.section-tint {
  background: #dbe8f1;
}
.card,
.service-row,
.visual-panel,
.info-card,
.review-score-card,
.review-summary-card,
.impact-item,
.operating-principles,
.action-link {
  border-color: var(--deep-border);
  box-shadow: 0 12px 26px rgba(23,32,51,.08);
}
.card:nth-child(even),
.service-row:nth-child(even),
.capability-card.emphasis {
  border-color: rgba(16,24,39,.50);
}
.course-media,
.visual-panel,
.action-grid {
  background: linear-gradient(135deg, #dcebf3, #f8fbfd);
}
.credential-feature {
  max-width: 1180px;
  margin: 0 auto 20px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.04));
}
.credential-feature h3 {
  color: #fff;
  font-size: 1.75rem;
}
.credential-feature p {
  color: rgba(255,255,255,.86);
}
.credential-copy {
  display: grid;
  gap: 12px;
}
.link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 4px 0;
}
.proof-band .button.secondary.dark {
  border-color: rgba(255,255,255,.74);
  color: #fff;
  background: rgba(255,255,255,.08);
}
.dir-seal-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.dir-seal-row figure {
  margin: 0;
  min-height: 230px;
  padding: 18px;
  display: grid;
  place-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 8px;
  background: #fff;
}
.dir-seal-row img {
  max-height: 164px;
  object-fit: contain;
}
.dir-seal-row figcaption {
  color: var(--navy);
  font-weight: 900;
  text-transform: uppercase;
  font-size: .82rem;
}
.mini-seals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.mini-seals img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  padding: 6px;
  border: 1px solid rgba(6,35,61,.28);
  border-radius: 8px;
  background: #fff;
}
.light-link {
  color: #9be7ef;
}
.proof-grid .card,
.compliance-grid .card {
  border-color: rgba(255,255,255,.30);
  background: #0f2a43;
}
.proof-grid .card:nth-child(even),
.compliance-grid .card:nth-child(even) {
  background: #151f2f;
  border-color: rgba(213,165,49,.45);
}
@media (max-width: 900px) {
  .credential-feature,
  .dir-seal-row {
    grid-template-columns: 1fr;
  }
  .dir-seal-row figure {
    min-height: 190px;
  }
}



/* 2026-08-21 Executive journey optimization */
.path-section { background: #fff; }
.path-card { border-color: rgba(6,35,61,.28); box-shadow: 0 12px 26px rgba(23,32,51,.07); }
.path-card h3 { font-size: 1.3rem; }
.trust-strip-compact { max-width: 1180px; margin: 0 auto 18px; padding: 18px 24px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.trust-strip-compact a { min-height: 104px; padding: 16px; border: 1px solid rgba(6,35,61,.28); border-left: 5px solid var(--teal); border-radius: 8px; background: #071f36; color: #fff; display: grid; gap: 6px; align-content: start; }
.trust-strip-compact span { color: #f0c85a; font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.trust-strip-compact strong { color: #fff; line-height: 1.35; }
.dark-panel { background: linear-gradient(135deg, #071f36, #12314f); color: #fff; border-color: rgba(6,35,61,.36); }
.dark-panel strong { color: #fff; }
.dark-panel p { color: rgba(255,255,255,.82); }
.service-choice, .learner-router, .partner-with-section, .contact-router { background: #fff; }
.card-grid.five { grid-template-columns: repeat(5, minmax(0,1fr)); }
.card, .service-row, .info-card, .action-link, .package-card, .signal-card { border-color: rgba(6,35,61,.25); }
.section-tint { background: #eef4f8; border-top: 1px solid rgba(6,35,61,.12); border-bottom: 1px solid rgba(6,35,61,.12); }
.card:nth-child(even) { border-top-color: var(--teal); }
.card:nth-child(odd) { border-top-color: var(--navy); }
.button.secondary.dark { background: #fff; }
.page-hero { background: #fff; border-bottom: 1px solid rgba(6,35,61,.12); }
@media (max-width: 900px) {
  .trust-strip-compact, .card-grid.five { grid-template-columns: 1fr 1fr; }
  .top-nav { align-items: flex-start; gap: 10px; }
  .brand img { width: 128px; }
  .nav-links { width: 100%; flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding-bottom: 6px; }
  .nav-links a { flex: 0 0 auto; }
  .hero { min-height: auto; }
  .hero-overlay { padding-top: 52px; padding-bottom: 42px; }
}
@media (max-width: 520px) {
  .trust-strip-compact, .card-grid.five { grid-template-columns: 1fr; padding-left: 18px; padding-right: 18px; }
  .hero-home h1 { font-size: 2.35rem; line-height: 1.02; }
  .hero-actions .button { flex: 1 1 190px; }
  .card.compact { min-height: auto; }
}


/* 2026-08-21 mobile CTA correction */
@media (max-width: 520px) {
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; gap: 10px; }
  .hero-actions .button { width: 100%; min-width: 0; white-space: normal; text-align: center; }
  .hero-lede { font-size: 1rem; line-height: 1.55; }
  .hero-overlay { padding-top: 42px; padding-bottom: 36px; }
}


/* 2026-08-21 mobile headline overflow correction */
@media (max-width: 520px) {
  html, body { overflow-x: hidden; }
  .hero-home h1 { max-width: 100%; font-size: 2rem; line-height: 1.06; }
  .hero-overlay { max-width: 100%; }
}


/* 2026-08-21 narrow viewport hardening */
@media (max-width: 760px) {
  html, body { overflow-x: hidden; }
  .hero-home h1 { max-width: 100%; font-size: 1.85rem; line-height: 1.08; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; gap: 10px; }
  .hero-actions .button { width: 100%; min-width: 0; white-space: normal; text-align: center; }
  .hero-lede { max-width: 100%; font-size: 1rem; line-height: 1.52; }
}


/* 2026-08-21 edge mobile capture hardening */
@media (max-width: 900px) {
  html, body { overflow-x: hidden; }
  .hero-home h1 { max-width: 100%; font-size: 1.75rem; line-height: 1.1; }
  .hero-home .hero-lede { max-width: 100%; font-size: .98rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; gap: 10px; }
  .hero-actions .button { width: 100%; min-width: 0; white-space: normal; text-align: center; }
}


/* 2026-08-21 final mobile headline measure */
@media (max-width: 900px) {
  .hero-home h1 { width: 330px; max-width: 330px; font-size: 1.75rem; line-height: 1.1; }
}


/* 2026-08-21 final mobile lede measure */
@media (max-width: 900px) {
  .hero-home .hero-lede, .hero-home .cta-note { width: 330px; max-width: 330px; }
}
