@font-face { font-family: "Manrope"; src: url("../fonts/manrope-400.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-600.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-700.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-800.ttf") format("truetype"); font-weight: 800; font-display: swap; }

:root {
  --ink: #081d2d;
  --muted: #647483;
  --blue: #0b8fd7;
  --blue-dark: #075c9f;
  --cyan: #dff4ff;
  --green: #2fc58d;
  --line: rgba(8, 29, 45, .12);
  --paper: #f5f9fc;
  --white: #fff;
  --shadow: 0 22px 70px rgba(8, 29, 45, .11);
  --shadow-strong: 0 30px 90px rgba(8, 29, 45, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 12% 18%, rgba(47, 197, 141, .13), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(11, 143, 215, .16), transparent 30%),
    linear-gradient(180deg, #f7fbff, #f4f8fb);
  content: "";
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
svg { width: 1.08em; height: 1.08em; stroke-width: 2.2; }
.container { max-width: 1180px; }
.section { padding: 82px 0; }
.section-tight { padding: 58px 0; }
.bg-white { background: var(--white); }
.bg-dark { background: #061923; color: #fff; }
.text-muted { color: var(--muted) !important; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}
.display-title,
.section-title {
  margin: 0;
  font-weight: 800;
  letter-spacing: 0;
  line-height: .98;
}
.display-title { font-size: clamp(2.8rem, 4.7vw, 4.9rem); }
.section-title { font-size: clamp(2.25rem, 4.7vw, 4.8rem); }
.lead-copy {
  max-width: 760px;
  color: #51606f;
  font-size: clamp(1.05rem, 1.55vw, 1.28rem);
}
.section-heading { max-width: 820px; }
.section-heading.center { margin-inline: auto; text-align: center; }

.btn {
  min-height: 50px;
  border-radius: 10px;
  padding: .78rem 1.25rem;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary,
.btn-dark {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
}
.btn-primary:hover,
.btn-dark:hover {
  border-color: var(--blue-dark);
  background: var(--blue-dark);
  box-shadow: 0 12px 28px rgba(11, 143, 215, .25);
}
.btn-outline-dark {
  border: 1px solid rgba(11, 143, 215, .45);
  color: var(--ink);
}
.btn-outline-dark:hover { border-color: var(--blue); background: var(--blue); color: #fff; }
.icon-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; }
.icon-only { display: inline-grid; width: 48px; min-width: 48px; padding: 0; place-items: center; }

.site-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040;
  padding: 14px 0;
  transition: background .25s ease, padding .25s ease, box-shadow .25s ease;
}
.site-nav.scrolled {
  padding: 8px 0;
  background: rgba(245, 249, 252, .88);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(14px);
}
.nav-shell {
  min-height: 66px;
  padding: 9px 10px 9px 18px;
  border: 1px solid rgba(8, 29, 45, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 50px rgba(8, 29, 45, .08);
}
.navbar-brand { color: var(--ink); font-weight: 800; }
.brand-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  place-items: center;
  background: var(--blue);
  color: #fff;
  font-weight: 800;
}
.navbar-nav { gap: 4px; }
.site-nav .nav-link {
  padding: .62rem .8rem !important;
  border-radius: 9px;
  color: #2a3a48;
  font-size: .9rem;
  font-weight: 800;
}
.site-nav .nav-link:hover,
.site-nav .nav-link.active { background: #eef8ff; color: var(--blue); }
.navbar-toggler { border: 0; box-shadow: none !important; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 104px 0 68px;
  background:
    linear-gradient(135deg, rgba(234, 247, 255, .98), rgba(255, 255, 255, .95) 55%, rgba(225, 247, 239, .7)),
    radial-gradient(circle at 86% 14%, rgba(11, 143, 215, .2), transparent 34%);
}
.hero::before,
.page-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(8, 29, 45, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 29, 45, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, #000, transparent 88%);
  content: "";
  pointer-events: none;
}
.hero .container,
.page-hero .container {
  position: relative;
  z-index: 1;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
}
.hero .display-title {
  max-width: 760px;
}
.hero .lead-copy {
  max-width: 690px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 34px;
}
.hero-proof div {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
}
.hero-proof div::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
}
.hero-proof div:nth-child(1)::after { background: linear-gradient(90deg, #0b8fd7, #2fc58d); }
.hero-proof div:nth-child(2)::after { background: linear-gradient(90deg, #7c3aed, #0b8fd7); }
.hero-proof div:nth-child(3)::after { background: linear-gradient(90deg, #f59e0b, #2fc58d); }
.hero-proof strong { display: block; font-size: 1.45rem; line-height: 1; }
.hero-proof div:nth-child(1) strong { color: var(--blue); }
.hero-proof div:nth-child(2) strong { color: #7c3aed; }
.hero-proof div:nth-child(3) strong { color: #119468; }
.hero-proof span { display: block; margin-top: 7px; color: var(--muted); font-size: .78rem; font-weight: 700; }
.hero-visual {
  position: relative;
  display: grid;
  min-height: 590px;
  align-items: end;
  align-content: end;
  padding: 22px;
}
.hero-image-panel {
  overflow: hidden;
  border: 1px solid rgba(8, 29, 45, .1);
  border-radius: 28px;
  box-shadow: var(--shadow-strong);
}
.hero-panel-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-image-panel::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 25, 35, .02), rgba(6, 25, 35, .55));
  content: "";
}
.dashboard-card,
.floating-card {
  border: 1px solid rgba(8, 29, 45, .1);
  border-radius: 18px;
  background: rgba(255, 255, 255, .9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.dashboard-card {
  position: relative;
  z-index: 3;
  width: min(100%, 420px);
  margin-left: 0;
  padding: 22px;
  transform: none;
}
.dashboard-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 18px; }
.dashboard-top .eyebrow { margin-bottom: 8px; }
.dashboard-top h2 { font-size: 1.35rem; line-height: 1.12; }
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #e8fff5;
  color: #117450;
  font-size: .75rem;
  font-weight: 800;
}
.status-pill::before { width: 7px; height: 7px; border-radius: 50%; background: var(--green); content: ""; }
.metric-list { display: grid; gap: 12px; }
.metric-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.metric-row span { color: var(--muted); font-size: .78rem; font-weight: 700; }
.metric-row strong { color: var(--blue); font-size: 1rem; }
.chart-bars { display: flex; align-items: end; gap: 9px; height: 108px; margin-top: 16px; padding: 14px; border-radius: 12px; background: #f4f9fd; }
.chart-bars i { flex: 1; min-width: 8px; border-radius: 7px 7px 0 0; background: linear-gradient(180deg, var(--blue), var(--green)); }
.floating-card {
  position: relative;
  z-index: 3;
  justify-self: start;
  width: min(100%, 420px);
  max-width: 420px;
  margin-top: 12px;
  padding: 16px 18px;
}
.floating-card strong,
.floating-card span { display: block; }
.floating-card span { margin-top: 6px; color: var(--muted); }

.logo-strip { padding: 24px 0; overflow: hidden; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.logo-strip .strip-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; color: #425565; font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.logo-strip .strip-inner span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 29, 45, .05);
}
.logo-strip svg { color: var(--blue); }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.industry-image-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card,
.info-card,
.industry-card,
.step-card {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(8, 29, 45, .06);
  transition: transform .22s ease, box-shadow .22s ease;
}
.service-card::after,
.info-card::after,
.industry-card::after,
.step-card::after {
  position: absolute;
  inset: auto -40px -60px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(11, 143, 215, .12), transparent 68%);
  content: "";
  transition: transform .25s ease, opacity .25s ease;
}
.service-card:hover,
.info-card:hover,
.industry-card:hover,
.step-card:hover {
  box-shadow: var(--shadow-strong);
  transform: translateY(-5px);
}
.service-card:hover::after,
.info-card:hover::after,
.industry-card:hover::after,
.step-card:hover::after { transform: scale(1.25); }
.card-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  border-radius: 13px;
  place-items: center;
  background: #eef8ff;
  color: var(--blue);
}
.card-icon svg { width: 26px; height: 26px; }
.service-card h3,
.info-card h3,
.industry-card h3,
.step-card h3 { font-size: 1.28rem; font-weight: 800; }
.service-card p,
.info-card p,
.industry-card p,
.step-card p { color: var(--muted); }
.arrow-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--blue); font-size: .86rem; font-weight: 800; }

.industry-image-card {
  min-height: 0;
  padding: 0;
}
.industry-image-card img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  transition: transform .35s ease;
}
.industry-image-card:hover img { transform: scale(1.05); }
.industry-card-body {
  position: relative;
  z-index: 1;
  padding: 24px;
  background: #fff;
}
.industry-card-body .card-icon {
  margin-top: -52px;
  border: 4px solid #fff;
  box-shadow: 0 12px 28px rgba(8, 29, 45, .12);
}

.split-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 54px;
  align-items: center;
}
.feature-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
}
.image-overlay-panel .panel-body {
  margin: -120px 22px 22px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 16px;
  background: rgba(6, 25, 35, .82);
  color: #fff;
  backdrop-filter: blur(14px);
}
.feature-panel img { width: 100%; height: 380px; object-fit: cover; }
.feature-panel .panel-body { padding: 28px; }
.check-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; color: #334454; font-weight: 700; }
.check-list svg { flex: 0 0 auto; margin-top: 4px; color: var(--green); }

.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.step-card { min-height: 250px; }
.step-number { display: inline-grid; width: 36px; height: 36px; margin-bottom: 28px; border-radius: 50%; place-items: center; background: var(--blue); color: #fff; font-size: .82rem; font-weight: 800; }

.cta {
  padding: 76px 0;
  background: linear-gradient(135deg, #062033, #073b60);
  color: #fff;
}
.cta .section-title,
.cta .lead-copy,
.bg-dark .section-title,
.bg-dark .lead-copy { color: #fff; }
.cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 66px;
  background: linear-gradient(135deg, #eaf7ff, #fff 62%);
}
.page-hero.center { text-align: center; }
.page-hero.center .lead-copy { margin-inline: auto; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; }
.contact-card,
.contact-form {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.contact-card {
  background: linear-gradient(145deg, #062033, #074a75);
  color: #fff;
}
.contact-card .lead-copy,
.contact-card a,
.contact-card p { color: rgba(255, 255, 255, .78); }
.contact-item { display: flex; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
.contact-item svg { color: var(--green); flex: 0 0 auto; margin-top: 4px; }
.form-control,
.form-select {
  min-height: 52px;
  border-color: var(--line);
  border-radius: 10px;
}
textarea.form-control { min-height: 140px; }
.form-status { margin-top: 12px; color: var(--muted); font-size: .9rem; }

.accordion-item { border-color: var(--line); }
.accordion-button { font-weight: 800; box-shadow: none !important; }
.accordion-button:not(.collapsed) { background: #eef8ff; color: var(--blue); }

.service-showcase {
  background:
    linear-gradient(135deg, #061923, #07365a);
  color: #fff;
}
.service-showcase .section-title,
.service-showcase .lead-copy { color: #fff; }
.capability-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.capability-cloud span {
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .84);
  font-weight: 800;
  backdrop-filter: blur(10px);
  transition: transform .22s ease, background .22s ease;
}
.capability-cloud span:hover {
  background: rgba(255, 255, 255, .16);
  transform: translateY(-3px);
}

.services-hero {
  background:
    linear-gradient(135deg, rgba(234, 247, 255, .96), rgba(255, 255, 255, .94)),
    url("https://images.unsplash.com/photo-1556761175-4b46a572b786?auto=format&fit=crop&w=1800&q=80") center/cover;
}
.service-jump-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}
.service-jump-grid a {
  display: grid;
  min-height: 112px;
  align-content: center;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(8, 29, 45, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 44px rgba(8, 29, 45, .08);
  color: #243746;
  font-weight: 800;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.service-jump-grid a:hover {
  background: #fff;
  box-shadow: var(--shadow);
  color: var(--blue);
  transform: translateY(-5px);
}
.service-jump-grid svg {
  width: 28px;
  height: 28px;
  color: var(--blue);
}
.featured-card {
  background: linear-gradient(145deg, #eef8ff, #fff) !important;
  border-color: rgba(11, 143, 215, .24);
}
.lifecycle-track {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.lifecycle-track span {
  display: grid;
  min-height: 86px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: #223746;
  font-size: .82rem;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 14px 34px rgba(8, 29, 45, .06);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
[data-reveal].revealed { opacity: 1; transform: none; }

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 0 0 26px;
  background:
    radial-gradient(circle at 12% 20%, rgba(11, 143, 215, .24), transparent 28%),
    linear-gradient(135deg, #04131f, #06243a 54%, #04131f);
  color: #fff;
}
.site-footer::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  pointer-events: none;
}
.site-footer .container { position: relative; z-index: 1; }
.site-footer .footer-grid {
  padding-top: 54px;
}
.site-footer .footer-grid::before {
  grid-column: 1 / -1;
  display: grid;
  min-height: 150px;
  align-content: center;
  margin-bottom: 8px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  font-weight: 800;
  line-height: 1.05;
  content: "Build your India workforce with local compliance and global confidence.";
}
.footer-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 34px; }
.footer-title { margin-bottom: 16px; color: #fff; font-weight: 800; }
.footer-links { display: grid; gap: 10px; }
.footer-links a,
.site-footer p,
.footer-bottom { color: rgba(255, 255, 255, .66); }
.footer-links a {
  transition: color .2s ease, transform .2s ease;
}
.footer-links a:hover {
  color: #fff !important;
  transform: translateX(3px);
}
.site-footer .brand-mark {
  box-shadow: 0 12px 30px rgba(11, 143, 215, .28);
}
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; }

@media (max-width: 1199px) {
  .display-title { font-size: clamp(2.8rem, 5.1vw, 4.45rem); }
  .hero-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
    gap: 28px;
  }
  .dashboard-card,
  .floating-card { width: min(100%, 400px); max-width: 400px; }
  .service-jump-grid { grid-template-columns: repeat(3, 1fr); }
  .lifecycle-track { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 991px) {
  .hero { padding: 108px 0 66px; }
  .hero-grid,
  .split-section,
  .contact-grid,
  .cta-card { grid-template-columns: 1fr; }
  .hero .display-title,
  .hero .lead-copy {
    max-width: 820px;
  }
  .hero-visual {
    min-height: 560px;
    align-items: end;
  }
  .dashboard-card {
    width: 100%;
    max-width: none;
    margin-left: 0;
    transform: none;
  }
  .floating-card {
    position: relative;
    justify-self: stretch;
    max-width: none;
    width: 100%;
    margin-top: 0;
  }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-image-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .service-jump-grid { grid-template-columns: repeat(2, 1fr); }
  .lifecycle-track { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-actions { margin-top: 12px; }
}

@media (max-width: 767px) {
  .section { padding: 72px 0; }
  .display-title { font-size: clamp(2.45rem, 11.2vw, 3.7rem); line-height: 1.03; }
  .section-title { font-size: clamp(2.15rem, 10vw, 3.4rem); }
  .hero { padding: 98px 0 58px; }
  .hero-grid { gap: 36px; }
  .hero-visual {
    min-height: 520px;
    padding: 14px;
    border-radius: 20px;
  }
  .hero-proof,
  .card-grid,
  .industry-image-grid,
  .process-grid,
  .footer-grid { grid-template-columns: 1fr; }
  .hero-actions .btn,
  .cta-card .btn { width: 100%; }
  .feature-panel img { height: 250px; }
  .industry-image-card img { height: 230px; }
  .image-overlay-panel .panel-body {
    margin: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: var(--ink);
  }
  .image-overlay-panel .panel-body p { color: var(--muted); }
  .footer-bottom { flex-direction: column; }
  .site-footer .footer-grid::before {
    min-height: 0;
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .container { padding-inline: 20px; }
  .nav-shell { padding: 8px 10px 8px 12px; }
  .navbar-brand span:last-child { font-size: .9rem; }
  .brand-mark { width: 38px; height: 38px; }
  .hero-proof div,
  .dashboard-card,
  .floating-card,
  .service-card,
  .info-card,
  .industry-card,
  .step-card,
  .contact-card,
  .contact-form { border-radius: 12px; }
  .dashboard-card { padding: 20px; }
  .hero-visual { min-height: 560px; }
  .dashboard-top { align-items: flex-start; flex-direction: column; gap: 12px; }
  .metric-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .logo-strip .strip-inner {
    justify-content: flex-start;
    gap: 10px;
  }
  .logo-strip .strip-inner span {
    padding: 8px 10px;
  }
  .service-jump-grid,
  .lifecycle-track { grid-template-columns: 1fr; }
  .service-jump-grid a { min-height: 86px; }
  .capability-cloud span {
    width: 100%;
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
