:root {
  --navy-900: #071f53;
  --navy-800: #10285f;
  --navy-700: #1a3a7a;
  --red-500: #d92929;
  --red-600: #be1f1f;
  --brand-grad: linear-gradient(90deg, #0b2a6e 0%, #c82424 100%);
  --slate-950: #111317;
  --slate-700: #434b5d;
  --slate-200: #d9deea;
  --surface: #ffffff;
  --surface-soft: #f3f6fc;
  --card-bg: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  --card-border: #c8d6f1;
  --card-shadow: 0 14px 30px rgba(10, 35, 92, 0.1);
  --card-shadow-hover: 0 20px 36px rgba(10, 35, 92, 0.15);
  --radius-lg: 20px;
  --shadow: 0 14px 34px rgba(5, 19, 55, 0.15);
  --heading-line: 1.12;
  --body-line: 1.55;
  --h2-size: clamp(1.8rem, 3.2vw, 2.8rem);
  --h3-size: clamp(1.3rem, 1.85vw, 1.72rem);
  --card-title-size: clamp(1.1rem, 1.45vw, 1.32rem);
  --text-md: clamp(1rem, 1.2vw, 1.08rem);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Barlow", sans-serif;
  color: var(--slate-950);
  background: linear-gradient(180deg, #f5f7fd 0%, #f9fbff 34%, #ffffff 100%);
  line-height: var(--body-line);
}

h1,
h2,
h3,
.brand {
  font-family: "Sora", sans-serif;
  letter-spacing: -0.02em;
}

.container {
  width: min(1140px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--slate-200);
}

.utility-bar {
  border-bottom: 1px solid #dfe5f2;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  max-height: 42px;
  opacity: 1;
  transition: max-height 220ms ease, opacity 180ms ease, border-color 180ms ease;
}

.utility-wrap {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  font-size: 0.92rem;
  font-weight: 600;
}

.utility-wrap a {
  color: #1a3772;
  text-decoration: none;
}

.utility-wrap a:hover {
  text-decoration: underline;
}

.utility-divider {
  color: #a3b2d1;
}

.top-brand {
  display: flex;
  justify-content: center;
  padding: 1rem 0 0.9rem;
  transition: padding 220ms ease;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: min(247px, 39vw);
  height: auto;
  transition: width 220ms ease;
}

.site-header.is-compact .top-brand {
  padding: 0.24rem 0 0.16rem;
}

.site-header.is-compact .brand-logo {
  width: 164px;
}

.site-header.is-compact .utility-bar {
  max-height: 0;
  opacity: 0;
  border-color: transparent;
  overflow: hidden;
}

.main-nav {
  background: var(--navy-900);
}

.nav-wrap {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  transition: min-height 220ms ease, gap 220ms ease;
}

.nav-wrap a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.02em;
  border-top: 3px solid transparent;
  padding-top: 3px;
  transition: font-size 220ms ease;
}

.site-header.is-compact .nav-wrap {
  min-height: 42px;
  gap: 1.25rem;
}

.site-header.is-compact .nav-wrap a {
  font-size: 0.86rem;
}

.nav-wrap a:hover {
  border-top-color: var(--red-500);
  color: #f4f7ff;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 470px;
  display: grid;
  align-items: center;
  background-image:
    linear-gradient(98deg, rgba(5, 28, 83, 0.9) 0%, rgba(66, 20, 78, 0.72) 45%, rgba(176, 27, 27, 0.62) 100%),
    radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.14) 0 10%, transparent 10.5%),
    radial-gradient(circle at 28% 54%, rgba(255, 255, 255, 0.12) 0 8%, transparent 8.5%),
    radial-gradient(circle at 35% 80%, rgba(255, 255, 255, 0.1) 0 7%, transparent 7.5%),
    url("Innovatech-background-optimized.jpg");
  background-size: cover, auto, auto, auto, cover;
  background-position: center, center, center, center, center;
  background-repeat: no-repeat;
}

.page-tech-sourcing .hero {
  background-image:
    linear-gradient(98deg, rgba(5, 28, 83, 0.9) 0%, rgba(66, 20, 78, 0.72) 45%, rgba(176, 27, 27, 0.62) 100%),
    radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.14) 0 10%, transparent 10.5%),
    radial-gradient(circle at 28% 54%, rgba(255, 255, 255, 0.12) 0 8%, transparent 8.5%),
    radial-gradient(circle at 35% 80%, rgba(255, 255, 255, 0.1) 0 7%, transparent 7.5%),
    url("Innovatech-technology-sourcing-optimized.jpg");
}

.page-careers .hero {
  background-image:
    linear-gradient(98deg, rgba(5, 28, 83, 0.9) 0%, rgba(66, 20, 78, 0.72) 45%, rgba(176, 27, 27, 0.62) 100%),
    radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.14) 0 10%, transparent 10.5%),
    radial-gradient(circle at 28% 54%, rgba(255, 255, 255, 0.12) 0 8%, transparent 8.5%),
    radial-gradient(circle at 35% 80%, rgba(255, 255, 255, 0.1) 0 7%, transparent 7.5%),
    url("Innovatech-work-with-us-optimized.jpg");
}

.page-services .hero {
  background-image:
    linear-gradient(98deg, rgba(5, 28, 83, 0.9) 0%, rgba(66, 20, 78, 0.72) 45%, rgba(176, 27, 27, 0.62) 100%),
    radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.14) 0 10%, transparent 10.5%),
    radial-gradient(circle at 28% 54%, rgba(255, 255, 255, 0.12) 0 8%, transparent 8.5%),
    radial-gradient(circle at 35% 80%, rgba(255, 255, 255, 0.1) 0 7%, transparent 7.5%),
    url("Innovatech-services-optimized.jpg");
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 31, 90, 0.78) 0%, rgba(5, 31, 90, 0.45) 46%, rgba(5, 31, 90, 0.08) 100%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  padding: 4.8rem 0;
}

.eyebrow {
  color: #ffb4b4;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 0.85rem;
  margin: 0 0 1rem;
}

h1 {
  margin: 0;
  max-width: 26ch;
  color: #ffffff;
  font-size: clamp(2rem, 4.7vw, 3.7rem);
  line-height: 1.07;
  text-wrap: balance;
}

.lead {
  color: #e8eefc;
  font-size: clamp(1.04rem, 1.7vw, 1.27rem);
  max-width: 64ch;
  margin: 1.2rem 0 0;
  line-height: 1.42;
  text-wrap: pretty;
}

.hero-actions {
  margin-top: 1.8rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  background: var(--red-500);
  color: #fff;
  border: 1px solid var(--red-500);
  border-radius: 999px;
  text-decoration: none;
  padding: 0.72rem 1.2rem;
  font-weight: 700;
  transition: transform 170ms ease, background 170ms ease, box-shadow 170ms ease;
}

.btn:hover {
  transform: translateY(-2px);
  background: var(--red-600);
  box-shadow: var(--shadow);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.6);
  color: #ffffff;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
}

.section {
  padding: 5rem 0;
}

.section-kicker {
  margin: 0;
  color: var(--red-500);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.82rem;
  line-height: 1.25;
}

.section > .container > .section-kicker,
.section > .container > h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.client-logos {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background: #fff;
}

.client-logos h2 {
  margin-bottom: 1rem;
}

.logo-marquee {
  display: flex;
  gap: 0.8rem;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.logo-marquee:hover .logo-marquee-track {
  animation-play-state: paused;
}

.logo-marquee-track {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-width: max-content;
  animation: marquee-scroll 26s linear infinite;
}

.logo-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 68px;
  border-radius: 14px;
  border: 1px solid var(--slate-200);
  background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
  color: var(--navy-900);
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 20px rgba(5, 19, 55, 0.08);
  white-space: nowrap;
}

.logo-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 78px;
  border-radius: 14px;
  border: 1px solid var(--slate-200);
  background: #fff;
  box-shadow: 0 8px 20px rgba(5, 19, 55, 0.08);
  padding: 0.5rem 0.9rem;
}

.logo-item img {
  display: block;
  max-width: 180px;
  max-height: 46px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: saturate(0.96) contrast(1.02);
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 0.8rem));
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-marquee-track {
    animation: none;
  }
}

h2 {
  font-size: var(--h2-size);
  max-width: 22ch;
  margin: 0.72rem 0 1.32rem;
  line-height: var(--heading-line);
  text-wrap: balance;
}

#services h2 {
  max-width: none;
  white-space: nowrap;
}

.service-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.trust-grid > div {
  position: relative;
  overflow: hidden;
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  box-shadow: var(--card-shadow);
  padding: 1.3rem;
}

.service-card::before,
.trust-grid > div::before,
.channel-card::before,
.sourcing-insight-card::before,
.contact-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: var(--brand-grad);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffe5e5;
  color: var(--red-500);
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  font-weight: 700;
}

.icon-wrap svg {
  width: 22px;
  height: 22px;
}

.icon-wrap svg path,
.icon-wrap svg rect,
.icon-wrap svg circle,
.icon-wrap svg line,
.icon-wrap svg polyline {
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

h3 {
  margin: 0.9rem 0 0.55rem;
  font-size: var(--h3-size);
  color: var(--navy-900);
  line-height: 1.2;
  text-wrap: balance;
}

.service-card h3 a {
  color: inherit;
  text-decoration: none;
}

.service-card h3 a:hover {
  text-decoration: underline;
}

.interactive-services .service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.interactive-services .service-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--card-shadow-hover);
}

.interactive-services .service-card h3 {
  min-height: 2.5em;
}

.interactive-services .service-card > p {
  min-height: 6.2em;
}



.service-card p,
.trust-grid p,
.cta p {
  margin: 0;
  color: var(--slate-700);
  font-size: var(--text-md);
  line-height: var(--body-line);
  text-wrap: pretty;
}

.trust-band {
  background:
    radial-gradient(circle at 8% 16%, #dfe8ff 0%, transparent 38%),
    radial-gradient(circle at 92% 88%, #ffe0e0 0%, transparent 36%),
    linear-gradient(180deg, #edf2ff 0%, #f7f2f6 100%);
  border-top: 1px solid var(--slate-200);
  border-bottom: 1px solid var(--slate-200);
}

.trust-head {
  text-align: center;
  margin-bottom: 1.2rem;
}

.trust-head h2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.stat {
  font-family: "Sora", sans-serif;
  font-size: var(--card-title-size);
  color: var(--navy-900);
  margin: 0 0 0.4rem;
  line-height: 1.24;
}

.trust-grid > div {
  border: 1px solid var(--card-border);
}

.trust-grid > div:hover {
  transform: translateY(-2px);
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: var(--card-shadow-hover);
}

.trust-grid .stat {
  color: #112b66;
}

.trust-grid p {
  color: #425271;
}

.contact-panel {
  background:
    radial-gradient(circle at 9% 12%, #dfe8ff 0%, transparent 32%),
    radial-gradient(circle at 94% 84%, #ffe5e5 0%, transparent 30%),
    linear-gradient(180deg, #eef2fb 0%, #f6f8fd 100%);
  border-top: 1px solid #d7dde9;
}

.contact-section-head {
  margin-bottom: 1.1rem;
}

.contact-office-photo {
  position: relative;
  border-radius: 16px;
  min-height: 340px;
  border: 1px solid #ced8ee;
  box-shadow: 0 16px 34px rgba(7, 31, 83, 0.16);
  background:
    linear-gradient(180deg, rgba(8, 36, 95, 0.08) 0%, rgba(8, 36, 95, 0.08) 100%),
    linear-gradient(120deg, #2a87d5 0%, #4ba2eb 35%, #7ec27e 100%);
  background-image:
    linear-gradient(180deg, rgba(8, 36, 95, 0.08) 0%, rgba(8, 36, 95, 0.08) 100%),
    url("office-photo-low.jpg"),
    linear-gradient(120deg, #2a87d5 0%, #4ba2eb 35%, #7ec27e 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.contact-office-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 25, 73, 0.62) 0%, rgba(6, 25, 73, 0.34) 42%, rgba(6, 25, 73, 0.1) 100%);
}

.contact-hero-copy {
  position: absolute;
  left: clamp(1rem, 3.2vw, 2.2rem);
  bottom: clamp(1rem, 3vw, 1.8rem);
  z-index: 1;
  max-width: min(640px, 82%);
  color: #ffffff;
}

.contact-hero-copy h1,
.contact-hero-copy h2 {
  margin: 0;
  max-width: none;
  color: #ffffff;
  text-align: left;
  font-size: clamp(2rem, 3.2vw, 3.1rem);
  line-height: 1.06;
  text-shadow: 0 8px 20px rgba(7, 21, 56, 0.45);
}

.contact-hero-copy p {
  margin: 0.55rem 0 0;
  color: rgba(243, 248, 255, 0.96);
  font-size: clamp(1rem, 1.38vw, 1.28rem);
  line-height: 1.38;
  text-align: left;
  text-wrap: pretty;
  text-shadow: 0 6px 16px rgba(7, 21, 56, 0.42);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
}

.contact-left {
  display: flex;
  flex-direction: column;
}

.contact-card {
  position: relative;
  overflow: hidden;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 1.25rem 1.25rem 1.2rem;
  color: var(--navy-900);
  text-align: center;
  box-shadow: var(--card-shadow);
  backdrop-filter: blur(8px);
}

.contact-card-logo {
  width: min(360px, 90%);
  height: auto;
  display: block;
  margin: 0 auto 1rem;
}

.contact-card p {
  margin: 0 0 0.75rem;
  font-size: var(--text-md);
  line-height: 1.46;
  font-weight: 600;
  text-wrap: pretty;
}

.contact-badges {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.contact-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  border: 1px solid #cad6f3;
  background: #f3f6ff;
  color: #14356f;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.contact-map {
  margin-top: 1rem;
  border: 1px solid var(--card-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  flex: 1;
  display: flex;
}

.contact-map iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  height: 100%;
  border: 0;
}

.contact-right h2 {
  margin-top: 0;
  margin-bottom: 0.55rem;
  max-width: none;
}

.contact-right {
  padding-top: 0.15rem;
}

.contact-intro {
  margin: 0 0 0.95rem;
  color: #38507f;
  font-size: var(--text-md);
  line-height: 1.46;
  text-wrap: pretty;
}
.form-status {
  display: none;
  margin: 0 0 1rem;
  padding: 0.65rem 0.8rem;
  border-radius: 4px;
  border: 1px solid #bad6bf;
  background: #e9f8eb;
  color: #154d1c;
  font-weight: 600;
}

.form-status.show {
  display: block;
}

.form-honey {
  position: absolute;
  left: -9999px;
}

.contact-form {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: var(--card-shadow);
  display: grid;
  gap: 0.75rem;
}

.contact-form label {
  color: var(--navy-900);
  font-size: 1.01rem;
  font-weight: 700;
  line-height: 1.25;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #b8c8e7;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  border-radius: 10px;
  padding: 0.7rem 0.75rem;
  font: inherit;
  color: var(--slate-950);
  transition: border-color 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #5079d6;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(80, 121, 214, 0.18);
}

.contact-form textarea {
  resize: vertical;
}

.contact-submit {
  margin-top: 0.5rem;
  width: 148px;
  border-radius: 10px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #cb2424 0%, #8f2748 100%);
  border: none;
  letter-spacing: 0.02em;
}

.home-contact-teaser {
  text-align: center;
  background: #f5f8ff;
  border-top: 1px solid #d8e1f3;
}

.home-contact-teaser h2 {
  margin-left: auto;
  margin-right: auto;
}

.home-contact-teaser .lead {
  color: var(--slate-700);
  margin: 0 auto 1.2rem;
  max-width: 58ch;
  font-size: var(--text-md);
}

.site-footer {
  background: var(--navy-900);
  color: #d9e3ff;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-main {
  padding: 4rem 0 2.6rem;
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 0.8fr;
  gap: 2rem;
}

.footer-title {
  margin: 0 0 1rem;
  color: #dce6ff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.02rem;
}

.footer-contact {
  margin: 0;
  color: #eef3ff;
  font-size: 1.05rem;
  line-height: 1.55;
}

.footer-contact a {
  color: #eef3ff;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-card {
  margin-top: 1.3rem;
  width: min(285px, 100%);
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  color: #121212;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.footer-card img {
  width: 100%;
  height: auto;
  display: block;
  background: #f5f6f9;
  padding: 0.4rem;
}

.footer-card p {
  margin: 0;
  padding: 0.75rem 0.75rem 0.2rem;
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
}

.footer-card span {
  display: block;
  padding: 0 0.75rem 0.9rem;
  color: #5c5c5c;
}

.footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  border-bottom: 1px solid rgba(210, 222, 255, 0.3);
}

.footer-links a {
  display: block;
  padding: 0.7rem 0.1rem;
  color: #dce6ff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.04rem;
  position: relative;
  padding-left: 1rem;
}

.footer-links a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #b8c9ff;
}

.footer-links a.active {
  color: #ff4141;
}

.x-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
}

.x-glyph {
  font-family: "Sora", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.footer-bottom {
  border-top: 1px solid rgba(210, 222, 255, 0.22);
  background: #08245f;
}

.footer-bottom-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-bottom-wrap p {
  margin: 0;
  color: #dce6ff;
}

.footer-social {
  display: flex;
  gap: 1rem;
}

.footer-social a {
  color: #e9f0ff;
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-size: 1.75rem;
  line-height: 1;
}

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

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 110ms;
}

.delay-2 {
  transition-delay: 210ms;
}

@media (max-width: 900px) {
  .utility-wrap {
    justify-content: center;
    font-size: 0.84rem;
    gap: 0.4rem;
    min-height: 38px;
  }

  .utility-divider {
    display: none;
  }

  .top-brand {
    padding: 0.8rem 0 0.72rem;
  }

  .brand-logo {
    width: min(273px, 57vw);
  }

  .nav-wrap {
    gap: 1.1rem;
  }

  .nav-wrap a {
    font-size: 0.9rem;
  }

  .hero {
    min-height: 420px;
  }

  .hero-inner {
    padding: 3.9rem 0;
  }

  .section {
    padding: 4rem 0;
  }

  .client-logos {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .logo-pill {
    min-width: 180px;
    height: 60px;
    font-size: 0.9rem;
  }

  .logo-item {
    min-width: 180px;
    height: 64px;
    padding: 0.4rem 0.6rem;
  }

  .logo-item img {
    max-width: 145px;
    max-height: 38px;
  }

  .service-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  #services h2 {
    white-space: normal;
  }

  .interactive-services .service-card h3,
  .interactive-services .service-card > p {
    min-height: 0;
  }

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

  .contact-office-photo {
    min-height: 230px;
  }

  .contact-map iframe {
    min-height: 360px;
  }

  .footer-main {
    padding: 3rem 0 2rem;
    grid-template-columns: 1fr;
  }

  .footer-site {
    order: 3;
  }

  .footer-bottom-wrap {
    min-height: 92px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

.home-careers-teaser {
  text-align: center;
  background: #fff;
  border-top: 1px solid #d8e1f3;
}

.home-careers-teaser h2 {
  margin-left: auto;
  margin-right: auto;
}

.home-careers-teaser .lead {
  color: var(--slate-700);
  margin: 0 auto 1.2rem;
  max-width: 58ch;
  font-size: var(--text-md);
}

.careers-hero-note {
  margin: 0.9rem 0 0.75rem;
  color: #e7eeff;
  font-size: var(--text-md);
  font-weight: 600;
  line-height: 1.4;
  text-wrap: pretty;
}

.careers-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 980px;
}

.careers-hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.22rem 0.68rem;
  border-radius: 999px;
  border: 1px solid rgba(216, 228, 255, 0.55);
  background: rgba(10, 37, 96, 0.36);
  color: #eef3ff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.careers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.careers-info .contact-card {
  text-align: left;
}

.careers-info .contact-card-logo {
  margin-left: 0;
  margin-right: 0;
  width: min(320px, 92%);
}

.careers-form-wrap {
  width: 100%;
}

.careers-form-wrap h2,
.careers-form-wrap .contact-intro {
  max-width: none;
}

.careers-form-wrap .contact-form {
  width: 100%;
  max-width: none;
}

@media (max-width: 900px) {
  .careers-hero-note {
    font-size: 1rem;
  }

  .careers-hero-badges {
    gap: 0.42rem;
  }

  .careers-hero-badges span {
    font-size: 0.74rem;
  }
}

.channel-market-preview {
  background:
    radial-gradient(circle at 8% 14%, #e4ebff 0%, transparent 34%),
    radial-gradient(circle at 92% 86%, #ffe8e8 0%, transparent 30%),
    linear-gradient(180deg, #f3f6ff 0%, #fafbff 100%);
  border-top: 1px solid #d8e1f3;
  border-bottom: 1px solid #d8e1f3;
}

.channel-market-preview h2 {
  max-width: none;
  white-space: nowrap;
}

.one-line-title {
  max-width: none;
  white-space: nowrap;
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.channel-card {
  position: relative;
  overflow: hidden;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: var(--card-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.channel-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--card-shadow-hover);
}

.channel-card h3 {
  margin: 0 0 0.35rem;
  font-size: var(--card-title-size);
  color: #0f2d69;
  line-height: 1.24;
}

.channel-card p {
  margin: 0;
  color: #495a7b;
  line-height: var(--body-line);
  font-size: var(--text-md);
  text-wrap: pretty;
}

.channel-actions {
  margin-top: 1.2rem;
  text-align: center;
}

.sourcing-insights {
  background: #ffffff;
}

.sourcing-insight-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.sourcing-insight-card {
  position: relative;
  overflow: hidden;
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 14px;
  padding: 1rem;
  box-shadow: var(--card-shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.sourcing-insight-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--card-shadow-hover);
}

.sourcing-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #c62828;
  background: #ffe9e9;
  border: 1px solid #f0b6b6;
  margin-bottom: 0.75rem;
}

.sourcing-icon svg {
  width: 22px;
  height: 22px;
}

.sourcing-icon svg path,
.sourcing-icon svg circle,
.sourcing-icon svg rect,
.sourcing-icon svg line,
.sourcing-icon svg polyline {
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sourcing-insight-card h3 {
  margin: 0 0 0.45rem;
  color: #102f6c;
  font-size: var(--card-title-size);
  line-height: 1.24;
}

.sourcing-insight-card p {
  margin: 0;
  color: #4a5a79;
  line-height: var(--body-line);
  font-size: var(--text-md);
  text-wrap: pretty;
}

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

  .sourcing-insight-grid {
    grid-template-columns: 1fr;
  }

  .channel-market-preview h2 {
    white-space: normal;
  }

  .one-line-title {
    white-space: normal;
  }
}

.service-page-services .service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Make white logo backgrounds visually transparent in-place */
.brand-logo,
.contact-card-logo {
  mix-blend-mode: multiply;
}

.service-list {
  margin: 0.8rem 0 0;
  padding-left: 1.1rem;
}

.service-list li {
  margin: 0.28rem 0;
  color: #2f4777;
  font-size: 0.98rem;
  line-height: 1.4;
}

.services-macro .container {
  display: grid;
  gap: 1.2rem;
}

.macro-service {
  border: 1px solid var(--card-border);
  border-radius: 18px;
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.macro-summary {
  padding: 1.2rem 1.25rem 1rem;
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  border-bottom: 1px solid #d8e2f5;
}

.macro-summary h3 {
  margin-top: 0;
}

.macro-summary p {
  margin: 0.65rem 0 0;
  color: #415271;
  font-size: var(--text-md);
  line-height: 1.52;
  text-wrap: pretty;
}

.macro-content {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 1rem;
  padding: 1rem 1.25rem 1.2rem;
}

.macro-content-wide {
  grid-template-columns: 1.45fr 1fr 1fr;
}

.macro-block {
  border: 1px solid #d3def2;
  border-radius: 14px;
  background: linear-gradient(180deg, #f9fbff 0%, #f1f6ff 100%);
  padding: 0.85rem 0.9rem 0.75rem;
}

.macro-block h4 {
  margin: 0;
  color: #11386f;
  font-family: "Sora", sans-serif;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.macro-list,
.macro-outcomes {
  margin: 0.65rem 0 0;
  padding: 0;
  list-style: none;
}

.macro-list li,
.macro-outcomes li {
  position: relative;
  margin: 0.42rem 0;
  padding-left: 1.2rem;
  color: #294676;
  font-size: 0.99rem;
  line-height: 1.4;
  text-wrap: pretty;
}

.macro-list li::before,
.macro-outcomes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #173f82 0%, #c72727 100%);
}

.macro-list li strong {
  color: #12376d;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .macro-content,
  .macro-content-wide {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .macro-summary,
  .macro-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.service-vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.7rem;
}

.service-vertical p {
  margin: 0;
}

.keyword-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin-top: 0.2rem;
}

.keyword-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0.16rem 0.58rem;
  border-radius: 999px;
  border: 1px solid #c0cfea;
  background: linear-gradient(180deg, #ffffff 0%, #f2f7ff 100%);
  color: #143a75;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.service-mini-list {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.service-mini-list li {
  position: relative;
  margin: 0.34rem 0;
  padding-left: 1.15rem;
  color: #264472;
  font-size: 0.98rem;
  line-height: 1.38;
}

.service-mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42rem;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #173f82 0%, #c72727 100%);
}

.service-faq .container {
  display: grid;
  gap: 1rem;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.faq-item {
  border: 1px solid #cfdaf0;
  border-radius: 16px;
  padding: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  box-shadow: var(--card-shadow);
}

.faq-item h3 {
  margin-top: 0;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
}

.faq-item p {
  margin: 0.4rem 0 0;
  color: #435474;
  font-size: var(--text-md);
  line-height: 1.45;
  text-wrap: pretty;
}

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

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

.vendor-carousel-section {
  background:
    radial-gradient(circle at 10% 20%, rgba(214, 227, 255, 0.55) 0%, transparent 36%),
    radial-gradient(circle at 88% 84%, rgba(255, 217, 225, 0.52) 0%, transparent 34%),
    linear-gradient(180deg, #f7f9ff 0%, #f2f6ff 100%);
  border-top: 1px solid #d9e2f6;
  border-bottom: 1px solid #d9e2f6;
}

.vendor-carousel-section h2 {
  max-width: none;
  white-space: nowrap;
}

.vendor-carousel-lead {
  margin: 0 auto 1.15rem;
  max-width: 80ch;
  text-align: center;
  color: #425271;
  font-size: 1.08rem;
  line-height: 1.55;
}

.vendor-marquee {
  position: relative;
  display: flex;
  gap: 0.9rem;
  overflow: hidden;
  padding: 0.35rem 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.vendor-marquee::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px rgba(131, 155, 206, 0.2);
}

.vendor-marquee-track {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  min-width: max-content;
  animation: vendor-marquee-scroll 30s linear infinite;
}

.vendor-marquee:hover .vendor-marquee-track {
  animation-play-state: paused;
}

.vendor-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  height: 90px;
  border-radius: 14px;
  border: 1px solid #d4deef;
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  box-shadow: 0 10px 24px rgba(8, 30, 80, 0.1);
  padding: 0.7rem 1rem;
}

.vendor-item img {
  display: block;
  max-width: 190px;
  max-height: 52px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: saturate(1.03) contrast(1.03);
}

@keyframes vendor-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 0.9rem));
  }
}

@media (max-width: 900px) {
  .vendor-carousel-section h2 {
    white-space: normal;
  }

  .vendor-carousel-lead {
    font-size: 1rem;
  }

  .vendor-item {
    min-width: 190px;
    height: 78px;
  }

  .vendor-item img {
    max-width: 150px;
    max-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vendor-marquee-track {
    animation: none;
  }
}

/* Two-stream vendor carousel for technology sourcing */
.vendor-streams {
  display: grid;
  gap: 0.85rem;
}

.vendor-streams .vendor-marquee {
  position: relative;
  display: flex;
  gap: 0.9rem;
  overflow: hidden;
  padding: 0.35rem 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.vendor-streams .vendor-marquee-track {
  animation-duration: 28s;
}

.vendor-streams .vendor-marquee.is-reverse .vendor-marquee-track {
  animation-name: vendor-marquee-scroll-reverse;
  animation-duration: 32s;
}

@keyframes vendor-marquee-scroll-reverse {
  from {
    transform: translateX(calc(-100% - 0.9rem));
  }
  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .vendor-streams .vendor-marquee-track {
    animation: none;
  }
}

/* Final visual polish pass: consistent rhythm, smoother motion, cleaner UX */
:root {
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --motion-fast: 180ms;
  --motion-mid: 240ms;
}

.section {
  padding: clamp(4.2rem, 6.6vw, 5.6rem) 0;
}

.hero-inner {
  padding: clamp(4.3rem, 7.8vw, 5.9rem) 0;
}

.section > .container > h2 {
  margin-bottom: 1.45rem;
}

.btn {
  transition:
    transform var(--motion-fast) var(--ease-smooth),
    background var(--motion-fast) var(--ease-smooth),
    box-shadow var(--motion-fast) var(--ease-smooth),
    border-color var(--motion-fast) var(--ease-smooth);
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:focus-visible,
.nav-wrap a:focus-visible,
.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: 2px solid #9db8ef;
  outline-offset: 2px;
}

.interactive-services .service-card,
.trust-grid > div,
.channel-card,
.sourcing-insight-card,
.vendor-item {
  transition:
    transform var(--motion-mid) var(--ease-smooth),
    box-shadow var(--motion-mid) var(--ease-smooth),
    border-color var(--motion-mid) var(--ease-smooth);
}

.interactive-services .service-card:hover,
.trust-grid > div:hover,
.channel-card:hover,
.sourcing-insight-card:hover,
.vendor-item:hover {
  transform: translateY(-3px);
}

.vendor-item:hover {
  box-shadow: 0 14px 28px rgba(8, 30, 80, 0.14);
}

.logo-marquee-track {
  animation-duration: 30s;
}

.vendor-marquee-track {
  animation-duration: 34s;
}

.vendor-streams .vendor-marquee-track {
  animation-duration: 34s;
}

.vendor-streams .vendor-marquee.is-reverse .vendor-marquee-track {
  animation-duration: 38s;
}

@media (max-width: 900px) {
  .section {
    padding: 3.6rem 0;
  }

  .hero-inner {
    padding: 4rem 0;
  }
}

/* Mobile micro-pass: tighter sticky header + cleaner hero rhythm */
@media (max-width: 900px) {
  .utility-wrap {
    min-height: 34px;
    font-size: 0.8rem;
  }

  .top-brand {
    padding: 0.58rem 0 0.5rem;
  }

  .brand-logo {
    width: min(230px, 54vw);
  }

  .site-header.is-compact .top-brand {
    padding: 0.16rem 0 0.08rem;
  }

  .site-header.is-compact .brand-logo {
    width: 132px;
  }

  .nav-wrap {
    min-height: 48px;
    gap: 0.72rem;
  }

  .nav-wrap a {
    font-size: 0.78rem;
    letter-spacing: 0.01em;
  }

  .site-header.is-compact .nav-wrap {
    min-height: 36px;
    gap: 0.62rem;
  }

  .site-header.is-compact .nav-wrap a {
    font-size: 0.72rem;
  }

  .hero {
    min-height: 380px;
  }

  .hero-inner {
    padding: 3.2rem 0 3.05rem;
  }

  h1 {
    max-width: 17ch;
    font-size: clamp(1.7rem, 7.8vw, 2.25rem);
    line-height: 1.08;
  }

  .lead {
    margin-top: 0.95rem;
    font-size: 1rem;
    line-height: 1.42;
  }

  .hero-actions {
    margin-top: 1.2rem;
    gap: 0.55rem;
  }

  .hero-actions .btn {
    padding: 0.6rem 0.96rem;
    font-size: 0.92rem;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(1140px, 94vw);
  }

  .brand-logo {
    width: min(198px, 62vw);
  }

  .site-header.is-compact .brand-logo {
    width: 120px;
  }

  .nav-wrap {
    min-height: 44px;
    gap: 0.5rem;
  }

  .nav-wrap a {
    font-size: 0.69rem;
  }

  .hero {
    min-height: 350px;
  }

  .hero-inner {
    padding: 2.8rem 0 2.7rem;
  }

  h1 {
    max-width: 15ch;
    font-size: clamp(1.55rem, 8.1vw, 2.05rem);
  }

  .lead {
    font-size: 0.96rem;
  }
}

/* Requested upgrade pack: nav active, icon polish, stats strip, form UX, page intro motion */
.nav-wrap a.active {
  border-top-color: var(--red-500);
  color: #ffffff;
}

.footer-social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(221, 231, 255, 0.34);
  background: rgba(255, 255, 255, 0.06);
  transition: transform 180ms var(--ease-smooth), background 180ms var(--ease-smooth), border-color 180ms var(--ease-smooth);
}

.footer-social a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(221, 231, 255, 0.62);
}

.footer-social a svg {
  width: 18px;
  height: 18px;
  display: block;
}

.why-strip {
  padding: clamp(1.8rem, 3.1vw, 2.4rem) 0;
  background:
    linear-gradient(90deg, rgba(8, 33, 88, 0.96) 0%, rgba(108, 33, 86, 0.9) 52%, rgba(181, 31, 40, 0.9) 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.why-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.why-item {
  border: 1px solid rgba(201, 220, 255, 0.28);
  border-radius: 14px;
  padding: 0.85rem 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.why-stat {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.18;
  color: #ffffff;
}

.why-label {
  margin: 0.22rem 0 0;
  color: rgba(238, 244, 255, 0.95);
  font-size: 0.93rem;
  line-height: 1.35;
}

.form-note {
  margin: -0.25rem 0 0.1rem;
  color: #51627f;
  font-size: 0.88rem;
  line-height: 1.35;
}

.form-status.error {
  border-color: #efc2c2;
  background: #fff1f1;
  color: #7e1f1f;
}

@media (prefers-reduced-motion: no-preference) {
  main > section {
    opacity: 0;
    transform: translateY(10px);
    animation: section-in 620ms var(--ease-smooth) forwards;
  }

  main > section:nth-of-type(1) { animation-delay: 30ms; }
  main > section:nth-of-type(2) { animation-delay: 90ms; }
  main > section:nth-of-type(3) { animation-delay: 150ms; }
  main > section:nth-of-type(4) { animation-delay: 210ms; }
  main > section:nth-of-type(5) { animation-delay: 270ms; }
  main > section:nth-of-type(6) { animation-delay: 330ms; }
  main > section:nth-of-type(7) { animation-delay: 390ms; }
}

@keyframes section-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .why-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

/* Nav active-state premium transition on scroll */
.nav-wrap a {
  position: relative;
  transition:
    color 220ms var(--ease-smooth),
    border-top-color 220ms var(--ease-smooth),
    text-shadow 220ms var(--ease-smooth),
    transform 220ms var(--ease-smooth),
    font-size 220ms ease;
}

.nav-wrap a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 56%;
  height: 2px;
  border-radius: 999px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, #7ea6ff 0%, #d62f38 100%);
  opacity: 0;
  transition: transform 220ms var(--ease-smooth), opacity 220ms var(--ease-smooth);
}

.nav-wrap a:hover {
  transform: translateY(-1px);
}

.nav-wrap a:hover::after,
.nav-wrap a.active::after {
  transform: translateX(-50%) scaleX(1);
  opacity: 1;
}

.nav-wrap a.active {
  text-shadow: 0 0 10px rgba(165, 194, 255, 0.42);
}

.site-header.is-compact .nav-wrap a.active {
  text-shadow: 0 0 8px rgba(165, 194, 255, 0.36);
}

/* Premium header contact capsule */
.site-header {
  overflow: visible;
}

.utility-bar {
  position: absolute;
  top: 0.7rem;
  right: max(1rem, calc((100vw - 1140px) / 2));
  border: 0;
  background: transparent;
  max-height: none;
  opacity: 1;
  z-index: 6;
}

.utility-wrap {
  min-height: auto;
  justify-content: flex-end;
  gap: 0.22rem;
  padding: 0.24rem;
  border-radius: 999px;
  border: 1px solid #d7e2f7;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(242, 247, 255, 0.9) 100%);
  box-shadow: 0 8px 22px rgba(6, 29, 82, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.utility-wrap a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #153672;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.44rem 0.72rem;
  border: 1px solid transparent;
  transition: background 180ms var(--ease-smooth), border-color 180ms var(--ease-smooth), color 180ms var(--ease-smooth);
}

.utility-wrap a:first-of-type::before {
  content: "\2709";
  font-size: 0.82rem;
  color: #1f4c96;
}

.utility-wrap a:last-of-type::before {
  content: "\260E";
  font-size: 0.8rem;
  color: #b32727;
}

.utility-wrap a:hover {
  background: #edf3ff;
  border-color: #c7d6f3;
  text-decoration: none;
}

.utility-divider {
  display: none;
}

.site-header.is-compact .utility-bar {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .utility-bar {
    position: static;
    margin: 0.35rem auto 0;
    right: auto;
    top: auto;
  }

  .utility-wrap {
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .utility-wrap a {
    padding: 0.38rem 0.58rem;
    font-size: 0.78rem;
  }
}

/* Lighter premium contact capsule (desktop/tablet only) */
.utility-bar {
  top: 0.62rem;
}

.utility-wrap {
  padding: 0.16rem;
  border-color: #dee7f7;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(247, 250, 255, 0.9) 100%);
  box-shadow: 0 6px 16px rgba(6, 29, 82, 0.08);
}

.utility-wrap a {
  font-size: 0.84rem;
  padding: 0.36rem 0.58rem;
  color: #1b3c77;
}

.utility-wrap a:hover {
  background: #f3f7ff;
  border-color: #d2def6;
}

@media (max-width: 900px) {
  .utility-bar {
    display: none;
  }
}

/* Header cleanup: keep premium but minimal (no top contact capsule) */
.top-brand {
  padding: 0.85rem 0 0.75rem;
}

.main-nav .nav-wrap a {
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
}

.site-header.is-compact .top-brand {
  padding: 0.2rem 0 0.14rem;
}

/* Global header hotfix */
.utility-bar {
  display: none !important;
}

/* Premium pass: service hierarchy, logo consistency, clean nav CTA, leadership trust, final CTA */
.main-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.nav-wrap {
  min-height: 62px;
  gap: 1.55rem;
}

.nav-wrap a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0.15rem 0.2rem;
}

.nav-wrap .nav-cta {
  margin-left: 0.35rem;
  min-height: 40px;
  padding: 0.55rem 0.92rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(135deg, #d72d2d 0%, #8f284e 100%);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  box-shadow: 0 10px 20px rgba(145, 33, 57, 0.26);
  text-transform: uppercase;
}

.nav-wrap .nav-cta:hover {
  border-top-color: rgba(255, 255, 255, 0.42);
  transform: translateY(-1px);
  color: #fff;
  filter: brightness(1.04);
}

#services .service-grid .service-card {
  padding: 1.25rem 1.25rem 1.2rem;
}

.service-label {
  margin: 0.68rem 0 0.1rem;
  font-family: "Sora", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #5b6f95;
}

.interactive-services .service-card h3,
.service-vertical h3 {
  margin-top: 0.28rem;
}

.interactive-services .service-card > p,
.service-vertical > p {
  min-height: 0;
  margin-bottom: 0.1rem;
}

.interactive-services .keyword-grid {
  margin-top: 0.55rem;
}

.interactive-services .keyword-chip {
  font-size: 0.72rem;
  min-height: 25px;
  padding: 0.13rem 0.52rem;
}

.logo-item,
.vendor-item {
  min-width: 228px;
  height: 84px;
  border-radius: 14px;
  border: 1px solid #d4deef;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  box-shadow: 0 8px 20px rgba(8, 30, 80, 0.09);
  padding: 0.56rem 0.86rem;
}

.logo-item img,
.vendor-item img {
  max-width: 174px;
  max-height: 48px;
  object-fit: contain;
  filter: saturate(1.02) contrast(1.02);
}

.logo-item:hover,
.vendor-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(8, 30, 80, 0.14);
}

.leadership-trust {
  background:
    radial-gradient(circle at 14% 22%, #e2eafe 0%, transparent 42%),
    radial-gradient(circle at 88% 85%, #ffe3e3 0%, transparent 40%),
    linear-gradient(180deg, #edf2ff 0%, #f8f3f7 100%);
  border-top: 1px solid #dbe4f5;
  border-bottom: 1px solid #dbe4f5;
}

.leadership-trust h2 {
  max-width: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.leadership-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #cfdbf0;
  border-radius: 16px;
  padding: 1.1rem 1rem 1rem;
  box-shadow: 0 10px 24px rgba(10, 28, 73, 0.08);
}

.leadership-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: var(--brand-grad);
  border-radius: 16px 16px 0 0;
}

.leadership-stat {
  margin: 0;
  color: #bf2a2a;
  font-family: "Sora", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.leadership-card h3 {
  margin: 0.45rem 0 0.42rem;
  font-size: 1.45rem;
  line-height: 1.2;
}

.leadership-card p {
  margin: 0;
  color: #4a5f85;
}

.final-cta-band {
  text-align: center;
  background:
    linear-gradient(99deg, rgba(7, 31, 83, 0.95) 0%, rgba(83, 35, 89, 0.9) 52%, rgba(183, 31, 41, 0.9) 100%),
    radial-gradient(circle at 15% 30%, rgba(255, 255, 255, 0.09) 0%, transparent 42%);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.final-cta-band .section-kicker {
  color: #f9b7b7;
}

.final-cta-band h2,
.final-cta-band .lead {
  color: #f4f7ff;
  margin-left: auto;
  margin-right: auto;
}

.final-cta-band h2 {
  max-width: none;
}

.final-cta-band .lead {
  max-width: 64ch;
  color: #dde8ff;
}

.final-cta-actions {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.final-cta-band .btn-secondary {
  border-color: rgba(220, 230, 255, 0.7);
  color: #eff5ff;
  background: rgba(255, 255, 255, 0.08);
}

.final-cta-band .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 1100px) {
  .nav-wrap .nav-cta {
    display: none;
  }

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

@media (max-width: 900px) {
  .logo-item,
  .vendor-item {
    min-width: 196px;
    height: 74px;
  }

  .logo-item img,
  .vendor-item img {
    max-width: 146px;
    max-height: 42px;
  }
}

/* CTA button should not show nav underline marker */
.nav-wrap .nav-cta::after {
  display: none;
}

/* Sophisticated service showcase upgrade (Services page) */
.service-page-services {
  background:
    radial-gradient(circle at 8% 18%, rgba(226, 235, 255, 0.9) 0%, transparent 38%),
    radial-gradient(circle at 90% 88%, rgba(255, 224, 231, 0.8) 0%, transparent 36%),
    linear-gradient(180deg, #eef3ff 0%, #f8f3f7 100%);
}

.service-showcase-grid {
  gap: 1.1rem;
}

.service-showcase-grid .service-card {
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #c9d8f1;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 14px 34px rgba(12, 34, 88, 0.1);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-showcase-grid .service-card:hover {
  transform: translateY(-4px);
  border-color: #b5c9ed;
  box-shadow: 0 22px 44px rgba(12, 34, 88, 0.16);
}

.service-showcase-grid .service-card::before {
  height: 5px;
}

.service-card-top {
  width: 100%;
  padding: 1.15rem 1.1rem 0.95rem;
  border-bottom: 1px solid #d9e4f7;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7ff 100%);
}

.service-card-top .icon-wrap {
  box-shadow: 0 10px 18px rgba(211, 41, 41, 0.14);
}

.service-card-top h3 {
  margin: 0.22rem 0 0.4rem;
}

.service-card-top p {
  margin: 0;
  color: #405372;
  line-height: 1.48;
}

.service-card-body {
  width: 100%;
  padding: 0.95rem 1.1rem 1.05rem;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f8ff 100%);
}

.service-subtitle {
  margin: 0.05rem 0 0.42rem;
  font-family: "Sora", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #5d7298;
}

.service-card-body .keyword-grid {
  margin-top: 0;
  margin-bottom: 0.72rem;
}

.service-card-body .keyword-chip {
  background: linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
  border-color: #b8cae8;
  color: #173f81;
  font-size: 0.73rem;
}

.service-card-body .service-mini-list {
  margin-top: 0.25rem;
  padding: 0.68rem 0.72rem 0.48rem;
  border-radius: 12px;
  border: 1px solid #cddcf3;
  background: rgba(255, 255, 255, 0.74);
}

.service-card-body .service-mini-list li {
  margin: 0.3rem 0;
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .service-card-top,
  .service-card-body {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
}

/* Services cards alignment: Focus Areas + Typical Outcomes on same vertical rhythm */
.service-showcase-grid .service-card {
  display: grid;
  grid-template-rows: auto 1fr;
}

.service-showcase-grid .service-card-top {
  min-height: 225px;
}

.service-showcase-grid .service-card-body {
  display: grid;
  grid-template-rows: auto minmax(150px, auto) auto 1fr;
  align-content: start;
}

.service-showcase-grid .service-card-body .keyword-grid {
  margin-bottom: 0;
}

.service-showcase-grid .service-card-body .service-mini-list {
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .service-showcase-grid .service-card-top {
    min-height: 210px;
  }

  .service-showcase-grid .service-card-body {
    grid-template-rows: auto minmax(132px, auto) auto 1fr;
  }
}

@media (max-width: 900px) {
  .service-showcase-grid .service-card-top {
    min-height: auto;
  }

  .service-showcase-grid .service-card-body {
    grid-template-rows: auto auto auto auto;
  }
}

/* Alignment refinement: lock Focus Areas height so Typical Outcomes aligns */
.service-showcase-grid .service-card-body .keyword-grid {
  min-height: 184px;
  align-content: flex-start;
}

.service-showcase-grid .service-card-body .service-mini-list {
  min-height: 112px;
}

@media (max-width: 900px) {
  .service-showcase-grid .service-card-body .keyword-grid,
  .service-showcase-grid .service-card-body .service-mini-list {
    min-height: 0;
  }
}


/* Legal footer links */
.footer-legal {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-legal a {
  color: #dce6ff;
  text-decoration: none;
  font-size: 0.9rem;
  border-bottom: 1px solid transparent;
}

.footer-legal a:hover,
.footer-legal a.active {
  color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 900px) {
  .footer-bottom-wrap {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-legal {
    order: 2;
  }

  .footer-social {
    order: 3;
  }
}




/* Required consent checkbox */
.form-consent-check {
  margin: 0.3rem 0 0.45rem;
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
}

.contact-form .form-consent-check input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-top: 0.2rem;
  accent-color: #153f80;
  flex: 0 0 auto;
}

.form-consent-check label {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.45;
  font-weight: 600;
  color: #5b6f93;
  text-transform: none;
  letter-spacing: 0;
}

.form-consent-check a {
  color: #1f4b92;
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 75, 146, 0.35);
}

.form-consent-check a:hover {
  color: #12376d;
  border-bottom-color: rgba(18, 55, 109, 0.55);
}

/* Premium legal pages */
.legal-content {
  max-width: 900px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid #d5e0f2;
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(10, 32, 82, 0.09);
  padding: 1.4rem 1.45rem;
}

.legal-intro {
  margin: 0 0 1rem;
  color: #415677;
  font-size: 1.02rem;
  line-height: 1.65;
}

.legal-content h2 {
  margin-top: 1.08rem;
  margin-bottom: 0.38rem;
  max-width: none;
  font-size: clamp(1.1rem, 1.45vw, 1.35rem);
  color: #0f2f68;
}

.legal-content p,
.legal-content li {
  color: #455b7f;
  line-height: 1.65;
  font-size: 0.99rem;
}

.legal-content ul {
  margin: 0.42rem 0 0.8rem;
  padding-left: 1.2rem;
}

.legal-content li {
  margin: 0.26rem 0;
}

@media (max-width: 900px) {
  .legal-content {
    padding: 1rem 0.95rem;
    border-radius: 14px;
  }
}


.legal-updated {
  margin: 0.45rem auto 0;
  width: fit-content;
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  border: 1px solid rgba(220, 230, 255, 0.6);
  background: rgba(255, 255, 255, 0.12);
  color: #e3edff;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}

/* Lighter hero assets for mobile paint performance */
@media (max-width: 900px) {
  .hero {
    background-image:
      linear-gradient(98deg, rgba(5, 28, 83, 0.9) 0%, rgba(66, 20, 78, 0.72) 45%, rgba(176, 27, 27, 0.62) 100%),
      radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.14) 0 10%, transparent 10.5%),
      radial-gradient(circle at 28% 54%, rgba(255, 255, 255, 0.12) 0 8%, transparent 8.5%),
      radial-gradient(circle at 35% 80%, rgba(255, 255, 255, 0.1) 0 7%, transparent 7.5%),
      url("Innovatech-background-mobile.jpg");
  }

  .page-tech-sourcing .hero {
    background-image:
      linear-gradient(98deg, rgba(5, 28, 83, 0.9) 0%, rgba(66, 20, 78, 0.72) 45%, rgba(176, 27, 27, 0.62) 100%),
      radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.14) 0 10%, transparent 10.5%),
      radial-gradient(circle at 28% 54%, rgba(255, 255, 255, 0.12) 0 8%, transparent 8.5%),
      radial-gradient(circle at 35% 80%, rgba(255, 255, 255, 0.1) 0 7%, transparent 7.5%),
      url("Innovatech-technology-sourcing-mobile.jpg");
  }

  .page-careers .hero {
    background-image:
      linear-gradient(98deg, rgba(5, 28, 83, 0.9) 0%, rgba(66, 20, 78, 0.72) 45%, rgba(176, 27, 27, 0.62) 100%),
      radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.14) 0 10%, transparent 10.5%),
      radial-gradient(circle at 28% 54%, rgba(255, 255, 255, 0.12) 0 8%, transparent 8.5%),
      radial-gradient(circle at 35% 80%, rgba(255, 255, 255, 0.1) 0 7%, transparent 7.5%),
      url("Innovatech-work-with-us-mobile.jpg");
  }

  .page-services .hero {
    background-image:
      linear-gradient(98deg, rgba(5, 28, 83, 0.9) 0%, rgba(66, 20, 78, 0.72) 45%, rgba(176, 27, 27, 0.62) 100%),
      radial-gradient(circle at 18% 26%, rgba(255, 255, 255, 0.14) 0 10%, transparent 10.5%),
      radial-gradient(circle at 28% 54%, rgba(255, 255, 255, 0.12) 0 8%, transparent 8.5%),
      radial-gradient(circle at 35% 80%, rgba(255, 255, 255, 0.1) 0 7%, transparent 7.5%),
      url("Innovatech-services-mobile.jpg");
  }

  .contact-office-photo {
    background-image:
      linear-gradient(180deg, rgba(8, 36, 95, 0.08) 0%, rgba(8, 36, 95, 0.08) 100%),
      url("office-photo-mobile.jpg"),
      linear-gradient(120deg, #2a87d5 0%, #4ba2eb 35%, #7ec27e 100%);
  }
}
