﻿/*
  SAVJAX STYLE LOCK
  Date: 2026-03-06
  Scope locked: colors, typography, spacing system, component visual styles, effects.
  Instruction: Do not modify this stylesheet unless explicit approval is given to unlock styles.
  Allowed next work: add/remove/reorder sections and update content/data in HTML.
*/

:root {
  --bg: #ffffff;
  --bg-soft: #f4f7fd;
  --surface: #ffffff;
  --surface-soft: #f2f6ff;
  --text: #1e1e1e;
  --text-soft: #485569;
  --muted: #8a8a8a;
  --line: rgba(138, 138, 138, 0.3);
  --blue: #253e8f;
  --blue-bright: #2e52d9;
  --blue-deep: #1a2c72;
  --radius: 18px;
  --shadow: 0 20px 44px rgba(16, 24, 40, 0.14);
  --shadow-soft: 0 8px 22px rgba(16, 24, 40, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--text);
  background: var(--bg);
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
.eyebrow,
.section-kicker,
.service-order,
.btn,
.site-nav a,
.cta-small,
.connect-form label,
.footer-brand p,
.site-footer h4,
.aux-wrap h1 {
  font-family: 'Montserrat', sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 300;
  padding: 10px 14px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(37, 62, 143, 0.35);
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.16);
  color: #23386e;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
  outline: none;
}

.page-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 10% -8%, rgba(46, 82, 217, 0.11), transparent 36%),
    radial-gradient(circle at 88% -10%, rgba(37, 62, 143, 0.1), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fe 48%, #ffffff 100%);
}

.page-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(30, 30, 30, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 30, 30, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.06;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  padding: 96px 0;
  border-top: 1px solid rgba(138, 138, 138, 0.12);
}

section[id] {
  scroll-margin-top: 112px;
}

.section-alt {
  background: linear-gradient(140deg, rgba(246, 249, 255, 0.95), rgba(240, 245, 253, 0.95));
}

.section-highlight {
  position: relative;
}

.section-highlight::before {
  content: '';
  position: absolute;
  inset: 34px 0;
  background: linear-gradient(120deg, rgba(46, 82, 217, 0.08), rgba(37, 62, 143, 0.07));
  z-index: -1;
}

.section-highlight::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 90px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 250, 255, 0) 0%, rgba(247, 250, 255, 1) 100%);
}

.narrow {
  max-width: 920px;
}

.section-kicker {
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--blue);
}

.section-head {
  margin-bottom: 30px;
}

.section-head h2,
.narrow h2 {
  margin: 0;
  font-size: clamp(1.85rem, 2.8vw, 2.9rem);
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.015em;
}

.section-head p,
.narrow p {
  margin-top: 16px;
  color: var(--text-soft);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(180deg, rgba(244, 247, 252, 0.98) 0%, rgba(236, 241, 248, 0.98) 100%);
  border-bottom: 1px solid rgba(37, 62, 143, 0.18);
  backdrop-filter: none;
  box-shadow: 0 6px 14px rgba(15, 27, 58, 0.08);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
}

.site-header.scrolled {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(246, 250, 255, 0.68) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px) saturate(160%);
  box-shadow:
    0 16px 34px rgba(15, 27, 58, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.84) inset,
    0 -1px 0 rgba(255, 255, 255, 0.56) inset;
}

.nav-wrap {
  position: relative;
  min-height: 96px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.brand img {
  width: clamp(188px, 17vw, 286px);
  height: auto;
  max-height: 74px;
}

.site-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-dropdown-toggle::after {
  content: '\25BE';
  font-size: 0.6rem;
  transition: transform 0.2s ease;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 240px;
  display: grid;
  gap: 2px;
  padding: 10px;
  border-radius: 14px;
  border: 1px solid rgba(37, 62, 143, 0.2);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.98));
  box-shadow: var(--shadow-soft);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 30;
}

.nav-dropdown-menu a {
  border-radius: 10px;
  padding: 10px 12px;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown:focus-within .nav-dropdown-toggle::after,
.nav-dropdown.open .nav-dropdown-toggle::after {
  transform: rotate(180deg);
}

.site-nav a,
.cta-small {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 14px;
  border-radius: 999px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.site-nav a {
  color: #3d4b62;
}

.mobile-nav-cta {
  display: none;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.cta-small:hover,
.cta-small:focus-visible {
  color: var(--blue);
  background: rgba(46, 82, 217, 0.14);
  outline: none;
}

.cta-small {
  border: 1px solid rgba(46, 82, 217, 0.44);
  background: linear-gradient(120deg, var(--blue-bright), var(--blue-deep));
  color: #ffffff;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  cursor: pointer;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: #1e1e1e;
  margin: 5px 0;
}

.hero {
  border-top: 0;
  padding-top: 96px;
}

.hero-fullscreen {
  padding: 0;
  min-height: 100vh;
  min-height: 100svh;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 40px;
}

.hero-logo {
  width: min(295px, 72%);
  margin-bottom: 16px;
  background: transparent;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
}

.hero-copy h1 {
  margin: 12px 0 0;
  font-size: clamp(2.25rem, 4.3vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.hero-sub {
  margin: 24px 0 12px;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  color: var(--text-soft);
}

.service-order {
  margin: 0;
  color: #5471cc;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-cta {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 22px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

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

.btn-primary {
  color: #ffffff;
  background: linear-gradient(120deg, var(--blue-bright) 0%, var(--blue-deep) 100%);
  box-shadow: 0 14px 30px rgba(37, 62, 143, 0.26);
}

.btn-ghost {
  border-color: rgba(138, 138, 138, 0.45);
  color: #2f3948;
  background: rgba(255, 255, 255, 0.92);
}

.hero-carousel {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  border-radius: 0;
  padding: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(46, 82, 217, 0.22), transparent 42%),
    radial-gradient(circle at 82% 76%, rgba(37, 62, 143, 0.18), transparent 44%),
    linear-gradient(160deg, #ffffff 0%, #f1f6ff 100%);
  border: 0;
  box-shadow: none;
  overflow: hidden;
  transform-style: preserve-3d;
}

.hero-carousel-full {
  min-height: 100vh;
  min-height: 100svh;
  border-radius: 0;
  transform: none;
}

.hero-carousel::before,
.hero-carousel::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-carousel::before {
  width: 300px;
  height: 300px;
  top: -120px;
  right: -90px;
  background: radial-gradient(circle, rgba(46, 82, 217, 0.26), transparent 72%);
}

.hero-carousel::after {
  width: 300px;
  height: 300px;
  left: -120px;
  bottom: -130px;
  background: radial-gradient(circle, rgba(37, 62, 143, 0.2), transparent 72%);
}

.carousel-track {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  border-radius: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.04);
  transform-origin: center center;
  filter: none;
  transition: transform 0.55s ease, opacity 0.55s ease;
  box-shadow: none;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-carousel-full .carousel-slide img {
  object-fit: cover;
  padding: 0;
  background: transparent;
  filter: none;
}

.carousel-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, rgba(10, 18, 42, 0.08), rgba(10, 18, 42, 0.2));
}

.carousel-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  z-index: 3;
}

.carousel-slide.is-prev {
  opacity: 0;
  transform: scale(1.04);
  z-index: 1;
}

.carousel-slide.is-next {
  opacity: 0;
  transform: scale(1.04);
  z-index: 1;
}

.carousel-controls {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  pointer-events: none;
}

.carousel-arrow {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(16, 30, 72, 0.34);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.carousel-arrow:hover {
  background: rgba(16, 30, 72, 0.62);
  transform: translateY(-2px);
}

.carousel-dots {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 6;
  display: flex;
  gap: 8px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.44);
  cursor: pointer;
  padding: 0;
  transition: width 0.22s ease, background-color 0.22s ease;
}

.carousel-dot.is-active {
  width: 28px;
  background: #ffffff;
}

.panel {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.97));
  box-shadow: var(--shadow-soft);
}

.service-grid {
  display: grid;
  gap: 20px;
}

.service-split {
  position: relative;
  border-top: 0;
  padding-top: 82px;
  padding-bottom: 82px;
  overflow: hidden;
  isolation: isolate;
}

.service-split::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 92px;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(180deg, rgba(247, 250, 255, 0) 0%, rgba(247, 250, 255, 1) 100%);
}

.service-split + .service-split::before {
  content: '';
  position: absolute;
  top: -46px;
  left: 0;
  right: 0;
  height: 92px;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(247, 250, 255, 0) 0%, rgba(227, 236, 255, 0.66) 48%, rgba(247, 250, 255, 0) 100%),
    linear-gradient(90deg, transparent, rgba(46, 82, 217, 0.32), transparent);
}

.split-grid {
  position: static;
}

.split-grid.reveal {
  opacity: 1;
  transform: none;
  transition: none;
}

.split-grid.reveal.visible {
  opacity: 1;
  transform: none;
}

.split-grid.reveal .split-content > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.78s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.78s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.split-grid.reveal.visible .split-content > * {
  opacity: 1;
  transform: translateY(0);
}

.split-grid.reveal .split-content .section-kicker {
  transition-delay: 0.04s;
}

.split-grid.reveal .split-content .split-title {
  transition-delay: 0.12s;
}

.split-grid.reveal .split-content .split-copy {
  transition-delay: 0.22s;
}

.split-grid.reveal .split-content .split-copy + .split-copy {
  transition-delay: 0.3s;
}

.split-grid.reveal .split-content .split-list {
  transition-delay: 0.38s;
}

.split-grid.reveal .split-content .split-list {
  opacity: 1;
  transform: none;
  transition: none;
}

.split-grid.reveal .split-content .split-list li {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.62s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.62s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.split-grid.reveal.visible .split-content .split-list li {
  opacity: 1;
  transform: translateY(0);
}

.split-grid.reveal .split-content .split-list li:nth-child(1) {
  transition-delay: 0.42s;
}

.split-grid.reveal .split-content .split-list li:nth-child(2) {
  transition-delay: 0.47s;
}

.split-grid.reveal .split-content .split-list li:nth-child(3) {
  transition-delay: 0.52s;
}

.split-grid.reveal .split-content .split-list li:nth-child(4) {
  transition-delay: 0.57s;
}

.split-grid.reveal .split-content .split-list li:nth-child(5) {
  transition-delay: 0.62s;
}

.split-grid.reveal .split-content .split-list li:nth-child(6) {
  transition-delay: 0.67s;
}

.split-grid.reveal .split-content .split-list li:nth-child(7) {
  transition-delay: 0.72s;
}

.split-grid.reveal .split-content .split-list li:nth-child(8) {
  transition-delay: 0.77s;
}

.split-grid.reveal .split-content .split-list li:nth-child(9) {
  transition-delay: 0.82s;
}

.split-grid.reveal .split-content .split-list li:nth-child(10) {
  transition-delay: 0.87s;
}

.split-content {
  position: relative;
  z-index: 2;
  width: min(60%, 760px);
  padding-right: clamp(20px, 3vw, 44px);
  max-width: 760px;
}

.split-title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.9rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.split-copy {
  margin-top: 16px;
  color: var(--text-soft);
  font-size: 0.98rem;
}

.split-list {
  margin-top: 18px;
  gap: 11px;
}

.split-list li {
  font-size: 0.93rem;
  color: #303a49;
}

.split-media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 0;
  pointer-events: none;
  z-index: 1;
}

.split-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.split-backdrop::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--split-bg-image);
  background-size: cover;
  background-position: right top;
}

.split-backdrop::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 56%,
      rgba(255, 255, 255, 0.97) 66%,
      rgba(255, 255, 255, 0.8) 76%,
      rgba(255, 255, 255, 0.36) 88%,
      rgba(255, 255, 255, 0) 100%
    );
}

.split-backdrop-id {
  --split-bg-image: url('../images/LOGO/id.svg');
}

.split-backdrop-media {
  --split-bg-image: url('../images/LOGO/media.svg');
}

.split-backdrop-software {
  --split-bg-image: url('../images/LOGO/soft.svg');
}

.testimonials-section {
  position: relative;
  border-top: 0;
  overflow: hidden;
  background: #ffffff;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  inset: 26px 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 14%, rgba(46, 82, 217, 0.1), transparent 42%),
    radial-gradient(circle at 88% 84%, rgba(37, 62, 143, 0.08), transparent 42%);
}

.testimonials-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 92px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(180deg, rgba(247, 250, 255, 1) 0%, rgba(247, 250, 255, 0) 100%);
}

.testimonials-head {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin-bottom: 24px;
}

.testimonials-head h2 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.8rem, 2.7vw, 2.75rem);
  line-height: 1.16;
  letter-spacing: -0.015em;
}

.testimonials-subhead {
  margin: 14px 0 0;
  color: var(--text-soft);
  font-size: 0.98rem;
}

.testimonials-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  perspective: 1200px;
  margin-bottom: 28px;
}

.testimonials-marquee {
  position: relative;
  z-index: 1;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial-card {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --lift-y: 0px;
  --glow-x: 20%;
  --glow-y: 0%;
  position: relative;
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 322px;
  padding: 24px 22px;
  border-radius: 20px;
  border: 1px solid rgba(37, 62, 143, 0.12);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.95));
  box-shadow:
    0 14px 30px rgba(18, 33, 64, 0.12),
    0 2px 0 rgba(255, 255, 255, 0.76) inset;
  backdrop-filter: blur(11px);
  transform-style: preserve-3d;
  transform: translateY(var(--lift-y)) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  will-change: transform;
  overflow: hidden;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  inset: -35% -16% auto;
  height: 68%;
  background:
    linear-gradient(122deg, rgba(46, 82, 217, 0.14), rgba(37, 62, 143, 0.08), rgba(46, 82, 217, 0));
  pointer-events: none;
}

.testimonial-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255, 255, 255, 0.62), transparent 42%);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.testimonials-grid .testimonial-card.reveal {
  opacity: 0;
  transform: translateY(22px) rotateX(0deg) rotateY(0deg);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.testimonials-grid .testimonial-card.reveal.visible {
  opacity: 1;
  transform: translateY(0) rotateX(0deg) rotateY(0deg);
}

.testimonials-grid .testimonial-card.reveal:nth-child(1) {
  transition-delay: 0.02s;
}

.testimonials-grid .testimonial-card.reveal:nth-child(2) {
  transition-delay: 0.1s;
}

.testimonials-grid .testimonial-card.reveal:nth-child(3) {
  transition-delay: 0.18s;
}

.testimonial-card:hover {
  --lift-y: -8px;
  border-color: rgba(46, 82, 217, 0.35);
  box-shadow:
    0 24px 44px rgba(18, 33, 64, 0.18),
    0 0 0 1px rgba(46, 82, 217, 0.1) inset;
}

.testimonial-card:hover::after {
  opacity: 1;
}

.testimonial-card.is-tapped {
  --lift-y: -6px;
  box-shadow:
    0 22px 40px rgba(18, 33, 64, 0.2),
    0 0 0 1px rgba(46, 82, 217, 0.1) inset;
}

.testimonial-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-logo {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: linear-gradient(135deg, var(--blue-bright), var(--blue-deep));
  box-shadow: 0 10px 22px rgba(37, 62, 143, 0.3);
}

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

.testimonial-name,
.testimonial-role,
.testimonial-org {
  margin: 0;
}

.testimonial-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #1f2b3f;
}

.testimonial-role {
  margin-top: 2px;
  font-size: 0.79rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--blue);
}

.testimonial-org {
  margin-top: 3px;
  font-size: 0.88rem;
  color: #4a556a;
}

.testimonial-quote {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #303c4f;
  font-size: 0.96rem;
  line-height: 1.66;
}

.testimonial-quote::before {
  content: '\201C';
  display: inline-block;
  margin-right: 6px;
  color: var(--blue-bright);
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  line-height: 0.8;
  vertical-align: -0.2em;
}

.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card {
  padding: 24px;
  min-height: 250px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

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

.service-card h3 {
  font-size: 1.08rem;
  line-height: 1.35;
}

.service-card p {
  margin-top: 12px;
  color: var(--text-soft);
  font-size: 0.93rem;
}

.check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.check-list li {
  position: relative;
  padding-left: 18px;
  color: #374151;
  font-size: 0.9rem;
}

.check-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--blue-bright), var(--blue));
}

.check-list.compact {
  margin-top: 14px;
}

.client-marquee-section {
  padding: 22px 0 10px;
  border-top: 0;
}

.client-marquee {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  border: 1px solid rgba(37, 62, 143, 0.18);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 247, 255, 0.97));
  box-shadow: 0 18px 40px rgba(37, 62, 143, 0.14);
}

.client-marquee::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 16%, rgba(46, 82, 217, 0.14), transparent 38%),
    radial-gradient(circle at 84% 78%, rgba(37, 62, 143, 0.12), transparent 36%);
}

.logo-marquee-track {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  width: max-content;
  padding: 18px;
  animation: marquee 30s linear infinite;
}

.logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.logo-card {
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  transition: transform 0.22s ease, filter 0.22s ease;
}

.logo-card:hover {
  transform: translateY(-3px) scale(1.02);
}

.logo-card img {
  width: auto;
  height: 78px;
  max-width: 180px;
  object-fit: contain;
  filter: contrast(1.06) saturate(1.05) drop-shadow(0 10px 18px rgba(37, 62, 143, 0.2));
}

.connect-wrap {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 20px;
}

.connect-info,
.connect-form {
  padding: 30px;
}

.connect-info h2 {
  font-size: clamp(1.7rem, 2.5vw, 2.35rem);
  line-height: 1.2;
}

.connect-info p {
  margin-top: 14px;
  color: var(--text-soft);
}

.contact-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.contact-list li {
  color: #303a49;
}

.contact-list a {
  color: var(--blue);
  font-weight: 600;
  overflow-wrap: anywhere;
}

.connect-form form {
  display: grid;
  gap: 14px;
}

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

.connect-form label {
  display: grid;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4c576d;
}

.connect-form input,
.connect-form select,
.connect-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #ffffff;
  color: var(--text);
  font: inherit;
  font-size: 0.94rem;
  line-height: 1.4;
  padding: 11px 13px;
}

.connect-form textarea {
  resize: vertical;
}

.connect-form input:focus,
.connect-form select:focus,
.connect-form textarea:focus {
  outline: none;
  border-color: rgba(46, 82, 217, 0.75);
  box-shadow: 0 0 0 3px rgba(46, 82, 217, 0.2);
}

.full {
  width: 100%;
}

.form-status {
  margin: 2px 0 0;
  font-size: 0.9rem;
  min-height: 24px;
  color: var(--text-soft);
}

.form-status.is-success {
  color: var(--blue);
}

.form-status.is-error {
  color: var(--blue-deep);
}

.form-status.is-pending {
  color: var(--blue-bright);
}

.site-footer {
  margin-top: 18px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.99), rgba(244, 248, 255, 0.98));
  border-top: 1px solid rgba(37, 62, 143, 0.18);
  color: #2f394b;
}

.site-footer::before,
.site-footer::after {
  content: '';
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

.site-footer::before {
  width: 380px;
  height: 380px;
  left: -180px;
  top: -120px;
  background: radial-gradient(circle, rgba(46, 82, 217, 0.12), transparent 72%);
}

.site-footer::after {
  width: 320px;
  height: 320px;
  right: -140px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(37, 62, 143, 0.11), transparent 76%);
}

.footer-grid {
  position: relative;
  z-index: 1;
  padding: 54px 0 30px;
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 0.9fr 0.85fr;
  gap: 24px;
}

.footer-brand img {
  width: min(250px, 92%);
  border: 0;
  background: transparent;
  padding: 0;
}

.footer-brand p {
  margin: 0;
}

.footer-brand .footer-company {
  margin-top: 14px;
  color: #2f3f62;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-brand .footer-tagline {
  margin-top: 7px;
  max-width: 420px;
  color: #4a576d;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.65;
}

.footer-social {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-link {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(37, 62, 143, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f467f;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(242, 247, 255, 0.96));
  box-shadow: 0 10px 18px rgba(20, 34, 66, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.social-link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.social-link::after {
  display: none;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(104, 136, 241, 0.65);
  color: var(--blue);
  box-shadow:
    0 0 0 1px rgba(46, 82, 217, 0.2) inset,
    0 12px 22px rgba(46, 82, 217, 0.2);
  outline: none;
}

.footer-links-block {
  position: relative;
  z-index: 1;
}

.site-footer h4 {
  margin: 0 0 12px;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: #31487e;
}

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

.site-footer li {
  color: #4d5b72;
}

.site-footer a {
  position: relative;
  color: #4d5b72;
  transition: color 0.2s ease;
  overflow-wrap: anywhere;
}

.site-footer a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(46, 82, 217, 0.95), rgba(198, 32, 38, 0.9));
  transition: transform 0.22s ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--blue);
  outline: none;
}

.site-footer a:hover::after,
.site-footer a:focus-visible::after {
  transform: scaleX(1);
}

.footer-bottom {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(117, 136, 177, 0.24);
  padding: 15px 0 28px;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.8rem;
  color: #6b778f;
}

.page-main {
  padding-top: 110px;
}

.page-hero {
  border-top: 0;
  padding-top: 62px;
  padding-bottom: 54px;
  background:
    radial-gradient(circle at 14% 16%, rgba(46, 82, 217, 0.14), transparent 42%),
    radial-gradient(circle at 84% 84%, rgba(198, 32, 38, 0.11), transparent 44%),
    linear-gradient(160deg, #f9fbff 0%, #eef3ff 55%, #f9fbff 100%);
}

.page-hero h1 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 3.3vw, 3.25rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.page-subtitle {
  margin: 16px 0 0;
  max-width: 820px;
  color: var(--text-soft);
  font-size: 1rem;
}

.legal-shell {
  max-width: 980px;
  margin: 0 auto;
}

.legal-panel {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.98));
  border: 1px solid rgba(37, 62, 143, 0.16);
  border-radius: 20px;
  box-shadow: 0 22px 44px rgba(16, 24, 40, 0.1);
  padding: clamp(24px, 3vw, 38px);
}

.legal-meta {
  margin: 0 0 18px;
  color: #5d6b83;
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.legal-nav {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.legal-nav a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #2d4179;
  background: rgba(46, 82, 217, 0.1);
  border: 1px solid rgba(46, 82, 217, 0.2);
}

.legal-nav a:hover,
.legal-nav a:focus-visible {
  color: #ffffff;
  background: linear-gradient(120deg, var(--blue-bright), var(--blue-deep));
  outline: none;
}

.legal-section {
  border-top: 1px solid rgba(125, 143, 180, 0.24);
  padding-top: 22px;
  margin-top: 22px;
}

.legal-section h2 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.25;
}

.legal-section p {
  margin: 13px 0 0;
  color: #3d4a60;
}

.legal-list {
  margin: 13px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.legal-list li {
  position: relative;
  padding-left: 18px;
  color: #3d4a60;
}

.legal-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--blue-bright), var(--blue));
}

.notice-panel {
  margin-top: 20px;
  border-radius: 14px;
  border: 1px solid rgba(46, 82, 217, 0.24);
  background: linear-gradient(140deg, rgba(46, 82, 217, 0.08), rgba(37, 62, 143, 0.06));
  padding: 14px 15px;
}

.notice-panel p {
  margin: 0;
  color: #2f3f5d;
}

.careers-main .section {
  border-top-color: rgba(138, 138, 138, 0.14);
}

.culture-grid,
.roles-grid {
  display: grid;
  gap: 18px;
}

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

.culture-card,
.role-card {
  border-radius: 16px;
  border: 1px solid rgba(37, 62, 143, 0.16);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 255, 0.98));
  box-shadow: 0 14px 28px rgba(16, 24, 40, 0.08);
  padding: 20px;
}

.culture-card h3,
.role-card h3 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.03rem;
  line-height: 1.35;
}

.culture-card p,
.role-card p {
  margin: 10px 0 0;
  color: #415168;
}

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

.role-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.role-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(16, 24, 40, 0.12);
}

.career-form-wrap {
  border-radius: 20px;
  border: 1px solid rgba(37, 62, 143, 0.2);
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.98));
  box-shadow: var(--shadow-soft);
  padding: clamp(22px, 3.2vw, 34px);
}

.career-form {
  display: grid;
  gap: 14px;
}

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

.career-form label {
  display: grid;
  gap: 7px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #4b5770;
}

.career-form input,
.career-form select,
.career-form textarea {
  width: 100%;
  border: 1px solid rgba(117, 136, 177, 0.36);
  border-radius: 11px;
  background: #ffffff;
  color: var(--text);
  font: inherit;
  font-size: 0.95rem;
  line-height: 1.4;
  padding: 11px 13px;
}

.career-form textarea {
  resize: vertical;
  min-height: 130px;
}

.career-form input:focus,
.career-form select:focus,
.career-form textarea:focus {
  outline: none;
  border-color: rgba(46, 82, 217, 0.78);
  box-shadow: 0 0 0 3px rgba(46, 82, 217, 0.2);
}

.career-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.89rem;
  color: #3c4b62;
}

.career-consent input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--blue-bright);
}

.career-consent a {
  color: var(--blue);
  font-weight: 700;
}

.career-status {
  margin: 2px 0 0;
  min-height: 24px;
  font-size: 0.92rem;
}

.career-status.is-success {
  color: var(--blue);
}

.career-status.is-error {
  color: var(--blue-deep);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

.aux-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.aux-wrap {
  width: min(620px, calc(100% - 36px));
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 248, 252, 0.98));
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
  text-align: center;
  padding: 34px 28px;
}

.aux-wrap img {
  width: min(280px, 85%);
  margin: 0 auto 22px;
  border: 0;
  background: transparent;
  padding: 0;
}

.aux-wrap h1 {
  font-size: 1.62rem;
}

.aux-wrap p {
  margin-top: 13px;
  color: var(--text-soft);
}

.aux-wrap .btn {
  margin-top: 20px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 1023px) {
  .three-up {
    grid-template-columns: 1fr;
  }

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

  .split-grid {
    position: relative;
  }

  .split-media {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 0;
    margin-top: 0;
  }

  .split-content {
    width: 100%;
    padding-right: 0;
  }

  .split-backdrop {
    position: absolute;
    inset: 0;
    min-height: 0;
    height: auto;
  }

  .connect-wrap {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 1023px) {
  .nav-wrap {
    grid-template-columns: auto 1fr auto;
    justify-content: space-between;
    min-height: 86px;
    gap: 12px;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .site-nav {
    position: absolute;
    left: 24px;
    right: 24px;
    top: calc(100% + 8px);
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 0;
    box-shadow: var(--shadow-soft);
    max-height: 0;
    overflow: hidden;
    display: grid;
    justify-content: stretch;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.25s ease, padding 0.25s ease, opacity 0.25s ease;
  }

  .site-nav.open {
    max-height: 460px;
    padding: 12px;
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav a {
    text-align: left;
    border-radius: 10px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }

  .nav-dropdown {
    display: grid;
  }

  .nav-dropdown-menu {
    position: static;
    min-width: 0;
    border: 0;
    box-shadow: none;
    background: rgba(46, 82, 217, 0.08);
    margin: 0 8px 8px;
    padding: 6px;
    display: none;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .nav-dropdown.open .nav-dropdown-menu {
    display: grid;
  }

  .nav-dropdown-menu a {
    font-size: 0.72rem;
  }

  .cta-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    font-size: 0.7rem;
    letter-spacing: 0.08em;
  }

  .mobile-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(46, 82, 217, 0.32);
    background: rgba(46, 82, 217, 0.1);
    color: #29458e;
  }

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

  .hero {
    padding-top: 66px;
  }

  .hero-fullscreen {
    padding-top: 86px;
    min-height: calc((var(--app-vh, 1vh) * 100) - 86px);
    overflow: hidden;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-carousel {
    min-height: calc((var(--app-vh, 1vh) * 100) - 86px);
    height: calc((var(--app-vh, 1vh) * 100) - 86px);
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  .hero-fullscreen .hero-carousel-full {
    min-height: calc((var(--app-vh, 1vh) * 100) - 86px);
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .carousel-track,
  .carousel-slide {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    background: #0f1117;
  }

  .hero-carousel-full .carousel-slide img,
  .hero-fullscreen .hero-carousel-full .carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    background: #0f1117;
  }

  .carousel-slide,
  .carousel-slide.is-prev,
  .carousel-slide.is-next {
    transform: none;
    opacity: 0;
  }

  .carousel-slide.is-active {
    opacity: 1;
    transform: none;
  }

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

@media (max-width: 720px) {
  .container {
    width: min(1180px, calc(100% - 32px));
  }

  .section {
    padding: 76px 0;
  }

  section[id] {
    scroll-margin-top: 94px;
  }

  .service-split {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .nav-wrap {
    min-height: 78px;
    gap: 10px;
  }

  .brand img {
    width: clamp(142px, 40vw, 184px);
    max-height: 58px;
  }

  .cta-small {
    display: none;
  }

  .split-title {
    font-size: clamp(1.55rem, 6.2vw, 2.1rem);
  }

  .split-copy {
    font-size: 0.94rem;
  }

  .split-list li {
    font-size: 0.88rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .testimonial-card {
    min-height: 0;
    padding: 20px;
    gap: 14px;
  }

  .testimonial-top {
    align-items: flex-start;
  }

  .testimonial-meta {
    padding-top: 2px;
  }

  .testimonial-quote {
    margin-left: 62px;
  }

  .split-backdrop {
    min-height: 0;
    height: auto;
  }

  .hero-fullscreen {
    padding-top: 78px;
    min-height: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-carousel,
  .hero-fullscreen .hero-carousel-full {
    min-height: 0;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    aspect-ratio: 16 / 9;
  }

  .carousel-slide img,
  .hero-carousel-full .carousel-slide img,
  .hero-fullscreen .hero-carousel-full .carousel-slide img {
    object-position: center center;
  }

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

  .career-grid,
  .culture-grid,
  .roles-grid {
    grid-template-columns: 1fr;
  }

  .connect-info,
  .connect-form,
  .service-card {
    padding: 22px;
  }

  .site-nav a,
  .btn,
  .connect-form input,
  .connect-form select,
  .career-form input,
  .career-form select {
    min-height: 44px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-top: 42px;
  }

  .footer-social {
    gap: 8px;
  }

  .social-link {
    width: 32px;
    height: 32px;
  }

  .hero-copy h1 {
    letter-spacing: -0.02em;
  }

  .carousel-controls {
    padding: 0 4px;
  }

  .carousel-arrow {
    width: 40px;
    height: 40px;
  }

  .carousel-dots {
    right: 18px;
    bottom: 14px;
  }

  .logo-marquee-track {
    gap: 14px;
    padding: 14px;
    animation-duration: 22s;
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }

  .logo-card {
    width: auto;
    height: auto;
    padding: 0;
  }

  .logo-card img {
    height: 62px;
    max-width: 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .split-grid.reveal .split-content > *,
  .split-grid.reveal .split-content .split-list li,
  .testimonials-grid .testimonial-card.reveal,
  .carousel-slide,
  .testimonial-card {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }
}

