/* Premium 2D company hero */
@media (min-width: 1051px) {
  .about-hero-grid { align-items: start !important; min-height: 0 !important; padding-top: 44px !important; padding-bottom: 80px !important; }
  .about-hero-visual { display: flex !important; width: 150% !important; max-width: none !important; min-height: 0 !important; align-self: center; align-items: center; justify-content: center; margin-left: -15% !important; }
  .about-hero-visual picture, .about-hero-visual img { display: block; width: 100% !important; max-width: none !important; height: auto !important; transform: none !important; }
}
@media (max-width: 1050px) {
  .about-hero-visual { display: flex !important; width: 100% !important; max-width: 680px !important; min-height: 0 !important; align-items: center; justify-content: center; margin: 48px auto 0 !important; transform: none !important; }
  .about-hero-visual picture, .about-hero-visual img { display: block; width: 100% !important; max-width: 100% !important; height: auto !important; transform: none !important; }
}

.about-symbols {
  position: absolute;
  overflow: hidden;
}
.about-wrap {
  width: min(1180px, 88%);
  margin-inline: auto;
}
.about-eyebrow {
  margin: 0 0 18px;
  color: #126bff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.about-section-heading h2 {
  max-width: 650px;
  margin: 0;
  color: #071b35;
  font:
    650 clamp(36px, 4.25vw, 58px)/1.08 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: -0.035em;
}
.about-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 38%, #d8edff 0, transparent 27%),
    linear-gradient(120deg, #fff 0, #f4f9ff 57%, #edf6ff 100%);
}
.about-hero:before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#126bff0d 1px, transparent 1px),
    linear-gradient(90deg, #126bff0d 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(90deg, transparent 35%, #000);
}
.about-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
  align-items: center;
  gap: 70px;
  min-height: 690px;
  padding-block: 85px;
}
.breadcrumbs {
  display: flex;
  gap: 9px;
  margin-bottom: 40px;
  color: #6b7b91;
  font-size: 12px;
}
.breadcrumbs a:hover {
  color: #126bff;
}
.about-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #071b35;
  font:
    650 clamp(48px, 5.5vw, 76px)/1.025 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: -0.045em;
}
.about-hero h1 span {
  color: #126bff;
}
.about-lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: #53657b;
  font-size: 18px;
  line-height: 1.75;
}
.about-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 35px;
}
.about-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 50px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 850;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.about-button:hover {
  transform: translateY(-2px);
}
.about-button svg,
.about-text-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.about-button-primary {
  background: linear-gradient(135deg, #126bff, #084dbd);
  box-shadow: 0 12px 26px #126bff2b;
  color: #fff;
}
.about-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #126bff55;
  color: #0b5fdc;
  font-size: 13px;
  font-weight: 850;
}
.about-hero-visual {
  position: relative;
  min-height: 490px;
}
.hero-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #126bff38;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.hero-orbit-one {
  width: 390px;
  height: 390px;
}
.hero-orbit-two {
  width: 270px;
  height: 270px;
  border-style: dashed;
}
.hero-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: flex;
  width: 215px;
  height: 215px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  border: 7px solid #ffffff42;
  border-radius: 50%;
  background: linear-gradient(145deg, #0b6ff5, #072b62);
  box-shadow: 0 30px 65px #06478b47;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}
.hero-core img {
  width: 88px;
  margin-bottom: 13px;
  opacity: 0.24;
}
.hero-core strong {
  font:
    650 23px/1.1 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
.hero-core span {
  margin-top: 11px;
  color: #cfe6ff;
  font-size: 9px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero-node {
  position: absolute;
  z-index: 3;
  display: flex;
  min-width: 124px;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  border: 1px solid #c9dcf0;
  border-radius: 9px;
  background: #fffffff2;
  box-shadow: 0 12px 30px #0d38651c;
  color: #142e4e;
}
.hero-node b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 6px;
  background: #e8f3ff;
  color: #126bff;
  font-size: 10px;
}
.hero-node span {
  font-size: 12px;
  font-weight: 800;
}
.node-people {
  top: 36px;
  left: 34px;
}
.node-process {
  top: 95px;
  right: -10px;
}
.node-systems {
  right: 8px;
  bottom: 69px;
}
.node-goals {
  bottom: 16px;
  left: 45px;
}
.hero-signal {
  position: absolute;
  color: #126bff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.hero-signal-one {
  top: 15px;
  right: 70px;
}
.hero-signal-two {
  top: 49%;
  left: -4px;
  transform: rotate(-90deg);
}
.hero-signal-three {
  right: 83px;
  bottom: 8px;
}
.about-intro {
  padding: 115px 0;
  background: #fff;
}
.about-intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}
.about-prose {
  padding-top: 5px;
  color: #52647a;
  font-size: 16px;
}
.about-prose p {
  margin: 0 0 22px;
}
.about-prose-lead {
  color: #122c4c !important;
  font-size: 21px !important;
  line-height: 1.6;
}
.about-belief {
  padding: 58px 0;
  background: #071b35;
  color: #fff;
}
.belief-grid {
  display: grid;
  grid-template-columns: 180px 1fr 100px;
  align-items: center;
  gap: 50px;
}
.belief-grid > p,
.belief-grid > span {
  margin: 0;
  color: #6fcfe4;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.belief-grid blockquote {
  margin: 0;
  font:
    500 clamp(25px, 3vw, 39px)/1.35 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
}
.belief-grid > span {
  text-align: right;
}
.about-approach {
  padding: 115px 0;
  background: #f4f8fc;
}
.approach-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 90px;
  align-items: end;
}
.approach-heading > p {
  margin: 0 0 5px;
  color: #5c6d81;
  font-size: 16px;
}
.approach-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
  border: 1px solid #d7e3ee;
  background: #fff;
}
.approach-grid article {
  position: relative;
  min-height: 320px;
  padding: 35px 29px;
  border-right: 1px solid #d7e3ee;
}
.approach-grid article:last-child {
  border-right: 0;
}
.approach-number {
  color: #8495a8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.approach-grid svg {
  display: block;
  width: 38px;
  height: 38px;
  margin: 48px 0 25px;
  fill: none;
  stroke: #126bff;
  stroke-width: 1.5;
}
.approach-grid h3 {
  margin: 0 0 13px;
  color: #0b2545;
  font-size: 19px;
}
.approach-grid p {
  margin: 0;
  color: #637489;
  font-size: 13px;
}
.about-strengths {
  padding: 0;
  background: #fff;
}
.strengths-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  min-height: 560px;
}
.strengths-panel {
  position: relative;
  min-width: 0;
  padding: 78px 64px;
  background: linear-gradient(145deg, #0b6ff5, #072b62);
  color: #fff;
}
.strengths-panel:before {
  position: absolute;
  right: 35px;
  bottom: 22px;
  color: #ffffff0b;
  font:
    bold 220px/1 Arial,
    sans-serif;
  content: "T";
}
.strengths-panel .about-eyebrow {
  color: #74d6e5;
}
.strengths-panel h2 {
  position: relative;
  max-width: 480px;
  margin: 0;
  color: #fff;
  font:
    650 clamp(36px, 4vw, 55px)/1.1 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: -0.035em;
}
.strengths-panel > p:not(.about-eyebrow) {
  position: relative;
  max-width: 490px;
  margin: 27px 0;
  color: #cfe2f6;
  font-size: 15px;
}
.about-text-link-light {
  position: relative;
  margin-top: 18px;
  border-color: #ffffff55;
  color: #fff;
}
.strength-list {
  display: grid;
  min-width: 0;
  align-content: center;
  padding: 48px 40px 48px 64px;
}
.strength-list article {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 23px 0;
  border-bottom: 1px solid #dce5ee;
}
.strength-list article:last-child {
  border-bottom: 0;
}
.strength-list > article > span {
  padding-top: 3px;
  color: #126bff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}
.strength-list h3 {
  margin: 0 0 7px;
  color: #0a2443;
  font-size: 18px;
}
.strength-list p {
  max-width: 440px;
  margin: 0;
  color: #65768a;
  font-size: 13px;
}
.about-global {
  padding: 115px 0;
  background: #f7fafc;
}
.global-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.global-intro > div:last-child {
  color: #5c6d81;
  font-size: 15px;
}
.global-intro > div:last-child p {
  margin: 0 0 18px;
}
.global-story {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 22px;
  margin-top: 64px;
}
.toqsoft-engineering,
.toqxcel-network {
  position: relative;
  min-width: 0;
  border-radius: 18px;
}
.toqsoft-engineering {
  overflow: hidden;
  padding: 42px;
  background:
    radial-gradient(circle at 92% 8%, #1c8cff55 0, transparent 31%),
    linear-gradient(145deg, #0b63dd, #061f47 82%);
  color: #fff;
}
.toqsoft-engineering:after {
  position: absolute;
  right: -56px;
  bottom: -72px;
  width: 250px;
  height: 250px;
  border: 1px solid #72dbea35;
  border-radius: 50%;
  content: "";
}
.engineering-brand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 17px;
}
.engineering-mark {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 3px solid #ffffff45;
  border-radius: 50%;
  background: #06326f;
  box-shadow: 0 0 0 7px #25c5e31f;
  color: #fff;
  font: italic 800 39px/1 Georgia, serif;
}
.engineering-brand p {
  margin: 0 0 5px;
  color: #76dbea;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.engineering-brand h3 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.22;
}
.engineering-summary {
  position: relative;
  z-index: 1;
  margin: 30px 0;
  color: #d8e8f8;
  font-size: 14px;
  line-height: 1.75;
}
.engineering-capabilities {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.engineering-capabilities span {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 10px 11px;
  border: 1px solid #ffffff1f;
  border-radius: 9px;
  background: #ffffff0c;
  color: #edf7ff;
  font-size: 11px;
  font-weight: 720;
}
.engineering-capabilities b {
  color: #67d7e8;
  font-size: 9px;
  letter-spacing: 0.08em;
}
.toqsoft-engineering .about-text-link {
  margin-top: 28px;
}
.toqxcel-network {
  padding: 32px 34px 28px;
  border: 1px solid #cfe1ef;
  background:
    radial-gradient(circle at 78% 22%, #d8f5ff 0, transparent 27%),
    linear-gradient(145deg, #fff, #eef7ff);
}
.toqxcel-brandline {
  display: flex;
  align-items: center;
  gap: 22px;
}
.toqxcel-brandline img {
  width: 184px;
  height: auto;
}
.toqxcel-brandline div {
  padding-left: 22px;
  border-left: 1px solid #bed5e8;
}
.toqxcel-brandline span,
.toqxcel-brandline strong {
  display: block;
}
.toqxcel-brandline span {
  color: #0c70d1;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.toqxcel-brandline strong {
  margin-top: 6px;
  color: #102f52;
  font-size: 14px;
}
.global-network-visual {
  display: block;
  width: 112%;
  margin: 6px -6% -12px;
}
.global-network-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.region-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.region-links > a,
.region-links > div {
  display: grid;
  min-width: 0;
  grid-template-columns: 32px minmax(0, 1fr);
  padding: 10px;
  border: 1px solid #d4e3ef;
  border-radius: 9px;
  background: #ffffffd9;
}
.region-links span {
  grid-row: 1 / 3;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 6px;
  background: #e5f3ff;
  color: #0872d4;
  font-size: 8px;
  font-weight: 900;
}
.region-links strong,
.region-links small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.region-links strong {
  color: #133252;
  font-size: 10px;
}
.region-links small {
  color: #73879a;
  font-size: 8px;
}
.region-links a:hover {
  border-color: #65aeea;
  transform: translateY(-2px);
}
.region-africa {
  border-color: #51b9d3 !important;
  background: #eafcff !important;
}
.south-africa-highlight {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  align-items: center;
  gap: 55px;
  margin-top: 24px;
  padding: 42px 48px;
  border-left: 5px solid #21b9d4;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 45px #143c6410;
}
.south-africa-copy .about-eyebrow {
  margin-bottom: 12px;
}
.south-africa-copy h3 {
  margin: 0 0 14px;
  color: #0d2949;
  font:
    650 clamp(26px, 3vw, 38px)/1.15 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: -0.025em;
}
.south-africa-copy > p:last-child {
  max-width: 720px;
  margin: 0;
  color: #607286;
  font-size: 14px;
}
.igs-brand {
  position: relative;
  padding: 22px 24px;
  border: 1px solid #cddce8;
  border-radius: 12px;
  background: #f4f1e8;
  text-align: center;
}
.igs-brand img {
  display: block;
  width: 100%;
  height: auto;
}
.igs-brand span {
  display: inline-block;
  margin-top: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #06679a;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.global-note {
  margin: 30px 0 0;
  color: #718195;
  font-size: 12px;
  text-align: center;
}
.global-note a {
  color: #126bff;
  font-weight: 800;
}
.about-values {
  padding: 105px 0;
  background: #fff;
}
.values-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 90px;
}
.value-list {
  border-top: 1px solid #dce6ef;
}
.value-list article {
  display: grid;
  grid-template-columns: 55px 1fr;
  align-items: center;
  padding: 19px 0;
  border-bottom: 1px solid #dce6ef;
}
.value-list span {
  color: #126bff;
  font-size: 10px;
  font-weight: 900;
}
.value-list h3 {
  margin: 0;
  color: #132e4e;
  font-size: 16px;
}
.about-button-outline {
  align-self: end;
  justify-self: start;
  border-color: #a9c6e1;
  color: #0b5fdc;
}
.about-cta {
  padding: 90px 0;
  background: linear-gradient(125deg, #092f62, #0b6ff5);
  color: #fff;
}
.cta-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 100px;
  align-items: center;
}
.cta-inner .about-eyebrow {
  color: #75d9e8;
}
.cta-inner h2 {
  max-width: 700px;
  margin: 0;
  font:
    650 clamp(36px, 4vw, 56px)/1.08 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  letter-spacing: -0.035em;
}
.cta-inner > div:last-child p {
  margin: 0 0 27px;
  color: #d3e5f7;
}
.about-button-white {
  background: #fff;
  color: #0b5fdc;
}
@media (max-width: 1050px) {
  .about-hero-grid {
    grid-template-columns: 1fr 0.85fr;
    gap: 25px;
  }
  .about-hero-visual {
    transform: scale(0.86);
  }
  .approach-grid {
    grid-template-columns: 1fr 1fr;
  }
  .approach-grid article:nth-child(2) {
    border-right: 0;
  }
  .approach-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid #d7e3ee;
  }
  .strengths-grid {
    width: 100%;
  }
  .strengths-panel {
    padding: 68px 6vw;
  }
  .strength-list {
    padding: 45px 6vw;
  }
  .global-story {
    grid-template-columns: 1fr;
  }
  .toqxcel-network {
    padding-inline: 5vw;
  }
  .south-africa-highlight {
    grid-template-columns: 1fr 280px;
  }
}
@media (max-width: 780px) {
  .about-wrap {
    width: min(90%, 680px);
  }
  .about-hero-grid {
    display: block;
    min-height: auto;
    padding-block: 60px 70px;
  }
  .breadcrumbs {
    margin-bottom: 28px;
  }
  .about-hero h1 {
    font-size: clamp(43px, 12vw, 62px);
  }
  .about-hero-visual {
    max-width: 510px;
    margin: 60px auto 0;
    transform: none;
  }
  .about-intro,
  .about-approach,
  .about-global,
  .about-values {
    padding: 80px 0;
  }
  .about-intro-grid,
  .approach-heading,
  .global-intro,
  .values-grid,
  .cta-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .belief-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .belief-grid > span {
    text-align: left;
  }
  .strengths-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .strengths-panel {
    padding: 75px 7vw;
  }
  .strength-list {
    padding: 45px 7vw;
  }
  .global-story {
    gap: 18px;
  }
  .region-links {
    grid-template-columns: 1fr 1fr;
  }
  .south-africa-highlight {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 36px 7vw;
  }
  .igs-brand {
    max-width: 360px;
  }
  .cta-inner {
    gap: 30px;
  }
}
@media (max-width: 560px) {
  .about-hero-visual {
    min-height: 420px;
    transform: scale(0.82);
    transform-origin: center;
  }
  .about-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .approach-grid {
    grid-template-columns: 1fr;
  }
  .approach-grid article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #d7e3ee !important;
  }
  .approach-grid article:last-child {
    border-bottom: 0 !important;
  }
  .approach-grid svg {
    margin: 32px 0 20px;
  }
  .hero-node {
    min-width: 108px;
  }
  .node-process {
    right: 0;
  }
  .node-systems {
    right: 0;
  }
  .values-grid {
    gap: 35px;
  }
  .toqsoft-engineering {
    padding: 34px 25px;
  }
  .engineering-capabilities {
    grid-template-columns: 1fr;
  }
  .toqxcel-brandline {
    align-items: flex-start;
    flex-direction: column;
  }
  .toqxcel-brandline div {
    padding: 14px 0 0;
    border-top: 1px solid #bed5e8;
    border-left: 0;
  }
  .global-network-visual {
    width: 118%;
    margin-inline: -9%;
  }
  .about-cta {
    padding: 70px 0;
  }
}
