.about-v2 {
  --about-dark: #061426;
  --about-deep: #0a2341;
  --about-blue: #2f7fe8;
  --about-ice: #80d4ff;
  --about-line: #d9e5f1;
  --about-soft: #f2f7fc;
  overflow: hidden;
}

.about-v2 h1,
.about-v2 h2,
.about-v2 h3,
.about-v2 p {
  text-wrap: pretty;
}

.about-v2 h2 {
  margin: .2em 0 .35em;
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.about-v2 h3 {
  margin: 0;
  line-height: 1.3;
}

.about-v2 .eyebrow {
  margin: 0 0 14px;
}

.about-section {
  padding: clamp(76px, 8vw, 118px) 0;
}

.about-section-head {
  max-width: 860px;
  margin: 0 auto clamp(38px, 5vw, 58px);
  text-align: center;
}

.about-section-head > p:not(.eyebrow) {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.about-hero {
  position: relative;
  padding: clamp(46px, 6vw, 86px) 0;
  color: #fff;
  background:
    radial-gradient(circle at 14% 15%, rgba(45, 126, 232, .22), transparent 36%),
    linear-gradient(135deg, #04101f 0%, #071a31 58%, #0a2749 100%);
}

.about-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(117, 201, 255, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(117, 201, 255, .18) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, #000, transparent 56%);
}

.about-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: clamp(40px, 5vw, 74px);
  align-items: center;
}

.about-hero-copy {
  max-width: 590px;
}

.about-hero-copy h1 {
  max-width: 9.4ch;
  margin: 0 0 24px;
  font-size: clamp(3rem, 5.15vw, 5.4rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.about-hero-intro {
  max-width: 610px;
  margin: 0 0 32px;
  color: #d8e7f7;
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
}

.about-hero-media {
  overflow: hidden;
  border: 1px solid rgba(128, 212, 255, .28);
  border-radius: 26px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .34);
}

.about-hero-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
}

.about-v2 .breadcrumb {
  background: #fff;
}

.product-lines-section,
.quality-section,
.advantages-section {
  background: #fff;
}

.product-line-grid,
.service-grid,
.quality-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2.4vw, 32px);
}

.product-line-card,
.quality-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(8, 33, 63, .08);
}

.product-line-media {
  display: block;
  overflow: hidden;
  background: var(--about-deep);
}

.product-line-media img,
.quality-card > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.product-line-media img {
  aspect-ratio: 8 / 5;
  transition: transform .35s ease;
}

.product-line-card:hover .product-line-media img {
  transform: scale(1.02);
}

.product-line-content,
.quality-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 28px;
}

.product-line-content h3,
.quality-card h3 {
  font-size: 1.35rem;
}

.product-line-content p,
.quality-card p {
  margin: 12px 0 22px;
  color: var(--muted);
}

.product-line-content .text-link {
  margin-top: auto;
  align-self: flex-start;
}

.services-section {
  background:
    radial-gradient(
      circle at 50% 70%,
      rgba(73, 153, 232, .12),
      transparent 52%
    ),
    linear-gradient(
      180deg,
      #f8fbff 0%,
      #edf6ff 100%
    );
}

.services-section .about-section-head {
  max-width: 850px;
  margin-bottom: clamp(52px, 4vw, 60px);
}

.services-section .about-section-head h2 {
  margin: 0;
  font-size: clamp(3.125rem, 3.75vw, 3.375rem);
  line-height: 1.06;
}

.workflow-section {
  background: var(--about-soft);
}

.service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 2.1vw, 32px);
}

.service-card {
  display: flex;
  min-width: 0;
  min-height: 122px;
  align-items: center;
  gap: 22px;
  padding: 18px 30px 18px 20px;
  border: 1px solid #d2e5f7;
  border-radius: 999px;
  background: linear-gradient(110deg, #fff 0%, #f0f7ff 100%);
  box-shadow: 0 8px 14px rgba(20, 67, 112, .1);
  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.service-icon-base {
  display: grid;
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #0e70b8 0%, #397fda 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28);
}

.service-icon {
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.service-icon-product {
  -webkit-mask-image: url("/assets/icons/about/services/kfy-smart-product-solutions.svg");
  mask-image: url("/assets/icons/about/services/kfy-smart-product-solutions.svg");
}

.service-icon-oem {
  -webkit-mask-image: url("/assets/icons/about/services/kfy-smart-oem-odm-support.svg");
  mask-image: url("/assets/icons/about/services/kfy-smart-oem-odm-support.svg");
}

.service-icon-project {
  -webkit-mask-image: url("/assets/icons/about/services/kfy-smart-project-support.svg");
  mask-image: url("/assets/icons/about/services/kfy-smart-project-support.svg");
}

.service-card h3 {
  color: #0b2d52;
  font-size: clamp(1.375rem, 1.65vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.025em;
  text-align: left;
  white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
  .service-card:hover {
    border-color: #aacff0;
    box-shadow: 0 10px 16px rgba(20, 67, 112, .15);
    transform: translateY(-2px);
  }
}

.oem-section {
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(47, 127, 232, .25), transparent 36%),
    var(--about-dark);
}

.oem-section .about-section-head > p:not(.eyebrow),
.markets-section .about-section-head > p:not(.eyebrow) {
  color: #c5d7e9;
}

.process-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.process-photo-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(128, 212, 255, .18);
  border-radius: 18px;
  background: rgba(12, 39, 70, .78);
}

.process-photo-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.process-photo-card > div {
  position: relative;
  min-height: 188px;
  padding: 28px;
}

.process-photo-card span {
  display: block;
  margin-bottom: 12px;
  color: var(--about-ice);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.process-photo-card h3 {
  font-size: 1.25rem;
}

.process-photo-card p {
  margin: 10px 0 0;
  color: #c6d7e9;
}

.quality-flow {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 54px;
  padding: 0;
  list-style: none;
}

.quality-flow li {
  position: relative;
  min-width: 0;
  padding: 0 13px;
  text-align: center;
}

.quality-flow li:not(:last-child)::after {
  position: absolute;
  top: 25px;
  right: -12px;
  width: 24px;
  height: 2px;
  content: "";
  background: #91b8e2;
}

.quality-flow span {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 13px;
  place-items: center;
  border: 1px solid #98bee5;
  border-radius: 50%;
  color: #1768c5;
  background: #edf6ff;
  font-size: .8rem;
  font-weight: 900;
}

.quality-flow strong {
  display: block;
  color: #163354;
  font-size: .9rem;
  line-height: 1.35;
}

.quality-card > img {
  aspect-ratio: 4 / 3;
}

.compliance-header {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(400px, .96fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
  margin-bottom: clamp(56px, 6vw, 82px);
}

.compliance-header-copy {
  max-width: 720px;
}

.compliance-header-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(2.45rem, 4.2vw, 4.15rem);
}

.compliance-header-copy .eyebrow {
  letter-spacing: .2em;
}

.compliance-header-copy h2 span {
  display: block;
}

.compliance-intro {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.compliance-checks {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.compliance-checks li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  color: #294966;
  font-size: .96rem;
  font-weight: 700;
}

.compliance-checks li::before {
  display: grid;
  width: 22px;
  height: 22px;
  content: "✓";
  place-items: center;
  border: 1px solid #82b6e6;
  border-radius: 50%;
  color: #1768c5;
  background: #e7f3ff;
  font-size: .72rem;
  box-shadow: 0 0 0 3px rgba(130, 182, 230, .12);
}

.compliance-toolkit-visual {
  align-self: center;
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
}

.compliance-toolkit-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.compliance-section .compliance-card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: clamp(32px, 4vw, 48px);
}

.compliance-section .compliance-card-grid article {
  padding: 24px 22px 44px;
  border: 1px solid #cfddea;
  background: #fff;
  box-shadow: 0 2px 3px rgba(17, 53, 87, .045), 0 6px 8px rgba(17, 53, 87, .045);
  transition: transform 180ms cubic-bezier(.22, 1, .36, 1), box-shadow 180ms cubic-bezier(.22, 1, .36, 1), border-color 180ms ease-out;
}

.compliance-section .compliance-card-grid article::after {
  position: absolute;
  right: 18px;
  bottom: 12px;
  content: attr(data-number);
  color: rgba(47, 127, 232, .16);
  font-size: 1.82rem;
  font-weight: 900;
  letter-spacing: -.04em;
}

.compliance-section .compliance-card-grid img {
  margin-bottom: 13px;
  border: 1px solid #d6e8f7;
  box-shadow: 0 0 0 5px rgba(232, 244, 255, .78), inset 0 0 0 1px rgba(47, 127, 232, .08);
}

.compliance-section .compliance-card-grid h3 {
  min-height: 3.9em;
  font-size: 1rem;
}

.compliance-section .compliance-card-grid p {
  max-width: none;
  margin-top: 10px;
  font-size: .87rem;
  line-height: 1.54;
}

@media (hover: hover) and (pointer: fine) {
  .compliance-section .compliance-card-grid article:hover {
    transform: translateY(-3px);
    border-color: #b9d2e8;
    box-shadow: 0 3px 4px rgba(17, 53, 87, .055), 0 8px 8px rgba(17, 53, 87, .055);
  }
}

.compliance-includes {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  margin-bottom: clamp(32px, 4vw, 48px);
  padding: 24px 28px;
  border: 1px solid #d4e3f0;
  border-radius: 16px;
  background: #eaf4fc;
}

.compliance-includes h3 {
  color: #1b568d;
  font-size: .83rem;
  letter-spacing: .12em;
}

.compliance-includes h3 span {
  display: block;
}

.compliance-includes ul {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compliance-includes li {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
  min-height: 44px;
  padding: 0 14px;
  border-left: 1px solid rgba(119, 174, 224, .28);
  color: #284b6d;
  font-size: .82rem;
  font-weight: 750;
  line-height: 1.35;
}

.compliance-type-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, .76);
}

.compliance-type-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.compliance-process-panel {
  margin-bottom: 22px;
  padding: clamp(25px, 3vw, 34px) clamp(28px, 4vw, 46px);
  border: 1px solid #d7e4ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 12px rgba(17, 53, 87, .055);
}

.compliance-flow-head {
  margin-bottom: clamp(22px, 3vw, 30px);
  text-align: center;
}

.compliance-flow-head .eyebrow {
  margin-bottom: 0;
}

.compliance-flow {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin: 0;
}

.compliance-flow::before {
  position: absolute;
  top: 25px;
  right: 16.666%;
  left: 16.666%;
  height: 2px;
  content: "";
  background: #bdd7ed;
}

.compliance-flow li {
  z-index: 1;
  padding-inline: 10px;
}

.compliance-flow li:not(:last-child)::after {
  display: none;
}

.compliance-flow li > span {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px #d8e7f4;
}

.compliance-flow li p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55;
}

.compliance-disclaimer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  max-width: 940px;
  margin: 0 auto clamp(42px, 5vw, 62px);
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.6;
  text-align: center;
}

.compliance-info-icon {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  margin-top: 1px;
  border: 1px solid #9bbfe0;
  border-radius: 50%;
  color: #2b6da8;
  background: #edf6ff;
  font-size: .7rem;
  font-weight: 900;
  font-style: normal;
}

.compliance-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 42px;
  align-items: center;
  padding: clamp(32px, 4vw, 48px);
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(112deg, #061426 0%, #08203c 60%, #0a315b 100%);
}

.compliance-cta-copy {
  position: relative;
  z-index: 1;
  max-width: 830px;
}

.compliance-cta h3 {
  color: #fff;
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
}

.compliance-cta p {
  margin: 12px 0 0;
  color: #c5d7e9;
}

.compliance-cta-button {
  position: relative;
  z-index: 1;
  gap: 10px;
  min-width: 236px;
  border-color: rgba(255, 255, 255, .82);
  color: #0a2b4f;
  background: #f8fbff;
  box-shadow: 0 2px 3px rgba(0, 11, 25, .2), 0 5px 6px rgba(0, 11, 25, .12);
}

.compliance-cta-button:hover {
  background: #edf6ff;
}

.compliance-cta-button:focus-visible {
  outline: 3px solid #80d4ff;
  outline-offset: 3px;
}

.compliance-cta-art {
  position: absolute;
  color: #85c9f5;
  pointer-events: none;
}

.compliance-cta-art svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.15;
  vector-effect: non-scaling-stroke;
}

.compliance-cta-art-document {
  bottom: -48px;
  left: -18px;
  width: 205px;
  height: 170px;
  opacity: .07;
  transform: rotate(-4deg);
}

.compliance-cta-art-globe {
  top: 50%;
  right: -52px;
  width: 250px;
  height: 250px;
  opacity: .11;
  transform: translateY(-50%);
}

@media (prefers-reduced-motion: reduce) {
  .compliance-section .compliance-card-grid article {
    transition: none;
  }

  .compliance-section .compliance-card-grid article:hover {
    transform: none;
  }
}

.markets-section {
  color: #fff;
  background:
    radial-gradient(circle at 50% 45%, rgba(38, 121, 220, .28), transparent 39%),
    #061426;
}

.about-global-map {
  --kfy-hub-x: 77.1%;
  --kfy-hub-y: 32.2%;
  position: relative;
  width: min(100%, 1120px);
  margin: -24px auto 30px;
}

.about-global-map__image {
  display: block;
  width: 100%;
  height: auto;
  opacity: .9;
}

.about-global-hub {
  position: absolute;
  z-index: 2;
  top: var(--kfy-hub-y);
  left: var(--kfy-hub-x);
  width: 0;
  height: 0;
  pointer-events: none;
}

.about-global-hub__point {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, .94);
  border-radius: 50%;
  background: #8fdcff;
  box-shadow:
    0 0 0 5px rgba(143, 220, 255, .25),
    0 0 0 11px rgba(73, 153, 232, .12),
    0 0 20px rgba(111, 205, 255, .8);
  transform: translate(-50%, -50%);
}

.about-global-hub__connector {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 5px;
  width: 64px;
  height: 1.5px;
  background: rgba(111, 205, 255, .82);
  box-shadow: 0 0 7px rgba(111, 205, 255, .48);
  transform: rotate(-58deg);
  transform-origin: left center;
}

.about-global-hub__label {
  position: absolute;
  z-index: 2;
  top: -106px;
  left: 24px;
  display: flex;
  align-items: center;
  width: max-content;
  gap: 10px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(111, 205, 255, .42);
  border-radius: 14px;
  background: rgba(5, 25, 50, .78);
  box-shadow: 0 8px 18px rgba(0, 9, 23, .26);
  backdrop-filter: blur(8px);
}

.about-global-hub__logo {
  display: grid;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  place-items: center;
  border: 1px solid rgba(143, 220, 255, .58);
  border-radius: 50%;
  background: rgba(8, 37, 71, .9);
  box-shadow: 0 0 14px rgba(111, 205, 255, .34);
}

.about-global-hub__logo img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.about-global-hub__text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  white-space: nowrap;
}

.about-global-hub__text strong {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.05;
}

.about-global-hub__location {
  color: #a8dcff;
  font-size: .84rem;
  line-height: 1.2;
}

.about-global-hub__location--mobile {
  display: none;
}

.client-type-grid,
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px;
}

.client-type-grid article {
  min-width: 0;
  padding: 25px 18px;
  border: 1px solid rgba(128, 212, 255, .2);
  border-radius: 16px;
  text-align: center;
  background: rgba(10, 35, 65, .78);
}

.client-type-grid img {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
}

.client-type-grid h3 {
  font-size: 1rem;
}

.workflow-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.workflow-timeline::before {
  position: absolute;
  top: 44px;
  right: 4%;
  left: 4%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #9bc7f2, #2c79d6, #9bc7f2);
}

.workflow-timeline li {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding: 80px 16px 24px;
  border: 1px solid var(--about-line);
  border-radius: 16px;
  background: #fff;
}

.workflow-number {
  position: absolute;
  top: 21px;
  left: 50%;
  z-index: 1;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  transform: translateX(-50%);
  border: 6px solid var(--about-soft);
  border-radius: 50%;
  color: #fff;
  background: var(--about-blue);
  font-size: .72rem;
  font-weight: 900;
}

.workflow-timeline img {
  display: block;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
  padding: 10px;
  border-radius: 50%;
  background: #e8f4ff;
  object-fit: contain;
}

.workflow-timeline h3 {
  display: flex;
  min-height: 5.2em;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
}

.workflow-timeline p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55;
  text-align: left;
}

.advantage-grid article {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding: 32px 24px 28px;
  border-radius: 16px;
  background: #f6f9fd;
}

.advantage-grid article::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 72px;
  height: 3px;
  content: "";
  transform: translateX(-50%);
  border-radius: 0 0 999px 999px;
  background: #68baf2;
}

.advantage-grid img {
  display: block;
  box-sizing: border-box;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  padding: 12px;
  border-radius: 50%;
  background: #e8f4ff;
  object-fit: contain;
}

.advantage-grid h3 {
  display: flex;
  min-height: 2.6em;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  text-align: center;
}

.advantage-grid p {
  width: 100%;
  max-width: 220px;
  margin: 12px auto 0;
  color: var(--muted);
  font-size: .93rem;
  text-align: left;
}

.about-final-cta {
  position: relative;
  display: grid;
  min-height: 450px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--about-dark);
}

.about-final-cta picture,
.about-final-cta picture img,
.about-final-cta-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-final-cta picture img {
  object-fit: cover;
}

.about-final-cta-overlay {
  background: linear-gradient(90deg, rgba(3, 14, 29, .94) 0%, rgba(3, 14, 29, .8) 46%, rgba(3, 14, 29, .35) 100%);
}

.about-final-cta-content {
  position: relative;
  z-index: 1;
}

.about-final-cta-content h2 {
  max-width: 800px;
  margin: 0 0 30px;
  font-size: clamp(2.25rem, 4.4vw, 4.5rem);
}

@media (max-width: 1180px) {
  .about-hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 40px;
  }

  .about-hero-copy h1 {
    font-size: clamp(2.7rem, 5vw, 4.2rem);
  }

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

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

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

  .compliance-includes ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 0;
  }

  .workflow-timeline {
    gap: 10px;
  }

  .workflow-timeline li {
    padding: 76px 10px 20px;
  }

  .workflow-timeline h3 {
    font-size: .88rem;
  }

  .workflow-timeline p {
    font-size: .78rem;
  }
}

@media (max-width: 1023px) {
  .about-global-hub__connector {
    top: -3px;
    right: 5px;
    left: auto;
    width: 56px;
    transform: rotate(40deg);
    transform-origin: right center;
  }

  .about-global-hub__label {
    top: -88px;
    right: 18px;
    left: auto;
    gap: 8px;
    padding: 7px 10px 7px 7px;
  }

  .about-global-hub__logo {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .about-global-hub__logo img {
    width: 32px;
    height: 32px;
  }

  .about-global-hub__text strong {
    font-size: 1.125rem;
  }

  .about-global-hub__location {
    font-size: .78rem;
  }
}

@media (min-width: 960px) and (max-width: 1180px) {
  .service-card {
    min-height: 118px;
    gap: 14px;
    padding: 16px 18px 16px 14px;
  }

  .service-icon-base {
    width: clamp(64px, 6.3vw, 74px);
    height: clamp(64px, 6.3vw, 74px);
    flex-basis: clamp(64px, 6.3vw, 74px);
  }

  .service-icon {
    width: clamp(36px, 3.5vw, 40px);
    height: clamp(36px, 3.5vw, 40px);
  }

  .service-card h3 {
    font-size: clamp(1.03rem, 1.8vw, 1.35rem);
  }
}

@media (max-width: 959px) {
  .compliance-header {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .compliance-header-copy {
    max-width: 760px;
  }

  .compliance-toolkit-visual {
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .services-section .about-section-head {
    margin-bottom: 44px;
  }

  .services-section .about-section-head h2 {
    font-size: clamp(2.25rem, 6.4vw, 3rem);
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(100%, 640px);
    margin-inline: auto;
  }
}

@media (max-width: 767px) {
  .about-global-map {
    margin-top: -12px;
    margin-bottom: 26px;
  }

  .about-global-hub__point {
    width: 10px;
    height: 10px;
    box-shadow:
      0 0 0 4px rgba(143, 220, 255, .24),
      0 0 0 9px rgba(73, 153, 232, .11),
      0 0 16px rgba(111, 205, 255, .72);
  }

  .about-global-hub__connector {
    top: 4px;
    right: 5px;
    width: 44px;
    transform: rotate(-35deg);
  }

  .about-global-hub__label {
    top: 28px;
    right: 24px;
    gap: 7px;
    padding: 6px 9px 6px 6px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
  }

  .about-global-hub__logo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .about-global-hub__logo img {
    width: 27px;
    height: 27px;
  }

  .about-global-hub__text strong {
    font-size: 1rem;
  }

  .about-global-hub__location {
    font-size: .73rem;
  }

  .about-global-hub__location--desktop {
    display: none;
  }

  .about-global-hub__location--mobile {
    display: block;
  }
}

@media (max-width: 800px) {
  .about-hero {
    padding: 52px 0 30px;
  }

  .about-hero::before {
    opacity: .1;
  }

  .about-hero-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-hero-copy {
    max-width: 680px;
  }

  .about-hero-copy h1 {
    max-width: 12ch;
    font-size: clamp(2.65rem, 9vw, 4.3rem);
  }

  .about-hero-media {
    border-radius: 20px;
  }

  .about-section {
    padding: 72px 0;
  }

  .product-line-grid,
  .service-grid,
  .quality-card-grid,
  .client-type-grid,
  .advantage-grid {
    grid-template-columns: 1fr;
  }

  .compliance-section .advantage-grid {
    grid-template-columns: 1fr;
  }

  .compliance-section .compliance-card-grid h3 {
    min-height: 0;
  }

  .compliance-includes {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .compliance-includes h3 span {
    display: inline;
  }

  .compliance-includes h3 span + span {
    margin-left: .35em;
  }

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

  .compliance-includes li:last-child {
    grid-column: 1 / -1;
  }

  .compliance-cta {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .compliance-cta .actions {
    justify-content: flex-start;
  }

  .product-line-card:last-child,
  .service-card:last-child,
  .quality-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .quality-flow {
    grid-template-columns: 1fr;
    gap: 0;
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .quality-flow li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 0 0 24px;
    text-align: left;
  }

  .quality-flow li:not(:last-child)::after {
    top: 48px;
    bottom: 0;
    left: 25px;
    width: 2px;
    height: auto;
  }

  .quality-flow span {
    margin: 0;
  }

  .compliance-flow li p {
    grid-column: 2;
  }

  .compliance-flow::before {
    display: none;
  }

  .compliance-flow li:not(:last-child)::after {
    top: 48px;
    right: auto;
    bottom: 0;
    left: 25px;
    display: block;
    width: 2px;
    height: auto;
    background: #bdd7ed;
  }

  .compliance-disclaimer {
    justify-content: flex-start;
    text-align: left;
  }

  .client-type-grid article {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    text-align: left;
  }

  .client-type-grid img {
    width: 64px;
    height: 64px;
    margin: 0;
  }

  .workflow-timeline {
    grid-template-columns: 1fr;
    width: min(100%, 680px);
    margin-inline: auto;
  }

  .workflow-timeline::before {
    top: 22px;
    right: auto;
    bottom: 22px;
    left: 50%;
    width: 2px;
    height: auto;
    transform: translateX(-50%);
  }

  .workflow-timeline li {
    display: flex;
    padding: 80px 24px 24px;
  }

  .workflow-number {
    top: 21px;
    left: 50%;
    transform: translateX(-50%);
  }

  .workflow-timeline img {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
  }

  .workflow-timeline h3 {
    min-height: 2.6em;
    font-size: 1rem;
  }

  .workflow-timeline p {
    font-size: .88rem;
  }

  .about-final-cta {
    min-height: 620px;
  }

  .about-final-cta-overlay {
    background: linear-gradient(180deg, rgba(3, 14, 29, .92) 0%, rgba(3, 14, 29, .72) 62%, rgba(3, 14, 29, .62) 100%);
  }
}

@media (max-width: 520px) {
  .compliance-header-copy h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
  }

  .compliance-includes {
    padding: 22px 20px;
  }

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

  .compliance-process-panel,
  .compliance-cta {
    padding: 28px 22px;
  }

  .compliance-cta-button {
    width: 100%;
    min-width: 0;
  }

  .process-photo-grid {
    grid-template-columns: 1fr;
  }

  .about-v2 h2 {
    font-size: clamp(2rem, 9.5vw, 2.8rem);
  }

  .about-hero-copy h1 {
    font-size: clamp(2.55rem, 12vw, 3.55rem);
  }

  .about-hero-media img {
    aspect-ratio: 4 / 3;
    object-position: 60% center;
  }

  .product-line-content,
  .quality-card > div,
  .process-photo-card > div {
    padding: 24px;
  }

  .process-photo-card > div {
    min-height: 0;
  }

  .workflow-timeline li {
    display: flex;
    padding: 76px 20px 24px;
  }

  .workflow-timeline img {
    width: 54px;
    height: 54px;
    margin: 0 auto 16px;
    padding: 9px;
  }

  .workflow-timeline p {
    margin-top: 10px;
  }

  .advantage-grid article {
    padding: 26px 22px;
  }

  .advantage-grid img {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    padding: 8px;
  }

  .advantage-grid h3 {
    min-height: 2.6em;
  }

  .about-final-cta-content h2 {
    font-size: clamp(2rem, 10.5vw, 3rem);
  }

  .services-section .about-section-head {
    margin-bottom: 38px;
  }

  .service-grid {
    gap: 14px;
  }

  .service-card {
    min-height: 100px;
    gap: 16px;
    padding: 14px 22px 14px 16px;
  }

  .service-icon-base {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .service-icon {
    width: 34px;
    height: 34px;
  }

  .service-card h3 {
    font-size: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-line-media img {
    transition: none;
  }

  .product-line-card:hover .product-line-media img {
    transform: none;
  }

  .service-card {
    transition: none;
  }

  .service-card:hover {
    transform: none;
  }
}
