@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&family=Inter:wght@300;400;500;600;700;800&family=Montserrat:wght@500;600;700;800&family=Syne:wght@400;500;600;700&display=swap");

:root {
  --ink: #061044;
  --black: #050505;
  --blue: #0577d8;
  --bright-blue: #0078f0;
  --deep-blue: #071f69;
  --soft-blue: #eef3ff;
  --text: #151922;
  --muted: #626876;
  --line: #e7eaf2;
  --white: #fff;
  --radius: 7px;
  --max: 1296px;
  --pad: clamp(18px, 5vw, 72px);
  --page-gutter: clamp(20px, 5vw, 60px);
  --section-space: clamp(56px, 6vw, 80px);
  --section-gap: clamp(24px, 3vw, 40px);
  --pad-section: var(--section-space);
  --img-meeting: url("https://images.unsplash.com/photo-1551836022-d5d88e9218df?auto=format&fit=crop&w=1200&q=80");
  --img-crowd: url("https://images.unsplash.com/photo-1491438590914-bc09fcaaf77a?auto=format&fit=crop&w=1200&q=80");
  --img-workshop: url("https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1200&q=80");
  --img-product: url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1200&q=80");
  --img-walk: url("https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1200&q=80");
  --img-respondents: url("assets/respondents-crowd.png");
  --img-serve-market: url("assets/serve-market.png");
  --img-serve-agencies: url("assets/serve-agencies.png");
  --img-serve-brands: url("assets/serve-brands.png");
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--text);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.48;
  background: var(--white);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  padding: 9px var(--pad);
  background: var(--ink);
  color: var(--white);
}

.brand { width: clamp(110px, 11vw, 150px); }
.brand img, .site-footer img { filter: brightness(0) invert(1); }

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.7vw, 34px);
  font-size: 12px;
}

.site-nav a { color: rgba(255,255,255,.75); }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--white); }

.nav-cta,
.button.primary {
  border-radius: 999px;
  background: #0847ff;
  color: var(--white);
}

.nav-cta { padding: 7px 16px; }

.menu-toggle {
  display: none;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: transparent;
  color: var(--white);
}

.menu-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero,
.section,
.contact-band,
.site-footer {
  padding-right: var(--pad);
  padding-left: var(--pad);
}

.section {
  max-width: none;
  padding-top: clamp(44px, 5.5vw, 76px);
  padding-bottom: clamp(44px, 5.5vw, 76px);
}

.section > *,
.hero > *,
.contact-band > *,
.site-footer > * {
  max-width: var(--max);
}

.section > * {
  margin-right: auto;
  margin-left: auto;
}

.hero {
  display: grid;
  min-height: clamp(300px, 38vw, 480px);
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding-top: clamp(46px, 6vw, 76px);
  padding-bottom: clamp(46px, 6vw, 76px);
  background: var(--black);
  color: var(--white);
}

.white-hero {
  display: block;
  min-height: 0;
  padding-top: clamp(58px, 7vw, 94px);
  padding-bottom: 0;
  background: var(--white);
  color: var(--text);
  text-align: center;
}

.white-hero .hero-copy {
  max-width: 620px;
  margin: 0 auto clamp(38px, 5vw, 62px);
}

.inner-hero { min-height: clamp(280px, 34vw, 420px); }

.hero-copy { max-width: 560px; }

.hero-visual { display: none; }

.about-hero .hero-visual {
  display: block;
  width: min(440px, 100%);
  justify-self: end;
}

.about-hero .photo-card { min-height: 250px; }

.eyebrow {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hero:not(.white-hero) .eyebrow,
.contact-band .eyebrow {
  color: #8cc9ff;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.1; letter-spacing: 0; }

h1 {
  margin-bottom: 18px;
  color: inherit;
  font-size: clamp(36px, 5vw, 64px);
  text-transform: none;
}

.white-hero h1 {
  font-size: clamp(26px, 4vw, 42px);
  font-weight: 900;
}

.inner-hero h1 {
  font-size: clamp(34px, 4.5vw, 58px);
}

h2 {
  margin-bottom: 14px;
  color: var(--text);
  font-size: clamp(24px, 3.2vw, 42px);
  font-weight: 900;
}

h3 {
  margin-bottom: 8px;
  color: var(--text);
  font-size: clamp(17px, 1.7vw, 22px);
}

p { color: var(--muted); }

.hero:not(.white-hero) p:not(.eyebrow) {
  color: rgba(255,255,255,.72);
}

.button-row {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.hero:not(.white-hero) .button-row { justify-content: flex-start; }

.button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 9px 17px;
  font-size: 13px;
  font-weight: 800;
}

.button.ghost {
  border-color: currentColor;
  color: inherit;
}

.pale { background: var(--soft-blue); }

.section-heading {
  max-width: 700px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading.compact { max-width: 620px; }

.value-row {
  display: grid;
  max-width: var(--max);
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 auto;
  padding: 0 var(--pad);
  background: var(--white);
}

.value-row article {
  min-height: 128px;
  padding: clamp(20px, 3vw, 34px);
  background: var(--deep-blue);
  color: var(--white);
  text-align: center;
}

.value-row article:nth-child(2) { background: #0075da; }
.value-row article:nth-child(3) { background: #0584dc; }
.value-row h2 { color: inherit; font-size: clamp(18px, 2vw, 24px); }
.value-row p { margin: 0; color: rgba(255,255,255,.78); }

.home-intro {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(420px, 0.82fr) minmax(0, 1.55fr);
  gap: clamp(48px, 6vw, 86px);
  align-items: start;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 72px) clamp(70px, 7vw, 118px) clamp(34px, 5vw, 54px);
  background: var(--white);
}

.intro-copy h1 {
  max-width: 560px;
  margin-bottom: 18px;
  color: var(--black);
  font-size: clamp(42px, 4.4vw, 60px);
  font-weight: 900;
  line-height: 1.04;
}

.intro-copy h1::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 18px;
  background: var(--blue);
}

.intro-copy h1 span {
  color: var(--blue);
}

.intro-copy p {
  max-width: 540px;
  color: #222733;
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.62;
}

.intro-copy .button-row {
  justify-content: flex-start;
  margin-top: 28px;
}

.intro-copy .button {
  min-width: 132px;
  min-height: 44px;
  border-radius: 4px;
}

.intro-copy .button.ghost {
  border-color: rgba(0, 87, 255, 0.55);
  color: var(--blue);
}

.intro-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  padding-top: 6px;
}

.intro-features article {
  min-height: clamp(340px, 28vw, 380px);
  border-left: 1px solid var(--line);
  padding: 0 clamp(26px, 3vw, 46px);
}

.intro-features article:last-child {
  border-right: 1px solid var(--line);
}

.feature-icon {
  position: relative;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(0, 87, 255, 0.08);
  color: var(--blue);
}

.feature-icon::before,
.feature-icon::after {
  content: "";
  position: absolute;
}

.icon-idea::before {
  width: 18px;
  height: 22px;
  border: 3px solid currentColor;
  border-bottom-width: 5px;
  border-radius: 50% 50% 42% 42%;
}

.icon-idea::after {
  width: 26px;
  height: 26px;
  border: 2px dashed currentColor;
  border-radius: 999px;
  opacity: .55;
}

.icon-growth::before {
  width: 24px;
  height: 22px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
}

.icon-growth::after {
  width: 24px;
  height: 24px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(-8deg);
}

.icon-people::before {
  width: 26px;
  height: 16px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  bottom: 11px;
}

.icon-people::after {
  width: 30px;
  height: 12px;
  border-top: 3px solid currentColor;
  border-radius: 999px;
  top: 12px;
}

.serve-text {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 24px 12px;
  align-items: center;
}

.serve-text h3 {
  margin: 0 0 12px;
  color: var(--black);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 800;
}

.serve-text p {
  margin: 0;
  color: var(--text-light);
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.6;
}

.intro-features h2 {
  margin-bottom: 12px;
  color: var(--black);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.18;
}

.intro-features h2::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 14px;
  background: var(--blue);
}

.intro-features p {
  color: #323742;
  font-size: clamp(12.5px, .95vw, 14px);
  line-height: 1.65;
}

.clients-layout {
  display: grid;
  max-width: var(--max);
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
  margin: 0 auto;
}

.client-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.client-stat .eyebrow {
  margin: 0 0 2px;
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.client-stat strong {
  display: block;
  width: max-content;
  padding-bottom: 0.08em;
  background: linear-gradient(180deg, #006cff 0%, #0057ff 48%, #0b8bff 100%);
  background-clip: text;
  color: transparent;
  font-size: clamp(84px, 9vw, 126px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: .92;
}

.client-stat span {
  display: block;
  max-width: 130px;
  color: var(--text);
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 900;
  line-height: 1.15;
}

.clients-main > p {
  max-width: 680px;
  margin: 0 auto clamp(30px, 4vw, 48px);
  color: var(--text);
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}

.logo-grid {
  display: grid;
  max-width: var(--max);
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0 auto;
}

.logo-grid span {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--text);
  font-weight: 900;
}

.logo-wall {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: clamp(20px, 3vw, 38px) clamp(28px, 5vw, 78px);
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.logo-wall li {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  color: #0b0d12;
  filter: grayscale(1);
}

.logo-wall span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: clamp(15px, 1.45vw, 22px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.logo-wall .logo-heavy {
  font-size: clamp(19px, 1.8vw, 27px);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.logo-wall .logo-serif {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 500;
}

.logo-wall .logo-mark::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 9px;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.logo-wall .logo-emblem {
  flex-direction: column;
  gap: 5px;
  font-size: 10px;
  text-transform: uppercase;
}

.logo-wall .logo-emblem::before {
  content: "";
  width: 46px;
  height: 46px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background:
    linear-gradient(90deg, transparent 46%, currentColor 46% 54%, transparent 54%),
    linear-gradient(0deg, transparent 46%, currentColor 46% 54%, transparent 54%);
}

.logo-wall .logo-stack {
  display: block;
  font-size: clamp(15px, 1.55vw, 21px);
  font-weight: 900;
  line-height: .78;
  text-align: left;
}

.logo-wall .logo-ring {
  width: 52px;
  height: 52px;
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 20px;
  font-weight: 700;
}

.logo-wall .logo-box {
  padding: 10px 8px;
  background: currentColor;
  color: var(--white);
  font-size: 18px;
}

/* --- SUB SERVICES INTERACTIVE TABS --- */
.sub-services-widget {
  background: #F4F6FC;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 40px;
}

.sub-tabs-nav {
  display: flex;
  background: #EBF0F9;
  padding: 12px 12px 0;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.sub-tabs-nav::-webkit-scrollbar { display: none; }

.sub-tab-btn {
  padding: 16px 32px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  background: transparent;
  border: none;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.sub-tab-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}

.sub-tab-btn.is-active {
  background: #ffffff;
  color: #000;
  position: relative;
}

.sub-tab-btn.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  background: var(--blue);
  border-radius: 3px 3px 0 0;
}

.sub-tab-pane {
  display: none;
  padding: clamp(32px, 5vw, 56px);
}

.sub-tab-pane.is-active {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
}

.sub-tab-info h3 {
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 600;
  margin-bottom: 28px;
  color: #111;
}

.sub-tab-features {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
}

.sub-tab-features li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.sub-tab-features li strong {
  color: #111;
  font-weight: 700;
}

.sub-tab-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" fill="%230057ff" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>');
  background-size: contain;
}

.sub-tab-visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.08);
}

.sub-tab-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  display: block;
}

.floating-tags {
  position: absolute;
  top: 32px;
  right: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
}

.floating-tag {
  background: white;
  padding: 12px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  font-weight: 600;
  font-size: 13px;
  color: #111;
}

.floating-tag svg {
  width: 20px;
  height: 20px;
  stroke: var(--muted);
  fill: none;
}

@media (max-width: 900px) {
  .sub-tab-pane.is-active {
    grid-template-columns: 1fr;
  }
  .sub-tab-visual {
    order: -1;
  }
}

.split-section,
.about-intro,
.detail-intro {
  display: grid;
  max-width: var(--max);
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  margin: 0 auto;
}

.detail-intro .intro-heading h2 {
  font-weight: 500;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #111;
}

.detail-intro .intro-heading .eyebrow {
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 16px;
}

.detail-intro p,
.detail-intro .intro-copy p {
  color: #444;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.detail-intro .intro-copy p:last-child {
  margin-bottom: 0;
}

.about-intro .section-heading { margin: 0; text-align: left; }

.photo-card {
  min-height: 250px;
  border-radius: var(--radius);
  background: var(--photo, var(--img-meeting)) center / cover;
}

.photo-meeting { --photo: var(--img-meeting); }
.photo-crowd { --photo: var(--img-crowd); }
.photo-workshop { --photo: var(--img-workshop); }
.photo-product { --photo: var(--img-product); }
.photo-walk { --photo: var(--img-walk); }

.reference-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.reference-card-grid article {
  background: var(--white);
}

.reference-card-grid .photo-card {
  min-height: 210px;
  border-radius: 0;
}

.reference-card-grid h3,
.reference-card-grid p {
  padding: 0 16px;
}

.reference-card-grid h3 { margin-top: 16px; }
.reference-card-grid p { padding-bottom: 18px; }

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.offer-section {
  padding-top: clamp(52px, 6vw, 82px);
  padding-bottom: clamp(52px, 6vw, 82px);
}

.offer-panel {
  display: grid;
  max-width: var(--max);
  grid-template-columns: minmax(300px, 0.95fr) minmax(320px, 1fr) minmax(320px, 1fr);
  align-items: center;
  margin: 0 auto;
}

.offer-menu {
  position: relative;
  display: grid;
  gap: 12px;
  padding-left: 0;
}

.offer-menu a {
  position: relative;
  z-index: 2;
  display: block;
  border-radius: 8px;
  padding: 18px 24px;
  color: #646a76;
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 800;
  line-height: 1.2;
  transition: color .2s ease;
}

.tab-indicator {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: calc(100% + 108px);
  height: var(--tab-height, 68px);
  border-radius: 8px;
  background: #050b50;
  box-shadow: 0 18px 34px rgba(5, 5, 5, 0.12);
  transform: translate3d(0, var(--tab-y, 0px), 0);
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, height;
}

.offer-menu .is-active {
  color: var(--white);
}

.offer-photo {
  min-height: clamp(420px, 50vw, 640px);
  border-radius: 28px 0 0 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(5, 5, 5, 0.06)),
    var(--img-product) center / cover;
}

.offer-detail {
  box-sizing: border-box;
  display: grid;
  height: clamp(420px, 50vw, 640px);
  align-content: center;
  gap: 22px;
  border-radius: 0 28px 28px 0;
  padding: clamp(32px, 4vw, 44px);
  background: #f7f7f9;
}

.offer-detail h2 {
  max-width: 460px;
  margin: 0 0 8px;
  color: var(--black);
  font-size: clamp(18px, 1.8vw, 25px);
  font-weight: 900;
  line-height: 1.25;
}

.offer-detail ol {
  display: grid;
  gap: 18px;
  counter-reset: offer-step;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-detail li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px;
  align-items: start;
  counter-increment: offer-step;
}

.offer-detail li::before {
  content: counter(offer-step);
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.offer-detail strong {
  display: block;
  color: var(--blue);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.2;
}

.offer-detail li p {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.25;
}

.reason-grid,
.values-grid,
.solution-grid,
.process-row,
.profile-grid,
.industry-strip,
.vision-grid,
.info-pair {
  display: grid;
  max-width: var(--max);
  gap: 14px;
  margin: 0 auto;
}

.reason-grid,
.process-row,
.profile-grid,
.info-pair {
  grid-template-columns: repeat(3, 1fr);
}

.values-grid,
.solution-grid {
  grid-template-columns: repeat(4, 1fr);
}

.vision-grid { grid-template-columns: repeat(2, 1fr); }

.reason-grid article,
.values-grid article,
.solution-grid article,
.process-row article,
.info-pair article {
  border: 1px solid var(--line);
  padding: 18px;
  background: var(--white);
}

.solution-grid span {
  color: var(--blue);
  font-weight: 900;
}

.research-solutions {
  background: var(--white);
}

.research-solutions-intro {
  display: grid;
  max-width: 1180px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
  margin: 0 auto clamp(22px, 3vw, 34px);
}

.research-solutions-intro .eyebrow {
  margin: 0 0 14px;
  color: #075bff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.research-solutions-intro h2 {
  max-width: 540px;
  margin: 0;
  color: #1a1e27;
  font-size: clamp(24px, 2.25vw, 38px);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.research-solutions-intro > p {
  margin: 2px 0 0;
  color: #4b5262;
  font-size: clamp(15px, 1.1vw, 17px);
  font-weight: 400;
  line-height: 1.68;
}

.research-solutions .solution-grid {
  max-width: 1180px;
  gap: clamp(16px, 2vw, 28px);
}

.solution-grid .solution-tile {
  position: relative;
  display: flex;
  min-height: clamp(150px, 13vw, 190px);
  align-items: flex-end;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  padding: 0;
  background-color: #d9e0ec;
  background-position: center;
  background-size: cover;
  box-shadow: 0 12px 24px rgba(18, 24, 38, 0.14);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.solution-grid .solution-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(18, 24, 38, 0.22);
}

.solution-grid .solution-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 16, 0) 42%, rgba(5, 8, 16, 0.72) 100%);
}

.solution-grid .solution-tile span {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 12px 14px;
  color: var(--white);
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.42);
}

.solution-tile.photo-meeting { background-image: var(--img-meeting); }
.solution-tile.photo-crowd { background-image: var(--img-crowd); }
.solution-tile.photo-workshop { background-image: var(--img-workshop); }
.solution-tile.photo-product { background-image: var(--img-product); }

body[data-page="services"] .research-solutions .solution-grid {
  display: flex !important;
  max-width: var(--max) !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: clamp(18px, 2vw, 28px) !important;
}

body[data-page="services"] .solution-grid .solution-tile {
  flex: 1 1 0;
  min-width: 0;
  max-width: 250px;
  min-height: clamp(300px, 26vw, 390px);
  cursor: pointer;
  border-radius: 24px;
  outline: none;
}

body[data-page="services"] .solution-grid .solution-tile.is-active,
body[data-page="services"] .solution-grid .solution-tile:focus-visible {
  box-shadow: 0 18px 42px rgba(0, 87, 255, 0.22);
}

body[data-page="services"] .solution-grid .solution-tile span {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 20px 20px;
  font-size: clamp(28px, 2.4vw, 42px);
  font-weight: 900;
  text-align: center;
}

body[data-page="services"] .solution-details {
  display: none;
  flex: 0 0 clamp(250px, 22vw, 330px);
  align-self: center;
  padding: clamp(18px, 2vw, 26px) 0;
  background: var(--white);
}

body[data-page="services"] .solution-details.is-visible {
  display: block;
}

body[data-page="services"] .solution-details ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page="services"] .solution-details li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #1a1e27;
  font-size: clamp(17px, 1.45vw, 24px);
  font-weight: 500;
  line-height: 1.18;
}

body[data-page="services"] .solution-details li::before {
  content: "✓";
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
}

@media (max-width: 980px) {
  body[data-page="services"] .research-solutions .solution-grid {
    flex-wrap: wrap !important;
  }

  body[data-page="services"] .solution-grid .solution-tile {
    flex-basis: min(45%, 260px);
  }

  body[data-page="services"] .solution-details {
    flex: 1 1 min(45%, 300px);
  }
}

@media (max-width: 640px) {
  body[data-page="services"] .solution-grid .solution-tile,
  body[data-page="services"] .solution-details {
    flex-basis: 100%;
    max-width: 100%;
  }

  body[data-page="services"] .solution-grid .solution-tile {
    min-height: 320px;
  }
}

.industries-section {
  background: var(--white);
  padding-top: clamp(34px, 4vw, 54px);
  padding-bottom: clamp(38px, 4.5vw, 62px);
}

.industries-heading {
  max-width: 1180px;
  margin: 0 auto 14px;
}

.industries-heading h2 {
  margin: 0;
  color: #1a1e27;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.industries-section .industry-strip {
  --industry-gap: clamp(18px, 2.2vw, 28px);
  display: flex;
  width: max-content;
  max-width: none;
  gap: 0;
  margin: 0;
  will-change: transform;
}

.industry-marquee {
  width: min(100%, 1180px);
  margin: 0 auto;
  overflow: hidden;
  scrollbar-width: none;
}

.industry-marquee::-webkit-scrollbar {
  display: none;
}

.industry-track-group {
  display: flex;
  flex: 0 0 auto;
  gap: var(--industry-gap);
  padding-right: var(--industry-gap);
}

.industry-tile {
  position: relative;
  display: flex;
  flex: 0 0 clamp(230px, 20vw, 280px);
  min-height: clamp(150px, 13vw, 180px);
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  background-color: #d9e0ec;
  background-position: center;
  background-size: cover;
  box-shadow: 0 12px 24px rgba(18, 24, 38, 0.14);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.industry-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(18, 24, 38, 0.22);
}

.industry-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 16, 0) 42%, rgba(5, 8, 16, 0.76) 100%);
}

.industry-tile span {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 12px 14px;
  color: var(--white);
  font-size: clamp(16px, 1.35vw, 22px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.48);
}

.industry-real-estate {
  background-image: url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=900&q=80");
}

.industry-automotive {
  background-image: url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=900&q=80");
}

.industry-academics {
  background-image: url("https://images.unsplash.com/photo-1523580846011-d3a5bc25702b?auto=format&fit=crop&w=900&q=80");
}

.industry-tech-media {
  background-image: url("https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=900&q=80");
}

@media (prefers-reduced-motion: reduce) {
  .industries-section .industry-strip {
    animation: none;
    transform: none;
  }
}

.serve-section {
  overflow: hidden;
  padding-top: clamp(42px, 5vw, 64px);
  padding-bottom: clamp(44px, 5vw, 66px);
  background: var(--white);
}

.serve-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: var(--max);
  margin: 0 auto;
  align-items: stretch;
}

.serve-intro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  grid-column: 1 / -1;
  margin-bottom: 0;
  text-align: left;
  align-items: flex-start;
}

.serve-intro .eyebrow {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.serve-intro h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(38px, 4.4vw, 56px);
  font-weight: 900;
  line-height: 1;
}

.serve-intro p {
  max-width: 620px;
  margin: clamp(20px, 3vw, 34px) 0 0;
  color: #50545a;
  font-size: clamp(17px, 1.9vw, 24px);
  line-height: 1.42;
}

.discover-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: gap 0.25s ease, color 0.25s ease;
}

.discover-link:hover {
  color: var(--black);
  gap: 10px;
}

.serve-grid {
  display: contents; /* Fallback if any serve-grid remains */
}

.serve-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.serve-card.card-text-top {
  flex-direction: column;
}

.serve-card.card-text-top .serve-text {
  flex: 0 0 auto;
  aspect-ratio: 1.58 / 1;
  justify-content: center;
}

.serve-card:hover {
  transform: translate3d(0, -6px, 0);
}

.serve-photo-container {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1.58 / 1;
}

.serve-photo {
  width: 100%;
  height: 100%;
  background: var(--serve-photo) center / cover no-repeat;
  filter: grayscale(0.02) saturate(0.96);
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.serve-card:hover .serve-photo {
  transform: scale(1.04);
}

.photo-market {
  --serve-photo: var(--img-serve-market);
  background-position: center bottom;
}

.photo-agencies {
  --serve-photo: var(--img-serve-brands);
}

.photo-brands {
  --serve-photo: var(--img-serve-agencies);
}

.serve-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px 12px;
  background: transparent;
  text-align: center;
  align-items: center;
}

.serve-text h3 {
  margin: 0 0 12px;
  color: var(--black);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 800;
  line-height: 1.15;
}

.serve-text p {
  margin: 0;
  color: var(--text-light);
  font-size: clamp(14px, 1vw, 15px);
  line-height: 1.6;
}

.stats-section {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  border: 0;
  border-radius: 17px;
  background: var(--black);
  overflow: hidden;
}

.stats-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
  padding: clamp(34px, 4.4vw, 58px) clamp(34px, 4vw, 56px) 0;
  background: var(--black);
  color: var(--white);
}

.stats-header h2 {
  margin: 0 0 8px;
  color: inherit;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
}

.stats-header p {
  max-width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 700;
  line-height: 1.35;
}

.stats-header a {
  color: var(--white);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 700;
  text-transform: uppercase;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(14px, 1.6vw, 22px);
  padding: clamp(30px, 4vw, 54px) clamp(34px, 4vw, 56px) clamp(38px, 4.6vw, 64px);
}

.stats-grid article {
  display: flex;
  min-height: clamp(150px, 15vw, 200px);
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  border-radius: 0;
  padding: clamp(22px, 2.4vw, 32px);
  background: transparent;
  color: var(--white);
  text-align: left;
}

.stats-grid article:last-child {
  border: 0;
}

.stats-grid strong {
  display: block;
  color: var(--white);
  font-size: clamp(34px, 3.8vw, 54px);
  line-height: 1;
}

.stats-grid span {
  display: block;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(13px, 1.05vw, 16px);
  font-weight: 800;
  line-height: 1.25;
}

.faq-section {
  max-width: var(--max);
  margin: 0 auto;
}

.faq-section h2 {
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 500;
  line-height: 1.1;
}

.faq-section h2::after {
  content: "";
  display: block;
  width: 28px;
  height: 3px;
  margin-top: 10px;
  background: var(--blue);
}

.accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
}

.accordion article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--white);
}

.accordion button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 13px 18px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 400;
  line-height: 1.35;
  text-align: left;
}

.accordion button span {
  flex: 0 0 auto;
  margin-left: 16px;
  font-size: 18px;
  line-height: 1;
}

.accordion div {
  display: none;
  padding: 0 18px 16px;
}

.accordion article.is-open div { display: block; }

.testimonial-section {
  max-width: var(--max);
  margin: 0 auto;
}

.testimonial-section blockquote {
  max-width: 780px;
  margin: 0;
  color: var(--text);
  font-size: clamp(20px, 2.4vw, 34px);
  font-weight: 700;
  line-height: 1.25;
}

.testimonial-section blockquote::before {
  content: "“";
  display: block;
  color: #ffc72c;
  font-size: 64px;
  line-height: .7;
}

.testimonial-section cite {
  display: block;
  margin-top: 24px;
  font-style: normal;
  font-weight: 900;
}

.testimonial-section {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: stretch;
}

.testimonial-heading h2 {
  margin: 0;
  color: var(--black);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.15;
}

.testimonial-slider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  box-shadow: 0 18px 50px rgba(5, 5, 5, 0.06);
}

.testimonial-stage {
  position: relative;
  display: grid;
  align-content: center;
  min-width: 0;
  padding: clamp(34px, 5vw, 64px);
}

.quote-icon {
  position: absolute;
  top: 24px;
  left: 50%;
  color: #ffc72c;
  font-size: 62px;
  font-weight: 900;
  line-height: 1;
  transform: translateX(-50%);
}

.testimonial-track {
  min-width: 0;
}

.testimonial-slide {
  display: none;
}

.testimonial-slide.is-active {
  display: block;
  animation: testimonialFade 260ms ease-out;
}

@keyframes testimonialFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.testimonial-section blockquote {
  max-width: 740px;
  font-size: clamp(24px, 2.7vw, 42px);
  font-weight: 800;
  line-height: 1.28;
}

.testimonial-section blockquote::before {
  content: none;
}

.testimonial-section cite {
  margin-top: 28px;
  color: var(--black);
}

.testimonial-arrows {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.testimonial-arrows button {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
}

.testimonial-arrows button:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.testimonial-sidebar {
  display: grid;
  align-content: center;
  gap: 16px;
  border-left: 1px solid var(--line);
  padding: 28px;
  background: #f7f8fb;
}

.testimonial-sidebar p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.testimonial-tabs {
  display: grid;
  gap: 10px;
}

.testimonial-tabs button {
  display: grid;
  gap: 4px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 14px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.testimonial-tabs button span {
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
}

.testimonial-tabs button strong {
  font-size: 13px;
  line-height: 1.25;
}

.testimonial-tabs button.is-active {
  border-color: rgba(0, 87, 255, 0.18);
  background: var(--white);
  box-shadow: 0 12px 28px rgba(5, 5, 5, 0.06);
}

.vision-grid article {
  min-height: 190px;
  padding: 28px;
  background: var(--black);
  color: var(--white);
}

.vision-grid h3,
.vision-grid p {
  color: inherit;
}

.pill-row {
  display: flex;
  max-width: 840px;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

.pill-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 13px;
  background: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.service-list {
  display: grid;
  max-width: var(--max);
  gap: 12px;
  margin: 0 auto;
}

.service-list article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 18px;
  background: var(--white);
}

.service-list a {
  border-radius: 999px;
  padding: 9px 17px;
  background: var(--blue);
  color: var(--white);
  font-weight: 800;
}

.profile-grid article {
  min-height: 130px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
  font-weight: 900;
}

.tile-links {
  display: grid;
  max-width: 880px;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 auto;
}

.tile-links a {
  min-height: 240px;
  padding: 32px;
  background: var(--black);
  color: var(--white);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease;
}

.tile-links strong {
  display: block;
  order: 1;
  font-size: clamp(28px, 4vw, 36px);
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 12px;
}

.tile-links span {
  display: flex;
  align-items: center;
  gap: 8px;
  order: 2;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.9;
}

.tile-links span::after {
  content: " \2192";
  transition: transform 0.3s ease;
}

.tile-links a:hover span::after {
  transform: translateX(4px);
}

.advantage-stack {
  display: grid;
  gap: 16px;
  max-width: var(--max);
  margin: 0 auto;
}

.advantage-stack article {
  display: grid;
  grid-template-columns: 1fr 170px;
  gap: 24px;
  align-items: center;
  border-radius: 24px;
  padding: 22px;
  background: #e9f1ed;
}

.advantage-stack article:nth-child(2) { background: #a9cdfb; }
.advantage-stack article:nth-child(3) { background: #047bff; color: var(--white); }
.advantage-stack article:nth-child(4) { background: var(--deep-blue); color: var(--white); }
.advantage-stack article:nth-child(n+3) h2,
.advantage-stack article:nth-child(n+3) p { color: inherit; }

.advantage-stack article > span {
  color: currentColor;
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 900;
  line-height: 1;
  opacity: .22;
  text-align: right;
}

.contact-band {
  position: relative;
  display: flex;
  min-height: 210px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  padding-top: 44px;
  padding-bottom: 44px;
  background: var(--soft-blue);
}

.contact-band > div:first-child {
  max-width: 500px;
}

.band-marks {
  position: absolute;
  right: var(--pad);
  bottom: 22px;
  display: flex;
  gap: 6px;
  opacity: .38;
}

.band-marks span {
  width: clamp(55px, 8vw, 92px);
  aspect-ratio: .62;
  background: #50cff3;
  clip-path: polygon(42% 0,100% 0,69% 42%,87% 42%,87% 100%,31% 100%,31% 63%,0 63%,0 37%);
}

.band-marks span:nth-child(2) { background: #89ddff; }
.band-marks span:nth-child(3) { background: #95a4ff; }

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 32px;
  padding-top: 34px;
  padding-bottom: 22px;
  background: var(--ink);
  color: var(--white);
}

.site-footer img {
  width: 150px;
  margin-bottom: 14px;
}

.site-footer p {
  max-width: 360px;
  color: rgba(255,255,255,.72);
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 9px 32px;
  justify-content: end;
}

.fine-print {
  grid-column: 1 / -1;
  margin: 12px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.15);
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 980px) {
  .menu-toggle { display: block; }

  .site-nav {
    position: fixed;
    top: 54px;
    right: var(--pad);
    left: var(--pad);
    display: grid;
    gap: 0;
    background: var(--ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .nav-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .nav-cta {
    margin: 10px;
    text-align: center;
  }

  .hero,
  .home-intro,
  .split-section,
  .about-intro,
  .detail-intro {
    grid-template-columns: 1fr;
  }

  .about-hero .hero-visual { justify-self: start; }
  .button-row { justify-content: flex-start; }

  .intro-features {
    grid-template-columns: 1fr;
  }

  .intro-features article,
  .intro-features article:last-child {
    min-height: 0;
    border-right: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 28px 0;
  }

  .value-row,
  .logo-grid,
  .reference-card-grid,
  .logo-wall,
  .serve-grid,
  .reason-grid,
  .values-grid,
  .solution-grid,
  .process-row,
  .profile-grid,
  .industry-strip,
  .info-pair,
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .research-solutions-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .research-solutions-intro h2 {
    max-width: 680px;
  }

  .clients-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .client-stat,
  .client-stat span,
  .clients-main > p {
    margin-right: auto;
    margin-left: 0;
    text-align: left;
  }

  .logo-wall {
    grid-template-columns: repeat(3, minmax(110px, 1fr));
  }

  .offer-panel {
    grid-template-columns: 1fr;
  }

  .serve-layout {
    grid-template-columns: 1fr;
  }

  .offer-menu {
    gap: 14px;
  }

  .offer-menu .is-active {
    width: auto;
    transform: none;
  }

  .tab-indicator {
    width: 100%;
  }

  .offer-photo {
    min-height: 360px;
    border-radius: 18px 18px 0 0;
  }

  .offer-detail {
    height: auto;
    min-height: 0;
    border-radius: 0 0 18px 18px;
  }

  .testimonial-section,
  .testimonial-slider {
    grid-template-columns: 1fr;
  }

  .testimonial-sidebar {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .testimonial-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  h1, .inner-hero h1 { font-size: clamp(32px, 11vw, 46px); }
  .white-hero h1 { font-size: clamp(25px, 8vw, 36px); }
  h2 { font-size: clamp(24px, 8vw, 34px); }

  .section { padding-top: 38px; padding-bottom: 38px; }

  .home-intro {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-right: var(--pad);
    padding-left: var(--pad);
    padding-top: 42px;
    padding-bottom: 30px;
  }

  .intro-copy h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .intro-copy p {
    font-size: 14px;
  }

  .intro-features h2 {
    font-size: 22px;
  }

  .intro-features p {
    font-size: 14px;
  }

  .intro-copy .button-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-stage {
    padding: 58px 22px 26px;
  }

  .quote-icon {
    top: 18px;
  }

  .testimonial-section blockquote {
    font-size: 22px;
  }

  .testimonial-sidebar {
    padding: 20px;
  }

  .testimonial-tabs {
    grid-template-columns: 1fr;
  }

  .value-row,
  .logo-grid,
  .reference-card-grid,
  .serve-grid,
  .reason-grid,
  .values-grid,
  .solution-grid,
  .process-row,
  .profile-grid,
  .industry-strip,
  .info-pair,
  .vision-grid,
  .stats-grid,
  .tile-links,
  .service-list article,
  .advantage-stack article,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .contact-band {
    align-items: flex-start;
    flex-direction: column;
  }

  .band-marks { opacity: .18; }
  .site-footer nav { justify-content: start; }
}

/* TDR monochrome pass: black/white first, blue only as accent. */
:root {
  --ink: #050505;
  --black: #050505;
  --blue: #0057ff;
  --bright-blue: #0057ff;
  --deep-blue: #050505;
  --soft-blue: #f6f7f9;
  --muted: #5c6270;
  --line: #e5e7eb;
}

body {
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.035) 1px, transparent 1px) 0 0 / 80px 80px,
    var(--white);
}

body[data-page="home"] {
  --max: 1296px;
}

.site-header {
  background: rgba(5, 5, 5, 0.94);
  backdrop-filter: blur(18px);
}

.hero {
  position: relative;
  isolation: isolate;
  background: var(--black);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(0deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 72px 72px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  opacity: 0.35;
}

.white-hero {
  background: var(--white);
}

.photo-hero,
.services-hero,
.service-detail-hero,
.why-hero {
  background: var(--black);
}

.about-hero .photo-card {
  filter: grayscale(1) contrast(1.08);
  opacity: 0.92;
}

.about-hero {
  display: flex;
  align-items: center;
  position: relative;
  
  padding-left: var(--pad); padding-right: var(--pad);
  background-color: #050505;
  background-image: linear-gradient(90deg, #050505 0%, #050505 45%, transparent 85%), url("assets/about_hero_bg.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

.about-hero::before {
  display: none;
}



.about-hero .hero-copy,
.about-hero .hero-visual {
  position: relative;
  z-index: 1;
}

/* --- SERVICE DETAIL HERO BLEND REDESIGN --- */
.service-detail-hero {
  display: flex;
  align-items: center;
  min-height: clamp(380px, 42vw, 540px);
  padding-left: var(--pad); padding-right: var(--pad);
  background-color: #050505;
  background-size: cover, cover;
  background-position: left center, center right;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.service-detail-hero::before {
  content: none;
}

.service-detail-hero .hero-copy {
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.service-detail-hero h1 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
}

.service-detail-hero p[data-service-summary] {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(16px, 1.2vw, 19px);
  line-height: 1.6;
  margin-bottom: 36px;
  max-width: 540px;
}

/* Service Background Variants */
.hero-bg-product {
  background-image: 
    linear-gradient(90deg, #050505 0%, #050505 40%, rgba(5, 5, 5, 0.8) 60%, rgba(5, 5, 5, 0) 100%),
    url('assets/hero-product.png');
}

.hero-bg-qual {
  background-image: 
    linear-gradient(90deg, #050505 0%, #050505 40%, rgba(5, 5, 5, 0.8) 60%, rgba(5, 5, 5, 0) 100%),
    url('assets/hero-qual.png');
}

.hero-bg-online {
  background-image: 
    linear-gradient(90deg, #050505 0%, #050505 40%, rgba(5, 5, 5, 0.8) 60%, rgba(5, 5, 5, 0) 100%),
    url('assets/hero-online.png');
}

.hero-bg-quant {
  background-image: 
    linear-gradient(90deg, #050505 0%, #050505 40%, rgba(5, 5, 5, 0.8) 60%, rgba(5, 5, 5, 0) 100%),
    url('assets/hero-quant.png');
}

.hero-bg-support {
  background-image: 
    linear-gradient(90deg, #050505 0%, #050505 40%, rgba(5, 5, 5, 0.8) 60%, rgba(5, 5, 5, 0) 100%),
    url('assets/hero-support.png');
}

@media (max-width: 900px) {
  .service-detail-hero {
    background-position: left center, center;
  }
  .hero-bg-product, .hero-bg-qual, .hero-bg-online, .hero-bg-quant, .hero-bg-support {
    background-image: 
      linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.85) 60%, rgba(5, 5, 5, 0.6) 100%),
      url('assets/hero-product.png');
  }
  .hero-bg-qual { background-image: linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.85) 60%, rgba(5, 5, 5, 0.6) 100%), url('assets/hero-qual.png'); }
  .hero-bg-online { background-image: linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.85) 60%, rgba(5, 5, 5, 0.6) 100%), url('assets/hero-online.png'); }
  .hero-bg-quant { background-image: linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.85) 60%, rgba(5, 5, 5, 0.6) 100%), url('assets/hero-quant.png'); }
  .hero-bg-support { background-image: linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.85) 60%, rgba(5, 5, 5, 0.6) 100%), url('assets/hero-support.png'); }
}

.about-hero .hero-copy {
  max-width: 520px;
  align-self: center;
}

.about-hero h1 {
  margin-bottom: 20px;
  font-size: clamp(52px, 5.4vw, 82px);
  font-weight: 900;
  line-height: 1.02;
}

.about-hero .hero-copy p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.55;
}

.about-hero .hero-visual {
  display: block;
  width: min(860px, 100%);
  justify-self: end;
  align-self: end;
}

.about-hero .about-hero-photo {
  min-height: clamp(260px, 28vw, 380px);
  border-radius: 0;
  background: url("assets/respondents-crowd.png") right bottom / contain no-repeat;
  filter: none;
  opacity: 1;
}

.about-section {
  background: #f6f7f9;
}

.about-section__content {
  display: grid;
  max-width: 1200px;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
  margin: 0 auto;
  padding: 86px 40px;
}

.about-section__copy {
  max-width: 460px;
}

.about-section__copy h2 {
  margin: 0 0 .45em;
  color: #050505;
  font-size: clamp(2.4rem, 4.4vw, 4.75rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.about-section__copy p {
  max-width: 62ch;
  margin: 0;
  color: #333844;
  font-size: clamp(1rem, 1.16vw, 1.18rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

.about-section__copy p + p {
  margin-top: 1em;
}

.about-section__media {
  display: block;
  margin: 0;
}

.about-section__media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 42px rgba(18, 24, 38, 0.08);
}

.about-work-section {
  background: #ffffff;
}

.about-work-section.pale {
  background: #f6f7f9;
}

.about-work-grid {
  display: grid;
  max-width: 1200px;
  gap: 0;
  margin: 0 auto;
  padding: 72px 40px 90px;
}

.about-work-row {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
  padding: 0;
}

.about-work-row--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.about-work-copy {
  max-width: 460px;
}

.about-work-copy h2 {
  margin: 0 0 .45em;
  color: #050505;
  font-size: clamp(2.4rem, 4.4vw, 4.75rem);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.about-work-copy p {
  margin: 0;
  color: #333844;
  font-size: clamp(1rem, 1.16vw, 1.18rem);
  font-weight: 400;
  line-height: 1.6;
}

.about-work-copy p + p {
  margin-top: 1em;
}

.about-work-media {
  margin: 0;
}

.about-work-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 16px 42px rgba(18, 24, 38, 0.08);
}

.about-intro {
  max-width: 1200px;
  grid-template-columns: minmax(0, 45%) minmax(0, 45%);
  gap: clamp(28px, 3.2vw, 56px);
  align-items: start;
  margin: 0 auto;
  padding: 80px 40px;
  background: #ffffff;
}

.about-intro .section-heading {
  max-width: none;
  margin: 0;
  text-align: left;
}

.about-intro .section-heading::after {
  content: none;
}

.about-eyebrow {
  margin: 0 0 12px;
  color: #064fe8;
  font-size: .85rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.about-intro h2 {
  margin: 0;
  color: #151922;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.about-intro > p {
  margin: calc(.85rem + 12px) 0 0;
  color: #222222;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (max-width: 900px) {
  .about-hero {
    grid-template-columns: 1fr;
  }

  .about-hero .hero-visual {
    width: 100%;
    justify-self: stretch;
  }

  .about-hero .about-hero-photo {
    min-height: 300px;
    background-size: contain;
  }
}

@media (max-width: 992px) {
  .about-intro {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 70px 20px;
  }

  .about-intro > p {
    margin-top: 0;
  }

  .about-work-grid {
    padding: 58px 20px 70px;
  }

  .about-work-row,
  .about-work-row + .about-work-row {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 0 0 48px;
  }

  .about-work-row + .about-work-row {
    padding: 48px 0 0;
  }

  .about-work-row--reverse .about-work-media {
    order: 2;
  }

  .about-work-row--reverse .about-work-copy {
    order: 1;
  }

  .about-work-copy {
    max-width: 620px;
  }

  .vision-banner {
    grid-template-columns: 1fr;
  }

  .vision-banner__mark {
    justify-content: flex-start;
  }
}

@media (max-width: 992px) {
  .about-section__content {
    grid-template-columns: 1fr;
    padding: 80px 20px;
    text-align: center;
  }

  .about-section__copy {
    max-width: 720px;
    margin: 0 auto;
  }

  .about-section__copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .about-section__media {
    justify-content: center;
  }

  .about-section__media img {
    width: min(86%, 420px);
  }
}

.eyebrow {
  color: var(--blue);
}

.hero:not(.white-hero) .eyebrow,
.contact-band .eyebrow {
  color: #7db1ff;
}

.section {
  background-color: var(--white);
  border-top: 1px solid rgba(5, 5, 5, 0.06);
}

.pale {
  background: #f7f7f7;
}

.section-heading {
  position: relative;
}

.section-heading::after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin: 16px auto 0;
  background: var(--blue);
}

.about-intro .section-heading::after,
.stats-section .section-heading::after {
  margin-left: 0;
}

.value-row article,
.value-row article:nth-child(2),
.value-row article:nth-child(3) {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--text);
}

.value-row article:nth-child(2) {
  border-top: 4px solid var(--blue);
}

.value-row p {
  color: var(--muted);
}

.logo-grid span,
.reason-grid article,
.values-grid article,
.solution-grid article,
.process-row article,
.info-pair article,
.service-list article,
.accordion article,
.profile-grid article {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.reference-card-grid article {
  border: 1px solid var(--line);
}

.photo-card {
  filter: grayscale(1);
}

.reference-card-grid .photo-card,
.split-section .photo-card,
.faq-section .photo-card {
  filter: grayscale(1) contrast(1.04);
}

.tile-links a:hover,
.service-list a:hover,
.button:hover {
  transform: translateY(-2px);
}

.profile-grid article {
  min-height: 120px;
  color: var(--text);
}

.vision-grid article,
.tile-links a {
  background: var(--black);
  color: var(--white);
}

.vision-grid article:nth-child(2) {
  background: #141414;
}

.advantage-stack {
  background: transparent;
}

.advantage-stack article,
.advantage-stack article:nth-child(2),
.advantage-stack article:nth-child(3),
.advantage-stack article:nth-child(4) {
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--text);
}

.advantage-stack article:nth-child(even) {
  background: #f7f7f7;
}

.advantage-stack article:nth-child(n+3) h2,
.advantage-stack article:nth-child(n+3) p {
  color: inherit;
}

.advantage-stack article > span {
  color: var(--blue);
  opacity: 0.18;
}

.stats-grid strong {
  color: var(--white);
}

.contact-band {
  background: var(--black);
  color: var(--white);
}

.contact-band h2,
.contact-band p {
  color: inherit;
}

.band-marks {
  opacity: 0.16;
}

.band-marks span,
.band-marks span:nth-child(2),
.band-marks span:nth-child(3) {
  background: var(--blue);
}

.site-footer {
  background: #050505;
}

.site-footer {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  background: #050505;
  color: var(--white);
}

.footer-main {
  display: grid;
  max-width: var(--max);
  grid-template-columns: minmax(220px, 1.25fr) minmax(130px, .7fr) minmax(210px, 1fr) minmax(240px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 58px) var(--pad);
}

.footer-brand img {
  width: 170px;
  margin: 0 0 18px;
}

.footer-memberships {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(360px, 100%);
  margin-top: 18px;
}

.footer-brand .footer-membership-badge {
  display: block;
  height: auto;
  margin: 0;
  object-fit: contain;
  filter: none !important;
}

.footer-brand .footer-esomar-badge {
  width: min(220px, 64%);
}

.footer-brand .footer-mrsi-badge {
  width: min(92px, 28%);
  border-radius: 8px;
}

.site-footer p,
.footer-brand p {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.footer-links,
.site-footer .footer-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  justify-content: start;
}

.footer-links h2,
.footer-newsletter h2 {
  margin: 0 0 4px;
  color: var(--white);
  font-size: 15px;
  font-weight: 900;
}

.footer-links a,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.footer-links a:hover,
.footer-bottom a:hover {
  color: var(--white);
}

.footer-newsletter form {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.footer-newsletter input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 5px;
  padding: 10px 12px;
  background: #111;
  color: var(--white);
  font: inherit;
}

.footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer-newsletter button {
  border: 1px solid var(--white);
  border-radius: 5px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  font-weight: 900;
}

.footer-socials {
  display: flex;
  gap: 9px;
  margin-top: 14px;
}

.footer-socials a {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
}

.footer-socials a:hover {
  background: var(--white);
  color: var(--black);
}

.footer-bottom {
  display: flex;
  max-width: var(--max);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  border-top: 1px solid #222;
  padding: 18px var(--pad);
}

.footer-bottom p {
  margin: 0;
  font-size: 12px;
}

.footer-bottom nav {
  display: flex;
  gap: 28px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 980px) {
  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.button.primary,
.nav-cta,
.service-list a {
  background: var(--blue);
}

.reveal {
  transform: translateY(18px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  transform: translateY(0);
}

/* Reference-aligned section variants */
.value-row {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: clamp(34px, 5vw, 58px);
  padding-left: 0;
}

.value-row article,
.value-row article:nth-child(2),
.value-row article:nth-child(3) {
  background: var(--black);
  color: var(--white);
}

.value-row article:nth-child(2),
.value-row article:nth-child(3) {
  background: var(--blue);
}

.value-row h2,
.value-row p {
  color: inherit;
}

.value-row p {
  color: rgba(255, 255, 255, 0.78);
}

.white-hero {
  padding-bottom: clamp(24px, 4vw, 42px);
}

body[data-page="home"] .white-hero,
body[data-page="home"] .value-row {
  display: none;
}

.partners-section {
  background: var(--white);
}

.recruit-section {
  background: var(--white);
}

.recruit-band,
.stats-band,
.faq-band,
.testimonial-band {
  max-width: none;
  width: 100%;
  margin: 0;
}

.recruit-band {
  background: var(--white);
  padding: 60px 0;
}

.respondent-section {
  display: grid;
  max-width: var(--max);
  grid-template-columns: 380px minmax(0, 1fr);
  gap: clamp(28px, 3.2vw, 42px);
  align-items: start;
  margin: 0 auto;
  padding: 0;
  border-top: 0;
  background: transparent;
}

.respondent-copy {
  max-width: 380px;
  padding-top: 7px;
}

.respondent-copy h2 {
  max-width: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 29px);
  font-weight: 900;
  line-height: 1.03;
}

.respondent-copy h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 14px;
  background: var(--blue);
}

.respondent-copy p {
  margin-top: 18px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.68;
}

.respondent-map {
  position: relative;
  width: 860px;
  height: 280px;
  padding: 0;
}

.respondent-photo {
  --photo: var(--img-respondents);
  position: absolute;
  left: 54px;
  top: 15px;
  width: 535px;
  height: 250px;
  border-radius: 7px;
  background-position: center;
  background-size: cover;
  filter: none;
}

.respondent-note {
  position: absolute;
  z-index: 2;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  width: 148px;
  min-height: 86px;
  border: 2px solid var(--white);
  border-radius: 7px;
  padding: 12px 12px 11px;
  background: #075bff;
  color: var(--white);
  box-shadow: 0 16px 32px rgba(5, 5, 5, 0.11);
}

.respondent-note span {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.respondent-note svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.respondent-note p {
  margin: 0;
  color: inherit;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.45;
}

.respondent-note::before,
.respondent-note::after {
  content: "";
  position: absolute;
  background: rgba(0, 87, 255, 0.74);
}

.note-select {
  left: 12px;
  top: 116px;
}

.note-select::before {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -64px;
  width: 100px;
  height: 64px;
  border: 1px solid rgba(0, 87, 255, 0.74);
  border-top: 0;
  border-right: 0;
  background: transparent !important;
}

.note-select::after {
  content: "";
  position: absolute;
  left: 150px;
  bottom: -64px;
  width: 1px;
  height: 11px;
  background: rgba(0, 87, 255, 0.74);
}

.note-quality {
  top: -4px;
  right: 26px;
}

.note-quality::before {
  content: "";
  position: absolute;
  left: -62px;
  top: 40px;
  width: 62px;
  height: 100px;
  border: 1px solid rgba(0, 87, 255, 0.74);
  border-bottom: 0;
  border-right: 0;
  background: transparent !important;
}

.note-quality::after {
  content: "";
  position: absolute;
  left: -94px;
  top: 140px;
  width: 32px;
  height: 1px;
  background: rgba(0, 87, 255, 0.74);
}

.note-experts {
  right: 118px;
  top: 106px;
}

.note-experts::before {
  content: "";
  position: absolute;
  right: 50px;
  bottom: -74px;
  width: 100px;
  height: 74px;
  border: 1px solid rgba(0, 87, 255, 0.74);
  border-top: 0;
  border-left: 0;
  background: transparent !important;
}

.note-experts::after {
  content: "";
  position: absolute;
  right: 140px;
  bottom: -74px;
  width: 1px;
  height: 11px;
  background: rgba(0, 87, 255, 0.74);
}

.respondent-map::before,
.respondent-map::after {
  content: "";
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(0, 87, 255, 0.74);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 6px 0;
}

.respondent-map::before {
  right: 196px;
  bottom: 20px;
  width: 36px;
  height: 36px;
}

.respondent-map::after {
  right: 154px;
  top: 76px;
  width: 36px;
  height: 36px;
  transform: rotate(180deg);
}

.recruit-section .reference-card-grid article:first-child {
  background: var(--blue);
  color: var(--white);
}

.recruit-section .reference-card-grid article:nth-child(2) {
  background: var(--black);
  color: var(--white);
}

.recruit-section .reference-card-grid article:nth-child(3) {
  background: var(--blue);
  color: var(--white);
}

.recruit-section .reference-card-grid h3,
.recruit-section .reference-card-grid p {
  color: inherit;
}

.recruit-section .photo-card {
  display: none;
}

.service-tabs-section {
  background: var(--white);
}

.service-tabs {
  display: flex;
  max-width: var(--max);
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin: 0 auto 24px;
  color: var(--muted);
  font-size: 12px;
}

.service-tabs a:first-child {
  color: var(--text);
  font-weight: 900;
}

.tab-card-row {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
  padding: 20px;
  background: #f4f4f4;
}

.tab-card-row article {
  background: var(--white);
}

.tab-card-row .photo-card {
  min-height: 125px;
  border-radius: 5px 5px 0 0;
}

.tab-card-row h3,
.tab-card-row .eyebrow {
  padding: 0 12px;
}

.tab-card-row h3 {
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 1.25;
}

.feature-grid {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
  padding: 20px;
  background: #f4f4f4;
}

.feature-grid article {
  border: 1px solid var(--line);
  padding: 16px;
  background: var(--white);
}

.feature-grid h3 {
  font-size: 15px;
  line-height: 1.25;
}

.vision-banner {
  display: grid;
  max-width: 1140px;
  grid-template-columns: minmax(0, 1fr) 180px;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: clamp(28px, 3vw, 38px) clamp(34px, 5vw, 58px);
  background:
    radial-gradient(circle at 86% 50%, rgba(0, 91, 255, 0.11), transparent 25%),
    linear-gradient(180deg, #03070d, #050505);
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.vision-banner h2,
.vision-banner p {
  color: inherit;
}

.vision-banner .eyebrow {
  margin: 0 0 12px;
  color: #0577d8;
  font-size: clamp(11px, 1vw, 14px);
  font-weight: 900;
}

.vision-banner h2 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.vision-banner__mark {
  display: flex;
  justify-content: center;
}

.vision-banner__mark svg {
  width: clamp(112px, 12vw, 158px);
  height: auto;
  overflow: visible;
}

.vision-banner__mark path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.vision-banner__mark .mark-blue {
  stroke: #075bff;
}

.vision-banner__mark .mark-white {
  stroke: rgba(255, 255, 255, 0.86);
}

.approach-section {
  display: grid;
  max-width: 1100px;
  grid-template-columns: minmax(0, 40%) minmax(0, 60%);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(72px, 8vw, 104px) clamp(32px, 5vw, 68px);
  border-radius: 18px;
  background: #050505;
  color: var(--white);
}

.approach-section h2,
.approach-section p {
  color: inherit;
}

.approach-copy .eyebrow {
  margin-bottom: 14px;
  color: #0577d8;
  font-weight: 900;
}

.approach-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 4.2vw, 4.1rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.process-list article {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  padding: 0;
  background: transparent;
}

.process-list article:last-child {
  margin-bottom: 0;
}

.process-icon {
  display: flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #ffffff;
}

.process-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.process-number {
  width: 38px;
  flex: 0 0 38px;
  color: #0577d8;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}

.process-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}

.process-text h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.process-text p {
  margin: 0;
  color: #aaaaaa;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.55;
}

.values-section {
  background: #ffffff;
}

.values-section__inner {
  display: grid;
  max-width: 1200px;
  grid-template-columns: minmax(0, 55%) minmax(320px, 45%);
  gap: clamp(42px, 6vw, 84px);
  align-items: center;
  margin: 0 auto;
  padding: 80px 40px;
}

.values-section__content {
  min-width: 0;
}

.values-eyebrow {
  margin: 0 0 10px;
  color: #064fe8;
  font-size: .85rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.values-section h2 {
  margin: 0;
  color: #111111;
  font-size: clamp(2.4rem, 3.7vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.values-section .values-grid {
  display: grid;
  max-width: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 24px;
  margin: 40px 0 0;
}

.values-section .values-grid article {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.value-icon {
  display: flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f0f4ff;
  color: #0577d8;
}

.value-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.values-section .values-grid h3 {
  margin: 0;
  color: #111111;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
}

.values-section .values-grid p {
  margin: 4px 0 0;
  color: #555555;
  font-size: .95rem;
  font-weight: 400;
  line-height: 1.5;
}

.values-visual {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #050505;
}

.values-visual img {
  display: block;
  width: 100%;
  min-height: 280px;
  object-fit: cover;
}

.why-intro {
  display: grid;
  max-width: 1160px;
  grid-template-columns: minmax(0, 46%) minmax(0, 44%);
  gap: clamp(48px, 7vw, 86px);
  align-items: start;
  margin: 0 auto;
}

.why-intro .eyebrow {
  margin-bottom: 12px;
  color: #075bff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.why-intro h2 {
  margin: 0;
  color: #111;
  font-size: clamp(1.85rem, 2.45vw, 2.55rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: none;
}

.why-intro > p {
  max-width: 520px;
  margin: 4px 0 0;
  color: #55596a;
  font-size: clamp(1.05rem, 1.2vw, 1.18rem);
  font-weight: 500;
  line-height: 1.48;
}

.change-panel {
  display: grid;
  max-width: 860px;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 18px;
  align-items: stretch;
  margin: 0 auto;
}

.change-panel .photo-card {
  min-height: 260px;
}

.advantage-stack article {
  position: sticky;
  top: 82px;
}

.advantage-stack article + article {
  margin-top: 8px;
}

.contact-band {
  background: var(--white);
  color: var(--text);
  border-top: 1px solid var(--line);
}

.contact-band h2,
.contact-band p {
  color: inherit;
}

.contact-band .eyebrow {
  color: var(--blue);
}

.contact-band::before {
  content: "";
  position: absolute;
  right: var(--pad);
  bottom: 0;
  width: min(26vw, 280px);
  height: min(20vw, 210px);
  background: var(--black);
  clip-path: polygon(42% 0, 100% 0, 69% 42%, 87% 42%, 87% 100%, 31% 100%, 31% 63%, 0 63%, 0 37%);
  opacity: 0.06;
}

.contact-band .contact-copy {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.contact-band .contact-copy p {
  margin: 0;
  color: var(--text);
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 400;
  line-height: 1.4;
}

.contact-band .button.primary {
  position: relative;
  z-index: 1;
  min-width: 150px;
  border-radius: 5px;
  background: var(--black);
  color: var(--white);
}

.about-mission {
  display: grid;
  max-width: 1200px;
  min-height: 0;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: start;
  margin: 0 auto;
  border-top: 0;
  padding: 80px 40px;
  background: #ffffff;
  color: var(--text);
}

.about-mission::before {
  content: none;
}

.about-mission > * {
  max-width: none;
}

.about-mission .contact-copy {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.about-mission .about-eyebrow {
  margin-bottom: 14px;
}

.about-mission h2 {
  max-width: 520px;
  margin: 0;
  color: #151922;
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.about-mission .mission-body {
  max-width: 510px;
  padding-top: 22px;
}

.about-mission .mission-body p {
  margin: 0 0 18px;
  color: #222222;
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  font-weight: 400;
  line-height: 1.6;
}

.about-mission .mission-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 980px) {
  .about-mission {
    grid-template-columns: 1fr;
    padding: 70px 20px;
  }

  .about-mission .mission-body {
    max-width: 620px;
    padding-top: 0;
  }

  .tab-card-row,
  .feature-grid,
  .approach-section,
  .why-intro,
  .change-panel,
  .respondent-section {
    grid-template-columns: 1fr;
  }

  .advantage-stack article {
    position: relative;
    top: auto;
  }

  .respondent-copy {
    max-width: 560px;
    padding-top: 22px;
  }

  .respondent-copy h2 {
    max-width: 520px;
  }

  .approach-section {
    align-items: start;
  }

  .values-section__inner {
    grid-template-columns: 1fr;
    padding: 70px 20px;
  }

  .values-visual {
    max-width: 520px;
  }

  .respondent-map {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
  }

  .respondent-photo {
    width: 100%;
  }

  .serve-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .serve-intro p {
    margin-top: 22px;
    font-size: 18px;
  }

  .serve-intro a {
    margin-bottom: 0;
    font-size: 18px;
  }

  .serve-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .tab-card-row,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .approach-section {
    padding: 58px 22px;
  }

  .process-list article {
    gap: 14px;
  }

  .process-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .process-number {
    width: 32px;
    flex-basis: 32px;
  }

  .values-section .values-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .offer-section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .offer-menu a {
    font-size: 16px;
  }

  .offer-menu .is-active {
    padding: 18px;
  }

  .offer-photo {
    min-height: 260px;
  }

  .offer-detail {
    gap: 18px;
    padding: 26px 20px;
  }

  .offer-detail li {
    grid-template-columns: 30px 1fr;
  }

  .offer-detail li::before {
    width: 28px;
    height: 28px;
  }

  .respondent-map {
    display: grid;
    width: 100%;
    height: auto;
    min-height: 0;
    gap: 10px;
    padding: 12px 0 0;
  }

  .respondent-photo {
    position: static;
    width: 100%;
    height: auto;
    min-height: 190px;
  }

  .respondent-note {
    position: static;
    width: 100%;
    min-height: 0;
  }

  .respondent-note::before,
  .respondent-note::after,
  .respondent-map::before,
  .respondent-map::after {
    display: none;
  }

  .serve-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .serve-intro h2 {
    font-size: 40px;
  }

  .serve-intro p {
    font-size: 16px;
  }

  .serve-intro a {
    font-size: 18px;
  }

  .serve-photo-container {
    aspect-ratio: 1.7 / 1;
  }

  .serve-text {
    padding: 22px 18px 26px;
  }

  .serve-text h3 {
    font-size: 22px;
  }

  .serve-text p {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .advantage-stack article {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .value-row,
  .logo-grid,
  .reference-card-grid,
  .serve-grid,
  .reason-grid,
  .values-grid,
  .solution-grid,
  .process-row,
  .profile-grid,
  .industry-strip,
  .info-pair,
  .vision-grid,
  .stats-grid,
  .tile-links {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .accordion {
    grid-template-columns: 1fr;
  }

  .stats-header {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    gap: 14px;
    padding: 24px 18px 28px;
  }

  .stats-grid article {
    min-height: 138px;
    border: 0;
    padding: 20px;
  }

  .stats-grid article:last-child {
    border: 0;
  }

  .clients-layout {
    gap: 24px;
  }

  .client-stat,
  .client-stat span,
  .clients-main > p {
    margin-left: 0;
    text-align: left;
  }

  .client-stat strong {
    font-size: clamp(72px, 21vw, 104px);
  }

  .logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-newsletter form,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-bottom {
    align-items: flex-start;
  }

  .footer-bottom nav {
    flex-wrap: wrap;
    gap: 14px 22px;
  }
}

/* Final footer component */
.site-footer {
  display: block;
  padding: 0;
  border-top: 1px solid #111;
  background: #000;
  color: #fff;
}

.site-footer > *,
.site-footer .footer-shell,
.site-footer .footer-main,
.site-footer .footer-bottom {
  max-width: none;
}

.site-footer .footer-shell {
  width: 100%;
}

.site-footer .footer-main {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(260px, 1.35fr) minmax(120px, .62fr) minmax(250px, 1fr) minmax(280px, 1.05fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: start;
  justify-content: space-between;
  margin: 0;
  padding: clamp(42px, 5vw, 66px) clamp(36px, 6vw, 96px);
}

.site-footer .footer-column {
  min-width: 0;
}

.site-footer .footer-logo {
  display: inline-flex;
  margin-bottom: 22px;
}

.site-footer .footer-logo img {
  width: clamp(150px, 13vw, 188px);
  margin: 0;
  filter: brightness(0) invert(1);
}

.site-footer .footer-brand p {
  max-width: 350px;
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.site-footer .footer-links {
  display: block;
}

.site-footer .footer-links h2,
.site-footer .footer-newsletter h2 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.site-footer .footer-links ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer .footer-links a {
  display: inline-flex;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  transition: color .2s ease;
}

.site-footer .footer-links a:hover,
.site-footer .footer-bottom a:hover {
  color: #fff;
}

.site-footer .footer-form {
  display: flex;
  width: min(100%, 330px);
  gap: 8px;
  margin: 0;
}

.site-footer .footer-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 6px;
  padding: 11px 12px;
  background: #080808;
  color: #fff;
  font-size: 13px;
  outline: none;
}

.site-footer .footer-form input::placeholder {
  color: rgba(255, 255, 255, .48);
}

.site-footer .footer-form input:focus {
  border-color: rgba(255, 255, 255, .7);
}

.site-footer .footer-form button {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 11px 16px;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  transition: background .2s ease, color .2s ease;
}

.site-footer .footer-form button:hover {
  background: #d9d9d9;
}

.site-footer .footer-socials {
  display: flex;
  grid-template-columns: none;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 16px;
}

.site-footer .footer-socials a {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 50%;
  background: #0b0b0b;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.site-footer .footer-socials a:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}

.site-footer .footer-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
  border-top: 1px solid #222;
  padding: 20px clamp(36px, 6vw, 96px);
}

.site-footer .footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 400;
}

.site-footer .footer-bottom nav {
  display: flex;
  grid-template-columns: none;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 34px);
}

.site-footer .footer-bottom a {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 1050px) {
  .site-footer .footer-main {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  }
}

@media (max-width: 680px) {
  .site-footer .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 38px var(--pad);
  }

  .site-footer .footer-form,
  .site-footer .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer .footer-form button {
    flex: 0 0 auto;
  }

  .site-footer .footer-bottom {
    align-items: flex-start;
    padding: 20px var(--pad);
  }

  .site-footer .footer-bottom nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/* Compact testimonial slider */
.testimonial-band {
  max-width: none;
  width: 100%;
  padding: 0;
  background: #fff;
}

.testimonial-band .testimonial-section {
  display: block;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.testimonial-title {
  margin: 0 0 clamp(34px, 5vw, 64px);
  color: var(--black);
  font-size: clamp(32px, 4.6vw, 64px);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-align: left;
}

.testimonial-copy {
  width: 100%;
  display: grid;
  min-height: clamp(300px, 24vw, 380px);
  align-content: start;
}

.testimonial-quote-mark {
  display: flex;
  width: clamp(44px, 5vw, 68px);
  height: clamp(34px, 3.8vw, 52px);
  margin: 0 auto 26px;
  align-items: center;
  justify-content: center;
  color: #ffcc00;
}

.testimonial-quote-mark svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.testimonial-copy h1 {
  max-width: 1080px;
  min-height: 4.9em;
  margin: 0;
  color: #333;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 400;
  line-height: 1.48;
  letter-spacing: 0;
}

.testimonial-copy p {
  max-width: 520px;
  margin: 18px 0 0 auto;
  color: #111;
  font-size: clamp(15px, 1.15vw, 18px);
  font-weight: 700;
  line-height: 1.4;
  text-align: right;
}

.testimonial-arrows {
  display: flex;
  gap: 10px;
  margin-top: 22px;
}

.testimonial-arrows button {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  background: transparent;
  color: #111;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.testimonial-arrows button:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

.testimonial-dots {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.testimonial-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d5d8df;
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease, transform 180ms ease;
}

.testimonial-dots button:hover,
.testimonial-dots button:focus-visible {
  background: #111;
  outline: none;
  transform: scale(1.15);
}

.testimonial-dots button.is-active {
  width: 24px;
  background: var(--blue);
}

@media (max-width: 640px) {
  .testimonial-band .testimonial-section {
    padding: 0;
  }

  .testimonial-title {
    margin-bottom: 30px;
  }

  .testimonial-copy {
    min-height: 360px;
  }

  .testimonial-copy h1 {
    min-height: 8.8em;
    font-size: 20px;
  }

  .testimonial-copy p {
    margin-left: 0;
    text-align: left;
  }
}

/* Shared content-width alignment */
.respondent-section,
.service-tabs,
.tab-card-row,
.feature-grid,
.pill-row,
.tile-links,
.change-panel {
  max-width: var(--max);
}

/* Global layout polish */
.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-section__content,
.about-work-grid,
.about-mission,
.values-section__inner {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-band {
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--white);
  border-top: 1px solid var(--line);
}

.contact-band > div {
  max-width: 680px;
}

.contact-band p {
  color: #00122d;
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  line-height: 1.5;
  margin: 0;
  font-weight: 400;
}

.contact-band .button.primary {
  background: var(--black);
  color: var(--white);
  min-width: 160px;
  border-radius: 6px;
  font-weight: 700;
}

.hero,
.about-section__content,
.about-work-row,
.about-mission,
.values-section__inner,
.approach-section,
.vision-banner,
.contact-band,
.site-footer .footer-main {
  gap: 64px;
}

.about-hero {
  padding-bottom: 0;
}

.about-hero .hero-visual,
.about-hero .about-hero-photo {
  margin-bottom: 0;
  vertical-align: bottom;
}

.about-hero .hero-visual {
  align-self: end;
}

.about-hero .about-hero-photo {
  background-position: right bottom;
}

.contact-band::before,
.contact-band .band-marks {
  content: none;
  display: none;
}

body[data-page="why-us"] .why-hero {
  min-height: clamp(260px, 26vw, 360px);
  grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr);
  align-items: center;
  gap: clamp(42px, 6vw, 82px);
  overflow: hidden;
  padding-top: clamp(52px, 6vw, 76px);
  padding-bottom: clamp(52px, 6vw, 76px);
  background:
    radial-gradient(circle at 84% 28%, rgba(7, 91, 255, 0.16), transparent 34%),
    linear-gradient(105deg, #05070f 0%, #030509 62%, #020510 100%);
}

body[data-page="why-us"] .why-hero::before {
  background: none;
}

body[data-page="why-us"] .why-hero .hero-copy {
  max-width: 540px;
}

body[data-page="why-us"] .why-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.02em;
}

body[data-page="why-us"] .why-hero p {
  max-width: 470px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  font-weight: 500;
  line-height: 1.5;
}

body[data-page="why-us"] .why-hero .why-hero-visual {
  display: flex;
  width: 100%;
  min-height: 220px;
  align-items: center;
  justify-content: flex-end;
}

body[data-page="why-us"] .why-hero .why-hero-visual img {
  width: min(100%, 720px);
  max-width: none;
  opacity: 0.9;
}

body[data-page="why-us"] .advantage-stack article {
  position: sticky;
  display: grid;
  grid-template-columns: 1fr minmax(300px, 400px);
  gap: 40px;
  align-items: center;
  overflow: hidden;
  padding: 60px 50px;
  border-radius: 24px;
  box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

body[data-page="why-us"] .advantage-stack article:nth-child(1) {
  top: 80px;
  background: #475569; /* slate-600 */
  color: #ffffff;
}

body[data-page="why-us"] .advantage-stack article:nth-child(2) {
  top: 92px;
  background: #334155; /* slate-700 */
  color: #ffffff;
}

body[data-page="why-us"] .advantage-stack article:nth-child(3) {
  top: 104px;
  background: #1e293b; /* slate-800 */
  color: #ffffff;
}

body[data-page="why-us"] .advantage-stack article:nth-child(4) {
  top: 116px;
  background: #0f172a; /* slate-900 */
  color: #ffffff;
}

body[data-page="why-us"] .advantage-stack article > *:not(.advantage-number) {
  position: relative;
  z-index: 2;
}

body[data-page="why-us"] .advantage-copy {
  max-width: 620px;
}

body[data-page="why-us"] .advantage-copy .eyebrow {
  margin-bottom: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

body[data-page="why-us"] .advantage-stack article:nth-child(1) .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

body[data-page="why-us"] .advantage-stack article:nth-child(n+2) .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

body[data-page="why-us"] .advantage-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 3.5vw, 44px);
  line-height: 1.1;
}

body[data-page="why-us"] .advantage-copy p:last-child {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.6;
}

body[data-page="why-us"] .advantage-stack article:nth-child(1) p:last-child {
  color: rgba(255, 255, 255, 0.85);
}

body[data-page="why-us"] .advantage-stack article:nth-child(n+2) p:last-child {
  color: rgba(255, 255, 255, 0.85);
}

body[data-page="why-us"] .advantage-image-placeholder {
  min-height: 280px;
  border-radius: 16px;
  background-color: #050505;
  background-position: center;
  background-size: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

body[data-page="why-us"] .advantage-stack article:nth-child(1) .advantage-image-placeholder {
  background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), var(--img-workshop);
}

body[data-page="why-us"] .advantage-stack article:nth-child(2) .advantage-image-placeholder {
  background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), var(--img-meeting);
}

body[data-page="why-us"] .advantage-stack article:nth-child(3) .advantage-image-placeholder {
  background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), var(--img-crowd);
}

body[data-page="why-us"] .advantage-stack article:nth-child(4) .advantage-image-placeholder {
  background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), var(--img-product);
}

body[data-page="why-us"] .advantage-number {
  display: none;
}

body[data-page="why-us"] .why-change-routes {
  display: none;
}

body[data-page="why-us"] .partners-section {
  padding-top: 46px;
  padding-bottom: 46px;
  background: #ffffff;
}

body[data-page="why-us"] .partners-card {
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px 24px 22px;
  border: 1px solid #eef0f5;
  border-radius: 18px;
  background: #fbfbfc;
  box-shadow: 0 12px 38px rgba(15, 23, 42, 0.06);
}

body[data-page="why-us"] .partners-card h2 {
  margin: 0 0 14px;
  color: #151922;
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

body[data-page="why-us"] .partners-section .logo-grid {
  display: grid;
  max-width: none;
  grid-template-columns: repeat(6, minmax(120px, 1fr));
  gap: clamp(16px, 2.5vw, 34px);
  margin: 0;
}

body[data-page="why-us"] .partners-section .logo-grid span {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid #dde2ec;
  border-radius: 8px;
  background: #ffffff;
  color: #a4abbc;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

body[data-page="why-us"] .partners-section .logo-grid i {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  color: #aab2c6;
}

body[data-page="why-us"] .partners-section .logo-grid span:nth-child(1) i {
  background:
    linear-gradient(currentColor 0 0) left top / 12px 12px no-repeat,
    linear-gradient(currentColor 0 0) right top / 12px 12px no-repeat,
    linear-gradient(currentColor 0 0) left bottom / 12px 12px no-repeat,
    linear-gradient(currentColor 0 0) right bottom / 12px 12px no-repeat;
}

body[data-page="why-us"] .partners-section .logo-grid span:nth-child(2) i {
  clip-path: polygon(50% 0, 62% 35%, 100% 35%, 69% 56%, 82% 100%, 50% 72%, 18% 100%, 31% 56%, 0 35%, 38% 35%);
  background: currentColor;
}

body[data-page="why-us"] .partners-section .logo-grid span:nth-child(3) i {
  border: 7px solid currentColor;
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

body[data-page="why-us"] .partners-section .logo-grid span:nth-child(4) i {
  background:
    radial-gradient(120% 70% at 50% 0, transparent 48%, currentColor 50% 58%, transparent 60%) 0 0 / 28px 9px repeat-y;
}

body[data-page="why-us"] .partners-section .logo-grid span:nth-child(5) i {
  border-radius: 50%;
  background: currentColor;
}

body[data-page="why-us"] .partners-section .logo-grid span:nth-child(6) i {
  background:
    linear-gradient(45deg, currentColor 0 48%, transparent 49%) 0 5px / 15px 18px no-repeat,
    linear-gradient(45deg, currentColor 0 48%, transparent 49%) 13px 5px / 15px 18px no-repeat;
}

body[data-page="why-us"] .contact-band {
  min-height: 0;
  align-items: center;
  gap: 64px;
  padding-top: 76px;
  padding-bottom: 76px;
  background: #ffffff;
  color: #050505;
  border-top: 1px solid var(--line);
}

body[data-page="why-us"] .contact-band .contact-copy {
  max-width: 720px;
}

body[data-page="why-us"] .contact-band .contact-copy p {
  margin: 0;
  color: #050505;
  font-size: clamp(1.15rem, 1.7vw, 1.65rem);
  font-weight: 400;
  line-height: 1.35;
}

body[data-page="why-us"] .contact-band .button.primary {
  min-width: 150px;
  border-radius: 5px;
  background: #050505;
  color: #ffffff;
}

/* Services page hero refactor */
body[data-page="services"] .services-hero {
  display: flex;
  align-items: center;
  position: relative;
  
  padding-left: var(--pad); padding-right: var(--pad);
  background-color: #050505;
  background-image: linear-gradient(90deg, #050505 0%, #050505 45%, transparent 85%), url("assets/services_hero_bg.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

body[data-page="services"] .services-hero::before {
  display: none;
}



body[data-page="services"] .services-hero .hero-copy {
  max-width: 520px;
  align-self: center;
  margin: 0;
}

body[data-page="services"] .services-hero .eyebrow {
  margin-bottom: 22px;
  color: #7db1ff;
  font-size: clamp(0.78rem, 0.95vw, 0.95rem);
  font-weight: 900;
  letter-spacing: 0.04em;
}

body[data-page="services"] .services-hero h1 {
  max-width: 600px;
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

body[data-page="services"] .services-hero .hero-copy > p:not(.eyebrow) {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 400;
  line-height: 1.55;
}

body[data-page="services"] .services-hero .hero-visual {
  display: block;
  width: min(860px, 100%);
  justify-self: end;
  align-self: end;
}

body[data-page="services"] .services-hero .services-hero-photo {
  min-height: clamp(260px, 28vw, 380px);
  border-radius: 0;
  background: url("assets/about-team-meeting.png") right bottom / contain no-repeat;
  filter: none;
  opacity: 1;
}

body[data-page="services"] .services-hero .button.primary {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border-radius: 999px;
  background: #075bff;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 900;
}

body[data-page="services"] .services-copy-section {
  padding-top: clamp(78px, 8vw, 108px);
  padding-bottom: clamp(78px, 8vw, 108px);
  background: #ffffff;
}

body[data-page="services"] .services-copy-grid {
  display: grid;
  max-width: 1120px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(56px, 7vw, 96px);
  align-items: start;
  margin: 0 auto;
}

body[data-page="services"] .services-copy-heading {
  max-width: 520px;
  text-align: left;
}

body[data-page="services"] .services-copy-heading .eyebrow {
  margin-bottom: 14px;
  color: #075bff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="services"] .services-copy-heading h2 {
  margin: 0;
  color: #1a1e27;
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

body[data-page="services"] .services-copy-body {
  max-width: 520px;
  padding-top: clamp(8px, 1vw, 18px);
}

body[data-page="services"] .services-copy-body p {
  margin: 0;
  color: #4b5262;
  font-size: clamp(0.95rem, 1.05vw, 1.12rem);
  font-weight: 400;
  line-height: 1.68;
}

body[data-page="services"] .contact-band {
  min-height: 354px;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding-top: 92px;
  padding-bottom: 92px;
  background: #ffffff;
  color: #050505;
  border-top: 1px solid var(--line);
}

body[data-page="services"] .contact-band::before,
body[data-page="services"] .contact-band .band-marks {
  content: none;
  display: none;
}

body[data-page="services"] .contact-band > div:first-child {
  max-width: 650px;
}

body[data-page="services"] .contact-band p {
  margin: 0;
  color: #00122d;
  font-size: clamp(1.35rem, 1.65vw, 1.7rem);
  font-weight: 400;
  line-height: 1.42;
}

body[data-page="services"] .contact-band .button.primary {
  display: inline-flex;
  min-width: 188px;
  min-height: 50px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #050505;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 900;
}

body[data-page="services"] .service-tabs-section {
  padding-top: clamp(60px, 7vw, 92px);
  padding-bottom: clamp(60px, 7vw, 92px);
  background: #f9fafc;
}

body[data-page="services"] .service-showcase {
  max-width: 1296px;
  margin: 0 auto;
}

body[data-page="services"] .service-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 48px;
  border-bottom: 1px solid #e2e6ee;
  padding: 0 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body[data-page="services"] .service-tabs::-webkit-scrollbar {
  display: none;
}

body[data-page="services"] .service-tabs a {
  position: relative;
  padding: 0 8px 16px;
  color: #6c7582;
  font-size: clamp(0.8rem, 0.95vw, 0.98rem);
  font-weight: 600;
  white-space: nowrap;
  transition: color 0.25s ease;
}

body[data-page="services"] .service-tabs a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0057ff;
  transform: scaleX(0);
  transition: transform 0.25s ease;
}

body[data-page="services"] .service-tabs a:hover {
  color: #050505;
}

body[data-page="services"] .service-tabs a.is-active {
  color: #050505;
  font-weight: 800;
}

body[data-page="services"] .service-tabs a.is-active::after {
  transform: scaleX(1);
}

body[data-page="services"] .tab-card-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding: 0;
  background: transparent;
  max-width: 1000px;
  margin: 0 auto;
}

body[data-page="services"] .tab-card-row article,
body[data-page="services"] .tab-card-row .service-item-card {
  display: flex;
  flex-direction: column;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #e2e6ee;
  background: #ffffff;
  color: inherit;
  box-shadow: 0 8px 24px rgba(18, 24, 38, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.4s ease;
}

body[data-page="services"] .tab-card-row .service-item-card.is-entering {
  animation: cardFadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}

body[data-page="services"] .tab-card-row article:hover,
body[data-page="services"] .tab-card-row .service-item-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(18, 24, 38, 0.08);
}

body[data-page="services"] .tab-card-row .photo-card {
  width: 100%;
  aspect-ratio: 1.6;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
  margin-bottom: 16px;
}

body[data-page="services"] .tab-card-row .card-badge {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 4px 8px;
  background: #eaecef;
  color: #4a505e;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 4px;
}

body[data-page="services"] .tab-card-row h3 {
  margin: 0;
  padding: 0 2px;
  color: #1a1e27;
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  font-weight: 600;
  line-height: 1.45;
  min-height: auto;
}

/* Plus button styles */
body[data-page="services"] .plus-btn-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

body[data-page="services"] .plus-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 8px;
  background: #0057ff;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 87, 255, 0.3);
  transition: transform 0.3s ease, background-color 0.2s ease, box-shadow 0.3s ease;
}

body[data-page="services"] .plus-toggle-btn:hover {
  background: #0046cc;
  box-shadow: 0 6px 20px rgba(0, 87, 255, 0.4);
}

body[data-page="services"] .plus-toggle-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

body[data-page="services"] .plus-toggle-btn.is-expanded svg {
  transform: rotate(45deg);
}

@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body[data-page="services"] .profile-section {
  padding-top: clamp(60px, 7vw, 92px);
  padding-bottom: clamp(40px, 5vw, 60px);
  background: #ffffff;
}

body[data-page="services"] .profile-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(40px, 5vw, 72px);
  align-items: start;
  max-width: 1296px;
  margin: 0 auto clamp(40px, 6vw, 68px);
}

body[data-page="services"] .profile-heading-col {
  max-width: 560px;
}

body[data-page="services"] .profile-heading-col .eyebrow {
  margin: 0 0 14px;
  color: #075bff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body[data-page="services"] .profile-heading-col h2 {
  margin: 0;
  text-align: left;
  color: #1a1e27;
  font-size: clamp(1.8rem, 2.5vw, 2.6rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

body[data-page="services"] .profile-body-col p {
  margin: 0;
  color: #4b5262;
  font-size: clamp(0.95rem, 1.05vw, 1.12rem);
  font-weight: 400;
  line-height: 1.68;
}

@media (max-width: 760px) {
  body[data-page="services"] .services-hero {
    min-height: 0;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  body[data-page="services"] .services-hero h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  body[data-page="services"] .services-copy-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  body[data-page="services"] .services-copy-heading,
  body[data-page="services"] .services-copy-body {
    max-width: none;
  }

  body[data-page="services"] .service-tabs {
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 32px;
  }

  body[data-page="services"] .tab-card-row {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 16px;
  }

  body[data-page="services"] .contact-band {
    min-height: 0;
    align-items: flex-start;
    gap: 28px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  body[data-page="services"] .contact-band p {
    font-size: 1.3rem;
  }

  body[data-page="why-us"] .why-hero {
    grid-template-columns: 1fr;
  }

  body[data-page="why-us"] .why-hero .why-hero-visual {
    min-height: 120px;
    justify-content: flex-start;
  }

  body[data-page="why-us"] .advantage-stack article {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  body[data-page="why-us"] .advantage-image-placeholder {
    grid-column: 1 / -1;
  }

  body[data-page="why-us"] .partners-section .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body[data-page="why-us"] .stats-section .stats-grid {
    grid-template-columns: 1fr;
  }
}

/* Final width alignment: match homepage section rhythm. */
body[data-page="about"] .vision-banner,
body[data-page="about"] .approach-section,
body[data-page="services"] .services-copy-grid,
body[data-page="services"] .service-showcase,
body[data-page="services"] .service-tabs,
body[data-page="services"] .tab-card-row,
body[data-page="services"] .service-list,
body[data-page="services"] .research-solutions-intro,
body[data-page="services"] .research-solutions .solution-grid,
body[data-page="services"] .industries-heading,
body[data-page="services"] .industries-section .industry-strip,
body[data-page="why-us"] .why-intro,
body[data-page="why-us"] .change-panel,
body[data-page="why-us"] .partners-card {
  width: 100%;
  max-width: var(--max);
  margin-right: auto;
  margin-left: auto;
}

body[data-page="about"] .about-section__content,
body[data-page="about"] .about-work-grid,
body[data-page="about"] .about-intro,
body[data-page="about"] .values-section__inner,
body[data-page="about"] .about-mission {
  width: min(var(--max), calc(100% - (var(--pad) * 2)));
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

/* Right-to-left slide transition animation for offer tabs content & photos */
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translate3d(32px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.offer-photo.tab-animate,
.offer-detail.tab-animate {
  animation: slideInRight 0.42s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

/* Vetting cards grid responsive layout styles */
.vetting-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px;
  background: #f6f7f9;
}

.vetting-cards-grid article {
  min-height: 156px;
  padding: 28px;
  background: #fff;
  border: 1px solid #e2e6ee;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(18, 24, 38, 0.06);
}

@media (max-width: 980px) {
  .vetting-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .vetting-cards-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1350px) {
  .respondent-section {
    padding: 0 var(--pad);
  }
}

/* --- Our Work Page --- */
body[data-page="our-work"] .our-work-hero {
  display: flex;
  align-items: center;
  position: relative;
  
  padding-left: var(--pad); padding-right: var(--pad);
  background-color: #050505;
  background-image: linear-gradient(90deg, #050505 0%, #050505 45%, transparent 85%), url("assets/our_work_hero_bg.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
}

body[data-page="our-work"] .our-work-hero .hero-copy {
  max-width: 600px;
}

/* Our Work Header */
.our-work-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: var(--max);
  margin: clamp(40px, 6vw, 80px) auto 40px;
  gap: 40px;
}

.our-work-title {
  max-width: 600px;
}

.our-work-title h2 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 1.1;
  color: var(--black);
}

.our-work-title h2 .text-blue {
  color: #0057ff;
}

.our-work-title p {
  font-size: clamp(16px, 1.2vw, 18px);
  color: var(--text-light);
  line-height: 1.6;
}

.our-work-filter {
  flex-shrink: 0;
  margin-top: 10px;
}

.custom-select {
  appearance: none;
  background-color: var(--white);
  border: 1px solid #0057ff;
  border-radius: 8px;
  padding: 12px 40px 12px 16px;
  font-size: 16px;
  font-weight: 700;
  color: var(--black);
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  min-width: 200px;
  outline: none;
  transition: box-shadow 0.2s ease;
}

.custom-select:focus {
  box-shadow: 0 0 0 3px rgba(0, 87, 255, 0.2);
}

@media (max-width: 768px) {
  .our-work-header {
    flex-direction: column;
    gap: 24px;
  }
}

.our-work-section {
  padding: var(--pad-section) var(--pad);
  background-color: var(--white);
}

.our-work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: clamp(24px, 3vw, 40px);
  max-width: var(--max);
  margin: 0 auto;
}

.case-study-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 3.5vw, 40px);
  background-color: #f8f9fa;
  border-radius: 12px;
  border: 1px solid var(--line);
  text-decoration: none;
  color: var(--black);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s ease;
}

.case-study-card:hover {
  transform: translate3d(0, -6px, 0);
  box-shadow: 0 16px 32px rgba(5, 5, 5, 0.08);
  background-color: #ffffff;
  border-color: rgba(0, 87, 255, 0.2);
}

.case-study-card h3 {
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 16px;
  color: var(--black);
  transition: color 0.3s ease;
}

.case-study-card:hover h3 {
  color: #0057ff;
}

.case-study-card p {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.6;
  color: var(--text-light);
  margin-bottom: 24px;
}

.case-study-arrow {
  font-size: 24px;
  font-weight: 800;
  color: #0057ff;
  align-self: flex-start;
  transition: transform 0.3s ease;
}

.case-study-card:hover .case-study-arrow {
  transform: translateX(8px);
}


.case-study-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-color);
}
.case-study-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.case-study-card:hover .case-study-image img {
  transform: scale(1.05);
}
.case-study-card {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.case-study-card .case-study-content {
  padding: 24px;
  flex: 1;
}
.case-study-card .case-study-arrow {
  position: absolute;
  bottom: 24px;
  right: 24px;
}

/* Card Button Overlay */
.card-action-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background-color: #0057ff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 87, 255, 0.3);
}

.case-study-card:hover .card-action-btn {
  opacity: 1;
  transform: translateY(0);
}

.case-study-image {
  position: relative; /* ensure button overlays correctly */
}

/* Case Study Details Page */
.case-details-section {
  padding: 120px var(--pad) 80px;
  max-width: var(--max);
  margin: 0 auto;
  background-color: var(--white);
}

/* Blog Section */
.blog-card {
  display: flex;
  flex-direction: column;
  background: var(--surface-light);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.blog-card-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-bottom: 1px solid var(--border-color);
}
.blog-card-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.blog-meta {
  font-size: 14px;
  color: var(--text-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-tag {
  background: rgba(0, 87, 255, 0.1);
  color: #0057ff;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}
.blog-card-content h3 {
  font-size: 24px;
  color: var(--white);
  line-height: 1.3;
}
.blog-card-content p {
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.6;
}

/* Blog Post Specifics */
.blog-post-section {
  padding: 180px var(--pad) 80px;
  max-width: 800px;
  margin: 0 auto;
}
.blog-post-header {
  margin-bottom: 40px;
}
.blog-post-header h1 {
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 900;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 24px;
}
.blog-post-meta {
  display: flex;
  gap: 24px;
  color: var(--text-light);
  font-size: 16px;
  align-items: center;
}
.blog-post-hero-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 60px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.blog-post-body {
  font-size: 18px;
  line-height: 1.8;
  color: #d1d5db;
}
.blog-post-body h2 {
  font-size: 32px;
  color: var(--white);
  margin: 40px 0 20px;
  font-weight: 800;
}
.blog-post-body p {
  margin-bottom: 24px;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  background-color: #0057ff;
  color: #fff;
  padding: 10px 24px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 60px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.btn-back:hover {
  background-color: #0045cc;
  transform: translateY(-2px);
}

.case-details-hero {
  margin-bottom: 60px;
}

.case-details-hero h1 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  text-transform: uppercase;
  color: #0a1128;
  line-height: 1.2;
  margin-bottom: 40px;
}

.case-details-hero img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.case-details-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.content-block {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.content-icon {
  flex-shrink: 0;
  width: 60px;
  height: 20px;
  background-color: #0057ff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.content-icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.content-body h2 {
  font-size: clamp(24px, 3vw, 32px);
  color: #000;
  margin-bottom: 16px;
  font-weight: 800;
}

.content-body p {
  font-size: 16px;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 12px;
}

.content-body h3 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 16px 0 8px;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 16px;
  color: var(--text-light);
}

.custom-list li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%230057ff%22%3E%3Cpath%20d%3D%22M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm-2%2015l-5-5%201.41-1.41L10%2014.17l7.59-7.59L19%208l-9%209z%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  flex-shrink: 0;
}

/* Hero Background Overrides */
.services-hero {
  background-color: var(--black) !important;
  background-image: linear-gradient(to right, var(--black) 45%, #05050500 65%), url('assets/hero-services.png') !important;
  background-position: left center, right center !important;
  background-size: 100% 100%, 55% auto !important;
  background-repeat: no-repeat, no-repeat !important;
  background-blend-mode: normal, screen !important;
}
.our-work-hero {
  background-color: var(--black) !important;
  background-image: linear-gradient(to right, var(--black) 45%, #05050500 65%), url('assets/hero-our-work.png') !important;
  background-position: left center, right center !important;
  background-size: 100% 100%, 55% auto !important;
  background-repeat: no-repeat, no-repeat !important;
  background-blend-mode: normal, screen !important;
}
.about-hero {
  background-color: var(--black) !important;
  background-image: url('assets/hero-about.png') !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-blend-mode: normal !important;
}

.about-hero .hero-copy.glass-card {
  background: rgba(15, 23, 42, 0.4) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 48px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  max-width: 600px;
}

.about-hero .hero-copy.glass-card h1 {
  font-size: clamp(40px, 4.5vw, 56px);
  font-weight: 500;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.about-hero .hero-copy.glass-card .eyebrow {
  margin-bottom: 16px;
  color: #00e5ff;
}

@media (max-width: 768px) {
  .about-hero .hero-copy.glass-card {
    padding: 32px 24px;
  }
}

/* Unify all inner hero heights */
.inner-hero,
.services-hero,
.our-work-hero,
.about-hero,
.why-hero,
.service-detail-hero {
  height: clamp(300px, 25vw, 380px) !important; min-height: clamp(300px, 25vw, 380px) !important;
  display: flex !important;
  align-items: center !important;
}

/* Fix sticky stack issue & add tapering */
body[data-page="why-us"] .advantage-stack {
  display: block !important;
  padding-bottom: 60px;
}

body[data-page="why-us"] .advantage-stack article {
  margin-bottom: 24px;
}

body[data-page="why-us"] .advantage-stack article:nth-child(1) {
  margin-left: 0;
  margin-right: 0;
}
body[data-page="why-us"] .advantage-stack article:nth-child(2) {
  margin-left: 16px;
  margin-right: 16px;
}
body[data-page="why-us"] .advantage-stack article:nth-child(3) {
  margin-left: 32px;
  margin-right: 32px;
}
body[data-page="why-us"] .advantage-stack article:nth-child(4) {
  margin-left: 48px;
  margin-right: 48px;
  margin-bottom: 0;
}


/* Force white text on all advantage stack cards */
body[data-page="why-us"] .advantage-stack article h2,
body[data-page="why-us"] .advantage-stack article p,
body[data-page="why-us"] .advantage-stack article .eyebrow {
  color: #ffffff !important;
}

/* Legal Pages */
.legal-section {
  padding-top: 80px;
  padding-bottom: 120px;
}

.legal-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  color: var(--text-light);
  line-height: 1.8;
}

.legal-content .last-updated {
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.5);
}

.legal-content h3 {
  color: var(--white);
  font-size: 22px;
  margin-top: 48px;
  margin-bottom: 16px;
}

.legal-content p {
  margin-bottom: 24px;
}

.legal-content ul {
  margin-bottom: 32px;
  padding-left: 20px;
}

.legal-content li {
  margin-bottom: 12px;
}

.legal-content a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.legal-content a:hover {
  color: #00e5ff;
}

/* Smooth scrolling for anchor links */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* Legal Grid Layout */
.legal-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: start;
}

/* Sticky TOC Sidebar */
.legal-sidebar {
  position: sticky;
  top: 100px;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 32px;
}

.legal-sidebar h3 {
  font-size: 16px;
  color: var(--white);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.legal-sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.legal-sidebar a {
  color: var(--text-light);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease, padding-left 0.2s ease;
  padding-left: 0;
  border-left: 2px solid transparent;
}

.legal-sidebar a:hover {
  color: var(--cyan);
  padding-left: 8px;
  border-left-color: var(--cyan);
}

/* Content Cards */
.legal-card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 32px;
}

.legal-card:last-child {
  margin-bottom: 0;
}

.legal-card h2 {
  color: var(--white);
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

@media (max-width: 980px) {
  .legal-grid {
    grid-template-columns: 1fr;
  }
  .legal-sidebar {
    position: relative;
    top: 0;
    margin-bottom: 40px;
  }
}










/* --- CONTACT PAGE STYLES --- */
body[data-page="contact"] .contact-hero {
  padding: 120px 20px 80px;
  background-color: var(--black, #000);
  color: var(--white, #fff);
  text-align: center;
}

body[data-page="contact"] .contact-hero-content {
  max-width: 800px;
  margin: 0 auto;
}

body[data-page="contact"] .contact-hero h1 {
  font-size: clamp(40px, 6vw, 64px);
  margin-bottom: 24px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

body[data-page="contact"] .contact-hero .subtitle {
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.6;
  color: #a0a0a0;
  max-width: 600px;
  margin: 0 auto;
}

.contact-details-section {
  padding: 80px 20px;
  background-color: var(--white, #fff);
  color: var(--black, #000);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  max-width: var(--max, 1200px);
  margin: 0 auto;
}

.contact-info-panel {
  padding-top: 40px;
}

.contact-info-panel h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--black, #000);
}

.contact-method {
  margin-bottom: 40px;
}

.contact-method a {
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-method a:hover {
  color: var(--blue, #0057ff);
}

.contact-form-panel {
  background: #f9f9f9;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.contact-form-panel h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}

.premium-contact-form .form-group {
  margin-bottom: 24px;
}

.premium-contact-form label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #555;
}

.premium-contact-form input,
.premium-contact-form textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.premium-contact-form input:focus,
.premium-contact-form textarea:focus {
  border-color: #000;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.1);
  outline: none;
}

.premium-contact-form button {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.premium-contact-form button:hover {
  background: #333;
}

.newsletter-section {
  padding: 80px 20px;
  background: #0a0a0a;
  color: #fff;
  text-align: center;
}

.newsletter-content {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-content h2 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 16px;
  color: #fff;
}

.newsletter-content p {
  font-size: 16px;
  color: #aaa;
  margin-bottom: 30px;
  line-height: 1.6;
}

.newsletter-form {
  display: flex;
  gap: 12px;
}

.newsletter-form input {
  flex: 1;
  padding: 16px;
  border: 1px solid #333;
  background: #111;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
}

.newsletter-form input:focus {
  border-color: #555;
  outline: none;
}
.newsletter-form .button {
  padding: 16px 32px;
  border-radius: 8px;
  background: #fff;
  color: #000 !important;
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-form .button:hover {
  background: #e0e0e0;
}

@media (max-width: 768px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
  
  .newsletter-form {
    flex-direction: column;
  }
}

/* --- HERO FIXES --- */
.hero {
  padding-left: clamp(20px, 5vw, 60px) !important;
  padding-right: clamp(20px, 5vw, 60px) !important;
}

.inner-hero,
.services-hero,
.our-work-hero,
.about-hero,
.why-hero,
.service-detail-hero {
  min-height: clamp(420px, 40vw, 550px) !important;
  height: auto !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  padding-left: clamp(20px, 5vw, 60px) !important;
  padding-right: clamp(20px, 5vw, 60px) !important;
}

/* --- UNIFY ALL INNER HERO FONTS --- */
.inner-hero h1,
.services-hero h1,
.our-work-hero h1,
.about-hero h1,
.why-hero h1,
.service-detail-hero h1 {
  font-size: clamp(2.7rem, 5vw, 4.6rem) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  margin-bottom: 24px !important;
}

.inner-hero .hero-copy > p:not(.eyebrow),
.services-hero .hero-copy > p:not(.eyebrow),
.our-work-hero .hero-copy > p:not(.eyebrow),
.about-hero .hero-copy > p:not(.eyebrow),
.why-hero .hero-copy > p:not(.eyebrow),
.service-detail-hero .hero-copy > p:not(.eyebrow) {
  font-size: clamp(16px, 1.25vw, 20px) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.86) !important;
}

/* --- SITE-WIDE SPACING NORMALIZATION --- */
:root {
  --pad: var(--page-gutter);
}

.site-header,
.hero,
.section,
.contact-band,
.home-intro,
body[data-page="contact"] .contact-hero,
.contact-details-section,
.newsletter-section,
.case-details-section,
.blog-post-section {
  padding-right: var(--page-gutter) !important;
  padding-left: var(--page-gutter) !important;
}

.section,
.home-intro,
.contact-band,
.contact-details-section,
.newsletter-section,
.case-details-section,
.blog-post-section {
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
}

.section.detail-intro {
  width: auto !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.hero,
.inner-hero,
.services-hero,
.our-work-hero,
.about-hero,
.why-hero,
.service-detail-hero,
body[data-page="contact"] .contact-hero {
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
  padding-right: var(--page-gutter) !important;
  padding-left: var(--page-gutter) !important;
}

.section > *,
.hero > *,
.contact-band > *,
.contact-layout,
.newsletter-content {
  width: 100%;
  max-width: var(--max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.home-intro,
.about-section__content,
.about-work-grid,
.vision-banner,
.approach-section,
.values-section__inner,
.about-mission {
  width: min(var(--max), calc(100% - (var(--page-gutter) * 2)));
  max-width: var(--max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.case-details-section,
.blog-post-section {
  width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
}

.case-details-section {
  max-width: var(--max) !important;
}

.blog-post-section {
  max-width: 880px !important;
}

.home-intro,
.about-section__content,
.about-work-grid,
.vision-banner,
.approach-section,
.values-section__inner,
.about-mission {
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.about-work-row,
.about-work-row + .about-work-row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.about-work-row + .about-work-row {
  margin-top: var(--section-gap) !important;
}

.services-copy-grid,
.service-showcase,
.profile-grid,
.research-solutions-intro,
.industries-heading,
.industries-section .industry-strip,
.respondent-section,
.serve-layout,
.stats-section,
.faq-section,
.testimonial-section,
.contact-layout,
.legal-grid,
.our-work-header,
.our-work-grid,
.case-details-content,
.about-section__content,
.about-work-row,
.approach-section,
.values-section .values-grid {
  gap: var(--section-gap) !important;
}

.offer-panel {
  gap: 0 !important;
}

body[data-page="home"] .serve-layout {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body[data-page="home"] .serve-intro {
  grid-column: 1 / -1 !important;
}

body[data-page="service-detail"] main > section:has(.tile-links) {
  display: none !important;
}

body[data-page="service-detail"] .sub-services-widget {
  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
  margin-top: 0 !important;
}

body[data-page="service-detail"] .sub-tabs-nav {
  justify-content: center !important;
  flex-wrap: wrap !important;
  overflow: visible !important;
  gap: 12px !important;
  padding: 0 0 clamp(28px, 4vw, 44px) !important;
  background: transparent !important;
}

body[data-page="service-detail"] .sub-tab-btn {
  border: 1px solid var(--line) !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  background: var(--white) !important;
  color: var(--text) !important;
  box-shadow: none !important;
}

body[data-page="service-detail"] .sub-tab-btn:hover,
body[data-page="service-detail"] .sub-tab-btn.is-active {
  border-color: var(--blue) !important;
  background: var(--blue) !important;
  color: var(--white) !important;
}

body[data-page="service-detail"] .sub-tab-btn.is-active::after {
  content: none !important;
}

body[data-page="service-detail"] .sub-tab-pane {
  padding: 0 !important;
}

body[data-page="service-detail"] .sub-tab-features {
  list-style: disc !important;
  padding-left: 1.25rem !important;
}

body[data-page="service-detail"] .sub-tab-features li {
  padding-left: 0 !important;
}

body[data-page="service-detail"] .sub-tab-features li::before {
  display: none !important;
  content: none !important;
  background-image: none !important;
}

body[data-page="about"] .about-hero-split,
body[data-page="services"] .services-hero {
  display: flex !important;
  align-items: center !important;
  min-height: clamp(380px, 42vw, 540px) !important;
  background-color: #050505 !important;
  background-size: cover, cover !important;
  background-position: left center, center right !important;
  background-repeat: no-repeat !important;
  overflow: hidden !important;
}

body[data-page="about"] .about-hero-split {
  background-image:
    linear-gradient(90deg, #050505 0%, #050505 40%, rgba(5, 5, 5, 0.8) 60%, rgba(5, 5, 5, 0) 100%),
    url("assets/hero-about-lady.png") !important;
}

body[data-page="services"] .services-hero {
  background-image:
    linear-gradient(90deg, #050505 0%, #050505 40%, rgba(5, 5, 5, 0.8) 60%, rgba(5, 5, 5, 0) 100%),
    url("assets/hero-services.png") !important;
}

body[data-page="about"] .about-hero-split::before,
body[data-page="services"] .services-hero::before {
  content: none !important;
}

body[data-page="about"] .about-hero-split .hero-split-container {
  display: block !important;
  width: 100% !important;
  max-width: var(--max) !important;
  margin: 0 auto !important;
}

body[data-page="about"] .about-hero-split .hero-copy,
body[data-page="services"] .services-hero .hero-copy {
  max-width: 600px !important;
  margin-right: auto !important;
  margin-left: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}

body[data-page="about"] .about-hero-split .hero-image {
  display: none !important;
}

body[data-page="about"] .about-hero-split h1,
body[data-page="services"] .services-hero h1 {
  color: #ffffff !important;
}

body[data-page="about"] .about-hero-split p,
body[data-page="services"] .services-hero p {
  color: rgba(255, 255, 255, 0.85) !important;
}

section.contact-band#contact {
  display: grid !important;
  grid-template-columns: minmax(0, 680px) auto !important;
  min-height: 210px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 64px !important;
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
  background: var(--white) !important;
  color: var(--text) !important;
  border-top: 1px solid var(--line) !important;
}

section.contact-band#contact .contact-copy,
section.contact-band#contact > div:first-child {
  width: auto !important;
  max-width: 680px !important;
}

section.contact-band#contact p {
  margin: 0 !important;
  color: #00122d !important;
  font-size: clamp(1.25rem, 1.6vw, 1.5rem) !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

section.contact-band#contact .button.primary {
  display: inline-flex !important;
  width: auto !important;
  min-width: 160px !important;
  min-height: 0 !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 6px !important;
  background: var(--black) !important;
  color: var(--white) !important;
  font-size: inherit !important;
  font-weight: 700 !important;
}

section.contact-band#contact::before,
section.contact-band#contact .band-marks {
  content: none !important;
  display: none !important;
}

.site-footer {
  padding: clamp(34px, 4vw, 48px) clamp(20px, 3vw, 36px) clamp(24px, 3vw, 34px) !important;
}

@media (max-width: 640px) {
  :root {
    --page-gutter: 20px;
    --section-space: 44px;
    --section-gap: 22px;
  }

  .section > *,
  .hero > *,
  .contact-band > *,
  .contact-layout,
  .newsletter-content,
  .case-details-section,
  .blog-post-section {
    width: 100%;
  }

  .home-intro,
  .about-section__content,
  .about-work-grid,
  .vision-banner,
  .approach-section,
  .values-section__inner,
  .about-mission {
    width: 100%;
  }

  body[data-page="home"] .serve-layout {
    grid-template-columns: 1fr !important;
  }

  section.contact-band#contact {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
}

body[data-page="services"] .industries-section .industry-marquee {
  width: min(100%, 1180px);
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

body[data-page="services"] .industries-section .industry-strip {
  display: flex;
  width: max-content;
  max-width: none;
  gap: 0 !important;
  margin: 0;
}

/* Canonical spacing system: one page gutter, one content width, one section rhythm. */
:root {
  --page-gutter: clamp(20px, 5vw, 60px);
  --section-space: clamp(56px, 6vw, 80px);
  --section-gap: clamp(24px, 3vw, 40px);
  --content-max: var(--max);
  --outer-gutter: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2));
  --box-padding: clamp(28px, 4vw, 56px);
  --pad: var(--outer-gutter);
}

.site-header,
.hero,
.section,
.contact-band,
.site-footer,
.home-intro,
body[data-page="contact"] .contact-hero,
.contact-details-section,
.newsletter-section,
.case-details-section,
.blog-post-section {
  padding-right: var(--outer-gutter) !important;
  padding-left: var(--outer-gutter) !important;
}

.section,
.home-intro,
.contact-band,
body[data-page="contact"] .contact-hero,
.contact-details-section,
.newsletter-section,
.case-details-section,
.blog-post-section {
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
}

.hero,
.inner-hero,
.services-hero,
.our-work-hero,
.about-hero,
.why-hero,
.service-detail-hero {
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
}

.site-header {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.section > *,
.hero > *,
.contact-band > *,
.site-footer > *,
.home-intro,
.contact-layout,
.newsletter-content,
.case-details-content,
.blog-post-content,
.legal-grid,
.our-work-header,
.our-work-grid {
  width: 100%;
  max-width: var(--content-max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.home-intro,
.about-section__content,
.about-work-grid,
.vision-banner,
.approach-section,
.values-section__inner,
.about-mission {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.services-copy-grid,
.service-showcase,
.profile-grid,
.research-solutions-intro,
.industries-heading,
.respondent-section,
.serve-layout,
.stats-section,
.faq-section,
.testimonial-section,
.contact-layout,
.legal-grid,
.our-work-grid,
.about-section__content,
.about-work-row,
.approach-section,
.values-section .values-grid {
  gap: var(--section-gap) !important;
}

section.contact-band#contact {
  min-height: 0 !important;
  gap: var(--section-gap) !important;
  padding: var(--section-space) var(--outer-gutter) !important;
}

.site-footer {
  padding: var(--section-space) var(--outer-gutter) calc(var(--section-space) / 2) !important;
}

.site-footer .footer-shell {
  width: 100% !important;
  max-width: var(--content-max) !important;
  margin: 0 auto !important;
}

.site-footer .footer-main {
  width: 100% !important;
  max-width: none !important;
  gap: var(--section-gap) !important;
  margin: 0 !important;
  padding: 0 0 var(--section-gap) !important;
}

.site-footer .footer-bottom {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: calc(var(--section-gap) / 2) 0 0 !important;
}

body[data-page="home"] .home-intro {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: var(--section-space) var(--outer-gutter) !important;
}

body[data-page="services"] .industries-section .industry-marquee {
  width: 100% !important;
  max-width: var(--content-max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body[data-page="why-us"] .advantage-stack {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: var(--section-space) var(--outer-gutter) !important;
}

body[data-page="why-us"] .advantage-stack article,
body[data-page="why-us"] .advantage-stack article:nth-child(1),
body[data-page="why-us"] .advantage-stack article:nth-child(2),
body[data-page="why-us"] .advantage-stack article:nth-child(3),
body[data-page="why-us"] .advantage-stack article:nth-child(4) {
  width: 100% !important;
  max-width: var(--content-max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body[data-page="about"] .vision-banner,
.stats-section,
body[data-page="why-us"] .advantage-stack article {
  padding: var(--box-padding) !important;
}

body[data-page="about"] .vision-banner {
  display: block !important;
  width: 100% !important;
  max-width: var(--content-max) !important;
  grid-template-columns: none !important;
  background:
    radial-gradient(circle at 92% 18%, rgba(5, 119, 216, 0.2), transparent 28%),
    linear-gradient(180deg, #06111a, #050505) !important;
}

body[data-page="about"] .vision-banner__copy {
  max-width: 980px !important;
}

body[data-page="about"] .vision-banner__mark {
  display: none !important;
}

body[data-page="about"] .approach-section {
  display: grid !important;
  width: auto !important;
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.58fr) !important;
  gap: clamp(34px, 5vw, 76px) !important;
  align-items: center !important;
  margin: 0 !important;
  padding: var(--section-space) var(--outer-gutter) !important;
  border-radius: 0 !important;
  background: #162126 !important;
  color: var(--white) !important;
}

body[data-page="about"] .approach-content {
  display: grid;
  grid-template-columns: clamp(180px, 18vw, 260px) minmax(360px, 1fr);
  gap: clamp(26px, 3.4vw, 46px);
  align-items: start;
}

body[data-page="about"] .approach-copy {
  display: grid;
  align-content: start;
  gap: clamp(42px, 7vw, 88px);
}

body[data-page="about"] .approach-copy .eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 6px;
  padding: 14px 18px;
  color: var(--white) !important;
  font-size: clamp(12px, 1vw, 15px);
  letter-spacing: 0.02em;
}

body[data-page="about"] .approach-copy h2 {
  margin: 0 !important;
  font-size: clamp(3.5rem, 6vw, 6.5rem) !important;
  line-height: 0.95 !important;
  letter-spacing: 0 !important;
}

body[data-page="about"] .process-list {
  display: grid !important;
  gap: clamp(24px, 3vw, 36px) !important;
}

body[data-page="about"] .process-list article {
  position: relative;
  display: grid !important;
  min-height: 0 !important;
  grid-template-columns: clamp(96px, 8vw, 116px) minmax(0, 1fr);
  gap: clamp(22px, 2.8vw, 38px);
  align-items: center;
  background: transparent !important;
}

body[data-page="about"] .process-icon {
  display: grid;
  width: clamp(86px, 7.6vw, 112px);
  height: clamp(86px, 7.6vw, 112px);
  place-items: center;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.86);
}

body[data-page="about"] .process-icon svg {
  width: 46%;
  height: 46%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body[data-page="about"] .process-number {
  position: absolute;
  left: clamp(100px, 8.4vw, 136px);
  top: 50%;
  z-index: 2;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: #263138;
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

body[data-page="about"] .process-list article::after {
  content: "";
  position: absolute;
  left: clamp(86px, 7.6vw, 112px);
  top: 50%;
  width: clamp(34px, 4.4vw, 64px);
  border-top: 2px dotted rgba(255, 255, 255, 0.22);
  transform: translateY(-50%);
}

body[data-page="about"] .process-text {
  padding: clamp(28px, 3vw, 42px);
  background: rgba(255, 255, 255, 0.14);
}

body[data-page="about"] .process-text h3 {
  margin: 0 0 18px;
  color: var(--white);
  font-size: clamp(1.35rem, 2vw, 2.15rem);
  line-height: 1.1;
}

body[data-page="about"] .process-text p {
  max-width: 34ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.65;
}

body[data-page="about"] .approach-visual {
  margin: 0;
  overflow: hidden;
  background: #050505;
}

body[data-page="about"] .approach-visual img {
  width: 100%;
  height: clamp(500px, 46vw, 660px);
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08) hue-rotate(150deg) brightness(0.72);
}

@media (max-width: 980px) {
  body[data-page="about"] .approach-section,
  body[data-page="about"] .approach-content {
    grid-template-columns: 1fr !important;
  }

  body[data-page="about"] .approach-copy {
    gap: 24px;
  }

  body[data-page="about"] .approach-visual img {
    height: clamp(320px, 60vw, 520px);
  }
}

@media (max-width: 640px) {
  body[data-page="about"] .process-list article {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
  }

  body[data-page="about"] .process-icon {
    width: 72px;
    height: 72px;
  }

  body[data-page="about"] .process-number {
    position: static;
    grid-column: 1;
    grid-row: 2;
    width: 42px;
    height: 42px;
    justify-self: center;
    transform: none;
  }

  body[data-page="about"] .process-list article::after {
    content: none;
  }

  body[data-page="about"] .process-text {
    grid-row: 1 / span 2;
    padding: var(--box-padding);
  }
}

@media (max-width: 640px) {
  :root {
    --page-gutter: 20px;
    --section-space: 44px;
    --section-gap: 22px;
    --box-padding: 24px;
  }
}

/* About approach: Think Design visual treatment, not the reference palette. */
body[data-page="about"] .approach-section {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr) !important;
  gap: clamp(36px, 5vw, 72px) !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(5, 119, 216, 0.16), transparent 30%),
    linear-gradient(180deg, #050505, #080b12) !important;
}

body[data-page="about"] .approach-content {
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: clamp(30px, 4vw, 54px);
}

body[data-page="about"] .approach-copy {
  gap: clamp(30px, 5vw, 60px);
}

body[data-page="about"] .approach-copy .eyebrow {
  border-color: rgba(5, 119, 216, 0.55);
  border-radius: 999px;
  background: rgba(5, 119, 216, 0.12);
  color: #8cc9ff !important;
}

body[data-page="about"] .approach-copy h2 {
  max-width: 4.5em;
  font-size: clamp(3rem, 5vw, 5.6rem) !important;
}

body[data-page="about"] .process-list {
  gap: 18px !important;
}

body[data-page="about"] .process-list article {
  grid-template-columns: 58px minmax(0, 1fr) !important;
  gap: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: clamp(18px, 2vw, 24px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035)) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

body[data-page="about"] .process-list article::after {
  content: none !important;
}

body[data-page="about"] .process-icon {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(5, 119, 216, 0.38);
  border-radius: 8px;
  background: rgba(5, 119, 216, 0.13);
  color: #8cc9ff;
}

body[data-page="about"] .process-icon svg {
  width: 28px;
  height: 28px;
}

body[data-page="about"] .process-number {
  position: static !important;
  grid-column: 1;
  grid-row: 2;
  width: 38px;
  height: 38px;
  justify-self: center;
  background: var(--blue);
  color: var(--white);
  font-size: 13px;
  transform: none !important;
}

body[data-page="about"] .process-text {
  grid-row: 1 / span 2;
  padding: 0 !important;
  background: transparent;
}

body[data-page="about"] .process-text h3 {
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 1.6vw, 1.7rem);
}

body[data-page="about"] .process-text p {
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.95rem, 1vw, 1.06rem);
  line-height: 1.55;
}

body[data-page="about"] .approach-visual {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.32);
}

body[data-page="about"] .approach-visual img {
  height: clamp(430px, 42vw, 560px);
  filter: saturate(0.92) contrast(1.04) brightness(0.82);
}

@media (max-width: 980px) {
  body[data-page="about"] .approach-content {
    grid-template-columns: 1fr;
  }

  body[data-page="about"] .approach-copy h2 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  body[data-page="about"] .process-list article {
    grid-template-columns: 54px minmax(0, 1fr) !important;
  }
}

body[data-page="services"] .vetting-icon {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid rgba(5, 119, 216, 0.22);
  border-radius: 8px;
  background: rgba(5, 119, 216, 0.08);
  color: var(--blue);
}

body[data-page="services"] .vetting-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

body[data-page="why-us"] .why-change-routes {
  display: block !important;
  background: var(--white);
}

body[data-page="why-us"] .change-card {
  display: grid;
  width: 100%;
  max-width: var(--content-max);
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.26fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  margin: 0 auto;
  border-radius: clamp(34px, 5vw, 78px);
  padding: clamp(34px, 5vw, 62px);
  background:
    radial-gradient(circle at 88% 30%, rgba(5, 119, 216, 0.12), transparent 28%),
    #050505;
  color: var(--white);
}

body[data-page="why-us"] .change-copy h2 {
  margin: 0 0 clamp(28px, 4vw, 44px);
  color: var(--white);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

body[data-page="why-us"] .change-points {
  display: grid;
  gap: clamp(24px, 3vw, 34px);
}

body[data-page="why-us"] .change-points p {
  max-width: 42em;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.15rem, 1.65vw, 2rem);
  font-weight: 500;
  line-height: 1.28;
}

body[data-page="why-us"] .change-points strong {
  color: #ffd000;
  font-weight: 900;
}

body[data-page="why-us"] .change-image {
  justify-self: end;
  width: min(100%, 260px);
  overflow: hidden;
  border-radius: 0;
}

body[data-page="why-us"] .change-image img {
  width: 100%;
  aspect-ratio: 0.84 / 1;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04) brightness(0.95);
}

@media (max-width: 980px) {
  body[data-page="why-us"] .change-card {
    grid-template-columns: 1fr;
  }

  body[data-page="why-us"] .change-image {
    justify-self: start;
    width: min(100%, 360px);
  }
}

@media (max-width: 640px) {
  body[data-page="why-us"] .change-card {
    border-radius: 28px;
  }

  body[data-page="why-us"] .change-points p {
    font-size: 1rem;
    line-height: 1.45;
  }
}

/* Final About approach reset: clean Think Design layout, not reference-image styling. */
body[data-page="about"] .approach-section {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: var(--section-space) var(--outer-gutter) !important;
  border-radius: 0 !important;
  background: var(--white) !important;
  color: var(--text) !important;
}

body[data-page="about"] .approach-content {
  display: grid !important;
  width: 100% !important;
  max-width: var(--content-max) !important;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 1fr) !important;
  gap: var(--section-gap) !important;
  align-items: start !important;
  margin: 0 auto !important;
}

body[data-page="about"] .approach-copy {
  display: block !important;
}

body[data-page="about"] .approach-copy .eyebrow {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 0 18px !important;
  border: 1px solid rgba(5, 119, 216, 0.22) !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  background: rgba(5, 119, 216, 0.08) !important;
  color: var(--blue) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
}

body[data-page="about"] .approach-copy h2 {
  max-width: 7em !important;
  margin: 0 !important;
  color: var(--black) !important;
  font-size: clamp(2.7rem, 5vw, 5rem) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

body[data-page="about"] .process-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
}

body[data-page="about"] .process-list article,
body[data-page="about"] .process-list article:nth-child(n) {
  position: relative !important;
  display: grid !important;
  min-height: 260px !important;
  grid-template-columns: 1fr !important;
  gap: 20px !important;
  align-content: start !important;
  margin: 0 !important;
  border: 1px solid var(--line) !important;
  border-radius: 8px !important;
  padding: var(--box-padding) !important;
  background: #f7f8fb !important;
  box-shadow: none !important;
  color: var(--text) !important;
}

body[data-page="about"] .process-list article::after {
  content: none !important;
}

body[data-page="about"] .process-icon {
  display: grid !important;
  width: 54px !important;
  height: 54px !important;
  place-items: center !important;
  border: 1px solid rgba(5, 119, 216, 0.22) !important;
  border-radius: 8px !important;
  background: rgba(5, 119, 216, 0.08) !important;
  color: var(--blue) !important;
}

body[data-page="about"] .process-icon svg {
  width: 26px !important;
  height: 26px !important;
}

body[data-page="about"] .process-number {
  position: absolute !important;
  top: var(--box-padding) !important;
  right: var(--box-padding) !important;
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  border-radius: 50% !important;
  background: var(--black) !important;
  color: var(--white) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  transform: none !important;
}

body[data-page="about"] .process-text {
  display: block !important;
  grid-row: auto !important;
  padding: 0 !important;
  background: transparent !important;
}

body[data-page="about"] .process-text h3 {
  margin: 0 0 12px !important;
  color: var(--black) !important;
  font-size: clamp(1.25rem, 1.7vw, 1.65rem) !important;
  line-height: 1.15 !important;
}

body[data-page="about"] .process-text p {
  max-width: none !important;
  margin: 0 !important;
  color: var(--muted) !important;
  font-size: clamp(0.95rem, 1vw, 1.05rem) !important;
  line-height: 1.55 !important;
}

body[data-page="about"] .approach-visual {
  display: none !important;
}

@media (max-width: 980px) {
  body[data-page="about"] .approach-content,
  body[data-page="about"] .process-list {
    grid-template-columns: 1fr !important;
  }

  body[data-page="about"] .process-list article {
    min-height: 0 !important;
  }
}

/* About approach: reference composition, Think Design styling. */
body[data-page="about"] .approach-section {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.52fr) !important;
  gap: clamp(42px, 6vw, 92px) !important;
  align-items: center !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(70px, 7vw, 108px) var(--outer-gutter) !important;
  background:
    radial-gradient(circle at 82% 22%, rgba(5, 119, 216, 0.16), transparent 28%),
    linear-gradient(180deg, #050505, #080a10) !important;
  color: var(--white) !important;
}

body[data-page="about"] .approach-content {
  display: grid !important;
  grid-template-columns: minmax(220px, 0.58fr) minmax(420px, 1fr) !important;
  gap: clamp(34px, 4vw, 58px) !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body[data-page="about"] .approach-copy {
  display: grid !important;
  gap: clamp(44px, 7vw, 86px) !important;
}

body[data-page="about"] .approach-copy .eyebrow {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 6px !important;
  padding: 14px 18px !important;
  background: transparent !important;
  color: var(--white) !important;
  font-size: clamp(12px, 1vw, 15px) !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
}

body[data-page="about"] .approach-copy h2 {
  max-width: 5em !important;
  margin: 0 !important;
  color: var(--white) !important;
  font-size: clamp(4rem, 6.8vw, 7rem) !important;
  font-weight: 900 !important;
  line-height: 0.94 !important;
  letter-spacing: 0 !important;
}

body[data-page="about"] .process-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(28px, 4vw, 46px) !important;
}

body[data-page="about"] .process-list article,
body[data-page="about"] .process-list article:nth-child(n) {
  position: relative !important;
  display: grid !important;
  min-height: 0 !important;
  grid-template-columns: clamp(88px, 7vw, 112px) minmax(0, 1fr) !important;
  gap: clamp(38px, 4vw, 58px) !important;
  align-items: center !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="about"] .process-icon {
  display: grid !important;
  width: clamp(88px, 7vw, 112px) !important;
  height: clamp(88px, 7vw, 112px) !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.13) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

body[data-page="about"] .process-icon svg {
  width: 44% !important;
  height: 44% !important;
}

body[data-page="about"] .process-number {
  position: absolute !important;
  top: 50% !important;
  left: clamp(108px, 8vw, 136px) !important;
  z-index: 2 !important;
  display: grid !important;
  width: 52px !important;
  height: 52px !important;
  place-items: center !important;
  border: 4px solid #050505 !important;
  border-radius: 50% !important;
  background: #1b2530 !important;
  color: var(--white) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  transform: translate(-50%, -50%) !important;
}

body[data-page="about"] .process-list article::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: clamp(88px, 7vw, 112px) !important;
  width: clamp(38px, 4vw, 58px) !important;
  border-top: 2px dotted rgba(255, 255, 255, 0.24) !important;
  transform: translateY(-50%) !important;
}

body[data-page="about"] .process-list article::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: clamp(84px, 6.8vw, 108px) !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: var(--white) !important;
  transform: translate(-50%, -50%) !important;
}

body[data-page="about"] .process-text {
  display: block !important;
  grid-row: auto !important;
  padding: clamp(28px, 3vw, 42px) !important;
  background: rgba(255, 255, 255, 0.15) !important;
  color: var(--white) !important;
}

body[data-page="about"] .process-text h3 {
  margin: 0 0 18px !important;
  color: var(--white) !important;
  font-size: clamp(1.35rem, 2vw, 2.1rem) !important;
  line-height: 1.12 !important;
}

body[data-page="about"] .process-text p {
  max-width: 36ch !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(1rem, 1.1vw, 1.15rem) !important;
  line-height: 1.65 !important;
}

body[data-page="about"] .approach-visual {
  display: block !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #050505 !important;
  box-shadow: none !important;
}

body[data-page="about"] .approach-visual img {
  display: block !important;
  width: 100% !important;
  height: clamp(560px, 54vw, 760px) !important;
  object-fit: cover !important;
  filter: saturate(0.88) contrast(1.08) hue-rotate(145deg) brightness(0.7) !important;
}

@media (max-width: 980px) {
  body[data-page="about"] .approach-section,
  body[data-page="about"] .approach-content {
    grid-template-columns: 1fr !important;
  }

  body[data-page="about"] .approach-copy {
    gap: 24px !important;
  }

  body[data-page="about"] .approach-copy h2 {
    max-width: none !important;
  }

  body[data-page="about"] .approach-visual img {
    height: clamp(320px, 56vw, 520px) !important;
  }
}

@media (max-width: 640px) {
  body[data-page="about"] .process-list article,
  body[data-page="about"] .process-list article:nth-child(n) {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  body[data-page="about"] .process-icon {
    width: 72px !important;
    height: 72px !important;
  }

  body[data-page="about"] .process-number {
    position: static !important;
    width: 40px !important;
    height: 40px !important;
    justify-self: center !important;
    transform: none !important;
  }

  body[data-page="about"] .process-list article::before,
  body[data-page="about"] .process-list article::after {
    content: none !important;
  }

  body[data-page="about"] .process-text {
    grid-row: 1 / span 2 !important;
  }
}

/* Hard reset for About approach: stable three-column composition. */
body[data-page="about"] .approach-section {
  display: grid !important;
  grid-template-columns: minmax(250px, 0.78fr) minmax(360px, 1fr) minmax(300px, 0.82fr) !important;
  gap: clamp(28px, 3vw, 44px) !important;
  align-items: center !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: var(--section-space) var(--outer-gutter) !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(5, 119, 216, 0.16), transparent 28%),
    linear-gradient(180deg, #050505, #080a10) !important;
  color: var(--white) !important;
}

body[data-page="about"] .approach-content {
  display: contents !important;
}

body[data-page="about"] .approach-copy {
  display: grid !important;
  grid-column: 1 !important;
  gap: clamp(36px, 5vw, 68px) !important;
  align-content: center !important;
  min-width: 0 !important;
}

body[data-page="about"] .approach-copy .eyebrow {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.58) !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: var(--white) !important;
  font-size: clamp(11px, 0.9vw, 14px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
}

body[data-page="about"] .approach-copy h2 {
  max-width: 100% !important;
  margin: 0 !important;
  color: var(--white) !important;
  font-size: clamp(3.2rem, 5.6vw, 5.8rem) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

body[data-page="about"] .process-list {
  display: grid !important;
  grid-column: 2 !important;
  grid-template-columns: 1fr !important;
  gap: clamp(22px, 2.6vw, 34px) !important;
  min-width: 0 !important;
}

body[data-page="about"] .process-list article,
body[data-page="about"] .process-list article:nth-child(n) {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 84px minmax(0, 1fr) !important;
  gap: 28px !important;
  align-items: center !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-page="about"] .process-icon {
  display: grid !important;
  width: 84px !important;
  height: 84px !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.13) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

body[data-page="about"] .process-icon svg {
  width: 34px !important;
  height: 34px !important;
}

body[data-page="about"] .process-list article::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 83px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: var(--white) !important;
  transform: translate(-50%, -50%) !important;
}

body[data-page="about"] .process-list article::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 84px !important;
  width: 30px !important;
  border-top: 2px dotted rgba(255, 255, 255, 0.24) !important;
  transform: translateY(-50%) !important;
}

body[data-page="about"] .process-number {
  position: absolute !important;
  top: 50% !important;
  left: 116px !important;
  z-index: 2 !important;
  display: grid !important;
  width: 46px !important;
  height: 46px !important;
  place-items: center !important;
  border: 4px solid #050505 !important;
  border-radius: 50% !important;
  background: #111827 !important;
  color: var(--white) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  transform: translate(-50%, -50%) !important;
}

body[data-page="about"] .process-text {
  display: block !important;
  grid-column: 2 !important;
  grid-row: auto !important;
  min-width: 0 !important;
  padding: clamp(24px, 2.6vw, 34px) clamp(28px, 3vw, 40px) !important;
  background: rgba(255, 255, 255, 0.14) !important;
  color: var(--white) !important;
}

body[data-page="about"] .process-text h3 {
  margin: 0 0 12px !important;
  color: var(--white) !important;
  font-size: clamp(1.35rem, 1.8vw, 2rem) !important;
  line-height: 1.12 !important;
}

body[data-page="about"] .process-text p {
  max-width: 32ch !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: clamp(0.95rem, 1.05vw, 1.1rem) !important;
  line-height: 1.55 !important;
}

body[data-page="about"] .approach-visual {
  display: block !important;
  grid-column: 3 !important;
  align-self: center !important;
  min-width: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #050505 !important;
  box-shadow: none !important;
}

body[data-page="about"] .approach-visual img {
  display: block !important;
  width: 100% !important;
  height: clamp(460px, 42vw, 620px) !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: saturate(0.9) contrast(1.05) brightness(0.78) !important;
}

@media (max-width: 1120px) {
  body[data-page="about"] .approach-section {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) !important;
  }

  body[data-page="about"] .approach-copy {
    grid-column: 1 !important;
  }

  body[data-page="about"] .process-list {
    grid-column: 2 !important;
  }

  body[data-page="about"] .approach-visual {
    grid-column: 1 / -1 !important;
    width: min(100%, 560px) !important;
    justify-self: end !important;
  }
}

@media (max-width: 760px) {
  body[data-page="about"] .approach-section,
  body[data-page="about"] .approach-copy,
  body[data-page="about"] .process-list,
  body[data-page="about"] .approach-visual {
    grid-column: auto !important;
  }

  body[data-page="about"] .approach-section {
    grid-template-columns: 1fr !important;
  }

  body[data-page="about"] .process-list article,
  body[data-page="about"] .process-list article:nth-child(n) {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  body[data-page="about"] .process-icon {
    width: 72px !important;
    height: 72px !important;
  }

  body[data-page="about"] .process-list article::before,
  body[data-page="about"] .process-list article::after {
    content: none !important;
  }

  body[data-page="about"] .process-number {
    position: static !important;
    width: 40px !important;
    height: 40px !important;
    justify-self: center !important;
    transform: none !important;
  }

  body[data-page="about"] .process-text {
    grid-row: 1 / span 2 !important;
  }
}

/* About approach final structure: title and process items left, image right. */
body[data-page="about"] .approach-section {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr) !important;
  gap: clamp(40px, 5vw, 78px) !important;
  align-items: center !important;
  padding: var(--section-space) var(--outer-gutter) !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 88% 18%, rgba(5, 119, 216, 0.14), transparent 30%),
    linear-gradient(180deg, #050505, #080a10) !important;
  color: var(--white) !important;
}

body[data-page="about"] .approach-content {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(32px, 4vw, 54px) !important;
  grid-column: 1 !important;
  min-width: 0 !important;
}

body[data-page="about"] .approach-copy {
  display: block !important;
  grid-column: auto !important;
}

body[data-page="about"] .approach-copy .eyebrow {
  display: inline-flex !important;
  width: fit-content !important;
  margin: 0 0 clamp(26px, 4vw, 46px) !important;
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  border-radius: 6px !important;
  padding: 12px 16px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: var(--white) !important;
  font-size: clamp(11px, 0.95vw, 14px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body[data-page="about"] .approach-copy h2 {
  max-width: 760px !important;
  margin: 0 !important;
  color: var(--white) !important;
  font-size: clamp(3.4rem, 6vw, 6.8rem) !important;
  line-height: 0.96 !important;
}

body[data-page="about"] .process-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(18px, 2.2vw, 28px) !important;
  grid-column: auto !important;
  max-width: 820px !important;
}

body[data-page="about"] .process-list article,
body[data-page="about"] .process-list article:nth-child(n) {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 72px minmax(0, 1fr) !important;
  gap: clamp(20px, 2.6vw, 34px) !important;
  align-items: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body[data-page="about"] .process-icon {
  width: 72px !important;
  height: 72px !important;
  align-self: center !important;
  background: rgba(255, 255, 255, 0.13) !important;
}

body[data-page="about"] .process-list article::before,
body[data-page="about"] .process-list article::after {
  content: none !important;
}

body[data-page="about"] .process-number {
  position: absolute !important;
  left: 72px !important;
  top: 50% !important;
  width: 42px !important;
  height: 42px !important;
  border: 4px solid #050505 !important;
  background: #111827 !important;
  transform: translate(-50%, -50%) !important;
}

body[data-page="about"] .process-text {
  display: block !important;
  grid-column: 2 !important;
  grid-row: auto !important;
  min-width: 0 !important;
  padding: clamp(24px, 2.5vw, 34px) clamp(30px, 3vw, 42px) !important;
  background: rgba(255, 255, 255, 0.14) !important;
}

body[data-page="about"] .process-text h3 {
  margin: 0 0 10px !important;
  color: var(--white) !important;
  font-size: clamp(1.3rem, 1.8vw, 2rem) !important;
}

body[data-page="about"] .process-text p {
  max-width: 42ch !important;
  color: rgba(255, 255, 255, 0.72) !important;
  line-height: 1.55 !important;
}

body[data-page="about"] .approach-visual {
  display: block !important;
  grid-column: 2 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #050505 !important;
}

body[data-page="about"] .approach-visual img {
  width: 100% !important;
  height: clamp(500px, 48vw, 700px) !important;
  object-fit: cover !important;
  filter: saturate(0.9) contrast(1.05) brightness(0.78) !important;
}

@media (max-width: 900px) {
  body[data-page="about"] .approach-section {
    grid-template-columns: 1fr !important;
  }

  body[data-page="about"] .approach-content,
  body[data-page="about"] .approach-visual {
    grid-column: auto !important;
  }
}

/* Header and footer scale adjustment. */
.site-header {
  min-height: 76px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.brand {
  width: clamp(138px, 12vw, 176px) !important;
}

.site-nav {
  font-size: clamp(14px, 0.86vw, 15px) !important;
}

.nav-cta {
  padding: 9px 20px !important;
}

.site-footer .footer-logo img {
  width: clamp(168px, 13.5vw, 204px) !important;
}

.site-footer .footer-brand p {
  font-size: clamp(15px, 0.95vw, 16px) !important;
  line-height: 1.55 !important;
}

.site-footer .footer-links h2,
.site-footer .footer-newsletter h2 {
  font-size: clamp(19px, 1.55vw, 26px) !important;
  line-height: 1.05 !important;
}

.site-footer .footer-links a,
.site-footer .footer-bottom a,
.site-footer .footer-bottom p {
  font-size: clamp(14px, 0.9vw, 15px) !important;
}

.site-footer .footer-form input,
.site-footer .footer-form button {
  font-size: 14px !important;
}

.site-footer .footer-socials a {
  width: 36px !important;
  height: 36px !important;
  font-size: 12px !important;
}

/* Global width tuning: keep spacing consistent, but use more desktop width. */
:root {
  --max: 1560px;
  --page-gutter: clamp(18px, 3.5vw, 44px);
  --content-max: var(--max);
  --outer-gutter: max(var(--page-gutter), calc((100vw - var(--content-max)) / 2));
  --pad: var(--outer-gutter);
}

html,
body {
  overflow-x: clip;
}

/* Final homepage hero treatment. */
body[data-page="home"] .hero-focus-band {
  display: grid !important;
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.25fr);
  gap: clamp(44px, 5.5vw, 86px);
  align-items: start;
  background: #fff !important;
  color: var(--text);
  overflow: hidden;
  min-height: 0 !important;
  padding-top: clamp(44px, 5vw, 74px) !important;
  padding-bottom: clamp(38px, 4.5vw, 66px) !important;
}

body[data-page="home"] .hero-focus-band .intro-copy {
  display: block;
  max-width: 620px;
  margin: 0;
}

body[data-page="home"] .hero-focus-band .intro-copy h1,
body[data-page="home"] .hero-focus-band .intro-copy p {
  color: var(--text) !important;
}

body[data-page="home"] .hero-focus-band .intro-copy h1 {
  max-width: 12ch;
  margin-bottom: clamp(18px, 2vw, 26px);
}

body[data-page="home"] .hero-focus-band .intro-copy h1::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  margin-top: clamp(14px, 1.6vw, 20px);
  border-radius: 999px;
  background: var(--blue);
}

body[data-page="home"] .hero-focus-band .intro-copy p {
  color: var(--muted) !important;
  max-width: 60ch;
  margin: 0;
}

body[data-page="home"] .hero-focus-band .intro-copy .button-row {
  margin-top: clamp(24px, 2.4vw, 34px);
}

body[data-page="home"] .hero-focus-band .intro-features {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  max-width: none;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

body[data-page="home"] .hero-focus-band .intro-features article {
  min-height: 0 !important;
  border: 0 !important;
  border-right: 1px solid var(--line) !important;
  padding: 0 clamp(24px, 3vw, 46px) !important;
  color: var(--text);
}

body[data-page="home"] .hero-focus-band .intro-features article:last-child {
  border-right: 0 !important;
}

body[data-page="home"] .hero-focus-band .intro-features h2,
body[data-page="home"] .hero-focus-band .intro-features p {
  color: inherit !important;
}

body[data-page="home"] .hero-focus-band .intro-features p {
  color: var(--muted) !important;
  max-width: 34ch;
}

body[data-page="home"] .hero-focus-band .intro-features .feature-icon {
  margin-bottom: clamp(22px, 2vw, 30px);
}

body[data-page="home"] .hero-focus-band .intro-features h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 4px;
  margin-top: clamp(14px, 1.4vw, 18px);
  border-radius: 999px;
  background: var(--blue);
}

@media (max-width: 900px) {
  body[data-page="home"] .hero-focus-band {
    grid-template-columns: 1fr;
    gap: clamp(32px, 7vw, 46px);
  }

  body[data-page="home"] .hero-focus-band .intro-features {
    display: grid !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    border-top: 1px solid var(--line);
  }

  body[data-page="home"] .hero-focus-band .intro-features article {
    grid-column: auto !important;
    grid-row: auto !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
    padding: clamp(24px, 6vw, 34px) 0 !important;
  }

  body[data-page="home"] .hero-focus-band .intro-features article:last-child {
    border-bottom: 0 !important;
  }
}

/* Home respondent section refresh. */
body[data-page="home"] .recruit-band {
  background: #f7f8fb !important;
}

body[data-page="home"] .respondent-section {
  display: grid !important;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr) !important;
  gap: clamp(36px, 5vw, 84px) !important;
  align-items: center !important;
  max-width: var(--content-max) !important;
}

body[data-page="home"] .respondent-copy {
  max-width: 520px !important;
  padding-top: 0 !important;
}

body[data-page="home"] .respondent-copy h2 {
  max-width: 11ch !important;
  margin: 0 !important;
  color: var(--text) !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(34px, 4vw, 58px) !important;
  font-weight: 900 !important;
  line-height: 0.98 !important;
}

body[data-page="home"] .respondent-copy h2::after {
  width: 52px !important;
  height: 4px !important;
  margin-top: 22px !important;
  border-radius: 999px !important;
}

body[data-page="home"] .respondent-copy p {
  max-width: 46ch !important;
  margin-top: 24px !important;
  color: var(--muted) !important;
  font-size: clamp(15px, 1vw, 17px) !important;
  line-height: 1.65 !important;
}

body[data-page="home"] .respondent-map {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: 0 !important;
}

body[data-page="home"] .respondent-photo {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  height: clamp(320px, 28vw, 460px) !important;
  border-radius: 8px !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: 0 24px 60px rgba(5, 5, 5, 0.12) !important;
}

body[data-page="home"] .respondent-note,
body[data-page="home"] .respondent-note.note-select,
body[data-page="home"] .respondent-note.note-quality,
body[data-page="home"] .respondent-note.note-experts {
  position: relative !important;
  inset: auto !important;
  z-index: 2 !important;
  display: grid !important;
  width: auto !important;
  min-height: 128px !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
  margin-top: -54px !important;
  border: 1px solid rgba(5, 119, 216, 0.14) !important;
  border-radius: 8px !important;
  padding: 18px !important;
  background: var(--white) !important;
  color: var(--text) !important;
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.1) !important;
}

body[data-page="home"] .respondent-note span {
  width: 34px !important;
  height: 34px !important;
  border: 0 !important;
  background: var(--blue) !important;
  color: var(--white) !important;
}

body[data-page="home"] .respondent-note svg {
  width: 17px !important;
  height: 17px !important;
}

body[data-page="home"] .respondent-note p {
  margin: 0 !important;
  color: var(--text) !important;
  font-size: clamp(13px, 0.92vw, 15px) !important;
  font-weight: 800 !important;
  line-height: 1.38 !important;
}

body[data-page="home"] .respondent-map::before,
body[data-page="home"] .respondent-map::after,
body[data-page="home"] .respondent-note::before,
body[data-page="home"] .respondent-note::after {
  content: none !important;
}

@media (max-width: 900px) {
  body[data-page="home"] .respondent-section {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home"] .respondent-copy h2 {
    max-width: 14ch !important;
  }
}

@media (max-width: 680px) {
  body[data-page="home"] .respondent-map {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home"] .respondent-note,
  body[data-page="home"] .respondent-note.note-select,
  body[data-page="home"] .respondent-note.note-quality,
  body[data-page="home"] .respondent-note.note-experts {
    min-height: 0 !important;
    margin-top: 0 !important;
  }
}

/* Home respondent image/cards: staggered step-ladder option. */
@media (min-width: 901px) {
  body[data-page="home"] .respondent-map {
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(3, minmax(118px, auto)) !important;
    gap: 18px !important;
    align-items: center !important;
    min-height: clamp(420px, 34vw, 560px) !important;
  }

  body[data-page="home"] .respondent-photo {
    grid-column: 1 / 10 !important;
    grid-row: 1 / 4 !important;
    height: 100% !important;
    min-height: clamp(420px, 34vw, 560px) !important;
  }

  body[data-page="home"] .respondent-note,
  body[data-page="home"] .respondent-note.note-select,
  body[data-page="home"] .respondent-note.note-quality,
  body[data-page="home"] .respondent-note.note-experts {
    grid-column: 8 / -1 !important;
    width: min(100%, 380px) !important;
    min-height: 0 !important;
    margin-top: 0 !important;
    border-color: rgba(5, 119, 216, 0.18) !important;
  }

  body[data-page="home"] .respondent-note.note-select {
    grid-row: 1 !important;
    justify-self: start !important;
  }

  body[data-page="home"] .respondent-note.note-quality {
    grid-row: 2 !important;
    justify-self: center !important;
  }

  body[data-page="home"] .respondent-note.note-experts {
    grid-row: 3 !important;
    justify-self: end !important;
  }

  body[data-page="home"] .respondent-note::before {
    content: "" !important;
    position: absolute !important;
    left: -12px !important;
    top: 50% !important;
    width: 10px !important;
    height: 10px !important;
    border: 3px solid var(--white) !important;
    border-radius: 999px !important;
    background: var(--blue) !important;
    box-shadow: 0 0 0 1px rgba(5, 119, 216, 0.26) !important;
    transform: translateY(-50%) !important;
  }

  body[data-page="home"] .respondent-note::after {
    content: "" !important;
    position: absolute !important;
    left: -76px !important;
    top: 50% !important;
    width: 64px !important;
    height: 1px !important;
    background: linear-gradient(90deg, rgba(5, 119, 216, 0), rgba(5, 119, 216, 0.72)) !important;
    transform: translateY(-50%) !important;
  }
}

@media (min-width: 901px) {
  body[data-page="home"] .respondent-option-hotspots .respondent-section {
    grid-template-columns: minmax(290px, 0.64fr) minmax(0, 1.36fr) !important;
  }

  body[data-page="home"] .respondent-option-hotspots .respondent-map {
    display: block !important;
    min-height: clamp(480px, 38vw, 620px) !important;
    overflow: visible !important;
  }

  body[data-page="home"] .respondent-option-hotspots .respondent-photo {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    border-radius: 8px !important;
  }

  body[data-page="home"] .respondent-option-hotspots .respondent-note,
  body[data-page="home"] .respondent-option-hotspots .respondent-note.note-select,
  body[data-page="home"] .respondent-option-hotspots .respondent-note.note-quality,
  body[data-page="home"] .respondent-option-hotspots .respondent-note.note-experts {
    position: absolute !important;
    width: min(42%, 360px) !important;
    min-height: 0 !important;
    margin: 0 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(10px) !important;
  }

  body[data-page="home"] .respondent-option-hotspots .respondent-note.note-select {
    top: 28px !important;
    right: -18px !important;
  }

  body[data-page="home"] .respondent-option-hotspots .respondent-note.note-quality {
    top: 44% !important;
    left: -28px !important;
  }

  body[data-page="home"] .respondent-option-hotspots .respondent-note.note-experts {
    right: 28px !important;
    bottom: 30px !important;
  }

  body[data-page="home"] .respondent-option-hotspots .respondent-note::before {
    content: "" !important;
    position: absolute !important;
    width: 18px !important;
    height: 18px !important;
    border: 4px solid #fff !important;
    border-radius: 999px !important;
    background: var(--blue) !important;
    box-shadow: 0 0 0 7px rgba(5, 119, 216, 0.14) !important;
  }

  body[data-page="home"] .respondent-option-hotspots .note-select::before {
    left: -52px !important;
    top: 50% !important;
  }

  body[data-page="home"] .respondent-option-hotspots .note-quality::before {
    right: -52px !important;
    top: 50% !important;
  }

  body[data-page="home"] .respondent-option-hotspots .note-experts::before {
    left: -52px !important;
    top: 50% !important;
  }

  body[data-page="home"] .respondent-option-hotspots .respondent-note::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    width: 44px !important;
    height: 1px !important;
    background: rgba(5, 119, 216, 0.55) !important;
  }

  body[data-page="home"] .respondent-option-hotspots .note-select::after,
  body[data-page="home"] .respondent-option-hotspots .note-experts::after {
    left: -44px !important;
  }

  body[data-page="home"] .respondent-option-hotspots .note-quality::after {
    right: -44px !important;
  }
}

/* Home clients section: stat and logos left, statement right. */
body[data-page="home"] .partners-section .clients-layout {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  align-items: stretch !important;
}

body[data-page="home"] .partners-section .client-stat {
  display: grid !important;
  max-width: none !important;
  grid-template-columns: minmax(150px, 0.24fr) minmax(0, 1fr) !important;
  gap: clamp(22px, 4vw, 70px) !important;
  align-items: center !important;
}

body[data-page="home"] .partners-section .client-stat .eyebrow,
body[data-page="home"] .partners-section .client-stat strong,
body[data-page="home"] .partners-section .client-stat > span {
  grid-column: 1 !important;
}

body[data-page="home"] .partners-section .clients-statement {
  grid-column: 2 !important;
  grid-row: 1 / span 3 !important;
  max-width: 980px !important;
  margin: 0 !important;
  color: var(--text) !important;
  font-size: clamp(28px, 3.25vw, 52px) !important;
  font-weight: 900 !important;
  line-height: 1.06 !important;
  text-align: left !important;
}

body[data-page="home"] .partners-section .client-stat .logo-wall {
  grid-column: 1 / -1 !important;
  grid-template-columns: repeat(6, minmax(110px, 1fr)) !important;
  gap: clamp(14px, 2vw, 26px) clamp(18px, 3vw, 38px) !important;
  margin-top: clamp(26px, 3.5vw, 46px) !important;
}

@media (max-width: 1050px) {
  body[data-page="home"] .partners-section .client-stat {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home"] .partners-section .clients-statement {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .partners-section .client-stat {
    width: 100% !important;
    min-width: 0 !important;
  }

  body[data-page="home"] .partners-section .client-stat .logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="home"] .partners-section .logo-wall li {
    min-width: 0 !important;
  }
}

/* Typography system: page headings and paragraph scales. */
:root {
  --font-primary: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --fs-h1: clamp(48px, 5vw, 82px);
  --fs-h2: clamp(36px, 3.7vw, 58px);
  --fs-h3: clamp(28px, 2.45vw, 40px);
  --fs-h4: clamp(22px, 1.75vw, 28px);
  --fs-h5: clamp(18px, 1.25vw, 22px);
  --fs-h6: clamp(13px, 0.9vw, 15px);
  --fs-p1: clamp(16px, 1.05vw, 18px);
  --fs-p2: clamp(14px, 0.92vw, 16px);

  --lh-heading: 1.06;
  --lh-subheading: 1.14;
  --lh-body: 1.62;
  --lh-compact: 1.45;
}

body,
button,
input,
textarea,
select {
  font-family: var(--font-primary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary) !important;
  font-weight: 900;
  letter-spacing: 0 !important;
}

h1,
.hero-copy h1,
.inner-hero h1,
.white-hero h1,
.service-detail-hero h1,
.intro-copy h1 {
  font-size: var(--fs-h1) !important;
  line-height: var(--lh-heading) !important;
}

h2,
.section-title,
.serve-intro h2,
.stats-header h2,
.testimonial-title,
.contact-band h2,
.about-section__copy h2,
.about-work-copy h2,
.values-section__content h2,
.why-advantage-copy h2,
.why-partners h2,
.change-card h2,
.contact-cta__copy h2 {
  font-size: var(--fs-h2) !important;
  line-height: var(--lh-heading) !important;
}

h3,
.sub-tab-info h3,
.detail-intro .intro-heading h2,
.research-solutions-intro h2,
.industries-heading h2,
.faq-section h2,
.testimonial-heading h2,
.process-text h3,
.respondent-copy h2 {
  font-size: var(--fs-h3) !important;
  line-height: var(--lh-subheading) !important;
}

h4,
.value-row h2,
.intro-features h2,
.serve-text h3,
.offer-detail h2,
.service-card h3,
.solution-card h3,
.vetting-card h3,
.tab-card h3,
.reference-card-grid h3 {
  font-size: var(--fs-h4) !important;
  line-height: var(--lh-subheading) !important;
}

h5,
.footer-links h2,
.footer-newsletter h2,
.site-footer .footer-links h2,
.site-footer .footer-newsletter h2 {
  font-size: var(--fs-h5) !important;
  line-height: var(--lh-subheading) !important;
}

h6,
.eyebrow,
.about-eyebrow,
.values-eyebrow,
.footer-eyebrow,
.card-badge,
.badge,
.kicker,
.service-pill,
.trust-label,
.about-stat-label,
.testimonial-tabs button span,
.service-tabs button {
  font-size: var(--fs-h6) !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

p,
li,
.p1,
.body-copy,
.hero-copy p:not(.eyebrow),
.inner-hero p:not(.eyebrow),
.white-hero p:not(.eyebrow),
.service-detail-hero p:not(.eyebrow),
.intro-copy p,
.serve-intro p,
.contact-band p,
.contact-cta__copy p,
.change-points p,
.testimonial-copy h1 {
  font-size: var(--fs-p1) !important;
  line-height: var(--lh-body) !important;
}

.p2,
.intro-features p,
.value-row p,
.serve-text p,
.offer-detail p,
.offer-detail li,
.service-card p,
.solution-card p,
.vetting-card p,
.tab-card p,
.reference-card-grid p,
.process-text p,
.respondent-note p,
.site-footer p,
.site-footer a,
.footer-bottom p,
.footer-bottom a,
.accordion button,
.logo-wall span {
  font-size: var(--fs-p2) !important;
  line-height: var(--lh-compact) !important;
}

/* Deliberate display/brand exceptions that should not follow paragraph scale. */
.client-stat strong,
.stats-grid strong,
.metric-card strong,
.number-card strong {
  font-size: clamp(56px, 6vw, 96px) !important;
  line-height: 0.95 !important;
}

body[data-page="home"] .partners-section .clients-statement {
  font-size: var(--fs-h2) !important;
  line-height: var(--lh-heading) !important;
}

.site-nav,
.site-nav a,
.nav-cta,
.button {
  font-size: clamp(14px, 0.86vw, 15px) !important;
  line-height: 1.2 !important;
}

.logo-wall .logo-heavy,
.logo-wall .logo-serif,
.logo-wall .logo-stack,
.logo-wall .logo-ring,
.logo-wall .logo-box,
.logo-wall .logo-emblem {
  line-height: 1 !important;
}

.logo-wall .logo-heavy {
  font-size: clamp(19px, 1.8vw, 27px) !important;
}

.logo-wall .logo-serif {
  font-size: clamp(18px, 1.65vw, 25px) !important;
}

.logo-wall .logo-stack {
  font-size: clamp(15px, 1.55vw, 21px) !important;
  line-height: 0.78 !important;
}

.logo-wall .logo-emblem {
  font-size: 10px !important;
}

.logo-wall .logo-ring {
  font-size: 20px !important;
}

.logo-wall .logo-box {
  font-size: 18px !important;
}

@media (max-width: 760px) {
  :root {
    --fs-h1: clamp(38px, 12vw, 54px);
    --fs-h2: clamp(30px, 9vw, 42px);
    --fs-h3: clamp(24px, 7vw, 34px);
    --fs-h4: clamp(20px, 5.6vw, 26px);
    --fs-h5: clamp(18px, 4.8vw, 22px);
    --fs-p1: 16px;
    --fs-p2: 14px;
  }
}

/* Home hero uses the same type system with a tighter display cap to avoid wasted vertical space. */
body[data-page="home"] .hero-focus-band .intro-copy h1 {
  font-size: clamp(48px, 4.7vw, 66px) !important;
}

body[data-page="home"] .hero-focus-band .intro-features h2 {
  font-size: clamp(22px, 1.65vw, 26px) !important;
}

body[data-page="home"] .hero-focus-band .intro-copy p,
body[data-page="home"] .hero-focus-band .intro-features p {
  line-height: 1.55 !important;
}

@media (max-width: 760px) {
  body[data-page="home"] .hero-focus-band .intro-copy h1 {
    font-size: clamp(38px, 11.5vw, 50px) !important;
  }
}

/* Keep the shared Trust the Numbers block stable against global typography/box rules. */
.stats-section {
  padding: clamp(38px, 4.4vw, 62px) !important;
}

.stats-section .stats-header {
  padding: 0 !important;
}

.stats-section .stats-header h2 {
  font-size: clamp(32px, 3vw, 48px) !important;
  line-height: var(--lh-heading) !important;
}

.stats-section .stats-header p {
  max-width: 760px;
  font-size: var(--fs-p2) !important;
  line-height: var(--lh-compact) !important;
}

.stats-section .stats-grid {
  gap: clamp(24px, 3vw, 42px) !important;
  padding: clamp(34px, 4vw, 56px) 0 0 !important;
}

.stats-section .stats-grid article {
  min-height: 0 !important;
  gap: clamp(14px, 1.5vw, 20px) !important;
  padding: 0 !important;
}

.stats-section .stats-grid strong {
  font-size: clamp(42px, 4.4vw, 68px) !important;
  line-height: 0.98 !important;
}

.stats-section .stats-grid span {
  font-size: clamp(13px, 0.92vw, 15px) !important;
  line-height: 1.22 !important;
}

@media (max-width: 760px) {
  .stats-section {
    padding: clamp(28px, 8vw, 38px) !important;
  }

  .stats-section .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px 18px !important;
  }

  .stats-section .stats-grid strong {
    font-size: clamp(34px, 11vw, 48px) !important;
  }
}

/* Better media treatment for Why Us / Leads Through Change. */
body[data-page="why-us"] .change-card {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) !important;
  overflow: hidden;
  position: relative;
}

body[data-page="why-us"] .change-card::after {
  content: "";
  position: absolute;
  inset: auto clamp(28px, 4vw, 56px) clamp(28px, 4vw, 56px) auto;
  width: clamp(120px, 12vw, 190px);
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(5, 119, 216, 0.86));
  pointer-events: none;
}

body[data-page="why-us"] .change-image {
  position: relative;
  justify-self: end;
  width: min(100%, 420px) !important;
  overflow: visible;
  border-radius: 34px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.08);
  box-shadow:
    0 34px 70px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
}

body[data-page="why-us"] .change-image::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 34px -22px -22px 34px;
  border: 2px solid rgba(5, 119, 216, 0.72);
  border-radius: 34px;
}

body[data-page="why-us"] .change-image::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 28px;
  right: 28px;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent),
    var(--blue);
  box-shadow: 0 18px 34px rgba(5, 119, 216, 0.38);
}

body[data-page="why-us"] .change-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 0.92 / 1 !important;
  border-radius: 24px;
  object-fit: cover;
  filter: grayscale(0.14) saturate(0.9) contrast(1.08) brightness(0.9);
}

@media (max-width: 980px) {
  body[data-page="why-us"] .change-card {
    grid-template-columns: 1fr !important;
  }

  body[data-page="why-us"] .change-card::after {
    display: none;
  }

  body[data-page="why-us"] .change-image {
    justify-self: start;
    width: min(100%, 460px) !important;
  }
}

@media (max-width: 640px) {
  body[data-page="why-us"] .change-image {
    padding: 9px;
    border-radius: 24px;
  }

  body[data-page="why-us"] .change-image::before {
    inset: 24px -12px -12px 24px;
    border-radius: 24px;
  }

  body[data-page="why-us"] .change-image::after {
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  body[data-page="why-us"] .change-image img {
    border-radius: 18px;
  }
}

/* Seamless scroll and interaction polish. */
:root {
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
  --motion-slow: 820ms;
  --motion-medium: 520ms;
}

.site-header {
  transition:
    min-height var(--motion-medium) var(--ease-soft),
    padding var(--motion-medium) var(--ease-soft),
    background-color var(--motion-medium) var(--ease-soft),
    box-shadow var(--motion-medium) var(--ease-soft);
}

body.is-scrolled .site-header {
  background: rgba(5, 5, 5, 0.92) !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.nav-dropdown-trigger span {
  font-size: 0.82em;
  line-height: 1;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 28px);
  left: 50%;
  z-index: 60;
  display: grid;
  min-width: 260px;
  padding: 12px;
  border: 1px solid #e7eaf2;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition:
    opacity var(--motion-medium) var(--ease-soft),
    transform var(--motion-medium) var(--ease-soft);
}

.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  display: block;
  height: 30px;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.site-nav .nav-dropdown-menu a {
  padding: 10px 12px;
  border-radius: 8px;
  color: #2f3747;
  font-size: 14px !important;
  line-height: 1.2 !important;
  white-space: nowrap;
}

.site-nav .nav-dropdown-menu a:hover,
.site-nav .nav-dropdown-menu a:focus-visible {
  background: #eef3ff;
  color: var(--blue);
}

@media (max-width: 980px) {
  .nav-dropdown {
    display: grid;
  }

  .nav-dropdown-trigger {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    padding: 0 10px 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-nav .nav-dropdown-menu a {
    padding: 10px 18px;
    border-bottom: 0;
    font-size: 13px !important;
  }
}

.site-nav a,
.nav-cta,
.button,
.service-card,
.serve-card,
.vetting-card,
.solution-tile,
.tab-card,
.reference-card-grid article,
.our-work-card,
.advantage-stack article,
.stats-grid article,
.logo-wall li,
.partners-card,
.change-image,
.respondent-hotspot-card {
  transition:
    transform var(--motion-medium) var(--ease-soft),
    box-shadow var(--motion-medium) var(--ease-soft),
    border-color var(--motion-medium) var(--ease-soft),
    background-color var(--motion-medium) var(--ease-soft),
    color var(--motion-medium) var(--ease-soft),
    opacity var(--motion-medium) var(--ease-soft);
}

@media (hover: hover) {
  .button:hover,
  .nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(5, 119, 216, 0.22);
  }

  .service-card:hover,
  .serve-card:hover,
  .vetting-card:hover,
  .tab-card:hover,
  .reference-card-grid article:hover,
  .our-work-card:hover,
  .advantage-stack article:hover,
  .partners-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12);
  }

  .logo-wall li:hover,
  .stats-grid article:hover {
    transform: translateY(-3px);
  }

  .solution-tile:hover {
    transform: translateY(-6px) scale(1.015);
  }

  .respondent-hotspot-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
  }
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity var(--motion-slow) var(--ease-out),
    transform var(--motion-slow) var(--ease-out);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.motion-child {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 720ms var(--ease-out),
    transform 720ms var(--ease-out);
  transition-delay: calc(min(var(--motion-index, 0), 10) * 54ms);
  will-change: opacity, transform;
}

.reveal.is-visible .motion-child {
  opacity: 1;
  transform: translateY(0);
}

.hero-focus-band .intro-features,
.respondent-map,
.respondent-photo,
body[data-page="why-us"] .change-image,
body[data-page="about"] .approach-image,
body[data-page="about"] .values-visual,
body[data-page="about"] .hero-image {
  transform: translateY(var(--scroll-lift, 0));
}

.section {
  position: relative;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  right: var(--outer-gutter, var(--pad));
  left: var(--outer-gutter, var(--pad));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(5, 119, 216, 0.16), transparent);
  opacity: 0;
  transform: scaleX(0.72);
  transition:
    opacity 900ms var(--ease-out),
    transform 900ms var(--ease-out);
  pointer-events: none;
}

.section.reveal.is-visible::before {
  opacity: 1;
  transform: scaleX(1);
}

.section:first-child::before,
.contact-band::before,
.site-footer::before {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal,
  .motion-child,
  .hero-focus-band .intro-features,
  .respondent-map,
  .respondent-photo,
  body[data-page="why-us"] .change-image,
  body[data-page="about"] .approach-image,
  body[data-page="about"] .values-visual,
  body[data-page="about"] .hero-image {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Immersive scroll layer: same layouts, more continuous movement. */
body.motion-ready .section,
body.motion-ready .hero,
body.motion-ready .contact-band {
  --section-progress: 0;
  --section-center: 0;
  --section-depth: 0px;
}

body.motion-ready .section.reveal,
body.motion-ready .hero.reveal,
body.motion-ready .contact-band.reveal {
  transform:
    translateY(calc((1 - var(--section-progress, 1)) * 34px))
    scale(calc(0.985 + (var(--section-progress, 1) * 0.015)));
  transform-origin: center top;
}

body.motion-ready .section.reveal.is-visible,
body.motion-ready .hero.reveal.is-visible,
body.motion-ready .contact-band.reveal.is-visible {
  transform:
    translateY(calc(var(--section-center, 0) * -7px))
    scale(1);
}

body.motion-ready .section.is-in-view > *,
body.motion-ready .hero.is-in-view > *,
body.motion-ready .contact-band.is-in-view > * {
  filter: saturate(1.02);
}

body.motion-ready .motion-child {
  transform:
    translate3d(0, calc(22px + var(--scroll-drift, 0px)), 0)
    scale(0.992);
}

body.motion-ready .reveal.is-visible .motion-child {
  transform:
    translate3d(0, var(--scroll-drift, 0px), 0)
    scale(1);
}

body.motion-ready .hero-focus-band .intro-features,
body.motion-ready .respondent-map,
body.motion-ready .respondent-photo,
body.motion-ready[data-page="why-us"] .change-image,
body.motion-ready[data-page="about"] .approach-image,
body.motion-ready[data-page="about"] .values-visual,
body.motion-ready[data-page="about"] .hero-image,
body.motion-ready .offer-photo {
  transform:
    translate3d(0, var(--scroll-lift, 0px), 0)
    scale(var(--scroll-scale, 1));
  transition:
    transform 180ms linear,
    box-shadow var(--motion-medium) var(--ease-soft);
  will-change: transform;
}

body.motion-ready .photo-card,
body.motion-ready .respondent-photo,
body.motion-ready .serve-photo,
body.motion-ready .offer-photo,
body.motion-ready .solution-tile,
body.motion-ready .industry-card,
body.motion-ready .advantage-image-placeholder {
  background-position: center calc(50% + var(--media-y, 0px));
  background-size: cover;
  transition:
    background-position 180ms linear,
    transform var(--motion-medium) var(--ease-soft),
    box-shadow var(--motion-medium) var(--ease-soft);
}

body.motion-ready .stats-section {
  transform: translateY(calc(var(--section-center, 0) * -10px));
  transition:
    transform 180ms linear,
    box-shadow var(--motion-medium) var(--ease-soft);
}

body.motion-ready .stats-section .stats-grid article {
  opacity: calc(0.78 + (var(--section-progress, 1) * 0.22));
}

body.motion-ready .testimonial-copy {
  transform: translateY(calc(var(--section-center, 0) * -12px));
  transition: transform 180ms linear;
}

body.motion-ready .section::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: clamp(12px, 2vw, 28px) var(--outer-gutter, var(--pad));
  border-radius: 24px;
  opacity: 0;
  transform: scaleX(0.92);
  background:
    radial-gradient(circle at calc(50% + (var(--section-center, 0) * 18%)) 50%, rgba(5, 119, 216, 0.045), transparent 36%);
  transition:
    opacity 500ms var(--ease-soft),
    transform 500ms var(--ease-soft);
  pointer-events: none;
}

body.motion-ready .section.is-in-view::after {
  opacity: 1;
  transform: scaleX(1);
}

body.motion-ready .hero-focus-band::after,
body.motion-ready .contact-band::after,
body.motion-ready .site-footer::after {
  display: none;
}

body.motion-ready .service-card,
body.motion-ready .serve-card,
body.motion-ready .vetting-card,
body.motion-ready .our-work-card,
body.motion-ready .advantage-stack article {
  transform:
    translateY(calc(var(--scroll-drift, 0px) * 0.35))
    scale(1);
}

@media (max-width: 760px) {
  body.motion-ready .section.reveal.is-visible,
  body.motion-ready .hero.reveal.is-visible,
  body.motion-ready .contact-band.reveal.is-visible,
  body.motion-ready .stats-section,
  body.motion-ready .testimonial-copy {
    transform: none;
  }

  body.motion-ready .motion-child,
  body.motion-ready .reveal.is-visible .motion-child {
    transform: translate3d(0, 0, 0);
  }
}

/* Final Our Work and case-study detail refinement. */
body[data-page="our-work"] .our-work-section {
  background:
    linear-gradient(180deg, #f7f8fb 0, #fff 260px),
    #fff !important;
}

body[data-page="our-work"] .our-work-header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(24px, 4vw, 56px);
  margin-top: 0 !important;
  margin-bottom: clamp(34px, 4vw, 56px) !important;
}

body[data-page="our-work"] .our-work-title {
  max-width: 820px;
}

body[data-page="our-work"] .our-work-title h2 {
  margin: 0 0 14px !important;
  text-transform: none !important;
}

body[data-page="our-work"] .our-work-title p {
  max-width: 760px;
}

body[data-page="our-work"] .custom-select {
  min-width: 260px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background-color: #fff;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

.our-work-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(22px, 2.4vw, 34px) !important;
}

.case-study-card {
  min-height: 100%;
  border: 1px solid #e7eaf2 !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 16px 46px rgba(15, 23, 42, 0.07);
}

.case-study-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(5, 119, 216, 0.5), transparent);
  opacity: 0;
  transform: scaleX(0.6);
  transform-origin: left;
  transition: opacity 260ms ease, transform 260ms ease;
}

.case-study-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

body[data-page="our-work"] .case-study-card::after {
  content: none;
  display: none;
}

.case-study-image {
  height: clamp(210px, 18vw, 285px) !important;
  border: 0 !important;
  background: #eef1f6;
}

.case-study-image img {
  filter: saturate(0.92) contrast(1.02);
}

.case-study-card .case-study-content {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 2vw, 30px) !important;
}

.case-study-category {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  padding: 6px 10px;
  background: #eef3ff;
  color: var(--blue);
  font-size: 12px !important;
  font-weight: 900;
  line-height: 1 !important;
}

.case-study-card h3 {
  margin: 0 !important;
  color: #111827 !important;
  font-size: clamp(20px, 1.55vw, 26px) !important;
  line-height: 1.1 !important;
}

.case-study-card p {
  margin: 0 0 32px !important;
  color: #5f6673 !important;
}

.case-study-card .case-study-arrow {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 20px;
}

body[data-page="our-work"] .case-study-card .case-study-arrow {
  display: none;
}

.case-pagination {
  display: flex;
  width: min(var(--content-max), 100%);
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: clamp(34px, 5vw, 64px) auto 0;
}

.case-pagination-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.case-pagination button {
  min-width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #111827;
  cursor: pointer;
  font-weight: 900;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease, border-color 200ms ease;
}

.case-pagination button:not(:disabled):hover,
.case-pagination button.is-active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  transform: translateY(-2px);
}

.case-pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

body[data-page="case-study-details"] .case-details-section {
  max-width: none !important;
  background:
    radial-gradient(circle at 88% 120px, rgba(5, 119, 216, 0.08), transparent 260px),
    linear-gradient(180deg, #f7f8fb 0, #fff 520px) !important;
}

body[data-page="case-study-details"] .case-details-section > * {
  width: min(var(--content-max), 100%);
  margin-right: auto;
  margin-left: auto;
}

body[data-page="case-study-details"] .btn-back {
  margin-bottom: clamp(28px, 4vw, 50px) !important;
  background: #fff !important;
  color: #111827 !important;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

body[data-page="case-study-details"] .case-details-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.72fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: center;
  margin-bottom: clamp(50px, 6vw, 90px) !important;
}

.case-details-copy {
  display: grid;
  gap: 18px;
}

body[data-page="case-study-details"] .case-details-hero h1 {
  max-width: 12ch;
  margin: 0 !important;
  color: #07101f !important;
  font-size: clamp(44px, 5.8vw, 88px) !important;
  line-height: 0.94 !important;
  text-transform: none !important;
}

body[data-page="case-study-details"] .case-details-hero p {
  max-width: 760px;
  margin: 0 !important;
  color: #4d5563 !important;
  font-size: var(--fs-p1) !important;
  line-height: 1.55 !important;
}

.case-details-media {
  position: relative;
  border-radius: 26px;
  padding: 12px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.16);
}

.case-details-media::before {
  content: "";
  position: absolute;
  inset: 36px -18px -18px 36px;
  z-index: 0;
  border: 2px solid rgba(5, 119, 216, 0.34);
  border-radius: 26px;
}

body[data-page="case-study-details"] .case-details-hero img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 1.05;
  border-radius: 18px !important;
  object-fit: cover;
  box-shadow: none !important;
}

body[data-page="case-study-details"] .case-details-content {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2.5vw, 34px) !important;
}

body[data-page="case-study-details"] .content-block {
  display: grid !important;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(22px, 2.3vw, 34px);
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
}

body[data-page="case-study-details"] .content-block:first-child {
  grid-column: 1 / -1;
}

body[data-page="case-study-details"] .content-icon {
  width: 52px !important;
  height: 52px !important;
  border-radius: 16px !important;
  background: #050505 !important;
  color: #fff;
}

body[data-page="case-study-details"] .content-icon span {
  font-size: 15px;
  font-weight: 900;
}

body[data-page="case-study-details"] .content-body h2 {
  margin: 0 0 14px !important;
  color: #111827 !important;
  font-size: clamp(24px, 2vw, 34px) !important;
}

body[data-page="case-study-details"] .content-body p,
body[data-page="case-study-details"] .custom-list li {
  color: #4d5563 !important;
  font-size: var(--fs-p2) !important;
  line-height: 1.55 !important;
}

body[data-page="case-study-details"] .custom-list {
  display: grid;
  gap: 10px;
}

body[data-page="case-study-details"] .custom-list li {
  display: list-item !important;
  margin: 0 0 0 18px !important;
  list-style: disc;
}

body[data-page="case-study-details"] .custom-list li::before {
  display: none !important;
}

body[data-page="case-study-details"] .our-work-section > h2 {
  width: min(var(--content-max), 100%);
  margin-right: auto !important;
  margin-left: auto !important;
  color: #111827;
  text-transform: none !important;
}

@media (max-width: 980px) {
  .our-work-grid,
  body[data-page="case-study-details"] .case-details-content {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="case-study-details"] .case-details-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  body[data-page="our-work"] .our-work-header,
  .our-work-grid,
  body[data-page="case-study-details"] .case-details-content {
    grid-template-columns: 1fr !important;
  }

  body[data-page="our-work"] .custom-select {
    width: 100%;
  }

  .case-pagination {
    align-items: stretch;
    flex-direction: column;
  }
}

/* Detail/card refinement pass. */
body[data-page="case-study-details"] .content-block:last-child {
  grid-column: 1 / -1;
}

body[data-page="case-study-details"] .content-block:last-child .content-body {
  max-width: 920px;
}

body[data-page="services"] .tab-card-row .service-item-card {
  position: relative;
  overflow: hidden;
}

body[data-page="services"] .tab-card-row .service-item-card:hover {
  background: #f7fbff;
  box-shadow: 0 18px 42px rgba(18, 24, 38, 0.12);
}

body[data-page="services"] .tab-card-row .service-item-card h3 {
  color: #303744 !important;
  font-size: var(--fs-p2) !important;
  font-weight: 600 !important;
  line-height: 1.48 !important;
}

/* Current live branch: typography, cache-safe hero polish, and divider cleanup */
body,
p,
li,
blockquote,
input,
textarea,
select,
button {
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-copy h1,
.section-heading h2,
.intro-copy h1,
.intro-features h2,
.respondent-copy h2,
.offer-detail h2,
.stats-header h2,
.faq-section h2,
.contact-band h2,
.case-details-hero h1,
.contact-hero h1,
.legal-card h2 {
  font-family: "Syne", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body {
  background: var(--white) !important;
}

body[data-page="home"] .hero-focus-band {
  width: min(calc(100% - var(--pad) - var(--pad)), var(--max));
  max-width: var(--max);
  margin: clamp(34px, 5vw, 58px) auto clamp(32px, 5vw, 56px) !important;
  padding: clamp(44px, 6vw, 62px) clamp(24px, 5vw, 72px) clamp(34px, 5vw, 50px) !important;
}

body[data-page="home"] .hero-focus-band .intro-copy {
  max-width: 860px;
}

body[data-page="home"] .hero-focus-band .intro-copy h1 {
  max-width: 840px;
  font-size: clamp(38px, 4.8vw, 58px) !important;
  line-height: 1.03 !important;
}

body[data-page="home"] .hero-focus-band .intro-copy p {
  max-width: 630px;
}

body[data-page="home"] .hero-focus-band .intro-features {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

body[data-page="home"] .hero-focus-band .intro-features h2 {
  font-size: clamp(19px, 1.8vw, 24px) !important;
  line-height: 1.28 !important;
}

body[data-page="home"] .respondent-map {
  width: min(860px, 100%);
}

.hero::before,
.hero-focus-band::before,
.hero-focus-band::after,
body.motion-ready .hero-focus-band::after,
.site-header::after,
.section-heading::after,
.intro-copy h1::after,
.intro-features h2::after,
.respondent-copy h2::after,
.faq-section h2::after,
.sub-tab-btn.is-active::after,
.service-tabs a::after,
body[data-page="services"] .service-tabs a::after,
.tile-links span::after,
.contact-band::before,
.about-mission::before,
.case-details-media::before,
.respondent-note::before,
.respondent-note::after,
.respondent-map::before,
.respondent-map::after,
body[data-page="home"] .respondent-note::before,
body[data-page="home"] .respondent-note::after,
body[data-page="home"] .respondent-map::before,
body[data-page="home"] .respondent-map::after,
body[data-page="home"] .respondent-option-hotspots .respondent-note::before,
body[data-page="home"] .respondent-option-hotspots .respondent-note::after {
  display: none !important;
  content: none !important;
}

.section,
.contact-band,
.fine-print,
.footer-bottom,
.service-tabs,
body[data-page="services"] .service-tabs,
.legal-card h2,
.testimonial-sidebar,
.testimonial-tabs,
.testimonial-tabs button,
.offer-menu,
.intro-features article,
.intro-features article:last-child,
body[data-page="home"] .hero-focus-band .intro-features article,
body[data-page="case-study-details"] .content-block {
  border-top: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
}

@media (max-width: 980px) {
  .site-nav a,
  .intro-features article,
  .intro-features article:last-child,
  body[data-page="home"] .hero-focus-band .intro-features article {
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .hero-focus-band {
    width: min(calc(100% - 28px), 760px);
  }

  body[data-page="home"] .hero-focus-band .intro-copy h1 {
    font-size: clamp(33px, 10.4vw, 41px) !important;
    line-height: 1.02 !important;
  }
}

/* Final home hero reference treatment */
body[data-page="home"] .hero-focus-band {
  display: block !important;
  width: min(calc(100% - var(--pad) - var(--pad)), 1180px) !important;
  max-width: 1180px !important;
  min-height: 0 !important;
  margin: clamp(34px, 5vw, 58px) auto clamp(32px, 5vw, 56px) !important;
  padding: clamp(50px, 6vw, 76px) clamp(24px, 5vw, 72px) clamp(34px, 5vw, 54px) !important;
  border: 1px solid #eef1f7;
  border-radius: 26px;
  background: #fff !important;
  box-shadow: 0 18px 50px rgba(10, 31, 68, 0.07);
  color: var(--text);
  overflow: hidden;
  text-align: center;
}

body[data-page="home"] .hero-focus-band .intro-copy {
  max-width: 880px !important;
  margin: 0 auto !important;
}

body[data-page="home"] .hero-focus-band .intro-copy h1 {
  max-width: 880px !important;
  margin: 0 auto 22px !important;
  color: #03050b !important;
  font-size: clamp(38px, 4.8vw, 58px) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  text-align: center;
}

body[data-page="home"] .hero-focus-band .intro-copy h1 span {
  color: #1782d8 !important;
}

body[data-page="home"] .hero-focus-band .intro-copy p {
  max-width: 640px !important;
  margin: 0 auto !important;
  color: #4c5260 !important;
  font-size: clamp(18px, 2.1vw, 24px) !important;
  line-height: 1.42 !important;
  text-align: center;
}

body[data-page="home"] .hero-focus-band .intro-copy .button-row {
  justify-content: center !important;
  gap: 16px !important;
  margin-top: 30px !important;
}

body[data-page="home"] .hero-focus-band .intro-copy .button {
  min-width: 170px;
  min-height: 58px;
  border-radius: 10px;
  padding: 14px 26px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-page="home"] .hero-focus-band .intro-copy .button.primary {
  background: #2551d8;
  box-shadow: 0 14px 26px rgba(37, 81, 216, 0.22);
}

body[data-page="home"] .hero-focus-band .intro-copy .button.ghost {
  border-color: #e1e5ed;
  background: #fff;
  color: #20283a;
}

body[data-page="home"] .hero-focus-band .intro-features {
  display: grid !important;
  max-width: 980px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin: clamp(36px, 5vw, 52px) auto 0 !important;
  padding: 0 !important;
  background: transparent !important;
  text-align: left;
}

body[data-page="home"] .hero-focus-band .intro-features article,
body[data-page="home"] .hero-focus-band .intro-features article:last-child {
  min-height: 0 !important;
  border: 1px solid #e7edf7 !important;
  border-radius: 12px;
  padding: clamp(24px, 3vw, 32px) !important;
  background: #f2f6ff;
  color: var(--text);
}

body[data-page="home"] .hero-focus-band .intro-features article:nth-child(2) {
  background: #eefdfd;
}

body[data-page="home"] .hero-focus-band .intro-features article:nth-child(3) {
  background: #f3f6fb;
}

body[data-page="home"] .hero-focus-band .intro-features .feature-icon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 45, 95, 0.06);
}

body[data-page="home"] .hero-focus-band .intro-features .feature-icon::before,
body[data-page="home"] .hero-focus-band .intro-features .feature-icon::after {
  content: "" !important;
  position: absolute;
  display: block !important;
  opacity: 1 !important;
}

body[data-page="home"] .hero-focus-band .intro-features .icon-idea::before {
  width: 15px;
  height: 15px;
  border: 3px solid currentColor;
  border-radius: 999px;
}

body[data-page="home"] .hero-focus-band .intro-features .icon-idea::after {
  width: 10px;
  height: 3px;
  border: 0 !important;
  border-radius: 999px;
  background: currentColor;
  transform: translate(10px, 10px) rotate(45deg);
}

body[data-page="home"] .hero-focus-band .intro-features .icon-growth::before {
  width: 24px;
  height: 12px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  transform: translateY(5px);
}

body[data-page="home"] .hero-focus-band .intro-features .icon-growth::after {
  width: 18px;
  height: 9px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
  transform: translateY(-8px);
}

body[data-page="home"] .hero-focus-band .intro-features .icon-people::before {
  width: 19px;
  height: 22px;
  border: 3px solid currentColor;
  border-radius: 3px;
  transform: skewY(-8deg);
}

body[data-page="home"] .hero-focus-band .intro-features .icon-people::after {
  width: 10px;
  height: 22px;
  border: 3px solid currentColor;
  border-left: 0;
  border-radius: 0 3px 3px 0;
  transform: translateX(14px) skewY(8deg);
}

body[data-page="home"] .hero-focus-band .intro-features h2 {
  margin-bottom: 14px;
  color: #070b13 !important;
  font-size: clamp(19px, 1.8vw, 24px) !important;
  line-height: 1.28 !important;
  text-align: left;
}

body[data-page="home"] .hero-focus-band .intro-features p {
  max-width: none !important;
  margin: 0 !important;
  color: #4a5260 !important;
  font-size: clamp(15px, 1.2vw, 17px) !important;
  line-height: 1.55 !important;
  text-align: left;
}

@media (max-width: 980px) {
  body[data-page="home"] .hero-focus-band {
    width: min(calc(100% - 28px), 760px) !important;
    padding-right: clamp(18px, 5vw, 30px) !important;
    padding-left: clamp(18px, 5vw, 30px) !important;
  }

  body[data-page="home"] .hero-focus-band .intro-features {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .hero-focus-band {
    margin-top: 22px !important;
    border-radius: 18px;
    padding-top: 34px !important;
    padding-bottom: 24px !important;
  }

  body[data-page="home"] .hero-focus-band .intro-copy h1 {
    font-size: clamp(33px, 10.4vw, 41px) !important;
    line-height: 1.02 !important;
  }

  body[data-page="home"] .hero-focus-band .intro-copy p {
    font-size: 16px !important;
  }

  body[data-page="home"] .hero-focus-band .intro-copy .button-row {
    flex-direction: column;
    align-items: stretch;
  }

  body[data-page="home"] .hero-focus-band .intro-copy .button {
    width: 100%;
  }

  body[data-page="home"] .hero-focus-band .intro-features article {
    padding: 24px !important;
  }
}

/* Global pre-footer consultation CTA */
section.contact-band#contact {
  position: relative;
  display: grid !important;
  width: min(calc(100% - var(--pad) - var(--pad)), 1024px);
  max-width: 1024px !important;
  min-height: 0 !important;
  grid-template-columns: 1fr !important;
  grid-auto-flow: row !important;
  place-items: center;
  justify-items: center !important;
  gap: 28px;
  margin: clamp(60px, 7vw, 96px) auto clamp(46px, 6vw, 76px) !important;
  padding: clamp(56px, 7vw, 76px) clamp(24px, 5vw, 72px) !important;
  border: 0 !important;
  border-radius: 24px;
  background: #3158d4 !important;
  color: #fff !important;
  box-shadow: 0 28px 70px rgba(18, 40, 98, 0.24);
  overflow: hidden;
  text-align: center;
}

section.contact-band#contact::before,
section.contact-band#contact::after {
  content: "" !important;
  position: absolute;
  display: block !important;
  border: 30px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  pointer-events: none;
}

section.contact-band#contact::before {
  top: -96px;
  right: -76px;
  width: 224px;
  height: 224px;
}

section.contact-band#contact::after {
  bottom: -116px;
  left: -98px;
  width: 244px;
  height: 244px;
  border-color: rgba(255, 255, 255, 0.1);
}

section.contact-band#contact > * {
  position: relative;
  z-index: 1;
}

section.contact-band#contact .contact-copy,
section.contact-band#contact > div:first-child {
  display: grid !important;
  width: 100%;
  max-width: 860px !important;
  gap: 18px;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  text-align: center !important;
}

section.contact-band#contact h2 {
  max-width: 860px;
  margin: 0 auto !important;
  color: #fff !important;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(36px, 4.4vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

section.contact-band#contact p,
body[data-page] section.contact-band#contact p {
  max-width: 720px !important;
  margin: 0 auto !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: clamp(18px, 2vw, 22px) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

section.contact-band#contact .contact-cta-form {
  display: grid;
  width: 448px !important;
  max-width: 100%;
  gap: 14px;
  margin: 0 auto;
  justify-self: center;
}

section.contact-band#contact .contact-cta-form input {
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 10px;
  padding: 0 20px;
  background: #fff;
  color: #111827;
  font: 500 16px/1 "DM Sans", sans-serif;
  box-shadow: 0 14px 28px rgba(14, 31, 84, 0.16);
  outline: 2px solid transparent;
  outline-offset: 3px;
}

section.contact-band#contact .contact-cta-form input::placeholder {
  color: #8a92a3;
}

section.contact-band#contact .contact-cta-form input:focus {
  outline-color: rgba(255, 255, 255, 0.8);
}

section.contact-band#contact .button.primary,
body[data-page] section.contact-band#contact .button.primary {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 58px !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 16px 22px !important;
  background: #61b8a9 !important;
  color: #fff !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  text-transform: none !important;
  box-shadow: 0 16px 30px rgba(25, 94, 83, 0.22) !important;
}

section.contact-band#contact .button.primary:hover,
section.contact-band#contact .button.primary:focus-visible {
  background: #55aa9c !important;
  transform: translateY(-1px);
}

section.contact-band#contact .band-marks {
  display: none !important;
}

@media (max-width: 700px) {
  section.contact-band#contact {
    width: min(calc(100% - 28px), 1024px);
    gap: 24px;
    margin-top: 54px !important;
    margin-bottom: 44px !important;
    border-radius: 20px;
    padding: 44px 18px !important;
  }

  section.contact-band#contact::before {
    top: -92px;
    right: -112px;
    width: 204px;
    height: 204px;
    border-width: 26px;
  }

  section.contact-band#contact::after {
    bottom: -126px;
    left: -126px;
    width: 230px;
    height: 230px;
    border-width: 26px;
  }

  section.contact-band#contact h2 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(30px, 9vw, 42px) !important;
    line-height: 1.08 !important;
  }

  section.contact-band#contact .contact-copy,
  section.contact-band#contact .contact-cta-form,
  section.contact-band#contact p,
  body[data-page] section.contact-band#contact p {
    width: 100% !important;
    max-width: 100% !important;
  }

  section.contact-band#contact p,
  body[data-page] section.contact-band#contact p {
    font-size: 16px !important;
  }
}

/* Services vetted profiles tile treatment */
body[data-page="services"] .profile-section {
  position: relative;
  width: 100%;
  padding: clamp(74px, 8vw, 112px) var(--pad) clamp(70px, 8vw, 108px) !important;
  background: #f5f8fc !important;
  overflow: hidden;
}

body[data-page="services"] .profile-section::before,
body[data-page="services"] .profile-section::after {
  content: "" !important;
  position: absolute;
  display: block !important;
  border-radius: 999px;
  pointer-events: none;
}

body[data-page="services"] .profile-section::before {
  top: 54px;
  right: max(var(--pad), calc((100vw - 1240px) / 2));
  width: 132px;
  height: 132px;
  border: 24px solid rgba(49, 88, 212, 0.08);
}

body[data-page="services"] .profile-section::after {
  bottom: 88px;
  left: max(var(--pad), calc((100vw - 1240px) / 2));
  width: 78px;
  height: 78px;
  background: rgba(97, 184, 169, 0.16);
}

body[data-page="services"] .profile-grid {
  position: relative;
  z-index: 1;
  display: grid !important;
  max-width: 1120px !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr) !important;
  gap: clamp(28px, 5vw, 72px) !important;
  align-items: end !important;
  margin: 0 auto clamp(30px, 4vw, 46px) !important;
}

body[data-page="services"] .profile-heading-col {
  max-width: 720px !important;
}

body[data-page="services"] .profile-heading-col .eyebrow {
  margin: 0 0 16px !important;
  color: #3158d4 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

body[data-page="services"] .profile-heading-col h2 {
  max-width: 720px;
  margin: 0 !important;
  color: #0c1220 !important;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(42px, 5.5vw, 76px) !important;
  font-weight: 800 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body[data-page="services"] .profile-body-col {
  max-width: 430px;
  justify-self: end;
}

body[data-page="services"] .profile-body-col p {
  margin: 0 !important;
  color: #4b5567 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: clamp(16px, 1.25vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.68 !important;
}

body[data-page="services"] .vetting-cards-grid {
  position: relative;
  z-index: 1;
  display: grid !important;
  width: min(100%, 1120px);
  max-width: 1120px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}

body[data-page="services"] .vetting-cards-grid article {
  position: relative;
  display: grid;
  min-height: 255px !important;
  align-content: end;
  gap: 14px;
  border: 0 !important;
  border-radius: 16px !important;
  padding: 28px !important;
  background: #fff !important;
  box-shadow: 0 22px 54px rgba(18, 33, 72, 0.09) !important;
  overflow: hidden;
}

body[data-page="services"] .vetting-cards-grid article:nth-child(1),
body[data-page="services"] .vetting-cards-grid article:nth-child(5) {
  background: #3158d4 !important;
  color: #fff;
}

body[data-page="services"] .vetting-cards-grid article:nth-child(3) {
  background: #eaf7f5 !important;
}

body[data-page="services"] .vetting-cards-grid article:nth-child(4) {
  background: #eef3ff !important;
}

body[data-page="services"] .vetting-cards-grid article::before {
  content: "" !important;
  position: absolute;
  top: -54px;
  right: -48px;
  display: block !important;
  width: 150px;
  height: 150px;
  border: 24px solid rgba(49, 88, 212, 0.08);
  border-radius: 999px;
}

body[data-page="services"] .vetting-cards-grid article:nth-child(1)::before,
body[data-page="services"] .vetting-cards-grid article:nth-child(5)::before {
  border-color: rgba(255, 255, 255, 0.13);
}

body[data-page="services"] .vetting-card-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(12, 18, 32, 0.2);
  font-family: "Syne", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

body[data-page="services"] .vetting-cards-grid article:nth-child(1) .vetting-card-number,
body[data-page="services"] .vetting-cards-grid article:nth-child(5) .vetting-card-number {
  color: rgba(255, 255, 255, 0.24);
}

body[data-page="services"] .vetting-icon {
  position: relative;
  z-index: 1;
  display: inline-grid !important;
  width: 54px !important;
  height: 54px !important;
  place-items: center;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #f1f5ff !important;
  color: #3158d4 !important;
}

body[data-page="services"] .vetting-cards-grid article:nth-child(1) .vetting-icon,
body[data-page="services"] .vetting-cards-grid article:nth-child(5) .vetting-icon {
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
}

body[data-page="services"] .vetting-icon svg {
  width: 26px !important;
  height: 26px !important;
}

body[data-page="services"] .vetting-cards-grid h3 {
  position: relative;
  z-index: 1;
  max-width: 270px;
  margin: 4px 0 0 !important;
  color: #101827 !important;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(22px, 2vw, 28px) !important;
  font-weight: 800 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body[data-page="services"] .vetting-cards-grid article:nth-child(1) h3,
body[data-page="services"] .vetting-cards-grid article:nth-child(5) h3 {
  color: #fff !important;
}

body[data-page="services"] .vetting-cards-grid p {
  position: relative;
  z-index: 1;
  max-width: 290px;
  margin: 0 !important;
  color: #566173 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 15.5px !important;
  line-height: 1.56 !important;
}

body[data-page="services"] .vetting-cards-grid article:nth-child(1) p,
body[data-page="services"] .vetting-cards-grid article:nth-child(5) p {
  color: rgba(255, 255, 255, 0.82) !important;
}

@media (max-width: 980px) {
  body[data-page="services"] .profile-grid {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  body[data-page="services"] .profile-body-col {
    max-width: 680px;
    justify-self: start;
  }

  body[data-page="services"] .vetting-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body[data-page="services"] .profile-section {
    padding-top: 58px !important;
    padding-bottom: 62px !important;
  }

  body[data-page="services"] .profile-heading-col h2 {
    font-size: clamp(38px, 12vw, 52px) !important;
  }

  body[data-page="services"] .vetting-cards-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  body[data-page="services"] .vetting-cards-grid article {
    min-height: 228px !important;
    border-radius: 14px !important;
    padding: 24px !important;
  }
}

/* Normalize Syne so headings read clean instead of chunky. */
body[data-page] main :is(h1, h2, h3, h4, h5, h6),
body[data-page] .site-footer :is(h1, h2, h3, h4, h5, h6),
body[data-page="home"] .hero-focus-band .intro-copy h1,
body[data-page="home"] .hero-focus-band .intro-features h2,
body[data-page="services"] .profile-heading-col h2,
body[data-page="services"] .vetting-cards-grid h3,
section.contact-band#contact h2 {
  font-weight: 600 !important;
  font-synthesis-weight: none;
}

body[data-page="services"] .vetting-card-number {
  font-weight: 600;
}

/* Keep the Leads Through Change panel inside the Why Us sticky stack. */
body[data-page="why-us"] .advantage-stack article:nth-child(5) {
  top: 128px;
  max-width: var(--content-max) !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
  margin-left: auto !important;
  background:
    radial-gradient(circle at 88% 28%, rgba(5, 119, 216, 0.16), transparent 28%),
    #050505 !important;
  color: #fff !important;
}

body[data-page="why-us"] .advantage-stack .change-stack-card {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) !important;
  align-items: center !important;
}

body[data-page="why-us"] .advantage-stack .change-stack-card > *:not(.advantage-number) {
  position: relative;
  z-index: 2;
}

body[data-page="why-us"] .advantage-stack .change-copy {
  max-width: 720px;
}

body[data-page="why-us"] .advantage-stack .change-copy .eyebrow {
  margin: 0 0 12px !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

body[data-page="why-us"] .advantage-stack .change-copy h2 {
  margin: 0 0 clamp(22px, 3vw, 34px) !important;
  color: #fff !important;
  font-size: clamp(32px, 3.5vw, 44px) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
}

body[data-page="why-us"] .advantage-stack .change-points {
  display: grid;
  gap: clamp(16px, 2vw, 24px) !important;
}

body[data-page="why-us"] .advantage-stack .change-points p {
  max-width: 58em !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: clamp(15px, 1.2vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

body[data-page="why-us"] .advantage-stack .change-points strong {
  color: #ffd000 !important;
  font-weight: 700 !important;
}

body[data-page="why-us"] .advantage-stack .change-image {
  align-self: center;
  justify-self: end;
  width: min(100%, 420px) !important;
}

body[data-page="why-us"] .advantage-stack .change-image img {
  max-width: 100%;
}

@media (max-width: 980px) {
  body[data-page="why-us"] .advantage-stack .change-stack-card {
    grid-template-columns: 1fr !important;
  }

  body[data-page="why-us"] .advantage-stack .change-image {
    justify-self: start;
    width: min(100%, 460px) !important;
  }
}

@media (max-width: 640px) {
body[data-page="why-us"] .advantage-stack article:nth-child(5) {
    top: 104px;
  }

  body[data-page="why-us"] .advantage-stack .change-points p {
    font-size: 15px !important;
  }
}

/* Why Us partners panel refresh */
body[data-page="why-us"] .partners-section {
  position: relative;
  padding: clamp(58px, 7vw, 96px) var(--pad) clamp(58px, 7vw, 96px) !important;
  background: #f5f8fc !important;
  overflow: hidden;
}

body[data-page="why-us"] .partners-section::before,
body[data-page="why-us"] .partners-section::after {
  content: "" !important;
  position: absolute;
  display: block !important;
  border-radius: 999px;
  pointer-events: none;
}

body[data-page="why-us"] .partners-section::before {
  top: 40px;
  right: max(18px, calc((100vw - 1120px) / 2));
  width: 136px;
  height: 136px;
  border: 24px solid rgba(49, 88, 212, 0.08);
}

body[data-page="why-us"] .partners-section::after {
  bottom: 38px;
  left: max(18px, calc((100vw - 1120px) / 2));
  width: 82px;
  height: 82px;
  background: rgba(97, 184, 169, 0.16);
}

body[data-page="why-us"] .partners-card {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1120px);
  max-width: 1120px !important;
  grid-template-columns: minmax(0, 0.76fr) minmax(280px, 0.54fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: end;
  margin: 0 auto !important;
  border: 0 !important;
  border-radius: 26px !important;
  padding: clamp(34px, 5vw, 62px) !important;
  background:
    radial-gradient(circle at 94% 16%, rgba(49, 88, 212, 0.28), transparent 26%),
    radial-gradient(circle at 9% 88%, rgba(97, 184, 169, 0.18), transparent 24%),
    #07111f !important;
  color: #fff;
  box-shadow: 0 28px 70px rgba(18, 40, 98, 0.18) !important;
  overflow: hidden;
}

body[data-page="why-us"] .partners-card::before {
  content: "" !important;
  position: absolute;
  top: -88px;
  right: -76px;
  display: block !important;
  width: 226px;
  height: 226px;
  border: 32px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  pointer-events: none;
}

body[data-page="why-us"] .partners-heading,
body[data-page="why-us"] .partners-copy,
body[data-page="why-us"] .partners-section .logo-grid {
  position: relative;
  z-index: 1;
}

body[data-page="why-us"] .partners-heading .eyebrow {
  margin: 0 0 14px !important;
  color: #61b8a9 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

body[data-page="why-us"] .partners-card h2 {
  max-width: 560px;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(40px, 5vw, 72px) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body[data-page="why-us"] .partners-copy {
  max-width: 420px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.74) !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: clamp(16px, 1.35vw, 19px) !important;
  line-height: 1.6 !important;
  justify-self: end;
}

body[data-page="why-us"] .partners-section .logo-grid {
  display: grid !important;
  grid-column: 1 / -1;
  max-width: none !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin: clamp(8px, 2vw, 16px) 0 0 !important;
}

body[data-page="why-us"] .partners-section .logo-grid span {
  position: relative;
  display: grid !important;
  min-width: 0;
  min-height: 124px !important;
  place-items: center;
  gap: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  overflow: hidden;
  text-align: center;
}

body[data-page="why-us"] .partners-section .logo-grid span::before {
  content: "" !important;
  position: absolute;
  inset: 0;
  display: block !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 58%);
  opacity: 0.9;
  pointer-events: none;
}

body[data-page="why-us"] .partners-section .logo-grid i {
  position: relative !important;
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center;
  margin: 0 !important;
  border-radius: 12px !important;
  border: 0 !important;
  background: rgba(97, 184, 169, 0.16) !important;
  color: #61b8a9 !important;
  clip-path: none !important;
  flex: 0 0 auto !important;
}

body[data-page="why-us"] .partners-section .logo-grid i::before {
  content: "" !important;
  display: block !important;
  width: 16px;
  height: 16px;
  border: 3px solid currentColor;
  border-radius: 999px;
}

body[data-page="why-us"] .partners-section .logo-grid i::after {
  content: "" !important;
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block !important;
  width: 10px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(-35deg);
}

body[data-page="why-us"] .partners-section .logo-grid strong {
  position: relative;
  z-index: 1;
  max-width: 100%;
  color: inherit;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

@media (max-width: 980px) {
  body[data-page="why-us"] .partners-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body[data-page="why-us"] .partners-copy {
    justify-self: start;
  }

  body[data-page="why-us"] .partners-section .logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body[data-page="why-us"] .partners-card {
    border-radius: 20px !important;
    padding: 28px 18px !important;
  }

  body[data-page="why-us"] .partners-card h2 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  body[data-page="why-us"] .partners-section .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body[data-page="why-us"] .partners-section .logo-grid span {
    min-height: 112px !important;
    border-radius: 14px !important;
  }
}

/* Why Us partnership model reference treatment */
body[data-page="why-us"] .partners-section {
  position: relative;
  padding: clamp(76px, 9vw, 116px) var(--pad) clamp(70px, 8vw, 104px) !important;
  background: #fff !important;
  overflow: hidden;
}

body[data-page="why-us"] .partners-section::before,
body[data-page="why-us"] .partners-section::after,
body[data-page="why-us"] .partners-card::before {
  content: none !important;
  display: none !important;
}

body[data-page="why-us"] .partners-card {
  position: relative;
  display: grid !important;
  width: min(100%, 1280px);
  max-width: 1280px !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  align-items: center !important;
  margin: 0 auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #20283a !important;
  overflow: visible !important;
  text-align: center !important;
}

body[data-page="why-us"] .partners-heading {
  position: relative;
  z-index: 1;
  text-align: center;
}

body[data-page="why-us"] .partners-heading .eyebrow {
  margin: 0 0 18px !important;
  color: #5559e8 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: clamp(14px, 1.1vw, 18px) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.1 !important;
  text-transform: uppercase;
}

body[data-page="why-us"] .partners-card h2 {
  max-width: 980px !important;
  margin: 0 auto !important;
  color: #20283a !important;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(48px, 7vw, 96px) !important;
  font-weight: 600 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

body[data-page="why-us"] .partners-copy {
  position: relative;
  z-index: 1;
  max-width: 760px !important;
  margin: clamp(20px, 2.4vw, 30px) auto 0 !important;
  color: #4f5a6e !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: clamp(18px, 1.9vw, 28px) !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  text-align: center !important;
  justify-self: center !important;
}

body[data-page="why-us"] .partner-icon-row {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1160px);
  grid-template-columns: repeat(9, minmax(44px, 1fr));
  gap: clamp(24px, 4.8vw, 84px);
  align-items: center;
  justify-items: center;
  margin: clamp(68px, 8vw, 108px) auto 0;
}

body[data-page="why-us"] .partner-symbol {
  display: grid;
  width: clamp(42px, 4vw, 58px);
  aspect-ratio: 1;
  place-items: center;
  color: #777c87;
  opacity: 0.96;
}

body[data-page="why-us"] .partner-symbol-faint {
  opacity: 0.18;
}

body[data-page="why-us"] .partner-symbol svg {
  display: block;
  width: 100%;
  height: 100%;
}

body[data-page="why-us"] .partner-symbol-stroke svg {
  overflow: visible;
}

@media (max-width: 900px) {
  body[data-page="why-us"] .partners-section {
    padding-top: 72px !important;
  }

  body[data-page="why-us"] .partner-icon-row {
    width: min(100%, 680px);
    grid-template-columns: repeat(5, minmax(42px, 1fr));
    row-gap: 36px;
  }
}

@media (max-width: 640px) {
  body[data-page="why-us"] .partners-section {
    padding: 64px var(--pad) 72px !important;
  }

  body[data-page="why-us"] .partners-card {
    padding: 0 !important;
  }

  body[data-page="why-us"] .partners-heading .eyebrow {
    margin-bottom: 14px !important;
    font-size: 13px !important;
  }

  body[data-page="why-us"] .partners-card h2 {
    font-size: clamp(42px, 13vw, 58px) !important;
    line-height: 1.02 !important;
  }

  body[data-page="why-us"] .partners-copy {
    max-width: 24rem !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
  }

  body[data-page="why-us"] .partner-icon-row {
    grid-template-columns: repeat(3, minmax(42px, 1fr));
    gap: 28px 42px;
    margin-top: 56px;
  }

  body[data-page="why-us"] .partner-symbol {
    width: 46px;
  }
}

/* Consistency pass for the recently added sections */
body[data-page="home"] .home-intro.hero-focus-band,
section.contact-band#contact,
body[data-page="services"] .profile-grid,
body[data-page="services"] .vetting-cards-grid,
body[data-page="why-us"] .advantage-stack article:nth-child(5),
body[data-page="why-us"] .partners-card {
  max-width: var(--content-max) !important;
}

body[data-page="home"] .home-intro.hero-focus-band {
  width: min(calc(100% - var(--outer-gutter) - var(--outer-gutter)), var(--content-max)) !important;
  margin: var(--section-space) auto 0 !important;
  padding: clamp(42px, 5vw, 64px) clamp(28px, 5vw, 72px) !important;
  border-radius: 8px !important;
}

body[data-page="home"] .hero-focus-band .intro-copy h1 {
  max-width: 760px !important;
  font-size: clamp(42px, 5.6vw, 76px) !important;
  line-height: 1.02 !important;
}

body[data-page="home"] .hero-focus-band .intro-copy p {
  max-width: 620px !important;
  font-size: clamp(16px, 1.35vw, 19px) !important;
  line-height: 1.58 !important;
}

body[data-page="home"] .hero-focus-band .intro-features {
  gap: 14px !important;
}

body[data-page="home"] .hero-focus-band .intro-features article,
body[data-page="home"] .hero-focus-band .intro-features article:last-child {
  border-radius: 8px !important;
  padding: clamp(22px, 2.8vw, 32px) !important;
}

section.contact-band#contact {
  width: min(calc(100% - var(--outer-gutter) - var(--outer-gutter)), var(--content-max)) !important;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px) !important;
  place-items: center stretch !important;
  justify-items: stretch !important;
  gap: clamp(24px, 5vw, 64px) !important;
  margin: var(--section-space) auto !important;
  padding: clamp(42px, 5vw, 64px) clamp(28px, 5vw, 72px) !important;
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(18, 40, 98, 0.16) !important;
  text-align: left !important;
}

section.contact-band#contact::before,
section.contact-band#contact::after {
  content: none !important;
  display: none !important;
}

section.contact-band#contact .contact-copy,
section.contact-band#contact > div:first-child {
  max-width: 680px !important;
  justify-items: start !important;
  gap: 14px !important;
  margin: 0 !important;
  text-align: left !important;
}

section.contact-band#contact h2 {
  max-width: 680px !important;
  margin: 0 !important;
  font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  text-align: left !important;
}

section.contact-band#contact p,
body[data-page] section.contact-band#contact p {
  max-width: 620px !important;
  margin: 0 !important;
  font-size: clamp(16px, 1.35vw, 18px) !important;
  line-height: 1.6 !important;
  text-align: left !important;
}

section.contact-band#contact .contact-cta-form {
  width: 100% !important;
  max-width: 430px !important;
  justify-self: end !important;
}

section.contact-band#contact .contact-cta-form input,
section.contact-band#contact .button.primary,
body[data-page] section.contact-band#contact .button.primary {
  min-height: 52px !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

body[data-page="services"] .profile-section {
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
  background: #f7f9fd !important;
}

body[data-page="services"] .profile-section::before,
body[data-page="services"] .profile-section::after {
  content: none !important;
  display: none !important;
}

body[data-page="services"] .profile-grid {
  width: min(100%, var(--content-max)) !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr) !important;
  gap: clamp(24px, 4vw, 56px) !important;
  margin-bottom: clamp(24px, 3vw, 36px) !important;
}

body[data-page="services"] .profile-heading-col h2 {
  max-width: 640px !important;
  font-size: clamp(36px, 4.8vw, 62px) !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
}

body[data-page="services"] .profile-body-col {
  max-width: 520px !important;
}

body[data-page="services"] .vetting-cards-grid {
  width: min(100%, var(--content-max)) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

body[data-page="services"] .vetting-cards-grid article {
  min-height: 218px !important;
  align-content: start !important;
  gap: 12px !important;
  border-radius: 8px !important;
  padding: 24px !important;
  box-shadow: 0 14px 34px rgba(18, 33, 72, 0.08) !important;
}

body[data-page="services"] .vetting-cards-grid article::before {
  content: none !important;
  display: none !important;
}

body[data-page="services"] .vetting-card-number {
  top: 22px !important;
  right: 22px !important;
  font-size: 32px !important;
}

body[data-page="services"] .vetting-icon {
  width: 46px !important;
  height: 46px !important;
  border-radius: 8px !important;
}

body[data-page="services"] .vetting-cards-grid h3 {
  max-width: 280px !important;
  margin-top: 10px !important;
  font-size: clamp(20px, 1.7vw, 24px) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
}

body[data-page="services"] .vetting-cards-grid p {
  max-width: 310px !important;
}

body[data-page="why-us"] .advantage-stack article:nth-child(5) {
  width: min(100%, var(--content-max)) !important;
}

body[data-page="why-us"] .advantage-stack .change-stack-card {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px) !important;
  gap: clamp(22px, 4vw, 48px) !important;
}

body[data-page="why-us"] .advantage-stack .change-copy h2 {
  max-width: 680px !important;
  font-size: clamp(30px, 3.2vw, 42px) !important;
}

body[data-page="why-us"] .advantage-stack .change-image {
  width: min(100%, 360px) !important;
}

body[data-page="why-us"] .partners-section {
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
  background: #f7f9fd !important;
}

body[data-page="why-us"] .partners-card {
  width: min(100%, var(--content-max)) !important;
  padding: clamp(36px, 5vw, 58px) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(18, 33, 72, 0.08) !important;
}

body[data-page="why-us"] .partners-heading .eyebrow {
  margin-bottom: 12px !important;
  color: var(--blue) !important;
  font-size: 13px !important;
}

body[data-page="why-us"] .partners-card h2 {
  max-width: 780px !important;
  font-size: clamp(38px, 5vw, 66px) !important;
  line-height: 1.05 !important;
}

body[data-page="why-us"] .partners-copy {
  max-width: 680px !important;
  margin-top: 18px !important;
  font-size: clamp(16px, 1.4vw, 19px) !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

body[data-page="why-us"] .partner-icon-row {
  width: min(100%, 920px) !important;
  gap: clamp(18px, 3.2vw, 46px) !important;
  margin-top: clamp(34px, 5vw, 56px) !important;
}

body[data-page="why-us"] .partner-symbol {
  width: clamp(36px, 3.2vw, 46px) !important;
  color: #7c8491 !important;
}

@media (max-width: 980px) {
  body[data-page="services"] .profile-grid,
  body[data-page="services"] .vetting-cards-grid,
  body[data-page="why-us"] .partners-card {
    width: min(100%, var(--content-max)) !important;
  }

  body[data-page="home"] .home-intro.hero-focus-band,
  section.contact-band#contact {
    width: min(calc(100% - var(--outer-gutter) - var(--outer-gutter)), var(--content-max)) !important;
  }

  section.contact-band#contact,
  body[data-page="services"] .profile-grid,
  body[data-page="why-us"] .advantage-stack .change-stack-card {
    grid-template-columns: 1fr !important;
  }

  section.contact-band#contact .contact-cta-form {
    justify-self: start !important;
  }

  body[data-page="services"] .vetting-cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .home-intro.hero-focus-band {
    padding: 34px 20px 24px !important;
  }

  body[data-page="home"] .hero-focus-band .intro-copy h1 {
    font-size: clamp(34px, 10vw, 43px) !important;
  }

  section.contact-band#contact {
    padding: 36px 20px !important;
  }

  section.contact-band#contact h2 {
    font-size: clamp(28px, 8.4vw, 38px) !important;
  }

  body[data-page="services"] .vetting-cards-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="services"] .vetting-cards-grid article {
    min-height: 0 !important;
  }

  body[data-page="why-us"] .partners-card {
    padding: 32px 20px !important;
  }

  body[data-page="why-us"] .partners-card h2 {
    font-size: clamp(34px, 10vw, 46px) !important;
  }

  body[data-page="why-us"] .partner-icon-row {
    grid-template-columns: repeat(3, minmax(36px, 1fr)) !important;
    gap: 24px 28px !important;
  }
}

/* Inner content width normalization: let copy use its actual container. */
body[data-page="about"] .about-section__copy,
body[data-page="about"] .about-work-copy,
body[data-page="about"] .vision-banner__copy,
body[data-page="home"] .respondent-copy,
body[data-page="services"] .services-copy-body,
body[data-page="services"] .profile-body-col,
body[data-page="why-us"] .advantage-stack .change-copy {
  width: 100% !important;
  max-width: none !important;
}

body[data-page="about"] .about-section__copy p,
body[data-page="about"] .about-work-copy p,
body[data-page="about"] .vision-banner__copy h2,
body[data-page="home"] .respondent-copy p,
body[data-page="services"] .services-copy-body p,
body[data-page="services"] .profile-body-col p,
body[data-page="why-us"] .advantage-stack .change-copy h2,
body[data-page="why-us"] .advantage-stack .change-points p {
  max-width: none !important;
}

body[data-page="about"] .vision-banner {
  display: grid !important;
  align-items: center !important;
}

body[data-page="about"] .vision-banner__copy h2 {
  width: 100% !important;
}

body[data-page="services"] .services-copy-grid,
body[data-page="services"] .profile-grid {
  align-items: start !important;
}

body[data-page="services"] .services-copy-body,
body[data-page="services"] .profile-body-col {
  justify-self: stretch !important;
}

body[data-page="services"] .vetting-cards-grid h3,
body[data-page="services"] .vetting-cards-grid p {
  max-width: none !important;
}

section.contact-band#contact .contact-copy,
section.contact-band#contact > div:first-child {
  max-width: min(100%, 860px) !important;
}

section.contact-band#contact h2,
section.contact-band#contact p,
body[data-page] section.contact-band#contact p {
  max-width: none !important;
}

@media (max-width: 760px) {
  body[data-page="about"] .about-section__copy,
  body[data-page="about"] .about-work-copy,
  body[data-page="home"] .hero-focus-band .intro-copy,
  body[data-page="home"] .respondent-copy,
  body[data-page="services"] .services-copy-body,
  body[data-page="services"] .profile-body-col,
  body[data-page="why-us"] .advantage-stack .change-copy {
    max-width: 100% !important;
  }
}

/* Home hero inner-width fix: match the full card, not the old narrow headline cap. */
body[data-page="home"] .hero-focus-band .intro-copy {
  width: 100% !important;
  max-width: none !important;
}

body[data-page="home"] .hero-focus-band .intro-copy h1,
body[data-page="home"] .hero-focus-band .intro-copy p {
  max-width: none !important;
}

/* Home respondent cards: replace hotspot treatment with a consistent card row. */
body[data-page="home"] .recruit-band.respondent-option-hotspots {
  background: #f7f9fd !important;
}

body[data-page="home"] .respondent-section {
  display: grid !important;
  width: min(100%, var(--content-max)) !important;
  max-width: var(--content-max) !important;
  grid-template-columns: 1fr !important;
  gap: clamp(28px, 4vw, 48px) !important;
  align-items: start !important;
}

body[data-page="home"] .respondent-copy {
  max-width: 980px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

body[data-page="home"] .respondent-copy h2 {
  max-width: none !important;
  margin-bottom: 16px !important;
  text-align: center !important;
}

body[data-page="home"] .respondent-copy p {
  max-width: 900px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

body[data-page="home"] .respondent-map {
  position: static !important;
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 3vw, 34px) !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body[data-page="home"] .respondent-photo,
body[data-page="home"] .respondent-map::before,
body[data-page="home"] .respondent-map::after,
body[data-page="home"] .respondent-note::before,
body[data-page="home"] .respondent-note::after {
  content: none !important;
  display: none !important;
}

body[data-page="home"] .respondent-note,
body[data-page="home"] .respondent-note.note-select,
body[data-page="home"] .respondent-note.note-quality,
body[data-page="home"] .respondent-note.note-experts,
body[data-page="home"] .respondent-option-hotspots .respondent-note,
body[data-page="home"] .respondent-option-hotspots .respondent-note.note-select,
body[data-page="home"] .respondent-option-hotspots .respondent-note.note-quality,
body[data-page="home"] .respondent-option-hotspots .respondent-note.note-experts {
  position: static !important;
  inset: auto !important;
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(300px, 24vw, 420px) !important;
  grid-template-columns: 1fr !important;
  align-content: start !important;
  gap: clamp(18px, 2vw, 28px) !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  padding: clamp(30px, 4vw, 56px) !important;
  background: #eef7ff !important;
  box-shadow: 0 12px 28px rgba(18, 33, 72, 0.05) !important;
  color: #101827 !important;
  transform: none !important;
  text-align: left !important;
}

body[data-page="home"] .respondent-note.note-quality {
  background: #ecfbfb !important;
}

body[data-page="home"] .respondent-note.note-experts {
  background: #f0f2ff !important;
}

body[data-page="home"] .respondent-note.is-active,
body[data-page="home"] .respondent-note:hover,
body[data-page="home"] .respondent-note:focus-within {
  border-color: rgba(49, 88, 212, 0.26) !important;
  background: #eef4ff !important;
  box-shadow: 0 28px 48px rgba(18, 33, 72, 0.14) !important;
}

body[data-page="home"] .respondent-note span {
  display: inline-grid !important;
  width: clamp(74px, 6vw, 96px) !important;
  height: clamp(74px, 6vw, 96px) !important;
  place-items: center !important;
  margin: 0 0 clamp(20px, 3vw, 34px) !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d6f9ff !important;
  color: #2d8bab !important;
  box-shadow: none !important;
}

body[data-page="home"] .respondent-note.is-active span,
body[data-page="home"] .respondent-note:hover span,
body[data-page="home"] .respondent-note:focus-within span {
  background: #3158d4 !important;
  color: #fff !important;
}

body[data-page="home"] .respondent-note.note-experts span {
  background: #dfe3ff !important;
  color: #393a91 !important;
}

body[data-page="home"] .respondent-note svg {
  display: block !important;
  width: 42% !important;
  height: 42% !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  fill: none !important;
}

body[data-page="home"] .respondent-note h3 {
  margin: 0 !important;
  color: #101827 !important;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(26px, 2.8vw, 38px) !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

body[data-page="home"] .respondent-note p {
  max-width: 34rem !important;
  margin: 0 !important;
  color: #4f5a6e !important;
  font-size: clamp(17px, 1.45vw, 23px) !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

@media (max-width: 980px) {
  body[data-page="home"] .respondent-map {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home"] .respondent-note,
  body[data-page="home"] .respondent-note.note-select,
  body[data-page="home"] .respondent-note.note-quality,
  body[data-page="home"] .respondent-note.note-experts,
  body[data-page="home"] .respondent-option-hotspots .respondent-note,
  body[data-page="home"] .respondent-option-hotspots .respondent-note.note-select,
  body[data-page="home"] .respondent-option-hotspots .respondent-note.note-quality,
  body[data-page="home"] .respondent-option-hotspots .respondent-note.note-experts {
    min-height: 0 !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .respondent-copy {
    text-align: left !important;
  }

  body[data-page="home"] .respondent-copy h2,
  body[data-page="home"] .respondent-copy p {
    text-align: left !important;
  }

  body[data-page="home"] .respondent-note,
  body[data-page="home"] .respondent-note.note-select,
  body[data-page="home"] .respondent-note.note-quality,
  body[data-page="home"] .respondent-note.note-experts,
  body[data-page="home"] .respondent-option-hotspots .respondent-note,
  body[data-page="home"] .respondent-option-hotspots .respondent-note.note-select,
  body[data-page="home"] .respondent-option-hotspots .respondent-note.note-quality,
  body[data-page="home"] .respondent-option-hotspots .respondent-note.note-experts {
    padding: 28px !important;
  }
}

body.motion-ready[data-page="home"] .respondent-option-hotspots .respondent-map,
body[data-page="home"] .respondent-option-hotspots .respondent-map {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.motion-ready[data-page="home"] .respondent-option-hotspots .respondent-section,
body[data-page="home"] .respondent-option-hotspots .respondent-section {
  grid-template-columns: 1fr !important;
}

body[data-page="home"] .respondent-option-hotspots .respondent-copy,
body[data-page="home"] .respondent-option-hotspots .respondent-map {
  grid-column: 1 / -1 !important;
  justify-self: stretch !important;
}

body.motion-ready[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-select,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-quality,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-experts {
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  align-self: stretch !important;
}

body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.is-active,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note:hover,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note:focus-within {
  border-color: rgba(49, 88, 212, 0.28) !important;
  background: #eef4ff !important;
  box-shadow: 0 28px 48px rgba(18, 33, 72, 0.14) !important;
}

body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-quality:not(:hover):not(:focus-within) {
  background: #ecfbfb !important;
}

body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-experts:not(:hover):not(:focus-within) {
  background: #f0f2ff !important;
}

@media (max-width: 980px) {
  body.motion-ready[data-page="home"] .respondent-option-hotspots .respondent-map,
  body[data-page="home"] .respondent-option-hotspots .respondent-map {
    grid-template-columns: 1fr !important;
  }
}

/* Home offer section header and stable non-parallax panel. */
body[data-page="home"] .offer-section {
  display: grid !important;
  gap: clamp(28px, 4vw, 46px) !important;
}

body[data-page="home"] .offer-section-header {
  display: grid;
  width: min(100%, var(--content-max));
  max-width: var(--content-max);
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 4vw, 56px);
  align-items: end;
  margin: 0 auto;
}

body[data-page="home"] .offer-section-header > div {
  max-width: 960px;
}

body[data-page="home"] .offer-section-header .eyebrow {
  margin-bottom: 12px;
}

body[data-page="home"] .offer-section-header h2 {
  margin: 0 0 14px;
  color: var(--text);
  font-family: "Syne", sans-serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 600;
  line-height: 1.04;
}

body[data-page="home"] .offer-section-header p {
  max-width: 780px;
  margin: 0;
  color: #4f5a6e;
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.58;
}

body[data-page="home"] .offer-section-header .button {
  align-self: center;
  white-space: nowrap;
}

body.motion-ready[data-page="home"] .offer-photo,
body.motion-ready[data-page="home"] .offer-detail,
body[data-page="home"] .offer-photo,
body[data-page="home"] .offer-detail {
  transform: none !important;
  will-change: auto !important;
}

body.motion-ready[data-page="home"] .offer-photo,
body[data-page="home"] .offer-photo {
  background-position: center !important;
}

@media (max-width: 760px) {
  body[data-page="home"] .offer-section-header {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body[data-page="home"] .offer-section-header .button {
    justify-self: start;
  }
}

/* Contact page: form-first layout with company detail cards. */
body[data-page="contact"] .contact-details-section {
  padding: var(--section-space) var(--outer-gutter) !important;
  background: #f7f9fd !important;
}

body[data-page="contact"] .contact-layout {
  display: grid !important;
  width: min(100%, var(--content-max));
  max-width: var(--content-max) !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr) !important;
  gap: clamp(24px, 4vw, 56px) !important;
  align-items: start !important;
}

body[data-page="contact"] .contact-form-panel,
body[data-page="contact"] .contact-info-panel {
  width: 100% !important;
}

body[data-page="contact"] .contact-form-panel {
  padding: clamp(28px, 4vw, 48px) !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 16px 38px rgba(18, 33, 72, 0.08) !important;
}

body[data-page="contact"] .contact-form-panel h3 {
  margin: 0 0 28px !important;
  color: #101827 !important;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  text-align: left !important;
}

body[data-page="contact"] .premium-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

body[data-page="contact"] .premium-contact-form .form-group {
  margin: 0 !important;
}

body[data-page="contact"] .premium-contact-form .form-group:last-of-type,
body[data-page="contact"] .premium-contact-form button {
  grid-column: 1 / -1;
}

body[data-page="contact"] .premium-contact-form label {
  color: #4f5a6e !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body[data-page="contact"] .premium-contact-form input,
body[data-page="contact"] .premium-contact-form textarea {
  min-height: 54px;
  border: 1px solid #dce3ef !important;
  border-radius: 8px !important;
  padding: 14px 16px !important;
  color: #101827 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
}

body[data-page="contact"] .premium-contact-form input::placeholder,
body[data-page="contact"] .premium-contact-form textarea::placeholder {
  color: #8a93a3;
}

body[data-page="contact"] .premium-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

body[data-page="contact"] .premium-contact-form button {
  width: auto !important;
  justify-self: start;
  border-radius: 999px !important;
  padding: 15px 28px !important;
}

body[data-page="contact"] .contact-info-panel {
  display: grid;
  gap: 16px;
  padding: 0 !important;
}

body[data-page="contact"] .contact-method {
  display: grid;
  gap: 8px;
  margin: 0 !important;
  border-radius: 8px;
  padding: clamp(22px, 2.4vw, 30px);
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 33, 72, 0.07);
}

body[data-page="contact"] .contact-method span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

body[data-page="contact"] .contact-method h3 {
  margin: 0 !important;
  color: #101827 !important;
  font-family: "Syne", sans-serif !important;
  font-size: clamp(20px, 1.8vw, 26px) !important;
  font-weight: 600 !important;
}

body[data-page="contact"] .contact-method p,
body[data-page="contact"] .contact-method a {
  margin: 0 !important;
  color: #4f5a6e !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

body[data-page="contact"] .contact-method a:hover {
  color: var(--blue) !important;
}

@media (max-width: 900px) {
  body[data-page="contact"] .contact-layout,
  body[data-page="contact"] .premium-contact-form {
    grid-template-columns: 1fr !important;
  }

  body[data-page="contact"] .premium-contact-form .form-group:last-of-type,
  body[data-page="contact"] .premium-contact-form button {
    grid-column: auto;
  }
}

/* Typography consistency pass for newer section treatments. */
body[data-page="home"] .respondent-copy h2,
body[data-page="about"] .approach-copy h2,
body[data-page="services"] .profile-heading-col h2 {
  color: inherit;
  font-family: "Syne", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(36px, 4vw, 52px) !important;
  font-weight: 600 !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
}

body[data-page="home"] .respondent-copy p,
body[data-page="about"] .process-text p,
body[data-page="services"] .profile-body-col p {
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(15px, 1.15vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

body[data-page="home"] .respondent-note h3,
body[data-page="about"] .process-text h3,
body[data-page="about"] .values-grid h3,
body[data-page="services"] .vetting-cards-grid h3 {
  font-family: "Syne", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(20px, 1.7vw, 26px) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

body[data-page="home"] .respondent-note p,
body[data-page="about"] .values-grid p,
body[data-page="services"] .vetting-cards-grid p {
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(15px, 1.05vw, 17px) !important;
  font-weight: 400 !important;
  line-height: 1.58 !important;
}

@media (max-width: 640px) {
  body[data-page="home"] .respondent-copy h2,
  body[data-page="about"] .approach-copy h2,
  body[data-page="services"] .profile-heading-col h2 {
    font-size: clamp(30px, 9vw, 42px) !important;
  }
}

/* Home "we work" cards: keep hover feedback only on the image. */
body[data-page="home"] .serve-card:hover {
  transform: none !important;
  box-shadow: none !important;
}

body[data-page="home"] .serve-card:hover .serve-text {
  transform: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Remove unnecessary section-level frames; keep real cards/tiles intact. */
body[data-page="home"] .home-intro.hero-focus-band {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: visible !important;
}

body[data-page="why-us"] .partners-section {
  background: #fff !important;
}

body[data-page="why-us"] .partners-card {
  width: min(100%, var(--content-max)) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

@media (max-width: 980px) {
  body[data-page="home"] .home-intro.hero-focus-band {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .home-intro.hero-focus-band {
    border-radius: 0 !important;
    padding-right: var(--pad) !important;
    padding-left: var(--pad) !important;
  }

  body[data-page="why-us"] .partners-card {
    padding: 0 !important;
  }
}

/* Deck content expansion: support the full About approach/values and fuller offer bullets. */
body[data-page="about"] .approach-visual {
  align-self: center !important;
  min-height: 0 !important;
}

body[data-page="about"] .approach-visual img {
  height: clamp(560px, 52vw, 720px) !important;
}

body[data-page="about"] .values-section .values-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px 24px !important;
}

body[data-page="home"] .offer-detail {
  height: auto !important;
  min-height: clamp(420px, 50vw, 640px) !important;
  align-content: center !important;
}

body[data-page="home"] .offer-panel {
  grid-template-columns: minmax(340px, 0.95fr) minmax(270px, 0.8fr) minmax(430px, 1.25fr) !important;
  grid-template-areas:
    "menu photo detail"
    "cta cta cta" !important;
  align-items: stretch !important;
  gap: 0 !important;
}

body[data-page="home"] .offer-menu {
  grid-area: menu !important;
  align-content: center !important;
  z-index: 3 !important;
}

body[data-page="home"] .offer-photo {
  grid-area: photo !important;
  height: clamp(660px, 50vw, 720px) !important;
  min-height: 0 !important;
}

body[data-page="home"] .offer-detail ol {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px 18px !important;
}

body[data-page="home"] .offer-detail li {
  grid-template-columns: 30px minmax(0, 1fr) !important;
  gap: 10px !important;
}

body[data-page="home"] .offer-detail li::before {
  width: 28px !important;
  height: 28px !important;
  font-size: 12px !important;
}

body[data-page="home"] .offer-detail strong {
  font-size: clamp(14px, 1.05vw, 16px) !important;
}

body[data-page="home"] .offer-detail li p {
  font-size: clamp(13px, 0.92vw, 15px) !important;
  line-height: 1.35 !important;
}

body[data-page="home"] .offer-menu a {
  display: grid !important;
  gap: 7px !important;
  width: 100% !important;
  padding: 15px 24px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body[data-page="home"] .offer-menu a.is-active {
  width: calc(100% + 96px) !important;
}

body[data-page="home"] .offer-menu a strong {
  color: inherit !important;
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(16px, 1.2vw, 18px) !important;
  font-weight: 600 !important;
  line-height: 1.16 !important;
}

body[data-page="home"] .offer-menu a span {
  color: #667085 !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  max-width: none !important;
  font-size: clamp(12px, 0.86vw, 13px) !important;
  font-weight: 400 !important;
  line-height: 1.3 !important;
}

body[data-page="home"] .offer-menu a.is-active span {
  color: rgba(255, 255, 255, 0.78) !important;
}

body[data-page="home"] .tab-indicator {
  width: calc(100% + 96px) !important;
}

body[data-page="home"] .offer-detail {
  grid-area: detail !important;
  display: grid !important;
  height: clamp(660px, 50vw, 720px) !important;
  min-height: 0 !important;
  align-content: center !important;
  padding: clamp(24px, 2.6vw, 34px) !important;
  overflow: hidden !important;
}

body[data-page="home"] .offer-detail-main {
  align-self: center !important;
}

body[data-page="home"] .offer-detail h2 {
  max-width: none !important;
  margin: 0 0 12px !important;
  font-size: clamp(22px, 1.85vw, 28px) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
}

body[data-page="home"] .offer-detail-copy,
body[data-page="home"] .offer-detail-subcopy {
  margin: 0 0 14px !important;
  color: #3f4650 !important;
  font-size: clamp(14px, 0.96vw, 16px) !important;
  line-height: 1.22 !important;
}

body[data-page="home"] .offer-detail h3 {
  margin: 0 0 7px !important;
  color: #050505 !important;
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(20px, 1.55vw, 25px) !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
}

body[data-page="home"] .offer-detail ul {
  display: grid !important;
  gap: 4px !important;
  margin: 0 !important;
  padding-left: 18px !important;
  color: #3f4650 !important;
  list-style: disc !important;
}

body[data-page="home"] .offer-detail :is(ul, ol) li {
  display: list-item !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  padding-left: 4px !important;
  color: #3f4650 !important;
  font-size: clamp(13px, 0.92vw, 15px) !important;
  line-height: 1.16 !important;
  counter-increment: none !important;
}

body[data-page="home"] .offer-detail :is(ul, ol) li::before {
  content: none !important;
  display: none !important;
}

body[data-page="home"] .offer-detail ul li::marker {
  color: #1769ff !important;
}

body[data-page="home"] .offer-detail ul strong {
  display: inline !important;
  color: #1769ff !important;
  font-size: inherit !important;
  font-weight: 700 !important;
  line-height: inherit !important;
}

body[data-page="home"] .offer-panel-cta {
  grid-area: cta !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 18px !important;
  align-items: center !important;
  margin-top: clamp(28px, 3vw, 40px) !important;
  border-radius: 16px !important;
  padding: 22px 26px !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(18, 33, 72, 0.08) !important;
}

body[data-page="home"] .offer-panel-cta p {
  margin: 0 !important;
  color: #3f4650 !important;
  font-size: clamp(16px, 1.15vw, 19px) !important;
  line-height: 1.35 !important;
}

body[data-page="home"] .offer-panel-cta .button {
  white-space: nowrap !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

@media (max-width: 900px) {
  body[data-page="home"] .offer-panel {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "menu"
      "photo"
      "detail"
      "cta" !important;
    gap: 0 !important;
  }

  body[data-page="about"] .values-section .values-grid,
  body[data-page="home"] .offer-detail ol {
    grid-template-columns: 1fr !important;
  }

  body[data-page="about"] .approach-visual {
    min-height: 360px !important;
  }

  body[data-page="home"] .offer-detail {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body[data-page="home"] .offer-photo {
    height: clamp(320px, 70vw, 460px) !important;
  }

  body[data-page="home"] .offer-panel-cta {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home"] .offer-panel-cta .button {
    width: fit-content !important;
  }
}

/* Consistency pass: hero copy widths, section label boxes, and balanced body scale. */
body[data-page="our-work"] .our-work-hero .hero-copy {
  max-width: 560px !important;
}

body[data-page="our-work"] .our-work-hero .hero-copy > p {
  max-width: 52ch !important;
}

body[data-page="home"] .intro-copy {
  max-width: 860px !important;
}

body[data-page="home"] .intro-copy > p {
  max-width: 780px !important;
}

body[data-page="home"] .partners-section .clients-statement {
  max-width: 34rem !important;
  font-size: clamp(18px, 1.6vw, 24px) !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

body[data-page="home"] .respondent-note.is-active:not(:hover):not(:focus-within),
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.is-active:not(:hover):not(:focus-within) {
  border-color: transparent !important;
  background: #eef7ff !important;
  box-shadow: 0 12px 28px rgba(18, 33, 72, 0.05) !important;
}

body[data-page="home"] .respondent-note.note-quality.is-active:not(:hover):not(:focus-within),
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-quality.is-active:not(:hover):not(:focus-within) {
  background: #ecfbfb !important;
}

body[data-page="home"] .respondent-note.note-experts.is-active:not(:hover):not(:focus-within),
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-experts.is-active:not(:hover):not(:focus-within) {
  background: #f0f2ff !important;
}

body[data-page="home"] .respondent-note.is-active:not(:hover):not(:focus-within) span,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.is-active:not(:hover):not(:focus-within) span {
  background: #d6f9ff !important;
  color: #2d8bab !important;
}

body[data-page="home"] .respondent-note.note-experts.is-active:not(:hover):not(:focus-within) span,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-experts.is-active:not(:hover):not(:focus-within) span {
  background: #dfe3ff !important;
  color: #393a91 !important;
}

body :is(.eyebrow, .about-eyebrow, .values-eyebrow) {
  display: inline-flex !important;
  width: fit-content !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 16px !important;
  border: 1px solid rgba(18, 24, 38, 0.18) !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: #1d4ed8 !important;
  font-size: clamp(11px, 0.84vw, 13px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body :is(.section-dark, .hero, .about-mission, .approach-section, .advantage-stack, .contact-band, .partners-card) :is(.eyebrow, .about-eyebrow, .values-eyebrow) {
  border-color: rgba(255, 255, 255, 0.6) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: #ffffff !important;
}

body[data-page="home"] .partners-section .client-stat .eyebrow,
body[data-page="home"] .offer-section-header .eyebrow,
body[data-page="services"] .services-copy-heading .eyebrow,
body[data-page="services"] .profile-heading-col .eyebrow,
body[data-page="services"] .research-solutions-intro .eyebrow,
body[data-page="why-us"] .why-intro .eyebrow,
body[data-page="why-us"] .partners-heading .eyebrow,
body[data-page="about"] .values-eyebrow {
  margin-bottom: 16px !important;
}

/* Final correction pass for hero/features/respondent height. */
body[data-page="our-work"] .our-work-hero {
  justify-content: flex-start !important;
  text-align: left !important;
}

body[data-page="our-work"] .our-work-hero .hero-copy {
  width: min(100%, 560px) !important;
  margin-right: auto !important;
  margin-left: 0 !important;
  transform: none !important;
}

body[data-page="our-work"] .our-work-hero .hero-copy > p {
  max-width: 50ch !important;
}

body[data-page="home"] .home-intro.hero-focus-band {
  width: 100% !important;
  max-width: none !important;
  padding-right: var(--outer-gutter) !important;
  padding-left: var(--outer-gutter) !important;
}

body[data-page="home"] .hero-focus-band .intro-copy,
body[data-page="home"] .hero-focus-band .intro-features {
  width: min(100%, var(--content-max)) !important;
  max-width: var(--content-max) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body[data-page="home"] .hero-focus-band .intro-features {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
}

body[data-page="home"] .hero-focus-band .intro-features article,
body[data-page="home"] .hero-focus-band .intro-features article:last-child {
  width: 100% !important;
  min-width: 0 !important;
  padding: clamp(22px, 2.4vw, 34px) !important;
}

body[data-page="home"] .recruit-band.respondent-option-hotspots {
  padding-top: clamp(34px, 4vw, 56px) !important;
  padding-bottom: clamp(34px, 4vw, 56px) !important;
}

body[data-page="home"] .respondent-section {
  gap: clamp(26px, 4vw, 52px) !important;
}

body.motion-ready[data-page="home"] .respondent-option-hotspots .respondent-map,
body[data-page="home"] .respondent-option-hotspots .respondent-map {
  gap: clamp(18px, 2.2vw, 28px) !important;
  grid-template-rows: auto !important;
  min-height: 0 !important;
  height: auto !important;
  align-items: start !important;
}

body.motion-ready[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-select,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-quality,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-experts {
  min-height: 0 !important;
  height: auto !important;
  padding: clamp(20px, 2.2vw, 28px) !important;
  gap: clamp(10px, 1.2vw, 16px) !important;
}

body[data-page="home"] .respondent-note span {
  width: clamp(50px, 4vw, 64px) !important;
  height: clamp(50px, 4vw, 64px) !important;
  margin-bottom: clamp(8px, 1.3vw, 14px) !important;
}

body[data-page="home"] .respondent-note h3 {
  font-size: clamp(22px, 2vw, 30px) !important;
}

body[data-page="home"] .respondent-note p {
  font-size: clamp(15px, 1.05vw, 18px) !important;
  line-height: 1.48 !important;
}

@media (max-width: 900px) {
  body[data-page="home"] .hero-focus-band .intro-features {
    grid-template-columns: 1fr !important;
  }
}

/* Final request pass: services recruitment cards, partner marquee, quote mark, and service paging. */
body[data-page="services"] .services-copy-heading h2 {
  max-width: 680px !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.28 !important;
}

body[data-page="services"] .profile-section {
  padding-top: clamp(72px, 7vw, 112px) !important;
  padding-bottom: clamp(72px, 7vw, 112px) !important;
  background:
    radial-gradient(circle at 96% 8%, rgba(54, 125, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, #f7f9fd 100%) !important;
}

body[data-page="services"] .profile-grid {
  display: block !important;
  width: min(100%, var(--content-max)) !important;
  margin: 0 auto clamp(48px, 6vw, 78px) !important;
}

body[data-page="services"] .profile-heading-col .eyebrow {
  color: #3f96b7 !important;
}

body[data-page="services"] .profile-heading-col h2 {
  max-width: 760px !important;
  margin: 0 0 22px !important;
  color: #26358d !important;
  font-size: clamp(54px, 6.2vw, 92px) !important;
  font-weight: 700 !important;
  line-height: 0.98 !important;
}

body[data-page="services"] .profile-body-col {
  max-width: 860px !important;
}

body[data-page="services"] .profile-body-col p {
  max-width: 860px !important;
  color: #5b6473 !important;
  font-size: clamp(20px, 1.75vw, 31px) !important;
  line-height: 1.38 !important;
}

body[data-page="services"] .vetting-cards-grid {
  width: min(100%, var(--content-max)) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(22px, 3vw, 34px) !important;
}

body[data-page="services"] .vetting-cards-grid article {
  position: relative !important;
  min-height: clamp(250px, 22vw, 330px) !important;
  gap: 24px !important;
  border: 1px solid rgba(18, 24, 38, 0.08) !important;
  border-left: 8px solid #3f78f6 !important;
  border-radius: 14px !important;
  padding: clamp(28px, 3vw, 42px) !important;
  background: #fff !important;
  box-shadow: 0 16px 36px rgba(18, 24, 38, 0.08) !important;
}

body[data-page="services"] .vetting-cards-grid article:nth-child(n) {
  background: #fff !important;
  color: #141926 !important;
}

body[data-page="services"] .vetting-card-number {
  display: none !important;
}

body[data-page="services"] .vetting-icon {
  width: clamp(58px, 5vw, 78px) !important;
  height: clamp(58px, 5vw, 78px) !important;
  border-radius: 16px !important;
  background: #f3f7ff !important;
  color: #3f78f6 !important;
}

body[data-page="services"] .vetting-icon svg {
  width: 42% !important;
  height: 42% !important;
  stroke-width: 2.2 !important;
}

body[data-page="services"] .vetting-cards-grid h3 {
  max-width: 100% !important;
  margin: clamp(12px, 1.5vw, 22px) 0 0 !important;
  color: #141926 !important;
  font-size: clamp(22px, 1.9vw, 31px) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
}

body[data-page="services"] .vetting-cards-grid p {
  max-width: 34ch !important;
  color: #606977 !important;
  font-size: clamp(16px, 1.25vw, 22px) !important;
  line-height: 1.45 !important;
}

body[data-page="why-us"] .partners-card {
  overflow: hidden !important;
}

body[data-page="why-us"] .partner-icon-row {
  display: flex !important;
  width: max-content !important;
  max-width: none !important;
  gap: clamp(46px, 7vw, 110px) !important;
  animation: partnerMarquee 30s linear infinite !important;
  will-change: transform !important;
}

body[data-page="why-us"] .partner-icon-row:hover {
  animation-play-state: paused !important;
}

body[data-page="why-us"] .partner-symbol {
  flex: 0 0 auto !important;
}

@keyframes partnerMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.testimonial-quote-mark {
  width: auto !important;
  height: auto !important;
  margin-bottom: 12px !important;
  color: #3158d4 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(76px, 8vw, 132px) !important;
  font-weight: 700 !important;
  line-height: 0.75 !important;
}

.testimonial-quote-mark svg {
  display: none !important;
}

@media (max-width: 900px) {
  body[data-page="services"] .vetting-cards-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="services"] .profile-heading-col h2 {
    font-size: clamp(42px, 12vw, 64px) !important;
  }

  body[data-page="services"] .profile-body-col p {
    font-size: clamp(17px, 5vw, 22px) !important;
  }
}

/* Global Trust the Numbers stacked treatment */
.stats-band {
  background: #000 !important;
  color: #fff !important;
  padding: clamp(54px, 6vw, 88px) var(--outer-gutter) !important;
}

.stats-section {
  width: min(100%, var(--content-max)) !important;
  max-width: var(--content-max) !important;
  margin: 0 auto !important;
  padding: clamp(32px, 5vw, 64px) !important;
  overflow: hidden !important;
  color: #fff !important;
  background: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: clamp(28px, 4vw, 56px) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45) !important;
}

.stats-section .stats-header {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: clamp(22px, 4vw, 56px) !important;
  align-items: end !important;
  margin: 0 0 clamp(30px, 4vw, 52px) !important;
  padding: 0 !important;
}

.stats-section .stats-header h2 {
  max-width: 780px !important;
  margin: 0 0 clamp(12px, 1.5vw, 18px) !important;
  color: #fff !important;
  font-size: clamp(42px, 4.8vw, 74px) !important;
  line-height: 0.98 !important;
}

.stats-section .stats-header p {
  max-width: 840px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: clamp(17px, 1.45vw, 24px) !important;
  line-height: 1.28 !important;
}

.stats-section .stats-header a {
  display: inline-flex !important;
  min-height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 13px 24px !important;
  color: #000 !important;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.12) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.stats-section .stats-header a:hover {
  color: #fff !important;
  background: #000 !important;
  transform: translateY(-2px);
}

.stats-section .stats-grid {
  position: relative !important;
  display: flex !important;
  align-items: stretch !important;
  gap: 0 !important;
  min-height: clamp(220px, 23vw, 310px) !important;
  margin: 0 !important;
  padding: clamp(22px, 3vw, 42px) !important;
  overflow: hidden !important;
  background: #e7eaed !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: clamp(24px, 3vw, 44px) !important;
}

.stats-section .stats-grid article {
  position: relative !important;
  z-index: 1;
  display: grid !important;
  flex: 0 0 clamp(230px, 19vw, 270px) !important;
  min-height: clamp(176px, 18vw, 252px) !important;
  align-content: center !important;
  gap: clamp(16px, 1.8vw, 24px) !important;
  margin: 0 0 0 clamp(-96px, -7vw, -70px) !important;
  padding: clamp(22px, 2.4vw, 34px) !important;
  color: #060606 !important;
  background: linear-gradient(180deg, #fff 0%, #f3f4f5 100%) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: clamp(14px, 1.8vw, 22px) !important;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.22) !important;
  transform: translateY(var(--stats-y, 0)) !important;
}

.stats-section .stats-grid article:first-child {
  z-index: 5;
  flex-basis: clamp(280px, 28vw, 390px) !important;
  margin-left: 0 !important;
}

.stats-section .stats-grid article:not(:first-child) {
  padding-left: clamp(92px, 7.8vw, 110px) !important;
}

.stats-section .stats-grid article:nth-child(2) {
  z-index: 4;
  --stats-y: clamp(10px, 1.4vw, 20px);
}

.stats-section .stats-grid article:nth-child(3) {
  z-index: 3;
  --stats-y: clamp(20px, 2.1vw, 34px);
}

.stats-section .stats-grid article:nth-child(4) {
  z-index: 2;
  --stats-y: clamp(30px, 2.8vw, 46px);
}

.stats-section .stats-grid article:nth-child(5) {
  z-index: 1;
  --stats-y: clamp(40px, 3.5vw, 58px);
}

.stats-section .stats-grid strong {
  display: block !important;
  color: #050505 !important;
  font-size: clamp(42px, 4.6vw, 66px) !important;
  font-weight: 800 !important;
  line-height: 0.86 !important;
  letter-spacing: 0 !important;
}

.stats-section .stats-grid span {
  display: block !important;
  max-width: 16ch !important;
  color: #111 !important;
  font-size: clamp(14px, 1.25vw, 18px) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  text-transform: uppercase !important;
}

@media (max-width: 900px) {
  .stats-band {
    padding: clamp(36px, 8vw, 56px) var(--outer-gutter) !important;
  }

  .stats-section {
    padding: clamp(26px, 7vw, 38px) !important;
    border-radius: clamp(24px, 7vw, 36px) !important;
  }

  .stats-section .stats-header {
    grid-template-columns: 1fr !important;
    align-items: start !important;
  }

  .stats-section .stats-header h2 {
    font-size: clamp(34px, 10vw, 48px) !important;
  }

  .stats-section .stats-header p {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .stats-section .stats-header a {
    width: fit-content !important;
  }

  .stats-section .stats-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    gap: 14px !important;
    padding: 14px !important;
    border-radius: 24px !important;
  }

  .stats-section .stats-grid article,
  .stats-section .stats-grid article:first-child {
    flex-basis: auto !important;
    min-height: 150px !important;
    margin-left: 0 !important;
    padding: clamp(22px, 2.4vw, 34px) !important;
    transform: none !important;
  }

  .stats-section .stats-grid article:not(:first-child) {
    padding: clamp(22px, 2.4vw, 34px) !important;
  }

  .stats-section .stats-grid strong {
    font-size: clamp(44px, 16vw, 72px) !important;
  }

  .stats-section .stats-grid span {
    font-size: clamp(15px, 4.6vw, 20px) !important;
  }
}

/* Trust the Numbers: black interactive stack */
.stats-section {
  position: relative !important;
}

.stats-section .stats-header a {
  color: #fff !important;
  background: #050505 !important;
  border-color: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 16px 34px rgba(255, 255, 255, 0.08) !important;
}

.stats-section .stats-header a:hover {
  color: #000 !important;
  background: #fff !important;
}

.stats-section .stats-grid {
  isolation: isolate !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #111 0%, #030303 100%) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 70px rgba(0, 0, 0, 0.48) !important;
}

.stats-section .stats-grid article {
  color: #fff !important;
  background: linear-gradient(180deg, #1c1c1c 0%, #090909 100%) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.48) !important;
  transition: transform 260ms ease, flex-basis 260ms ease, margin 260ms ease, opacity 260ms ease, background-color 260ms ease !important;
}

.stats-section .stats-grid article[data-stack-position="0"] {
  z-index: 5 !important;
  flex-basis: clamp(300px, 31vw, 430px) !important;
  margin-left: 0 !important;
  padding-left: clamp(24px, 3vw, 42px) !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.stats-section .stats-grid article[data-stack-position="1"] {
  z-index: 4 !important;
  flex-basis: clamp(230px, 20vw, 286px) !important;
  margin-left: clamp(-116px, -8vw, -88px) !important;
  padding-left: clamp(94px, 7.8vw, 116px) !important;
  opacity: 0.96 !important;
  transform: translateY(clamp(10px, 1.2vw, 18px)) !important;
}

.stats-section .stats-grid article[data-stack-position="2"] {
  z-index: 3 !important;
  flex-basis: clamp(230px, 20vw, 286px) !important;
  margin-left: clamp(-116px, -8vw, -88px) !important;
  padding-left: clamp(94px, 7.8vw, 116px) !important;
  opacity: 0.9 !important;
  transform: translateY(clamp(20px, 2vw, 32px)) !important;
}

.stats-section .stats-grid article[data-stack-position="3"] {
  z-index: 2 !important;
  flex-basis: clamp(230px, 20vw, 286px) !important;
  margin-left: clamp(-116px, -8vw, -88px) !important;
  padding-left: clamp(94px, 7.8vw, 116px) !important;
  opacity: 0.84 !important;
  transform: translateY(clamp(30px, 2.8vw, 44px)) !important;
}

.stats-section .stats-grid article[data-stack-position="4"] {
  z-index: 1 !important;
  flex-basis: clamp(230px, 20vw, 286px) !important;
  margin-left: clamp(-116px, -8vw, -88px) !important;
  padding-left: clamp(94px, 7.8vw, 116px) !important;
  opacity: 0.78 !important;
  transform: translateY(clamp(40px, 3.5vw, 56px)) !important;
}

.stats-section .stats-grid strong {
  color: #fff !important;
}

.stats-section .stats-grid span {
  color: rgba(255, 255, 255, 0.78) !important;
}

.stats-controls {
  position: relative;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  height: 0;
  margin-top: calc((clamp(220px, 23vw, 310px) / -2) - 44px);
  padding: 0 clamp(12px, 2vw, 24px);
  pointer-events: none;
}

.stats-arrow {
  display: inline-flex;
  width: clamp(44px, 4vw, 56px);
  height: clamp(44px, 4vw, 56px);
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  pointer-events: auto;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.stats-arrow:hover {
  background: #151515;
  border-color: rgba(255, 255, 255, 0.78);
  transform: translateY(-2px);
}

.stats-arrow span {
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.stats-arrow-prev span {
  transform: translateX(2px) rotate(-135deg);
}

.stats-arrow-next span {
  transform: translateX(-2px) rotate(45deg);
}

@media (max-width: 900px) {
  .stats-section .stats-grid article[data-stack-position] {
    flex-basis: auto !important;
    min-height: 150px !important;
    margin-left: 0 !important;
    padding: clamp(22px, 2.4vw, 34px) !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .stats-controls {
    height: auto;
    margin-top: 16px;
    justify-content: flex-start;
    gap: 12px;
    padding: 0;
  }
}

/* Trust the Numbers: corrected compact black stack */
.stats-section .stats-grid {
  position: relative !important;
  display: block !important;
  min-height: clamp(280px, 27vw, 360px) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.stats-section .stats-grid article[data-stack-position] {
  position: absolute !important;
  top: 50% !important;
  left: var(--stats-card-left) !important;
  width: var(--stats-card-width) !important;
  height: var(--stats-card-height) !important;
  min-height: 0 !important;
  margin: 0 !important;
  align-content: center !important;
  padding: var(--stats-card-pad) !important;
  opacity: var(--stats-card-opacity) !important;
  transform: translateY(-50%) translateX(var(--stats-card-shift, 0)) scale(var(--stats-card-scale, 1)) !important;
}

.stats-section .stats-grid article[data-stack-position="0"] {
  --stats-card-left: clamp(42px, 5vw, 72px);
  --stats-card-width: min(44%, 520px);
  --stats-card-height: clamp(190px, 20vw, 250px);
  --stats-card-pad: clamp(28px, 3.3vw, 46px);
  --stats-card-opacity: 1;
  --stats-card-scale: 1;
  z-index: 5 !important;
}

.stats-section .stats-grid article[data-stack-position="1"] {
  --stats-card-left: 39%;
  --stats-card-width: min(31%, 360px);
  --stats-card-height: clamp(178px, 18vw, 232px);
  --stats-card-pad: clamp(24px, 2.5vw, 34px);
  --stats-card-opacity: 0.94;
  --stats-card-scale: 0.98;
  z-index: 4 !important;
}

.stats-section .stats-grid article[data-stack-position="2"] {
  --stats-card-left: 53%;
  --stats-card-width: min(28%, 320px);
  --stats-card-height: clamp(170px, 17vw, 222px);
  --stats-card-pad: clamp(22px, 2.3vw, 32px);
  --stats-card-opacity: 0.82;
  --stats-card-scale: 0.95;
  z-index: 3 !important;
}

.stats-section .stats-grid article[data-stack-position="3"] {
  --stats-card-left: 65%;
  --stats-card-width: min(25%, 290px);
  --stats-card-height: clamp(162px, 16vw, 212px);
  --stats-card-pad: clamp(20px, 2vw, 28px);
  --stats-card-opacity: 0.7;
  --stats-card-scale: 0.92;
  z-index: 2 !important;
}

.stats-section .stats-grid article[data-stack-position="4"] {
  --stats-card-left: 76%;
  --stats-card-width: min(22%, 250px);
  --stats-card-height: clamp(154px, 15vw, 200px);
  --stats-card-pad: clamp(18px, 1.8vw, 26px);
  --stats-card-opacity: 0.58;
  --stats-card-scale: 0.89;
  z-index: 1 !important;
}

.stats-section .stats-grid article[data-stack-position="0"] strong {
  font-size: clamp(58px, 7vw, 92px) !important;
}

.stats-section .stats-grid article[data-stack-position]:not([data-stack-position="0"]) strong {
  font-size: clamp(36px, 4.4vw, 64px) !important;
}

.stats-section .stats-grid article[data-stack-position="0"] span {
  max-width: 14ch !important;
  font-size: clamp(16px, 1.55vw, 22px) !important;
}

.stats-section .stats-grid article[data-stack-position]:not([data-stack-position="0"]) span {
  max-width: 12ch !important;
  font-size: clamp(12px, 1.05vw, 15px) !important;
}

.stats-controls {
  margin-top: calc((clamp(280px, 27vw, 360px) / -2) - 28px) !important;
  padding: 0 clamp(16px, 3vw, 34px) !important;
}

@media (max-width: 900px) {
  .stats-section .stats-grid {
    display: grid !important;
    min-height: 0 !important;
    gap: 14px !important;
    padding: 14px !important;
  }

  .stats-section .stats-grid article[data-stack-position] {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 150px !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .stats-section .stats-grid article[data-stack-position] strong {
    font-size: clamp(44px, 16vw, 72px) !important;
  }

  .stats-section .stats-grid article[data-stack-position] span {
    max-width: 14ch !important;
    font-size: clamp(15px, 4.6vw, 20px) !important;
  }
}

/* Place stats arrows inside the stack tray so they cannot collapse section height. */
.stats-section .stats-grid .stats-controls {
  position: absolute !important;
  z-index: 8 !important;
  inset: 50% clamp(14px, 2.6vw, 32px) auto clamp(14px, 2.6vw, 32px) !important;
  display: flex !important;
  height: auto !important;
  justify-content: space-between !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  transform: translateY(-50%) !important;
}

@media (max-width: 900px) {
  .stats-section .stats-grid .stats-controls {
    position: relative !important;
    inset: auto !important;
    height: auto !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    margin-top: 16px !important;
    transform: none !important;
  }
}

/* Keep footer legal copy on a single line where the footer uses a horizontal layout. */
.site-footer .footer-bottom p {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

.site-footer .footer-bottom nav {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

@media (max-width: 900px) {
  .site-footer .footer-bottom p {
    white-space: normal !important;
  }
}

/* Gemini prototype refinements adapted to the current design system */
body[data-page="home"] .home-intro.hero-focus-band {
  width: min(calc(100% - (2 * var(--outer-gutter))), var(--content-max)) !important;
  max-width: var(--content-max) !important;
  margin: clamp(52px, 7vw, 96px) auto clamp(48px, 6vw, 84px) !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body[data-page="home"] .hero-focus-band .intro-copy {
  max-width: 960px !important;
  margin: 0 auto clamp(44px, 5vw, 68px) !important;
  text-align: center !important;
}

body[data-page="home"] .hero-focus-band .intro-copy h1 {
  max-width: 900px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  font-size: clamp(48px, 5.6vw, 76px) !important;
  font-weight: 500 !important;
  line-height: 1.02 !important;
}

body[data-page="home"] .hero-focus-band .intro-copy p {
  max-width: 680px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  color: #555e6d !important;
  font-size: clamp(18px, 1.55vw, 22px) !important;
  line-height: 1.55 !important;
}

body[data-page="home"] .hero-focus-band .intro-copy .button-row {
  justify-content: center !important;
}

body[data-page="home"] .hero-focus-band .intro-features {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
  max-width: none !important;
}

body[data-page="home"] .hero-focus-band .intro-features article,
body[data-page="home"] .hero-focus-band .intro-features article:last-child {
  min-width: 0 !important;
  min-height: 270px !important;
  padding: clamp(26px, 2.8vw, 38px) !important;
  background: #eef4ff !important;
  border: 1px solid #d9e5fb !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 30px rgba(27, 45, 79, 0.07) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease !important;
}

body[data-page="home"] .hero-focus-band .intro-features article:nth-child(2) {
  background: #edfafa !important;
  border-color: #d5eeee !important;
}

body[data-page="home"] .hero-focus-band .intro-features article:nth-child(3) {
  background: #f0f1fa !important;
  border-color: #dfe1f2 !important;
}

body[data-page="home"] .hero-focus-band .intro-features article:hover {
  background: #fff !important;
  box-shadow: 0 20px 46px rgba(27, 45, 79, 0.12) !important;
  transform: translateY(-5px) !important;
}

body[data-page="home"] .hero-focus-band .intro-features .feature-icon {
  width: 56px !important;
  height: 56px !important;
  margin-bottom: 24px !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  box-shadow: 0 8px 18px rgba(34, 76, 151, 0.09) !important;
}

body[data-page="home"] .hero-focus-band .intro-features h2 {
  max-width: 22ch !important;
  font-size: clamp(21px, 1.7vw, 27px) !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

body[data-page="home"] .hero-focus-band .intro-features p {
  max-width: 34ch !important;
  margin-top: 14px !important;
  color: #5e6877 !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body[data-page="home"] .recruit-band.respondent-option-hotspots {
  padding-top: clamp(62px, 7vw, 92px) !important;
  padding-bottom: clamp(62px, 7vw, 92px) !important;
}

body[data-page="home"] .respondent-section {
  display: block !important;
}

body[data-page="home"] .respondent-copy {
  max-width: 900px !important;
  margin: 0 auto clamp(36px, 4vw, 52px) !important;
  text-align: center !important;
}

body[data-page="home"] .respondent-copy h2 {
  max-width: 760px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body[data-page="home"] .respondent-copy p {
  max-width: 850px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body[data-page="home"] .respondent-option-hotspots .respondent-map {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 28px) !important;
  width: min(100%, var(--content-max)) !important;
  margin: 0 auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

body[data-page="home"] .respondent-photo {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: min(100%, var(--content-max)) !important;
  height: clamp(260px, 28vw, 420px) !important;
  min-height: 0 !important;
  margin: 0 auto clamp(30px, 4vw, 48px) !important;
  border-radius: 24px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(5, 5, 5, 0.08)),
    var(--img-respondents) center / cover no-repeat !important;
  box-shadow: 0 18px 44px rgba(18, 33, 72, 0.08) !important;
}

body[data-page="home"] .respondent-option-hotspots .respondent-photo {
  position: relative !important;
  inset: auto !important;
  width: min(100%, var(--content-max)) !important;
  height: clamp(260px, 28vw, 420px) !important;
  min-height: 0 !important;
}

body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-select,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-quality,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-experts {
  position: relative !important;
  inset: auto !important;
  display: flex !important;
  width: auto !important;
  min-height: 0 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: clamp(28px, 3vw, 32px) !important;
  opacity: 1 !important;
  color: #111827 !important;
  background: #eef4ff !important;
  border: 1px solid transparent !important;
  border-radius: 16px !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05) !important;
  transform: none !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease !important;
}

body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-quality {
  background: #ecfafa !important;
}

body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note.note-experts {
  background: #f0f1fb !important;
}

body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note:hover,
body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note:focus-within {
  border-color: #b8cef8 !important;
  box-shadow: 0 20px 40px rgba(24, 40, 72, 0.12) !important;
  transform: scale(1.05) !important;
}

body[data-page="home"] .respondent-note span {
  width: 64px !important;
  height: 64px !important;
  margin: 0 0 24px !important;
  border-radius: 50% !important;
  background: #dbeafe !important;
  color: #2563eb !important;
}

body[data-page="home"] .respondent-note.note-quality span {
  background: #cffafe !important;
  color: #0891b2 !important;
}

body[data-page="home"] .respondent-note.note-experts span {
  background: #e0e7ff !important;
  color: #1e1b4b !important;
}

body[data-page="home"] .respondent-note:hover span,
body[data-page="home"] .respondent-note:focus-within span {
  color: #fff !important;
  background: #1d4ed8 !important;
}

body[data-page="home"] .respondent-note.note-quality:hover span,
body[data-page="home"] .respondent-note.note-quality:focus-within span {
  background: #0891b2 !important;
}

body[data-page="home"] .respondent-note.note-experts:hover span,
body[data-page="home"] .respondent-note.note-experts:focus-within span {
  background: #1e1b4b !important;
}

body[data-page="home"] .respondent-note h3 {
  margin: 0 0 12px !important;
  font-size: clamp(22px, 1.7vw, 28px) !important;
  font-weight: 600 !important;
}

body[data-page="home"] .respondent-note p {
  color: #566171 !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
}

section.contact-band#contact {
  border-radius: 8px !important;
  box-shadow: 0 24px 60px rgba(38, 72, 180, 0.18) !important;
}

section.contact-band#contact .contact-cta-form input,
section.contact-band#contact .button.primary {
  min-height: 54px !important;
  border-radius: 8px !important;
}

section.contact-band#contact .button.primary {
  font-weight: 700 !important;
}

body[data-page="why-us"] .partners-card {
  display: block !important;
  padding-top: clamp(54px, 6vw, 84px) !important;
  padding-bottom: clamp(50px, 6vw, 76px) !important;
  text-align: center !important;
}

body[data-page="why-us"] .partners-heading,
body[data-page="why-us"] .partners-copy {
  width: min(100%, 780px) !important;
  max-width: 780px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body[data-page="why-us"] .partners-heading h2 {
  max-width: 100% !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  line-height: 1.02 !important;
}

body[data-page="why-us"] .partner-icon-row {
  margin-top: clamp(42px, 5vw, 68px) !important;
  opacity: 0.68 !important;
}

body[data-page="services"] .profile-section {
  background: #f7f9fc !important;
}

body[data-page="services"] .profile-grid {
  align-items: end !important;
}

body[data-page="services"] .vetting-cards-grid {
  gap: clamp(18px, 2vw, 28px) !important;
}

body[data-page="services"] .vetting-cards-grid article {
  min-height: 280px !important;
  padding: clamp(26px, 2.7vw, 38px) !important;
  background: #fff !important;
  border: 1px solid #e6eaf0 !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 26px rgba(25, 42, 76, 0.06) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease !important;
}

body[data-page="services"] .vetting-cards-grid article:hover {
  border-color: #bfd0f8 !important;
  box-shadow: 0 22px 46px rgba(25, 42, 76, 0.12) !important;
  transform: translateY(-6px) !important;
}

body[data-page="services"] .vetting-cards-grid article::before {
  width: 5px !important;
  background: #356ee8 !important;
}

body[data-page="services"] .vetting-card-number {
  display: none !important;
}

body[data-page="services"] .vetting-icon {
  width: 58px !important;
  height: 58px !important;
  margin: 0 0 30px !important;
  border-radius: 8px !important;
  background: #eef4ff !important;
  color: #356ee8 !important;
}

body[data-page="services"] .vetting-cards-grid h3 {
  margin-top: 0 !important;
  color: #141926 !important;
  font-size: clamp(23px, 1.8vw, 29px) !important;
  font-weight: 600 !important;
}

body[data-page="services"] .vetting-cards-grid p {
  margin-top: 16px !important;
  color: #626c7a !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
}

body[data-page="services"] .vetting-cards-grid article:nth-child(n) h3 {
  color: #141926 !important;
}

body[data-page="services"] .vetting-cards-grid article:nth-child(n) p {
  color: #626c7a !important;
}

body[data-page="services"] .vetting-cards-grid article:nth-child(n) .vetting-icon {
  background: #eef4ff !important;
  color: #356ee8 !important;
}

body[data-page="services"] .audience-section {
  background: #f8fafc !important;
}

.audience-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: end;
  width: min(100%, var(--content-max));
  margin: 0 auto clamp(38px, 5vw, 64px);
}

.audience-section-heading h2 {
  max-width: 720px;
  margin: 14px 0 0;
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 500;
  line-height: 1.04;
}

.audience-section-heading > p {
  max-width: 520px;
  margin: 0;
  color: #5f6877;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.6;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 24px);
  width: min(100%, var(--content-max));
  margin: 0 auto;
}

.audience-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 260px;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 2.2vw, 32px);
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e9f0;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(24, 40, 72, 0.05);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.audience-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #356ee8;
  content: "";
}

.audience-card-health::before {
  background: #2baec4;
}

.audience-card:hover,
.audience-card:focus-within {
  border-color: #c1cff0;
  box-shadow: 0 20px 42px rgba(24, 40, 72, 0.12);
  transform: translateY(-5px);
}

.audience-card:focus-visible {
  outline: 3px solid rgba(53, 110, 232, 0.28);
  outline-offset: 3px;
}

.audience-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  color: #356ee8;
  background: #eef4ff;
  border-radius: 8px;
}

.audience-card-health .audience-icon {
  color: #238ca1;
  background: #ebf9fb;
}

.audience-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.audience-card h3 {
  max-width: 16ch;
  margin: 0;
  color: #151a26;
  font-size: clamp(20px, 1.5vw, 25px);
  font-weight: 600;
  line-height: 1.18;
}

.audience-card p {
  max-width: 32ch;
  margin: 16px 0 0;
  color: #626c7a;
  font-size: 15px;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.audience-card:hover p,
.audience-card:focus-within p {
  opacity: 1;
  transform: none;
}

.audience-card-cta {
  grid-column: 1 / -1;
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto auto;
  column-gap: clamp(36px, 6vw, 96px);
  align-items: center;
  padding: clamp(30px, 3vw, 42px);
  color: #fff;
  background: #101b3d;
  border-color: #101b3d;
}

.audience-card-cta::before {
  background: #53c5d6;
}

.audience-card-cta .eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 12px !important;
  color: #70d5e4 !important;
}

.audience-card-cta h3 {
  grid-column: 1;
  grid-row: 2;
  max-width: none;
}

.audience-card-cta p {
  grid-column: 1;
  grid-row: 3;
  max-width: 720px;
  margin-top: 10px;
  color: #fff !important;
  opacity: 1 !important;
  transform: none !important;
}

.audience-card-cta .button {
  grid-column: 2;
  grid-row: 1 / 4;
  width: auto;
  min-width: 190px;
  margin-top: 0;
  color: #101b3d;
  background: #fff;
  border-radius: 8px;
}

@media (max-width: 1050px) {
  .audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body[data-page="home"] .hero-focus-band .intro-features,
  body[data-page="home"] .respondent-option-hotspots .respondent-map {
    grid-template-columns: 1fr !important;
  }

  body[data-page="home"] .hero-focus-band .intro-features article,
  body[data-page="home"] .respondent-option-hotspots .respondent-map > .respondent-note {
    min-height: 0 !important;
  }

  .audience-section-heading {
    grid-template-columns: 1fr;
  }

  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .audience-card p {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 620px) {
  body[data-page="home"] .hero-focus-band .intro-copy h1 {
    font-size: clamp(38px, 11vw, 50px) !important;
  }

  .audience-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 0;
  }

  .audience-card-cta {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .audience-card-cta .eyebrow,
  .audience-card-cta h3,
  .audience-card-cta p,
  .audience-card-cta .button {
    grid-column: 1;
    grid-row: auto;
  }

  .audience-card-cta .button {
    width: 100%;
    margin-top: 22px;
  }
}

/* Keep two-column editorial lead copy consistent across pages. */
body[data-page="why-us"] .why-intro,
body[data-page="services"] .research-solutions-intro {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(36px, 6vw, 96px) !important;
  align-items: start !important;
}

body[data-page="why-us"] .why-intro h2,
body[data-page="services"] .research-solutions-intro h2 {
  max-width: 680px !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.28 !important;
}

body[data-page="why-us"] .why-intro > p,
body[data-page="services"] .research-solutions-intro > p {
  max-width: 656px !important;
  margin-top: 0 !important;
  color: #555e6d !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
}

body[data-page="why-us"] .why-intro > p {
  align-self: center !important;
}

body[data-page="about"] .about-mission {
  align-items: center !important;
}

body[data-page="about"] .about-mission h2,
body[data-page="about"] .vision-banner__copy h2 {
  max-width: 760px !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.28 !important;
}

body[data-page="about"] .about-mission .mission-body {
  align-self: center !important;
  padding-top: 0 !important;
}

body[data-page="home"] .partners-section .clients-statement,
body[data-page="services"] .profile-body-col p {
  color: #555e6d !important;
  font-size: clamp(16px, 1.25vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
}

body[data-page="services"] .profile-heading-col h2 {
  font-size: clamp(48px, 5vw, 68px) !important;
  font-weight: 600 !important;
  line-height: 1.04 !important;
}

body[data-page="services"] .services-copy-grid {
  align-items: center !important;
}

body[data-page="services"] .services-copy-body {
  align-self: center !important;
  padding-top: 0 !important;
}

body[data-page="services"] .audience-card h3 {
  max-width: 16ch !important;
  font-size: clamp(20px, 1.5vw, 25px) !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
}

body[data-page="why-us"] .partners-copy,
.stats-section .stats-header p {
  font-size: clamp(16px, 1.25vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

/* Trust the Numbers: full-card monochrome carousel. */
.stats-section {
  overflow: visible !important;
}

.stats-section .stats-grid {
  position: relative !important;
  display: block !important;
  min-height: clamp(410px, 39vw, 540px) !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  isolation: isolate !important;
}

.stats-section .stats-grid article[data-stack-position] {
  position: absolute !important;
  top: 0 !important;
  left: 50% !important;
  display: grid !important;
  width: calc(100% - clamp(38px, 6vw, 84px)) !important;
  height: calc(100% - clamp(18px, 2vw, 28px)) !important;
  min-height: 0 !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(190px, 0.65fr) !important;
  grid-template-rows: auto auto 1fr !important;
  column-gap: clamp(42px, 7vw, 108px) !important;
  align-content: center !important;
  align-items: center !important;
  margin: 0 !important;
  padding: clamp(44px, 6vw, 82px) clamp(48px, 7vw, 94px) !important;
  overflow: hidden !important;
  color: #fff !important;
  background: linear-gradient(145deg, #181818 0%, #080808 72%) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: clamp(24px, 3vw, 42px) !important;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.48) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateX(-50%) translateY(0) scale(0.94) !important;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), opacity 300ms ease !important;
}

body[data-page="home"] .stats-band {
  background: #fff !important;
  color: #111827 !important;
}

body[data-page="home"] .stats-section {
  color: #fff !important;
  background: #000 !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.18) !important;
}

body[data-page="home"] .stats-section .stats-header h2 {
  color: #fff !important;
}

body[data-page="home"] .stats-section .stats-header p {
  color: rgba(255, 255, 255, 0.7) !important;
}

body[data-page="home"] .stats-section .stats-header a {
  color: #000 !important;
  background: #fff !important;
  border-color: #fff !important;
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.12) !important;
}

body[data-page="home"] .stats-section .stats-header a:hover {
  color: #fff !important;
  background: #000 !important;
}

.stats-section .stats-grid article[data-stack-position="0"] {
  z-index: 5 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) scale(1) !important;
}

.stats-section .stats-grid article[data-stack-position="1"] {
  z-index: 4 !important;
  opacity: 0.58 !important;
  transform: translateX(calc(-50% + clamp(18px, 2.5vw, 34px))) translateY(clamp(14px, 1.7vw, 24px)) scale(0.97) !important;
}

.stats-section .stats-grid article[data-stack-position="2"] {
  z-index: 3 !important;
  opacity: 0.28 !important;
  transform: translateX(calc(-50% + clamp(34px, 4.5vw, 62px))) translateY(clamp(26px, 3vw, 42px)) scale(0.94) !important;
}

.stats-section .stats-grid article[data-stack-position="3"],
.stats-section .stats-grid article[data-stack-position="4"] {
  z-index: 1 !important;
  opacity: 0 !important;
  transform: translateX(calc(-50% + 70px)) translateY(48px) scale(0.91) !important;
}

.stats-section .stats-grid article[data-stack-position] > strong {
  grid-column: 1 !important;
  grid-row: 1 !important;
  margin: 0 0 8px !important;
  color: #fff !important;
  font-size: clamp(64px, 8vw, 116px) !important;
  font-weight: 600 !important;
  line-height: 0.88 !important;
}

.stats-section .stats-grid article[data-stack-position] > span {
  grid-column: 1 !important;
  grid-row: 2 !important;
  max-width: none !important;
  color: #fff !important;
  font-size: clamp(20px, 2vw, 30px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  text-transform: uppercase !important;
}

.stats-card-description {
  grid-column: 1 !important;
  grid-row: 3 !important;
  max-width: 680px !important;
  margin: clamp(18px, 2.2vw, 28px) 0 0 !important;
  color: rgba(255, 255, 255, 0.66) !important;
  font-size: clamp(16px, 1.45vw, 21px) !important;
  line-height: 1.55 !important;
}

.stats-card-visual {
  position: relative;
  grid-column: 2 !important;
  grid-row: 1 / 4 !important;
  display: grid;
  width: clamp(170px, 19vw, 250px);
  aspect-ratio: 1;
  place-content: center;
  justify-self: center;
  padding: 24px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  box-shadow:
    0 0 0 12px rgba(255, 255, 255, 0.035),
    0 0 0 13px rgba(255, 255, 255, 0.13);
}

.stats-card-visual::before,
.stats-card-visual::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.stats-card-visual::before {
  inset: 14px;
  border: 1px dashed rgba(255, 255, 255, 0.32);
}

.stats-card-visual::after {
  width: 8px;
  height: 8px;
  top: -4px;
  left: 50%;
  background: #fff;
  box-shadow: 0 calc(clamp(170px, 19vw, 250px) - 1px) 0 rgba(255, 255, 255, 0.45);
  transform: translateX(-50%);
}

.stats-card-visual b {
  color: #fff;
  font-family: "Syne", sans-serif;
  font-size: clamp(38px, 4.8vw, 68px);
  font-weight: 600;
  line-height: 0.95;
}

.stats-card-visual small {
  display: block;
  max-width: 15ch;
  margin: 10px auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(10px, 0.85vw, 13px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.stats-section .stats-grid .stats-controls {
  position: absolute !important;
  z-index: 8 !important;
  inset: 50% 0 auto !important;
  display: flex !important;
  height: auto !important;
  justify-content: space-between !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
  transform: translateY(-50%) !important;
}

.stats-section .stats-arrow {
  width: clamp(54px, 5vw, 70px) !important;
  height: clamp(54px, 5vw, 70px) !important;
  color: #fff !important;
  background: #050505 !important;
  border: 1px solid rgba(255, 255, 255, 0.36) !important;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.48) !important;
}

.stats-progress {
  width: min(62%, 720px);
  height: 7px;
  margin: clamp(22px, 3vw, 38px) auto 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.stats-progress span {
  display: block;
  width: 20%;
  height: 100%;
  background: #fff;
  border-radius: inherit;
  transition: width 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 900px) {
  body[data-page="why-us"] .why-intro,
  body[data-page="services"] .research-solutions-intro {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body[data-page="why-us"] .why-intro > p {
    align-self: start !important;
  }

  body[data-page="about"] .about-mission {
    align-items: start !important;
  }

  body[data-page="about"] .about-mission .mission-body {
    align-self: start !important;
  }

  body[data-page="services"] .services-copy-grid {
    align-items: start !important;
  }

  body[data-page="services"] .services-copy-body {
    align-self: start !important;
  }

  .stats-section .stats-grid {
    min-height: clamp(410px, 105vw, 500px) !important;
  }

  .stats-section .stats-grid article[data-stack-position] {
    width: calc(100% - 26px) !important;
    height: calc(100% - 24px) !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto 1fr auto !important;
    gap: 0 !important;
    padding: clamp(30px, 8vw, 44px) !important;
  }

  .stats-section .stats-grid article[data-stack-position] > strong,
  .stats-section .stats-grid article[data-stack-position] > span,
  .stats-card-description,
  .stats-card-visual {
    grid-column: 1 !important;
  }

  .stats-section .stats-grid article[data-stack-position] > strong {
    grid-row: 1 !important;
    font-size: clamp(58px, 18vw, 84px) !important;
  }

  .stats-section .stats-grid article[data-stack-position] > span {
    grid-row: 2 !important;
    font-size: clamp(18px, 5.2vw, 24px) !important;
  }

  .stats-card-description {
    grid-row: 3 !important;
    font-size: 15px !important;
  }

  .stats-card-visual {
    grid-row: 4 !important;
    width: 120px;
    justify-self: end;
    margin-top: 24px;
    padding: 16px;
  }

  .stats-card-visual::after {
    box-shadow: 0 119px 0 rgba(255, 255, 255, 0.45);
  }

  .stats-card-visual b {
    font-size: 32px;
  }

  .stats-section .stats-arrow {
    width: 48px !important;
    height: 48px !important;
  }

  .stats-progress {
    width: 72%;
  }
}

/* Publish-ready cleanup: remove section divider lines without flattening designed containers. */
main > section,
.section,
.contact-band {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

body[data-page="home"] .serve-intro h2 {
  text-transform: none !important;
}

/* Home publish polish: keep adjacent sections flush while preserving inner card designs. */
body[data-page="home"] .home-intro.hero-focus-band {
  margin-bottom: 0 !important;
}

body[data-page="home"] .offer-section {
  padding-bottom: var(--section-space) !important;
}

body[data-page="home"] .serve-section {
  padding-top: var(--section-space) !important;
  margin-top: 0 !important;
  background: #fff !important;
}

body[data-page="home"] .recruit-band,
body[data-page="home"] .recruit-band.respondent-option-hotspots,
body[data-page="home"] .respondent-section {
  background: #fff !important;
}

body[data-page="home"] main > section.reveal,
body[data-page="home"] main > section.reveal.is-visible,
body.motion-ready[data-page="home"] main > section.reveal,
body.motion-ready[data-page="home"] main > section.reveal.is-visible {
  opacity: 1 !important;
  transform: none !important;
}

/* HTML3 global CTA: exact centered gradient card treatment above the footer. */
section.contact-band#contact {
  position: relative !important;
  display: flex !important;
  width: min(calc(100% - var(--outer-gutter) - var(--outer-gutter)), var(--content-max)) !important;
  max-width: var(--content-max) !important;
  min-height: auto !important;
  align-items: center !important;
  justify-content: center !important;
  margin: var(--section-space) auto clamp(56px, 6vw, 88px) !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

section.contact-band#contact::before,
section.contact-band#contact::after {
  content: none !important;
  display: none !important;
}

section.contact-band#contact > .contact-band-card.contact-band-card {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  max-width: var(--content-max) !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  border-radius: 24px !important;
  padding: clamp(40px, 5.4vw, 72px) clamp(28px, 5vw, 64px) !important;
  place-items: center !important;
  background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%) !important;
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.45) !important;
  text-align: center !important;
}

section.contact-band#contact > .contact-band-card.contact-band-card::before,
section.contact-band#contact > .contact-band-card.contact-band-card::after {
  position: absolute !important;
  width: 256px !important;
  height: 256px !important;
  border: 30px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 999px !important;
  content: "" !important;
  pointer-events: none !important;
}

section.contact-band#contact > .contact-band-card.contact-band-card::before {
  top: -96px !important;
  right: -96px !important;
}

section.contact-band#contact > .contact-band-card.contact-band-card::after {
  bottom: -96px !important;
  left: -96px !important;
}

section.contact-band#contact .contact-band-content {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  width: min(100%, 820px) !important;
  max-width: 820px !important;
  justify-items: center !important;
  margin: 0 auto !important;
  text-align: center !important;
}

section.contact-band#contact .contact-copy {
  display: grid !important;
  width: 100% !important;
  max-width: 820px !important;
  justify-items: center !important;
  margin: 0 auto !important;
  text-align: center !important;
}

section.contact-band#contact h2 {
  max-width: 820px !important;
  margin: 0 auto 24px !important;
  color: #fff !important;
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(30px, 4.2vw, 48px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

section.contact-band#contact p,
body[data-page] section.contact-band#contact p {
  max-width: 672px !important;
  margin: 0 auto 40px !important;
  color: #dbeafe !important;
  font-size: clamp(18px, 1.7vw, 20px) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

section.contact-band#contact .contact-cta-form {
  display: grid !important;
  width: min(100%, 448px) !important;
  max-width: 448px !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important;
  margin: 0 auto !important;
}

section.contact-band#contact .contact-cta-form.is-hidden {
  display: none !important;
}

section.contact-band#contact .contact-cta-form input {
  width: 100% !important;
  min-height: 56px !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  color: #0f172a !important;
  background: #fff !important;
  box-shadow: inset 0 2px 4px rgba(15, 23, 42, 0.08) !important;
  font-size: 16px !important;
  outline: none !important;
}

section.contact-band#contact .contact-cta-form input:focus {
  box-shadow: inset 0 2px 4px rgba(15, 23, 42, 0.08), 0 0 0 4px #60a5fa !important;
}

section.contact-band#contact .button.primary,
body[data-page] section.contact-band#contact .button.primary {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 56px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 16px 20px !important;
  color: #fff !important;
  background: #14b8a6 !important;
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.22), 0 4px 6px -4px rgba(15, 23, 42, 0.22) !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

section.contact-band#contact .button.primary:hover,
section.contact-band#contact .button.primary:focus-visible {
  background: #2dd4bf !important;
  transform: none !important;
}

section.contact-band#contact .contact-success-message {
  display: none;
  width: min(100%, 448px) !important;
  max-width: 448px !important;
  margin: 24px auto 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 12px !important;
  padding: 16px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.18) !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

section.contact-band#contact .contact-success-message.is-visible {
  display: block !important;
}

@media (max-width: 640px) {
  section.contact-band#contact {
    width: min(calc(100% - 32px), var(--content-max)) !important;
    margin-top: 44px !important;
    margin-bottom: 48px !important;
    padding: 0 !important;
  }

  section.contact-band#contact > .contact-band-card.contact-band-card {
    padding: 36px 24px !important;
  }
}

/* HTML1 home hero: keep the reference design while using the site type system and grid. */
body[data-page="home"] .home-intro.hero-focus-band {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  min-height: auto !important;
  grid-template-columns: 1fr !important;
  gap: clamp(40px, 4vw, 52px) !important;
  align-items: start !important;
  justify-items: center !important;
  margin: 0 auto !important;
  padding: clamp(64px, 7vw, 96px) var(--outer-gutter) clamp(56px, 6vw, 84px) !important;
  overflow: visible !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #111827 !important;
  text-align: center !important;
}

body[data-page="home"] .home-intro.hero-focus-band::before,
body[data-page="home"] .home-intro.hero-focus-band::after {
  content: none !important;
  display: none !important;
}

body[data-page="home"] .hero-focus-band .intro-copy {
  display: grid !important;
  width: min(100%, var(--content-max)) !important;
  max-width: var(--content-max) !important;
  justify-items: center !important;
  gap: 24px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

body[data-page="home"] .hero-focus-band .intro-copy h1 {
  max-width: 920px !important;
  margin: 0 auto !important;
  color: #000 !important;
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(40px, 4.35vw, 48px) !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

body[data-page="home"] .hero-focus-band .intro-copy h1::after {
  content: none !important;
  display: none !important;
}

body[data-page="home"] .hero-focus-band .intro-copy h1 span {
  color: transparent !important;
  background: linear-gradient(90deg, #2563eb 0%, #06b6d4 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

body[data-page="home"] .hero-focus-band .intro-copy p {
  max-width: 672px !important;
  margin: 0 auto !important;
  color: #374151 !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

body[data-page="home"] .hero-focus-band .intro-copy .button-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 16px !important;
  margin: 0 !important;
}

body[data-page="home"] .hero-focus-band .intro-copy .button {
  min-height: 56px !important;
  border-radius: 12px !important;
  padding: 16px 32px !important;
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease !important;
}

body[data-page="home"] .hero-focus-band .intro-copy .button.primary {
  border: 1px solid #1d4ed8 !important;
  color: #fff !important;
  background: #1d4ed8 !important;
  box-shadow: 0 10px 18px rgba(29, 78, 216, 0.22) !important;
}

body[data-page="home"] .hero-focus-band .intro-copy .button.ghost {
  border: 1px solid #e5e7eb !important;
  color: #1e3a8a !important;
  background: #fff !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05) !important;
}

body[data-page="home"] .hero-focus-band .intro-copy .button:hover,
body[data-page="home"] .hero-focus-band .intro-copy .button:focus-visible {
  transform: translateY(-4px) !important;
}

body[data-page="home"] .hero-focus-band .intro-copy .button.primary:hover,
body[data-page="home"] .hero-focus-band .intro-copy .button.primary:focus-visible {
  background: #1e40af !important;
  box-shadow: 0 16px 28px rgba(29, 78, 216, 0.26) !important;
}

body[data-page="home"] .hero-focus-band .intro-copy .button.ghost:hover,
body[data-page="home"] .hero-focus-band .intro-copy .button.ghost:focus-visible {
  background: #eff6ff !important;
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.08) !important;
}

body[data-page="home"] .hero-focus-band .intro-features {
  display: grid !important;
  width: min(100%, var(--content-max)) !important;
  max-width: var(--content-max) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(20px, 2vw, 28px) !important;
  margin: 0 !important;
}

body[data-page="home"] .hero-focus-band .intro-features article,
body[data-page="home"] .hero-focus-band .intro-features article:last-child {
  display: block !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 16px !important;
  padding: 24px !important;
  border: 1px solid #dbeafe !important;
  background: #eff6ff !important;
  box-shadow: none !important;
  text-align: left !important;
  transform: none !important;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, border-color 220ms ease !important;
}

body[data-page="home"] .hero-focus-band .intro-features article:nth-child(2) {
  border-color: #cffafe !important;
  background: #ecfeff !important;
}

body[data-page="home"] .hero-focus-band .intro-features article:nth-child(3) {
  border-color: #e2e8f0 !important;
  background: #f1f5f9 !important;
}

body[data-page="home"] .hero-focus-band .intro-features article:hover,
body[data-page="home"] .hero-focus-band .intro-features article:focus-within {
  border-color: #bfdbfe !important;
  background: #fff !important;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.1) !important;
  transform: translateY(-4px) !important;
}

body[data-page="home"] .hero-focus-band .intro-features article:nth-child(2):hover,
body[data-page="home"] .hero-focus-band .intro-features article:nth-child(2):focus-within {
  border-color: #a5f3fc !important;
}

body[data-page="home"] .hero-focus-band .intro-features article:nth-child(3):hover,
body[data-page="home"] .hero-focus-band .intro-features article:nth-child(3):focus-within {
  border-color: #cbd5e1 !important;
}

body[data-page="home"] .hero-focus-band .intro-features .feature-icon {
  display: none !important;
}

body[data-page="home"] .hero-focus-band .hero-card-icon {
  display: inline-flex !important;
  width: 48px !important;
  height: 48px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 16px !important;
  border-radius: 12px !important;
  color: #2563eb !important;
  background: #fff !important;
  box-shadow: 0 1px 8px rgba(15, 23, 42, 0.08) !important;
  transition: background-color 220ms ease, color 220ms ease !important;
}

body[data-page="home"] .hero-focus-band .intro-features article:nth-child(2) .hero-card-icon {
  color: #0891b2 !important;
}

body[data-page="home"] .hero-focus-band .intro-features article:nth-child(3) .hero-card-icon {
  color: #334155 !important;
}

body[data-page="home"] .hero-focus-band .intro-features article:hover .hero-card-icon,
body[data-page="home"] .hero-focus-band .intro-features article:focus-within .hero-card-icon {
  color: #fff !important;
  background: #2563eb !important;
}

body[data-page="home"] .hero-focus-band .intro-features article:nth-child(2):hover .hero-card-icon,
body[data-page="home"] .hero-focus-band .intro-features article:nth-child(2):focus-within .hero-card-icon {
  background: #0891b2 !important;
}

body[data-page="home"] .hero-focus-band .intro-features article:nth-child(3):hover .hero-card-icon,
body[data-page="home"] .hero-focus-band .intro-features article:nth-child(3):focus-within .hero-card-icon {
  background: #334155 !important;
}

body[data-page="home"] main > section::before,
body[data-page="home"] main > section::after,
body.motion-ready[data-page="home"] main > section::before,
body.motion-ready[data-page="home"] main > section::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

body[data-page="home"] .hero-focus-band .hero-card-icon svg {
  width: 24px !important;
  height: 24px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body[data-page="home"] .hero-focus-band .intro-features h2 {
  max-width: none !important;
  margin: 0 0 8px !important;
  color: #000 !important;
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.02em !important;
  text-align: left !important;
}

body[data-page="home"] .hero-focus-band .intro-features h2::after {
  content: none !important;
  display: none !important;
}

body[data-page="home"] .hero-focus-band .intro-features p {
  max-width: none !important;
  margin: 0 !important;
  color: #374151 !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

@media (max-width: 900px) {
  body[data-page="home"] .hero-focus-band .intro-features {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .home-intro.hero-focus-band {
    width: 100% !important;
    margin: 0 auto !important;
    gap: 36px !important;
    padding: 44px 16px 48px !important;
    box-shadow: none !important;
  }

  body[data-page="home"] .hero-focus-band .intro-copy h1 {
    font-size: clamp(34px, 10vw, 42px) !important;
  }

  body[data-page="home"] .hero-focus-band .intro-copy p {
    font-size: 18px !important;
  }

  body[data-page="home"] .hero-focus-band .intro-copy .button-row {
    width: 100% !important;
  }

  body[data-page="home"] .hero-focus-band .intro-copy .button {
    width: 100% !important;
  }
}

/* Final section-heading scale normalization. Keep hero titles and card titles separate. */
body[data-page="home"] :is(.respondent-copy h2, .offer-section-header h2, .serve-intro h2, .stats-section .stats-header h2, .testimonial-title),
body[data-page="services"] :is(.profile-heading-col h2),
body[data-page="why-us"] :is(.advantage-copy h2, .change-copy h2, .partners-heading h2, .partners-card h2),
body[data-page="about"] :is(.approach-copy h2),
body[data-page="our-work"] :is(.our-work-title h2) {
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(38px, 4.4vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body[data-page="why-us"] .advantage-stack .change-copy h2 {
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(38px, 4.4vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

body[data-page="services"] :is(.services-copy-heading h2, .research-solutions-intro h2),
body[data-page="service-detail"] .detail-intro h2,
body[data-page="why-us"] :is(.why-intro h2),
body[data-page="about"] :is(.about-mission h2, .vision-banner__copy h2) {
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(28px, 2.6vw, 36px) !important;
  font-weight: 500 !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 640px) {
  body[data-page="home"] :is(.respondent-copy h2, .offer-section-header h2, .serve-intro h2, .stats-section .stats-header h2, .testimonial-title),
  body[data-page="services"] :is(.profile-heading-col h2),
  body[data-page="why-us"] :is(.advantage-copy h2, .change-copy h2, .partners-heading h2, .partners-card h2),
  body[data-page="about"] :is(.approach-copy h2),
  body[data-page="our-work"] :is(.our-work-title h2) {
    font-size: clamp(32px, 9vw, 42px) !important;
  }

  body[data-page="why-us"] .advantage-stack .change-copy h2 {
    font-size: clamp(32px, 9vw, 42px) !important;
  }

  body[data-page="services"] :is(.services-copy-heading h2, .research-solutions-intro h2),
  body[data-page="service-detail"] .detail-intro h2,
  body[data-page="why-us"] :is(.why-intro h2),
  body[data-page="about"] :is(.about-mission h2, .vision-banner__copy h2) {
    font-size: clamp(26px, 8vw, 34px) !important;
  }
}

/* Final paragraph scale normalization. P1 is readable section copy; P2 is compact card/support copy. */
:root {
  --fs-p1: clamp(16px, 1.25vw, 18px);
  --fs-p2: clamp(15px, 1vw, 16px);
}

body[data-page] :is(
  .p1,
  .body-copy,
  .hero-copy p:not(.eyebrow),
  .inner-hero p:not(.eyebrow),
  .white-hero p:not(.eyebrow),
  .service-detail-hero p:not(.eyebrow),
  .intro-copy p,
  .respondent-copy p,
  .offer-section-header p:not(.eyebrow),
  .serve-intro p,
  .stats-section .stats-header p,
  .our-work-title p,
  .services-copy-body p,
  .profile-body-col p,
  .why-intro > p,
  .partners-copy,
  .about-section__copy p,
  .about-work-copy p,
  .about-mission .mission-body p,
  .vision-banner__copy p,
  section.contact-band#contact p,
  .contact-cta__copy p
) {
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--fs-p1) !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
  letter-spacing: 0 !important;
}

body[data-page] :is(
  .p2,
  .intro-features p,
  .respondent-note p,
  .offer-detail p,
  .offer-detail li,
  .offer-detail li p,
  .offer-panel-cta p,
  .serve-text p,
  .service-card p,
  .solution-card p,
  .vetting-card p,
  .audience-card p,
  .tab-card p,
  .reference-card-grid p,
  .process-text p,
  .change-points p,
  .contact-method p,
  .site-footer p,
  .site-footer a,
  .footer-bottom p,
  .footer-bottom a
) {
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--fs-p2) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

body[data-page="why-us"] .advantage-stack .change-points p {
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--fs-p2) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 640px) {
  :root {
    --fs-p1: 16px;
    --fs-p2: 15px;
  }
}

/* Home clients section: balanced stat, statement, and logo wall. */
body[data-page="home"] .partners-section .clients-layout {
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
}

body[data-page="home"] .partners-section .client-stat {
  display: grid !important;
  width: 100% !important;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr) !important;
  column-gap: clamp(32px, 5vw, 72px) !important;
  row-gap: 4px !important;
  align-items: center !important;
  justify-content: stretch !important;
  text-align: left !important;
}

body[data-page="home"] .partners-section .client-stat .eyebrow {
  grid-column: 1 !important;
  grid-row: 1 !important;
  margin: 0 0 2px !important;
}

body[data-page="home"] .partners-section .client-stat strong {
  grid-column: 1 !important;
  grid-row: 2 !important;
}

body[data-page="home"] .partners-section .client-stat > span {
  grid-column: 1 !important;
  grid-row: 3 !important;
  max-width: 180px !important;
  color: #374151 !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

body[data-page="home"] .partners-section .clients-statement {
  grid-column: 2 !important;
  grid-row: 1 / span 3 !important;
  align-self: center !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  color: #555e6d !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--fs-p1) !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

body[data-page="home"] .partners-section .client-stat .logo-wall {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: clamp(14px, 1.8vw, 24px) !important;
  margin-top: clamp(36px, 4vw, 56px) !important;
}

body[data-page="home"] .partners-section .logo-wall li {
  min-width: 0 !important;
}

@media (max-width: 760px) {
  body[data-page="home"] .partners-section .client-stat {
    grid-template-columns: 1fr !important;
    row-gap: 6px !important;
  }

  body[data-page="home"] .partners-section .clients-statement {
    grid-column: 1 !important;
    grid-row: 4 !important;
    max-width: 34rem !important;
    margin-top: 18px !important;
  }

  body[data-page="home"] .partners-section .client-stat .logo-wall {
    grid-row: 5 !important;
  }
}

/* Trust the Numbers: meaningful per-metric visuals instead of generic dotted circles. */
body[data-page="home"] .stats-section .stats-header h2 {
  color: #fff !important;
}

body[data-page="home"] .stats-section .stats-header p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.stats-card-visual {
  width: clamp(230px, 24vw, 340px) !important;
  min-height: clamp(230px, 24vw, 340px) !important;
  aspect-ratio: 1 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  place-content: center !important;
  justify-self: center !important;
  color: #f8fafc !important;
}

.stats-card-visual::before,
.stats-card-visual::after {
  content: none !important;
  display: none !important;
}

.stats-card-visual[data-visual="people"] {
  display: block !important;
}

.stats-avatar {
  position: absolute;
  display: block;
  width: clamp(48px, 5.2vw, 72px);
  height: clamp(48px, 5.2vw, 72px);
  border: 4px solid #22d3ee;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, 0.95) 0 13%, transparent 14%),
    radial-gradient(circle at 50% 74%, rgba(15, 23, 42, 0.88) 0 25%, transparent 26%),
    linear-gradient(135deg, #334155, #0f172a);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.44);
  background-size: cover;
  background-position: center;
}

.stats-avatar.avatar-main {
  top: 42%;
  left: 50%;
  width: clamp(84px, 8vw, 116px);
  height: clamp(84px, 8vw, 116px);
  border-color: rgba(255, 255, 255, 0.88);
  background-image: url("https://randomuser.me/api/portraits/women/44.jpg");
  transform: translate(-50%, -50%);
}

.stats-avatar.avatar-a { top: 10%; left: 16%; background-image: url("https://randomuser.me/api/portraits/men/32.jpg"); }
.stats-avatar.avatar-b { top: 10%; right: 12%; background-image: url("https://randomuser.me/api/portraits/women/68.jpg"); }
.stats-avatar.avatar-c { right: 8%; top: 42%; background-image: url("https://randomuser.me/api/portraits/men/46.jpg"); }
.stats-avatar.avatar-d { left: 10%; bottom: 14%; background-image: url("https://randomuser.me/api/portraits/women/12.jpg"); }
.stats-avatar.avatar-e { left: 48%; bottom: 8%; background-image: url("https://randomuser.me/api/portraits/women/65.jpg"); }

.stats-experience-visual {
  position: relative;
  display: grid;
  width: clamp(220px, 22vw, 300px);
  aspect-ratio: 1;
  place-items: center;
  margin: 0 auto;
}

.stats-experience-visual::before {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  transform: rotate(-8deg);
}

.experience-card {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: clamp(130px, 13vw, 170px);
  min-height: clamp(96px, 10vw, 126px);
  place-content: center;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 18px;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 18px 36px rgba(0,0,0,0.34);
  text-align: center;
}

.experience-card small {
  color: rgba(255,255,255,0.62);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.experience-card strong {
  color: #fff;
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 1;
}

.experience-node {
  position: absolute;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #22d3ee;
  box-shadow: 0 0 0 8px rgba(34,211,238,0.14);
}

.experience-node.node-one { top: 18%; right: 24%; }
.experience-node.node-two { bottom: 24%; left: 18%; background: #8b5cf6; box-shadow: 0 0 0 8px rgba(139,92,246,0.14); }
.experience-node.node-three { bottom: 16%; right: 18%; background: #10b981; box-shadow: 0 0 0 8px rgba(16,185,129,0.14); }

.stats-badge-ring,
.stats-ring-chart {
  position: relative;
  display: grid;
  width: clamp(144px, 14vw, 190px);
  aspect-ratio: 1;
  place-content: center;
  margin: 0 auto;
  border-radius: 50%;
}

.stats-project-stack {
  position: relative;
  display: grid;
  width: clamp(220px, 23vw, 320px);
  min-height: clamp(210px, 22vw, 300px);
  align-content: center;
  gap: 14px;
  margin: 0 auto;
}

.stats-project-stack article {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) 58px !important;
  gap: 14px !important;
  align-items: center !important;
  min-height: 64px !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255,255,255,0.18) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,0.07) !important;
  box-shadow: 0 16px 28px rgba(0,0,0,0.26) !important;
  color: #fff !important;
  transform: none !important;
  opacity: 1 !important;
}

.stats-project-stack article:nth-child(2) {
  margin-left: 24px !important;
}

.stats-project-stack article:nth-child(3) {
  margin-left: 48px !important;
}

.stats-project-stack article span {
  position: relative;
  display: inline-grid !important;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(34,211,238,0.16);
}

.stats-project-stack article span::before {
  width: 12px;
  height: 7px;
  border-bottom: 2px solid #22d3ee;
  border-left: 2px solid #22d3ee;
  content: "";
  transform: rotate(-45deg) translate(1px, -1px);
}

.stats-project-stack article strong {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
}

.stats-project-stack article small {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #22d3ee, rgba(255,255,255,0.2));
}

.stats-badge-ring {
  background:
    radial-gradient(circle, #111 0 54%, transparent 55%),
    repeating-conic-gradient(from 3deg, rgba(255,255,255,0.78) 0 7deg, transparent 7deg 12deg),
    conic-gradient(#fff 0 100%);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.04), 0 18px 34px rgba(0, 0, 0, 0.42);
}

.stats-ring-chart {
  background:
    radial-gradient(circle, #0b0b0b 0 55%, transparent 56%),
    conic-gradient(#f8fafc 0 4%, #4f46e5 4% 99%, rgba(255, 255, 255, 0.18) 99% 100%);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.035), 0 18px 34px rgba(0, 0, 0, 0.42);
}

.stats-badge-ring span,
.stats-ring-chart strong {
  color: #fff;
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(36px, 4.2vw, 60px);
  font-weight: 500;
  line-height: 1;
}

.stats-badge-ring small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.stats-ring-chart span {
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: clamp(42px, 4vw, 56px);
  aspect-ratio: 1;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 36%, #f4c7a1 0 16%, transparent 17%),
    radial-gradient(circle at 50% 72%, #111827 0 34%, transparent 35%),
    linear-gradient(135deg, #cbd5e1, #64748b);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.38);
  transform: translateX(-50%);
}

.stats-india-map,
.stats-city-network {
  position: relative;
  width: clamp(220px, 22vw, 310px);
  aspect-ratio: 1.08;
  margin: 0 auto;
}

.stats-india-map::before,
.stats-city-network::before {
  position: absolute;
  inset: 2%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(34,211,238,0.12), transparent 58%),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: auto, 34px 34px, 34px 34px;
  content: "";
}

.stats-india-map svg,
.stats-city-network svg {
  position: absolute;
  inset: 10%;
  width: 80%;
  height: 80%;
  fill: none;
  stroke: rgba(34,211,238,0.68);
  stroke-dasharray: 8 10;
  stroke-linecap: round;
  stroke-width: 2;
}

.stats-india-map .route,
.stats-city-network .route {
  fill: none;
  stroke: #60a5fa;
  stroke-dasharray: 7 9;
  stroke-linecap: round;
  stroke-width: 2.6;
}

.stats-india-map .route-alt {
  stroke: #8b5cf6;
}

.stats-india-map .city,
.stats-city-network .city {
  position: absolute;
  display: inline-flex;
  min-width: 44px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  color: #fff;
  background: #2563eb;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
  font-size: 13px;
  font-weight: 800;
}

.stats-india-map .city::before,
.stats-city-network .city::before {
  position: absolute;
  width: 42px;
  height: 42px;
  bottom: calc(100% - 8px);
  left: 50%;
  border: 3px solid currentColor;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 36%, rgba(255,255,255,0.92) 0 16%, transparent 17%),
    radial-gradient(circle at 50% 72%, rgba(15,23,42,0.82) 0 34%, transparent 35%),
    linear-gradient(135deg, #0f172a, #475569);
  content: "";
  transform: translateX(-50%);
}

.city-del { top: 8%; left: 44%; color: #60a5fa; }
.city-bom { top: 42%; left: 6%; color: #22d3ee; }
.city-blr { bottom: 8%; left: 28%; color: #10b981; }
.city-ccu { top: 36%; right: 6%; color: #8b5cf6; }

.stats-industry-grid {
  display: grid;
  width: clamp(210px, 22vw, 300px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto;
}

.stats-industry-grid span {
  display: grid !important;
  min-height: 76px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 14px 26px rgba(0,0,0,0.28);
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
}

.stats-industry-grid span:nth-child(2),
.stats-industry-grid span:nth-child(6) {
  border-color: rgba(16, 185, 129, 0.34);
  background: rgba(16, 185, 129, 0.1);
}

.stats-industry-grid span:nth-child(3) {
  border-color: rgba(245, 158, 11, 0.34);
  background: rgba(245, 158, 11, 0.1);
}

.stats-industry-grid span:nth-child(4) {
  border-color: rgba(168, 85, 247, 0.34);
  background: rgba(168, 85, 247, 0.1);
}

.stats-industry-grid span:nth-child(5) {
  border-color: rgba(244, 63, 94, 0.34);
  background: rgba(244, 63, 94, 0.1);
}

@media (max-width: 900px) {
  .stats-card-visual {
    width: min(100%, 260px) !important;
    min-height: 210px !important;
    justify-self: center !important;
  }

  .stats-india-map,
  .stats-city-network,
  .stats-industry-grid {
    width: min(100%, 250px);
  }
}

/* Trust the Numbers: compact final sizing and protected visual typography. */
body[data-page="home"] .stats-section {
  padding: clamp(28px, 4vw, 52px) !important;
}

body[data-page="home"] .stats-section .stats-header {
  margin-bottom: clamp(22px, 3vw, 36px) !important;
}

body[data-page="home"] .stats-section .stats-grid {
  min-height: clamp(330px, 31vw, 430px) !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] {
  height: calc(100% - clamp(14px, 1.7vw, 22px)) !important;
  grid-template-columns: minmax(0, 1.18fr) minmax(230px, 0.82fr) !important;
  column-gap: clamp(30px, 5vw, 76px) !important;
  padding: clamp(34px, 4.4vw, 60px) clamp(40px, 5.4vw, 76px) !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] > strong {
  margin-bottom: 4px !important;
  font-size: clamp(54px, 6.2vw, 92px) !important;
  line-height: 0.9 !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] > span {
  max-width: 13ch !important;
  font-size: clamp(18px, 1.75vw, 25px) !important;
  line-height: 1.05 !important;
}

body[data-page="home"] .stats-card-description {
  max-width: 560px !important;
  margin-top: clamp(16px, 1.8vw, 24px) !important;
  font-size: clamp(15px, 1.22vw, 18px) !important;
  line-height: 1.5 !important;
}

body[data-page="home"] .stats-card-visual {
  width: clamp(210px, 20vw, 290px) !important;
  min-height: clamp(210px, 20vw, 290px) !important;
  max-width: 100% !important;
  overflow: visible !important;
}

body[data-page="home"] .stats-experience-visual,
body[data-page="home"] .stats-city-network,
body[data-page="home"] .stats-industry-grid {
  width: clamp(200px, 19vw, 270px) !important;
}

body[data-page="home"] .stats-project-stack {
  width: clamp(210px, 20vw, 280px) !important;
  min-height: 0 !important;
  gap: 12px !important;
  overflow: visible !important;
}

body[data-page="home"] .stats-project-stack article {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  min-height: 58px !important;
  grid-template-columns: 30px minmax(0, 1fr) 48px !important;
  padding: 12px 14px !important;
  opacity: 1 !important;
  transform: none !important;
}

body[data-page="home"] .stats-project-stack article:nth-child(2) {
  margin-left: 16px !important;
}

body[data-page="home"] .stats-project-stack article:nth-child(3) {
  margin-left: 32px !important;
}

body[data-page="home"] .stats-project-stack article span {
  width: 30px !important;
  height: 30px !important;
}

body[data-page="home"] .stats-project-stack article strong {
  display: block !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article strong,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position]:not([data-stack-position="0"]) .stats-card-visual[data-visual="projects"] .stats-project-stack article strong {
  display: block !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body[data-page="home"] .stats-project-stack article small {
  width: 100% !important;
  height: 7px !important;
  margin: 0 !important;
}

body[data-page="home"] .experience-card {
  min-width: clamp(118px, 11vw, 150px) !important;
  min-height: clamp(86px, 8.2vw, 110px) !important;
}

body[data-page="home"] .experience-card strong {
  font-size: clamp(30px, 3.25vw, 44px) !important;
}

body[data-page="home"] .stats-avatar {
  width: clamp(44px, 4.2vw, 62px) !important;
  height: clamp(44px, 4.2vw, 62px) !important;
}

body[data-page="home"] .stats-avatar.avatar-main {
  width: clamp(76px, 6.5vw, 98px) !important;
  height: clamp(76px, 6.5vw, 98px) !important;
}

body[data-page="home"] .stats-city-network .city {
  min-width: 40px !important;
  height: 28px !important;
  font-size: 12px !important;
}

body[data-page="home"] .stats-city-network .city::before {
  width: 36px !important;
  height: 36px !important;
}

body[data-page="home"] .stats-progress {
  margin-top: clamp(16px, 2.2vw, 28px) !important;
}

@media (max-width: 900px) {
  body[data-page="home"] .stats-section .stats-grid {
    min-height: clamp(390px, 100vw, 480px) !important;
  }

  body[data-page="home"] .stats-section .stats-grid article[data-stack-position] {
    grid-template-columns: 1fr !important;
    padding: clamp(28px, 7vw, 40px) !important;
  }
}

/* Trust the Numbers: simplify metric visuals after visual QA. */
body[data-page="home"] .stats-experience-visual {
  width: clamp(190px, 18vw, 250px) !important;
  aspect-ratio: 1.24 !important;
}

body[data-page="home"] .stats-experience-visual::before {
  inset: 14% 8% !important;
  border-radius: 22px !important;
  background:
    linear-gradient(90deg, transparent 0 31%, rgba(34, 211, 238, 0.36) 31% 32%, transparent 32% 64%, rgba(34, 211, 238, 0.24) 64% 65%, transparent 65%),
    rgba(255, 255, 255, 0.045) !important;
  transform: none !important;
}

body[data-page="home"] .experience-card {
  min-width: clamp(138px, 13vw, 172px) !important;
  min-height: clamp(82px, 7.6vw, 104px) !important;
  border-radius: 16px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.11), rgba(255,255,255,0.055)) !important;
}

body[data-page="home"] .experience-card small {
  margin-bottom: 4px !important;
  font-size: 11px !important;
}

body[data-page="home"] .experience-card strong {
  font-size: clamp(32px, 3.4vw, 46px) !important;
}

body[data-page="home"] .experience-node {
  width: 11px !important;
  height: 11px !important;
  box-shadow: 0 0 0 7px rgba(34,211,238,0.12) !important;
}

body[data-page="home"] .experience-node.node-one { top: 18% !important; right: 15% !important; }
body[data-page="home"] .experience-node.node-two { bottom: 18% !important; left: 13% !important; }
body[data-page="home"] .experience-node.node-three { bottom: 18% !important; right: 13% !important; }

body[data-page="home"] .stats-project-stack {
  width: clamp(210px, 19vw, 270px) !important;
  gap: 12px !important;
}

body[data-page="home"] .stats-project-stack article,
body[data-page="home"] .stats-project-stack article:nth-child(2),
body[data-page="home"] .stats-project-stack article:nth-child(3) {
  grid-template-columns: 32px minmax(0, 1fr) !important;
  min-height: 58px !important;
  margin-left: 0 !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
}

body[data-page="home"] .stats-project-stack article span {
  width: 30px !important;
  height: 30px !important;
  background: rgba(34,211,238,0.14) !important;
}

body[data-page="home"] .stats-project-stack article small {
  display: none !important;
}

body[data-page="home"] .stats-project-stack article strong {
  text-align: left !important;
}

body[data-page="home"] .stats-city-network {
  width: clamp(210px, 20vw, 280px) !important;
  aspect-ratio: 1.08 !important;
}

body[data-page="home"] .stats-city-network .city {
  min-width: 42px !important;
  height: 28px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 8px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

body[data-page="home"] .stats-city-network .city::before {
  width: 34px !important;
  height: 34px !important;
  bottom: calc(100% + 7px) !important;
  border-width: 2px !important;
}

body[data-page="home"] .city-del { top: 24% !important; left: 44% !important; }
body[data-page="home"] .city-bom { top: 50% !important; left: 8% !important; }
body[data-page="home"] .city-blr { bottom: 7% !important; left: 32% !important; }
body[data-page="home"] .city-ccu { top: 46% !important; right: 8% !important; }

body[data-page="home"] .stats-industry-grid {
  width: clamp(210px, 19vw, 270px) !important;
  gap: 12px !important;
}

body[data-page="home"] .stats-industry-grid span {
  display: flex !important;
  min-height: 66px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 10px !important;
  text-align: center !important;
}

body[data-page="home"] .stats-experience-visual {
  display: grid !important;
  width: clamp(210px, 19vw, 270px) !important;
  aspect-ratio: 1.12 !important;
  place-items: center !important;
}

body[data-page="home"] .stats-experience-visual::before {
  inset: 16% 8% !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  transform: none !important;
}

body[data-page="home"] .experience-timeline {
  position: relative;
  z-index: 2;
  display: grid;
  width: min(100%, 238px);
  gap: 16px;
}

body[data-page="home"] .experience-timeline::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 18px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #22d3ee, rgba(34, 211, 238, 0.18));
  content: "";
}

body[data-page="home"] .experience-timeline span {
  position: relative;
  display: flex !important;
  min-height: 46px;
  align-items: center;
  gap: 14px;
  padding: 0 14px 0 48px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  background: rgba(255,255,255,0.07);
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual .experience-timeline span {
  color: #fff !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
}

body[data-page="home"] .experience-timeline span::before {
  position: absolute;
  left: 9px;
  width: 20px;
  height: 20px;
  border: 3px solid #111;
  border-radius: 50%;
  background: #22d3ee;
  box-shadow: 0 0 0 4px rgba(34,211,238,0.18);
  content: "";
}

body[data-page="home"] .experience-timeline small {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body[data-page="home"] .experience-node,
body[data-page="home"] .experience-card {
  display: none !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network .city {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 46px !important;
  height: 30px !important;
  padding: 0 10px !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network .city::before {
  bottom: calc(100% + 9px) !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-industry-grid span {
  box-sizing: border-box !important;
  display: flex !important;
  min-height: 66px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 10px !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] {
  min-height: clamp(300px, 31vw, 390px) !important;
  padding: clamp(34px, 4.6vw, 66px) clamp(42px, 6vw, 86px) !important;
}

body[data-page="home"] .stats-section .stats-grid {
  min-height: clamp(330px, 34vw, 430px) !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position="0"] {
  grid-template-columns: minmax(0, 0.95fr) minmax(220px, 0.6fr) !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] strong {
  font-size: clamp(54px, 6.4vw, 92px) !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] span {
  font-size: clamp(22px, 2vw, 30px) !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-description {
  margin-top: clamp(22px, 3vw, 42px) !important;
  font-size: clamp(16px, 1.25vw, 18px) !important;
  line-height: 1.55 !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] {
  display: grid !important;
  place-items: center !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-project-stack {
  width: min(100%, 310px) !important;
  gap: 12px !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-project-stack article,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-project-stack article:nth-child(2),
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-project-stack article:nth-child(3) {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  min-height: 64px !important;
  align-items: center !important;
  gap: 14px !important;
  margin-left: 0 !important;
  padding: 12px 16px !important;
  border-radius: 16px !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-project-stack article span {
  width: 30px !important;
  height: 30px !important;
  font-size: 0 !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-project-stack article strong {
  font-size: 17px !important;
  line-height: 1.1 !important;
  text-align: left !important;
  white-space: normal !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .experience-timeline {
  width: min(100%, 380px) !important;
  gap: 18px !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .experience-timeline span {
  min-height: 78px !important;
  padding: 0 24px 0 104px !important;
  border-radius: 22px !important;
  font-size: 22px !important;
  line-height: 1.1 !important;
  text-transform: none !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] {
  display: grid !important;
  width: min(100%, 430px) !important;
  min-height: 280px !important;
  place-items: center !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .stats-experience-visual {
  width: min(100%, 430px) !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .stats-experience-visual::before {
  content: none !important;
  display: none !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline::before {
  top: 30px !important;
  bottom: 30px !important;
  left: 52px !important;
  width: 3px !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline span::before {
  left: 31px !important;
  width: 42px !important;
  height: 42px !important;
  border: 0 !important;
  background: #22d3ee !important;
  box-shadow:
    0 0 0 8px rgba(34, 211, 238, 0.14),
    0 0 0 14px rgba(34, 211, 238, 0.07) !important;
}

body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline small {
  display: block !important;
  max-width: none !important;
  margin: 0 !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: inherit !important;
  font-weight: 800 !important;
  line-height: inherit !important;
  text-align: left !important;
  text-transform: none !important;
}

@media (max-width: 900px) {
  body[data-page="home"] .stats-section .stats-grid article[data-stack-position="0"] {
    grid-template-columns: 1fr !important;
  }
}

/* Trust the Numbers final global visual rules. */
.stats-section .stats-grid article[data-stack-position] {
  min-height: clamp(300px, 31vw, 390px) !important;
  padding: clamp(34px, 4.6vw, 66px) clamp(42px, 6vw, 86px) !important;
}

.stats-section .stats-grid {
  min-height: clamp(330px, 34vw, 430px) !important;
}

.stats-section .stats-grid article[data-stack-position="0"] {
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.7fr) !important;
}

.stats-section .stats-grid article[data-stack-position] strong {
  font-size: clamp(54px, 6.4vw, 92px) !important;
}

.stats-section .stats-grid article[data-stack-position] span {
  font-size: clamp(22px, 2vw, 30px) !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-description {
  margin-top: clamp(22px, 3vw, 42px) !important;
  font-size: clamp(16px, 1.25vw, 18px) !important;
  line-height: 1.55 !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network .city {
  box-sizing: border-box !important;
  display: inline-flex !important;
  min-width: 46px !important;
  height: 30px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 10px !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network .city::before {
  bottom: calc(100% + 9px) !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-industry-grid span {
  box-sizing: border-box !important;
  display: flex !important;
  min-height: 66px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 10px !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] {
  display: grid !important;
  place-items: center !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-project-stack {
  width: min(100%, 310px) !important;
  gap: 12px !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-project-stack article,
.stats-section .stats-grid article[data-stack-position] .stats-project-stack article:nth-child(2),
.stats-section .stats-grid article[data-stack-position] .stats-project-stack article:nth-child(3) {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  min-height: 64px !important;
  align-items: center !important;
  gap: 14px !important;
  margin-left: 0 !important;
  padding: 12px 16px !important;
  border-radius: 16px !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-project-stack article span {
  width: 30px !important;
  height: 30px !important;
  font-size: 0 !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-project-stack article strong {
  font-size: 17px !important;
  line-height: 1.1 !important;
  text-align: left !important;
  white-space: normal !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] {
  display: grid !important;
  width: min(100%, 430px) !important;
  min-height: 280px !important;
  place-items: center !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .stats-experience-visual {
  width: min(100%, 430px) !important;
  aspect-ratio: auto !important;
  margin: 0 !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .stats-experience-visual::before {
  content: none !important;
  display: none !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline {
  width: min(100%, 380px) !important;
  gap: 18px !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline::before {
  top: 30px !important;
  bottom: 30px !important;
  left: 52px !important;
  width: 3px !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline span {
  min-height: 78px !important;
  padding: 0 24px 0 104px !important;
  border-radius: 22px !important;
  font-size: 22px !important;
  line-height: 1.1 !important;
  text-transform: none !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline span::before {
  left: 31px !important;
  width: 42px !important;
  height: 42px !important;
  border: 0 !important;
  background: #22d3ee !important;
  box-shadow:
    0 0 0 8px rgba(34, 211, 238, 0.14),
    0 0 0 14px rgba(34, 211, 238, 0.07) !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline small {
  display: block !important;
  max-width: none !important;
  margin: 0 !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: inherit !important;
  font-weight: 800 !important;
  line-height: inherit !important;
  text-align: left !important;
  text-transform: none !important;
}

@media (max-width: 900px) {
  .stats-section .stats-grid article[data-stack-position="0"] {
    grid-template-columns: 1fr !important;
  }
}

/* Home section label boxes must be identical wherever reused. */
body[data-page="home"] :is(
  .partners-section .client-stat .eyebrow,
  .offer-section-header .eyebrow,
  .serve-intro .eyebrow
) {
  box-sizing: border-box !important;
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 16px !important;
  border: 1px solid rgba(18, 24, 38, 0.18) !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: #1d4ed8 !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

body[data-page="home"] .partners-section .client-stat .eyebrow {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

/* Real client logos and final stat visual polish. */
body[data-page="home"] .partners-section .logo-wall li {
  display: grid !important;
  min-height: 74px !important;
  place-items: center !important;
  padding: 10px !important;
}

body[data-page="home"] .partners-section .logo-wall img {
  display: block !important;
  width: auto !important;
  max-width: min(150px, 100%) !important;
  max-height: 52px !important;
  object-fit: contain !important;
  filter: none !important;
}

@keyframes client-logo-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

body[data-page="home"] .partners-section .logo-marquee {
  position: relative !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  margin-top: clamp(36px, 4vw, 56px) !important;
  overflow: hidden !important;
}

body[data-page="home"] .partners-section .logo-marquee::before,
body[data-page="home"] .partners-section .logo-marquee::after {
  position: absolute !important;
  z-index: 2 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: clamp(42px, 7vw, 112px) !important;
  pointer-events: none !important;
  content: "" !important;
}

body[data-page="home"] .partners-section .logo-marquee::before {
  left: 0 !important;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%) !important;
}

body[data-page="home"] .partners-section .logo-marquee::after {
  right: 0 !important;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%) !important;
}

body[data-page="home"] .partners-section .logo-marquee-track {
  display: flex !important;
  width: max-content !important;
  gap: clamp(34px, 5vw, 76px) !important;
  align-items: center !important;
  animation: client-logo-marquee 34s linear infinite !important;
  will-change: transform !important;
}

body[data-page="home"] .partners-section .logo-marquee:hover .logo-marquee-track {
  animation-play-state: paused !important;
}

body[data-page="home"] .partners-section .logo-marquee .logo-wall {
  display: flex !important;
  width: max-content !important;
  max-width: none !important;
  grid-template-columns: none !important;
  flex: 0 0 auto !important;
  gap: clamp(34px, 5vw, 76px) !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body[data-page="home"] .partners-section .logo-marquee .logo-wall li {
  display: grid !important;
  width: clamp(120px, 12vw, 170px) !important;
  min-width: clamp(120px, 12vw, 170px) !important;
  min-height: 82px !important;
  place-items: center !important;
  padding: 10px !important;
}

body[data-page="home"] .partners-section .logo-marquee .logo-wall img {
  max-width: min(155px, 100%) !important;
  max-height: 56px !important;
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="home"] .partners-section .logo-marquee-track {
    animation: none !important;
    transform: none !important;
  }
}

/* Final home typography scale: remove fractional clamp outputs and keep repeated roles consistent. */
html body[data-page="home"] :is(
  .respondent-copy h2,
  .offer-section-header h2,
  .serve-intro h2,
  .stats-section .stats-header h2,
  .testimonial-title
) {
  font-size: 56px !important;
  line-height: 60px !important;
}

html body[data-page="home"] :is(
  .intro-copy p,
  .clients-statement,
  .respondent-copy p,
  .offer-section-header p:not(.eyebrow),
  .stats-section .stats-header p,
  .contact-band p
) {
  font-size: 18px !important;
  line-height: 29px !important;
}

html body[data-page="home"] :is(
  .intro-features h2,
  .respondent-note h3,
  .serve-text h3
) {
  font-size: 24px !important;
  line-height: 29px !important;
}

html body[data-page="home"] :is(
  .intro-features p,
  .respondent-note p,
  .serve-text p
) {
  font-size: 16px !important;
  line-height: 25px !important;
}

html body[data-page="home"] .offer-menu a strong {
  font-size: 18px !important;
  line-height: 21px !important;
}

html body[data-page="home"] .offer-detail h2 {
  font-size: 28px !important;
  line-height: 32px !important;
}

html body[data-page="home"] .offer-detail h3 {
  font-size: 22px !important;
  line-height: 26px !important;
}

html body[data-page="home"] :is(
  .offer-detail-copy,
  .offer-detail-subcopy,
  .offer-detail :is(ul, ol) li
) {
  font-size: 16px !important;
  line-height: 23px !important;
}

html body[data-page="home"] .contact-band h2 {
  font-size: 48px !important;
  line-height: 54px !important;
}

html body[data-page="home"] .intro-copy h1 {
  font-size: 48px !important;
  line-height: 54px !important;
}

html body[data-page="home"] .intro-features article h2,
html body[data-page="home"] .intro-features h2 {
  font-size: 24px !important;
  line-height: 29px !important;
}

html body[data-page="home"] .partners-section .client-stat strong {
  font-size: 86px !important;
  line-height: 82px !important;
}

html body[data-page="home"] .partners-section .client-stat > span {
  font-size: 16px !important;
  line-height: 22px !important;
}

html body[data-page="home"] :is(
  .intro-copy p,
  .respondent-copy p,
  .offer-section-header p:not(.eyebrow),
  .stats-section .stats-header p,
  .testimonial-copy h1,
  .contact-band p
) {
  line-height: 29px !important;
}

html body[data-page="home"] :is(
  .intro-features p,
  .serve-description
) {
  line-height: 25px !important;
}

html body[data-page="home"] .site-footer h2 {
  font-size: 18px !important;
  line-height: 21px !important;
}

html body[data-page="home"] :is(.site-footer p, .site-footer a) {
  font-size: 15px !important;
  line-height: 23px !important;
}

/* Match HTML2 source icons in respondent cards. */
html body[data-page="home"] .respondent-note span {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  background: #dbeafe !important;
  color: #2563eb !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
}

html body[data-page="home"] .respondent-note.note-quality span {
  background: #cffafe !important;
  color: #0891b2 !important;
}

html body[data-page="home"] .respondent-note.note-experts span {
  background: #e0e7ff !important;
  color: #1e1b4b !important;
}

html body[data-page="home"] .respondent-note svg {
  width: 32px !important;
  height: 32px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body[data-page="home"] .respondent-note:hover span,
html body[data-page="home"] .respondent-note:focus-within span {
  background: #1d4ed8 !important;
  color: #fff !important;
}

html body[data-page="home"] .respondent-note.note-quality:hover span,
html body[data-page="home"] .respondent-note.note-quality:focus-within span {
  background: #0891b2 !important;
}

html body[data-page="home"] .respondent-note.note-experts:hover span,
html body[data-page="home"] .respondent-note.note-experts:focus-within span {
  background: #1e1b4b !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  stroke-width: 2.2 !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] {
  width: min(100%, 470px) !important;
  min-height: 300px !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .stats-experience-visual {
  width: min(100%, 470px) !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline {
  width: min(100%, 440px) !important;
  gap: 14px !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline::before {
  content: none !important;
  display: none !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline span,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline span {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  width: 100% !important;
  min-height: 76px !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 14px 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035)) !important;
  box-shadow: 0 18px 44px rgba(0,0,0,0.28) !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline span::before {
  content: none !important;
  display: none !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline i {
  display: grid !important;
  width: 54px !important;
  height: 54px !important;
  place-items: center !important;
  border-radius: 16px !important;
  background: rgba(34, 211, 238, 0.14) !important;
  color: #22d3ee !important;
  box-shadow: inset 0 0 0 1px rgba(34, 211, 238, 0.24) !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline i svg {
  width: 28px !important;
  height: 28px !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline small,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline small {
  display: block !important;
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  text-align: left !important;
  text-transform: none !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack {
  width: min(100%, 420px) !important;
  gap: 16px !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article,
.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article:nth-child(2),
.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article:nth-child(3) {
  grid-template-columns: 58px minmax(0, 1fr) !important;
  min-height: 82px !important;
  gap: 20px !important;
  padding: 16px 24px !important;
  border-radius: 22px !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.075), rgba(255,255,255,0.035)) !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article span {
  display: grid !important;
  width: 54px !important;
  height: 54px !important;
  place-items: center !important;
  border-radius: 16px !important;
  background: rgba(34, 211, 238, 0.14) !important;
  color: #22d3ee !important;
  box-shadow: inset 0 0 0 1px rgba(34, 211, 238, 0.24) !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article span::before {
  content: none !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article span svg {
  width: 28px !important;
  height: 28px !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article strong {
  color: #ffffff !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  text-align: left !important;
}

/* Final fix: prevent right-side stat visuals from being squeezed. */
.stats-section .stats-grid article[data-stack-position="0"],
body[data-page="home"] .stats-section .stats-grid article[data-stack-position="0"] {
  grid-template-columns: minmax(0, 0.78fr) minmax(440px, 0.72fr) !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"],
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"],
.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"],
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] {
  width: clamp(420px, 31vw, 500px) !important;
  max-width: none !important;
  justify-self: center !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .stats-experience-visual,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .stats-experience-visual {
  width: 100% !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline,
.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack {
  width: 100% !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline span,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline span {
  grid-template-columns: 58px minmax(0, 1fr) !important;
  min-width: 0 !important;
  overflow: hidden !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline small,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline small,
.stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article strong,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article strong {
  min-width: 0 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

/* Keep the city network as a network, not an inherited white icon. */
.stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network svg,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network svg {
  color: #22d3ee !important;
  opacity: 0.9 !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network svg path,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network svg path {
  stroke: #22d3ee !important;
  stroke-width: 2.2 !important;
  stroke-dasharray: 7 10 !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network .city,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network .city {
  z-index: 4 !important;
}

.stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network .city::before,
body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network .city::before {
  z-index: -1 !important;
  bottom: calc(100% + 11px) !important;
}

@media (max-width: 900px) {
  .stats-section .stats-grid article[data-stack-position="0"],
  body[data-page="home"] .stats-section .stats-grid article[data-stack-position="0"] {
    grid-template-columns: 1fr !important;
  }

  .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"],
  body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"],
  .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"],
  body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] {
    width: min(100%, 420px) !important;
  }
}

/* Absolute final correction: no parent grayscale, no squeezed stat cards. */
body[data-page="home"] .partners-section .logo-wall,
body[data-page="home"] .partners-section .logo-wall li,
body[data-page="home"] .partners-section .logo-wall img {
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

body[data-page="home"] .partners-section .logo-wall img {
  max-width: min(160px, 100%) !important;
  max-height: 58px !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position="0"] {
  grid-template-columns: minmax(0, 0.72fr) minmax(500px, 0.82fr) !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"],
html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] {
  width: 500px !important;
  max-width: 500px !important;
  min-width: 500px !important;
  overflow: visible !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .stats-experience-visual,
html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline,
html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack {
  width: 500px !important;
  max-width: 500px !important;
  min-width: 500px !important;
  overflow: visible !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline span {
  box-sizing: border-box !important;
  display: grid !important;
  width: 500px !important;
  min-width: 500px !important;
  max-width: 500px !important;
  grid-template-columns: 64px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 22px !important;
  padding: 16px 28px !important;
  overflow: visible !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline small {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  white-space: normal !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article {
  box-sizing: border-box !important;
  width: 500px !important;
  min-width: 500px !important;
  max-width: 500px !important;
  overflow: visible !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="network"] {
  width: 420px !important;
  max-width: 420px !important;
  min-width: 420px !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="network"] .stats-city-network {
  width: 420px !important;
  max-width: 420px !important;
  min-width: 420px !important;
}

@media (max-width: 980px) {
  html body[data-page="home"] .stats-section .stats-grid article[data-stack-position="0"] {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"],
  html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"],
  html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .stats-experience-visual,
  html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline,
  html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack,
  html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline span,
  html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article {
    width: min(100%, 500px) !important;
    min-width: 0 !important;
    max-width: 500px !important;
  }
}

/* Final home-page consistency pass: stats visuals, respondent parallax, CTA text, and labels. */
html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"],
html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] {
  width: clamp(430px, 32vw, 500px) !important;
  min-width: clamp(430px, 32vw, 500px) !important;
  max-width: 500px !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline,
html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  gap: 16px !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline span,
html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article {
  box-sizing: border-box !important;
  display: grid !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 82px !important;
  grid-template-columns: 58px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 14px 22px !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline i,
html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article span {
  width: 54px !important;
  height: 54px !important;
  border-radius: 16px !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline i svg,
html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article span svg {
  width: 28px !important;
  height: 28px !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"] .experience-timeline small,
html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"] .stats-project-stack article strong {
  min-width: 0 !important;
  color: #fff !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(20px, 1.65vw, 24px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  text-align: left !important;
  text-transform: none !important;
  white-space: normal !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="network"] {
  width: clamp(360px, 28vw, 430px) !important;
  min-width: clamp(360px, 28vw, 430px) !important;
  max-width: 430px !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="network"] .stats-city-network {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  aspect-ratio: 1.05 !important;
}

html body[data-page="home"] .stats-city-network::before {
  inset: 3% !important;
  border-radius: 28px !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network svg {
  inset: 15% !important;
  width: 70% !important;
  height: 70% !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network svg path {
  fill: none !important;
  stroke: #22d3ee !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network svg .route-main {
  stroke-width: 2.1 !important;
  stroke-dasharray: none !important;
  opacity: 0.85 !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual .stats-city-network svg .route-link {
  stroke-width: 1.8 !important;
  stroke-dasharray: 6 10 !important;
  opacity: 0.72 !important;
}

html body[data-page="home"] .stats-city-network .city {
  height: 30px !important;
  min-width: 48px !important;
  padding: 0 10px !important;
  border-radius: 9px !important;
  font-size: 12px !important;
}

html body[data-page="home"] .stats-city-network .city::before {
  width: 40px !important;
  height: 40px !important;
  bottom: calc(100% + 9px) !important;
}

html body[data-page="home"] .stats-city-network .city-del {
  top: 22% !important;
  left: 46% !important;
}

html body[data-page="home"] .stats-city-network .city-bom {
  top: 50% !important;
  left: 11% !important;
}

html body[data-page="home"] .stats-city-network .city-blr {
  bottom: 8% !important;
  left: 35% !important;
}

html body[data-page="home"] .stats-city-network .city-ccu {
  top: 47% !important;
  right: 10% !important;
}

html body[data-page="home"] .respondent-photo,
html body[data-page="home"] .respondent-option-hotspots .respondent-photo {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(5, 5, 5, 0.08)),
    var(--img-respondents) center / cover fixed no-repeat !important;
  transform: translateZ(0) !important;
}

html body[data-page="home"] .offer-panel-cta p {
  max-width: 920px !important;
  color: #111827 !important;
  font-size: clamp(20px, 1.55vw, 26px) !important;
  font-weight: 700 !important;
  line-height: 1.36 !important;
}

html body[data-page="home"] .serve-intro > div > .eyebrow,
html body[data-page="home"] .serve-section .serve-intro .eyebrow {
  box-sizing: border-box !important;
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 16px !important;
  border: 1px solid rgba(18, 24, 38, 0.18) !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: #1d4ed8 !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

@media (max-width: 980px) {
  html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="badge"],
  html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="projects"],
  html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="network"] {
    width: min(100%, 430px) !important;
    min-width: 0 !important;
  }

  html body[data-page="home"] .respondent-photo,
  html body[data-page="home"] .respondent-option-hotspots .respondent-photo {
    background-attachment: scroll !important;
  }
}

/* Final isolated city network and visible respondent parallax. */
html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="network"] {
  width: clamp(380px, 29vw, 440px) !important;
  min-width: clamp(380px, 29vw, 440px) !important;
  max-width: 440px !important;
  min-height: clamp(320px, 27vw, 400px) !important;
  place-items: center !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="network"] .stats-city-network {
  position: relative !important;
  width: clamp(340px, 27vw, 410px) !important;
  min-width: clamp(340px, 27vw, 410px) !important;
  max-width: 410px !important;
  aspect-ratio: 1.02 !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

html body[data-page="home"] .stats-city-network::before {
  inset: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at 50% 50%, rgba(34, 211, 238, 0.12), transparent 58%),
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px) !important;
  background-size: auto, 34px 34px, 34px 34px !important;
}

html body[data-page="home"] .stats-city-network svg {
  position: absolute !important;
  inset: 16% !important;
  width: 68% !important;
  height: 68% !important;
  overflow: visible !important;
}

html body[data-page="home"] .stats-city-network svg .route-main {
  stroke: rgba(34, 211, 238, 0.78) !important;
  stroke-width: 2.2 !important;
  stroke-dasharray: none !important;
}

html body[data-page="home"] .stats-city-network svg .route-link {
  stroke: rgba(34, 211, 238, 0.68) !important;
  stroke-width: 1.8 !important;
  stroke-dasharray: 6 10 !important;
}

html body[data-page="home"] .stats-city-network .city {
  display: none !important;
}

html body[data-page="home"] .stats-city-network .city-point {
  position: absolute !important;
  z-index: 3 !important;
  display: grid !important;
  width: 64px !important;
  justify-items: center !important;
  gap: 8px !important;
  transform: translate(-50%, -50%) !important;
}

html body[data-page="home"] .stats-city-network .city-point b {
  display: block !important;
  width: 46px !important;
  height: 46px !important;
  border: 3px solid rgba(226, 232, 240, 0.92) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 50% 36%, rgba(255,255,255,0.96) 0 15%, transparent 16%),
    radial-gradient(circle at 50% 73%, rgba(15,23,42,0.88) 0 34%, transparent 35%),
    linear-gradient(135deg, #172033, #334155) !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.38) !important;
}

html body[data-page="home"] .stats-city-network .city-point em {
  display: inline-flex !important;
  min-width: 52px !important;
  height: 30px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9px !important;
  padding: 0 10px !important;
  background: #2563eb !important;
  color: #ffffff !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.34) !important;
}

html body[data-page="home"] .stats-city-network .city-del {
  top: 20% !important;
  left: 50% !important;
}

html body[data-page="home"] .stats-city-network .city-bom {
  top: 52% !important;
  left: 22% !important;
}

html body[data-page="home"] .stats-city-network .city-blr {
  top: 76% !important;
  left: 42% !important;
}

html body[data-page="home"] .stats-city-network .city-ccu {
  top: 48% !important;
  left: 78% !important;
}

html body[data-page="home"] .respondent-photo,
html body[data-page="home"] .respondent-option-hotspots .respondent-photo {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(5, 5, 5, 0.08)),
    var(--img-respondents) center calc(50% + var(--media-y, 0px)) / cover no-repeat !important;
  transform: none !important;
  will-change: background-position !important;
}

html body.motion-ready[data-page="home"] .respondent-photo,
html body.motion-ready[data-page="home"] .respondent-option-hotspots .respondent-photo {
  transform: none !important;
}

html body[data-page="home"] .serve-section .serve-layout .serve-intro p.eyebrow,
html body[data-page="home"] main .serve-section .serve-intro > div > p.eyebrow,
html body[data-page="home"] .home-section-label {
  display: inline-flex !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: max-content !important;
  min-height: 40px !important;
  margin: 0 0 16px !important;
  padding: 10px 14px !important;
  border: 1px solid rgba(18, 24, 38, 0.18) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: #1d4ed8 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

html body[data-page="home"] .home-section-label {
  box-sizing: border-box !important;
  display: inline-flex !important;
  width: fit-content !important;
  min-width: 0 !important;
  max-width: max-content !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 16px !important;
  border: 1px solid rgba(18, 24, 38, 0.18) !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  background: rgba(255, 255, 255, 0.86) !important;
  color: #1d4ed8 !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

/* Final polish: smaller city network, footer SVG icons, and aligned services dropdown. */
html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="network"] {
  width: clamp(300px, 23vw, 350px) !important;
  min-width: clamp(300px, 23vw, 350px) !important;
  max-width: 350px !important;
  min-height: clamp(270px, 22vw, 330px) !important;
}

html body[data-page="home"] .stats-section .stats-grid article[data-stack-position] .stats-card-visual[data-visual="network"] .stats-city-network {
  width: clamp(280px, 22vw, 330px) !important;
  min-width: clamp(280px, 22vw, 330px) !important;
  max-width: 330px !important;
}

html body[data-page="home"] .stats-city-network::before {
  border-radius: 24px !important;
  background-size: auto, 30px 30px, 30px 30px !important;
}

html body[data-page="home"] .stats-city-network svg {
  inset: 18% !important;
  width: 64% !important;
  height: 64% !important;
}

html body[data-page="home"] .stats-city-network svg .route-main,
html body[data-page="home"] .stats-city-network svg .route-link {
  vector-effect: non-scaling-stroke !important;
}

html body[data-page="home"] .stats-city-network svg .route-main {
  stroke-width: 2 !important;
}

html body[data-page="home"] .stats-city-network svg .route-link {
  display: block !important;
  stroke-width: 1.8 !important;
  stroke-dasharray: 6 8 !important;
  opacity: 0.9 !important;
}

html body[data-page="home"] .stats-city-network .city-point {
  width: 54px !important;
  gap: 6px !important;
}

html body[data-page="home"] .stats-city-network .city-point b {
  width: 38px !important;
  height: 38px !important;
  border-width: 2px !important;
}

html body[data-page="home"] .stats-city-network .city-point em {
  min-width: 46px !important;
  height: 27px !important;
  border-radius: 8px !important;
  font-size: 11px !important;
}

html body[data-page="home"] .stats-city-network .city-del { top: 21% !important; left: 50% !important; }
html body[data-page="home"] .stats-city-network .city-bom { top: 52% !important; left: 21% !important; }
html body[data-page="home"] .stats-city-network .city-blr { top: 75% !important; left: 41% !important; }
html body[data-page="home"] .stats-city-network .city-ccu { top: 48% !important; left: 78% !important; }

.site-footer .footer-socials a svg {
  display: block !important;
  width: 17px !important;
  height: 17px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.9 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.site-footer .footer-socials a[aria-label="WhatsApp"] svg {
  fill: currentColor !important;
  stroke: none !important;
}

.site-footer .footer-socials a[aria-label="Facebook"] svg,
.site-footer .footer-socials a[aria-label="LinkedIn"] svg {
  fill: currentColor !important;
  stroke: none !important;
}

.site-nav .nav-dropdown {
  align-items: center !important;
}

.site-nav .nav-dropdown-trigger {
  min-height: 36px !important;
  align-items: center !important;
  gap: 7px !important;
  line-height: 1 !important;
}

.site-nav .nav-dropdown-trigger span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 9px !important;
  height: 9px !important;
  overflow: hidden !important;
  color: currentColor !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transform: translateY(1px) !important;
}

.site-nav .nav-dropdown-trigger span::before {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translate(-1px, -1px);
  transform-origin: center;
}

.site-nav .nav-dropdown-menu {
  top: calc(100% + 12px) !important;
  left: 50% !important;
  width: 320px !important;
  min-width: 320px !important;
  padding: 12px !important;
  border-radius: 10px !important;
  transform: translate(-50%, 8px) !important;
}

.site-nav .nav-dropdown:hover .nav-dropdown-menu,
.site-nav .nav-dropdown:focus-within .nav-dropdown-menu {
  transform: translate(-50%, 0) !important;
}

.site-nav .nav-dropdown-menu::before {
  height: 14px !important;
}

.site-nav .nav-dropdown-menu a {
  display: block !important;
  width: 100% !important;
  padding: 11px 12px !important;
  text-align: left !important;
}

/* Offer/service detail cleanup: keep CTAs on service pages and normalize requested copy scale. */
html body[data-page="home"] .offer-panel {
  grid-template-areas: "menu photo detail" !important;
}

html body[data-page="home"] .offer-panel-cta {
  display: none !important;
}

html body[data-page="home"] .offer-menu a span {
  display: none !important;
  width: min(52ch, 100%) !important;
  max-width: 52ch !important;
  font-size: 16px !important;
  line-height: 1.38 !important;
}

html body[data-page="home"] .offer-menu a.is-active span {
  display: block !important;
}

html body[data-page="home"] .serve-intro p {
  max-width: 68ch !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

html body[data-page="home"] .serve-section .serve-intro > div > p {
  font-size: 16px !important;
  line-height: 1.6 !important;
}

html body[data-page="home"] .serve-section .serve-intro p.serve-description {
  font: 400 16px/1.6 "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

html body[data-page="home"] .offer-detail h2,
html body[data-page="home"] .offer-detail h3 {
  font-family: "Montserrat", "Syne", ui-sans-serif, system-ui, sans-serif !important;
}

html body[data-page="home"] .offer-detail-action {
  display: flex !important;
  justify-content: center !important;
  margin-top: clamp(18px, 2vw, 26px) !important;
}

html body[data-page="home"] .offer-detail-action .button {
  min-height: 38px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  padding: 9px 17px !important;
  background: #0057ff !important;
  color: #fff !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

html body[data-page="home"] .offer-detail-action .button:hover {
  background: #0057ff !important;
  color: #fff !important;
}

html body[data-page="home"] .offer-menu a strong {
  font-size: 22px !important;
  line-height: 26px !important;
}

html body[data-page="home"] .offer-detail-copy,
html body[data-page="home"] .offer-detail-subcopy,
html body[data-page="home"] .offer-detail :is(ul, ol) li {
  font-size: 16px !important;
  line-height: 1.45 !important;
}

html body[data-page="home"] .offer-panel .offer-detail .offer-detail-main > p.offer-detail-copy,
html body[data-page="home"] .offer-panel .offer-detail .offer-detail-main > p.offer-detail-subcopy {
  font-size: 16px !important;
  line-height: 1.45 !important;
}

body[data-page="service-detail"] .service-detail-cta {
  position: relative;
  display: grid;
  min-height: clamp(170px, 13vw, 230px);
  grid-template-columns: minmax(0, 0.68fr) minmax(200px, 0.32fr);
  grid-template-rows: auto auto;
  column-gap: clamp(24px, 5vw, 72px);
  row-gap: clamp(12px, 1.5vw, 22px);
  align-items: center;
  margin-top: clamp(30px, 4vw, 54px);
  border-radius: clamp(26px, 3.4vw, 48px);
  padding: clamp(24px, 3vw, 36px) clamp(34px, 5vw, 64px);
  background:
    linear-gradient(180deg, rgba(7, 55, 255, 0.14), rgba(18, 199, 232, 0) 54%),
    linear-gradient(135deg, #1267ff 0%, #1b8fff 45%, #28cee4 100%);
  box-shadow: 0 26px 70px rgba(7, 55, 255, 0.2);
  overflow: hidden;
}

body[data-page="service-detail"] .service-detail-cta::before {
  content: none !important;
  display: none !important;
}

body[data-page="service-detail"] .service-detail-cta::after {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  width: clamp(150px, 12vw, 230px);
  aspect-ratio: 0.92 / 1;
  background: #fff;
  content: "";
  mask: url("assets/tdrs-symbol.png") center / contain no-repeat;
  opacity: 0.96;
  pointer-events: none;
}

body[data-page="service-detail"] .service-detail-cta p {
  position: relative;
  z-index: 1;
  grid-column: 1;
  grid-row: 1;
  max-width: 760px !important;
  margin: 0 !important;
  color: #fff !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(24px, 2.35vw, 36px) !important;
  font-weight: 700 !important;
  letter-spacing: 0;
  line-height: 1.2 !important;
}

body[data-page="service-detail"] .service-detail-cta .button {
  position: relative;
  z-index: 2;
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
  width: fit-content;
  min-width: clamp(160px, 14vw, 230px);
  min-height: clamp(42px, 3vw, 50px);
  margin-top: clamp(14px, 1.6vw, 20px);
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 8px !important;
  padding: 11px clamp(24px, 2.4vw, 38px) !important;
  background: #050505 !important;
  color: #fff !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(14px, 1.05vw, 18px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24) !important;
  transform: none;
}

body[data-page="service-detail"] .service-detail-cta .button:hover {
  background: #050505 !important;
  color: #fff !important;
}

section.contact-band#contact .contact-cta-button,
body[data-page] section.contact-band#contact .contact-cta-button.button.primary {
  width: fit-content !important;
  min-width: 140px !important;
  max-width: max-content !important;
  padding-right: 24px !important;
  padding-left: 24px !important;
  justify-self: center !important;
  margin-inline: auto !important;
}

@media (max-width: 900px) {
  html body[data-page="home"] .offer-panel {
    grid-template-areas:
      "menu"
      "photo"
      "detail" !important;
  }

  body[data-page="service-detail"] .service-detail-cta {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  body[data-page="service-detail"] .service-detail-cta::after {
    justify-self: start;
    width: clamp(120px, 28vw, 180px);
  }

  body[data-page="service-detail"] .service-detail-cta p {
    max-width: none;
    font-size: clamp(28px, 8vw, 42px);
  }

  body[data-page="service-detail"] .service-detail-cta .button {
    width: fit-content;
  }
}

/* Trust the numbers alternate variant from supplied slider reference. */
html body[data-page="home"] .legacy-stats-band {
  display: none !important;
}

html body[data-page="home"] .trust-variant-band {
  padding-block: var(--section-space) !important;
  background: #fff !important;
}

html body[data-page="home"] .trust-variant-section {
  width: min(100%, var(--max));
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  padding: clamp(28px, 4vw, 56px);
  background: #030303;
  color: #fff;
  box-shadow: 0 24px 70px rgba(6, 10, 20, 0.14);
}

html body[data-page="home"] .trust-variant-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  margin-bottom: clamp(28px, 4vw, 46px);
}

html body[data-page="home"] .trust-variant-header h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif;
  font-size: var(--h2-size);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.06;
}

html body[data-page="home"] .trust-variant-header p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: var(--body-size);
  line-height: 1.6;
}

html body[data-page="home"] .trust-variant-header a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 9px 17px;
  background: #0057ff;
  color: #fff;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

html body[data-page="home"] .trust-carousel {
  position: relative;
  display: grid;
  min-height: clamp(350px, 33vw, 460px);
  align-items: center;
}

html body[data-page="home"] .trust-track {
  position: relative;
  min-height: clamp(330px, 31vw, 420px);
  overflow: visible;
  perspective: 1200px;
}

html body[data-page="home"] .trust-slide {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(78%, 930px);
  min-height: clamp(292px, 28vw, 380px);
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.78fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  padding: clamp(28px, 3.5vw, 48px);
  background:
    radial-gradient(circle at 80% 18%, rgba(36, 211, 238, 0.08), transparent 30%),
    linear-gradient(135deg, #171717, #080808);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) translateX(170px) translateZ(-150px) scale(0.86);
  transition:
    transform 0.55s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.55s ease;
}

html body[data-page="home"] .trust-slide[data-position="0"] {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) translateX(0) translateZ(0) scale(1);
}

html body[data-page="home"] .trust-slide[data-position="1"] {
  z-index: 4;
  opacity: 0.58;
  transform: translate(-43%, -50%) translateX(76px) translateZ(-70px) scale(0.93);
}

html body[data-page="home"] .trust-slide[data-position="2"] {
  z-index: 3;
  opacity: 0.24;
  transform: translate(-38%, -50%) translateX(150px) translateZ(-140px) scale(0.86);
}

html body[data-page="home"] .trust-slide[data-position="hidden"] {
  opacity: 0;
  transform: translate(-50%, -50%) translateX(220px) translateZ(-180px) scale(0.82);
}

html body[data-page="home"] .trust-slide-copy strong {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(64px, 7vw, 104px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.94;
}

html body[data-page="home"] .trust-slide-copy h3 {
  max-width: 430px;
  margin: 0 0 18px;
  color: #fff;
  font-family: "Montserrat", "Syne", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(24px, 2.4vw, 32px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
}

html body[data-page="home"] .trust-slide-copy p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

html body[data-page="home"] .trust-arrow {
  position: absolute;
  z-index: 8;
  top: 50%;
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: #070707;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, border-color 0.2s ease;
}

html body[data-page="home"] .trust-arrow:hover {
  border-color: rgba(36, 211, 238, 0.55);
  background: #101010;
}

html body[data-page="home"] .trust-arrow-prev {
  left: 0;
}

html body[data-page="home"] .trust-arrow-next {
  right: 0;
}

html body[data-page="home"] .trust-arrow span {
  display: block;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-3px);
}

html body[data-page="home"] .trust-progress {
  width: min(520px, 60%);
  height: 7px;
  margin: clamp(18px, 2.5vw, 28px) auto 0;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

html body[data-page="home"] .trust-progress span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22d3ee, #2563eb);
  transition: width 0.35s ease;
}

html body[data-page="home"] .trust-slide-visual {
  min-height: 250px;
}

html body[data-page="home"] .trust-visual-timeline {
  position: relative;
  display: grid;
  align-content: center;
  gap: 18px;
}

html body[data-page="home"] .trust-visual-timeline::before {
  position: absolute;
  top: 50%;
  bottom: 18px;
  left: 36px;
  width: 3px;
  border-radius: 99px;
  background: #23d3ee;
  content: "";
  transform: translateY(-50%);
}

html body[data-page="home"] .trust-visual-timeline div {
  position: relative;
  display: grid;
  min-height: 72px;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 12px 20px 12px 0;
  background: rgba(255, 255, 255, 0.06);
}

html body[data-page="home"] .trust-visual-timeline span {
  position: relative;
  z-index: 1;
  width: 38px;
  height: 38px;
  justify-self: center;
  border: 8px solid rgba(34, 211, 238, 0.18);
  border-radius: 999px;
  background: #22d3ee;
}

html body[data-page="home"] .trust-visual-timeline b,
html body[data-page="home"] .trust-visual-steps b,
html body[data-page="home"] .trust-visual-industries span {
  color: #fff;
  font-family: "Montserrat", "Syne", ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

html body[data-page="home"] .trust-visual-people {
  position: relative;
  min-height: 280px;
}

html body[data-page="home"] .trust-visual-people span {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 3px solid #22d3ee;
  border-radius: 999px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

html body[data-page="home"] .trust-visual-people span:nth-child(1) {
  top: 26%;
  left: 42%;
  width: 96px;
  height: 96px;
  border-color: rgba(255, 255, 255, 0.78);
  background-image: url("https://randomuser.me/api/portraits/women/44.jpg");
}

html body[data-page="home"] .trust-visual-people span:nth-child(2) {
  top: 8%;
  left: 12%;
  width: 64px;
  height: 64px;
  background-image: url("https://randomuser.me/api/portraits/men/32.jpg");
}

html body[data-page="home"] .trust-visual-people span:nth-child(3) {
  top: 10%;
  right: 12%;
  width: 70px;
  height: 70px;
  background-image: url("https://randomuser.me/api/portraits/women/65.jpg");
}

html body[data-page="home"] .trust-visual-people span:nth-child(4) {
  right: 8%;
  bottom: 24%;
  width: 58px;
  height: 58px;
  background-image: url("https://randomuser.me/api/portraits/men/75.jpg");
}

html body[data-page="home"] .trust-visual-people span:nth-child(5) {
  bottom: 10%;
  left: 32%;
  width: 62px;
  height: 62px;
  background-image: url("https://randomuser.me/api/portraits/women/12.jpg");
}

html body[data-page="home"] .trust-visual-people span:nth-child(6) {
  bottom: 20%;
  left: 8%;
  width: 60px;
  height: 60px;
  background-image: url("https://randomuser.me/api/portraits/men/46.jpg");
}

html body[data-page="home"] .trust-visual-steps {
  display: grid;
  align-content: center;
  gap: 16px;
}

html body[data-page="home"] .trust-visual-steps div {
  display: grid;
  min-height: 84px;
  grid-template-columns: 74px minmax(150px, 1fr);
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.06);
}

html body[data-page="home"] .trust-visual-steps svg {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(34, 211, 238, 0.42);
  border-radius: 16px;
  padding: 14px;
  background: rgba(34, 211, 238, 0.13);
  stroke: #22d3ee;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

html body[data-page="home"] .trust-visual-network {
  position: relative;
  width: min(320px, 100%);
  min-height: 280px;
  justify-self: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(34, 211, 238, 0.1), transparent 45%);
  background-size: 34px 34px, 34px 34px, auto;
}

html body[data-page="home"] .trust-visual-network svg {
  position: absolute;
  inset: 24%;
  width: 52%;
  height: 52%;
  overflow: visible;
}

html body[data-page="home"] .trust-visual-network svg path {
  fill: none;
  stroke: #22d3ee;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

html body[data-page="home"] .trust-visual-network svg path:not(:first-child) {
  stroke-dasharray: 6 8;
  opacity: 0.84;
}

html body[data-page="home"] .trust-visual-network i {
  position: absolute;
  display: grid;
  width: 58px;
  justify-items: center;
  gap: 6px;
  font-style: normal;
  transform: translate(-50%, -50%);
}

html body[data-page="home"] .trust-visual-network i span {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 28%, #fff 0 16%, transparent 17%),
    radial-gradient(circle at 50% 78%, #17233e 0 42%, transparent 43%),
    #253148;
}

html body[data-page="home"] .trust-visual-network i b {
  display: grid;
  min-width: 48px;
  min-height: 30px;
  place-items: center;
  border-radius: 9px;
  background: #2563eb;
  color: #fff;
  font-family: "Montserrat", "Syne", ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

html body[data-page="home"] .trust-visual-network .node-del { top: 18%; left: 50%; }
html body[data-page="home"] .trust-visual-network .node-bom { top: 54%; left: 18%; }
html body[data-page="home"] .trust-visual-network .node-blr { top: 76%; left: 44%; }
html body[data-page="home"] .trust-visual-network .node-ccu { top: 50%; left: 82%; }

html body[data-page="home"] .trust-visual-industries {
  display: grid;
  max-width: 300px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: center;
  justify-self: center;
}

html body[data-page="home"] .trust-visual-industries span {
  display: grid;
  min-height: 72px;
  place-items: center;
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 16px;
}

@media (max-width: 900px) {
  html body[data-page="home"] .trust-variant-header {
    grid-template-columns: 1fr;
  }

  html body[data-page="home"] .trust-variant-header a {
    width: fit-content;
  }

  html body[data-page="home"] .trust-carousel {
    min-height: auto;
  }

  html body[data-page="home"] .trust-track {
    min-height: 620px;
  }

  html body[data-page="home"] .trust-slide {
    width: calc(100% - 34px);
    grid-template-columns: 1fr;
    gap: 22px;
    transform: translate(-50%, -50%) scale(0.96);
  }

  html body[data-page="home"] .trust-slide[data-position="0"] {
    transform: translate(-50%, -50%) scale(1);
  }

  html body[data-page="home"] .trust-slide[data-position="1"],
  html body[data-page="home"] .trust-slide[data-position="2"],
  html body[data-page="home"] .trust-slide[data-position="hidden"] {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.96);
  }

  html body[data-page="home"] .trust-arrow-prev {
    left: -6px;
  }

  html body[data-page="home"] .trust-arrow-next {
    right: -6px;
  }

  html body[data-page="home"] .trust-progress {
    width: 76%;
  }
}

@media (max-width: 620px) {
  html body[data-page="home"] .trust-variant-section {
    border-radius: 20px;
    padding: 24px 18px;
  }

  html body[data-page="home"] .trust-track {
    min-height: 660px;
  }

  html body[data-page="home"] .trust-slide {
    min-height: 590px;
    padding: 24px 20px;
  }

  html body[data-page="home"] .trust-slide-copy strong {
    font-size: 56px;
  }
}

/* Home typography: Syne only for the main hero heading; Montserrat for headings; Neue Plak for paragraph copy. */
body[data-page="home"] main {
  font-family: "Neue Plak", "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
}

body[data-page="home"] main :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .client-stat strong,
  .client-stat > span,
  .offer-menu a strong,
  .stats-grid strong,
  .stats-grid span,
  .trust-slide-copy strong,
  .trust-visual-timeline b,
  .trust-visual-steps b,
  .trust-visual-industries span,
  .trust-visual-network i b,
  [data-testimonial-quote]
) {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  letter-spacing: 0 !important;
}

body[data-page="home"] .hero-focus-band .intro-copy h1,
body[data-page="home"] .hero-focus-band .intro-copy h1 span {
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

body[data-page="home"] main :is(
  p,
  li,
  .clients-statement,
  .respondent-copy p,
  .respondent-note p,
  .offer-section-header p,
  .offer-menu a span,
  .offer-detail-copy,
  .offer-detail-subcopy,
  .offer-detail :is(ul, ol) li,
  .serve-description,
  .serve-text p,
  .trust-variant-header p,
  .trust-slide-copy p,
  .testimonial-copy p,
  .contact-copy p
) {
  font-family: "Neue Plak", "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
}

html body[data-page="home"] :is(
  .hero-focus-band .intro-features h2,
  .partners-section .client-stat strong,
  .partners-section .client-stat > span,
  .respondent-copy h2,
  .respondent-note h3,
  .offer-section-header h2,
  .offer-menu a strong,
  .offer-detail h2,
  .offer-detail h3,
  .serve-intro h2,
  .serve-card h3,
  .trust-variant-header h2,
  .trust-slide-copy strong,
  .trust-slide-copy h3,
  .trust-visual-timeline b,
  .trust-visual-steps b,
  .trust-visual-industries span,
  .trust-visual-network i b,
  .testimonial-title,
  .testimonial-copy h1,
  .contact-copy h2,
  .home-section-label,
  .eyebrow
) {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
}

html body[data-page="home"] :is(
  .hero-focus-band .intro-copy p,
  .hero-focus-band .intro-features p,
  .partners-section .clients-statement,
  .respondent-copy p,
  .respondent-note p,
  .offer-section-header p,
  .offer-menu a span,
  .offer-detail-copy,
  .offer-detail-subcopy,
  .offer-detail :is(ul, ol) li,
  .serve-description,
  .serve-card p,
  .trust-variant-header p,
  .trust-slide-copy p,
  .testimonial-copy p,
  .contact-copy p
) {
  font-family: "Neue Plak", "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
}

html body[data-page="home"] .hero-focus-band .intro-copy h1,
html body[data-page="home"] .hero-focus-band .intro-copy h1 span {
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
}

html body[data-page="home"] .hero-focus-band .intro-copy p,
html body[data-page="home"] .respondent-copy p,
html body[data-page="home"] .offer-section-header p,
html body[data-page="home"] .serve-section .serve-intro p.serve-description,
html body[data-page="home"] .offer-panel .offer-detail .offer-detail-main > p.offer-detail-copy,
html body[data-page="home"] .offer-panel .offer-detail .offer-detail-main > p.offer-detail-subcopy {
  font-family: "Neue Plak", "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
}

/* Imported Capture4 trust-number component from supplied DOCX, scoped to avoid Tailwind/global resets. */
html body:is([data-page="home"], [data-page="why-us"]) .capture4-trust-band {
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
  background: #fff !important;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-trust-section {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
  color: #0f172a;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 6vw, 80px);
  margin-bottom: var(--section-gap);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-section-header h2 {
  margin: 0 0 14px;
  color: #050505;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(38px, 4.4vw, 56px);
  font-weight: 500;
  letter-spacing: 0 !important;
  line-height: 1.08;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-section-header p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-family: "Neue Plak", "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--fs-p1);
  font-weight: 400;
  line-height: 1.58;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-section-header a {
  display: inline-flex;
  min-height: 48px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-radius: 999px;
  padding: 0 24px;
  background: #fff;
  color: #111;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0 !important;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-section-header a:hover {
  background: #111;
  color: #fff;
  transform: translateY(-1px);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-stage {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-viewport {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: clamp(340px, 26vw, 370px);
  align-items: center;
  justify-content: flex-start;
  perspective: 1200px;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-track {
  position: relative;
  width: 100%;
  height: 100%;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-card {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: calc(100% - 96px);
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: clamp(44px, 6vw, 96px);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 24px;
  padding: clamp(32px, 4vw, 52px) clamp(40px, 5vw, 68px);
  background: #fff;
  box-shadow: 0 20px 35px rgba(15, 23, 42, 0.11);
  cursor: grab;
  user-select: none;
  transition:
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.6s ease;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-card:active {
  cursor: grabbing;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-copy {
  min-width: 0;
  flex: 1 1 620px;
  max-width: 720px;
  padding-right: 0;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-stat {
  display: block;
  margin-bottom: clamp(10px, 1.4vw, 18px);
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(66px, 7vw, 96px);
  font-weight: 700;
  letter-spacing: 0 !important;
  line-height: 0.9;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-card[data-theme="blue"] .capture4-stat { color: #1d4ed8; }
html body:is([data-page="home"], [data-page="why-us"]) .capture4-card[data-theme="cyan"] .capture4-stat { color: #0891b2; }
html body:is([data-page="home"], [data-page="why-us"]) .capture4-card[data-theme="indigo"] .capture4-stat { color: #4338ca; }
html body:is([data-page="home"], [data-page="why-us"]) .capture4-card[data-theme="emerald"] .capture4-stat { color: #059669; }

html body:is([data-page="home"], [data-page="why-us"]) .capture4-card h3 {
  max-width: 640px;
  margin: 0 0 18px;
  color: #1e293b;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(22px, 1.8vw, 30px);
  font-weight: 600;
  letter-spacing: 0 !important;
  line-height: 1.14;
  text-transform: uppercase;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-card p {
  max-width: 640px;
  margin: 0;
  color: #64748b;
  font-family: "Neue Plak", "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--fs-p1);
  font-weight: 400;
  line-height: 1.58;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-arrow {
  position: absolute;
  z-index: 40;
  top: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fff;
  color: #3b82f6;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.2s ease, background 0.2s ease;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-arrow:hover {
  background: #f8fafc;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-prev { left: -24px; }
html body:is([data-page="home"], [data-page="why-us"]) .capture4-next { right: 0; }

html body:is([data-page="home"], [data-page="why-us"]) .capture4-arrow span {
  display: block;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-2px);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-progress-wrap {
  display: flex;
  width: 100%;
  max-width: 440px;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin-top: 22px;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-progress {
  position: relative;
  width: 100%;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #f1f5f9;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-progress span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #22d3ee, #2563eb);
  transition: width 0.5s ease;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-counter {
  display: none;
  align-items: center;
  gap: 8px;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-counter span {
  border-radius: 6px;
  padding: 2px 10px;
  background: #eff6ff;
  color: #2563eb;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 12px;
  font-weight: 700;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-counter em {
  color: #94a3b8;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 12px;
  font-style: normal;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-visual {
  position: relative;
  width: clamp(220px, 23vw, 300px);
  height: clamp(220px, 23vw, 300px);
  flex: 0 0 clamp(220px, 23vw, 300px);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-avatar-orbit {
  display: flex;
  align-items: center;
  justify-content: center;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-avatar {
  position: absolute;
  overflow: hidden;
  border: 2px solid #22d3ee;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-avatar.main {
  position: relative;
  z-index: 2;
  width: 96px;
  height: 96px;
  border: 4px solid #e2e8f0;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-avatar.a1 { top: 12px; left: 18px; width: 56px; height: 56px; }
html body:is([data-page="home"], [data-page="why-us"]) .capture4-avatar.a2 { top: 12px; right: 18px; width: 56px; height: 56px; }
html body:is([data-page="home"], [data-page="why-us"]) .capture4-avatar.a3 { top: 104px; right: 0; width: 56px; height: 56px; }
html body:is([data-page="home"], [data-page="why-us"]) .capture4-avatar.a4 { bottom: 12px; left: 122px; width: 56px; height: 56px; }
html body:is([data-page="home"], [data-page="why-us"]) .capture4-avatar.a5 { bottom: 42px; left: 0; width: 56px; height: 56px; }

html body:is([data-page="home"], [data-page="why-us"]) .capture4-experience-timeline {
  display: grid;
  align-content: center;
  gap: 14px;
  padding-left: 48px;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-timeline-line {
  position: absolute;
  top: 56px;
  bottom: 56px;
  left: 28px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2563eb, #22d3ee);
  transform: translateX(-50%);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-timeline-node {
  position: relative;
  display: grid;
  min-height: 72px;
  align-content: center;
  gap: 4px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 14px;
  padding: 12px 14px 12px 20px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.07);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-timeline-node::before {
  position: absolute;
  top: 50%;
  left: -32px;
  width: 16px;
  height: 16px;
  border: 4px solid #fff;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.22);
  content: "";
  transform: translateY(-50%);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-timeline-node span {
  color: #1d4ed8;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-timeline-node strong {
  color: #1e293b;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.22;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-project-flow {
  display: grid;
  align-content: center;
  gap: 14px;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-project-flow::before {
  position: absolute;
  top: 64px;
  bottom: 64px;
  left: 42px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.1), rgba(37, 99, 235, 0.42), rgba(37, 99, 235, 0.1));
  content: "";
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-flow-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(67, 56, 202, 0.13);
  border-radius: 16px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #fff, #f8f9ff);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.07);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-flow-card i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 14px;
  background: #eef6ff;
  color: #2563eb;
  font-style: normal;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-flow-card i svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 2;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-flow-card span {
  color: #1e293b;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.15;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-industries {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-content: center;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-industry {
  display: flex;
  min-height: 64px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-industry svg {
  width: 20px;
  height: 20px;
  margin-bottom: 6px;
  stroke-width: 2;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-industry span {
  color: #475569;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 12px;
  font-weight: 800;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-map {
  width: 250px;
  height: 250px;
  overflow: visible;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-india-outline {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 232px;
  height: 264px;
  opacity: 1;
  filter: invert(43%) sepia(97%) saturate(1918%) hue-rotate(196deg) brightness(82%) contrast(132%) drop-shadow(0 0 5px rgba(37, 99, 235, 0.18));
  object-fit: contain;
  transform: translate(-50%, -50%);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-map svg {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 15px rgba(59, 130, 246, 0.16));
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-map::before {
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(59, 130, 246, 0.12);
  border-radius: 999px;
  animation: capture4-spin 60s linear infinite;
  content: "";
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-city {
  position: absolute;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 3px;
  transform: translate(-50%, -50%);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-city img {
  width: 28px;
  height: 28px;
  overflow: hidden;
  border: 2px solid #3b82f6;
  border-radius: 999px;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.2);
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-city span {
  display: grid;
  min-width: 30px;
  min-height: 18px;
  place-items: center;
  border-radius: 4px;
  background: #2563eb;
  color: #fff;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 8px;
  font-weight: 800;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-city.del { left: 47.5%; top: 24.7%; }
html body:is([data-page="home"], [data-page="why-us"]) .capture4-city.bom { left: 30%; top: 55.2%; }
html body:is([data-page="home"], [data-page="why-us"]) .capture4-city.blr { left: 44%; top: 82%; }
html body:is([data-page="home"], [data-page="why-us"]) .capture4-city.ccu { left: 69%; top: 58%; }

@keyframes capture4-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes capture4-dash {
  to {
    stroke-dashoffset: -24;
  }
}

@media (max-width: 760px) {
  html body:is([data-page="home"], [data-page="why-us"]) .capture4-section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  html body:is([data-page="home"], [data-page="why-us"]) .capture4-section-header a {
    min-height: 44px;
  }

  html body:is([data-page="home"], [data-page="why-us"]) .capture4-stage {
    min-height: 0;
    padding: 0;
  }

  html body:is([data-page="home"], [data-page="why-us"]) .capture4-viewport {
    height: 500px;
    max-width: 100%;
  }

  html body:is([data-page="home"], [data-page="why-us"]) .capture4-card {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding: 28px 24px;
  }

  html body:is([data-page="home"], [data-page="why-us"]) .capture4-copy {
    flex: 0 1 auto;
    max-width: none;
  }

  html body:is([data-page="home"], [data-page="why-us"]) .capture4-stat {
    font-size: 58px;
  }

  html body:is([data-page="home"], [data-page="why-us"]) .capture4-card h3 {
    font-size: 23px;
  }

  html body:is([data-page="home"], [data-page="why-us"]) .capture4-card p {
    font-size: 16px;
  }

  html body:is([data-page="home"], [data-page="why-us"]) .capture4-visual {
    align-self: center;
  }

  html body:is([data-page="home"], [data-page="why-us"]) .capture4-prev {
    left: -6px;
  }

  html body:is([data-page="home"], [data-page="why-us"]) .capture4-next {
    right: -6px;
  }

  html body:is([data-page="home"], [data-page="why-us"]) .capture4-progress-wrap {
    margin-top: 20px;
  }
}

/* Final trust-number normalization: keep the imported slider, but match the site's home-section rhythm. */
html body:is([data-page="home"], [data-page="why-us"]) .capture4-trust-band.section {
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-trust-band.section > .capture4-trust-section {
  width: 100% !important;
  max-width: none !important;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-section-header {
  margin-bottom: var(--section-gap) !important;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-section-header h2 {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(38px, 4.4vw, 56px) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-section-header p,
html body:is([data-page="home"], [data-page="why-us"]) .capture4-card p {
  font-family: "Neue Plak", "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--fs-p1) !important;
  font-weight: 400 !important;
  line-height: 1.58 !important;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-card h3 {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(22px, 1.8vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-stat {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

/* Fluid wide-screen layout: remove the fixed page cap while preserving consistent gutters. */
:root {
  --page-gutter: clamp(18px, 3.5vw, 72px);
  --max: calc(100vw - (2 * var(--page-gutter)));
  --content-max: calc(100vw - (2 * var(--page-gutter)));
  --outer-gutter: var(--page-gutter);
  --pad: var(--page-gutter);
}

body[data-page] :is(
  .section,
  .home-intro,
  .hero,
  .contact-hero,
  .contact-details-section,
  .about-section,
  .about-work-section,
  .values-section,
  .footer-shell
) {
  width: 100%;
}

body[data-page] :is(
  .respondent-section,
  .offer-section-header,
  .offer-panel,
  .serve-layout,
  .stats-section,
  .testimonial-section,
  .capture4-trust-section,
  .clients-layout,
  .services-copy-grid,
  .profile-grid,
  .vetting-cards-grid,
  .audience-section-heading,
  .audience-grid,
  .solution-grid,
  .contact-layout,
  .about-section__content,
  .about-work-grid,
  .values-section__inner,
  .our-work-grid,
  .partners-model,
  .partners-block,
  .hero-split-container
) {
  max-width: var(--content-max) !important;
}

body[data-page] .hero-split-container {
  width: 100% !important;
}

/* Tall hero normalization: let each page hero occupy most of the first viewport. */
:root {
  --hero-visible-height: calc(100svh - 72px);
  --hero-min-height: clamp(640px, var(--hero-visible-height), 860px);
}

body[data-page] :is(
  .hero,
  .inner-hero,
  .services-hero,
  .our-work-hero,
  .about-hero,
  .about-hero-split,
  .why-hero,
  .service-detail-hero,
  .home-intro.hero-focus-band,
  .contact-hero
) {
  min-height: var(--hero-min-height) !important;
  align-items: center !important;
}

body[data-page="contact"] .contact-hero {
  display: flex !important;
}

body[data-page="contact"] .contact-hero-content {
  width: 100%;
}

@media (max-width: 900px) {
  :root {
    --hero-min-height: clamp(560px, calc(100svh - 64px), 720px);
  }
}

@media (max-width: 640px) {
  :root {
    --hero-min-height: auto;
  }

  body[data-page] :is(
    .hero,
    .inner-hero,
    .services-hero,
    .our-work-hero,
    .about-hero,
    .about-hero-split,
    .why-hero,
    .service-detail-hero,
    .home-intro.hero-focus-band,
    .contact-hero
  ) {
    min-height: calc(100svh - 64px) !important;
  }
}

/* Why Us stack palette: lighter home-page tints using the logo hue family. */
body[data-page="why-us"] .advantage-stack {
  --tdrs-logo-navy: #061044;
  --tdrs-logo-blue: #0737ff;
  --tdrs-logo-cyan: #12c7e8;
  --tdrs-logo-soft: #f5f7fb;
  --tdrs-home-blue-soft: #eef7ff;
  --tdrs-home-cyan-soft: #eefdfd;
  --tdrs-home-indigo-soft: #f0f2ff;
  --tdrs-home-slate-soft: #f4f7fb;
}

body[data-page="why-us"] .advantage-stack article {
  border-color: rgba(7, 55, 255, 0.12) !important;
  box-shadow: 0 -16px 34px rgba(6, 16, 68, 0.1) !important;
}

body[data-page="why-us"] .advantage-stack article:nth-child(1) {
  background:
    radial-gradient(circle at 88% 22%, rgba(18, 199, 232, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, var(--tdrs-home-slate-soft) 100%) !important;
  color: var(--tdrs-logo-navy) !important;
}

body[data-page="why-us"] .advantage-stack article:nth-child(2) {
  background:
    radial-gradient(circle at 88% 22%, rgba(18, 199, 232, 0.18), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, var(--tdrs-home-cyan-soft) 100%) !important;
  color: var(--tdrs-logo-navy) !important;
}

body[data-page="why-us"] .advantage-stack article:nth-child(3) {
  background:
    radial-gradient(circle at 86% 24%, rgba(7, 55, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, var(--tdrs-home-blue-soft) 100%) !important;
  color: var(--tdrs-logo-navy) !important;
}

body[data-page="why-us"] .advantage-stack article:nth-child(4) {
  background:
    radial-gradient(circle at 86% 24%, rgba(7, 55, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, var(--tdrs-home-indigo-soft) 100%) !important;
  color: var(--tdrs-logo-navy) !important;
}

body[data-page="why-us"] .advantage-stack article:nth-child(5) {
  background:
    radial-gradient(circle at 88% 26%, rgba(18, 199, 232, 0.16), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eef7ff 52%, #eefdfd 100%) !important;
  color: var(--tdrs-logo-navy) !important;
}

body[data-page="why-us"] .advantage-stack article h2,
body[data-page="why-us"] .advantage-stack .change-copy h2,
body[data-page="why-us"] .advantage-stack article p {
  color: var(--tdrs-logo-navy) !important;
}

body[data-page="why-us"] .advantage-stack article .eyebrow,
body[data-page="why-us"] .advantage-stack .change-copy .eyebrow {
  display: inline-flex !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(7, 55, 255, 0.22) !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  color: var(--tdrs-logo-blue) !important;
  box-shadow: 0 8px 18px rgba(6, 16, 68, 0.06) !important;
}

body[data-page="why-us"] .advantage-stack article p:last-child,
body[data-page="why-us"] .advantage-stack .change-points p {
  color: rgba(6, 16, 68, 0.78) !important;
}

body[data-page="why-us"] .advantage-stack .change-points strong {
  color: var(--tdrs-logo-blue) !important;
}

/* Home clients stat: make the trust statement a stronger visual callout. */
html body[data-page="home"] .partners-section .client-stat > span {
  display: block !important;
  max-width: 300px !important;
  width: min(100%, 300px) !important;
  background: linear-gradient(90deg, #0737ff 0%, #0b8bff 48%, #12c7e8 100%) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(24px, 2.1vw, 34px) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.08 !important;
}

@media (max-width: 760px) {
  html body[data-page="home"] .partners-section .client-stat > span {
    max-width: 260px !important;
    font-size: clamp(24px, 7vw, 32px) !important;
  }
}

/* Why Us partnership model: reuse Home client logos inside the existing card design. */
body[data-page="why-us"] .partners-section .logo-marquee {
  position: relative !important;
  z-index: 1 !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
  margin-top: clamp(28px, 4vw, 48px) !important;
  overflow: hidden !important;
}

body[data-page="why-us"] .partners-section .logo-marquee::before,
body[data-page="why-us"] .partners-section .logo-marquee::after {
  position: absolute !important;
  z-index: 2 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: clamp(42px, 7vw, 112px) !important;
  pointer-events: none !important;
  content: "" !important;
}

body[data-page="why-us"] .partners-section .logo-marquee::before {
  left: 0 !important;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%) !important;
}

body[data-page="why-us"] .partners-section .logo-marquee::after {
  right: 0 !important;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%) !important;
}

body[data-page="why-us"] .partners-section .logo-marquee-track {
  display: flex !important;
  width: max-content !important;
  gap: clamp(34px, 5vw, 76px) !important;
  align-items: center !important;
  animation: client-logo-marquee 34s linear infinite !important;
  will-change: transform !important;
}

body[data-page="why-us"] .partners-section .logo-marquee:hover .logo-marquee-track {
  animation-play-state: paused !important;
}

body[data-page="why-us"] .partners-section .logo-marquee .logo-wall {
  display: flex !important;
  width: max-content !important;
  max-width: none !important;
  grid-template-columns: none !important;
  flex: 0 0 auto !important;
  gap: clamp(34px, 5vw, 76px) !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body[data-page="why-us"] .partners-section .logo-marquee .logo-wall li {
  display: grid !important;
  width: clamp(120px, 12vw, 170px) !important;
  min-width: clamp(120px, 12vw, 170px) !important;
  min-height: 82px !important;
  place-items: center !important;
  padding: 10px !important;
  filter: none !important;
}

body[data-page="why-us"] .partners-section .logo-marquee .logo-wall img {
  max-width: min(155px, 100%) !important;
  max-height: 56px !important;
  object-fit: contain !important;
  filter: none !important;
}

@media (max-width: 980px) {
  body[data-page="why-us"] .partners-card .partners-copy {
    justify-self: start !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page="why-us"] .partners-section .logo-marquee-track {
    animation: none !important;
    transform: none !important;
  }
}

/* About vision: let the statement use the full banner and match label styling. */
body[data-page="about"] .vision-banner {
  text-align: left !important;
}

body[data-page="about"] .vision-banner__copy {
  width: 100% !important;
  max-width: none !important;
}

body[data-page="about"] .vision-banner .eyebrow {
  display: inline-flex !important;
  width: max-content !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 clamp(18px, 2vw, 26px) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #12c7e8 !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body[data-page="about"] .vision-banner__copy h2 {
  width: 100% !important;
  max-width: none !important;
  color: #fff !important;
}

/* Case study detail cleanup: scale hero title, keep back button compact, and let detail copy breathe. */
body[data-page="case-study-details"] .btn-back {
  width: max-content !important;
  max-width: max-content !important;
  justify-self: start !important;
  padding: 11px 18px !important;
  border-radius: 999px !important;
}

body[data-page="case-study-details"] .case-details-copy {
  width: 100% !important;
  max-width: none !important;
}

body[data-page="case-study-details"] .case-details-hero h1 {
  max-width: min(100%, 20ch) !important;
  font-size: clamp(32px, 3.7vw, 54px) !important;
  line-height: 1.02 !important;
}

body[data-page="case-study-details"] .content-body {
  min-width: 0 !important;
  width: 100% !important;
}

body[data-page="case-study-details"] .content-block:last-child .content-body {
  max-width: none !important;
}

body[data-page="case-study-details"] .content-body h2,
body[data-page="case-study-details"] .content-body h3,
body[data-page="case-study-details"] .content-body p,
body[data-page="case-study-details"] .custom-list,
body[data-page="case-study-details"] .custom-list li {
  max-width: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

body[data-page="case-study-details"] .case-details-hero .case-study-category {
  min-height: 40px !important;
  border: 1px solid rgba(7, 55, 255, 0.18) !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  background: #fff !important;
  color: var(--blue) !important;
  box-shadow: 0 8px 18px rgba(6, 16, 68, 0.06) !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

/* Services: Specialized Recruitment section from HTML5, adapted to site theme. */
body[data-page="services"] .profile-section {
  position: relative !important;
  padding-top: clamp(76px, 8vw, 116px) !important;
  padding-bottom: clamp(76px, 8vw, 116px) !important;
  background:
    radial-gradient(circle at 96% 5%, rgba(7, 55, 255, 0.1), transparent 26%),
    radial-gradient(circle at 0% 60%, rgba(18, 199, 232, 0.12), transparent 22%),
    #f7f9fd !important;
  overflow: hidden !important;
}

body[data-page="services"] .profile-section::before,
body[data-page="services"] .profile-section::after {
  content: none !important;
  display: none !important;
}

body[data-page="services"] .profile-grid {
  display: block !important;
  width: min(100%, var(--content-max)) !important;
  max-width: var(--content-max) !important;
  margin: 0 auto clamp(42px, 5vw, 64px) !important;
}

body[data-page="services"] .profile-heading-col {
  max-width: 760px !important;
}

body[data-page="services"] .profile-heading-col .eyebrow {
  margin: 0 0 12px !important;
  color: #3f96b7 !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

body[data-page="services"] .profile-heading-col h2 {
  max-width: 760px !important;
  margin: 0 !important;
  color: #26358d !important;
  font-family: "Montserrat", "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(44px, 5.2vw, 78px) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 0.98 !important;
  text-align: left !important;
}

body[data-page="services"] .profile-body-col {
  max-width: 860px !important;
  margin-top: clamp(16px, 2vw, 24px) !important;
  justify-self: start !important;
}

body[data-page="services"] .profile-body-col p {
  max-width: 860px !important;
  margin: 0 !important;
  color: #5b6473 !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(18px, 1.5vw, 24px) !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
}

body[data-page="services"] .vetting-cards-grid {
  display: grid !important;
  width: min(100%, var(--content-max)) !important;
  max-width: var(--content-max) !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(22px, 3vw, 34px) !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}

body[data-page="services"] .vetting-cards-grid article {
  position: relative !important;
  display: grid !important;
  min-height: clamp(250px, 20vw, 320px) !important;
  align-content: start !important;
  gap: clamp(16px, 2vw, 24px) !important;
  border: 1px solid rgba(18, 24, 38, 0.08) !important;
  border-left: 0 !important;
  border-radius: 16px !important;
  padding: clamp(28px, 3vw, 42px) !important;
  background: #fff !important;
  color: #141926 !important;
  box-shadow: 0 16px 36px rgba(18, 24, 38, 0.08) !important;
  overflow: hidden !important;
  transform: translateY(0) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-left-color 220ms ease !important;
}

body[data-page="services"] .vetting-cards-grid article::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  display: block !important;
  width: 6px !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #0737ff 0%, #12c7e8 100%) !important;
  transform: scaleX(1) !important;
  transform-origin: left center !important;
  transition: transform 220ms ease !important;
}

body[data-page="services"] .vetting-cards-grid article:hover {
  box-shadow: 0 28px 62px rgba(18, 24, 38, 0.15) !important;
  transform: translateY(-8px) !important;
}

body[data-page="services"] .vetting-cards-grid article:hover::before {
  transform: scaleX(1.5) !important;
}

body[data-page="services"] .vetting-card-number {
  display: none !important;
}

body[data-page="services"] .vetting-icon {
  position: relative !important;
  z-index: 1 !important;
  display: inline-grid !important;
  width: 58px !important;
  height: 58px !important;
  place-items: center !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: #f3f7ff !important;
  color: #3f78f6 !important;
  box-shadow: 0 10px 20px rgba(18, 24, 38, 0.05) !important;
  transition: background 220ms ease, color 220ms ease !important;
}

body[data-page="services"] .vetting-cards-grid article:hover .vetting-icon {
  background: #0737ff !important;
  color: #fff !important;
}

body[data-page="services"] .vetting-icon svg {
  width: 26px !important;
  height: 26px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body[data-page="services"] .vetting-cards-grid h3 {
  position: relative !important;
  z-index: 1 !important;
  max-width: 100% !important;
  margin: clamp(8px, 1vw, 14px) 0 0 !important;
  color: #141926 !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(20px, 1.8vw, 30px) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
}

body[data-page="services"] .vetting-cards-grid article:hover h3 {
  color: #0737ff !important;
}

body[data-page="services"] .vetting-cards-grid p {
  position: relative !important;
  z-index: 1 !important;
  max-width: 34ch !important;
  margin: 0 !important;
  color: #606977 !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(15px, 1.1vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

@media (max-width: 980px) {
  body[data-page="services"] .vetting-cards-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="services"] .vetting-cards-grid article {
    min-height: auto !important;
  }
}

/* Services: Audiences We Reach tiles from HTML6, adapted to theme spacing and fonts. */
body[data-page="services"] .audience-section {
  position: relative !important;
  padding-top: clamp(76px, 8vw, 116px) !important;
  padding-bottom: clamp(76px, 8vw, 116px) !important;
  background:
    radial-gradient(circle at 96% 5%, rgba(7, 55, 255, 0.08), transparent 26%),
    radial-gradient(circle at 0% 58%, rgba(18, 199, 232, 0.1), transparent 22%),
    #fafbfe !important;
  overflow: hidden !important;
}

body[data-page="services"] .audience-grid {
  display: grid !important;
  width: min(100%, var(--content-max)) !important;
  max-width: var(--content-max) !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 2vw, 26px) !important;
  margin: 0 auto !important;
}

body[data-page="services"] .audience-card {
  position: relative !important;
  display: flex !important;
  min-width: 0 !important;
  min-height: clamp(250px, 19vw, 318px) !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  border: 1px solid rgba(18, 24, 38, 0.08) !important;
  border-radius: 16px !important;
  padding: clamp(24px, 2.3vw, 34px) !important;
  background: #fff !important;
  color: #141926 !important;
  box-shadow: 0 10px 24px rgba(18, 24, 38, 0.06) !important;
  overflow: hidden !important;
  transform: translateY(0) !important;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease !important;
}

body[data-page="services"] .audience-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  display: block !important;
  width: 6px !important;
  height: 100% !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #0737ff 0%, #12c7e8 100%) !important;
  transform: scaleX(1) !important;
  transform-origin: left center !important;
  transition: transform 220ms ease !important;
}

body[data-page="services"] .audience-card:hover,
body[data-page="services"] .audience-card:focus-within {
  border-color: rgba(7, 55, 255, 0.14) !important;
  box-shadow: 0 28px 62px rgba(18, 24, 38, 0.14) !important;
  transform: translateY(-8px) !important;
}

body[data-page="services"] .audience-card:hover::before,
body[data-page="services"] .audience-card:focus-within::before {
  transform: scaleX(1.5) !important;
}

body[data-page="services"] .audience-icon {
  position: relative !important;
  z-index: 1 !important;
  display: inline-grid !important;
  width: 58px !important;
  height: 58px !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  margin: 0 0 clamp(30px, 3vw, 46px) !important;
  border-radius: 14px !important;
  background: #f3f7ff !important;
  color: #3f78f6 !important;
  box-shadow: 0 10px 20px rgba(18, 24, 38, 0.05) !important;
  transition: background 220ms ease, color 220ms ease !important;
}

body[data-page="services"] .audience-card-health .audience-icon {
  background: #edfafd !important;
  color: #13a7bf !important;
}

body[data-page="services"] .audience-card:hover .audience-icon,
body[data-page="services"] .audience-card:focus-within .audience-icon {
  background: #0737ff !important;
  color: #fff !important;
}

body[data-page="services"] .audience-card-health:hover .audience-icon,
body[data-page="services"] .audience-card-health:focus-within .audience-icon {
  background: #13a7bf !important;
  color: #fff !important;
}

body[data-page="services"] .audience-icon svg {
  width: 26px !important;
  height: 26px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body[data-page="services"] .audience-card h3 {
  position: relative !important;
  z-index: 1 !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #141926 !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(20px, 1.55vw, 28px) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.16 !important;
  transition: color 220ms ease !important;
}

body[data-page="services"] .audience-card:hover h3,
body[data-page="services"] .audience-card:focus-within h3 {
  color: #0737ff !important;
}

body[data-page="services"] .audience-card-health:hover h3,
body[data-page="services"] .audience-card-health:focus-within h3 {
  color: #078fa8 !important;
}

body[data-page="services"] .audience-card p {
  position: relative !important;
  z-index: 1 !important;
  max-width: 34ch !important;
  margin: 12px 0 0 !important;
  color: #606977 !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  font-weight: 400 !important;
  line-height: 1.52 !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
  transition: opacity 220ms ease, transform 220ms ease !important;
}

body[data-page="services"] .audience-card:hover p,
body[data-page="services"] .audience-card:focus-within p {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

body[data-page="services"] .audience-card-cta {
  grid-column: 1 / -1 !important;
  display: flex !important;
  min-height: clamp(260px, 20vw, 340px) !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  border-color: rgba(7, 55, 255, 0.16) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(18, 199, 232, 0.2), transparent 26%),
    linear-gradient(135deg, #061044 0%, #071a61 52%, #111827 100%) !important;
  color: #fff !important;
}

body[data-page="services"] .audience-card-cta::before {
  inset: auto 0 0 0 !important;
  width: 100% !important;
  height: 6px !important;
  background: linear-gradient(90deg, #12c7e8 0%, #3f78f6 100%) !important;
  transform: none !important;
}

body[data-page="services"] .audience-card-cta:hover::before,
body[data-page="services"] .audience-card-cta:focus-within::before {
  transform: none !important;
}

body[data-page="services"] .audience-cta-kicker {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
}

body[data-page="services"] .audience-card-cta .eyebrow {
  margin: 0 !important;
  color: #12c7e8 !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

body[data-page="services"] .audience-cta-icon {
  display: inline-grid !important;
  width: 38px !important;
  height: 38px !important;
  place-items: center !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #12c7e8 !important;
}

body[data-page="services"] .audience-cta-icon svg {
  width: 18px !important;
  height: 18px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

body[data-page="services"] .audience-card-cta h3 {
  max-width: 520px !important;
  color: #fff !important;
  font-size: clamp(24px, 2.2vw, 36px) !important;
}

body[data-page="services"] .audience-card-cta p {
  max-width: 760px !important;
  color: rgba(231, 239, 255, 0.92) !important;
  opacity: 1 !important;
  transform: none !important;
}

body[data-page="services"] .audience-card-cta .button {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  width: min(100%, 260px) !important;
  min-width: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: clamp(22px, 2vw, 30px) !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 14px 22px !important;
  background: #fff !important;
  color: #061044 !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14) !important;
}

body[data-page="services"] .audience-card-cta .button:hover {
  background: #eefdff !important;
  color: #061044 !important;
}

body[data-page="services"] .research-solutions {
  display: none !important;
}

/* Individual service pages: keep sub-service buttons readable in a horizontal tab rail. */
body[data-page="service-detail"] .sub-tabs-nav {
  display: flex !important;
  width: 100% !important;
  max-width: var(--content-max) !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  gap: clamp(6px, 0.75vw, 10px) !important;
  margin: 0 auto !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  padding: 0 0 10px !important;
  scroll-padding-inline: 2px !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(7, 55, 255, 0.35) transparent !important;
  -webkit-overflow-scrolling: touch !important;
}

body[data-page="service-detail"] .sub-tab-btn {
  flex: 0 0 auto !important;
  min-width: max-content !important;
  max-width: none !important;
  min-height: 42px !important;
  border: 1px solid rgba(7, 55, 255, 0.16) !important;
  border-radius: 8px !important;
  padding: 10px clamp(18px, 1.6vw, 28px) !important;
  background: #fff !important;
  color: #111827 !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: visible !important;
  text-overflow: clip !important;
  box-shadow: 0 8px 18px rgba(6, 16, 68, 0.05) !important;
}

body[data-page="service-detail"] .sub-tabs-nav::-webkit-scrollbar {
  display: block !important;
  height: 6px !important;
}

body[data-page="service-detail"] .sub-tabs-nav::-webkit-scrollbar-track {
  background: transparent !important;
}

body[data-page="service-detail"] .sub-tabs-nav::-webkit-scrollbar-thumb {
  border-radius: 999px !important;
  background: rgba(7, 55, 255, 0.28) !important;
}

body[data-page="service-detail"] .sub-tab-btn:hover {
  border-color: #0737ff !important;
  background: #f3f7ff !important;
  color: #0737ff !important;
}

body[data-page="service-detail"] .sub-tab-btn.is-active {
  border-color: rgba(7, 55, 255, 0.45) !important;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%) !important;
  color: #0737ff !important;
  box-shadow:
    inset 0 -3px 0 #0737ff,
    0 8px 18px rgba(6, 16, 68, 0.06) !important;
}

@media (max-width: 680px) {
  body[data-page="service-detail"] .sub-tabs-nav {
    gap: 6px !important;
  }

  body[data-page="service-detail"] .sub-tab-btn {
    min-height: 40px !important;
    padding-right: 16px !important;
    padding-left: 16px !important;
    font-size: 13px !important;
  }
}

body[data-page="service-detail"] .sub-tabs-shell {
  position: relative !important;
  display: grid !important;
  width: 100% !important;
  max-width: var(--content-max) !important;
  grid-template-columns: 42px minmax(0, 1fr) 42px !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 auto clamp(36px, 4vw, 56px) !important;
}

body[data-page="service-detail"] .sub-tabs-shell .sub-tabs-nav {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  scrollbar-width: none !important;
}

body[data-page="service-detail"] .sub-tabs-shell .sub-tabs-nav::-webkit-scrollbar {
  display: none !important;
}

body[data-page="service-detail"] .sub-tabs-shell .sub-tab-btn {
  min-width: max-content !important;
}

body[data-page="service-detail"] .sub-tabs-arrow {
  display: inline-grid !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  place-items: center !important;
  border: 1px solid rgba(7, 55, 255, 0.18) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0737ff !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  box-shadow: 0 10px 22px rgba(6, 16, 68, 0.08) !important;
  cursor: pointer !important;
}

body[data-page="service-detail"] .sub-tabs-arrow:hover {
  background: #f3f7ff !important;
  border-color: #0737ff !important;
}

body[data-page="service-detail"] .sub-tabs-arrow:disabled {
  opacity: 0.34 !important;
  cursor: default !important;
}

body[data-page="service-detail"] .sub-tabs-arrow[hidden] {
  display: none !important;
}

body[data-page="service-detail"] .sub-tabs-shell:has(.sub-tabs-arrow[hidden]) {
  grid-template-columns: minmax(0, 1fr) !important;
}

body[data-page="service-detail"] .sub-tabs-shell:has(.sub-tabs-arrow[hidden]) .sub-tabs-nav {
  grid-column: 1 !important;
}

body[data-page="service-detail"] .sub-tabs-shell + .sub-tab-pane {
  margin-top: 0 !important;
}

@media (max-width: 1180px) {
  body[data-page="services"] .audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body[data-page="services"] .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-page="services"] .audience-card p {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 620px) {
  body[data-page="services"] .audience-grid {
    grid-template-columns: 1fr !important;
  }

  body[data-page="services"] .audience-card {
    min-height: auto !important;
  }
}

/* Final typography consistency pass: shared roles keep the same families and size tiers. */
html body {
  --site-label-size: 13px;
  --site-section-title: clamp(38px, 4.4vw, 56px);
  --site-intro-title: clamp(28px, 2.6vw, 36px);
  --site-card-title: clamp(20px, 1.55vw, 24px);
  --site-body-size: 16px;
  --site-body-large: 18px;
}

html body main :is(
  .eyebrow,
  .section-label,
  .about-eyebrow,
  .values-eyebrow,
  .footer-eyebrow,
  .case-study-category,
  .vision-banner__eyebrow,
  .home-section-label
) {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--site-label-size) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

html body:is([data-page="home"], [data-page="why-us"]) main :is(
  .respondent-copy h2,
  .offer-section-header h2,
  .serve-intro h2,
  .trust-variant-header h2,
  .capture4-section-header h2,
  .testimonial-title,
  .advantage-copy h2,
  .change-copy h2,
  .partners-heading h2,
  .partners-card h2
) {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--site-section-title) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

html body[data-page="home"] .hero-focus-band .intro-copy h1,
html body[data-page="home"] .hero-focus-band .intro-copy h1 span {
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
}

html body main :is(
  .services-copy-heading h2,
  .research-solutions-intro h2,
  .detail-intro h2,
  .why-intro h2,
  .about-mission h2,
  .vision-banner__copy h2
) {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--site-intro-title) !important;
  font-weight: 500 !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
}

html body main :is(
  .hero-copy p:not(.eyebrow),
  .inner-hero p:not(.eyebrow),
  .white-hero p:not(.eyebrow),
  .service-detail-hero p:not(.eyebrow),
  section p:not(.eyebrow):not(.section-label):not(.case-study-category),
  section li,
  .content-body li
) {
  font-family: "Neue Plak", "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--site-body-size) !important;
  font-weight: 400 !important;
  line-height: 1.58 !important;
  letter-spacing: 0 !important;
}

html body main :is(
  .hero-copy p:not(.eyebrow),
  .inner-hero p:not(.eyebrow),
  .white-hero p:not(.eyebrow),
  .service-detail-hero p:not(.eyebrow),
  .respondent-copy p,
  .offer-section-header p,
  .serve-description,
  .clients-statement,
  .capture4-section-header p,
  .trust-variant-header p
) {
  font-size: var(--site-body-large) !important;
}

html body main :is(
  article h3,
  .card h3,
  .service-card h3,
  .serve-card h3,
  .audience-card h3,
  .subservice-card h3,
  .case-study-card h3,
  .feature-card h3,
  .profile-card h3
) {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--site-card-title) !important;
  font-weight: 700 !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

html body main :is(a.button, button, .sub-tab-btn, .nav-cta) {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

html body[data-page] main :is(
  p.eyebrow,
  span.eyebrow,
  .section-label,
  .about-eyebrow,
  .values-eyebrow,
  .case-study-category,
  .vision-banner .eyebrow,
  .vision-banner__eyebrow,
  .home-section-label
) {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--site-label-size) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

html body[data-page] main :is(
  a.button,
  button.button,
  .button,
  .sub-tab-btn,
  .nav-cta,
  .offer-detail-action .button,
  .service-detail-cta .button,
  .contact-band .button
) {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

html body[data-page] main :is(
  .contact-band h2,
  .ready-section h2,
  .cta-section h2,
  .contact-copy h2
) {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--site-section-title) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
}

html body[data-page="home"] main :is(
  .partners-section .client-stat .eyebrow,
  .serve-section .serve-intro p.eyebrow,
  .home-section-label,
  .offer-section-header .eyebrow
),
html body[data-page="why-us"] main .partners-heading .eyebrow,
html body[data-page="about"] main .vision-banner .eyebrow {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--site-label-size) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

html body[data-page="home"] main :is(
  .hero-focus-band .intro-copy p,
  .respondent-copy p,
  .offer-section-header p,
  .partners-section .clients-statement
) {
  font-family: "Neue Plak", "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--site-body-large) !important;
  font-weight: 400 !important;
  line-height: 1.58 !important;
}

html body[data-page="home"] main .hero-focus-band .intro-copy .button,
html body[data-page] main :is(
  .contact-band .button,
  .ready-section .button,
  .cta-section .button,
  .service-detail-cta .button,
  .offer-detail-action .button
) {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

html body[data-page="home"] main .home-intro.hero-focus-band .intro-copy > p {
  font-family: "Neue Plak", "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: var(--site-body-large) !important;
  font-weight: 400 !important;
  line-height: 1.58 !important;
}

/* Remove site-wide divider lines between sections. */
html body main > section,
html body .section,
html body .contact-band,
html body .case-details-section,
html body .contact-details-section,
html body .newsletter-section,
html body .blog-post-section {
  border-top: 0 !important;
  border-bottom: 0 !important;
  box-shadow: none;
}

html body main > section::before,
html body main > section::after,
html body main > article::before,
html body main > article::after,
html body .section::before,
html body .section::after,
html body.motion-ready .section::after,
html body .contact-band::before,
html body .contact-band::after {
  display: none !important;
  content: none !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  opacity: 0 !important;
}

html body[data-page="service-detail"] .service-detail-hero h1,
html body[data-page="service-detail"] .service-detail-hero h1[data-service-title] {
  text-transform: none !important;
  max-width: 16ch !important;
}

html body[data-page="service-detail"] .service-detail-hero .hero-copy {
  width: min(54vw, 720px) !important;
  max-width: min(54vw, 720px) !important;
  margin-right: auto !important;
  margin-left: 0 !important;
  text-align: left !important;
}

html body[data-page="service-detail"] .service-detail-hero {
  background-position: left center, center right !important;
}

html body[data-page="service-detail"] .hero-bg-qual,
html body[data-page="service-detail"] .hero-bg-online,
html body[data-page="service-detail"] .hero-bg-product,
html body[data-page="service-detail"] .hero-bg-quant,
html body[data-page="service-detail"] .hero-bg-support {
  background-image:
    linear-gradient(90deg, #050505 0%, #050505 34%, rgba(5, 5, 5, 0.82) 48%, rgba(5, 5, 5, 0.28) 66%, rgba(5, 5, 5, 0) 100%),
    var(--service-hero-image) !important;
}

html body[data-page="service-detail"] .hero-bg-qual { --service-hero-image: url("assets/hero-qual.png"); }
html body[data-page="service-detail"] .hero-bg-online { --service-hero-image: url("assets/hero-online.png"); }
html body[data-page="service-detail"] .hero-bg-product { --service-hero-image: url("assets/hero-product.png"); }
html body[data-page="service-detail"] .hero-bg-quant { --service-hero-image: url("assets/hero-quant.png"); }
html body[data-page="service-detail"] .hero-bg-support { --service-hero-image: url("assets/hero-support.png"); }

html body[data-page="blog-post"] .blog-post-header h1 {
  max-width: 760px !important;
  font-size: clamp(34px, 3.6vw, 46px) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  text-transform: none !important;
}

html body[data-page="home"] .hero-focus-band .intro-features h2 {
  text-transform: uppercase !important;
}

html body[data-page="service-detail"] main .service-detail-cta > p {
  max-width: 760px !important;
  color: #fff !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(24px, 2vw, 34px) !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

html body[data-page="service-detail"] main #sub-services + .service-detail-cta > p.service-detail-cta-text {
  max-width: 760px !important;
  color: #fff !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(24px, 2vw, 34px) !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  letter-spacing: 0 !important;
}

html body[data-page="service-detail"] main .service-detail-cta {
  min-height: clamp(140px, 10vw, 190px) !important;
  padding: clamp(20px, 2.4vw, 30px) clamp(30px, 4.5vw, 56px) !important;
  row-gap: clamp(8px, 1vw, 14px) !important;
}

html body[data-page="service-detail"] main .service-detail-cta::after {
  width: clamp(125px, 9.5vw, 190px) !important;
}

html body[data-page="service-detail"] main .service-detail-cta > p,
html body[data-page="service-detail"] main #sub-services + .service-detail-cta > p.service-detail-cta-text {
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(22px, 1.85vw, 30px) !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
}

html body[data-page="service-detail"] main .service-detail-cta .button {
  margin-top: clamp(8px, 1vw, 14px) !important;
}

html body:is([data-page="home"], [data-page="why-us"]) .partners-section .logo-wall img[src$="client-logo-07.png"] {
  max-width: 190px !important;
  max-height: 74px !important;
  width: auto !important;
}

html body:is([data-page="home"], [data-page="why-us"]) .partners-section .logo-wall li:has(img[src$="client-logo-07.png"]) {
  width: clamp(170px, 15vw, 220px) !important;
  min-width: clamp(170px, 15vw, 220px) !important;
}

html body[data-page="service-detail"] .sub-tab-visual,
html body[data-page="service-detail"] .sub-tab-visual img {
  filter: none !important;
  mix-blend-mode: normal !important;
}

html body[data-page="service-detail"] .sub-tab-visual img {
  opacity: 1 !important;
  isolation: isolate !important;
}

html body[data-page="services"] .tab-card-row .photo-card {
  filter: none !important;
  mix-blend-mode: normal !important;
  opacity: 1 !important;
}

html body[data-page="services"] .tab-link {
  font-size: clamp(16px, 1.08vw, 18px) !important;
  line-height: 1.18 !important;
}

/* HTML6 audience grid: keep the supplied 12-card tile model intact. */
html body[data-page="services"] .audience-section {
  background:
    radial-gradient(circle at 96% 5%, rgba(7, 55, 255, 0.08), transparent 26%),
    radial-gradient(circle at 0% 58%, rgba(18, 199, 232, 0.1), transparent 22%),
    #fafbfe !important;
}

html body[data-page="services"] .audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(18px, 1.7vw, 24px) !important;
}

html body[data-page="services"] .audience-card {
  min-height: clamp(210px, 16vw, 270px) !important;
  border-radius: 16px !important;
  padding: clamp(22px, 1.9vw, 30px) !important;
}

html body[data-page="services"] .audience-card::before {
  inset: 0 auto 0 0 !important;
  width: 6px !important;
  height: 100% !important;
  background: linear-gradient(180deg, #0737ff 0%, #12c7e8 100%) !important;
  transform: scaleX(1) !important;
  transform-origin: left center !important;
}

html body[data-page="services"] .audience-card:hover::before,
html body[data-page="services"] .audience-card:focus-within::before {
  transform: scaleX(1.5) !important;
}

html body[data-page="services"] .audience-icon {
  width: 52px !important;
  height: 52px !important;
  margin-bottom: clamp(26px, 2.6vw, 38px) !important;
  border-radius: 14px !important;
}

html body[data-page="services"] .audience-card h3 {
  font-size: clamp(18px, 1.25vw, 22px) !important;
  line-height: 1.2 !important;
}

html body[data-page="services"] .audience-card p {
  max-width: 34ch !important;
  margin-top: 10px !important;
  font-size: clamp(14px, 0.92vw, 15px) !important;
  line-height: 1.48 !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
}

html body[data-page="services"] .audience-card:hover p,
html body[data-page="services"] .audience-card:focus-within p,
html body[data-page="services"] .audience-card-cta p {
  opacity: 1 !important;
  transform: none !important;
}

html body[data-page="services"] .audience-card-cta {
  grid-column: 1 / -1 !important;
  display: grid !important;
  min-height: auto !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: clamp(28px, 5vw, 72px) !important;
  row-gap: 18px !important;
  padding: clamp(28px, 3vw, 42px) !important;
  background:
    radial-gradient(circle at 92% 0%, rgba(18, 199, 232, 0.2), transparent 28%),
    linear-gradient(135deg, #061044 0%, #071a61 52%, #111827 100%) !important;
}

html body[data-page="services"] .audience-card-cta::before {
  inset: auto 0 0 0 !important;
  width: 100% !important;
  height: 6px !important;
  background: linear-gradient(90deg, #12c7e8 0%, #3f78f6 100%) !important;
  transform: none !important;
}

html body[data-page="services"] .audience-card-cta h3 {
  max-width: 100% !important;
  font-size: clamp(20px, 1.55vw, 26px) !important;
  line-height: 1.16 !important;
}

html body[data-page="services"] .audience-card-cta p {
  max-width: 78ch !important;
  color: rgba(231, 239, 255, 0.92) !important;
}

html body[data-page="services"] .audience-card-cta .button {
  grid-column: 2 !important;
  grid-row: 2 / span 2 !important;
  width: min(100%, 260px) !important;
  margin-top: 0 !important;
  align-self: center !important;
}

html body[data-page="services"] .audience-card-cta .audience-cta-kicker {
  grid-column: 1 / -1 !important;
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: space-between !important;
}

html body[data-page="services"] .audience-card-cta .audience-cta-icon {
  margin-left: auto !important;
  justify-self: end !important;
}

html body[data-page="services"] .audience-card-cta .eyebrow {
  display: inline-block !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #12c7e8 !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.2 !important;
}

html body[data-page="services"] .audience-card-cta h3,
html body[data-page="services"] .audience-card-cta:hover h3,
html body[data-page="services"] .audience-card-cta:focus-within h3 {
  color: #fff !important;
}

html body[data-page="services"] .audience-card-cta:hover,
html body[data-page="services"] .audience-card-cta:focus-within {
  border-color: rgba(7, 55, 255, 0.16) !important;
}

html body[data-page="services"] .audience-card-cta:hover .button,
html body[data-page="services"] .audience-card-cta:focus-within .button {
  background: #fff !important;
  color: #061044 !important;
}

html body[data-page="services"] :is(
  .profile-heading-col h2,
  .audience-section-heading h2,
  .research-solutions-intro h2
) {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(38px, 3.4vw, 56px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

html body[data-page] main :is(
  .respondent-copy h2,
  .offer-section-header h2,
  .serve-intro h2,
  .stats-header h2,
  .capture4-section-header h2,
  .trust-variant-header h2,
  .testimonial-title,
  .profile-heading-col h2,
  .audience-section-heading h2,
  .research-solutions-intro h2,
  .industries-heading h2,
  .why-intro h2,
  .advantage-copy h2,
  .change-copy h2,
  .advantage-stack .change-copy h2,
  .partners-heading h2,
  .about-mission h2,
  .approach-copy h2,
  .vision-banner__copy h2,
  .values-section h2,
  .about-section__copy h2,
  .about-work-copy h2,
  .our-work-title h2,
  .contact-cta__copy h2
) {
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(38px, 3.4vw, 56px) !important;
  font-weight: 600 !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
}

html body[data-page="services"] .services-copy-heading h2 {
  max-width: 680px !important;
  color: #1a1e27 !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
}

html body[data-page="why-us"] main .why-intro h2 {
  max-width: 680px !important;
  color: #1a1e27 !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
}

/* Tighten the home What we offer media/content panel after removing the header CTA. */
html body[data-page="home"] .offer-panel {
  align-items: center !important;
}

html body[data-page="home"] .offer-photo,
html body[data-page="home"] .offer-detail {
  height: clamp(760px, 50vw, 800px) !important;
}

html body[data-page="services"] .profile-heading-col .eyebrow,
html body[data-page="services"] .audience-section-heading .eyebrow {
  color: #1d4ed8 !important;
}

html body[data-page="services"] .profile-heading-col h2,
html body[data-page="services"] .audience-section-heading h2 {
  color: #151922 !important;
}

/* Place Custom Search as the 12th audience tile instead of a full-row CTA. */
html body[data-page="services"] .audience-card-cta {
  grid-column: auto !important;
  display: flex !important;
  min-height: clamp(210px, 16vw, 270px) !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  padding: clamp(22px, 1.9vw, 30px) !important;
}

html body[data-page="services"] .audience-card-cta h3 {
  max-width: 100% !important;
  font-size: clamp(18px, 1.25vw, 22px) !important;
  line-height: 1.2 !important;
}

html body[data-page="services"] .audience-card-cta p {
  max-width: 34ch !important;
  margin-top: 0 !important;
  font-size: clamp(14px, 0.92vw, 15px) !important;
  line-height: 1.48 !important;
}

html body[data-page="services"] .audience-card-cta .button {
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin-top: 0 !important;
  padding: 12px 16px !important;
}

html body[data-page="services"] .audience-card-cta .audience-cta-kicker {
  grid-column: auto !important;
}

@media (max-width: 1180px) {
  html body[data-page="services"] .audience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  html body[data-page="services"] .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body[data-page="services"] .audience-card p {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 620px) {
  html body[data-page="services"] .audience-grid {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="services"] .audience-card-cta {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="services"] .audience-card-cta .button {
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
  }

  html body[data-page="services"] :is(
    .profile-heading-col h2,
    .audience-section-heading h2,
    .research-solutions-intro h2
  ) {
    font-size: clamp(32px, 8vw, 42px) !important;
  }

  html body[data-page] main :is(
    .respondent-copy h2,
    .offer-section-header h2,
    .serve-intro h2,
    .stats-header h2,
    .capture4-section-header h2,
    .trust-variant-header h2,
    .testimonial-title,
    .profile-heading-col h2,
    .audience-section-heading h2,
    .research-solutions-intro h2,
    .industries-heading h2,
    .why-intro h2,
    .advantage-copy h2,
    .change-copy h2,
    .advantage-stack .change-copy h2,
    .partners-heading h2,
    .about-mission h2,
    .approach-copy h2,
    .vision-banner__copy h2,
    .values-section h2,
    .about-section__copy h2,
    .about-work-copy h2,
    .our-work-title h2,
    .contact-cta__copy h2
  ) {
    font-size: clamp(32px, 8vw, 42px) !important;
  }
}

/* Why Us second-section heading matches the compact editorial lead used on the other pages. */
html body[data-page="why-us"] main .why-intro.why-intro h2 {
  max-width: 680px !important;
  color: #1a1e27 !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 640px) {
  html body[data-page="why-us"] main .why-intro h2 {
    font-size: clamp(24px, 7vw, 32px) !important;
  }
}

/* Match Leads Through Change spacing to the other Why Us stacking cards. */
html body[data-page="why-us"] .advantage-stack .change-stack-card {
  align-items: start !important;
}

html body[data-page="why-us"] .advantage-stack .change-stack-card .change-copy {
  display: flex !important;
  flex-direction: column !important;
  align-self: start !important;
  justify-self: start !important;
}

html body[data-page="why-us"] .advantage-stack .change-stack-card .change-copy .eyebrow {
  display: flex !important;
  width: fit-content !important;
  margin: 0 0 16px !important;
  opacity: 1 !important;
  transform: none !important;
}

html body[data-page="why-us"] .advantage-stack .change-stack-card .change-copy h2 {
  margin: 0 0 12px !important;
  opacity: 1 !important;
  transform: none !important;
}

html body[data-page="why-us"] .advantage-stack .change-stack-card .change-points {
  margin: 0 !important;
  gap: 12px !important;
  opacity: 1 !important;
  transform: none !important;
}

html body[data-page="why-us"] .advantage-stack .change-stack-card .change-points p {
  line-height: 1.5 !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Shared two-column editorial lead: same split and right-copy alignment across pages. */
html body main :is(
  .services-copy-grid,
  .why-intro,
  .detail-intro,
  .about-mission
) {
  display: grid !important;
  width: min(100%, var(--content-max)) !important;
  max-width: var(--content-max) !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: clamp(44px, 6vw, 96px) !important;
  align-items: start !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html body main :is(
  .services-copy-heading,
  .why-intro > div,
  .detail-intro > div,
  .about-mission .contact-copy
) {
  width: 100% !important;
  max-width: 680px !important;
}

html body main :is(
  .services-copy-body,
  .why-intro > p,
  .detail-intro > p,
  .about-mission .mission-body
) {
  width: 100% !important;
  max-width: 680px !important;
  align-self: center !important;
  justify-self: start !important;
  margin-top: clamp(24px, 2vw, 40px) !important;
  padding-top: 0 !important;
}

@media (max-width: 900px) {
  html body main :is(
    .services-copy-grid,
    .why-intro,
    .detail-intro,
    .about-mission
  ) {
    grid-template-columns: 1fr !important;
    gap: clamp(22px, 5vw, 34px) !important;
  }
}

/* About values: align the visual to the values-card grid, not the full label/title stack. */
html body[data-page="about"] .values-section__inner {
  align-items: start !important;
}

html body[data-page="about"] .values-section__content {
  display: grid !important;
  grid-template-rows: auto auto 1fr !important;
}

html body[data-page="about"] .values-visual {
  align-self: center !important;
  margin-top: calc(40px + 1.05em + clamp(18px, 2vw, 30px) + 118px) !important;
}

html body[data-page="about"] .value-icon svg {
  width: 24px !important;
  height: 24px !important;
  stroke-width: 2.25 !important;
}

/* About second section follows the same compact editorial style as Services and Why Us. */
html body[data-page="about"] main .about-mission.about-mission h2 {
  max-width: 680px !important;
  color: #1a1e27 !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(22px, 2vw, 30px) !important;
  font-weight: 500 !important;
  line-height: 1.28 !important;
  letter-spacing: 0 !important;
}

html body[data-page="about"] main .about-mission.about-mission .about-eyebrow {
  display: inline-flex !important;
  width: max-content !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 16px !important;
  border: 1px solid rgba(7, 55, 255, 0.22) !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  background: #fff !important;
  color: #0737ff !important;
  box-shadow: 0 8px 18px rgba(6, 16, 68, 0.06) !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html body[data-page="about"] main .values-section .values-eyebrow.values-eyebrow {
  display: inline-flex !important;
  width: max-content !important;
  min-height: 40px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 16px !important;
  border: 1px solid rgba(7, 55, 255, 0.22) !important;
  border-radius: 6px !important;
  padding: 10px 14px !important;
  background: #fff !important;
  color: #0737ff !important;
  box-shadow: 0 8px 18px rgba(6, 16, 68, 0.06) !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

html body[data-page="about"] main .about-mission.about-mission .mission-body p {
  color: #555e6d !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
}

html body[data-page="about"] main .vision-banner .vision-banner__copy h2 {
  font-size: clamp(26px, 2.7vw, 42px) !important;
  line-height: 1.18 !important;
}

@media (max-width: 980px) {
  html body[data-page="about"] .values-visual {
    margin-top: 0 !important;
  }
}

/* Contact page: align hero and form layout with the rest of the site. */
html body[data-page="contact"] main .contact-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.8fr) !important;
  gap: clamp(32px, 5vw, 72px) !important;
  align-items: center !important;
  min-height: var(--hero-min-height) !important;
  padding: clamp(96px, 9vw, 150px) var(--outer-gutter) clamp(72px, 8vw, 124px) !important;
  text-align: left !important;
}

html body[data-page="contact"] main .contact-hero-content {
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 !important;
}

html body[data-page="contact"] main .contact-hero h1 {
  margin: 0 0 clamp(18px, 2vw, 26px) !important;
  color: #fff !important;
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(48px, 6vw, 86px) !important;
  font-weight: 600 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
}

html body[data-page="contact"] main .contact-hero .subtitle {
  max-width: 680px !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.76) !important;
  font-family: "Neue Plak", "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  line-height: 1.55 !important;
}

html body[data-page="contact"] main .contact-hero-visual {
  width: 100% !important;
  max-width: 560px !important;
  justify-self: end !important;
}

html body[data-page="contact"] main .contact-hero-visual img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 8px !important;
  object-fit: cover !important;
}

html body[data-page="contact"] .contact-layout {
  align-items: stretch !important;
}

html body[data-page="contact"] .contact-form-panel,
html body[data-page="contact"] .contact-info-panel {
  align-self: stretch !important;
  height: 100% !important;
}

html body[data-page="contact"] .contact-form-panel {
  display: flex !important;
  flex-direction: column !important;
}

html body[data-page="contact"] .premium-contact-form {
  flex: 1 1 auto !important;
}

html body[data-page="contact"] .premium-contact-form .form-group-full {
  grid-column: 1 / -1 !important;
}

html body[data-page="contact"] .premium-contact-form label span {
  color: #0737ff !important;
  font-weight: 800 !important;
}

html body[data-page="contact"] .premium-contact-form button {
  grid-column: 1 / -1 !important;
  width: auto !important;
  min-width: 190px !important;
  justify-self: center !important;
  margin-inline: auto !important;
  background: #0737ff !important;
  border: 1px solid #0737ff !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(7, 55, 255, 0.18) !important;
  transition: background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease !important;
}

html body[data-page="contact"] .premium-contact-form button:hover,
html body[data-page="contact"] .premium-contact-form button:focus-visible {
  background: #eef4ff !important;
  border-color: #0737ff !important;
  color: #0737ff !important;
  transform: none !important;
  box-shadow: 0 12px 26px rgba(6, 16, 68, 0.2) !important;
}

html body[data-page="contact"] .contact-info-panel {
  display: grid !important;
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

html body[data-page="contact"] .contact-method {
  align-content: center !important;
}

@media (max-width: 980px) {
  html body[data-page="contact"] main .contact-hero,
  html body[data-page="contact"] .contact-layout {
    grid-template-columns: 1fr !important;
  }

  html body[data-page="contact"] main .contact-hero-visual {
    justify-self: start !important;
    max-width: 520px !important;
  }
}

@media (max-width: 640px) {
  html body[data-page="contact"] main .contact-hero {
    padding-top: 88px !important;
  }

  html body[data-page="contact"] .premium-contact-form button {
    width: 100% !important;
  }
}

/* Global shadow cleanup: remove decorative shadow effects across the site. */
html body *,
html body *::before,
html body *::after {
  box-shadow: none !important;
  text-shadow: none !important;
}

html body *:not(#tdrs-shadow-reset),
html body *:not(#tdrs-shadow-reset)::before,
html body *:not(#tdrs-shadow-reset)::after {
  box-shadow: none !important;
  text-shadow: none !important;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-india-outline {
  filter: invert(43%) sepia(97%) saturate(1918%) hue-rotate(196deg) brightness(82%) contrast(132%) !important;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-map svg {
  filter: none !important;
}

html body section.contact-band#contact > .contact-band-card.contact-band-card,
html body section.contact-band#contact > .contact-band-card.contact-band-card::before,
html body section.contact-band#contact > .contact-band-card.contact-band-card::after,
html body section.contact-band#contact .contact-cta-button.button.primary {
  box-shadow: none !important;
  text-shadow: none !important;
}

html body[data-page="contact"] main .premium-contact-form .button.primary:hover,
html body[data-page="contact"] main .premium-contact-form .button.primary:focus-visible {
  background: #eef4ff !important;
  border-color: #0737ff !important;
  color: #0737ff !important;
  box-shadow: none !important;
}

/* Final spacing system: standardize vertical rhythm at the section level. */
html body[data-page] main > section:not(.hero):not(.inner-hero):not(.contact-band) {
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
}

html body[data-page] main > section.contact-band#contact {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
}

html body[data-page] main > section.contact-band#contact > .contact-band-card.contact-band-card {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

html body[data-page] main > section:empty {
  display: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Why Us stacking cards: consistent sticky offsets and final-card rhythm. */
html body[data-page="why-us"] main .advantage-stack {
  display: block !important;
  padding-top: var(--section-space) !important;
  padding-bottom: var(--section-space) !important;
}

html body[data-page="why-us"] main .advantage-stack > article {
  width: 100% !important;
  max-width: var(--content-max) !important;
  min-height: clamp(360px, 27vw, 460px) !important;
  margin-right: auto !important;
  margin-bottom: clamp(18px, 1.8vw, 26px) !important;
  margin-left: auto !important;
  padding: clamp(36px, 3.4vw, 52px) clamp(40px, 4.6vw, 68px) !important;
  border-radius: 24px !important;
}

html body[data-page="why-us"] main .advantage-stack > article:nth-child(1) {
  top: 72px !important;
}

html body[data-page="why-us"] main .advantage-stack > article:nth-child(2) {
  top: 92px !important;
}

html body[data-page="why-us"] main .advantage-stack > article:nth-child(3) {
  top: 112px !important;
}

html body[data-page="why-us"] main .advantage-stack > article:nth-child(4) {
  top: 132px !important;
}

html body[data-page="why-us"] main .advantage-stack > article:nth-child(5) {
  top: 152px !important;
  margin-bottom: 0 !important;
}

html body[data-page="why-us"] main .advantage-stack > .change-stack-card {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr) !important;
  gap: clamp(44px, 5vw, 76px) !important;
  align-items: center !important;
}

html body[data-page="why-us"] main .advantage-stack > .change-stack-card .change-copy {
  max-width: none !important;
}

html body[data-page="why-us"] main .advantage-stack > .change-stack-card .change-points {
  gap: clamp(10px, 1vw, 14px) !important;
}

html body[data-page="why-us"] main .advantage-stack > .change-stack-card .change-copy h2 {
  margin-bottom: clamp(8px, 0.9vw, 12px) !important;
  font-size: clamp(40px, 3.6vw, 60px) !important;
  line-height: 1.02 !important;
}

html body[data-page="why-us"] main .advantage-stack > .change-stack-card .change-points p {
  font-size: clamp(16px, 0.98vw, 17px) !important;
  line-height: 1.32 !important;
}

html body[data-page="why-us"] main .advantage-stack > .change-stack-card .change-copy .eyebrow {
  margin-bottom: 10px !important;
}

html body[data-page="why-us"] main .advantage-stack > .change-stack-card .change-image {
  width: min(100%, 320px) !important;
}

html body[data-page="why-us"] main .advantage-stack > .change-stack-card .change-image img {
  width: 100% !important;
  max-width: 320px !important;
  height: auto !important;
}

/* Case study detail: use a wide rectangular hero image to reduce hero height. */
html body[data-page="case-study-details"] main .case-details-hero {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  align-items: center !important;
  margin-bottom: var(--section-space) !important;
}

html body[data-page="case-study-details"] main .case-details-hero img {
  aspect-ratio: 16 / 9 !important;
  max-height: clamp(240px, 24vw, 380px) !important;
  border-radius: 16px !important;
  object-fit: cover !important;
}

html body[data-page="case-study-details"] main .case-details-section {
  padding-top: clamp(34px, 4vw, 52px) !important;
}

html body[data-page="case-study-details"] main .btn-back {
  margin-bottom: clamp(20px, 2.4vw, 32px) !important;
}

html body[data-page="case-study-details"][data-page="case-study-details"] main > section.case-details-section.case-details-section.case-details-section {
  padding: clamp(34px, 4vw, 52px) var(--outer-gutter) var(--section-space) !important;
}

@media (max-width: 900px) {
  html body[data-page="case-study-details"] main .case-details-hero {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 980px) {
  html body[data-page="why-us"] main .advantage-stack > article {
    position: relative !important;
    top: auto !important;
    min-height: auto !important;
  }

  html body[data-page="why-us"] main .advantage-stack > .change-stack-card {
    grid-template-columns: 1fr !important;
  }
}

/* July 2026 content and layout refinements. */

/* Home: larger trust cards with a centered introduction. */
html body[data-page="home"] .capture4-section-header {
  display: block !important;
  max-width: 820px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

html body[data-page="home"] .capture4-section-header p {
  max-width: 760px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

html body[data-page="home"] .capture4-viewport {
  height: clamp(390px, 31vw, 440px) !important;
}

html body[data-page="home"] .capture4-card {
  min-height: clamp(390px, 31vw, 440px) !important;
  padding-top: clamp(42px, 5vw, 68px) !important;
  padding-bottom: clamp(42px, 5vw, 68px) !important;
}

/* Home testimonials: center both the section title and each review. */
html body[data-page="home"] .testimonial-band .testimonial-section,
html body[data-page="home"] .testimonial-title,
html body[data-page="home"] .testimonial-copy,
html body[data-page="home"] .testimonial-copy h1,
html body[data-page="home"] .testimonial-copy p {
  text-align: center !important;
}

html body[data-page="home"] .testimonial-copy {
  justify-items: center !important;
  min-height: 0 !important;
}

html body[data-page="home"] .testimonial-copy h1 {
  margin-right: auto !important;
  margin-left: auto !important;
}

html body[data-page="home"] .testimonial-copy p {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* Why Us: metrics only, without slider controls or illustrated cards. */
html body[data-page="why-us"] .why-metrics-section .capture4-section-header {
  display: block !important;
  max-width: 820px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

html body[data-page="why-us"] .why-metrics-section .capture4-section-header p {
  max-width: 720px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.why-metrics-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #e3e7ee;
  border-radius: 20px;
  background: #e3e7ee;
}

.why-metrics-grid article {
  display: flex;
  min-height: 210px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 28px 20px;
  background: #fff;
  text-align: center;
}

.why-metrics-grid strong {
  color: #0737ff;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(44px, 4.2vw, 68px);
  font-weight: 700;
  line-height: 0.95;
}

.why-metrics-grid span {
  display: flex;
  min-height: 2.7em;
  align-items: center;
  justify-content: center;
  max-width: 17ch;
  color: #334155;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

/* Why Us: keep the final stack card's body rhythm consistent with the other cards. */
html body[data-page="why-us"] main .advantage-stack > .change-stack-card .change-points p {
  line-height: 1.58 !important;
}

/* Services: connected section pairs share one continuous white surface. */
html body[data-page="services"] :is(.service-tabs-section, .profile-section) {
  background: #fff !important;
}

/* Services: supporting copy on both sides of the audience introduction. */
html body[data-page="services"] .audience-section-heading {
  align-items: start !important;
}

html body[data-page="services"] .audience-intro-copy {
  max-width: 720px !important;
  margin: 22px 0 0 !important;
  color: #5f6877 !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}

/* Services: a smoother expand/collapse and clearer plus-to-close motion. */
html body[data-page="services"] .tab-card-row {
  overflow-anchor: none;
}

html body[data-page="services"] .service-showcase {
  overflow-anchor: none;
}

html body[data-page="services"] .tab-card-row.is-resizing {
  overflow: clip;
  will-change: height;
}

html body[data-page="services"] .plus-toggle-btn {
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), background-color 220ms ease, box-shadow 300ms ease !important;
}

html body[data-page="services"] .plus-toggle-btn:hover {
  transform: translateY(-2px) scale(1.02);
}

html body[data-page="services"] .plus-toggle-btn:active {
  transform: translateY(-1px) scale(0.98);
}

html body[data-page="services"] .plus-toggle-btn svg {
  transform: rotate(0deg);
  transform-origin: center;
  will-change: transform;
  transition: transform 540ms cubic-bezier(0.65, 0, 0.35, 1) !important;
}

html body[data-page="services"] .plus-toggle-btn.is-expanded svg {
  transform: rotate(45deg);
}

@media (prefers-reduced-motion: reduce) {
  html body[data-page="services"] .plus-toggle-btn,
  html body[data-page="services"] .plus-toggle-btn svg,
  html body[data-page="services"] .tab-card-row .service-item-card.is-entering {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

/* About: solid vision panel and precise values/image row alignment. */
html body[data-page="about"] .vision-banner {
  background: #050505 !important;
}

html body[data-page="about"] .approach-section {
  background: #050505 !important;
}

html body[data-page="about"] .values-section__inner {
  grid-template-rows: auto auto !important;
  align-items: start !important;
}

html body[data-page="about"] .values-section__content {
  display: contents !important;
}

html body[data-page="about"] .values-heading {
  grid-column: 1;
  grid-row: 1;
}

html body[data-page="about"] .values-description {
  max-width: 690px;
  margin: 18px 0 0;
  color: #5b6473;
  font-size: 17px;
  line-height: 1.62;
}

html body[data-page="about"] .values-section .values-grid {
  grid-column: 1;
  grid-row: 2;
}

html body[data-page="about"] .values-visual {
  grid-column: 2;
  grid-row: 2;
  align-self: center !important;
  margin-top: 40px !important;
}

/* Flat section surfaces: remove decorative gradients across the site. */
html body .contact-band-card,
html body .service-detail-cta {
  background: #2563eb !important;
}

html body section.contact-band#contact > .contact-band-card.contact-band-card,
html body[data-page="service-detail"] .service-detail-cta {
  background: #2563eb !important;
}

html body[data-page="services"] .audience-section {
  background: #f7f9fd !important;
}

html body[data-page="services"] :is(.vetting-cards-grid article, .audience-card)::before {
  background: #0737ff !important;
}

html body[data-page="services"] .audience-card-cta {
  background: #071a61 !important;
}

html body[data-page="services"] .audience-card-cta::before {
  background: #12c7e8 !important;
}

html body[data-page="service-detail"] .sub-tab-btn.is-active {
  background: #eef6ff !important;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-progress span,
html body:is([data-page="home"], [data-page="why-us"]) .capture4-timeline-line,
html body:is([data-page="home"], [data-page="why-us"]) .capture4-project-flow::before {
  background: #2563eb !important;
}

html body:is([data-page="home"], [data-page="why-us"]) .capture4-timeline-node,
html body:is([data-page="home"], [data-page="why-us"]) .capture4-flow-card {
  background: #fff !important;
}

html body[data-page="home"] .partners-section .client-stat > span {
  background: none !important;
  color: #0737ff !important;
  -webkit-text-fill-color: #0737ff !important;
}

html body[data-page="why-us"] .partners-section .logo-marquee::before,
html body[data-page="why-us"] .partners-section .logo-marquee::after,
html body[data-page="home"] .partners-section .logo-marquee::before,
html body[data-page="home"] .partners-section .logo-marquee::after {
  background: none !important;
}

html body[data-page="why-us"] .why-hero {
  background: #050505 !important;
}

html body[data-page="case-study-details"] .case-details-section,
html body[data-page="our-work"] .our-work-section {
  background: #fff !important;
}

html body[data-page="about"] .about-hero-split {
  background-color: #666 !important;
  background-image: url("assets/about_hero_bg.png") !important;
  background-blend-mode: multiply !important;
}

html body[data-page="service-detail"] :is(.hero-bg-qual, .hero-bg-online, .hero-bg-product, .hero-bg-quant, .hero-bg-support) {
  background-color: #666 !important;
  background-image: var(--service-hero-image) !important;
  background-blend-mode: multiply !important;
}

html body[data-page="services"] .services-hero {
  background-color: #666 !important;
  background-image: url("assets/hero-services.png") !important;
  background-blend-mode: multiply !important;
}

html body[data-page="our-work"] .our-work-hero {
  background-color: #666 !important;
  background-image: url("assets/hero-our-work.png") !important;
  background-blend-mode: multiply !important;
}

@media (max-width: 980px) {
  .why-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .why-metrics-grid article:last-child {
    grid-column: 1 / -1;
  }

  html body[data-page="about"] .values-section__content {
    display: block !important;
  }

  html body[data-page="about"] .values-visual {
    grid-column: 1;
    grid-row: auto;
    margin-top: 32px !important;
  }
}

@media (max-width: 640px) {
  html body[data-page="home"] .capture4-viewport,
  html body[data-page="home"] .capture4-card {
    min-height: 540px !important;
    height: 540px !important;
  }

  .why-metrics-grid {
    grid-template-columns: 1fr;
  }

  .why-metrics-grid article,
  .why-metrics-grid article:last-child {
    grid-column: auto;
    min-height: 165px;
  }
}

/* Visual section rhythm: top-level sections own the outer vertical spacing. */
html body[data-page="about"] main > .about-section > .about-section__content,
html body[data-page="about"] main > .about-work-section > .about-work-grid,
html body[data-page="about"] main > .values-section > .values-section__inner,
html body[data-page="why-us"] main > .partners-section > .partners-card {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html body[data-page="blog"] main > .our-work-section > .our-work-header {
  margin-top: 0 !important;
}

/* Home offer panel: size from content and cap wide-screen empty space. */
@media (min-width: 901px) {
  html body[data-page="home"] .offer-panel {
    align-items: stretch !important;
  }

  html body[data-page="home"] .offer-photo,
  html body[data-page="home"] .offer-detail {
    height: auto !important;
    min-height: 520px !important;
  }

  html body[data-page="home"] .offer-photo {
    align-self: stretch !important;
  }
}

/* Mobile navigation: keep the services list on-canvas and improve tap comfort. */
@media (max-width: 980px) {
  html body[data-page] .menu-toggle {
    width: 44px !important;
    height: 44px !important;
  }

  html body[data-page] .site-nav .nav-dropdown-menu {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 10px 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body[data-page] .site-nav .nav-dropdown-menu::before {
    display: none !important;
    content: none !important;
  }
}

/* Mobile home refinements: keep repeated cards aligned and compact. */
@media (max-width: 640px) {
  html body[data-page="home"] .serve-card.card-text-top .serve-photo-container {
    order: 1 !important;
  }

  html body[data-page="home"] .serve-card.card-text-top .serve-text {
    order: 2 !important;
  }

  html body[data-page="home"] .serve-card .serve-photo-container {
    height: clamp(145px, 42vw, 172px) !important;
    min-height: 0 !important;
  }

  html body[data-page="home"] .serve-card .serve-photo {
    min-height: 0 !important;
    height: 100% !important;
  }

  html body[data-page="home"] .serve-card .serve-text {
    min-height: auto !important;
    padding: 22px 22px 24px !important;
  }

  html body[data-page="home"] .serve-card .serve-text p {
    margin-bottom: 0 !important;
  }

  html body[data-page="home"] .offer-menu {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  html body[data-page="home"] .offer-menu a,
  html body[data-page="home"] .offer-menu a.is-active {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding: 16px 18px !important;
    overflow: hidden !important;
  }

  html body[data-page="home"] .offer-menu a span {
    max-width: 100% !important;
  }

  html body[data-page="home"] .offer-photo {
    height: clamp(230px, 66vw, 280px) !important;
    min-height: 0 !important;
  }

  html body[data-page="home"] .offer-detail {
    height: auto !important;
    min-height: 0 !important;
    padding: 24px 22px 26px !important;
  }

  html body[data-page="home"] .offer-detail-main {
    gap: 14px !important;
  }

  html body[data-page="home"] .offer-detail h2 {
    font-size: clamp(24px, 7vw, 30px) !important;
    line-height: 1.12 !important;
  }

  html body[data-page="home"] .offer-detail-copy,
  html body[data-page="home"] .offer-detail-subcopy,
  html body[data-page="home"] .offer-detail :is(ul, ol) li {
    font-size: 14.5px !important;
    line-height: 1.52 !important;
  }

  html body[data-page="home"] .offer-detail :is(ul, ol) {
    gap: 10px !important;
  }

  html body[data-page="home"] .capture4-viewport,
  html body[data-page="home"] .capture4-card {
    min-height: 560px !important;
    height: 560px !important;
  }

  html body[data-page="home"] .capture4-card {
    align-items: stretch !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  html body[data-page="home"] .capture4-copy {
    align-self: start !important;
    flex: 0 0 auto !important;
    min-height: 210px !important;
    justify-content: start !important;
  }

  html body[data-page="home"] .capture4-card p {
    min-height: 6.8em !important;
  }
}

/* Mobile page refinements: normalize secondary pages without changing desktop layouts. */
@media (max-width: 980px) {
  html body[data-page] .site-nav {
    top: 64px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
  }

  html body[data-page] .site-nav .nav-dropdown-trigger {
    color: #ffffff !important;
  }

  html body[data-page] .site-nav .nav-dropdown-menu {
    padding: 8px 10px 12px !important;
    background: #050505 !important;
  }

  html body[data-page] .site-nav .nav-dropdown-menu a {
    margin-top: 6px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: rgba(255, 255, 255, 0.92) !important;
    white-space: normal !important;
  }

  html body[data-page] .site-nav .nav-dropdown-menu a:hover,
  html body[data-page] .site-nav .nav-dropdown-menu a:focus-visible {
    background: #ffffff !important;
    color: #0737ff !important;
  }
}

@media (max-width: 640px) {
  html body[data-page] main :is(
    .hero-copy,
    .contact-hero-content,
    .case-details-copy
  ) {
    width: 100% !important;
    max-width: min(100%, 640px) !important;
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  html body[data-page] main :is(
    .hero-copy p,
    .inner-hero p,
    .white-hero p,
    .service-detail-hero p,
    .contact-hero-content p,
    .case-details-copy p
  ) {
    max-width: 100% !important;
  }

  html body[data-page="about"] .hero-split-container {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    align-content: center !important;
  }

  html body[data-page="about"] .about-section,
  html body[data-page="about"] .about-work-section {
    padding: 44px var(--outer-gutter) !important;
  }

  html body[data-page="about"] .about-section__content,
  html body[data-page="about"] .about-work-grid {
    max-width: var(--content-max) !important;
    padding: 0 !important;
  }

  html body[data-page="about"] .about-section__content,
  html body[data-page="about"] .about-work-row,
  html body[data-page="about"] .about-work-row--reverse {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    align-items: start !important;
    text-align: left !important;
  }

  html body[data-page="about"] .about-section__media,
  html body[data-page="about"] .about-work-media {
    order: 1 !important;
    width: 100% !important;
    height: clamp(190px, 54vw, 235px) !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    box-shadow: 0 16px 42px rgba(18, 24, 38, 0.08) !important;
  }

  html body[data-page="about"] .about-section__media img,
  html body[data-page="about"] .about-work-media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    border-radius: inherit !important;
    object-fit: cover !important;
    object-position: center !important;
    box-shadow: none !important;
  }

  html body[data-page="about"] .about-section__copy,
  html body[data-page="about"] .about-work-copy {
    order: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  html body[data-page="about"] .about-section__copy h2,
  html body[data-page="about"] .about-work-copy h2 {
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: 1.06 !important;
    text-align: left !important;
  }

  html body[data-page="about"] .about-section__copy p,
  html body[data-page="about"] .about-work-copy p {
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
  }

  html body[data-page="about"] .approach-section {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 36px 22px !important;
    border-radius: 18px !important;
  }

  html body[data-page="about"] .approach-visual {
    width: 100% !important;
    height: clamp(205px, 54vw, 250px) !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 14px !important;
  }

  html body[data-page="about"] .approach-visual img {
    width: 100% !important;
    height: 100% !important;
    border-radius: inherit !important;
    object-fit: cover !important;
  }

  html body[data-page="why-us"] .why-hero .hero-copy {
    max-width: min(100%, 640px) !important;
  }

  html body[data-page="why-us"] main .advantage-stack {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  html body[data-page="why-us"] main .advantage-stack > article,
  html body[data-page="why-us"] main .advantage-stack > .change-stack-card {
    position: relative !important;
    top: auto !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: var(--content-max) !important;
    min-height: auto !important;
    margin: 0 auto !important;
    padding: 26px 22px !important;
    border-radius: 18px !important;
  }

  html body[data-page="why-us"] main :is(.advantage-copy, .change-copy, .change-points) {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body[data-page="why-us"] main :is(.advantage-copy .eyebrow, .change-copy .eyebrow) {
    justify-content: flex-start !important;
    width: fit-content !important;
    max-width: 100% !important;
    min-height: 0 !important;
    text-align: left !important;
  }

  html body[data-page="why-us"] main :is(.advantage-copy h2, .change-copy h2) {
    max-width: 11ch !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    font-size: clamp(30px, 9vw, 40px) !important;
    line-height: 1.08 !important;
  }

  html body[data-page="why-us"] main :is(.advantage-copy p:last-child, .change-points p) {
    max-width: 100% !important;
    font-size: 15px !important;
    line-height: 1.56 !important;
  }

  html body[data-page="why-us"] main .advantage-image-placeholder {
    width: 100% !important;
    min-height: 170px !important;
    border-radius: 14px !important;
  }

  html body[data-page="why-us"] main .advantage-stack > .change-stack-card .change-image {
    width: 100% !important;
    max-width: 220px !important;
    justify-self: start !important;
  }

  html body[data-page="service-detail"] main .service-detail-cta {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 26px 22px !important;
  }

  html body[data-page="service-detail"] main .service-detail-cta::after {
    grid-column: 1 !important;
    grid-row: 1 !important;
    justify-self: start !important;
    width: clamp(72px, 20vw, 96px) !important;
    aspect-ratio: 1 !important;
  }

  html body[data-page="service-detail"] main .service-detail-cta > p,
  html body[data-page="service-detail"] main #sub-services + .service-detail-cta > p.service-detail-cta-text {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(23px, 7vw, 30px) !important;
  }

  html body[data-page="service-detail"] main .service-detail-cta .button {
    grid-column: 1 !important;
    grid-row: 3 !important;
    justify-self: start !important;
  }
}

@media (max-width: 640px) {
  html body[data-page="why-us"] .why-hero,
  html body[data-page="service-detail"] .service-detail-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  html body[data-page="why-us"] .why-hero .hero-copy,
  html body[data-page="service-detail"] .service-detail-hero .hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body[data-page="why-us"] .why-hero .why-hero-visual {
    min-height: 140px !important;
    justify-content: flex-start !important;
  }

  html body[data-page="about"] .approach-visual,
  html body[data-page="about"] .approach-visual img {
    height: clamp(205px, 54vw, 250px) !important;
    min-height: 0 !important;
    max-height: 250px !important;
    border-radius: 14px !important;
  }
}

/* July 25 fixes: offer tabs, mobile navigation, hero rhythm, and Why Us stack spacing. */
html body[data-page="home"] .offer-menu [data-offer-tab] {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  gap: 7px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 15px 24px !important;
  background: transparent !important;
  color: #646a76 !important;
  font: inherit !important;
  font-family: "Montserrat", ui-sans-serif, system-ui, sans-serif !important;
  text-align: left !important;
  cursor: pointer !important;
}

html body[data-page="home"] .offer-menu [data-offer-tab].is-active {
  width: 100% !important;
  color: #ffffff !important;
}

html body[data-page="home"] .offer-menu [data-offer-tab] strong {
  color: inherit !important;
  font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
  font-size: clamp(20px, 1.9vw, 28px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
}

html body[data-page="home"] .offer-menu [data-offer-tab] span {
  display: none !important;
  width: min(52ch, 100%) !important;
  max-width: 52ch !important;
  color: inherit !important;
  font-size: 16px !important;
  line-height: 1.38 !important;
}

html body[data-page="home"] .offer-menu [data-offer-tab].is-active span {
  display: block !important;
}

html body[data-page="home"] .offer-menu .tab-indicator {
  width: 100% !important;
  border-radius: 10px !important;
}

@media (min-width: 981px) {
  html body[data-page="home"] .offer-panel {
    grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 0.85fr) minmax(430px, 1.25fr) !important;
    grid-template-areas: "menu photo detail" !important;
    gap: 0 !important;
    align-items: stretch !important;
    overflow: visible !important;
  }

  html body[data-page="home"] .offer-menu {
    grid-area: menu !important;
    align-content: center !important;
    padding-right: 18px !important;
    overflow: visible !important;
  }

  html body[data-page="home"] .offer-photo {
    grid-area: photo !important;
    height: auto !important;
    min-height: clamp(560px, 44vw, 660px) !important;
    border-radius: 24px 0 0 24px !important;
  }

  html body[data-page="home"] .offer-detail {
    grid-area: detail !important;
    height: auto !important;
    min-height: clamp(560px, 44vw, 660px) !important;
    border-radius: 0 24px 24px 0 !important;
  }
}

@media (max-width: 980px) {
  html body[data-page] .site-nav,
  html body[data-page] .site-nav *,
  html body[data-page] .site-nav .nav-dropdown-menu,
  html body[data-page] .site-nav .nav-dropdown-menu a {
    transform: none !important;
  }

  html body[data-page] .nav-open .site-nav {
    transform: none !important;
  }

  html body[data-page] .site-nav .nav-dropdown,
  html body[data-page] .site-nav .nav-dropdown:focus-within,
  html body[data-page] .site-nav .nav-dropdown:hover {
    width: 100% !important;
    transform: none !important;
  }

  html body[data-page] .site-nav .nav-dropdown:focus-within .nav-dropdown-menu,
  html body[data-page] .site-nav .nav-dropdown:hover .nav-dropdown-menu {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  html body[data-page]:not(.nav-open) .site-nav,
  html body[data-page]:not(.nav-open) .site-nav *,
  html body[data-page]:not(.nav-open) .site-nav .nav-dropdown-menu,
  html body[data-page]:not(.nav-open) .site-nav .nav-dropdown-menu a {
    pointer-events: none !important;
    visibility: hidden !important;
  }

  html body[data-page].nav-open .site-nav,
  html body[data-page].nav-open .site-nav *,
  html body[data-page].nav-open .site-nav .nav-dropdown-menu,
  html body[data-page].nav-open .site-nav .nav-dropdown-menu a {
    visibility: visible !important;
  }
}

@media (max-width: 640px) {
  html body[data-page] main :is(
    .hero,
    .inner-hero,
    .services-hero,
    .our-work-hero,
    .about-hero-split,
    .why-hero,
    .service-detail-hero,
    .contact-hero
  ) {
    align-content: center !important;
    align-items: center !important;
    padding-top: clamp(82px, 18vw, 108px) !important;
    padding-bottom: clamp(56px, 14vw, 86px) !important;
  }

  html body[data-page="why-us"] .why-hero {
    gap: 26px !important;
  }

  html body[data-page="home"] .offer-panel {
    gap: 20px !important;
  }

  html body[data-page="home"] .offer-menu {
    margin-bottom: 8px !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab],
  html body[data-page="home"] .offer-menu [data-offer-tab].is-active {
    width: 100% !important;
    border-radius: 10px !important;
    padding: 16px 18px !important;
  }

  html body[data-page="home"] .offer-menu .tab-indicator {
    width: 100% !important;
    border-radius: 10px !important;
  }

  html body[data-page="why-us"] main .advantage-stack {
    gap: 18px !important;
    padding-top: 8px !important;
    padding-bottom: 130px !important;
    overflow: visible !important;
  }

  html body[data-page="why-us"] main .advantage-stack > article {
    margin-bottom: 0 !important;
  }

  html body[data-page="why-us"] main .advantage-stack > .change-stack-card {
    margin-bottom: 110px !important;
  }

  html body[data-page="why-us"] main .advantage-stack > .change-stack-card .change-image {
    width: 100% !important;
    max-width: 100% !important;
  }

  html body[data-page="why-us"] main .advantage-stack > .change-stack-card .change-image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 14px !important;
    object-fit: cover !important;
  }

  html body[data-page="why-us"] main > .partners-section {
    position: relative !important;
    z-index: 1 !important;
    clear: both !important;
    margin-top: 76px !important;
    padding-top: 38px !important;
  }
}

@media (max-width: 640px) {
  html body[data-page="why-us"] main > section.section.advantage-stack.advantage-stack {
    padding-top: 8px !important;
    padding-bottom: 140px !important;
  }

  html body[data-page="why-us"] main > section.section.advantage-stack.advantage-stack > article,
  html body[data-page="why-us"] main > section.section.advantage-stack.advantage-stack > article:nth-child(n) {
    top: auto !important;
    margin-bottom: 0 !important;
  }

  html body[data-page="why-us"] main > section.section.advantage-stack.advantage-stack > article.change-stack-card {
    margin-bottom: 120px !important;
  }

  html body[data-page="why-us"] main > section.section.advantage-stack.advantage-stack > article.change-stack-card .change-image {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  html body[data-page="why-us"] main > section.section.advantage-stack.advantage-stack > article.change-stack-card .change-image img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* July 25 follow-up: restore the wider home offer selector and tighten Why Us spacing. */
@media (min-width: 981px) {
  html body[data-page="home"] .offer-panel {
    grid-template-columns: minmax(640px, 0.72fr) minmax(260px, 0.28fr) !important;
    grid-template-areas: "menu photo" !important;
    min-height: clamp(560px, 47vw, 690px) !important;
    align-items: stretch !important;
    gap: 0 !important;
  }

  html body[data-page="home"] .offer-menu {
    grid-area: menu !important;
    align-content: center !important;
    gap: clamp(16px, 2vw, 26px) !important;
    padding-right: clamp(18px, 2.6vw, 36px) !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] {
    min-height: 0 !important;
    padding: clamp(15px, 1.65vw, 24px) clamp(28px, 3.4vw, 56px) !important;
    border-radius: 16px !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] strong {
    max-width: 16ch !important;
    font-size: clamp(34px, 4vw, 58px) !important;
    font-weight: 700 !important;
    line-height: 1.04 !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] span {
    max-width: 28em !important;
    font-size: clamp(18px, 1.8vw, 30px) !important;
    line-height: 1.34 !important;
  }

  html body[data-page="home"] .offer-menu .tab-indicator {
    width: calc(100% - clamp(18px, 2.6vw, 36px)) !important;
    border-radius: 16px !important;
  }

  html body[data-page="home"] .offer-photo {
    grid-area: photo !important;
    min-height: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
  }

  html body[data-page="home"] .offer-detail {
    display: none !important;
  }
}

html body[data-page="home"] .offer-detail-action {
  display: none !important;
}

@media (max-width: 640px) {
  html body[data-page="home"] .offer-menu [data-offer-tab] strong {
    font-size: clamp(22px, 7.2vw, 30px) !important;
    line-height: 1.08 !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] span {
    font-size: 15px !important;
    line-height: 1.42 !important;
  }

  html body[data-page="why-us"] main > section.section.advantage-stack.advantage-stack {
    padding-bottom: 20px !important;
  }

  html body[data-page="why-us"] main > section.section.advantage-stack.advantage-stack > article.change-stack-card {
    margin-bottom: 8px !important;
  }

  html body[data-page="why-us"] main > .partners-section {
    margin-top: 0 !important;
    padding-top: 24px !important;
  }
}

@media (max-width: 760px) {
  html body[data-page] .site-footer {
    position: relative !important;
    z-index: 5 !important;
  }

  html body[data-page] .site-footer a {
    position: relative !important;
    z-index: 10 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  html body[data-page] .site-footer .footer-column,
  html body[data-page] .site-footer .footer-links,
  html body[data-page] .site-footer .footer-links li {
    position: relative !important;
    z-index: 6 !important;
  }

  html body[data-page] .site-footer .footer-main {
    display: flex !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 28px !important;
    grid-template-columns: none !important;
  }

  html body[data-page] .site-footer .footer-column {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
  }

  html body[data-page] .site-footer .footer-links ul {
    display: grid !important;
    gap: 10px !important;
  }

  html body[data-page] .site-footer .footer-links a {
    display: inline-flex !important;
    width: fit-content !important;
    min-height: 28px !important;
    align-items: center !important;
  }

  html body[data-page] .site-footer .footer-services {
    margin-top: 0 !important;
  }
}

/* July 25 final offer restore: desktop returns to the earlier three-panel service design. */
html body[data-page="home"] .offer-detail-action {
  display: flex !important;
  justify-content: center !important;
  margin-top: clamp(18px, 2vw, 26px) !important;
}

html body[data-page="home"] .offer-detail-action .button {
  min-height: 38px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  padding: 9px 17px !important;
  background: #0057ff !important;
  color: #ffffff !important;
  font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

html body[data-page="home"] .offer-detail-action .button:hover {
  background: #0057ff !important;
  color: #ffffff !important;
}

@media (min-width: 981px) {
  html body[data-page="home"] .offer-panel {
    grid-template-columns: minmax(340px, 0.95fr) minmax(270px, 0.8fr) minmax(430px, 1.25fr) !important;
    grid-template-areas: "menu photo detail" !important;
    min-height: 0 !important;
    align-items: stretch !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  html body[data-page="home"] .offer-menu {
    grid-area: menu !important;
    align-content: center !important;
    gap: 12px !important;
    z-index: 3 !important;
    padding-right: 0 !important;
    overflow: visible !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] {
    display: grid !important;
    gap: 7px !important;
    width: 100% !important;
    min-height: 0 !important;
    border-radius: 8px !important;
    padding: 15px 24px !important;
    color: #646a76 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab].is-active {
    width: calc(100% + 96px) !important;
    color: #ffffff !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] strong {
    max-width: none !important;
    color: inherit !important;
    font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] span {
    display: none !important;
    width: min(52ch, 100%) !important;
    max-width: 52ch !important;
    color: #667085 !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.38 !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab].is-active span {
    display: block !important;
    color: rgba(255, 255, 255, 0.78) !important;
  }

  html body[data-page="home"] .offer-menu .tab-indicator {
    width: calc(100% + 96px) !important;
    border-radius: 8px !important;
  }

  html body[data-page="home"] .offer-photo {
    grid-area: photo !important;
    align-self: stretch !important;
    height: auto !important;
    min-height: 520px !important;
    border-radius: 28px 0 0 28px !important;
  }

  html body[data-page="home"] .offer-detail {
    grid-area: detail !important;
    display: grid !important;
    height: auto !important;
    min-height: 520px !important;
    align-content: center !important;
    border-radius: 0 28px 28px 0 !important;
    padding: clamp(24px, 2.6vw, 34px) !important;
    overflow: hidden !important;
  }

  html body[data-page="home"] .offer-detail h2,
  html body[data-page="home"] .offer-detail h3 {
    font-family: "Montserrat", "Syne", ui-sans-serif, system-ui, sans-serif !important;
  }

  html body[data-page="home"] .offer-detail h2 {
    max-width: none !important;
    margin: 0 0 12px !important;
    font-size: clamp(22px, 1.85vw, 28px) !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
  }

  html body[data-page="home"] .offer-detail-copy,
  html body[data-page="home"] .offer-detail-subcopy {
    margin: 0 0 14px !important;
    color: #3f4650 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  html body[data-page="home"] .offer-detail h3 {
    margin: 0 0 7px !important;
    color: #050505 !important;
    font-size: clamp(20px, 1.55vw, 25px) !important;
    font-weight: 500 !important;
    line-height: 1.15 !important;
  }

  html body[data-page="home"] .offer-detail ul {
    display: grid !important;
    gap: 4px !important;
    margin: 0 !important;
    padding-left: 18px !important;
    color: #3f4650 !important;
    list-style: disc !important;
  }

  html body[data-page="home"] .offer-detail :is(ul, ol) li {
    display: list-item !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    padding-left: 4px !important;
    color: #3f4650 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
    counter-increment: none !important;
  }

  html body[data-page="home"] .offer-detail :is(ul, ol) li::before {
    content: none !important;
    display: none !important;
  }

  html body[data-page="home"] .offer-detail ul li::marker,
  html body[data-page="home"] .offer-detail ul strong {
    color: #1769ff !important;
  }
}

@media (max-width: 640px) {
  html body[data-page="home"] .offer-menu [data-offer-tab] strong {
    font-size: clamp(19px, 6.2vw, 25px) !important;
    line-height: 1.08 !important;
  }

  html body[data-page="home"] .offer-detail-action {
    justify-content: flex-start !important;
    margin-top: 18px !important;
  }
}

/* July 25 selector rollback: older compact desktop service selector sizing. */
@media (min-width: 981px) {
  html body[data-page="home"] .offer-menu {
    gap: 14px !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] {
    min-height: 62px !important;
    padding: 16px 24px !important;
    align-content: center !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab].is-active {
    min-height: 116px !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] strong {
    font-size: clamp(16px, 1.2vw, 18px) !important;
    font-weight: 600 !important;
    line-height: 1.16 !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] span {
    font-size: clamp(12px, 0.86vw, 13px) !important;
    line-height: 1.3 !important;
  }
}

/* July 25 stable desktop selector: wide preferred layout without overlay collisions. */
@media (min-width: 981px) {
  html body[data-page="home"] .offer-panel {
    grid-template-columns: minmax(650px, 0.72fr) minmax(250px, 0.28fr) !important;
    grid-template-areas: "menu photo" !important;
    min-height: clamp(620px, 50vw, 760px) !important;
    align-items: stretch !important;
    gap: 0 !important;
    overflow: hidden !important;
  }

  html body[data-page="home"] .offer-menu {
    grid-area: menu !important;
    display: grid !important;
    align-content: center !important;
    gap: clamp(22px, 2.5vw, 34px) !important;
    padding: clamp(34px, 4vw, 58px) clamp(24px, 3.4vw, 56px) clamp(34px, 4vw, 58px) 0 !important;
    overflow: visible !important;
  }

  html body[data-page="home"] .offer-menu .tab-indicator {
    display: none !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab],
  html body[data-page="home"] .offer-menu [data-offer-tab].is-active {
    position: relative !important;
    width: 100% !important;
    min-height: clamp(72px, 6vw, 92px) !important;
    border-radius: 16px !important;
    padding: clamp(13px, 1.5vw, 20px) clamp(26px, 3.6vw, 52px) !important;
    background: transparent !important;
    color: #646a76 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab].is-active {
    min-height: clamp(160px, 16vw, 220px) !important;
    background: #050b50 !important;
    color: #ffffff !important;
    box-shadow: 0 18px 34px rgba(5, 5, 5, 0.12) !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] strong {
    max-width: 18ch !important;
    color: inherit !important;
    font-size: clamp(28px, 3.3vw, 48px) !important;
    font-weight: 700 !important;
    line-height: 1.08 !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] span {
    display: none !important;
    max-width: 36em !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: clamp(18px, 1.7vw, 28px) !important;
    line-height: 1.34 !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab].is-active span {
    display: block !important;
  }

  html body[data-page="home"] .offer-photo {
    grid-area: photo !important;
    min-height: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
  }

  html body[data-page="home"] .offer-detail {
    display: none !important;
  }
}

/* July 25 final correction: keep the desktop offer panel as three columns, with no moving overlay. */
@media (min-width: 981px) {
  html body[data-page="home"] .offer-panel {
    grid-template-columns: minmax(340px, 0.95fr) minmax(270px, 0.8fr) minmax(430px, 1.25fr) !important;
    grid-template-areas: "menu photo detail" !important;
    height: clamp(700px, 48vw, 740px) !important;
    min-height: 0 !important;
    align-items: stretch !important;
    gap: 0 !important;
    overflow: visible !important;
  }

  html body[data-page="home"] .offer-menu {
    grid-area: menu !important;
    display: grid !important;
    align-content: center !important;
    gap: 12px !important;
    z-index: 3 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body[data-page="home"] .offer-menu .tab-indicator {
    display: none !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab],
  html body[data-page="home"] .offer-menu [data-offer-tab].is-active {
    position: relative !important;
    display: grid !important;
    align-content: center !important;
    gap: 7px !important;
    width: 100% !important;
    min-height: 64px !important;
    border-radius: 8px !important;
    padding: 16px 24px !important;
    background: transparent !important;
    color: #646a76 !important;
    box-shadow: none !important;
    transform: none !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab].is-active {
    width: calc(100% + 96px) !important;
    min-height: 128px !important;
    background: #050b50 !important;
    color: #ffffff !important;
    box-shadow: 0 18px 34px rgba(5, 5, 5, 0.12) !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] strong {
    max-width: none !important;
    color: inherit !important;
    font-family: "Syne", ui-sans-serif, system-ui, sans-serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab] span {
    display: none !important;
    width: min(52ch, 100%) !important;
    max-width: 52ch !important;
    color: rgba(255, 255, 255, 0.78) !important;
    font-family: "DM Sans", ui-sans-serif, system-ui, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
  }

  html body[data-page="home"] .offer-menu [data-offer-tab].is-active span {
    display: block !important;
  }

  html body[data-page="home"] .offer-photo {
    grid-area: photo !important;
    align-self: stretch !important;
    height: 100% !important;
    min-height: 0 !important;
    border-radius: 28px 0 0 28px !important;
  }

  html body[data-page="home"] .offer-detail {
    grid-area: detail !important;
    display: grid !important;
    height: 100% !important;
    min-height: 0 !important;
    align-content: center !important;
    border-radius: 0 28px 28px 0 !important;
    padding: clamp(24px, 2.6vw, 34px) !important;
    overflow: visible !important;
  }
}

/* July 25 final mobile offer type adjustment. */
@media (max-width: 640px) {
  html body[data-page="home"] .offer-menu [data-offer-tab] strong {
    font-size: clamp(18px, 5.8vw, 23px) !important;
    line-height: 1.1 !important;
  }
}
