/* =============================================================================
   GAIN AMERICA — MODERN HOMEPAGE  (home.css)
   -----------------------------------------------------------------------------
   Self-contained styles for the new React homepage (app/page.tsx). Everything
   is scoped under `.gi-home` so it never affects any other page. Aesthetic
   reference: OpenAI / Anthropic / Linear / Vercel — generous whitespace, large
   clean type, restrained navy gradients, high-contrast sections, real hierarchy.
   Brand: deep NAVY #16336b.

   MEDIA (all royalty-free):
     - HERO VIDEO: public/videos/hero-tech.mp4 — abstract dark-navy digital
       network / data motion. Source: Pexels video #3141210
       (https://www.pexels.com/video/3141210/). Pexels License — free for
       commercial use, no attribution required (https://www.pexels.com/license/).
       Downloaded 1080p, transcoded to muted 1280px H.264, 5.8MB, looping.
       Poster frame: public/images/mod/hero-tech-poster.jpg (extracted from same).
     - CAREERS BAND: public/images/mod/careers-team.jpg — Unsplash License,
       free commercial, no attribution (https://unsplash.com/license).
   ========================================================================== */

.gi-home {
  --navy: #16336b;
  --navy-deep: #0d2350;
  --navy-soft: #24478f;
  --ink: #10192e;
  --muted: #485163;
  --line: rgba(16, 24, 40, 0.08);
  --line-strong: rgba(16, 24, 40, 0.14);
  --tint: #f6f8fc;
  --radius: 16px;
  --radius-sm: 12px;
  --ease: cubic-bezier(0.2, 0, 0, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  color: var(--ink);
  font-family: inherit;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* 2026 editorial system: Mercor-level restraint translated into GainAm navy. */
.gi-hero--editorial {
  min-height: auto;
  background: #fff;
  text-align: center;
}
.gi-hero--editorial .gi-hero__inner {
  padding-top: clamp(5rem, 10vw, 8.5rem);
  padding-bottom: clamp(4rem, 7vw, 6rem);
}
.gi-proof-pill {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 16px;
  border: 1px solid #e3e7ee;
  border-radius: 999px;
  color: #4b5563;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.gi-hero--editorial .gi-hero__title {
  max-width: 18ch;
  margin-inline: auto;
  color: #111827;
  font-size: clamp(2.35rem, 5.4vw, 4rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.045em;
}
.gi-hero--editorial .gi-hero__sub {
  margin-inline: auto;
  color: #4b5563;
  font-size: clamp(1rem, 1.35vw, 1.125rem);
}
.gi-hero--editorial .gi-hero__cta { justify-content: center; margin-top: 32px; }
.gi-btn--outline {
  color: #16336b;
  border-color: #cfd6e2;
  background: #fff;
}
.gi-btn--outline:hover { color: #0d2350; background: #f7f9fc; border-color: #aeb8c8; }
.gi-hero-proof { padding-bottom: clamp(3rem, 7vw, 6rem); }
.gi-hero-proof img {
  display: block;
  width: 100%;
  max-height: 680px;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  border-radius: 8px;
}
.gi-capability-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: clamp(4rem, 8vw, 7rem);
}
.gi-capability-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 16px 20px;
  color: #1f2937;
  border-right: 1px solid #e5e7eb;
  text-decoration: none;
  font-size: 14px;
  transition: color 150ms ease, background 150ms ease;
}
.gi-capability-nav a:nth-child(3n) { border-right: 0; }
.gi-capability-nav a:hover { color: #16336b; background: #f9fafb; }
.gi-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
}
.gi-logo-grid__item {
  display: grid;
  place-items: center;
  min-height: 132px;
  padding: 24px;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}
.gi-logo-grid__item img {
  width: 100%;
  max-width: 120px;
  max-height: 54px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.72;
}
@media (max-width: 760px) {
  .gi-capability-nav { grid-template-columns: 1fr; }
  .gi-capability-nav a { border-right: 0; border-bottom: 1px solid #e5e7eb; }
  .gi-capability-nav a:last-child { border-bottom: 0; }
  .gi-logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gi-hero-proof img { aspect-ratio: 4 / 3; }
}

.gi-home *,
.gi-home *::before,
.gi-home *::after {
  box-sizing: border-box;
}

.gi-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- Shared type ---------------------------------------------------------- */
.gi-eyebrow {
  display: inline-block;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b9c9ee;
}
.gi-eyebrow--dark {
  color: var(--navy-soft);
}
.gi-h2 {
  font-size: clamp(1.85rem, 3.4vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: var(--ink);
  margin: 16px 0 0;
  text-wrap: balance;
}
.gi-section__lead {
  max-width: 60ch;
  margin: 20px 0 0;
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.6;
  color: var(--muted);
}
.gi-h2--xl {
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
}
.gi-h2--light {
  color: #fff;
}

/* ---- Buttons -------------------------------------------------------------- */
.gi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease),
    background 0.2s var(--ease), color 0.2s var(--ease);
  border: 1px solid transparent;
  white-space: nowrap;
}
.gi-btn--primary {
  background: #fff;
  color: var(--navy);
  box-shadow: 0 10px 30px rgba(3, 12, 34, 0.28);
}
.gi-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(3, 12, 34, 0.38);
}
.gi-btn--light {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 10px 28px rgba(22, 51, 107, 0.32);
}
.gi-btn--light:hover {
  transform: translateY(-2px);
  background: var(--navy-deep);
}
.gi-btn--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.gi-btn--ghost:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.16);
}
.gi-btn--ghost-on-navy {
  border-color: rgba(255, 255, 255, 0.4);
}

.gi-textlink {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
  color: var(--navy);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s var(--ease), transform 0.2s var(--ease);
}
.gi-textlink:hover {
  color: var(--navy-soft);
  transform: translateX(3px);
}

/* =============================================================================
   HERO — muted looping video, layered navy scrim, big clean headline
   Media: public/videos/hero-tech.mp4; poster public/images/mod/hero-tech-poster.jpg
   ========================================================================== */
.gi-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy-deep);
}
.gi-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.gi-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
      104deg,
      rgba(7, 18, 44, 0.94) 0%,
      rgba(11, 30, 70, 0.78) 42%,
      rgba(11, 28, 64, 0.52) 100%
    ),
    radial-gradient(
      120% 120% at 10% 8%,
      rgba(36, 71, 143, 0.36) 0%,
      transparent 56%
    ),
    linear-gradient(
      0deg,
      rgba(7, 16, 38, 0.55) 0%,
      transparent 32%
    );
}
.gi-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 104px 24px 96px;
}
.gi-hero__title {
  max-width: 16ch;
  margin: 20px 0 0;
  font-size: clamp(2.5rem, 6vw, 4.75rem);
  line-height: 1.02;
  letter-spacing: -0.038em;
  font-weight: 700;
  color: #fff;
  text-wrap: balance;
}
.gi-hero__sub {
  max-width: 54ch;
  margin: 26px 0 0;
  font-size: clamp(1.08rem, 1.5vw, 1.3rem);
  line-height: 1.55;
  color: rgba(233, 239, 251, 0.84);
}
.gi-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}
.gi-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 52px;
  max-width: 880px;
}
.gi-chip {
  font-size: 13.5px;
  font-weight: 500;
  color: rgba(226, 234, 250, 0.9);
  padding: 8px 15px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  text-decoration: none;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease),
    transform 0.2s var(--ease);
}

/* Liquid-glass hero controls: translucent, tactile, and high-contrast. */
.gi-proof-pill--glass {
  color: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 12px 36px rgba(2, 10, 28, 0.2);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  backdrop-filter: blur(16px) saturate(145%);
}
.gi-btn--glass,
.gi-btn--glass-primary {
  border: 1px solid rgba(255, 255, 255, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 16px 40px rgba(2, 10, 28, 0.22);
  -webkit-backdrop-filter: blur(18px) saturate(155%);
  backdrop-filter: blur(18px) saturate(155%);
}
.gi-btn--glass { color: #fff; background: rgba(255, 255, 255, 0.1); }
.gi-btn--glass-primary { color: var(--navy-deep); background: rgba(255, 255, 255, 0.92); }
.gi-btn--glass:hover { color: #fff; background: rgba(255, 255, 255, 0.18); border-color: rgba(255, 255, 255, 0.42); }
.gi-btn--glass-primary:hover { color: var(--navy-deep); background: #fff; }
.gi-chip--glass {
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(12px) saturate(145%);
  backdrop-filter: blur(12px) saturate(145%);
}
.gi-chip--glass:hover { color: #fff; background: rgba(255, 255, 255, 0.16); }

@media (prefers-reduced-motion: reduce) {
  .gi-hero__video,
  .gi-people__video { visibility: hidden; }
  .gi-hero--glass {
    background: var(--navy-deep) url("/images/mod/hero-tech-poster.jpg") center / cover no-repeat;
  }
  .gi-people {
    background: var(--navy-deep) url("/images/mod/careers-team.jpg") center / cover no-repeat;
  }
}
.gi-chip:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-2px);
  color: #fff;
}

/* =============================================================================
   SECTIONS
   ========================================================================== */
.gi-section {
  padding: clamp(80px, 9vw, 136px) 0;
}
.gi-section--tint {
  background: var(--tint);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.gi-section__head {
  max-width: 720px;
  margin-bottom: clamp(48px, 5.5vw, 72px);
}
.gi-section__head--center {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.gi-section__head--center .gi-section__lead {
  margin-left: auto;
  margin-right: auto;
}

.gi-grid {
  display: grid;
  gap: 20px;
}
.gi-grid--trends {
  grid-template-columns: repeat(3, 1fr);
}
.gi-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.gi-grid--4 {
  grid-template-columns: repeat(4, 1fr);
}

/* ---- Trend cards ---------------------------------------------------------- */
.gi-tcard {
  display: flex;
  flex-direction: column;
  padding: 32px 30px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line), 0 1px 2px rgba(16, 24, 40, 0.04);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.gi-tcard:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 0 0 1px var(--line-strong),
    0 18px 44px rgba(16, 24, 40, 0.11);
}
.gi-tcard__tag {
  align-self: flex-start;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--navy);
  background: rgba(22, 51, 107, 0.07);
  padding: 5px 11px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.gi-tcard__title {
  font-size: 1.24rem;
  line-height: 1.24;
  letter-spacing: -0.018em;
  font-weight: 700;
  color: var(--ink);
  text-transform: none;
  margin: 0 0 14px;
}
.gi-tcard__body {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}

/* ---- Feature cards (AI Unleashed) ---------------------------------------- */
.gi-fcard {
  display: flex;
  flex-direction: column;
  padding: 40px 34px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: inset 0 0 0 1px var(--line), 0 4px 20px rgba(16, 24, 40, 0.05);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}
.gi-fcard:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 0 0 1px var(--line-strong),
    0 22px 52px rgba(16, 24, 40, 0.12);
}
.gi-fcard__num {
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--navy-soft);
  margin-bottom: 22px;
}
.gi-fcard__title {
  font-size: 1.3rem;
  line-height: 1.24;
  letter-spacing: -0.018em;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 14px;
}
.gi-fcard__body {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 8px;
}

/* =============================================================================
   CAREERS — full-bleed navy band over a bespoke abstract render
   Media: public/images/mod/gen/careers-abstract.png
     Generated (gpt-image-1) — abstract dark-navy data-network backdrop, no
     people, no text; replaces the former recognizable Unsplash team stock.
   ========================================================================== */
.gi-careers {
  position: relative;
  padding: clamp(80px, 10vw, 140px) 0;
  overflow: hidden;
  background: var(--navy-deep);
}
.gi-careers__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("/images/mod/gen/careers-abstract.png") center / cover no-repeat;
  opacity: 0.5;
}
.gi-careers__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    120deg,
    rgba(9, 22, 52, 0.92) 0%,
    rgba(13, 35, 80, 0.82) 55%,
    rgba(22, 51, 107, 0.7) 100%
  );
}
.gi-careers__inner {
  position: relative;
  z-index: 2;
}
.gi-ccard {
  padding: 30px 28px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.13);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: transform 0.25s var(--ease), background 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}
.gi-ccard:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}
.gi-ccard__title {
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: -0.015em;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  margin: 0 0 12px;
}
.gi-ccard__body {
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(226, 234, 250, 0.86);
  margin: 0;
}
.gi-careers__cta {
  margin-top: 48px;
}

/* =============================================================================
   CLOSING CTA — deep navy, centered
   ========================================================================== */
.gi-cta {
  padding: clamp(88px, 10vw, 144px) 0;
  background: radial-gradient(
      120% 140% at 50% -10%,
      var(--navy-soft) 0%,
      var(--navy) 44%,
      var(--navy-deep) 100%
    );
}
.gi-cta__inner {
  text-align: center;
  max-width: 720px;
}
.gi-cta .gi-hero__cta {
  justify-content: center;
  margin-top: 34px;
}
.gi-cta__sub {
  margin: 22px auto 0;
  max-width: 54ch;
  font-size: 1.12rem;
  line-height: 1.6;
  color: rgba(226, 234, 250, 0.85);
}

/* =============================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .gi-grid--trends,
  .gi-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .gi-grid--3 {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 640px) {
  .gi-hero {
    min-height: 84vh;
  }
  .gi-hero__inner {
    padding: 100px 20px 76px;
  }
  .gi-tcard,
  .gi-fcard {
    padding: 28px 24px;
  }
  .gi-grid--trends,
  .gi-grid--4 {
    grid-template-columns: 1fr;
  }
  .gi-btn {
    width: 100%;
  }
  .gi-hero__cta {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gi-home * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
  .gi-hero__video {
    display: none;
  }
}

/* =============================================================================
   ENTERPRISE TRUST LAYER — stats proof bar, partner marquee, insights carousel
   Added for Fortune-500 corporate gravitas. Scoped under .gi-home tokens.
   ========================================================================== */

/* --- Proof / stats bar (navy authority band) --- */
.gi-stats {
  background: linear-gradient(120deg, var(--navy-deep) 0%, var(--navy) 60%, var(--navy-soft) 100%);
  color: #fff;
  padding: 3.25rem 0;
}
.gi-stats__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  text-align: center;
}
.gi-stat {
  position: relative;
  padding: 0.25rem 0.5rem;
}
.gi-stat + .gi-stat::before {
  content: "";
  position: absolute;
  left: -0.75rem;
  top: 12%;
  height: 76%;
  width: 1px;
  background: rgba(255, 255, 255, 0.16);
}
.gi-stat__num {
  font-size: clamp(2.1rem, 3.4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
}
.gi-stat__label {
  margin-top: 0.6rem;
  font-size: 0.82rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 860px) {
  .gi-stats__grid { grid-template-columns: repeat(2, 1fr); gap: 2rem 1rem; }
  .gi-stat:nth-child(odd)::before { display: none; }
  .gi-stat:nth-child(5) { grid-column: 1 / -1; }
}

/* --- Technology partners marquee --- */
.gi-partners { padding-bottom: 3.5rem; }
.gi-marquee {
  position: relative;
  overflow: hidden;
  margin-top: 2.25rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.gi-marquee__track {
  display: flex;
  width: max-content;
  gap: 3.25rem;
  animation: gi-marquee-scroll 46s linear infinite;
}
.gi-marquee:hover .gi-marquee__track { animation-play-state: paused; }
.gi-marquee__item {
  flex: 0 0 auto;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gi-marquee__item img {
  max-height: 42px;
  width: auto;
  filter: grayscale(1);
  opacity: 0.62;
  transition: filter 0.3s var(--ease), opacity 0.3s var(--ease);
}
.gi-marquee__item img:hover { filter: grayscale(0); opacity: 1; }
@keyframes gi-marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .gi-marquee__track { animation: none; flex-wrap: wrap; justify-content: center; row-gap: 1.75rem; }
}

/* --- Latest insights carousel --- */
.gi-insights__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}
.gi-insights__rail { margin-top: 2rem; }
.gi-carousel { position: relative; }
.gi-carousel__track {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 max(1.5rem, calc((100vw - 1200px) / 2));
  padding: 0.5rem max(1.5rem, calc((100vw - 1200px) / 2)) 1.5rem;
  scrollbar-width: none;
}
.gi-carousel__track::-webkit-scrollbar { display: none; }
.gi-icard {
  scroll-snap-align: start;
  flex: 0 0 clamp(280px, 32vw, 372px);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 1.6rem 1.6rem 1.4rem;
  text-decoration: none;
  color: var(--ink);
  transition: transform 0.28s var(--ease-out), box-shadow 0.28s var(--ease-out), border-color 0.28s var(--ease);
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
.gi-icard:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -18px rgba(13, 35, 80, 0.35);
  border-color: var(--navy-soft);
}
.gi-icard__tag {
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--navy);
  background: var(--tint);
  border: 1px solid var(--line);
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  margin-bottom: 0.9rem;
}
.gi-icard__title {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0 0 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gi-icard__body {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
  margin: 0 0 1.1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gi-icard__more {
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy);
}
.gi-carousel__nav { display: flex; gap: 0.5rem; justify-content: flex-end; padding: 0 max(1.5rem, calc((100vw - 1200px) / 2)); }
.gi-carousel__btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--navy);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.gi-carousel__btn:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
@media (max-width: 640px) {
  .gi-insights__head { flex-direction: column; align-items: flex-start; gap: 0.75rem; }
}

/* =============================================================================
   INDUSTRIES + WHY GAIN AMERICA (consultancy layer) + logo/marquee refinements
   ========================================================================== */

/* --- Industries we serve --- */
.gi-indgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2.4rem;
}
.gi-indtile {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 1.1rem 1.25rem 1.1rem 1.6rem;
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  font-weight: 650;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), border-color 0.25s var(--ease);
}
.gi-indtile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(var(--navy), var(--navy-soft));
}
.gi-indtile:hover {
  transform: translateY(-3px);
  border-color: var(--navy-soft);
  box-shadow: 0 14px 32px -18px rgba(13, 35, 80, 0.35);
}
@media (max-width: 900px) { .gi-indgrid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .gi-indgrid { grid-template-columns: 1fr; } }

/* --- Why Gain America (differentiators) --- */
.gi-why .gi-grid--4 { margin-top: 2.4rem; }
.gi-whycard { padding-left: 1.25rem; border-left: 3px solid var(--navy); }
.gi-whycard__title {
  font-size: 1.08rem; font-weight: 700; letter-spacing: -0.01em;
  margin: 0 0 0.5rem; color: var(--ink);
}
.gi-whycard__body { font-size: 0.94rem; line-height: 1.6; color: var(--muted); margin: 0; }

/* --- Bolder, larger partner logos (were too faint) --- */
.gi-marquee__item { height: 58px; }
.gi-marquee__item img { max-height: 52px; opacity: 0.8; }
.gi-marquee__item img:hover { opacity: 1; }
.gi-marquee__track { gap: 3.75rem; }

/* --- Our people (human social-proof) band --- */
.gi-people {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--navy-deep);
}
.gi-people__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.gi-people__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(13, 35, 80, 0.18) 0%,
    rgba(13, 35, 80, 0.32) 42%,
    rgba(13, 35, 80, 0.9) 100%
  );
}
.gi-people__inner {
  position: relative;
  z-index: 2;
  padding: 4rem 0 3.25rem;
  color: #fff;
}
.gi-people__inner .gi-eyebrow { color: rgba(255, 255, 255, 0.85); }
.gi-people__inner .gi-h2 { max-width: 22ch; }
.gi-people__sub {
  margin-top: 1rem;
  max-width: 54ch;
  font-size: 1.06rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.85);
}

/* --- Why Gain America: real-team photo split --- */
.gi-why__grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 3.25rem;
  align-items: stretch;
}
.gi-why__media {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 22px 54px -26px rgba(13, 35, 80, 0.5);
  min-height: 380px;
}
.gi-why__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gi-why__content { display: flex; flex-direction: column; justify-content: center; }
.gi-why__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem 2rem;
  margin-top: 1.85rem;
}
@media (max-width: 900px) {
  .gi-why__grid { grid-template-columns: 1fr; gap: 2rem; }
  .gi-why__media { min-height: 260px; }
}
@media (max-width: 520px) { .gi-why__cards { grid-template-columns: 1fr; } }

/* =============================================================================
   INSIGHTS PUBLICATION — Accenture-grade research hub
   ========================================================================== */
.gi-pub__masthead {
  background: linear-gradient(120deg, var(--navy-deep) 0%, var(--navy) 62%, var(--navy-soft) 100%);
  color: #fff;
  padding: 4.75rem 0 3.5rem;
}
.gi-pub__masthead .gi-eyebrow { color: rgba(255, 255, 255, 0.82); }
.gi-pub__title {
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1; margin: 0.45rem 0 1rem;
}
.gi-pub__tag { max-width: 62ch; font-size: 1.12rem; line-height: 1.62; color: rgba(255, 255, 255, 0.84); }

.gi-pub__featured {
  display: grid; grid-template-columns: 1.45fr 1fr; gap: 0;
  margin: -2.75rem 0 1rem; border-radius: var(--radius); overflow: hidden;
  background: #fff; border: 1px solid var(--line-strong);
  box-shadow: 0 32px 64px -32px rgba(13, 35, 80, 0.42);
  text-decoration: none; color: var(--ink);
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s var(--ease-out);
}
.gi-pub__featured:hover { transform: translateY(-4px); box-shadow: 0 44px 74px -30px rgba(13, 35, 80, 0.52); }
.gi-pub__featured-body { padding: 2.6rem; display: flex; flex-direction: column; }
.gi-pub__badge {
  align-self: flex-start; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: #fff; background: var(--navy);
  padding: 0.32rem 0.7rem; border-radius: 999px; margin-bottom: 1rem;
}
.gi-pub__featured-title {
  font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 800; letter-spacing: -0.02em;
  line-height: 1.14; margin: 0.5rem 0 0.8rem;
}
.gi-pub__featured-desc { font-size: 1.06rem; line-height: 1.6; color: var(--muted); margin-bottom: 1.3rem; }
.gi-pub__cta { margin-top: auto; font-weight: 700; color: var(--navy); }
.gi-pub__featured-art {
  background: linear-gradient(140deg, var(--navy) 0%, var(--navy-soft) 100%);
  display: flex; align-items: center; justify-content: center; min-height: 220px;
}
.gi-pub__featured-art span { font-size: 5rem; font-weight: 800; color: rgba(255, 255, 255, 0.9); letter-spacing: -0.04em; }

.gi-pub__latest { padding-top: 1.5rem; }
.gi-pub__topic { padding: 2.5rem 0; border-top: 1px solid var(--line); }
.gi-pub__topic-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 1.5rem; }
.gi-pub__topic-head h3 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); font-weight: 750; letter-spacing: -0.02em; margin: 0; }
.gi-pub__count { font-size: 0.82rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.gi-pub__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media (max-width: 900px) {
  .gi-pub__featured { grid-template-columns: 1fr; }
  .gi-pub__featured-art { min-height: 150px; }
  .gi-pub__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) { .gi-pub__grid { grid-template-columns: 1fr; } }

/* Industry tiles are links to their pillar articles */
a.gi-indtile { text-decoration: none; color: var(--ink); }
a.gi-indtile::after {
  content: "→";
  margin-left: auto;
  padding-left: 0.75rem;
  color: var(--navy-soft);
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity 0.22s var(--ease), transform 0.22s var(--ease);
}
a.gi-indtile:hover::after { opacity: 1; transform: translateX(0); }

/* =============================================================================
   APPLICATION PAGE (/applynow) — enterprise-grade templated apply experience
   ========================================================================== */
.gi-apply__masthead {
  background: linear-gradient(120deg, var(--navy-deep) 0%, var(--navy) 62%, var(--navy-soft) 100%);
  color: #fff;
  padding: 4rem 0 2.75rem;
}
.gi-apply__masthead .gi-eyebrow { color: rgba(255, 255, 255, 0.82); }
.gi-apply__title {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.08;
  margin: 0.5rem 0 0.9rem;
}
.gi-apply__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.75rem;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.88);
}
.gi-apply__sub { max-width: 60ch; color: rgba(255, 255, 255, 0.84); line-height: 1.6; }
.gi-apply__back {
  display: inline-block;
  margin-top: 1.1rem;
  color: #cfe0ff;
  font-weight: 600;
  text-decoration: none;
}
.gi-apply__back:hover { text-decoration: underline; }

.gi-apply__wrap { padding: 2.5rem 24px 5rem; max-width: 880px; }
.gi-apply__card {
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 2.25rem;
  box-shadow: 0 24px 54px -30px rgba(13, 35, 80, 0.35);
}
.gi-apply__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem 1.5rem;
}
.gi-apply__grid label {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.92rem;
  font-weight: 650;
  color: var(--ink);
}
.gi-apply__grid input,
.gi-apply__grid textarea {
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
  font: inherit;
  font-weight: 400;
  color: var(--ink);
  background: #fff;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.gi-apply__grid input:focus,
.gi-apply__grid textarea:focus {
  outline: none;
  border-color: var(--navy-soft);
  box-shadow: 0 0 0 3px rgba(36, 71, 143, 0.15);
}
.gi-apply__grid input[type="file"] { padding: 0.55rem 0.9rem; background: var(--tint); }
.gi-apply__full { grid-column: 1 / -1; }
.gi-apply__submit { margin-top: 1.6rem; width: 100%; justify-content: center; }
.gi-apply__error { margin-top: 1rem; color: #b42318; font-size: 0.94rem; }
.gi-apply__privacy { margin-top: 1.1rem; font-size: 0.82rem; color: var(--muted); text-align: center; }

.gi-apply__success { text-align: center; padding: 3.25rem 2.25rem; }
.gi-apply__check {
  width: 64px; height: 64px; margin: 0 auto 1.2rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 999px; background: #e8f6ee; color: #12805c;
  font-size: 2rem; font-weight: 800;
}
.gi-apply__success h2 { font-size: 1.6rem; letter-spacing: -0.02em; margin-bottom: 0.6rem; }
.gi-apply__success p { color: var(--muted); max-width: 46ch; margin: 0 auto 1.6rem; line-height: 1.6; }

@media (max-width: 620px) {
  .gi-apply__grid { grid-template-columns: 1fr; }
  .gi-apply__card { padding: 1.5rem; }
}

/* =============================================================================
   SOLUTIONS PAGES (Experis body, Accenture voice)
   ========================================================================== */
.gi-sol__masthead {
  background: linear-gradient(120deg, var(--navy-deep) 0%, var(--navy) 62%, var(--navy-soft) 100%);
  color: #fff;
  padding: 4.5rem 0 3.25rem;
}
.gi-sol__masthead .gi-eyebrow { color: rgba(255, 255, 255, 0.82); }
.gi-sol__title {
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  font-weight: 800;
  letter-spacing: -0.028em;
  line-height: 1.06;
  margin: 0.5rem 0 1rem;
  max-width: 24ch;
}
.gi-sol__sub { max-width: 62ch; font-size: 1.1rem; line-height: 1.62; color: rgba(255,255,255,0.85); margin-bottom: 1.6rem; }
.gi-sol__stats { padding: 2.25rem 0; }
.gi-sol__statsgrid { grid-template-columns: repeat(4, 1fr); }
.gi-sol__services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.gi-sol__svc {
  background: #fff;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  padding: 1.5rem;
  border-top: 3px solid var(--navy);
}
.gi-sol__svc h3 { font-size: 1.08rem; font-weight: 700; letter-spacing: -0.01em; margin: 0 0 0.5rem; }
.gi-sol__svc p { font-size: 0.94rem; line-height: 1.6; color: var(--muted); margin: 0; }
.gi-sol__roles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.gi-sol__roles li {
  position: relative;
  padding-left: 1.4rem;
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.5;
}
.gi-sol__roles li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--navy-soft);
  font-weight: 700;
}
.gi-sol__consultant-line { font-size: 0.94rem; color: var(--muted); }
.gi-sol__consultant-line a { color: var(--navy); font-weight: 600; }
.gi-sol__body { max-width: 820px; }
.gi-sol__body h2 { font-size: clamp(1.45rem, 2.6vw, 1.95rem); font-weight: 750; letter-spacing: -0.02em; margin: 1.8em 0 0.6em; }
.gi-sol__body h2:first-child { margin-top: 0; }
.gi-sol__body p, .gi-sol__body li { font-size: 1.03rem; line-height: 1.75; color: var(--ink); }
.gi-sol__body a { color: var(--navy); font-weight: 600; }
.gi-sol__body blockquote {
  border-left: 3px solid var(--navy);
  margin: 1.5rem 0;
  padding: 0.4rem 0 0.4rem 1.25rem;
  color: var(--muted);
  font-size: 1.08rem;
}
.gi-sol__faq { max-width: 820px; }
.gi-sol__faq details {
  border-bottom: 1px solid var(--line-strong);
  padding: 1rem 0;
}
.gi-sol__faq summary { font-weight: 700; cursor: pointer; font-size: 1.04rem; }
.gi-sol__faq p { margin: 0.7rem 0 0; line-height: 1.65; color: var(--muted); }
@media (max-width: 900px) {
  .gi-sol__services { grid-template-columns: 1fr 1fr; }
  .gi-sol__roles { grid-template-columns: 1fr 1fr; }
  .gi-sol__statsgrid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .gi-sol__services, .gi-sol__roles { grid-template-columns: 1fr; }
}

/* Final cascade for the light, proof-led homepage hero. */
.gi-home .gi-hero--editorial { min-height: auto; background: #fff; text-align: center; }
.gi-home .gi-hero--editorial .gi-hero__inner {
  padding: clamp(5rem, 10vw, 8.5rem) 24px clamp(4rem, 7vw, 6rem);
}
.gi-home .gi-hero--editorial .gi-hero__title {
  max-width: 18ch; margin: 20px auto 0; color: #111827;
  font-size: clamp(2.35rem, 5.4vw, 4rem); font-weight: 500; line-height: 1.08;
}
.gi-home .gi-hero--editorial .gi-hero__sub { margin-inline: auto; color: #4b5563; }
.gi-home .gi-hero--editorial .gi-hero__cta { justify-content: center; margin-top: 32px; }

/* Shared editorial treatment for solution and publication templates. */
.gi-sol .gi-sol__masthead,
.gi-pub .gi-pub__masthead {
  background: #fff;
  color: #111827;
  padding: clamp(4.5rem, 9vw, 8rem) 0 clamp(3.5rem, 7vw, 6rem);
  border-bottom: 1px solid #e5e7eb;
}
.gi-sol .gi-sol__masthead .gi-eyebrow,
.gi-pub .gi-pub__masthead .gi-eyebrow { color: #16336b; }
.gi-sol .gi-sol__title,
.gi-pub .gi-pub__title { font-weight: 500; letter-spacing: -0.045em; line-height: 1.08; }
.gi-sol .gi-sol__sub,
.gi-pub .gi-pub__tag { color: #4b5563; }
.gi-sol .gi-sol__stats { background: #f9fafb; border-bottom: 1px solid #e5e7eb; }
.gi-sol .gi-sol__svc {
  border: 0; border-top: 1px solid #d8dde6; border-radius: 0;
  padding: 24px 0; box-shadow: none;
}
.gi-sol .gi-sol__svc:hover { transform: none; box-shadow: none; }
.gi-sol .gi-sol__faq details {
  margin-bottom: 12px; padding: 20px 24px; border: 0; border-radius: 12px; background: #fff;
}

/* Quiet containment: hierarchy comes from type, rules, and proof—not floating boxes. */
.gi-home .gi-section__head--center { margin-left:0; margin-right:0; text-align:left; }
.gi-home .gi-section__head--center .gi-section__lead { margin-left:0; margin-right:0; }
.gi-home .gi-grid--trends { grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 48px; }
.gi-home .gi-tcard,
.gi-home .gi-fcard {
  padding:32px 0; border-radius:0; border-top:1px solid #d8dde6;
  background:transparent; box-shadow:none;
}
.gi-home .gi-tcard:hover,
.gi-home .gi-fcard:hover { transform:none; box-shadow:none; }
.gi-home .gi-careers__media { display:none; }
.gi-home .gi-careers { background:#0d2350; }
@media(max-width:760px){.gi-home .gi-grid--trends{grid-template-columns:1fr}}

/* Light editorial homepage with restrained motion, informed by the selected
   21st.dev animated-gradient, spotlight, and infinite-cases patterns. */
.gi-home .gi-hero--motion { position:relative; min-height:700px; isolation:isolate; color:#111827; background:#f8fbff; }
.gi-home .gi-hero--motion .gi-hero__inner { max-width:1060px; padding-top:clamp(6rem,12vw,9.5rem); padding-bottom:clamp(5rem,10vw,8rem); text-align:center; }
.gi-home .gi-hero--motion .gi-hero__title { max-width:17ch; margin:24px auto 0; color:#111827; font-family:var(--ga-font-sans,Inter,sans-serif); font-size:clamp(2.75rem,6.5vw,5.4rem); font-weight:500; line-height:.98; letter-spacing:-.058em; }
.gi-home .gi-hero--motion .gi-hero__sub { max-width:650px; margin:28px auto 0; color:#536071; font-size:clamp(1.05rem,1.5vw,1.25rem); }
.gi-hero-stats {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:min(100%,900px);
  margin:clamp(2.25rem,5vw,3.5rem) auto 0;
  overflow:hidden;
  border:1px solid rgba(97,124,169,.2);
  border-radius:22px;
  background:rgba(255,255,255,.54);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 22px 60px rgba(30,64,122,.1);
  -webkit-backdrop-filter:blur(22px) saturate(155%);
  backdrop-filter:blur(22px) saturate(155%);
}
.gi-hero-stat { position:relative; display:flex; min-width:0; min-height:112px; padding:22px 18px 20px; flex-direction:column; align-items:flex-start; justify-content:center; text-align:left; }
.gi-hero-stat + .gi-hero-stat::before { content:""; position:absolute; inset:22px auto 22px 0; width:1px; background:rgba(77,105,153,.16); }
.gi-hero-stat__value { color:#122c5e; font-variant-numeric:tabular-nums lining-nums; font-size:clamp(1.8rem,3vw,2.75rem); font-weight:540; line-height:1; letter-spacing:-.055em; }
.gi-hero-stat__label { margin-top:10px; color:#59677a; font-size:.73rem; font-weight:600; line-height:1.35; letter-spacing:.045em; text-transform:uppercase; }
.gi-home .gi-hero--motion .gi-hero__cta,.gi-home .gi-hero__chips--centered { justify-content:center; margin-left:auto; margin-right:auto; }
.gi-proof-pill--light-glass { color:#16336b; border-color:rgba(112,137,180,.22); background:rgba(255,255,255,.62); box-shadow:inset 0 1px 0 #fff,0 12px 40px rgba(50,83,139,.09); -webkit-backdrop-filter:blur(18px) saturate(155%); backdrop-filter:blur(18px) saturate(155%); }
.gi-btn--light-glass,.gi-btn--light-glass-primary { border:1px solid rgba(97,124,169,.24); -webkit-backdrop-filter:blur(18px) saturate(155%); backdrop-filter:blur(18px) saturate(155%); box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 16px 40px rgba(30,64,122,.12); }
.gi-btn--light-glass { color:#17366f; background:rgba(255,255,255,.58); }
.gi-btn--light-glass-primary { color:#fff; background:rgba(20,52,108,.92); }
.gi-btn--light-glass:hover { color:#0d2350; background:rgba(255,255,255,.88); transform:translateY(-2px); }
.gi-btn--light-glass-primary:hover { color:#fff; background:#0d2350; transform:translateY(-2px); }
.gi-chip--light-glass { color:#43516a; border-color:rgba(109,134,176,.2); background:rgba(255,255,255,.5); -webkit-backdrop-filter:blur(12px) saturate(140%); backdrop-filter:blur(12px) saturate(140%); }
.gi-chip--light-glass:hover { color:#16336b; border-color:rgba(63,96,153,.35); background:rgba(255,255,255,.88); }
.gi-motion-bg { --spot-x:50%; --spot-y:42%; position:absolute; inset:0; z-index:-1; overflow:hidden; pointer-events:auto; background:radial-gradient(560px circle at var(--spot-x) var(--spot-y),rgba(117,162,236,.22),transparent 68%),linear-gradient(145deg,#fff 8%,#f5f9ff 50%,#fff 92%); }
.gi-motion-bg__orb { position:absolute; width:46vw; aspect-ratio:1; border-radius:50%; filter:blur(72px); opacity:.38; animation:gi-orbit 18s ease-in-out infinite alternate; }
.gi-motion-bg__orb--one { top:-30%; left:-8%; background:#b9d6ff; }
.gi-motion-bg__orb--two { right:-10%; bottom:-38%; background:#d9ccff; animation-delay:-8s; animation-direction:alternate-reverse; }
.gi-motion-bg__grid { position:absolute; inset:0; opacity:.28; background-image:linear-gradient(rgba(68,98,149,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(68,98,149,.06) 1px,transparent 1px); background-size:64px 64px; mask-image:linear-gradient(to bottom,transparent,#000 24%,#000 70%,transparent); }
@keyframes gi-orbit { to { transform:translate3d(14%,10%,0) scale(1.18); } }

.gi-home .gi-section__head--center { margin-left:auto; margin-right:auto; text-align:center; }
.gi-home .gi-section__head--center .gi-section__lead { margin-left:auto; margin-right:auto; }
.gi-home .gi-section--tint { background:#f8fafc; }
.gi-home .gi-partners { overflow:hidden; background:#fff; }
.gi-partner-rail { width:100%; overflow:hidden; padding:8px 0 24px; mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent); }
.gi-partner-rail__track { display:flex; width:max-content; gap:18px; animation:gi-partner-scroll 42s linear infinite; }
.gi-partner-rail__item { display:grid; place-items:center; width:190px; height:116px; padding:24px 28px; border:1px solid #e2e7ef; border-radius:18px; background:rgba(255,255,255,.84); box-shadow:0 14px 38px rgba(32,59,103,.06); }
.gi-partner-rail__item img { width:100%; max-width:120px; max-height:54px; object-fit:contain; filter:grayscale(1); opacity:.72; }
.gi-partner-rail:hover .gi-partner-rail__track { animation-play-state:paused; }
@keyframes gi-partner-scroll { to { transform:translateX(calc(-50% - 9px)); } }

.gi-home .gi-cta--light-motion { position:relative; isolation:isolate; overflow:hidden; color:#111827; background:#f7faff; }
.gi-home .gi-cta--light-motion .gi-cta__inner { position:relative; z-index:1; max-width:880px; padding-top:clamp(6rem,10vw,9rem); padding-bottom:clamp(6rem,10vw,9rem); text-align:center; }
.gi-home .gi-cta--light-motion .gi-h2 { max-width:16ch; margin-inline:auto; color:#111827; font-weight:500; letter-spacing:-.045em; }
.gi-home .gi-cta--light-motion .gi-cta__sub { max-width:630px; margin-inline:auto; color:#536071; }
.gi-home .gi-cta--light-motion .gi-hero__cta { justify-content:center; }
.gi-motion-bg--cta .gi-motion-bg__orb--one { background:#d7e8ff; }
.gi-motion-bg--cta .gi-motion-bg__orb--two { background:#d8e3ff; }

@media (max-width:760px) {
  .gi-home .gi-hero--motion { min-height:auto; }
  .gi-home .gi-hero--motion .gi-hero__inner { padding-inline:20px; }
  .gi-partner-rail__item { width:154px; height:96px; padding:19px; }
  .gi-hero-stats { grid-template-columns:repeat(2,minmax(0,1fr)); border-radius:18px; }
  .gi-hero-stat { min-height:104px; padding:19px 16px; }
  .gi-hero-stat:nth-child(3)::before { display:none; }
  .gi-hero-stat:nth-child(n+3) { border-top:1px solid rgba(77,105,153,.14); }
}
@media (prefers-reduced-motion:reduce) {
  .gi-motion-bg__orb,.gi-partner-rail__track { animation:none; }
  .gi-partner-rail { overflow-x:auto; mask-image:none; }
}
