.company-hero {
  position: relative;
  background:
    radial-gradient(110% 150% at 14% 8%, rgba(96, 145, 255, 0.24) 0%, rgba(96, 145, 255, 0) 50%),
    linear-gradient(140deg, #061234 0%, #0b2360 48%, #1b3f92 100%);
  color: var(--white);
  overflow: hidden;
}

.company-hero::before {
  content: "";
  position: absolute;
  inset: -24% -12%;
  pointer-events: none;
  background:
    radial-gradient(290px 220px at 14% 82%, rgba(166, 208, 255, 0.18), rgba(166, 208, 255, 0) 74%),
    radial-gradient(360px 260px at 36% 24%, rgba(123, 179, 255, 0.2), rgba(123, 179, 255, 0) 76%),
    radial-gradient(280px 220px at 74% 68%, rgba(144, 196, 255, 0.16), rgba(144, 196, 255, 0) 74%);
  mix-blend-mode: screen;
  opacity: 0.78;
  filter: blur(1px);
  animation: companyHeroOrbsDriftSlow 26s ease-in-out infinite alternate;
}

.company-hero::after {
  content: "";
  position: absolute;
  inset: -18% -8%;
  pointer-events: none;
  opacity: 0.68;
  background:
    radial-gradient(230px 170px at 22% 36%, rgba(181, 220, 255, 0.14), rgba(181, 220, 255, 0) 72%),
    radial-gradient(320px 240px at 56% 84%, rgba(139, 193, 255, 0.18), rgba(139, 193, 255, 0) 74%),
    radial-gradient(260px 190px at 84% 26%, rgba(165, 210, 255, 0.16), rgba(165, 210, 255, 0) 74%);
  filter: blur(2px);
  animation: companyHeroOrbsDriftFast 17s ease-in-out infinite alternate;
}

.company-hero .container {
  position: relative;
  z-index: 1;
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.9rem 0.7rem;
}

.company-hero .row {
  justify-content: center;
  width: 100%;
}

.company-hero .row > .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.company-hero-visual {
  display: none;
}

.company-hero .col-lg-6:last-child {
  text-align: center;
  width: 100%;
}

.company-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 700;
  color: #8bcaff;
  margin-bottom: 0.9rem;
}

.company-hero-title {
  color: #f1f7ff;
  font-size: clamp(2rem, 3.1vw, 3.15rem);
  line-height: 1.12;
  margin-bottom: 1rem;
}

.company-hero-lead {
  color: #c0d8ef;
  font-size: 1.08rem;
  width: 100%;
  max-width: none;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}

.company-hero-kicker {
  margin: 1rem auto 0;
  max-width: 64ch;
  color: #d5e7ff;
  font-size: 1.02rem;
  font-weight: 600;
}

.company-hero-actions {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.company-hero-actions .btn {
  font-weight: 700;
}

.company-hero-actions .btn-primary {
  background: linear-gradient(135deg, #1890ff 0%, #0a75bc 100%);
  border-color: #198ce8;
  box-shadow: 0 14px 30px rgba(8, 96, 164, 0.38);
  position: relative;
  overflow: visible;
  animation: companyHeroCtaPulse 2.8s ease-in-out infinite;
}

.company-hero-actions .btn-primary:hover,
.company-hero-actions .btn-primary:focus {
  background: linear-gradient(135deg, #25a0ff 0%, #1184d0 100%);
  border-color: #2ca8ff;
  box-shadow: 0 18px 34px rgba(12, 116, 195, 0.5);
}

.company-hero-actions .btn-primary::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  border: 1px solid rgba(150, 204, 255, 0.75);
  box-shadow: 0 0 0 0 rgba(100, 177, 255, 0.36);
  opacity: 0;
  pointer-events: none;
  animation: companyHeroCtaWave 2.8s ease-out infinite;
}

.company-hero-proof-list {
  margin: 1rem auto 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  max-width: 80ch;
}

.company-hero-proof-list li {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid rgba(149, 196, 255, 0.5);
  background: rgba(135, 192, 255, 0.16);
  color: #eaf4ff;
  padding: 0.35rem 0.78rem;
  font-size: 0.8rem;
  font-weight: 600;
}

@keyframes companyHeroCtaPulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow: 0 14px 30px rgba(8, 96, 164, 0.38);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(8, 102, 173, 0.46);
  }
}

@keyframes companyHeroCtaWave {
  0% {
    opacity: 0.68;
    box-shadow: 0 0 0 0 rgba(100, 177, 255, 0.36);
  }
  70% {
    opacity: 0;
    box-shadow: 0 0 0 12px rgba(100, 177, 255, 0);
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 0 0 rgba(100, 177, 255, 0);
  }
}

@keyframes companyHeroOrbsDriftSlow {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(2.5%, -2.2%, 0) scale(1.04);
  }
}

@keyframes companyHeroOrbsDriftFast {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-3.4%, 2.6%, 0) scale(1.08);
  }
}

.company-section {
  padding-block: 3.4rem;
}

.company-section-alt {
  background: var(--lighter-blue);
}

.about-signal-strip {
  background:
    linear-gradient(180deg, #f7fbff 0%, #eff6ff 100%);
  border-block: 1px solid rgba(66, 128, 198, 0.18);
  padding-block: 1.1rem 1.45rem;
}

.about-signal-card {
  height: 100%;
  border-radius: 14px;
  border: 1px solid rgba(47, 114, 188, 0.2);
  background: #fff;
  box-shadow: 0 10px 22px rgba(17, 54, 94, 0.08);
  padding: 0.92rem 0.95rem;
}

.about-signal-card h3 {
  margin: 0 0 0.38rem;
  color: #113d67;
  font-size: 1rem;
}

.about-signal-card p {
  margin: 0;
  color: #436483;
  font-size: 0.9rem;
  line-height: 1.56;
}

.about-signal-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 113, 199, 0.12);
  color: #1769b3;
  margin-bottom: 0.55rem;
}

.about-section-nav {
  background: #ffffff;
  border-bottom: 1px solid rgba(57, 118, 186, 0.16);
}

.about-section-nav .container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  padding-block: 0.68rem;
}

.about-section-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.3rem 0.82rem;
  border: 1px solid rgba(55, 116, 184, 0.2);
  color: #1c4f81;
  text-decoration: none;
  background: #f7fbff;
  font-size: 0.8rem;
  font-weight: 700;
}

.about-section-pill:hover {
  border-color: rgba(46, 107, 176, 0.36);
  background: #edf6ff;
  color: #15436f;
}

.about-hero .partnerships-hero-title {
  max-width: 20ch;
  margin-inline: auto;
}

.about-hero .partnerships-hero-lead {
  max-width: 84ch;
}

.about-hero .partnerships-hero-proof-list li {
  background: rgba(18, 79, 129, 0.5);
}

.section-variant-about-intro {
  background:
    radial-gradient(130px 96px at 12% 16%, rgba(77, 150, 227, 0.14), rgba(77, 150, 227, 0)),
    #ffffff;
}

.section-variant-about-delivery {
  background:
    radial-gradient(150px 110px at 90% 18%, rgba(77, 150, 227, 0.12), rgba(77, 150, 227, 0)),
    #f6fbff;
}

.section-variant-about-work {
  background:
    radial-gradient(144px 100px at 10% 82%, rgba(77, 150, 227, 0.11), rgba(77, 150, 227, 0)),
    #ffffff;
}

.section-variant-about-presence {
  background: #f8fbff;
}

.section-variant-about-why {
  background: #ffffff;
}

.about-card-grid .company-card {
  border-radius: 16px;
}

.about-card {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(42, 109, 181, 0.2);
  box-shadow: 0 14px 28px rgba(19, 56, 93, 0.09);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.about-card:hover {
  transform: translateY(-5px);
  border-color: rgba(36, 104, 177, 0.34);
  box-shadow: 0 18px 36px rgba(15, 52, 88, 0.14);
}

.about-delivery-card .company-card-number {
  width: 40px;
  height: 40px;
  font-size: 0.84rem;
  background: linear-gradient(180deg, rgba(25, 118, 208, 0.15), rgba(25, 118, 208, 0.08));
}

.about-delivery-card .company-card-list {
  border-top: 1px dashed rgba(34, 97, 166, 0.24);
  padding-top: 0.65rem;
}

.about-presence-chip-wrap {
  gap: 0.45rem;
}

.about-presence-chip-wrap .company-chip {
  background: linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
}

.about-stats-grid {
  margin-top: 0.4rem;
}

.about-stat-card {
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #f4faff 100%);
}

.about-stat-card strong {
  font-size: 2rem;
  color: #0e4f86;
}

.company-section-title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  color: #113a5c;
}

.company-section-lead {
  margin: 0 0 1rem;
  color: var(--text-light);
  max-width: 85ch;
}

.company-section-lead-full {
  width: 100%;
  max-width: none;
}

.company-card {
  background: var(--white);
  border: 1px solid rgba(30, 144, 255, 0.14);
  border-radius: 12px;
  padding: 1.1rem 1rem;
  box-shadow: 0 8px 20px rgba(20, 52, 84, 0.08);
  height: 100%;
}

.company-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.03rem;
  color: #113a5c;
}

.company-card p {
  margin: 0;
}

.company-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(31, 116, 210, 0.35);
  background: rgba(31, 116, 210, 0.1);
  color: #0f4b85;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 0.55rem;
}

.company-card-list {
  margin: 0.7rem 0 0;
  padding-inline-start: 1rem;
  color: #32577a;
}

.company-card-list li + li {
  margin-top: 0.3rem;
}

.contact-locations-wrap {
  margin-top: 0.4rem;
}

.contact-locations-wrap .row {
  align-items: stretch;
}

.contact-locations-wrap [class*="col-"] {
  display: flex;
}

.contact-locations-divider {
  width: 82px;
  height: 0;
  margin: 0 auto 1.4rem;
  border-top: 3px dashed rgba(17, 58, 92, 0.7);
}

.contact-location-item {
  --location-accent-1: #2f7bff;
  --location-accent-2: #18a0fb;
  position: relative;
  padding: 1.1rem 0.85rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(50, 110, 180, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 28px rgba(16, 45, 78, 0.08);
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.contact-location-item::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--location-accent-1), var(--location-accent-2));
}

.contact-location-item::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  inset: auto -80px -80px auto;
  background: radial-gradient(circle, rgba(90, 160, 255, 0.18) 0%, rgba(90, 160, 255, 0) 72%);
  pointer-events: none;
}

.contact-locations-wrap .col-lg-4:nth-child(1) .contact-location-item {
  --location-accent-1: #2f7bff;
  --location-accent-2: #4fb0ff;
}

.contact-locations-wrap .col-lg-4:nth-child(2) .contact-location-item {
  --location-accent-1: #00a6c6;
  --location-accent-2: #5ecfd3;
}

.contact-locations-wrap .col-lg-4:nth-child(3) .contact-location-item {
  --location-accent-1: #ff5b6c;
  --location-accent-2: #ff8b75;
}

.contact-location-item:hover {
  transform: translateY(-6px);
  border-color: rgba(70, 135, 208, 0.3);
  box-shadow: 0 18px 34px rgba(14, 44, 79, 0.14);
}

.contact-location-flag {
  width: 62px;
  height: 62px;
  margin: 0 auto 0.85rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef3f8;
  box-shadow: inset 0 0 0 1px rgba(24, 84, 132, 0.08), 0 10px 18px rgba(18, 56, 94, 0.12);
  overflow: hidden;
  transition: transform 0.25s ease;
}

.contact-location-flag-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
}

.contact-location-item:hover .contact-location-flag {
  transform: translateY(-2px) scale(1.03);
}

.contact-location-country {
  margin: 0 0 0.42rem;
  color: #0f2e52;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.contact-location-chip {
  display: flex;
  width: fit-content;
  margin: 0 0 0.6rem;
  margin-inline: auto;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(38, 103, 179, 0.24);
  background: rgba(32, 115, 206, 0.1);
  color: #16508a;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.contact-location-address {
  color: #19395d;
  font-size: 1.02rem;
  line-height: 1.6;
  max-width: 30ch;
  margin-inline: auto;
}

.contact-location-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-inline: auto;
  color: #0e4f8b;
  font-weight: 600;
  font-size: 0.93rem;
  text-decoration: none;
}

.contact-location-phone:hover {
  color: #0b3f74;
}

.contact-location-email {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-inline: auto;
  color: #0f5da6;
  font-weight: 600;
  font-size: 0.94rem;
  text-decoration: none;
  border-bottom: 1px dashed rgba(15, 93, 166, 0.3);
  padding-bottom: 0.06rem;
}

.contact-location-contacts {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.38rem;
}

.contact-location-email:hover {
  color: #0b3f74;
  border-bottom-color: rgba(11, 63, 116, 0.55);
}

.contact-location-best-for {
  margin: 0.6rem auto 0;
  max-width: 28ch;
  color: #31597f;
  font-size: 0.83rem;
  font-weight: 600;
}

.contact-location-actions {
  margin-top: 0.8rem;
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  flex-wrap: wrap;
}

.contact-location-actions .btn {
  border-radius: 999px;
}

.contact-hero-sla {
  margin: 0.7rem 0 0;
  color: #cde6ff;
  font-size: 0.86rem;
  font-weight: 600;
}

.contact-journey-strip {
  background: #f4f9ff;
  border-block: 1px solid rgba(65, 126, 196, 0.16);
}

.contact-journey-strip .container {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  padding-block: 0.68rem;
}

.contact-journey-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  text-decoration: none;
  color: #174a7a;
  background: #fff;
  border: 1px solid rgba(44, 114, 190, 0.22);
  border-radius: 999px;
  padding: 0.26rem 0.72rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.contact-journey-pill span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1e90ff;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
}

.contact-proof-strip {
  padding-block: 1.6rem 1.9rem;
  background:
    linear-gradient(180deg, #f8fbff 0%, #f0f7ff 100%);
}

.contact-proof-card {
  text-align: center;
}

.contact-proof-card .company-card-icon {
  margin-inline: auto;
}

.section-variant-intro {
  background:
    radial-gradient(120px 90px at 12% 18%, rgba(83, 157, 232, 0.14), rgba(83, 157, 232, 0)),
    var(--white);
}

.section-variant-locations {
  background:
    radial-gradient(140px 100px at 90% 18%, rgba(83, 157, 232, 0.12), rgba(83, 157, 232, 0)),
    var(--lighter-blue);
}

.section-variant-engagement {
  background:
    radial-gradient(150px 110px at 10% 80%, rgba(83, 157, 232, 0.12), rgba(83, 157, 232, 0)),
    #ffffff;
}

.company-media-figure {
  margin: 0 0 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(125, 176, 255, 0.28);
  overflow: hidden;
  background: #071a4a;
  box-shadow: 0 14px 28px rgba(10, 27, 71, 0.24);
}

.company-media-figure-full {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  border-radius: 0;
  border-inline: 0;
  margin-bottom: 0;
}

.company-media-figure.company-media-figure-full img {
  width: 100%;
  height: clamp(192px, 29vw, 360px);
  object-fit: contain;
}

.company-media-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.contact-presence-split-row {
  margin-top: 0.25rem;
}

.contact-presence-map-col,
.contact-presence-form-col {
  width: 100%;
  display: block;
}

.contact-presence-map-figure {
  height: auto;
  margin-bottom: 0;
  border-radius: 14px;
  background: transparent;
  display: block;
}

.contact-presence-map-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.contact-presence-form-card {
  background: #ffffff;
  border: 1px solid rgba(54, 114, 184, 0.18);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(20, 52, 84, 0.08);
  padding: 0.72rem;
  width: 100%;
  height: auto;
  max-height: none;
  overflow: visible;
}

.contact-presence-form-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  color: #113a5c;
}

.contact-presence-form-card p {
  margin: 0 0 0.62rem;
  color: #4a6480;
  font-size: 0.88rem;
  line-height: 1.38;
}

.contact-presence-form-card .form-label {
  margin-bottom: 0.22rem;
  font-size: 0.78rem;
  color: #1b4a74;
  font-weight: 600;
}

.contact-presence-form-card .form-control {
  padding: 0.42rem 0.62rem;
  font-size: 0.84rem;
}

.contact-presence-form-card textarea.form-control {
  min-height: 64px;
}

.contact-presence-form-card .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-size: 0.88rem;
}

.contact-form-helper {
  margin-top: 0.32rem;
  color: #2e5f8e;
  font-size: 0.74rem;
  line-height: 1.35;
}

.contact-form-next-step {
  border-radius: 10px;
  border: 1px solid rgba(64, 124, 193, 0.2);
  background: rgba(56, 124, 196, 0.08);
  color: #1d527f;
  padding: 0.42rem 0.58rem;
  font-size: 0.76rem;
}

.step-duration {
  margin: 0.4rem 0 0.55rem;
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(38, 108, 182, 0.26);
  background: rgba(38, 108, 182, 0.08);
  color: #1b5b97;
  padding: 0.16rem 0.58rem;
  font-size: 0.73rem;
  font-weight: 700;
}

.engagement-section .workflow-grid {
  position: relative;
}

@media (min-width: 992px) {
  .engagement-section .workflow-grid::before {
    content: "";
    position: absolute;
    inset: 36px 9% auto;
    height: 2px;
    background: linear-gradient(90deg, rgba(45, 117, 194, 0.1), rgba(45, 117, 194, 0.35), rgba(45, 117, 194, 0.1));
    pointer-events: none;
  }

  .engagement-section .step-card {
    position: relative;
  }

  .engagement-section .step-card::before {
    content: "";
    position: absolute;
    top: 30px;
    inset-inline-start: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1c79d0;
    transform: translateX(-50%);
    box-shadow: 0 0 0 6px rgba(28, 121, 208, 0.16);
  }
}

@media (max-width: 991.98px) {
  .engagement-section .workflow-grid {
    border-inline-start: 2px dashed rgba(38, 109, 184, 0.24);
    margin-inline-start: 0.85rem;
    padding-inline-start: 0.95rem;
  }

  .engagement-section .step-card {
    position: relative;
  }

  .engagement-section .step-card::before {
    content: "";
    position: absolute;
    inset-inline-start: -1.4rem;
    top: 1.1rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1b7acb;
    box-shadow: 0 0 0 5px rgba(27, 122, 203, 0.16);
  }
}

.contact-mobile-sticky-cta {
  position: fixed;
  inset: auto 0 0;
  z-index: 1040;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border-top: 1px solid rgba(42, 105, 176, 0.22);
  padding: 0.45rem 0.72rem calc(0.45rem + env(safe-area-inset-bottom));
  display: none;
  gap: 0.45rem;
}

.contact-mobile-sticky-cta .btn {
  flex: 1 1 0;
  border-radius: 10px;
}

.contact-mobile-sticky-spacer {
  display: none;
}

@media (min-width: 992px) {
  .contact-presence-map-col {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .contact-presence-form-col {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

.contact-about-panel {
  border-radius: 16px;
  border: 1px solid rgba(54, 114, 184, 0.16);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(20, 52, 84, 0.08);
  padding: 1.15rem 1rem 1rem;
  margin-bottom: 1rem;
}

.contact-about-content {
  max-width: 1120px;
  margin-inline: auto;
}

.contact-about-lead {
  color: #163d67;
  font-size: 1.04rem;
  line-height: 1.68;
  text-align: center;
}

.contact-about-point-card {
  background: linear-gradient(180deg, #f9fbff 0%, #f2f7ff 100%);
  border: 1px solid rgba(61, 126, 196, 0.18);
  border-radius: 12px;
  padding: 0.74rem 0.78rem;
  color: #163d67;
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
}

.contact-about-point-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(33, 119, 214, 0.14);
  color: #1a6fc9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.06rem;
}

.contact-about-point-icon i {
  font-size: 0.75rem;
}

.contact-about-point-card p {
  line-height: 1.55;
}

.company-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 144, 255, 0.12);
  color: var(--primary-blue);
  margin-bottom: 0.65rem;
}

.company-list {
  margin: 0;
  padding-inline-start: 1.2rem;
  color: var(--text-light);
  line-height: 1.68;
}

.company-list li + li {
  margin-top: 0.45rem;
}

.company-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.company-chip {
  display: inline-flex;
  border: 1px solid rgba(30, 144, 255, 0.2);
  background: #fff;
  color: #0b4d80;
  border-radius: 999px;
  padding: 0.35rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.company-card-stat {
  text-align: center;
}

.company-card-stat strong {
  display: block;
  font-size: 1.7rem;
  color: #0b4d80;
  line-height: 1.15;
}

.company-card-stat span {
  color: var(--text-light);
  font-size: 0.9rem;
}

.company-link-list {
  margin: 0;
  padding-inline-start: 1.1rem;
}

.company-link-list li + li {
  margin-top: 0.38rem;
}

.company-link-list a {
  color: #0b4d80;
  text-decoration: none;
}

.company-link-list a:hover {
  text-decoration: underline;
}

.company-notice {
  border: 1px dashed rgba(17, 58, 92, 0.3);
  border-radius: 12px;
  background: rgba(30, 144, 255, 0.06);
  color: #113a5c;
  padding: 0.9rem 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .company-hero::before,
  .company-hero::after {
    animation: none !important;
    transform: none !important;
  }

  .company-hero-actions .btn-primary,
  .company-hero-actions .btn-primary::after {
    animation: none !important;
  }
}

.page-hero {
  position: relative;
  background:
    radial-gradient(110% 150% at 14% 8%, rgba(96, 145, 255, 0.24) 0%, rgba(96, 145, 255, 0) 50%),
    linear-gradient(140deg, #061234 0%, #0b2360 48%, #1b3f92 100%);
  color: var(--white);
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: -24% -12%;
  pointer-events: none;
  background:
    radial-gradient(290px 220px at 14% 82%, rgba(166, 208, 255, 0.18), rgba(166, 208, 255, 0) 74%),
    radial-gradient(360px 260px at 36% 24%, rgba(123, 179, 255, 0.2), rgba(123, 179, 255, 0) 76%),
    radial-gradient(280px 220px at 74% 68%, rgba(144, 196, 255, 0.16), rgba(144, 196, 255, 0) 74%);
  mix-blend-mode: screen;
  opacity: 0.78;
  filter: blur(1px);
  animation: companyHeroOrbsDriftSlow 26s ease-in-out infinite alternate;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: -18% -8%;
  pointer-events: none;
  opacity: 0.68;
  background:
    radial-gradient(230px 170px at 22% 36%, rgba(181, 220, 255, 0.14), rgba(181, 220, 255, 0) 72%),
    radial-gradient(320px 240px at 56% 84%, rgba(139, 193, 255, 0.18), rgba(139, 193, 255, 0) 74%),
    radial-gradient(260px 190px at 84% 26%, rgba(165, 210, 255, 0.16), rgba(165, 210, 255, 0) 74%);
  filter: blur(2px);
  animation: companyHeroOrbsDriftFast 17s ease-in-out infinite alternate;
}

.page-hero .container {
  position: relative;
  z-index: 1;
  min-height: 55vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.page-hero .hero-eyebrow {
  color: #8bcaff;
}

.page-hero h1 {
  color: #f1f7ff;
  font-size: clamp(2rem, 3.1vw, 3.15rem);
  line-height: 1.12;
}

.page-hero .hero-lead {
  color: #c0d8ef;
  font-size: 1.08rem;
  width: 100%;
  max-width: none;
  line-height: 1.6;
  margin-inline: auto;
}

@media (max-width: 767.98px) {
  .about-section-nav .container {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-inline: 0.95rem;
  }

  .about-section-pill {
    white-space: nowrap;
  }

  .contact-journey-strip .container {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-inline: 0.95rem;
  }

  .contact-journey-pill {
    white-space: nowrap;
  }

  .contact-mobile-sticky-cta {
    display: flex;
  }

  .contact-mobile-sticky-spacer {
    display: block;
    height: 64px;
  }

  .contact-presence-form-card {
    max-height: none;
    overflow: visible;
  }

  .company-media-figure.company-media-figure-full img {
    height: clamp(168px, 50vw, 252px);
  }

  .contact-presence-form-card {
    padding: 0.74rem;
  }

  .contact-location-item {
    padding: 0.95rem 0.75rem 0.9rem;
  }

  .contact-location-flag {
    width: 56px;
    height: 56px;
    margin-bottom: 0.7rem;
  }

  .contact-location-country {
    font-size: 1.55rem;
  }

  .contact-location-address {
    font-size: 0.96rem;
  }
}
