:root {
  --ink: #101418;
  --muted: #5c6670;
  --line: #dfe5e7;
  --paper: #f7faf8;
  --white: #ffffff;
  --blue: #176bff;
  --green: #0f9f78;
  --coral: #f26b4f;
  --night: #071115;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(7,17,21,.14);
  --violet: #7c4dff;
  --gold: #ffbf3f;
  --cyan: #13c8ff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  max-width: 100%;
  overflow-x: clip;
}
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f7faf8 0%, #eef6f7 34%, #f7faf8 100%);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.top-strip {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  padding: 9px 18px;
  background: linear-gradient(90deg, #061015, #102a3a 45%, #06251d);
  color: var(--white);
  font-size: 14px;
}
.top-strip a { color: #8cf0ce; font-weight: 700; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 82px;
  padding: 0 4vw;
  background: rgba(3, 9, 12, .78);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; color: var(--white); }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: var(--white);
  font-weight: 900;
}
.brand small { display: block; color: #a8f2de; font-size: 12px; margin-top: -4px; }
.main-nav { display: flex; align-items: center; gap: 28px; font-weight: 700; }
.main-nav > a, .nav-item > a { color: rgba(255,255,255,.9); }
.nav-item { position: relative; padding: 26px 0; }
.mega-panel {
  position: absolute;
  top: 72px;
  left: 50%;
  transform: translateX(-34%);
  width: min(820px, 90vw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  padding: 26px;
  background: rgba(3, 9, 12, .96);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: .2s ease;
}
.mega-wide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}
.mega-wide a {
  padding: 12px 14px;
  background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.1);
  color: #d8e6ea;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}
.mega-wide a:hover {
  background: linear-gradient(135deg, rgba(23,107,255,.22), rgba(15,159,120,.18));
  border-color: rgba(140,240,206,.34);
  color: var(--white);
}
.has-panel:hover .mega-panel { opacity: 1; pointer-events: auto; transform: translateX(-34%) translateY(6px); }
.mega-panel h3 { margin: 0 0 10px; font-size: 15px; color: var(--white); }
.mega-panel a { display: block; padding: 7px 0; color: #b7cbd2; font-weight: 600; }
.mega-panel a:hover { color: #8cf0ce; }
.nav-cta, .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--radius);
  border: 1px solid var(--ink);
  font-weight: 800;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease, border-color .22s ease;
}
.nav-cta {
  border-color: rgba(255,255,255,.22);
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: var(--white);
  box-shadow: 0 10px 28px rgba(23,107,255,.28);
}
.button.primary { background: linear-gradient(135deg, var(--blue), var(--green)); color: var(--white); border: 0; }
.button.ghost { background: rgba(255,255,255,.72); }
.nav-cta:hover,
.button:hover,
.footer-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(23,107,255,.28);
  filter: saturate(1.12);
}
.nav-toggle { display: none; background: none; border: 0; gap: 5px; flex-direction: column; }
.nav-toggle span { width: 26px; height: 2px; background: var(--white); }
.hero {
  position: relative;
  min-height: 820px;
  isolation: isolate;
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.08) contrast(1.05); }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 72% 20%, rgba(19,200,255,.24), transparent 28%),
    radial-gradient(circle at 42% 72%, rgba(15,159,120,.22), transparent 26%),
    linear-gradient(90deg, rgba(2,7,8,.96) 0%, rgba(5,13,18,.88) 42%, rgba(6,20,25,.42) 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .55fr);
  gap: 36px;
  align-items: end;
  width: min(1180px, 90vw);
  margin: 0 auto;
  padding: 90px 0;
}
.hero h1, .page-hero h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 86px);
  line-height: .98;
  letter-spacing: 0;
  max-width: 920px;
}
.hero-copy p:not(.eyebrow), .page-hero p {
  max-width: 690px;
  color: #d6e6ea;
  font-size: 19px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.hero h1 { color: var(--white); text-shadow: 0 18px 60px rgba(0,0,0,.28); }
.hero-dashboard {
  background: rgba(7,17,21,.78);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--shadow);
  padding: 24px;
  backdrop-filter: blur(16px);
}
.detail-hero {
  min-height: 520px;
  display: grid;
  align-items: center;
}
.texture {
  position: relative;
  width: 100%;
  max-width: none;
  padding-inline: 5vw;
  background:
    linear-gradient(90deg, rgba(23,107,255,.08) 1px, transparent 1px),
    linear-gradient(rgba(15,159,120,.08) 1px, transparent 1px),
    #ffffff;
  background-size: 42px 42px;
}
.texture > * {
  width: min(1180px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.process-grid .directory-card {
  min-height: 190px;
  background: rgba(255,255,255,.9);
}
.link-card {
  display: block;
  transition: .2s ease;
}
.link-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(23,107,255,.35);
}
.stats-wall {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0;
  background: var(--night);
  color: var(--white);
}
.stats-wall div {
  padding: 34px;
  background: #102128;
}
.stats-wall strong {
  display: block;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1;
}
.stats-wall span {
  color: #b7c3c8;
  font-weight: 800;
}
.tech-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tech-cloud span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  background: var(--white);
  border: 1px solid var(--line);
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(7,17,21,.06);
  overflow: hidden;
  animation: techFloat 4.8s ease-in-out infinite;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, color .22s ease;
}
.tech-cloud span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(23,107,255,.12), rgba(15,159,120,.14));
  transform: translateX(-100%);
  transition: transform .28s ease;
}
.tech-cloud span:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 18px 42px rgba(7,17,21,.14);
  border-color: rgba(23,107,255,.38);
  color: var(--blue);
}
.tech-cloud span:hover::before { transform: translateX(0); }
.tech-cloud span:nth-child(2n) { animation-delay: .35s; }
.tech-cloud span:nth-child(3n) { animation-delay: .7s; }
.tech-cloud span:nth-child(5n) { animation-delay: 1.05s; }
@keyframes techFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  background: radial-gradient(circle at 20% 10%, rgba(23,107,255,.08), transparent 24%),
              radial-gradient(circle at 90% 30%, rgba(15,159,120,.06), transparent 26%);
  mix-blend-mode: multiply;
}
.dash-head, .metric-row { display: flex; justify-content: space-between; gap: 14px; }
.dash-head, .metric-row strong { color: var(--white); }
.dash-head strong { color: #8cf0ce; }
.metric-row { margin: 26px 0; }
.metric-row strong { display: block; font-size: 29px; }
.metric-row span, .progress-card span { color: #aebfc5; font-size: 13px; }
.progress-card { display: grid; gap: 8px; }
.progress-card i { height: 9px; border-radius: 999px; background: linear-gradient(90deg, var(--blue) var(--value), #e5ecef var(--value)); }
.logo-band {
  width: min(1180px, 90vw);
  margin: 0 auto 70px;
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.logo-band span { padding: 22px; text-align: center; font-weight: 900; color: var(--muted); border-right: 1px solid var(--line); }
.logo-band span:last-child { border-right: 0; }
.award-marquee {
  position: relative;
  z-index: 5;
  overflow: hidden;
  margin: -44px auto 22px;
  width: min(1180px, 90vw);
  background: #061015;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: var(--shadow);
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: ksbpsMarquee 28s linear infinite;
}
.marquee-track span {
  display: inline-flex;
  align-items: center;
  min-height: 76px;
  padding: 0 34px;
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
  border-right: 1px solid rgba(255,255,255,.12);
}
.marquee-track span:nth-child(3n + 1) { color: #8cf0ce; }
.marquee-track span:nth-child(3n + 2) { color: #9cc3ff; }
.marquee-track span:nth-child(3n + 3) { color: #ffd166; }
@keyframes ksbpsMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.section { width: min(1180px, 90vw); margin: 0 auto; padding: 86px 0; }
.split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 56px; align-items: start; }
.section h2 { margin: 0; font-size: clamp(32px, 4.5vw, 58px); line-height: 1.04; }
.section-copy p:not(.eyebrow), .section-head p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.text-link { color: var(--blue); font-weight: 900; }
.service-stack { display: grid; gap: 16px; }
.feature-card {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 14px 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(242,248,250,.94));
  border: 1px solid var(--line);
  padding: 26px;
  box-shadow: 0 18px 50px rgba(7,17,21,.07);
  transition: .22s ease;
}
.feature-card:hover { transform: translateY(-5px); border-color: rgba(23,107,255,.34); }
.feature-card span { color: var(--coral); font-weight: 900; }
.feature-card h3, .feature-card p { margin: 0; }
.feature-card p { grid-column: 2; color: var(--muted); }
.dark {
  width: 100%;
  max-width: none;
  background: var(--night);
  color: var(--white);
  padding: 90px 5vw;
}
.dark .section-head, .dark .industry-grid { width: min(1180px, 100%); margin-inline: auto; }
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 34px;
  background: rgba(255,255,255,.18);
}
.industry-grid a {
  min-height: 112px;
  display: flex;
  align-items: end;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(16,33,40,.98), rgba(13,52,57,.9));
  font-size: 20px;
  font-weight: 900;
  transition: .2s ease;
}
.industry-grid a:nth-child(3n + 1):hover { background: linear-gradient(135deg, var(--blue), var(--violet)); transform: translateY(-4px); }
.industry-grid a:nth-child(3n + 2):hover { background: linear-gradient(135deg, var(--green), var(--cyan)); transform: translateY(-4px); }
.industry-grid a:nth-child(3n + 3):hover { background: linear-gradient(135deg, var(--coral), var(--gold)); transform: translateY(-4px); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.section-head h2 { max-width: 820px; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.home-showcase { padding-top: 40px; }
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(210px, auto);
  gap: 16px;
}
.showcase-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 230px;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 8%, rgba(19,200,255,.22), transparent 28%),
    linear-gradient(135deg, #071115, #102128);
  color: var(--white);
  border: 1px solid rgba(255,255,255,.14);
  transition: .25s ease;
}
.showcase-card::before {
  content: "";
  position: absolute;
  inset: -40% -20% auto auto;
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  transform: rotate(18deg);
  opacity: .62;
}
.showcase-card:nth-child(2)::before { background: linear-gradient(135deg, var(--coral), var(--blue)); }
.showcase-card:nth-child(3)::before { background: linear-gradient(135deg, #ffd166, var(--green)); }
.showcase-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}
.showcase-card.tall { grid-row: span 2; }
.showcase-card.wide { grid-column: span 2; }
.showcase-card span, .showcase-card h3, .showcase-card p { position: relative; }
.showcase-card span {
  color: #8cf0ce;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
}
.showcase-card h3 {
  margin: 10px 0;
  font-size: 27px;
  line-height: 1.08;
}
.showcase-card p {
  margin: 0;
  color: #d8e3e7;
}
.case-card { background: var(--white); border: 1px solid var(--line); overflow: hidden; box-shadow: 0 20px 54px rgba(7,17,21,.08); transition: .22s ease; }
.case-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.case-card img { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.case-card div { padding: 22px; }
.case-card span { color: var(--green); font-weight: 900; font-size: 13px; text-transform: uppercase; }
.case-card h3 { margin: 8px 0; font-size: 24px; line-height: 1.14; }
.case-card p { color: var(--muted); margin: 0; }
.cta-section {
  width: min(1180px, 90vw);
  margin: 30px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  background:
    radial-gradient(circle at 85% 8%, rgba(255,191,63,.34), transparent 22%),
    linear-gradient(135deg, #dff6ec, #eaf0ff 48%, #fff1e8);
  border: 1px solid var(--line);
}
.cta-section h2 { margin: 0; font-size: clamp(28px, 4vw, 48px); line-height: 1.06; }
.site-footer {
  padding: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(23,107,255,.2), transparent 26%),
    radial-gradient(circle at 86% 18%, rgba(15,159,120,.18), transparent 28%),
    linear-gradient(180deg, #020708, #071115 58%, #031b1b);
  color: var(--white);
  overflow: hidden;
}
.footer-shell {
  width: min(1240px, 90vw);
  margin: 0 auto;
  padding: 72px 0 26px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 360px);
  gap: 34px;
  align-items: stretch;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-brand-block p {
  max-width: 560px;
  color: #c7d3d8;
  font-size: 18px;
}
.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}
.footer-socials a {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.16);
  color: var(--white);
  font-weight: 900;
  text-transform: uppercase;
}
.footer-cta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 180px;
  padding: 26px;
  background: linear-gradient(135deg, var(--blue), var(--green));
  color: var(--white);
  overflow: hidden;
}
.footer-cta::after {
  content: "→";
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 46px;
  line-height: 1;
}
.footer-cta span { color: rgba(255,255,255,.82); font-weight: 800; }
.footer-cta strong { margin-top: 10px; font-size: 34px; line-height: 1; }
.footer-offices {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 34px 0;
  background: rgba(255,255,255,.12);
}
.footer-offices article {
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(7,17,21,.98), rgba(14,38,45,.95));
}
.footer-offices .flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 30px;
  margin-bottom: 18px;
  background: #111f26;
  border: 1px solid rgba(255,255,255,.14);
  color: #8cf0ce;
  font-size: 12px;
  font-weight: 900;
}
.footer-offices h3, .footer-nav-grid h3 {
  margin: 0 0 14px;
  color: var(--white);
}
.footer-offices p {
  margin: 0;
  color: #aebcc2;
}
.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  padding: 38px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.footer-nav-grid a {
  position: relative;
  display: block;
  margin: 10px 0;
  color: #aebcc2;
  font-size: 15px;
  transition: .2s ease;
}
.footer-nav-grid h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  background: linear-gradient(90deg, var(--blue), var(--green));
}
.footer-nav-grid a:hover,
.footer-socials a:hover,
.footer-bottom a:hover {
  color: var(--white);
  transform: translateX(4px);
}
.footer-units {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 1px;
  margin: 34px 0;
  background: rgba(255,255,255,.12);
}
.footer-units span,
.footer-units a {
  min-height: 82px;
  display: flex;
  align-items: center;
  padding: 18px 22px;
  background: rgba(7,17,21,.88);
  color: #d9e6ea;
  font-weight: 900;
}
.footer-units span { color: #8cf0ce; }
.footer-units a:nth-child(2) { background: linear-gradient(135deg, rgba(23,107,255,.22), rgba(7,17,21,.92)); }
.footer-units a:nth-child(3) { background: linear-gradient(135deg, rgba(15,159,120,.22), rgba(7,17,21,.92)); }
.footer-units a:nth-child(4) { background: linear-gradient(135deg, rgba(242,107,79,.22), rgba(7,17,21,.92)); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  color: #8e9ca2;
  font-size: 14px;
}
.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom a { color: #aebcc2; }
.footer-bottom p { margin: 0; }
.page-hero {
  padding: 150px 5vw 82px;
  background:
    radial-gradient(circle at 84% 20%, rgba(23,107,255,.12), transparent 28%),
    linear-gradient(135deg, #eef7f4, #f7faf8 48%, #eaf0ff);
}
.page-hero-inner { width: min(1180px, 100%); margin: 0 auto; }
.page-hero h1 {
  color: var(--ink);
  max-width: 880px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.04;
  text-wrap: balance;
}
.page-hero p:not(.eyebrow) {
  color: #50616b;
  max-width: 760px;
  font-weight: 600;
}
.directory-grid, .detail-grid, .contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.directory-card, .detail-card, .contact-card, .form-card {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 24px;
}
.directory-card h3, .detail-card h3 { margin-top: 0; }
.directory-card ul, .detail-card ul { padding-left: 18px; color: var(--muted); }
.detail-grid { grid-template-columns: repeat(2, 1fr); }
.detail-card { scroll-margin-top: 100px; }
.contact-layout { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: 28px; align-items: start; }
.contact-layout .contact-grid { grid-template-columns: 1fr; }
.contact-layout .contact-card { min-width: 0; overflow-wrap: anywhere; }
.contact-layout .form-card { min-width: 0; }
.form-card h2 { margin-top: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.02; }
.contact-card h3 { margin: 0 0 8px; }
.contact-card p { color: var(--muted); margin: 0 0 6px; }
form { display: grid; gap: 14px; }
label { display: grid; gap: 6px; font-weight: 800; }
input, textarea, select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  padding: 12px;
  font: inherit;
  background: #fbfdfc;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: rgba(23,107,255,.62);
  box-shadow: 0 0 0 4px rgba(23,107,255,.12);
}
textarea { min-height: 140px; resize: vertical; }
.directory-card,
.detail-card,
.contact-card,
.form-card,
.footer-offices article,
.footer-units a,
.footer-socials a,
.case-card,
.feature-card,
.showcase-card,
.link-card {
  position: relative;
  overflow: hidden;
  will-change: transform;
}
.directory-card::after,
.detail-card::after,
.contact-card::after,
.form-card::after,
.footer-offices article::after,
.case-card::after,
.feature-card::after,
.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(23,107,255,.16), transparent 34%);
  opacity: 0;
  transition: opacity .2s ease;
}
.directory-card:hover::after,
.detail-card:hover::after,
.contact-card:hover::after,
.form-card:hover::after,
.footer-offices article:hover::after,
.case-card:hover::after,
.feature-card:hover::after,
.showcase-card:hover::after {
  opacity: 1;
}
.directory-card,
.detail-card,
.contact-card,
.form-card,
.footer-offices article,
.footer-units a {
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, filter .22s ease;
}
.directory-card:hover,
.detail-card:hover,
.contact-card:hover,
.form-card:hover,
.footer-offices article:hover,
.footer-units a:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(7,17,21,.12);
  border-color: rgba(23,107,255,.35);
  filter: saturate(1.08);
}
.footer-socials a:hover {
  transform: translateY(-4px) rotate(-2deg);
  border-color: rgba(140,240,206,.5);
}
.mega-panel a,
.main-nav > a,
.nav-item > a {
  transition: color .18s ease, transform .18s ease;
}
.main-nav > a:hover,
.nav-item > a:hover,
.mega-panel a:hover {
  transform: translateY(-2px);
}
.reveal { opacity: 0; transform: translateY(24px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 900px) {
  .top-strip { flex-direction: column; gap: 4px; text-align: center; }
  .nav-toggle { display: flex; }
  .main-nav {
    position: fixed;
    inset: 119px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px 5vw;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }
  .main-nav.open { display: flex; }
  .nav-item { padding: 0; }
  .mega-panel { position: static; transform: none; width: 100%; opacity: 1; pointer-events: auto; grid-template-columns: 1fr; box-shadow: none; margin-top: 12px; }
  .hero { min-height: auto; }
  .hero::after { background: rgba(247,250,248,.9); }
  .hero-grid, .split, .contact-layout { grid-template-columns: 1fr; padding: 64px 0; }
  .hero h1, .page-hero h1 { font-size: 42px; }
  .page-hero { padding-top: 150px; }
  .page-hero p:not(.eyebrow) { font-size: 16px; }
  .contact-layout .contact-grid { grid-template-columns: 1fr; }
  .logo-band, .industry-grid, .case-grid, .directory-grid, .detail-grid, .contact-grid, .site-footer, .process-grid, .stats-wall, .showcase-grid, .footer-top, .footer-offices, .footer-nav-grid, .footer-units { grid-template-columns: 1fr; }
  .showcase-card.tall, .showcase-card.wide { grid-column: auto; grid-row: auto; }
  .logo-band { margin-top: 0; }
  .logo-band span { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head, .cta-section { display: block; }
  .cta-section .button { margin-top: 22px; }
  .footer-shell { width: min(100% - 36px, 1240px); padding-top: 48px; }
  .footer-cta strong { font-size: 28px; }
  .footer-bottom { display: block; }
  .footer-bottom p { margin-top: 14px; }
}
