/* ============================================================
   Connect Centre Group — Website Redesign v3
   Mockup layout (asset/Image 1–7) · live-site colour scheme
   Purple #796CB4 / #594F85 · Teal #006C68 · Lora serif + Mulish
   ============================================================ */

@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/Lora-italic-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('fonts/Lora-normal-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/Mulish-normal-var.woff2') format('woff2');
}

:root {
  --navy: #594F85;         /* dark bands — live-site deep purple (kit 1a879b4) */
  --navy-mid: #6E62A4;     /* stats band — live-site mid purple */
  --navy-top: #EFEFF3;     /* topbar — light grey like live site */
  --navy-foot: #4A4272;    /* footer — deep purple */
  --ink: #202020;          /* headings on light */
  --body: #54595F;         /* body text */
  --muted: #7A7A7A;
  --gold: #796CB4;         /* primary purple (kit 95ebf6e) — buttons, fills */
  --gold-bright: #C7BCEC;  /* on-dark accent text (light lavender) */
  --gold-deep: #594F85;    /* purple as TEXT on white (contrast-safe 7.5:1) */
  --line: #E7E6EF;
  --strip: #EEEFF2;
  --paper: #FFFFFF;
  --canvas: #FFFFFF;
  --font-serif: 'Lora', Georgia, serif;
  --font-sans: 'Mulish', 'Segoe UI', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
:target, [id] { scroll-margin-top: 96px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--font-sans);
  font-size: 16px; line-height: 1.7;
  color: var(--body); background: var(--canvas);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { font-family: inherit; cursor: pointer; }

.wrap { max-width: 1150px; margin: 0 auto; padding: 0 24px; }

/* ---------- type ---------- */
h1, h2, h3.serif, .serif { font-family: var(--font-serif); font-weight: 600; letter-spacing: 0; }
.h-hero { font-size: clamp(32px, 3.2vw, 46px); line-height: 1.16; color: #fff; font-weight: 600; }
.h-hero em { font-style: normal; color: var(--gold-bright); }
.h-sec { font-size: clamp(28px, 3.4vw, 40px); line-height: 1.18; color: var(--ink); }
.h-sec em { font-style: normal; color: var(--gold-deep); }
.h-sec .gold-line { color: var(--gold-deep); display: block; }

.kicker {
  display: block; font-family: var(--font-sans);
  font-size: 12.5px; font-weight: 800; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--gold-deep); margin-bottom: 16px;
}
.kicker--ondark { color: var(--gold-bright); }
.center { text-align: center; }
.lede { font-size: 16px; color: var(--body); max-width: 62ch; }
.num { font-variant-numeric: tabular-nums; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px; border-radius: 999px; white-space: nowrap;
  font-weight: 700; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase;
  border: 1.5px solid transparent;
  transition: transform 160ms ease-out, box-shadow 160ms ease-out, background 160ms ease-out, border-color 160ms ease-out;
}
.btn svg { flex: none; }
.btn-gold { background: var(--gold); color: #FFFFFF; }
.btn-gold:hover { background: #594F85; transform: translateY(-1px); box-shadow: 0 10px 26px rgba(121,108,180,0.4); }
.btn-outline { border-color: rgba(255,255,255,0.55); color: #fff; background: transparent; }
.btn-outline:hover { border-color: #fff; transform: translateY(-1px); }
.btn-navy { background: #594F85; color: #fff; }
.btn-navy:hover { background: #4A4272; transform: translateY(-1px); box-shadow: 0 10px 24px rgba(74,66,114,0.35); }
.btn-ghost2 { border: 1.5px solid var(--line); color: var(--ink); background: #fff; }
.btn-ghost2:hover { border-color: var(--ink); transform: translateY(-1px); }
.btn:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; border-radius: 8px; }

/* ---------- topbar ---------- */
.topbar { background: var(--navy-top); color: #4B4B52; font-size: 12.5px; border-bottom: 1px solid #E3E2EA; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 40px; gap: 18px; }
.topbar a { color: #202020; font-weight: 700; display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar a:hover { text-decoration: underline; }
.topbar svg { color: var(--gold); flex: none; }
.topbar-left, .topbar-right { display: flex; gap: 22px; align-items: center; }
.topbar-mid { display: flex; flex-direction: column; gap: 3px; padding: 6px 0; }
.topbar-mid .tb-addr { display: flex; align-items: flex-start; gap: 7px; line-height: 1.45; }
.topbar-mid .tb-addr svg { margin-top: 2px; }
.topbar-mid b { color: #202020; font-weight: 800; white-space: nowrap; }
.topbar-right a { width: 26px; height: 26px; justify-content: center; }
.topbar-right svg { color: #796CB4; }

/* ---------- header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.96); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 78px; gap: 24px; }
.logo img { height: 46px; width: auto; }
.logo-foot img { height: 52px; width: auto; background: #fff; border-radius: 10px; }

.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav > a {
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink); padding: 6px 2px; position: relative; white-space: nowrap;
}
.main-nav > a:hover { color: var(--gold-deep); }
.main-nav > a[aria-current="page"] { color: var(--gold-deep); }
.nav-new {
  font-size: 9.5px; font-weight: 800; letter-spacing: 0.06em;
  background: #EDEAF8; color: var(--gold-deep);
  padding: 2.5px 7px; border-radius: 999px; margin-left: 6px; vertical-align: 2px;
}
.nav-mobile-extra { display: none; }
.header-cta { display: flex; align-items: center; gap: 14px; }
.nav-toggle {
  display: none; background: none; border: 1.5px solid var(--line); border-radius: 10px;
  width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--ink);
}

/* ---------- hero ---------- */
.hero { background: var(--navy); color: #DDD8EE; position: relative; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: minmax(0, 46%) minmax(0, 54%); align-items: center; min-height: 520px; }
.hero-copy { padding: 56px 40px 56px max(24px, calc((100vw - 1150px) / 2 + 24px)); position: relative; z-index: 2; }
.hero-copy .lede { color: #DDD8EE; font-size: 15.5px; margin: 22px 0 32px; max-width: 42ch; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-scroll {
  display: inline-flex; align-items: center; gap: 12px; margin-top: 44px;
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #C5BEE0;
}
.hero-scroll .ring {
  width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.4);
  display: grid; place-items: center; color: #fff;
}
.hero-media { position: relative; align-self: stretch; min-height: 380px; overflow: hidden; }
.hero-media img, .hero-media video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  transition: opacity 500ms ease;
}
.hero-media video {
  animation: heroKenBurns 20s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes heroKenBurns {
  0% { transform: scale(1); }
  100% { transform: scale(1.08); }
}
.hero-media::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, var(--navy) 0%, var(--navy) 8%, rgba(89,79,133,0.72) 20%, rgba(89,79,133,0.42) 38%, rgba(89,79,133,0.3) 62%, rgba(89,79,133,0.4) 100%);
  mix-blend-mode: multiply;
}
.hero-media::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(130% 110% at 50% 38%, rgba(18,13,34,0) 32%, rgba(18,13,34,0.34) 78%, rgba(18,13,34,0.58) 100%),
    linear-gradient(0deg, rgba(10,8,20,0.7) 0%, rgba(10,8,20,0.16) 26%, rgba(10,8,20,0) 46%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.hero-arc {
  position: absolute; z-index: 2; border-radius: 50%; box-sizing: border-box;
  border: 2px solid transparent; pointer-events: none;
  animation: heroArcSpin linear infinite;
}
.hero-arc.a1 {
  width: 520px; height: 520px; right: -160px; bottom: -300px;
  border-top-color: rgba(111,211,203,0.78); border-right-color: rgba(111,211,203,0.32);
  animation-duration: 52s;
}
.hero-arc.a2 {
  width: 340px; height: 340px; right: 60px; top: -220px;
  border-top-color: rgba(111,211,203,0.5); border-left-color: rgba(111,211,203,0.22);
  animation-duration: 34s; animation-direction: reverse;
}
@keyframes heroArcSpin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.hero-badge {
  position: absolute; z-index: 3; left: 24px; bottom: 24px;
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(10,8,20,0.42); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff; font-size: 11.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 10px 16px 10px 12px; border-radius: 999px;
}
.pulse-dot { position: relative; width: 8px; height: 8px; border-radius: 50%; background: #6FD3CB; flex: none; }
.pulse-dot::after {
  content: ""; position: absolute; inset: -6px; border-radius: 50%; border: 1.5px solid #6FD3CB;
  animation: heroPulseRing 2.2s ease-out infinite;
}
@keyframes heroPulseRing { 0% { transform: scale(0.6); opacity: 0.9; } 100% { transform: scale(2); opacity: 0; } }

/* ---------- about ---------- */
.section { padding: 64px 0; }
.about-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(0, 6fr); gap: 64px; align-items: center; }
.about-grid .lede + .lede { margin-top: 16px; }
.about-grid .btn { margin-top: 32px; }
.about-media { position: relative; }
.about-media img { border-radius: 14px; width: 100%; height: auto; box-shadow: 0 24px 60px rgba(74,66,114,0.2); position: relative; z-index: 1; }
.about-media::after {
  content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%;
  border: 2px solid rgba(121,108,180,0.5); left: -60px; bottom: -60px; z-index: 0;
}

/* ---------- stats band ---------- */
.stats-band { background: var(--navy-mid); border-radius: 16px; color: #fff; padding: 30px 44px; margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.stat-item { display: flex; align-items: center; gap: 18px; }
.stat-item + .stat-item { border-left: 1px solid rgba(255,255,255,0.18); padding-left: 40px; }
.stat-item svg { color: #C7BCEC; flex: none; }
.flag-row { display: flex; gap: 6px; flex: none; align-items: center; }
.flag { width: 27px; height: 18px; border-radius: 3.5px; box-shadow: 0 0 0 1px rgba(255,255,255,0.35), 0 2px 6px rgba(0,0,0,0.18); display: block; }
.stat-item .t b { display: block; font-weight: 800; font-size: 15.5px; color: #fff; line-height: 1.35; }
.stat-item .t span { font-size: 13.5px; color: #CFC9E6; }

/* ---------- commitment cards ---------- */
.commit { padding-top: 56px; }
.commit-head { max-width: 640px; margin: 0 auto 38px; }
.commit-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.commit-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 10px;
  padding: 34px 22px 30px; text-align: center;
  transition: transform 200ms ease-out, box-shadow 200ms ease-out;
}
.commit-card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(20,40,60,0.1); }
.commit-card svg { margin: 0 auto 20px; color: var(--navy-mid); display: block; }
.commit-card svg .gold { color: var(--gold); }
.commit-card h3 { font-family: var(--font-sans); font-size: 15px; font-weight: 800; color: var(--ink); line-height: 1.4; margin-bottom: 12px; }
.commit-card p { font-size: 13px; line-height: 1.6; color: var(--muted); }

/* ---------- solutions (navy band) ---------- */
.solutions { background: var(--navy); color: #D6D0EA; position: relative; overflow: hidden; }
.solutions::before {
  content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%;
  border: 1.5px solid rgba(111,211,203,0.28); right: -240px; top: -380px; pointer-events: none;
}
.solutions .wrap { position: relative; }
.solutions .h-sec { color: #fff; }
.solutions .lede { color: #D6D0EA; font-size: 15px; margin-top: 14px; max-width: 58ch; }
.sol-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 36px; }
.sol-card {
  background: #fff; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column;
  transition: transform 200ms ease-out, box-shadow 200ms ease-out;
}
.sol-card:hover { transform: translateY(-4px); box-shadow: 0 22px 48px rgba(0,0,0,0.3); }
.sol-media { position: relative; }
.sol-media img { width: 100%; height: 128px; object-fit: cover; }
.sol-icon {
  position: absolute; left: 18px; bottom: -22px;
  width: 48px; height: 48px; border-radius: 50%; background: #fff;
  display: grid; place-items: center; color: var(--navy-mid);
  box-shadow: 0 6px 16px rgba(74,66,114,0.2);
}
.sol-body { padding: 34px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.sol-body h3 { font-family: var(--font-sans); font-size: 16px; font-weight: 800; color: var(--ink); line-height: 1.35; margin-bottom: 10px; }
.sol-body p { font-size: 13.5px; color: var(--muted); flex: 1; }
.sol-more {
  margin-top: 18px; font-size: 11.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold-deep); display: inline-flex; align-items: center; gap: 8px;
}
.sol-card:hover .sol-more { color: var(--gold); }

/* ---------- industries ---------- */
.industries-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 56px; align-items: start; }
.ind-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ind-tile {
  position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 3 / 2;
  background: var(--navy); transition: transform 220ms ease-out, box-shadow 220ms ease-out;
}
.ind-tile:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(74,66,114,0.28); }
.ind-tile img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.6,.2,1);
}
.ind-tile:hover img { transform: scale(1.07); }
.ind-tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(0deg, rgba(26,16,52,0.82) 0%, rgba(26,16,52,0.25) 42%, rgba(26,16,52,0) 65%);
}
.ind-tile span {
  position: absolute; left: 14px; right: 14px; bottom: 12px; z-index: 1;
  font-size: 13.5px; font-weight: 800; color: #fff; line-height: 1.35;
  text-shadow: 0 1px 8px rgba(0,0,0,0.35);
}
.ind-tile svg { display: none; }

/* ---------- clients strip ---------- */
.clients { padding: 8px 0 64px; }
.clients-strip { background: transparent; padding: 8px 0 0; text-align: center; }
.clients-strip .kicker { display: block; }
.clients-strip h2 { font-size: clamp(22px, 2.4vw, 30px); color: var(--ink); margin-bottom: 12px; }
.clients-sub { font-size: 14.5px; color: var(--body); max-width: 62ch; margin: 0 auto 38px; }
.client-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 30px 24px; align-items: center; }
.client-cell {
  background: transparent; border: 0; height: 72px;
  display: grid; place-items: center; padding: 6px 14px;
  transition: transform 200ms ease-out, filter 200ms ease-out, opacity 200ms ease-out;
}
.client-cell:hover { transform: translateY(-2px); }
.client-cell img { max-height: 46px; max-width: 100%; width: auto; height: auto; object-fit: contain; display: block; }
@media (max-width: 1080px) { .client-grid { grid-template-columns: repeat(3, 1fr); gap: 28px 20px; } }

/* ---------- testimonials ---------- */
.tsts { padding-top: 0; }
.tst-head { max-width: 640px; margin: 0 auto 36px; }
.tst-scroller { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.tst-card {
  background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px 26px 22px;
  display: flex; flex-direction: column;
}
.tst-card .brand { height: 54px; width: auto; max-width: 78%; object-fit: contain; align-self: flex-start; margin-bottom: 18px; }
.tst-card blockquote { font-size: 13px; line-height: 1.55; color: var(--body); flex: 1; }
.tst-card blockquote p + p { margin-top: 8px; }
.tst-person { display: flex; align-items: baseline; gap: 8px; margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.tst-person b { font-size: 12.5px; font-weight: 800; color: var(--ink); line-height: 1.3; }
.tst-person span { font-size: 11.5px; color: var(--muted); line-height: 1.4; }
.tst-person span::before { content: "— "; }
.tst-dots { display: none; justify-content: center; gap: 8px; margin-top: 24px; }
.tst-dots button { position: relative; width: 8px; height: 8px; border-radius: 50%; border: 0; background: #D5DAE3; padding: 0; }
.tst-dots button::before { content: ""; position: absolute; inset: -14px; }  /* expand tap target to ~36px without changing visual size */
.tst-dots button.on { background: var(--gold); }

/* ---------- CSR band ---------- */
.csr .csr-card {
  background: #F4F2FA; border: 1px solid #E2DEF0; border-radius: 16px;
  display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: 48px; align-items: center;
  padding: 40px 48px 40px 40px; overflow: hidden;
}
.csr-media img { border-radius: 12px; width: 100%; height: 100%; object-fit: cover; min-height: 240px; }
.csr-body .lede { font-size: 14.5px; margin-top: 14px; }
.csr-points { display: flex; gap: 36px; flex-wrap: wrap; margin-top: 30px; }
.csr-points li { display: flex; align-items: center; gap: 12px; font-family: var(--font-serif); font-size: 16.5px; color: var(--ink); }
.csr-points svg { color: #796CB4; flex: none; }

/* ---------- blog ---------- */
.blog-head { max-width: 640px; margin: 0 auto 36px; }
.blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px 28px; }
.blog-card { display: flex; flex-direction: column; }
.blog-card img { border-radius: 14px; width: 100%; aspect-ratio: 16 / 9; height: auto; object-fit: cover; margin-bottom: 18px; transition: transform 300ms ease-out, box-shadow 300ms ease-out; }
.blog-card:hover img { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(74,66,114,0.18); }
.blog-card h3 { font-family: var(--font-sans); font-size: 16.5px; font-weight: 800; color: var(--ink); line-height: 1.45; flex: 1; }
.blog-card:hover h3 { color: var(--gold-deep); }
.blog-card time { font-size: 12.5px; color: var(--muted); margin-top: 12px; }
.blog-cta { text-align: center; margin-top: 32px; }

/* ---------- FAQ ---------- */
.faq { background: #F7F7FA; }
.faq-grid { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 8fr); gap: 64px; align-items: start; }
.faq-left .dash { width: 44px; height: 3px; background: var(--gold); border-radius: 2px; margin-top: 22px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 10px; margin-bottom: 14px; }
.faq-q {
  width: 100%; background: none; border: 0; text-align: left;
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
  padding: 20px 24px; font-size: 15.5px; font-weight: 800; color: var(--ink); font-family: var(--font-sans);
}
.faq-q .sign { flex: none; color: var(--gold-deep); font-size: 22px; font-weight: 400; line-height: 1; }
.faq-a { padding: 0 24px 20px; font-size: 14.5px; color: var(--body); display: none; max-width: 72ch; }
.faq-item.open .faq-a { display: block; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy-foot); color: #BFB8DB; padding: 64px 0 0; font-size: 13.5px; }
.footer-grid { display: grid; grid-template-columns: minmax(0,3.2fr) minmax(0,3.4fr) minmax(0,2.2fr) minmax(0,3fr) minmax(0,2.2fr); gap: 40px; padding-bottom: 48px; }
.footer-about { margin-top: 18px; max-width: 30ch; line-height: 1.7; }
.footer-col h4 { font-family: var(--font-serif); font-size: 16.5px; color: #C7BCEC; margin-bottom: 20px; font-weight: 600; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { color: #D6D0EA; }
.footer-col a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 14px; color: #D6D0EA; }
.footer-contact svg { color: #C7BCEC; flex: none; margin-top: 3px; }
.footer-social { display: flex; gap: 12px; flex-wrap: wrap; }
.footer-social a {
  flex: 0 0 auto;
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.28);
  display: grid; place-items: center; color: #fff;
  transition: background 160ms ease-out, border-color 160ms ease-out;
}
.footer-social a svg { display: block; }
.footer-social a:hover { background: #fff; border-color: #fff; color: #594F85; }
.footer-base {
  border-top: 1px solid rgba(255,255,255,0.12); padding: 22px 0;
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 12.5px;
}
.footer-base a:hover { color: #fff; }

/* ============================================================
   TRAINING PAGE (re-themed to navy/gold system)
   ============================================================ */
html.rv .reveal { opacity: 0; transform: translateY(18px); transition: opacity 520ms ease-out, transform 520ms ease-out; }
html.rv .reveal.in { opacity: 1; transform: none; }

.t-hero { background: var(--paper); border-bottom: 1px solid var(--line); overflow: hidden; }
.t-hero-grid { display: grid; grid-template-columns: minmax(0,7fr) minmax(0,4fr); gap: 64px; align-items: center; padding-top: 88px; padding-bottom: 88px; }
.t-hero h1 { font-size: clamp(34px, 4.6vw, 56px); line-height: 1.14; color: var(--ink); }
.t-hero h1 em { font-style: normal; color: var(--gold-deep); }
.t-hero .lede { margin: 24px 0 34px; }
.t-hero-big { border-left: 1px solid var(--line); padding-left: 52px; }
.t-hero-big .giant {
  font-family: var(--font-serif); font-weight: 700; line-height: 0.9;
  font-size: clamp(110px, 15vw, 200px); letter-spacing: -0.02em;
  background: linear-gradient(160deg, #202020 25%, #796CB4 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.t-hero-big p { color: var(--muted); font-size: 14.5px; margin-top: 14px; max-width: 30ch; }

.section-head { max-width: 720px; margin-bottom: 40px; }
.section-head .lede { margin-top: 16px; }

.cat-list { border-top: 1px solid var(--line); }
.cat-row {
  display: grid; grid-template-columns: 100px minmax(0,1fr) auto; gap: 32px; align-items: center;
  padding: 38px 20px; margin: 0 -20px; border-bottom: 1px solid var(--line); border-radius: 12px;
  transition: background 200ms ease-out;
}
.cat-row:hover { background: #F7F7FA; }
.cat-idx {
  font-family: var(--font-serif); font-weight: 700; font-size: clamp(28px, 3.2vw, 42px);
  color: transparent; -webkit-text-stroke: 1.5px var(--gold); line-height: 1;
}
.cat-main h3 { font-family: var(--font-serif); font-size: clamp(20px, 2.3vw, 26px); font-weight: 600; color: var(--ink); margin-bottom: 14px; }
.topic-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.topic-chips li {
  font-size: 13px; font-weight: 600; color: var(--body);
  border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 6px 14px;
}
.cat-row--feature .cat-main h3::after {
  content: "AI"; font-family: var(--font-sans); font-size: 10.5px; font-weight: 800; letter-spacing: 0.1em;
  color: #FFFFFF; background: var(--gold); border-radius: 999px; padding: 3px 9px; margin-left: 12px; vertical-align: 4px;
}
.cat-go {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid var(--line);
  color: var(--gold-deep); background: #fff;
  transition: border-color 160ms ease-out, background 160ms ease-out, color 160ms ease-out, transform 160ms ease-out;
}
.cat-row:hover .cat-go, .cat-go:hover { border-color: var(--gold); background: var(--gold); color: #FFFFFF; transform: translateY(-1px); }
.cat-foot { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 34px 0 0; flex-wrap: wrap; }
.cat-foot p { font-size: 16px; color: var(--body); font-weight: 600; max-width: 46ch; }

.how-teach { background: #F7F7FA; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ht-grid { display: grid; grid-template-columns: minmax(0,6fr) minmax(0,5fr); gap: 72px; align-items: start; }
.method-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.method-list li {
  font-family: var(--font-serif); font-weight: 600; font-size: 15.5px;
  border: 1px solid var(--line); border-radius: 999px; padding: 11px 22px; color: var(--ink); background: #fff;
}
.ht-env { background: #F1EEF9; border: 1px solid #DDD7EE; border-radius: 14px; padding: 40px 42px; }
.ht-env h3 { font-family: var(--font-serif); font-size: 21px; color: var(--ink); margin-bottom: 10px; }
.ht-env > p { font-size: 14.5px; margin-bottom: 22px; }
.env-list { display: grid; gap: 13px; }
.env-list li { display: flex; gap: 11px; align-items: flex-start; font-size: 14.5px; }
.env-list svg { flex: none; color: var(--gold-deep); margin-top: 4px; }

.journey-track {
  display: grid; grid-auto-flow: column; grid-template-rows: repeat(7, auto);
  grid-template-columns: 1fr 1fr; column-gap: 88px; margin-top: 8px; max-width: 940px;
}
.journey-track li { position: relative; padding: 0 0 34px 60px; }
.journey-track li::before {
  content: ""; position: absolute; left: 18px; top: 40px; bottom: -2px; width: 2px;
  background: linear-gradient(180deg, var(--gold), #8ADAD2);
}
.journey-track li:nth-child(7)::before, .journey-track li:nth-child(13)::before { display: none; }
.j-num {
  position: absolute; left: 0; top: 0; width: 38px; height: 38px; border-radius: 50%;
  background: var(--gold); color: #fff; display: grid; place-items: center;
  font-family: var(--font-serif); font-weight: 700; font-size: 15px;
  box-shadow: 0 6px 16px rgba(121,108,180,0.35);
  transition: transform 200ms ease-out, background 200ms ease-out;
}
.journey-track li:hover .j-num { transform: scale(1.12); background: #2B9E96; }
.j-label { font-size: 15.5px; font-weight: 700; color: var(--ink); line-height: 1.45; display: block; padding-top: 8px; }
.footnote { font-size: 13.5px; color: var(--muted); margin-top: 36px; max-width: 76ch; }

.standards { background: var(--navy); color: #DDD8EE; position: relative; overflow: hidden; }
.standards::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(820px 460px at 88% 20%, rgba(111,211,203,0.16), transparent 60%);
  pointer-events: none;
}
.standards .wrap { position: relative; }
.standards .kicker, .inclusive .kicker { color: var(--gold-bright); }
.standards h2 { color: #fff; }
.std-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-top: 56px; }
.std { border-left: 1px solid rgba(255,255,255,0.16); padding-left: 36px; }
.std-n { font-family: var(--font-serif); font-weight: 700; line-height: 0.9; font-size: clamp(80px, 9vw, 130px); color: #fff; }
.std p { margin-top: 14px; font-size: 15px; color: #CFC9E6; max-width: 24ch; }
.std strong { color: var(--gold-bright); font-weight: 700; }

.trainers { background: var(--paper); border-top: 1px solid var(--line); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.why-item { padding: 38px 34px 38px 0; border-bottom: 1px solid var(--line); }
.why-item + .why-item { border-left: 1px solid var(--line); padding-left: 34px; }
.why-item .idx { font-family: var(--font-serif); font-weight: 700; color: var(--gold-deep); font-size: 15px; display: block; margin-bottom: 15px; }
.why-item h3 { font-family: var(--font-serif); font-size: 19px; color: var(--ink); margin-bottom: 10px; }
.why-item p { font-size: 14px; }

.inclusive { background: var(--navy); color: #DDD8EE; position: relative; overflow: hidden; }
.inclusive::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(820px 460px at 12% 85%, rgba(111,211,203,0.12), transparent 60%);
  pointer-events: none;
}
.inclusive .wrap { position: relative; }
.inclusive h2 { color: #fff; }
.inclusive .lede { color: #CFC9E6; }
.inclusive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 44px 64px; margin-top: 52px; }
.inc-item { border-top: 1px solid rgba(255,255,255,0.16); padding-top: 24px; }
.inc-item h3 { font-family: var(--font-serif); color: #fff; font-size: 19px; margin-bottom: 8px; }
.inc-item p { font-size: 14px; color: #CFC9E6; }

.disclosure-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 72px; border-top: 1px solid var(--line); }
.disc-row { display: grid; grid-template-columns: 170px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.disc-row .k { font-size: 11.5px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 800; padding-top: 2px; }
.disc-row a { color: var(--gold-deep); font-weight: 700; }

.cta-band { background: #F7F7FA; border-top: 1px solid var(--line); }
.cta-band .wrap { text-align: center; max-width: 780px; }
.cta-band .lede { margin: 18px auto 0; }
.cta-band .hero-actions { justify-content: center; margin-top: 34px; }
.cta-band .btn-ghost2 { border: 1.5px solid var(--line); color: var(--ink); background: #fff; }
.cta-band .btn-ghost2:hover { border-color: var(--ink); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .hero-inner { grid-template-columns: 1fr; }
  .tst-scroller { grid-template-columns: 1fr; }
  .hero-copy { padding: 64px 24px 0; }
  .hero-media { min-height: 360px; margin-top: 40px; }
  .hero-media::before { background: linear-gradient(180deg, var(--navy) 0%, var(--navy) 5%, rgba(89,79,133,0.62) 16%, rgba(89,79,133,0.34) 34%, rgba(89,79,133,0.4) 100%); }
  .hero-badge { left: 16px; bottom: 16px; font-size: 10.5px; padding: 8px 14px 8px 11px; }
  .commit-grid { grid-template-columns: repeat(3, 1fr); }
  .sol-grid { grid-template-columns: repeat(2, 1fr); }
  .industries-grid { grid-template-columns: 1fr; gap: 36px; }
  .blog-grid { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .csr .csr-card, .ht-grid, .t-hero-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 44px; }
  .t-hero-big { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 36px; }
  /* journey stays 2-col until mobile */
  .std-grid { grid-template-columns: 1fr; gap: 36px; }
  .std { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.16); padding-top: 24px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-item + .why-item { border-left: 0; padding-left: 0; }
  .why-item { padding-right: 0; }
  .stats-band { grid-template-columns: 1fr; padding: 28px 32px; gap: 20px; }
  .stat-item + .stat-item { border-left: 0; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.18); padding-top: 20px; }
}

@media (max-width: 860px) {
  .section { padding: 48px 0; }

  /* topbar: keep phone + email; hide offices & socials (CSS-1: hide children, not the bar) */
  .topbar-mid { display: none; }
  .topbar-right { display: none; }

  /* narrow phones (<=400px): phone+email alone can still overflow one line — allow wrap */
  .topbar .wrap { flex-wrap: wrap; row-gap: 4px; min-height: auto; padding-top: 8px; padding-bottom: 8px; }
  .topbar-left { flex-wrap: wrap; row-gap: 4px; gap: 14px; font-size: 12px; }

  .nav-toggle { display: inline-flex; }
  .main-nav {
    display: none; position: absolute; left: 0; right: 0; top: 78px;
    background: var(--paper); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: 0; padding: 10px 24px 18px;
    box-shadow: 0 24px 48px rgba(74,66,114,0.14);
  }
  .main-nav.open { display: flex; }
  .main-nav > a { padding: 15px 4px; font-size: 14px; border-bottom: 1px solid var(--line); }
  .header-cta .btn { display: none; }

  /* mobile-menu footer: reachable Contact CTA + tightly-grouped social */
  .nav-mobile-extra { display: flex; flex-direction: column; gap: 16px; padding: 18px 0 4px; }
  .nav-mobile-cta { justify-content: center; width: 100%; }
  .nav-mobile-social { display: flex; gap: 12px; justify-content: center; }
  .nav-mobile-social a {
    flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%;
    border: 1px solid var(--line); display: grid; place-items: center; color: var(--gold-deep);
    transition: background 160ms ease-out, color 160ms ease-out, border-color 160ms ease-out;
  }
  .nav-mobile-social a:hover { background: var(--gold); border-color: var(--gold); color: #fff; }

  .hero-copy { padding-top: 52px; }
  .commit-grid { grid-template-columns: 1fr; }
  .sol-grid { grid-template-columns: 1fr; }
  .ind-tiles { grid-template-columns: repeat(2, 1fr); }
  .tst-scroller {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px;
    margin: 0 -24px; padding: 0 24px 6px; -webkit-overflow-scrolling: touch;
  }
  .tst-card { flex: 0 0 88%; scroll-snap-align: center; }
  .tst-dots { display: flex; }
  .blog-grid { grid-template-columns: 1fr; }
  .csr .csr-card { padding: 28px 24px; }
  .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }

  .t-hero-grid { padding-top: 52px; padding-bottom: 52px; }
  .cat-row { grid-template-columns: 64px 1fr; gap: 14px 16px; padding: 28px 16px; margin: 0 -16px; }
  .cat-go { grid-column: 2; justify-self: start; }
  .cat-foot { flex-direction: column; align-items: flex-start; }
  .cat-foot .btn { width: 100%; justify-content: center; }
  .journey-track { grid-auto-flow: row; grid-template-rows: none; grid-template-columns: 1fr; }
  .journey-track li:nth-child(7)::before { display: block; }
  .journey-track li:last-child::before { display: none; }
  .ht-env { padding: 30px 26px; }
  .inclusive-grid, .disclosure-grid { grid-template-columns: 1fr; }
  .disc-row { grid-template-columns: 1fr; gap: 4px; }

  input, select, textarea { font-size: 16px !important; } /* CSS-3: iOS zoom guard */
}

@media (max-width: 480px) {
  .hero-actions .btn { width: 100%; justify-content: center; }
  /* journey single col handled at 860 */
  .ind-tiles { grid-template-columns: 1fr 1fr; gap: 10px; }
  .clients-strip { padding: 8px 0 0; }
  .client-grid { grid-template-columns: repeat(2, 1fr); gap: 24px 16px; }
  .client-cell { height: 64px; padding: 6px 10px; }
  .client-cell img { max-height: 40px; }
}

/* ---------- vision & mission ---------- */
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 52px; }
.vm-card { background: #F4F2FA; border: 1px solid #E2DEF0; border-radius: 14px; padding: 30px 34px; }
.vm-card h3 { font-family: var(--font-serif); font-size: 20px; color: var(--ink); margin-bottom: 10px; }
.vm-card h3 span { color: var(--gold-deep); }
.vm-card p { font-family: var(--font-serif); font-style: italic; font-size: 15.5px; color: var(--body); line-height: 1.65; }

/* ---------- milestones: photo journey filmstrip ---------- */
.miles { margin-top: 52px; }
.miles h3 { font-family: var(--font-serif); font-size: 20px; color: var(--ink); margin-bottom: 28px; }
.jt-track {
  display: flex; gap: 18px; overflow-x: auto; padding: 6px 4px 18px;
  scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch;
}
.jt-track::-webkit-scrollbar { height: 6px; }
.jt-track::-webkit-scrollbar-thumb { background: var(--line); border-radius: 999px; }
.jt-card {
  position: relative; flex: 0 0 auto; width: 196px; scroll-snap-align: start;
  display: flex; flex-direction: column;
}
.jt-media {
  position: relative; width: 196px; aspect-ratio: 4 / 5; border-radius: 16px; overflow: hidden;
  background: #16102B; box-shadow: 0 14px 30px rgba(74,66,114,0.16);
}
.jt-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease-out; }
.jt-card:hover .jt-media img { transform: scale(1.07); }
.jt-media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(22,16,43,0) 55%, rgba(22,16,43,0.78) 100%);
}
.jt-year {
  position: absolute; top: 12px; left: 12px; z-index: 1;
  font-family: var(--font-serif); font-size: 15px; font-weight: 700; color: #fff;
  background: linear-gradient(120deg, var(--gold), var(--gold-deep)); border-radius: 999px;
  padding: 4px 13px; box-shadow: 0 6px 16px rgba(74,66,114,0.35);
}
.jt-cap {
  font-size: 12px; color: var(--body); line-height: 1.45; margin-top: 12px; display: block; max-width: 196px;
}
.jt-card:hover .jt-cap { color: var(--gold-deep); transition: color 200ms; }

/* ---------- contact / get in touch ---------- */
.gitouch { background: var(--navy); color: #DDD8EE; }
.gitouch .h-sec { color: #fff; }
.gitouch .lede { color: #D6D0EA; margin-top: 14px; }
.gitouch-grid { display: grid; grid-template-columns: minmax(0,5fr) minmax(0,7fr); gap: 56px; align-items: start; }
.gitouch-info { display: grid; gap: 16px; margin-top: 30px; }
.gitouch-info li { display: flex; gap: 12px; align-items: flex-start; font-size: 14.5px; color: #DDD8EE; }
.gitouch-info svg { color: #C7BCEC; flex: none; margin-top: 3px; }
.gitouch-info a { color: #fff; font-weight: 700; }
.cform { background: #fff; border-radius: 14px; padding: 36px; color: var(--body); }
.cform-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.cform label { display: block; font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); margin: 0 0 6px; }
.cform .field { margin-bottom: 14px; }
.cform input, .cform select, .cform textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 11px 13px;
  font-family: var(--font-sans); font-size: 14.5px; color: var(--ink); background: #FBFBFD;
}
.cform input:focus, .cform select:focus, .cform textarea:focus { outline: 2px solid var(--gold); border-color: var(--gold); }
.cform textarea { min-height: 110px; resize: vertical; }
.cform .btn { margin-top: 6px; }
.cform-note { font-size: 12px; color: var(--muted); margin-top: 12px; }

/* ---------- footer tech group ---------- */
.footer-col h4 + h4, .footer-col .grp2 { margin-top: 26px; }

@media (max-width: 1080px) {
  .gitouch-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 860px) {
  .vm-grid { grid-template-columns: 1fr; }
  .cform { padding: 26px 20px; }
  .cform-row { grid-template-columns: 1fr; gap: 0; }
  .jt-card, .jt-media { width: 168px; }
  .jt-cap { max-width: 168px; }
}

/* ============================================================
   INNER PAGES (About · Solutions · Technology · Awards · Contact)
   ============================================================ */
.page-hero { background: var(--navy); color: #DDD8EE; position: relative; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(760px 440px at 88% 12%, rgba(111,211,203,0.16), transparent 60%),
              radial-gradient(620px 420px at 6% 92%, rgba(121,108,180,0.34), transparent 60%);
  pointer-events: none;
}
.page-hero .wrap { position: relative; padding: 66px 24px 60px; max-width: 1150px; }
.breadcrumb { display: flex; gap: 8px; align-items: center; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #B9C6D6; margin-bottom: 18px; }
.breadcrumb a { color: var(--gold-bright); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb .sep { opacity: 0.5; }
.page-hero h1 { font-family: var(--font-serif); font-weight: 600; color: #fff; font-size: clamp(32px, 4.4vw, 52px); line-height: 1.12; }
.page-hero h1 em { font-style: normal; color: var(--gold-bright); }
.page-hero .lede { color: #C9D5E2; font-size: 16px; margin-top: 20px; max-width: 62ch; }
.page-hero .hero-actions { margin-top: 32px; }

/* stat band (About) */
.stat-band-light { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat-cell { border-left: 3px solid var(--gold); padding: 4px 0 4px 22px; }
.stat-cell .n {
  font-family: var(--font-serif); font-weight: 700; font-size: clamp(40px, 4.6vw, 58px); line-height: 1;
  background: linear-gradient(115deg, #594F85 30%, #6FD3CB 115%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stat-cell .l { font-size: 13.5px; color: var(--body); margin-top: 8px; line-height: 1.45; }

/* two-column narrative (About who-we-are) */
.narr-grid { display: grid; grid-template-columns: minmax(0,6fr) minmax(0,5fr); gap: 60px; align-items: center; }
.narr-grid .media img { border-radius: 14px; width: 100%; box-shadow: 0 24px 60px rgba(74,66,114,0.2); }
.narr-grid p + p { margin-top: 14px; }

/* solution / tech detail rows */
.detail-list { display: grid; gap: 22px; }
.detail-row {
  display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 26px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 34px 36px;
  transition: transform 200ms ease-out, box-shadow 200ms ease-out, border-color 200ms ease-out;
}
.detail-row:hover { transform: translateY(-3px); box-shadow: 0 20px 46px rgba(74,66,114,0.12); border-color: #D9D4EC; }
.detail-ic { width: 56px; height: 56px; border-radius: 14px; background: var(--navy); color: #fff; display: grid; place-items: center; }
.detail-body h3 { font-family: var(--font-serif); font-size: clamp(20px, 2.2vw, 25px); color: var(--ink); margin-bottom: 10px; }
.detail-body > p { font-size: 15px; color: var(--body); max-width: 74ch; }
.chip-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.chip-row li { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--gold-deep); background: #F1EEF9; border: 1px solid #E4DEF4; border-radius: 999px; padding: 7px 15px; }
.chip-row svg { color: var(--gold); flex: none; }

/* awards grid */
.award-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.award-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 32px 28px; text-align: center; transition: transform 200ms ease-out, box-shadow 200ms ease-out; }
.award-card:hover { transform: translateY(-4px); box-shadow: 0 20px 46px rgba(74,66,114,0.12); }
.award-badge { width: 66px; height: 66px; border-radius: 50%; background: #F1EEF9; color: var(--gold-deep); display: grid; place-items: center; margin: 0 auto 18px; }
.award-card h3 { font-family: var(--font-sans); font-size: 16px; font-weight: 800; color: var(--ink); line-height: 1.35; margin-bottom: 10px; }
.award-card p { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* pill tabs (contact) */
.tabs { display: inline-flex; gap: 6px; background: #EFEDF6; border-radius: 999px; padding: 5px; margin-bottom: 26px; }
.tab-btn { border: 0; background: transparent; font-family: var(--font-sans); font-weight: 700; font-size: 13px; letter-spacing: 0.04em; color: var(--body); padding: 10px 22px; border-radius: 999px; cursor: pointer; transition: background 160ms, color 160ms; }
.tab-btn.on { background: var(--gold); color: #fff; }
.tab-panel { display: none; }
.tab-panel.on { display: block; }

/* map embed */
.map-wrap { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); min-height: 260px; background: #EDEBF4; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 300px; border: 0; display: block; }
.office-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; }
.office-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px; }
.office-card h4 { font-family: var(--font-serif); font-size: 17px; color: var(--ink); margin-bottom: 8px; }
.office-card p { font-size: 14px; color: var(--body); line-height: 1.55; }

/* generic light section alt bg */
.section.alt { background: #F7F7FA; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

@media (max-width: 1080px) {
  .stat-band-light { grid-template-columns: repeat(2, 1fr); gap: 28px 24px; }
  .narr-grid { grid-template-columns: 1fr; gap: 40px; }
  .award-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .page-hero .wrap { padding: 48px 24px 44px; }
  .stat-band-light { grid-template-columns: 1fr; }
  .detail-row { grid-template-columns: 1fr; gap: 18px; padding: 28px 24px; }
  .award-grid { grid-template-columns: 1fr; }
  .office-cards { grid-template-columns: 1fr; }
}

/* ============================================================
   SERVICE DETAIL BLOCKS (Solutions & Technology — full content)
   ============================================================ */
.svc-block { max-width: 1000px; }
.svc-head { display: flex; gap: 20px; align-items: center; margin-bottom: 22px; }
.svc-ic { width: 62px; height: 62px; border-radius: 16px; background: var(--navy); color: #fff; display: grid; place-items: center; flex: none; }
.svc-head .kicker { margin-bottom: 8px; }
.svc-head h2 { font-family: var(--font-serif); font-size: clamp(24px, 3vw, 34px); color: var(--ink); line-height: 1.1; }
.svc-about { font-size: 16px; color: var(--body); line-height: 1.7; max-width: 82ch; margin-bottom: 30px; }
.svc-sub { font-family: var(--font-sans); font-size: 12.5px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 20px; display: flex; align-items: center; gap: 12px; }
.svc-sub::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.svc-features { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feat-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 24px 26px; transition: transform 200ms ease-out, box-shadow 200ms ease-out, border-color 200ms ease-out; }
.feat-card:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(74,66,114,0.1); border-color: #D9D4EC; }
.feat-card h4 { font-family: var(--font-serif); font-size: 18px; font-weight: 600; color: var(--ink); margin-bottom: 9px; display: flex; align-items: flex-start; gap: 10px; }
.feat-card h4 svg { color: var(--gold); flex: none; margin-top: 3px; }
.feat-card p { font-size: 14.5px; color: var(--body); line-height: 1.62; }
@media (max-width: 860px) {
  .svc-head { gap: 14px; }
  .svc-ic { width: 52px; height: 52px; border-radius: 13px; }
  .svc-features { grid-template-columns: 1fr; gap: 14px; }
  .feat-card { padding: 20px 20px; }
}

/* ============================================================
   AMBIENT VFX — aurora drift, constellation canvas, reveals
   ============================================================ */
.vfx-canvas { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.hero .vfx-canvas { z-index: 1; }
.page-hero .vfx-canvas { z-index: 1; }
.hero-copy, .page-hero .wrap { position: relative; z-index: 3; }

/* aurora blobs — GPU-friendly transform drift */
.aurora { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; z-index: 0; opacity: 0.8; }
.aurora.au1 { width: 560px; height: 560px; background: radial-gradient(circle, rgba(140,125,205,0.7), transparent 65%); top: -220px; left: -140px; animation: auDrift1 26s ease-in-out infinite alternate; }
.aurora.au2 { width: 480px; height: 480px; background: radial-gradient(circle, rgba(111,211,203,0.38), transparent 65%); bottom: -200px; right: 18%; animation: auDrift2 32s ease-in-out infinite alternate; }
@keyframes auDrift1 { from { transform: translate(0,0) scale(1); } to { transform: translate(90px,50px) scale(1.15); } }
@keyframes auDrift2 { from { transform: translate(0,0) scale(1); } to { transform: translate(-70px,-40px) scale(1.12); } }

/* scroll reveals (rvx = JS armed; content visible without JS) */
html.rvx .rv-el { opacity: 0; transform: translateY(16px); transition: opacity 600ms cubic-bezier(.2,.6,.2,1), transform 600ms cubic-bezier(.2,.6,.2,1); }
html.rvx .rv-el.in { opacity: 1; transform: none; }

/* ---------- page-hero with cinematic media panel ---------- */
.page-hero.has-media { min-height: 400px; display: flex; align-items: center; }
.page-hero.has-media .wrap { width: 100%; }
.ph-media { position: absolute; top: 0; right: 0; bottom: 0; width: 55%; z-index: 0; overflow: hidden; }
.ph-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; animation: phKenBurns 24s ease-in-out infinite alternate; will-change: transform; }
@keyframes phKenBurns { from { transform: scale(1); } to { transform: scale(1.07); } }
.ph-media::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(90deg, var(--navy) 0%, rgba(89,79,133,0.62) 30%, rgba(89,79,133,0.08) 75%);
}
.ph-media::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(0deg, rgba(58,50,94,0.55) 0%, rgba(58,50,94,0) 42%);
}
.page-hero.has-media .lede { max-width: 46ch; }

/* ---------- inline media inside svc blocks ---------- */
.svc-media { float: right; width: min(360px, 38%); margin: 4px 0 18px 30px; border-radius: 14px; overflow: hidden; box-shadow: 0 18px 44px rgba(74,66,114,0.18); }
.svc-media img { width: 100%; height: auto; display: block; }
.svc-block::after { content: ""; display: block; clear: both; }
.svc-block.media-left .svc-media { float: left; margin: 4px 30px 18px 0; }

/* ---------- training banner ---------- */
.t-banner { border-radius: 18px; overflow: hidden; box-shadow: 0 24px 60px rgba(74,66,114,0.2); margin-top: -26px; }
.t-banner img { width: 100%; height: clamp(220px, 32vw, 380px); object-fit: cover; display: block; }

@media (max-width: 1080px) {
  .ph-media { width: 100%; opacity: 0.35; }
  .ph-media::before { background: linear-gradient(90deg, var(--navy) 0%, rgba(89,79,133,0.5) 55%, rgba(89,79,133,0.3) 100%); }
  .svc-media { float: none; width: 100%; margin: 0 0 20px; }
  .svc-block.media-left .svc-media { float: none; margin: 0 0 20px; }
}


/* ---------- journey filmstrip: stagger reveal ---------- */
html.rvx .miles .jt-card { opacity: 0; transform: translateY(18px); transition: opacity 520ms ease-out, transform 520ms ease-out; }
html.rvx .miles.in .jt-card { opacity: 1; transform: none; }
html.rvx .miles.in .jt-card:nth-child(1) { transition-delay: .15s; }
html.rvx .miles.in .jt-card:nth-child(2) { transition-delay: .3s; }
html.rvx .miles.in .jt-card:nth-child(3) { transition-delay: .45s; }
html.rvx .miles.in .jt-card:nth-child(4) { transition-delay: .6s; }
html.rvx .miles.in .jt-card:nth-child(5) { transition-delay: .75s; }
html.rvx .miles.in .jt-card:nth-child(6) { transition-delay: .9s; }
html.rvx .miles.in .jt-card:nth-child(7) { transition-delay: 1.05s; }


/* ---------- VFX image icons (technology) ---------- */
.svc-ic--img {
  width: 92px; height: 92px; border-radius: 22px; background: #16102B; padding: 0; overflow: hidden;
  box-shadow: 0 14px 34px rgba(121,108,180,0.35), 0 0 0 1px rgba(199,188,236,0.25);
  transition: transform 250ms ease-out, box-shadow 250ms ease-out;
}
.svc-ic--img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 500ms ease-out; }
.svc-block:hover .svc-ic--img { transform: translateY(-3px) rotate(-2deg); box-shadow: 0 20px 44px rgba(121,108,180,0.5), 0 0 0 1px rgba(199,188,236,0.4); }
.svc-block:hover .svc-ic--img img { transform: scale(1.12); }
@media (max-width: 860px) { .svc-ic--img { width: 72px; height: 72px; border-radius: 18px; } }

/* ---------- awards: photo/certificate media cards ---------- */
.award-card.has-media { padding: 0 0 28px; }
.award-media { display: grid; place-items: center; height: 264px; background: linear-gradient(180deg, #F6F4FB, #E9E5F4); border-bottom: 1px solid var(--line); border-radius: 16px 16px 0 0; padding: 22px; margin-bottom: 20px; overflow: hidden; }
.award-media--doc img { max-width: 100%; max-height: 220px; width: auto; height: auto; box-shadow: 0 12px 28px rgba(74,66,114,0.22); transition: transform 300ms ease-out; }
.award-grid--wide .award-media--doc img { max-height: 256px; }
.award-card:hover .award-media--doc img { transform: scale(1.04); }
.award-media--vfx { padding: 0; background: #16102B; }
.award-media--vfx img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease-out; }
.award-card:hover .award-media--vfx img { transform: scale(1.07); }
.award-card.has-media h3, .award-card.has-media p { padding: 0 26px; }
.award-grid--wide { grid-template-columns: repeat(2, 1fr); }
.award-grid--wide .award-media { height: 300px; }
@media (max-width: 640px) { .award-grid--wide { grid-template-columns: 1fr; } }

/* ---------- CSR photo tiles ---------- */
.csr-tiles { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 10px; }
.csr-tile { position: relative; border-radius: 14px; overflow: hidden; height: 232px; margin: 0; }
.csr-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease-out; }
.csr-tile:hover img { transform: scale(1.06); }
.csr-tile figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 44px 18px 14px; background: linear-gradient(180deg, rgba(22,16,43,0), rgba(22,16,43,0.82)); color: #fff; font-family: var(--font-serif); font-size: 17.5px; }
@media (max-width: 860px) { .csr-tiles { grid-template-columns: 1fr; } .csr-tile { height: 200px; } }

/* ---------- contact form: live-site parity ---------- */
.cform-head { color: #fff; font-family: var(--font-sans); font-weight: 800; font-size: 17px; letter-spacing: 0.02em; margin-bottom: 14px; }
.cform input[type="file"] { padding: 9px 10px; background: #F6F5FA; cursor: pointer; }

/* ---------- insights: listing ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.post-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; text-decoration: none; transition: transform 200ms ease-out, box-shadow 200ms ease-out; }
.post-card:hover { transform: translateY(-4px); box-shadow: 0 20px 46px rgba(74,66,114,0.14); }
.pc-media { display: block; aspect-ratio: 16/9; overflow: hidden; }
.pc-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease-out; }
.post-card:hover .pc-media img { transform: scale(1.06); }
.pc-body { display: flex; flex-direction: column; flex: 1; padding: 20px 22px 22px; }
.pc-body time { font-size: 11.5px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-deep); }
.pc-body h3 { font-family: var(--font-sans); font-size: 16.5px; font-weight: 800; color: var(--ink); line-height: 1.4; margin: 8px 0 10px; }
.pc-body p { font-size: 13px; color: var(--muted); line-height: 1.6; }
.pc-read { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; padding-top: 16px; font-size: 12.5px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--gold); }
.post-card:hover .pc-read { color: var(--gold-deep); }
@media (max-width: 980px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .post-grid { grid-template-columns: 1fr; } }

/* ---------- insights: article ---------- */
.post-hero .post-title { font-family: var(--font-serif); font-size: clamp(26px, 3.6vw, 42px); line-height: 1.2; color: #fff; max-width: 880px; }
.post-meta { display: flex; align-items: center; gap: 12px; margin-top: 16px; color: #CFC9E8; font-size: 13.5px; font-weight: 700; letter-spacing: 0.04em; }
.post-meta .dot { width: 4px; height: 4px; border-radius: 50%; background: #8ADAD2; }
.post-wrap { max-width: 820px; }
.post-banner { margin: 0 0 34px; border-radius: 18px; overflow: hidden; box-shadow: 0 24px 60px rgba(74,66,114,0.18); }
.post-banner img { width: 100%; display: block; }
.post-body { font-size: 15.5px; line-height: 1.8; color: var(--body); }
.post-body h2 { font-family: var(--font-serif); font-size: 26px; line-height: 1.3; color: var(--ink); margin: 38px 0 14px; }
.post-body h3 { font-family: var(--font-sans); font-size: 18px; font-weight: 800; color: var(--ink); margin: 30px 0 12px; }
.post-body h4 { font-family: var(--font-sans); font-size: 15.5px; font-weight: 800; color: var(--ink); margin: 24px 0 10px; }
.post-body p { margin: 0 0 16px; }
.post-body a { color: var(--gold-deep); font-weight: 700; text-decoration: underline; text-decoration-color: #C9C2E4; text-underline-offset: 3px; }
.post-body a:hover { color: var(--gold); }
.post-body ul, .post-body ol { margin: 0 0 18px; padding-left: 24px; }
.post-body ul { list-style: disc; }
.post-body ol { list-style: decimal; }
.post-body ul ul { list-style: circle; }
.post-body li { margin-bottom: 8px; }
.post-body li::marker { color: var(--gold); font-weight: 800; }
.post-body img { max-width: 100%; height: auto; border-radius: 14px; margin: 10px 0 18px; }
.post-body blockquote { margin: 24px 0; padding: 18px 24px; border-left: 4px solid var(--gold); background: #F4F2FA; border-radius: 0 12px 12px 0; font-family: var(--font-serif); font-size: 17px; }
.post-body strong { color: var(--ink); }
.post-cta { margin-top: 44px; padding: 34px 36px; border-radius: 18px; background: linear-gradient(120deg, #4A4272, #6E62A4); color: #fff; }
.post-cta h3 { font-family: var(--font-serif); font-size: 23px; margin-bottom: 8px; }
.post-cta p { color: #DDD8F0; font-size: 14px; margin-bottom: 18px; }
.post-more { background: #F7F6FB; }
.blog-grid--3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) { .blog-grid--3 { grid-template-columns: 1fr; } .post-cta { padding: 26px 22px; } }
@media (max-width: 360px) { .post-cta { padding: 22px 16px; } .post-cta .btn { padding: 13px 18px; font-size: 11.5px; gap: 7px; white-space: normal; text-align: center; } }

/* ---------- commitment cards: VFX icon tiles ---------- */
.commit-ic { display: grid; place-items: center; width: 92px; height: 92px; margin: 0 auto 20px; border-radius: 22px; background: #16102B; overflow: hidden; box-shadow: 0 10px 26px rgba(74,66,114,0.32), 0 0 0 1px rgba(138,218,210,0.18) inset; transition: transform 260ms ease-out, box-shadow 260ms ease-out; }
.commit-ic img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease-out; }
.commit-card:hover .commit-ic { transform: translateY(-3px) rotate(-2deg); box-shadow: 0 16px 34px rgba(74,66,114,0.42), 0 0 0 1px rgba(138,218,210,0.32) inset; }
.commit-card:hover .commit-ic img { transform: scale(1.12); }


/* ---------- clients: industry chips ---------- */
.client-inds { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; text-align: left; }
.ci-group { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px 22px; }
.ci-group h4 { font-family: var(--font-sans); font-size: 12px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 12px; }
.ci-group ul { list-style: none; display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; }
.ci-group li { font-size: 12px; font-weight: 700; color: var(--body); background: #F4F2FA; border: 1px solid #E4E0F0; border-radius: 999px; padding: 5px 11px; line-height: 1.3; }
@media (max-width: 980px) { .client-inds { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .client-inds { grid-template-columns: 1fr; } }

/* ---------- about: group facts ---------- */
.fact-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fact-card { background: linear-gradient(120deg, #4A4272, #6E62A4); border-radius: 16px; padding: 26px 28px; color: #fff; }
.fact-card h4 { font-family: var(--font-serif); font-size: 19px; margin-bottom: 10px; }
.fact-card p { font-size: 13.5px; line-height: 1.6; color: #DDD8F0; }
@media (max-width: 860px) { .fact-row { grid-template-columns: 1fr; } }

/* ---------- about: real moments gallery ---------- */
.moments { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.moment { position: relative; margin: 0; border-radius: 14px; overflow: hidden; height: 250px; background: #16102B; }
.moment img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease-out; }
.moment video { width: 100%; height: 100%; object-fit: cover; display: block; }
.moment:hover img { transform: scale(1.05); }
.moment figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 14px 12px; background: linear-gradient(180deg, rgba(22,16,43,0), rgba(22,16,43,0.82)); color: #fff; font-size: 12.5px; font-weight: 700; line-height: 1.4; }
@media (max-width: 980px) { .moments { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .moments { grid-template-columns: 1fr; } .moment { height: 220px; } }

/* ---------- awards: CCAS history ---------- */
.ccas-list { list-style: none; margin: 0; padding: 0; max-width: 860px; }
.ccas-list li { display: flex; align-items: center; gap: 16px; padding: 14px 18px; background: #fff; border: 1px solid var(--line); border-radius: 12px; margin-bottom: 10px; }
.ccas-year { flex: none; font-family: var(--font-serif); font-size: 17px; font-weight: 700; color: var(--gold-deep); width: 52px; }
.ccas-title { font-size: 14px; font-weight: 700; color: var(--ink); flex: 1; }
.ccas-medal { flex: none; font-size: 11px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold-deep); background: #F1EEF9; border-radius: 999px; padding: 5px 12px; }
@media (max-width: 560px) { .ccas-list li { flex-wrap: wrap; gap: 8px; } .ccas-title { flex-basis: 100%; } }

/* ---------- contact: office photos ---------- */
.office-card.has-photo { padding: 0; overflow: hidden; }
.office-card.has-photo img { width: 100%; height: 190px; object-fit: cover; display: block; }
.office-card.has-photo .oc-body { padding: 18px 22px 22px; }

/* ---------- topbar: CTA links (addresses moved to footer/contact) ---------- */
.topbar-cta { display: flex; gap: 26px; align-items: center; }
.topbar-cta a { color: var(--gold-deep); font-weight: 800; letter-spacing: 0.03em; }
.topbar-cta a:hover { color: var(--gold); text-decoration: none; }
.topbar-cta .nav-new { margin-left: 6px; }
@media (max-width: 900px) { .topbar-cta { display: none; } }


/* ---------- clients: industry logo walls (from corporate deck) ---------- */
.client-walls { margin-top: 36px; display: grid; gap: 30px; text-align: left; }
.cw-group h4 { font-family: var(--font-sans); font-size: 12px; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: 12px; }
.cw-group h4 span { color: var(--muted); font-weight: 700; margin-left: 6px; }
.cw-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(142px, 1fr)); gap: 12px; }
.cw-cell { margin: 0; background: transparent; border: 0; padding: 10px 8px; display: flex; flex-direction: column; align-items: center; gap: 10px; transition: transform 200ms ease-out; }
.cw-cell:hover { transform: translateY(-3px); }
.cw-cell img { height: 52px; width: 100%; max-width: 118px; object-fit: contain; filter: saturate(1.02); transition: transform 250ms ease-out; }
.cw-cell:hover img { transform: scale(1.08); }
.cw-cell figcaption { font-size: 10.5px; font-weight: 700; color: var(--muted); text-align: center; line-height: 1.35; margin-top: auto; }
@media (max-width: 560px) { .cw-grid { grid-template-columns: repeat(2, 1fr); } }

/* contact: bigger office photos under the form */
.office-card.has-photo img { height: 230px; }

/* ---------- awards: CCAS dark showcase band ---------- */
.ccas-band { background: linear-gradient(135deg, #221A44 0%, #16102B 55%, #1E1638 100%); position: relative; overflow: hidden; }
.ccas-band .ccas-list { position: relative; max-width: 880px; }
.ccas-band .ccas-list li { background: rgba(255,255,255,0.045); border: 1px solid rgba(207,201,232,0.16); backdrop-filter: blur(2px); transition: transform 200ms ease-out, border-color 200ms ease-out, background 200ms ease-out; }
.ccas-band .ccas-list li:hover { transform: translateX(6px); border-color: rgba(138,218,210,0.45); background: rgba(255,255,255,0.07); }
.ccas-band .ccas-year { width: 66px; text-align: center; background: linear-gradient(135deg, #2B9E96, #6FD3CB); color: #0E1220; font-family: var(--font-sans); font-weight: 800; font-size: 14px; border-radius: 8px; padding: 7px 0; }
.ccas-band .ccas-title { color: #F1EFFA; font-size: 14.5px; }
.ccas-band .ccas-medal { background: rgba(255,255,255,0.08); color: #CFC9E8; border: 1px solid rgba(207,201,232,0.22); }
.ccas-band .ccas-medal.m-gold { background: rgba(212,175,55,0.16); color: #EBCB6E; border-color: rgba(212,175,55,0.45); }
.ccas-band .ccas-medal.m-silver { background: rgba(200,200,210,0.14); color: #D9DAE3; border-color: rgba(200,200,210,0.4); }
.ccas-band .ccas-medal.m-bronze { background: rgba(176,141,87,0.16); color: #D8A96F; border-color: rgba(176,141,87,0.45); }

/* ---------- data tables (NEAS pricing / hospital list) ---------- */
.data-table-wrap { overflow-x: auto; margin: 18px 0 28px; border-radius: 14px; border: 1px solid var(--line); }
.data-table { width: 100%; border-collapse: collapse; font-size: 13.5px; min-width: 480px; }
.data-table th { background: #F4F2FA; color: var(--ink); font-weight: 800; text-align: left; padding: 12px 16px; font-size: 12px; letter-spacing: 0.03em; text-transform: uppercase; }
.data-table td { padding: 11px 16px; border-top: 1px solid var(--line); color: var(--body); }
.data-table tr:nth-child(even) td { background: #FBFAFD; }
.hosp-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; margin: 18px 0 28px; }
.hosp-grid div { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.hosp-grid b { color: var(--ink); font-weight: 700; }
.hosp-grid a { color: var(--gold-deep); font-weight: 700; white-space: nowrap; }
.info-note { background: #F4F2FA; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; padding: 16px 20px; font-size: 13.5px; color: var(--body); margin: 20px 0; }
@media (max-width: 640px) { .hosp-grid { grid-template-columns: 1fr; } }
