:root {
  --page-width: 1680px;
  --container: 1680px;
  --primary: #0057d9;
  --primary-hover: #0048b8;
  --icon-blue: var(--accent, #0a5cff);
  --navy: #071a3d;
  --footer: #002b5c;
  --footer-dark: #001d3f;
  --bg: #f6f9fd;
  --surface: #ffffff;
  --text: #071a3d;
  --muted: #4d5d78;
  --subtle: #7b879c;
  --border: #dde6f2;
  --border-light: #edf2f8;
  --shadow-card: 0 8px 24px rgba(7, 26, 61, 0.08);
  --shadow-float: 0 16px 40px rgba(7, 26, 61, 0.14);
  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Noto Sans SC", Arial, sans-serif;
}

/* Services page visual calibration against the supplied reference. */
.services-page-hero .industry-hero-bg img {
  object-position: 58% center;
}

.services-page-hero .industry-hero-inner {
  padding-top: 112px;
  padding-bottom: 112px;
}

.services-page-hero h1 {
  max-width: 660px;
  font-size: clamp(44px, 4.1vw, 62px);
  line-height: 1.08;
}

.services-page-hero p {
  max-width: 560px;
}

.services-page-hero .industry-hero-actions .btn-primary,
.services-page-hero .industry-hero-actions .btn-primary:hover,
.services-page-hero .industry-hero-actions .btn-primary:focus-visible,
.services-cta .industry-cta-inner > a,
.services-cta .industry-cta-inner > a:hover,
.services-cta .industry-cta-inner > a:focus-visible {
  border-color: #ff6b00 !important;
  background: #ff6b00 !important;
  color: #fff !important;
}

.services-page-hero + .services-proofbar {
  margin-top: -46px;
}

.services-proofbar {
  min-height: 90px;
  border-radius: 8px;
}

.services-proofbar article {
  min-height: 90px;
  gap: 18px;
}

.services-proofbar svg {
  width: 34px;
  height: 34px;
}

.service-page-section.service-architecture {
  padding-top: 42px;
  padding-bottom: 22px;
}

.service-architecture-grid {
  grid-template-columns: minmax(300px, .5fr) minmax(0, 1.5fr);
  gap: 36px;
}

.service-intro h2 {
  font-size: 30px;
}

.service-intro p {
  max-width: 290px;
  margin-bottom: 20px;
}

.service-architecture-visual {
  width: 286px;
  height: 132px;
}

.service-architecture-visual img {
  object-position: 50% 58%;
}

.service-mode-grid {
  gap: 16px;
}

.service-mode-grid article {
  min-height: 234px;
  padding: 22px 14px 20px;
  border-color: #dce7f4;
  background: #fff;
}

.service-mode-grid svg {
  width: 52px;
  height: 52px;
}

.service-mode-grid h3 {
  margin-top: 18px;
  font-size: 18px;
}

.service-mode-grid p {
  font-size: 13px;
}

.service-section-head.centered {
  margin-bottom: 20px;
}

.service-need-grid {
  gap: 12px;
}

.service-need-grid article,
.service-need-grid article:nth-child(1),
.service-need-grid article:nth-child(2),
.service-need-grid article:nth-child(3),
.service-need-grid article:nth-child(4) {
  min-height: 174px;
  justify-content: flex-start;
  padding: 18px 18px 16px;
  border: 0;
  background-color: #edf3fa;
  background-size: cover;
  background-position: center;
}

.service-need-grid article:nth-child(1) {
  background-image:
    linear-gradient(90deg, rgba(242, 247, 253, .92) 0%, rgba(242, 247, 253, .68) 46%, rgba(242, 247, 253, .1) 100%),
    url("../images/hero-ship1-4k.jpg");
}

.service-need-grid article:nth-child(2) {
  background-image:
    linear-gradient(90deg, rgba(242, 247, 253, .92) 0%, rgba(242, 247, 253, .68) 46%, rgba(242, 247, 253, .1) 100%),
    url("../images/real-port-loading.jpg");
}

.service-need-grid article:nth-child(3) {
  background-image:
    linear-gradient(90deg, rgba(242, 247, 253, .92) 0%, rgba(242, 247, 253, .68) 46%, rgba(242, 247, 253, .1) 100%),
    url("../images/real-contact-operations.jpg");
}

.service-need-grid article:nth-child(4) {
  background-image:
    linear-gradient(90deg, rgba(242, 247, 253, .92) 0%, rgba(242, 247, 253, .68) 46%, rgba(242, 247, 253, .1) 100%),
    url("../images/real-truck-detail.jpg");
}

.service-need-grid svg {
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  color: var(--navy);
}

.service-need-grid h3 {
  max-width: 185px;
  font-size: 16px;
  line-height: 1.18;
}

.service-need-grid p {
  max-width: 190px;
  color: #415676;
  font-size: 12.5px;
}

.service-icon-strip,
.service-value-strip {
  border-top: 1px solid #dfe8f4;
  border-bottom: 1px solid #dfe8f4;
}

.service-trade-lanes {
  padding-top: 34px;
}

.services-cta {
  padding-top: 26px;
}

.services-cta .industry-cta-inner {
  min-height: 104px;
  border-radius: 8px;
}

.services-cta .industry-cta-inner > a {
  border-radius: 999px;
}

@media (max-width: 760px) {
  .services-page-hero {
    min-height: 430px;
  }

  .services-page-hero .industry-hero-inner {
    padding-top: 72px;
    padding-bottom: 30px;
  }

  .services-page-hero h1 {
    font-size: clamp(28px, 7.4vw, 34px);
  }

  .services-page-hero + .services-proofbar {
    margin-top: 16px;
  }

  .service-architecture-visual {
    width: 100%;
    height: 142px;
  }

  .service-need-grid article,
  .service-need-grid article:nth-child(1),
  .service-need-grid article:nth-child(2),
  .service-need-grid article:nth-child(3),
  .service-need-grid article:nth-child(4) {
    min-height: 144px;
    padding: 13px 12px;
    background-image:
      linear-gradient(90deg, rgba(248, 251, 255, .94) 0%, rgba(248, 251, 255, .72) 58%, rgba(248, 251, 255, .32) 100%),
      var(--bg);
  }

  .service-need-grid svg {
    width: 23px;
    height: 23px;
    margin-bottom: 8px;
  }

  .service-need-grid h3 {
    max-width: 130px;
    font-size: 13.5px;
  }

  .service-need-grid p {
    max-width: 130px;
    font-size: 11.5px;
  }

  .services-cta .industry-cta-inner > a {
    border-radius: var(--radius-sm);
  }
}

/* Services page final reference pass. Keep this block at the end so older
   recovery overrides cannot win over the 1680-wide design. */
.services-page-hero {
  min-height: 455px !important;
}

.services-page-hero .industry-hero-inner {
  min-height: 455px !important;
  padding-top: 92px !important;
  padding-bottom: 86px !important;
}

.services-page-hero h1 {
  max-width: 980px !important;
  font-size: clamp(40px, 2.65vw, 46px) !important;
  line-height: 1.12 !important;
}

.services-page-hero p {
  max-width: 610px !important;
  margin-top: 18px !important;
  font-size: 18px !important;
  line-height: 1.48 !important;
}

.quote-btn.quote-orange,
.quote-btn.quote-orange:hover,
.quote-btn.quote-orange:focus-visible,
.services-cta .industry-cta-inner > a,
.services-cta .industry-cta-inner > a:hover,
.services-cta .industry-cta-inner > a:focus-visible {
  border-color: #ff6b00 !important;
  background: #ff6b00 !important;
  color: #fff !important;
}

.services-page-hero + .services-proofbar {
  margin-top: -46px !important;
}

.services-proofbar {
  min-height: 90px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 18px 42px rgba(5, 31, 67, .14) !important;
}

.services-proofbar article {
  min-height: 90px !important;
  gap: 18px !important;
}

.services-proofbar svg {
  width: 34px !important;
  height: 34px !important;
}

.services-layout {
  align-items: start !important;
  grid-template-columns: minmax(260px, .9fr) repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  padding-top: 72px !important;
}

.service-architecture-intro {
  min-width: 0 !important;
}

.service-architecture-intro p {
  max-width: 330px !important;
}

.service-architecture-visual {
  width: 330px !important;
  max-width: 100% !important;
  height: 160px !important;
  margin-top: 24px !important;
  border-radius: 0 !important;
}

.service-mode-grid {
  display: contents !important;
}

.service-mode-grid article {
  min-height: 264px !important;
  padding: 34px 18px 26px !important;
  border-radius: 0 !important;
  border: 1px solid #dbe6f4 !important;
  box-shadow: none !important;
}

.service-mode-grid svg {
  width: 54px !important;
  height: 54px !important;
}

.service-mode-grid h3 {
  font-size: 18px !important;
}

.service-mode-grid p {
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.service-need-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.service-need-grid article,
.service-need-grid article:nth-child(1),
.service-need-grid article:nth-child(2),
.service-need-grid article:nth-child(3),
.service-need-grid article:nth-child(4) {
  min-height: 168px !important;
  padding: 22px 22px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-size: cover !important;
  background-position: center !important;
}

.service-need-grid article::before {
  opacity: .52 !important;
}

.service-need-grid h3,
.service-need-grid p {
  color: var(--navy) !important;
}

.service-need-grid h3 {
  max-width: 190px !important;
  font-size: 15px !important;
}

.service-need-grid p {
  max-width: 190px !important;
  font-size: 12px !important;
}

.service-trade-grid {
  grid-template-columns: minmax(0, 1.48fr) minmax(300px, .72fr) !important;
  gap: 38px !important;
}

.service-map-card {
  min-height: 292px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible !important;
}

.service-map-card .world-map-art {
  transform: scale(1.2) !important;
}

.services-cta {
  padding-top: 34px !important;
}

.services-cta .industry-cta-inner {
  min-height: 118px !important;
  border-radius: 8px !important;
  grid-template-columns: 80px minmax(0, 1fr) 250px !important;
  padding: 22px 34px !important;
}

.services-cta .industry-cta-inner > a,
.services-cta .industry-cta-inner > a:hover {
  min-height: 54px !important;
  min-width: 228px !important;
  border-radius: 999px !important;
}

@media (max-width: 900px) {
  .services-page-hero {
    min-height: 430px !important;
  }

  .services-page-hero .industry-hero-inner {
    min-height: 430px !important;
    padding-top: 74px !important;
    padding-bottom: 34px !important;
  }

  .services-page-hero h1 {
    max-width: 100% !important;
    font-size: clamp(28px, 7.1vw, 34px) !important;
  }

  .services-page-hero p {
    font-size: 16px !important;
  }

  .services-page-hero + .services-proofbar {
    margin-top: 16px !important;
  }

  .services-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding-top: 44px !important;
  }

  .service-architecture-visual {
    width: 100% !important;
    height: 150px !important;
  }

  .service-mode-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .service-mode-grid article {
    min-height: 172px !important;
    padding: 18px 10px 16px !important;
  }

  .service-mode-grid svg {
    width: 34px !important;
    height: 34px !important;
  }

  .service-mode-grid h3 {
    font-size: 15px !important;
  }

  .service-mode-grid p {
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .service-need-grid,
  .service-icon-strip,
  .service-value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .service-need-grid article,
  .service-need-grid article:nth-child(1),
  .service-need-grid article:nth-child(2),
  .service-need-grid article:nth-child(3),
  .service-need-grid article:nth-child(4) {
    min-height: 142px !important;
    padding: 14px 12px !important;
  }

  .service-need-grid h3 {
    font-size: 13px !important;
    max-width: 132px !important;
  }

  .service-need-grid p {
    font-size: 11px !important;
    max-width: 132px !important;
  }

  .service-trade-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .service-map-card {
    min-height: 210px !important;
    overflow: hidden !important;
  }

  .service-map-card .world-map-art {
    transform: none !important;
  }

  .services-cta .industry-cta-inner {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 30px 24px !important;
  }

  .services-cta .industry-cta-inner > a,
  .services-cta .industry-cta-inner > a:hover {
    width: 100% !important;
    min-width: 0 !important;
    border-radius: 8px !important;
  }
}

/* Absolute last services hero tuning for the 1680-wide layout. */
.services-page-hero {
  min-height: 455px !important;
}

.services-page-hero .industry-hero-inner {
  min-height: 455px !important;
  padding-top: 92px !important;
  padding-bottom: 86px !important;
}

.services-page-hero h1 {
  max-width: 900px !important;
  font-size: clamp(40px, 2.8vw, 48px) !important;
  line-height: 1.12 !important;
}

.services-page-hero p {
  max-width: 610px !important;
  margin-top: 18px !important;
  font-size: 18px !important;
  line-height: 1.48 !important;
}

.quote-btn.quote-orange,
.quote-btn.quote-orange:hover,
.quote-btn.quote-orange:focus-visible,
.services-page-hero .industry-hero-actions .btn-primary,
.services-page-hero .industry-hero-actions .btn-primary:hover,
.services-page-hero .industry-hero-actions .btn-primary:focus-visible,
.services-cta .industry-cta-inner > a,
.services-cta .industry-cta-inner > a:hover,
.services-cta .industry-cta-inner > a:focus-visible {
  border-color: #ff6b00 !important;
  background: #ff6b00 !important;
  color: #fff !important;
}

@media (max-width: 760px) {
  .services-page-hero {
    min-height: 390px !important;
  }

  .services-page-hero .industry-hero-inner {
    min-height: 0 !important;
    padding-top: 64px !important;
    padding-bottom: 26px !important;
  }

  .services-page-hero h1 {
    max-width: 100% !important;
    font-size: clamp(26px, 7vw, 32px) !important;
  }

  .services-page-hero p {
    margin-top: 12px !important;
    font-size: 13px !important;
  }
}

/* Absolute last services hero tuning for the 1680-wide layout. */
.services-page-hero {
  min-height: 455px !important;
}

.services-page-hero .industry-hero-inner {
  min-height: 455px !important;
  padding-top: 92px !important;
  padding-bottom: 86px !important;
}

.services-page-hero h1 {
  max-width: 900px !important;
  font-size: clamp(40px, 2.8vw, 48px) !important;
  line-height: 1.12 !important;
}

.services-page-hero p {
  max-width: 610px !important;
  margin-top: 18px !important;
  font-size: 18px !important;
  line-height: 1.48 !important;
}

.quote-btn.quote-orange,
.quote-btn.quote-orange:hover,
.quote-btn.quote-orange:focus-visible,
.services-page-hero .industry-hero-actions .btn-primary,
.services-page-hero .industry-hero-actions .btn-primary:hover,
.services-page-hero .industry-hero-actions .btn-primary:focus-visible,
.services-cta .industry-cta-inner > a,
.services-cta .industry-cta-inner > a:hover,
.services-cta .industry-cta-inner > a:focus-visible {
  border-color: #ff6b00 !important;
  background: #ff6b00 !important;
  color: #fff !important;
}

@media (max-width: 760px) {
  .services-page-hero {
    min-height: 390px !important;
  }

  .services-page-hero .industry-hero-inner {
    min-height: 0 !important;
    padding-top: 64px !important;
    padding-bottom: 26px !important;
  }

  .services-page-hero h1 {
    max-width: 100% !important;
    font-size: clamp(26px, 7vw, 32px) !important;
  }

  .services-page-hero p {
    margin-top: 12px !important;
    font-size: 13px !important;
  }
}

/* Absolute last services hero tuning for the 1680-wide layout. */
.services-page-hero {
  min-height: 455px !important;
}

.services-page-hero .industry-hero-inner {
  min-height: 455px !important;
  padding-top: 92px !important;
  padding-bottom: 86px !important;
}

.services-page-hero h1 {
  max-width: 900px !important;
  font-size: clamp(40px, 2.8vw, 48px) !important;
  line-height: 1.12 !important;
}

.services-page-hero p {
  max-width: 610px !important;
  margin-top: 18px !important;
  font-size: 18px !important;
  line-height: 1.48 !important;
}

.quote-btn.quote-orange,
.quote-btn.quote-orange:hover,
.quote-btn.quote-orange:focus-visible,
.services-page-hero .industry-hero-actions .btn-primary,
.services-page-hero .industry-hero-actions .btn-primary:hover,
.services-page-hero .industry-hero-actions .btn-primary:focus-visible,
.services-cta .industry-cta-inner > a,
.services-cta .industry-cta-inner > a:hover,
.services-cta .industry-cta-inner > a:focus-visible {
  border-color: #ff6b00 !important;
  background: #ff6b00 !important;
  color: #fff !important;
}

@media (max-width: 760px) {
  .services-page-hero {
    min-height: 390px !important;
  }

  .services-page-hero .industry-hero-inner {
    min-height: 0 !important;
    padding-top: 64px !important;
    padding-bottom: 26px !important;
  }

  .services-page-hero h1 {
    max-width: 100% !important;
    font-size: clamp(26px, 7vw, 32px) !important;
  }

  .services-page-hero p {
    margin-top: 12px !important;
    font-size: 13px !important;
  }
}

/* Final 1680-wide services reference tuning. */
.services-page-hero {
  min-height: 455px;
}

.services-page-hero .industry-hero-inner {
  min-height: 455px;
  padding-top: 92px;
  padding-bottom: 86px;
}

.services-page-hero h1 {
  max-width: 960px;
  font-size: clamp(40px, 2.9vw, 50px);
  line-height: 1.12;
}

.services-page-hero p {
  max-width: 610px;
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.48;
}

.services-page-hero .industry-hero-actions {
  margin-top: 30px;
}

.services-page-hero .industry-hero-actions .btn {
  min-height: 52px;
  padding-inline: 30px;
}

.services-page-hero + .services-proofbar {
  margin-top: -42px;
}

.service-page-section.service-architecture {
  padding-top: 48px;
}

.service-trade-grid {
  grid-template-columns: minmax(0, 1.5fr) minmax(360px, .64fr);
  gap: 62px;
}

.service-map-card {
  min-height: 330px;
}

.service-map-card #worldNetworkMap.world-map {
  transform: scale(1.18);
  transform-origin: center center;
}

.service-value-strip {
  margin-top: 8px;
}

.service-page-section:has(.service-value-strip) .service-section-head {
  justify-content: center;
  text-align: center;
}

.service-page-section:has(.service-value-strip) .service-section-head h2::after {
  margin-inline: auto;
}

@media (min-width: 761px) and (max-width: 1180px) {
  .services-page-hero {
    min-height: 440px;
  }

  .services-page-hero .industry-hero-inner {
    min-height: 440px;
    padding-top: 82px;
    padding-bottom: 80px;
  }

  .services-page-hero h1 {
    max-width: 700px;
    font-size: clamp(38px, 4vw, 46px);
  }

  .services-page-hero p {
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  .services-page-hero {
    min-height: 390px;
  }

  .services-page-hero .industry-hero-inner {
    min-height: 0;
    padding-top: 64px;
    padding-bottom: 26px;
  }

  .services-page-hero h1 {
    max-width: 100%;
    font-size: clamp(26px, 7vw, 32px);
  }

  .services-page-hero p {
    margin-top: 12px;
    font-size: 13px;
  }

  .services-page-hero .industry-hero-actions {
    margin-top: 18px;
  }

  .services-page-hero .industry-hero-actions .btn {
    min-height: 42px;
    padding-inline: 10px;
  }

  .service-map-card #worldNetworkMap.world-map {
    transform: none;
  }
}

/* Keep the services reference layout intact on narrow desktop/tablet widths. */
@media (min-width: 761px) and (max-width: 1180px) {
  .service-architecture-grid {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 28px;
  }

  .service-intro h2 {
    font-size: 27px;
  }

  .service-intro p {
    max-width: 250px;
    font-size: 13px;
  }

  .service-architecture-visual {
    width: 250px;
    height: 116px;
  }

  .service-mode-grid,
  .service-need-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .service-mode-grid {
    gap: 12px;
  }

  .service-mode-grid article {
    min-height: 220px;
    padding: 18px 10px 16px;
  }

  .service-mode-grid svg {
    width: 42px;
    height: 42px;
  }

  .service-mode-grid h3 {
    font-size: 16px;
  }

  .service-mode-grid p {
    font-size: 12px;
  }

  .service-need-grid article,
  .service-need-grid article:nth-child(1),
  .service-need-grid article:nth-child(2),
  .service-need-grid article:nth-child(3),
  .service-need-grid article:nth-child(4) {
    min-height: 150px;
    padding: 14px 12px;
  }

  .service-need-grid svg {
    width: 25px;
    height: 25px;
    margin-bottom: 8px;
  }

  .service-need-grid h3 {
    max-width: 135px;
    font-size: 13px;
  }

  .service-need-grid p {
    max-width: 130px;
    font-size: 11px;
    line-height: 1.35;
  }

  .service-icon-strip,
  .service-value-strip {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .service-trade-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .75fr);
    gap: 34px;
  }

  .service-map-card {
    min-height: 270px;
  }

  .service-stat-grid article {
    min-height: 110px;
    padding: 16px 14px;
  }

  .service-stat-grid strong {
    font-size: 28px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f8fbff;
  color: var(--text);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.65;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 48%, #f8fbff 100%);
}

.section,
.stats-wrap,
.clients-strip,
.hero {
  position: relative;
}

.container {
  width: min(100% - 160px, var(--container));
  margin-inline: auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 72px;
  color: #fff;
}

.nav-wrap {
  height: 72px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-mark {
  position: relative;
  width: 62px;
  height: 50px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
}

.brand-mark::before {
  content: "";
  position: absolute;
  inset: 1px 2px auto auto;
  width: 46px;
  height: 20px;
  border-top: 6px solid #ff8a00;
  border-radius: 50% 50% 0 0;
  transform: rotate(-8deg);
}

.brand-text {
  display: grid;
  gap: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.08;
  letter-spacing: 0.04em;
}

.brand-text strong {
  font-weight: 800;
}

.brand-text span {
  font-weight: 600;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex: 1 1 auto;
  min-width: 0;
}

.mobile-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 1.45vw, 28px);
  min-width: 0;
}

.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.main-nav a:hover,
.text-link:hover {
  color: #7eb2ff;
}

.main-nav a.active {
  color: #fff;
}

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--orange);
  transform: translateX(-50%);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 0 0 auto;
}

/* Custom TranslatePress language switcher */
.dz-lang-switcher {
  position: relative;
  z-index: 30;
}

.dz-lang-switcher__trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-md);
  background: rgba(0, 28, 64, 0.22);
  color: rgba(255, 255, 255, 0.94);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.dz-lang-switcher__trigger:hover,
.dz-lang-switcher__trigger:focus-visible {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 35, 78, 0.42);
  color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(126, 178, 255, 0.28);
}

.dz-lang-switcher.is-open .dz-lang-switcher__trigger {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(0, 35, 78, 0.55);
  color: #fff;
}

.dz-lang-switcher__icon svg,
.dz-lang-switcher__chevron svg {
  width: 18px;
  height: 18px;
  display: block;
}

.dz-lang-switcher__current {
  min-width: 1.6em;
  letter-spacing: 0.06em;
}

.dz-lang-switcher__chevron {
  display: inline-flex;
  transition: transform 0.22s ease;
}

.dz-lang-switcher.is-open .dz-lang-switcher__chevron {
  transform: rotate(180deg);
}

.dz-lang-switcher__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  padding: 8px;
  border: 1px solid #e5eaf2;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(7, 35, 74, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  pointer-events: none;
}

.dz-lang-switcher.is-open .dz-lang-switcher__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.dz-lang-switcher__menu[hidden] {
  display: block;
}

.dz-lang-switcher__option {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto 18px;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #1c2d4a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}

.dz-lang-switcher__option:hover,
.dz-lang-switcher__option:focus-visible {
  background: #f3f7fc;
  color: var(--primary);
  outline: none;
}

.dz-lang-switcher__option.is-active {
  background: rgba(0, 59, 122, 0.08);
  color: var(--primary);
}

.dz-lang-switcher__flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px rgba(15, 35, 68, 0.12);
}

.dz-lang-switcher__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dz-lang-switcher__code {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.dz-lang-switcher__option.is-active .dz-lang-switcher__code {
  color: var(--primary);
}

.dz-lang-switcher__check {
  display: inline-flex;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.dz-lang-switcher__check svg {
  width: 16px;
  height: 16px;
  color: var(--primary);
}

.dz-lang-switcher__option.is-active .dz-lang-switcher__check {
  opacity: 1;
  transform: scale(1);
}

.mobile-nav-foot--lang {
  display: none;
}

@media (min-width: 981px) {
  .mobile-nav-foot--lang,
  .dz-lang-switcher--mobile {
    display: none !important;
  }
}

.dz-lang-switcher--mobile {
  width: 100%;
}

.dz-lang-switcher--mobile .dz-lang-switcher__trigger {
  width: 100%;
  justify-content: center;
  min-height: 48px;
  border-color: #dde6f2;
  background: #f8fbff;
  color: #1c2d4a;
}

.dz-lang-switcher--mobile .dz-lang-switcher__menu {
  position: static;
  width: 100%;
  min-width: 0;
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
  box-shadow: none;
  border: 1px solid #edf2f8;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  transition: max-height 0.28s ease, padding 0.28s ease, border-color 0.2s ease;
}

.dz-lang-switcher--mobile.is-open .dz-lang-switcher__menu {
  max-height: 320px;
  padding: 8px;
}

.dz-lang-switcher--mobile:not(.is-open) .dz-lang-switcher__menu {
  border-color: transparent;
}

.quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 38px;
  border-radius: var(--radius-md);
  background: var(--primary);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  color: #fff;
  background: rgba(0, 28, 64, 0.25);
}

.nav-backdrop,
.mobile-nav-head,
.mobile-nav-kicker,
.mobile-nav-foot,
.mobile-nav-links span,
.nav-close {
  display: none;
}

body.nav-open {
  overflow: hidden;
}

.hero {
  min-height: clamp(800px, 68vh, 900px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #061833;
}

.hero-bg,
.hero-slide,
.hero-light,
.hero-water {
  position: absolute;
  inset: 0;
}

.hero-bg {
  z-index: -2;
  pointer-events: none;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 16, 45, 0.24) 0%, rgba(0, 26, 62, 0.1) 42%, rgba(0, 28, 62, 0) 100%),
    linear-gradient(180deg, rgba(0, 14, 38, 0.03) 0%, rgba(0, 20, 48, 0.1) 100%);
  z-index: 2;
}

.hero-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 0.75s ease, transform 5.5s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-light {
  background:
    radial-gradient(circle at 74% 24%, rgba(80, 158, 255, 0.1), rgba(80, 158, 255, 0) 32%),
    radial-gradient(circle at 28% 48%, rgba(255, 174, 86, 0.24), rgba(255, 174, 86, 0) 30%);
  mix-blend-mode: screen;
  opacity: 0.55;
  z-index: 3;
}

.hero-water {
  inset: auto 0 0;
  height: 150px;
  background: linear-gradient(180deg, rgba(4, 20, 44, 0) 0%, rgba(4, 20, 44, 0.22) 100%);
  opacity: 1;
  z-index: 3;
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: clamp(800px, 68vh, 900px);
  display: flex;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 84px;
}

.hero-copy {
  width: min(100%, 650px);
  transform: translateY(4px);
}

.hero-title {
  margin: 0;
  color: #fff;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 4px 24px rgba(0, 16, 45, 0.34);
}

.hero-line {
  position: relative;
  display: block;
  width: fit-content;
  overflow: hidden;
  opacity: 0;
  transform: translateY(18px);
  animation: heroLineIn 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hero-line:nth-child(2) {
  animation-delay: 0.12s;
}

.hero-line:nth-child(3) {
  animation-delay: 0.24s;
}

.hero-line::before {
  content: "";
  position: absolute;
  inset: 6px -18px 2px;
  z-index: -1;
  background: linear-gradient(90deg, transparent, rgba(0, 87, 217, 0.28), transparent);
  transform: translateX(-115%);
  transition: transform 0.72s ease;
}

.hero-title:hover .hero-line::before {
  transform: translateX(115%);
}

.hero-title em {
  position: relative;
  color: #fff;
  font-style: normal;
}

.hero-title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.03em;
  height: 0.14em;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #7eb2ff);
  transform: scaleX(0.3);
  transform-origin: left;
  transition: transform 0.32s ease;
}

.hero-title:hover em::after {
  transform: scaleX(1);
}

.hero p {
  width: min(100%, 560px);
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 17px;
  line-height: 1.55;
  text-shadow: 0 2px 16px rgba(0, 16, 45, 0.26);
  opacity: 0;
  transform: translateY(14px);
  animation: heroLineIn 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) 0.38s forwards;
}

.hero-actions {
  display: flex;
  gap: 20px;
  margin-top: 32px;
  opacity: 0;
  transform: translateY(14px);
  animation: heroLineIn 0.72s cubic-bezier(0.2, 0.8, 0.2, 1) 0.52s forwards;
}

.hero-ui {
  position: absolute;
  left: 50%;
  bottom: 96px;
  z-index: 6;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-progress {
  width: 150px;
  height: 3px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.hero-progress-fill {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
}

.hero-progress-fill.is-running {
  animation: heroProgress 5.6s linear forwards;
}

.hero-controls {
  display: flex;
  gap: 12px;
  pointer-events: auto;
}

.hero-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 20, 48, 0.28);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.hero-arrow:hover {
  border-color: #fff;
  background: rgba(0, 87, 217, 0.62);
}

.hero-arrow svg {
  width: 22px;
  height: 22px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 176px;
  height: 48px;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 700;
  transition: 0.18s ease;
}

.btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

a svg[aria-hidden="true"] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.74);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.btn:hover,
.quote-btn:hover,
.submit-btn:hover {
  filter: brightness(1.04);
}

.btn-primary:hover,
.quote-btn:hover,
.submit-btn:hover {
  background: var(--primary-hover);
}

.stats-wrap {
  position: relative;
  z-index: 5;
  margin-top: -52px;
}

.stats-card {
  min-height: 100px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  padding: 0 18px;
  border: 1px solid rgba(0, 87, 217, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(7, 26, 61, 0.12);
  backdrop-filter: blur(12px);
}

.stat-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  height: 68px;
  padding: 0 14px;
}

.stat-item + .stat-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(0, 87, 217, 0.22), transparent);
}

.stat-item svg {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  color: var(--icon-blue);
  stroke-width: 1.65;
}

.stat-item div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.stat-item strong {
  color: var(--text);
  font-size: clamp(11px, 0.78vw, 13px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.stat-item span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
}

@media (min-width: 981px) {
  .stat-item strong {
    white-space: nowrap;
  }
}

@media (max-width: 1280px) and (min-width: 981px) {
  .stats-card {
    padding: 0 12px;
  }

  .stat-item {
    gap: 10px;
    padding: 0 10px;
  }

  .stat-item svg {
    width: 34px;
    height: 34px;
  }

  .stat-item strong {
    font-size: 11.5px;
  }

  .stat-item span {
    font-size: 11px;
  }
}

@media (max-width: 980px) {
  .page-resources-support .resource-jumpbar span {
    font-size: 15px;
    line-height: 1.22;
  }

  .stat-item {
    height: auto;
    min-height: 76px;
    align-items: center;
    padding: 14px 16px;
  }

  .stat-item svg {
    width: 40px;
    height: 40px;
  }

  .stat-item div {
    gap: 6px;
  }

  .stat-item strong {
    font-size: 15px;
    line-height: 1.22;
    white-space: normal;
  }

  .stat-item span {
    font-size: 13px;
    line-height: 1.35;
  }

  .page-hero-stats .page-stat strong,
  .page-stat strong {
    font-size: 15px;
    line-height: 1.22;
    white-space: normal;
  }

  .page-hero-stats .page-stat span,
  .page-stat span {
    font-size: 13px;
    line-height: 1.35;
  }

  .page-hero-stats .page-stat svg {
    width: 34px;
    height: 34px;
  }

  .industry-proofbar article,
  .services-proofbar article {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .industry-proofbar svg,
  .services-proofbar svg {
    flex: 0 0 auto;
    align-self: center;
    margin-top: 0;
  }

  .industry-proofbar strong,
  .services-proofbar strong {
    flex: 1;
    min-width: 0;
    margin-top: 0;
  }
}

@keyframes heroLineIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroProgress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.section {
  padding: 72px 0;
}

.about-section {
  padding: 108px 0 124px;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(680px, 0.96fr) minmax(640px, 1.04fr);
  gap: 96px;
  align-items: center;
}

.about-gallery-frame,
.photo-mosaic {
  position: relative;
}

.photo-mosaic {
  min-height: 560px;
  padding: 0;
  isolation: isolate;
}

.photo-mosaic::before {
  content: "";
  position: absolute;
  inset: 42px 18px 36px 78px;
  z-index: -1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 87, 217, 0.14), rgba(0, 87, 217, 0) 66%);
}

.photo-mosaic img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 24px 52px rgba(7, 26, 61, 0.16);
}

.photo-mosaic .mosaic-large {
  left: 0;
  top: 0;
  width: 66%;
  height: 100%;
  z-index: 1;
}

.photo-mosaic img:nth-child(2) {
  right: 0;
  top: 44px;
  width: 40%;
  height: 150px;
  z-index: 4;
  background: #0b3f91;
}

.photo-mosaic img:nth-child(3) {
  right: 36px;
  top: 222px;
  width: 39%;
  height: 136px;
  z-index: 3;
}

.photo-mosaic img:nth-child(4) {
  right: 0;
  top: 386px;
  width: 40%;
  height: 142px;
  z-index: 5;
}

.photo-mosaic::after {
  content: "";
  position: absolute;
  right: 118px;
  top: 118px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: rgba(0, 87, 217, 0.12);
  z-index: -1;
}

.eyebrow {
  display: inline-block;
  color: var(--primary);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-copy h2,
.network-copy h2,
.contact-promo h2 {
  margin: 22px 0 0;
  color: var(--navy);
  font-size: 48px;
  line-height: 1.14;
  font-weight: 800;
  letter-spacing: 0;
}

.section-copy p,
.network-copy p,
.contact-promo p {
  margin: 24px 0 0;
  width: min(100%, 620px);
  color: var(--muted);
  font-size: 18px;
  line-height: 1.72;
}

.about-lead {
  border-left: 3px solid rgba(0, 87, 217, 0.28);
  padding-left: 20px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
}

.text-link svg {
  width: 17px;
  height: 17px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
}

.feature-card {
  min-height: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 12px;
  row-gap: 0;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid var(--border-light);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(7, 26, 61, 0.05);
  text-align: left;
}

.feature-card svg {
  grid-area: icon;
  grid-row: 1 / -1;
  align-self: center;
  width: 34px;
  height: 34px;
  color: var(--icon-blue);
  stroke-width: 1.75;
}

.feature-card > div {
  display: contents;
}

.feature-card h3 {
  grid-area: title;
  margin: 0 0 3px;
  color: var(--navy);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.feature-card p {
  grid-area: text;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.mobile-slider-controls,
.about-gallery-indicator {
  display: none;
}

.mobile-slider-controls button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 87, 217, 0.18);
  border-radius: 50%;
  background: #ffffff;
  color: var(--primary);
  box-shadow: 0 10px 22px rgba(7, 26, 61, 0.08);
}

.mobile-slider-controls svg {
  width: 19px;
  height: 19px;
}

.services-section {
  padding: 96px 0 120px;
  background:
    radial-gradient(circle at 18% 18%, rgba(0, 87, 217, 0.06), transparent 26%),
    radial-gradient(circle at 82% 38%, rgba(10, 92, 255, 0.045), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.services-container {
  width: min(100% - 96px, 1680px);
}

.section-heading {
  margin-bottom: 28px;
}

.centered {
  text-align: center;
}

.section-heading h2,
.news-top h2 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: 34px;
  line-height: 1.22;
  font-weight: 800;
}

.services-section .eyebrow {
  font-size: 14px;
}

.services-section .section-heading h2 {
  font-size: 46px;
  line-height: 1.16;
  letter-spacing: 0;
}

.services-head {
  position: relative;
}

.services-head .section-heading::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--primary);
}

.service-controls {
  position: absolute;
  right: 0;
  bottom: 4px;
  display: flex;
  gap: 10px;
}

.service-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(0, 87, 217, 0.22);
  border-radius: 50%;
  background: #ffffff;
  color: var(--primary);
  box-shadow: 0 10px 22px rgba(7, 26, 61, 0.08);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.service-arrow:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #ffffff;
}

.service-arrow svg {
  width: 20px;
  height: 20px;
}

.service-slider {
  overflow: hidden;
  margin-top: 44px;
}

.service-track {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 18px;
  scrollbar-width: none;
}

.service-track::-webkit-scrollbar {
  display: none;
}

.service-card,
.news-card,
.resource-card,
.contact-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: 0 7px 20px rgba(7, 26, 61, 0.04);
}

.service-card {
  flex: 0 0 calc((100% - 96px) / 4);
  min-width: 300px;
  overflow: hidden;
  min-height: 402px;
  border-radius: 8px;
  scroll-snap-align: start;
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-media {
  position: relative;
  height: 190px;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 28, 64, 0.02) 0%, rgba(0, 28, 64, 0.18) 100%);
}

.service-icon {
  position: absolute;
  left: 28px;
  bottom: -24px;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(0, 87, 217, 0.22);
}

.service-icon svg {
  width: 27px;
  height: 27px;
  stroke-width: 2;
}

.service-body {
  display: grid;
  align-content: start;
  min-height: 212px;
  padding: 52px 30px 28px;
}

.service-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

.service-card p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.service-card a {
  width: fit-content;
  margin-top: 18px;
  color: var(--primary);
}

.service-card a svg {
  width: 20px;
  height: 20px;
}

.service-card:hover,
.feature-card:hover,
.resource-card:hover,
.news-card:hover {
  box-shadow: 0 14px 32px rgba(7, 26, 61, 0.12);
  border-color: rgba(0, 87, 217, 0.28);
}

.network-section {
  min-height: 620px;
  padding: 86px 0 120px;
  background:
    radial-gradient(circle at 54% 48%, rgba(0, 87, 217, 0.035), rgba(0, 87, 217, 0) 36%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.network-grid {
  display: grid;
  grid-template-columns: 390px minmax(520px, 1fr) 260px;
  gap: 42px;
  align-items: center;
}

.metrics {
  display: flex;
  gap: 46px;
  margin-top: 52px;
}

.metrics strong {
  display: block;
  color: var(--primary);
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}

.metrics strong span {
  font-size: 24px;
}

.metrics p {
  width: auto;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.map-panel {
  min-height: 390px;
  display: grid;
  place-items: center;
}

.network-map {
  position: relative;
  width: 100%;
  max-width: 780px;
  min-height: 360px;
  margin-inline: auto;
}

.world-map {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(100%, 820px);
  transform: translate(-50%, -50%);
  overflow: visible;
}

.map-land path {
  fill: url("#map-dot-pattern");
  color: #cfe0f7;
}

.map-land {
  color: #cfe0f7;
  filter: drop-shadow(0 10px 28px rgba(0, 87, 217, 0.05));
}

.map-routes path {
  fill: none;
  stroke: rgba(0, 87, 217, 0.16);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-dasharray: 5 10;
  animation: routeFlow 7s linear infinite;
}

.map-routes path:nth-child(2) {
  animation-delay: -2s;
}

.map-routes path:nth-child(3) {
  animation-delay: -4s;
}

.map-node {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: var(--accent);
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.94),
    0 0 0 7px rgba(0, 87, 217, 0.14),
    0 8px 18px rgba(0, 87, 217, 0.2);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.map-node::after {
  content: "";
  position: absolute;
  inset: -11px;
  border: 1px solid rgba(0, 87, 217, 0.18);
  border-radius: inherit;
  animation: nodePulse 2.8s ease-out infinite;
}

.map-node::before {
  content: "";
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(0, 87, 217, 0.2);
  border-radius: inherit;
}

.map-node:hover,
.map-node.is-active {
  background: #ff8a00;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.96),
    0 0 0 7px rgba(255, 138, 0, 0.16),
    0 10px 22px rgba(255, 138, 0, 0.22);
  transform: translate(-50%, -50%) scale(1.12);
}

.map-node:hover::before,
.map-node.is-active::before {
  border-color: rgba(255, 138, 0, 0.28);
}

.map-node:hover::after,
.map-node.is-active::after {
  border-color: rgba(255, 138, 0, 0.2);
}

.map-tooltip {
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: min(280px, calc(100% - 48px));
  padding: 0;
  background: transparent;
}

.map-tooltip span {
  display: block;
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.map-tooltip strong {
  display: block;
  margin-top: 8px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.45;
}

@keyframes nodePulse {
  from {
    opacity: 0.58;
    transform: scale(0.55);
  }
  to {
    opacity: 0;
    transform: scale(1.65);
  }
}

@keyframes routeFlow {
  to {
    stroke-dashoffset: -90;
  }
}

.resource-list {
  display: grid;
  gap: 20px;
}

.resource-card {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border: 0;
  box-shadow: 0 10px 26px rgba(7, 26, 61, 0.06);
  transition: 0.18s ease;
}

.resource-card svg {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  color: var(--icon-blue);
  stroke-width: 1.8;
}

.resource-card h3 {
  margin: 0;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
}

.clients-strip {
  padding: 30px 0 72px;
  background: linear-gradient(180deg, #eef5fc 0%, #f7fbff 100%);
  text-align: center;
  overflow: hidden;
}

.client-carousel {
  position: relative;
  width: 100vw;
  margin-top: 24px;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.client-logos {
  --client-logo-gap: 16px;
  display: flex;
  align-items: center;
  width: max-content;
  animation: client-logo-roll 32s linear infinite;
  will-change: transform;
}

.client-carousel:hover .client-logos {
  animation-play-state: paused;
}

.client-logo-group {
  display: flex;
  align-items: center;
  gap: var(--client-logo-gap);
  padding-right: var(--client-logo-gap);
  flex: 0 0 auto;
}

.client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 136px;
  height: 48px;
  padding: 10px 18px;
  border: 1px solid rgba(113, 130, 154, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: none;
  flex: 0 0 auto;
}

.client-logo img {
  display: block;
  max-width: 100%;
  max-height: 25px;
  object-fit: contain;
}

.client-logo img[src*="dji"] {
  max-height: 21px;
}

@keyframes client-logo-roll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-25%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .client-logos {
    animation: none;
    transform: none;
  }
}

.news-section {
  padding: 54px 0 104px;
  background: #ffffff;
}

.news-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

.news-top h2 {
  margin: 0;
  color: var(--navy);
  font-size: 32px;
  line-height: 1.2;
  font-weight: 800;
}

.news-top .text-link {
  margin-top: 0;
}

.news-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

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

.news-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #eef4fb;
  box-shadow: 0 16px 36px rgba(7, 26, 61, 0.12);
  transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.news-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.news-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 18, 45, 0.62) 0%, rgba(3, 18, 45, 0.28) 48%, rgba(3, 18, 45, 0.08) 100%),
    linear-gradient(180deg, rgba(3, 18, 45, 0.06) 0%, rgba(3, 18, 45, 0.28) 100%);
}

.news-card:hover {
  filter: saturate(1.06);
  box-shadow: 0 20px 44px rgba(7, 26, 61, 0.16);
}

.news-card:hover img {
  transform: scale(1.045);
}

.news-overlay {
  position: relative;
  z-index: 1;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 26px;
}

.news-overlay span {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 9px;
  border-radius: 3px;
  background: var(--primary);
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.news-card h3 {
  margin: 0;
  padding-top: 28px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  text-shadow: 0 3px 14px rgba(0, 16, 45, 0.35);
}

.news-card time {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1;
  text-shadow: 0 2px 10px rgba(0, 16, 45, 0.28);
}

.contact-section {
  padding: 12px 0 48px;
}

.contact-card {
  display: grid;
  grid-template-columns: 520px minmax(0, 1fr);
  min-height: 322px;
  overflow: hidden;
}

.contact-promo {
  position: relative;
  min-height: 322px;
  overflow: hidden;
}

.contact-promo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-promo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(246, 250, 255, 0.94) 0%, rgba(246, 250, 255, 0.72) 50%, rgba(246, 250, 255, 0.08) 100%);
}

.contact-promo div {
  position: relative;
  z-index: 1;
  padding: 64px 52px;
}

.contact-promo h2 {
  margin-top: 0;
}

.contact-promo p {
  width: 270px;
  margin-top: 22px;
}

.inquiry-form {
  display: grid;
  gap: 16px;
  padding: 26px 40px;
  align-content: center;
}

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

.form-row.three {
  grid-template-columns: 1fr 1fr 1fr;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--text);
  font-size: 14px;
  outline: none;
  transition: 0.18s ease;
}

input,
select {
  height: 48px;
  padding: 0 16px;
}

textarea {
  min-height: 88px;
  resize: vertical;
  padding: 14px 16px;
}

input::placeholder,
textarea::placeholder {
  color: #9aa6b8;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--primary);
  background: #fafdff;
}

.submit-btn {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.18s ease;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 96px 0 34px;
  color: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(126, 178, 255, 0.14);
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(126, 178, 255, 0.16), rgba(0, 0, 0, 0) 60%),
    radial-gradient(760px 360px at 84% 22%, rgba(10, 92, 255, 0.12), rgba(0, 0, 0, 0) 58%),
    linear-gradient(90deg, rgba(0, 22, 54, 0.98) 0%, rgba(0, 32, 76, 0.92) 48%, rgba(0, 18, 42, 0.98) 100%),
    linear-gradient(180deg, rgba(0, 43, 92, 0.72) 0%, rgba(0, 29, 63, 0.98) 100%),
    url("../images/about-port.jpg") center / cover no-repeat;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 178, 255, 0.38), rgba(10, 92, 255, 0.18), rgba(0, 0, 0, 0));
  background-size: 46px 46px, 46px 46px, 100% 1px;
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.55), transparent 76%);
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -140px;
  width: 520px;
  height: 320px;
  border: 1px solid rgba(126, 178, 255, 0.14);
  border-radius: 50%;
  box-shadow:
    -90px -50px 0 -28px rgba(126, 178, 255, 0.06),
    -170px -110px 0 -46px rgba(126, 178, 255, 0.05),
    -10px -30px 120px rgba(10, 92, 255, 0.12);
  pointer-events: none;
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 248px repeat(4, minmax(0, 1.22fr)) 280px;
  column-gap: 56px;
  row-gap: 32px;
  padding-bottom: 48px;
  align-items: start;
}

@media (min-width: 1281px) {
  .footer-grid > .contact-col {
    grid-column: 6;
    width: 280px;
    max-width: 280px;
    justify-self: end;
  }
}

.footer-brand p {
  width: 260px;
  margin: 18px 0 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.75;
  letter-spacing: 0.01em;
}

.footer-brand .footer-brand-about {
  margin-top: -14px;
  margin-bottom: 22px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
}

.footer-brand .brand-logo {
  max-height: 40px;
}

.socials {
  display: flex;
  gap: 12px;
}

.socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
  transition: background 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.socials a:hover {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(0, 87, 217, 0.42);
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.socials svg {
  width: 16px;
  height: 16px;
}

.socials a:focus-visible {
  outline: 2px solid rgba(126, 178, 255, 0.9);
  outline-offset: 3px;
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-col h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.footer-col h3::after {
  content: "";
  display: block;
  width: 26px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(126, 178, 255, 0.9), rgba(10, 92, 255, 0.15));
}

.footer-col a,
.footer-col span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.7;
}

.footer-col a {
  width: fit-content;
  padding: 1px 0;
  background-image: linear-gradient(90deg, rgba(126, 178, 255, 0.9), rgba(10, 92, 255, 0.35), rgba(0, 0, 0, 0));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 1px;
  transition: color 0.2s ease, background-size 0.2s ease, transform 0.2s ease;
}

.footer-col a:hover {
  color: #fff;
  background-size: 100% 1px;
  transform: translateX(2px);
}

.footer-col a:focus-visible {
  outline: 2px solid rgba(126, 178, 255, 0.9);
  outline-offset: 3px;
}

.contact-col {
  width: 100%;
  max-width: none;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.2);
}

.contact-col h3 {
  margin-bottom: 8px;
}

.contact-col a.contact-cta {
  width: fit-content;
  margin: 0 0 2px;
  padding: 8px 13px;
  font-size: 13px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.contact-col a.contact-cta:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28);
}

.site-contact-details {
  margin: 0;
}

.footer-contact-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.footer-contact-list__item {
  display: block;
  margin: 0;
  padding: 7px 0 0;
}

.footer-contact-list__item:first-child {
  padding-top: 6px;
}

.footer-contact-list__label {
  display: block;
  margin: 0 0 3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-contact-list__value {
  display: block;
  color: rgba(255, 255, 255, 0.96);
  font-size: 12px;
  line-height: 1.4;
  overflow-wrap: normal;
  word-break: normal;
}

.footer-contact-list__item--tel .footer-contact-list__value,
.footer-contact-list__item--fax .footer-contact-list__value {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  column-gap: 0;
}

.footer-contact-list a {
  color: #fff;
  font-weight: 600;
}

.footer-contact-list a:hover {
  color: #9ec5ff;
}

.footer-contact-list__sep {
  opacity: 0.72;
}

.footer-contact-list__item--hours {
  padding-top: 6px;
}

.footer-contact-list__item--hours .footer-contact-list__value {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

@media (min-width: 981px) {
  .footer-contact-list__item--tel .footer-contact-list__value,
  .footer-contact-list__item--fax .footer-contact-list__value,
  .footer-contact-list__item--wechat .footer-contact-list__value,
  .footer-contact-list__item--whatsapp .footer-contact-list__value,
  .footer-contact-list__item--email .footer-contact-list__value {
    white-space: nowrap;
  }
}

.contact-info-grid.contact-info-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.contact-info-section .contact-info-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  padding: 20px 22px;
}

.contact-info-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-info-card__head svg {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  color: var(--primary);
}

.contact-info-card__head h3 {
  margin: 0;
  color: var(--navy);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 800;
}

.contact-info-section .site-contact-lines {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-info-section .site-contact-lines__item {
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.contact-info-section .site-contact-lines__item + .site-contact-lines__item {
  margin-top: 8px;
}

.contact-info-section .site-contact-lines__tag {
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.contact-info-section .site-contact-lines a {
  color: var(--navy);
  font-weight: 700;
}

.contact-info-section .site-contact-lines a:hover {
  color: var(--primary);
}

.contact-side-card .site-contact-details--sidebar .site-contact-details__row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.contact-side-card .site-contact-details--sidebar .site-contact-details__label {
  flex: 0 0 auto;
  min-width: 72px;
  margin: 0;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}

.contact-side-card .site-contact-details--sidebar .site-contact-details__label svg {
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: -2px;
  color: var(--primary);
}

.contact-side-card .site-contact-details--sidebar .site-contact-details__value {
  margin: 0;
  min-width: 0;
  flex: 1;
}

.contact-side-card .site-contact-details--sidebar a {
  color: var(--navy);
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.footer-bottom div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 26px;
}

@media (max-width: 1260px) {
  .container {
    width: min(100% - 80px, var(--container));
  }

  .services-container {
    width: min(100% - 80px, var(--container));
  }

  .mobile-nav-links {
    gap: 14px;
  }

  .main-nav a {
    font-size: 12px;
  }

  .about-grid,
  .network-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .about-gallery-frame,
  .photo-mosaic {
    max-width: 760px;
  }

  .photo-mosaic {
    min-height: 520px;
  }

  .section-copy p {
    width: min(100%, 680px);
  }

  .service-card {
    flex-basis: calc((100% - 28px) / 2);
    min-width: 0;
  }

  .network-grid {
    align-items: start;
  }

  .network-section {
    min-height: auto;
  }

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

  .contact-card {
    grid-template-columns: 1fr;
  }

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

  .contact-col {
    grid-column: 1 / -1;
    width: min(100%, 280px);
    justify-self: end;
    padding: 16px 18px;
  }

  .footer-contact-list__item--tel .footer-contact-list__value,
  .footer-contact-list__item--fax .footer-contact-list__value {
    flex-wrap: wrap;
  }

  .footer-contact-list__item--tel .footer-contact-list__value,
  .footer-contact-list__item--fax .footer-contact-list__value,
  .footer-contact-list__item--wechat .footer-contact-list__value,
  .footer-contact-list__item--whatsapp .footer-contact-list__value,
  .footer-contact-list__item--email .footer-contact-list__value {
    white-space: normal;
  }
}

@media (max-width: 980px) {
  .site-header {
    position: fixed;
    background: rgba(0, 35, 78, 0.94);
    backdrop-filter: blur(14px);
  }

  .nav-wrap {
    justify-content: space-between;
  }

  .nav-toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    order: 3;
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: block;
    background: rgba(2, 12, 31, 0.62);
    backdrop-filter: blur(8px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
  }

  .nav-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 90;
    width: min(88vw, 420px);
    height: 100dvh;
    max-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-right: 1px solid rgba(7, 26, 61, 0.08);
    background: #ffffff;
    color: var(--text);
    box-shadow: 24px 0 60px rgba(0, 12, 32, 0.22);
    transform: translateX(-104%);
    transition: transform 0.42s cubic-bezier(0.2, 0.8, 0.2, 1);
  }

  .main-nav.is-open {
    transform: translateX(0);
  }

  .main-nav .menu {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    align-items: stretch;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 12px 20px 20px;
    list-style: none;
  }

  .main-nav .menu li {
    margin: 0;
    width: 100%;
  }

  .main-nav .menu a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    border-bottom: 1px solid #edf2f8;
    border-radius: 0;
    color: #1c2d4a;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    white-space: normal;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease;
  }

  .main-nav .menu a:hover,
  .main-nav .menu a:focus-visible {
    color: var(--primary);
    background: #f7faff;
    transform: none;
  }

  .main-nav .menu .current-menu-item > a,
  .main-nav .menu .current-menu-ancestor > a,
  .main-nav .menu a.active {
    color: var(--primary);
    background: #f7faff;
  }

  .main-nav .menu a.active::after,
  .main-nav .menu .current-menu-item > a::after {
    display: none;
  }

  .mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 84px;
    padding: 18px 24px;
    border-bottom: 1px solid #edf2f8;
    background: #ffffff;
  }

  .mobile-nav-head .brand {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .mobile-nav-head .brand-mark {
    width: 52px;
    height: 42px;
    color: #071a3d;
    font-size: 27px;
  }

  .mobile-nav-head .brand-text {
    color: #071a3d;
    font-size: 12px;
  }

  .nav-close {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border: 0;
    border-radius: 50%;
    color: #66738a;
    background: #f5f8fc;
  }

  .nav-close svg {
    width: 20px;
    height: 20px;
  }

  .mobile-nav-kicker {
    display: block;
    padding: 26px 28px 10px;
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .mobile-nav-links {
    display: grid;
    padding: 0 18px;
  }

  .mobile-nav-links a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 58px;
    padding: 0 10px;
    border: 0;
    border-bottom: 1px solid #edf2f8;
    border-radius: 0;
    background: transparent;
    color: #1c2d4a;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  }

  .mobile-nav-links a:hover {
    background: #f7faff;
    color: var(--primary);
    transform: translateX(3px);
  }

  .mobile-nav-links span {
    min-width: 24px;
    color: #7eb2ff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
  }

  .mobile-nav-foot {
    display: grid;
    gap: 18px;
    margin-top: auto;
    padding: 22px 24px 28px;
    background: #ffffff;
  }

  .mobile-nav-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #1c2d4a;
  }

  .mobile-nav-tools strong {
    font-size: 15px;
    font-weight: 800;
  }

  .mobile-nav-tools span {
    padding: 8px 14px;
    border: 1px solid #dde6f2;
    border-radius: 999px;
    color: #4d5d78;
    font-size: 12px;
    font-weight: 700;
  }

  .mobile-help-card {
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid #edf2f8;
    border-radius: 16px;
    background: #f8fbff;
    box-shadow: 0 14px 34px rgba(7, 26, 61, 0.06);
  }

  .mobile-help-card strong {
    color: var(--text);
    font-size: 15px;
    font-weight: 800;
  }

  .mobile-help-card span {
    color: #6a7790;
    font-size: 13px;
    line-height: 1.35;
  }

  .mobile-nav-foot a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 0;
    border-radius: 7px;
    background: var(--primary);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 14px 28px rgba(0, 87, 217, 0.2);
  }

  .header-actions {
    margin-left: auto;
  }

  .hero,
  .hero-inner {
    min-height: clamp(500px, 54vh, 600px);
  }

  .hero h1 {
    font-size: 42px;
  }

  .stats-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px 28px;
  }

  .stat-item {
    padding: 0 20px;
  }

  .stat-item:nth-child(3)::before {
    display: none;
  }

  .feature-grid,
  .news-grid,
  .resource-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-card {
    grid-template-columns: 160px 1fr;
  }

  .hero-ui {
    bottom: 82px;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 40px, var(--container));
  }

  .services-container {
    width: min(100% - 40px, var(--container));
  }

  .site-header,
  .nav-wrap {
    height: 64px;
  }

  .brand-mark {
    width: 52px;
    height: 42px;
    font-size: 27px;
  }

  .brand-text {
    font-size: 12px;
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
  }

  .header-actions .quote-btn {
    display: none;
  }

  .dz-lang-switcher--header .dz-lang-switcher__trigger {
    min-height: 40px;
    padding: 0 10px;
    gap: 6px;
  }

  .dz-lang-switcher--header .dz-lang-switcher__chevron {
    display: none;
  }

  .mobile-nav-foot--lang {
    display: block;
    margin-top: auto;
    padding: 18px 24px 24px;
    border-top: 1px solid #edf2f8;
    background: #fff;
  }

  .main-nav {
    top: 0;
    left: 0;
    right: auto;
  }

  .hero {
    background-position: 64% center;
    min-height: 520px;
  }

  .hero-inner {
    min-height: 520px;
    padding-top: 64px;
    align-items: flex-end;
    padding-bottom: 128px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
    gap: 12px;
  }

  .services-section {
    padding: 64px 0 72px;
  }

  .services-head {
    display: grid;
    gap: 12px;
  }

  .services-section .section-heading {
    margin-bottom: 12px;
  }

  .services-head .section-heading::after {
    width: 58px;
    height: 3px;
    margin-top: 14px;
  }

  .service-controls {
    position: static;
    justify-content: center;
  }

  .service-slider {
    margin-top: 24px;
  }

  .service-track {
    gap: 16px;
    padding-bottom: 10px;
  }

  .service-card {
    flex: 0 0 calc((100% - 16px) / 2);
    min-width: 0;
    min-height: 304px;
  }

  .service-media {
    height: 126px;
  }

  .service-icon {
    left: 22px;
    bottom: -22px;
    width: 50px;
    height: 50px;
  }

  .service-body {
    min-height: 178px;
    padding: 40px 20px 20px;
  }

  .service-card h3 {
    font-size: 18px;
  }

  .service-card p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

  .service-card a {
    margin-top: 14px;
  }

  .hero-ui {
    bottom: 56px;
    justify-content: flex-start;
    gap: 14px;
  }

  .hero-progress {
    width: min(38vw, 130px);
  }

  .hero-arrow {
    width: 42px;
    height: 42px;
  }

  .btn {
    width: 100%;
  }

  .stats-wrap {
    margin-top: -46px;
  }

  .stats-card,
  .feature-grid,
  .news-grid,
  .resource-list,
  .form-row,
  .form-row.three {
    grid-template-columns: 1fr;
  }

  .stats-card {
    gap: 20px;
    padding: 24px;
  }

  .stat-item {
    height: auto;
    min-height: 80px;
    padding: 16px 0;
  }

  .stat-item svg {
    width: 44px;
    height: 44px;
  }

  .stat-item strong {
    font-size: 16px;
    line-height: 1.24;
  }

  .stat-item span {
    font-size: 14px;
    line-height: 1.4;
  }

  .stat-item + .stat-item::before {
    display: none;
  }

  .page-hero-stats .page-stat strong,
  .page-stat strong {
    font-size: 16px;
    line-height: 1.24;
  }

  .page-hero-stats .page-stat span,
  .page-stat span {
    font-size: 14px;
    line-height: 1.4;
  }

  .section {
    padding: 56px 0;
  }

  .about-grid {
    gap: 34px;
  }

  .about-gallery-frame {
    min-height: 260px;
  }

  .photo-mosaic {
    display: flex;
    gap: 14px;
    min-height: 260px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    padding: 4px 0 0;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .photo-mosaic::-webkit-scrollbar {
    display: none;
  }

  .photo-mosaic img,
  .photo-mosaic .mosaic-large,
  .photo-mosaic img:nth-child(2),
  .photo-mosaic img:nth-child(3),
  .photo-mosaic img:nth-child(4) {
    position: static;
    flex: 0 0 100%;
    width: 100% !important;
    height: 240px;
    object-fit: cover;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transform: scale(0.985) !important;
    opacity: 0.96;
    filter: saturate(0.96) contrast(0.98);
    transition: transform 0.62s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.62s ease, filter 0.62s ease;
  }

  .photo-mosaic.is-transitioning img,
  .photo-mosaic:hover img {
    transform: scale(1) !important;
    opacity: 1;
    filter: saturate(1.04) contrast(1.02);
  }

  .photo-mosaic::before,
  .photo-mosaic::after {
    display: none;
  }

  .about-gallery-indicator {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 3;
    display: flex;
    gap: 6px;
    padding: 5px 7px;
    border-radius: 999px;
    background: rgba(7, 26, 61, 0.28);
    backdrop-filter: blur(10px);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .about-gallery-indicator span {
    width: 18px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.48);
    transition: width 0.32s ease, background 0.32s ease, opacity 0.32s ease;
  }

  .about-gallery-indicator span.is-active {
    width: 30px;
    background: #ffffff;
  }

  .section-copy h2,
  .network-copy h2,
  .contact-promo h2,
  .section-heading h2,
  .news-top h2 {
    font-size: 30px;
  }

  .services-section .section-heading h2 {
    font-size: 32px;
  }

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

  .metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
  }

  .metrics strong {
    font-size: 30px;
  }

  .map-panel {
    min-height: 300px;
    padding: 0;
  }

  .network-map {
    min-height: 320px;
  }

  .map-tooltip {
    left: 18px;
    right: 18px;
    top: 18px;
    bottom: auto;
    width: auto;
  }

  .client-logos {
    --client-logo-gap: 10px;
  }

  .client-logo {
    width: 112px;
    height: 46px;
    padding: 10px 14px;
    border-color: rgba(113, 130, 154, 0.12);
  }

  .client-logo img {
    max-height: 22px;
  }

  .news-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-actions {
    width: 100%;
    justify-content: space-between;
  }

  .news-card {
    min-height: 210px;
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .news-overlay {
    min-height: 210px;
    gap: 14px;
    padding: 22px;
  }

  .news-card h3 {
    font-size: 22px;
  }

  .news-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  .news-grid::-webkit-scrollbar {
    display: none;
  }

  .news-controls {
    display: flex;
    gap: 10px;
  }

  .contact-promo div {
    padding: 46px 32px;
  }

  .inquiry-form {
    padding: 24px;
  }

  .site-footer {
    padding: 72px 0 28px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px;
    padding-bottom: 30px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand p {
    width: min(100%, 520px);
    margin: 14px 0 18px;
  }

  .footer-col {
    gap: 8px;
  }

  .footer-col h3 {
    margin: 0 0 8px;
  }

  .footer-col h3::after {
    margin-top: 8px;
  }

  .contact-col {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    justify-self: stretch;
    padding: 16px 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .footer-bottom div {
    flex-direction: row;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .footer-bottom div::-webkit-scrollbar {
    display: none;
  }

  .footer-bottom {
    padding-top: 18px;
  }
}

@media (max-width: 460px) {
  .site-footer {
    padding: 64px 0 24px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-bottom: 24px;
  }

  .contact-col {
    padding: 14px;
  }

  .about-gallery-frame,
  .photo-mosaic {
    min-height: 220px;
  }

  .photo-mosaic {
    gap: 14px;
  }

  .photo-mosaic img,
  .photo-mosaic .mosaic-large,
  .photo-mosaic img:nth-child(2),
  .photo-mosaic img:nth-child(3),
  .photo-mosaic img:nth-child(4) {
    height: 200px;
    margin-bottom: 0;
  }

  .about-gallery-indicator {
    bottom: 16px;
  }

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

  .news-card {
    min-height: 210px;
    flex: 0 0 100%;
    scroll-snap-align: start;
  }

  .news-card img {
    height: 100%;
  }

  .news-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }

  .news-grid::-webkit-scrollbar {
    display: none;
  }

  .news-controls {
    display: flex;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }

  .hero-slide,
  .hero-light,
  .hero-water,
  .hero-copy,
  .hero-progress-fill {
    animation: none !important;
  }

  .hero-slide {
    transform: none;
  }
}

/* ==========================================================================
   Restored templates after external overwrite
   ========================================================================== */

.site-shell { min-height: 100vh; overflow-x: hidden; background: #f6f9fd; }

.page-hero,
.industry-hero,
.insights-hero,
.single-page-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: #fff;
  background: #061d3d;
}

.page-hero-bg,
.industry-hero-bg,
.insights-hero-bg,
.single-page-hero-bg,
.page-hero-bg img,
.industry-hero-bg img,
.insights-hero-bg img,
.single-page-hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-hero-bg img,
.industry-hero-bg img,
.insights-hero-bg img,
.single-page-hero-bg img { object-fit: cover; }

.page-hero-bg::after,
.industry-hero-bg::after,
.insights-hero-bg::after,
.single-page-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 20, 49, 0.92), rgba(2, 31, 70, 0.64), rgba(2, 20, 49, 0.25));
}

.page-hero-inner,
.industry-hero-inner,
.insights-hero-inner,
.single-page-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 450px;
  display: flex;
  align-items: center;
}

.page-hero-copy,
.insights-hero-copy,
.single-page-hero-copy { width: min(100%, 680px); }

.page-hero h1,
.industry-hero h1,
.insights-hero h1,
.single-page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: 0;
}

.page-hero p,
.industry-hero p,
.insights-hero p,
.single-page-hero p {
  width: min(100%, 620px);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1.55;
}

/* Horizontal breadcrumb (page default + insights single hero) */
.page-default-hero .page-default-breadcrumb__list,
.insights-hero-copy .page-default-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.page-default-hero .page-default-breadcrumb__list > li,
.insights-hero-copy .page-default-breadcrumb__list > li {
  display: inline-flex;
  align-items: center;
}

.page-default-hero .page-default-breadcrumb__list > li + li::before,
.insights-hero-copy .page-default-breadcrumb__list > li + li::before {
  content: "/";
  margin: 0 12px;
  font-weight: 500;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.32);
}

.page-default-hero .page-default-breadcrumb__list a,
.insights-hero-copy .page-default-breadcrumb__list a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.15s ease;
}

.page-default-hero .page-default-breadcrumb__list a:hover,
.page-default-hero .page-default-breadcrumb__list a:focus-visible,
.insights-hero-copy .page-default-breadcrumb__list a:hover,
.insights-hero-copy .page-default-breadcrumb__list a:focus-visible {
  color: #fff;
}

.page-default-hero .page-default-breadcrumb__current,
.insights-hero-copy .page-default-breadcrumb__current {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.page-default-hero .section-kicker {
  margin: 0 0 14px;
  color: var(--accent, #f97316);
}

.page-default-hero .page-default-hero__lead {
  margin-top: 18px;
}

.about-hero-actions,
.industry-hero-actions,
.resources-hero-actions {
  display: flex;
  gap: 18px;
  margin-top: 30px;
}

.page-hero-stats,
.industry-proofbar,
.resource-jumpbar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: -56px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(2, 24, 58, 0.96);
  color: #fff;
  box-shadow: 0 22px 48px rgba(0, 28, 67, 0.2);
  overflow: hidden;
}

.page-stat,
.industry-proofbar article,
.resource-jumpbar a {
  min-height: 84px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  color: inherit;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.page-hero-stats .page-stat {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 3px;
  align-content: center;
}

.page-hero-stats .page-stat svg {
  grid-row: 1 / 3;
  align-self: center;
  width: 32px;
  height: 32px;
}

.page-hero-stats .page-stat strong,
.page-hero-stats .page-stat span {
  grid-column: 2;
  margin-top: 0;
}

@media (min-width: 981px) {
  .page-hero-stats .page-stat strong {
    white-space: nowrap;
  }
}

@media (max-width: 1280px) and (min-width: 981px) {
  .page-hero-stats .page-stat {
    padding: 14px 12px;
    column-gap: 12px;
  }

  .page-hero-stats .page-stat strong {
    font-size: 11.5px;
  }

  .page-hero-stats .page-stat span {
    font-size: 11px;
  }
}

.page-stat:last-child,
.industry-proofbar article:last-child,
.resource-jumpbar a:last-child { border-right: 0; }

.page-stat svg,
.industry-proofbar svg,
.resource-jumpbar svg { width: 36px; height: 36px; flex: 0 0 auto; }

.page-stat span,
.industry-proofbar span,
.resource-jumpbar span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
}

.page-stat strong,
.industry-proofbar strong,
.services-proofbar strong {
  display: block;
  margin-top: 0;
  color: #fff;
  font-size: clamp(11px, 0.78vw, 14px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.section-heading.centered,
.resources-head,
.industry-section-head { text-align: center; }

.section-heading.compact h2,
.resources-head h2,
.industry-section-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px, 3vw, 42px);
}

.section-heading.compact h2::after,
.resources-head h2::after,
.industry-section-head h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: #ff6b00;
}

.about-profile-section,
.about-milestone-section,
.about-card-section,
.about-global-section,
.about-capabilities-section,
.about-expertise-section,
.about-looking-section,
.about-inquiry-strip,
.contact-info-section,
.contact-form-section,
.contact-network-section,
.offices-section,
.contact-value-section,
.resources-section,
.industry-section,
.single-page-content {
  padding: 58px 0;
  background: #fff;
}

.about-profile-grid,
.about-global-grid,
.about-expertise-grid,
.about-inquiry-inner,
.contact-form-panel,
.contact-network-grid,
.faq-layout,
.insights-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 48px;
  align-items: center;
}

.about-profile-copy h2 {
  margin: 10px 0 18px;
  color: var(--navy);
  font-size: clamp(30px, 3.4vw, 46px);
  line-height: 1.12;
}

.about-profile-copy p,
.about-info-card p,
.about-image-card p,
.looking-grid p,
.guide-card p,
.industry-cover-grid p,
.industry-demand-grid p,
.industry-scenario-grid p,
.industry-core-strip p {
  color: var(--muted);
  line-height: 1.65;
}

.about-feature-row,
.about-card-grid,
.about-capability-grid,
.looking-grid,
.about-global-metrics,
.contact-info-grid,
.office-grid,
.contact-value-strip,
.guide-grid,
.download-grid,
.industry-cover-grid,
.industry-demand-grid,
.industry-scenario-grid,
.industry-core-strip,
.insight-card-grid,
.topic-pills {
  display: grid;
  gap: 22px;
}

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

.about-card-grid.four,
.about-global-metrics,
.contact-info-grid,
.industry-demand-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.about-card-grid.three,
.about-capability-grid,
.looking-grid,
.guide-grid,
.download-grid,
.industry-scenario-grid,
.insight-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.industry-cover-grid,
.topic-pills { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.about-feature-row article,
.about-info-card,
.about-global-metrics article,
.contact-info-card,
.guide-card,
.download-card,
.faq-help-card,
.industry-cover-grid article,
.industry-demand-grid article,
.industry-scenario-grid article,
.insight-card,
.insights-side-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(7, 26, 61, 0.04);
}

.about-feature-row article,
.about-info-card,
.about-global-metrics article,
.contact-info-card,
.guide-card,
.download-card,
.faq-help-card,
.insights-side-card { padding: 24px; }

.about-feature-row article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 12px;
  row-gap: 0;
  align-items: start;
}

.about-feature-row svg,
.about-info-card svg,
.about-global-metrics svg,
.contact-info-card svg,
.contact-network-list svg,
.contact-value-strip svg,
.industry-demand-grid svg,
.industry-core-strip svg,
.insights-side-card svg,
.topic-pills svg {
  width: 34px;
  height: 34px;
  color: var(--primary);
  flex: 0 0 auto;
}

.about-feature-row svg {
  grid-area: icon;
  align-self: start;
}

.about-feature-row h3 {
  grid-area: title;
  margin: 0 0 2px;
  line-height: 1.15;
}

.about-feature-row p {
  grid-area: text;
  margin: 0;
  line-height: 1.4;
}

.about-profile-media {
  display: grid;
  grid-template-columns: 1.25fr 0.65fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 14px;
}

.about-profile-media img,
.about-image-card img,
.about-expertise-grid img,
.office-card img,
.industry-cover-grid img,
.industry-demand-grid img,
.industry-scenario-grid img,
.featured-insight img,
.insight-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-media-main { grid-row: 1 / 3; min-height: 440px; }

.milestone-line {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  margin-top: 32px;
  text-align: center;
}

.milestone-line article { padding-top: 20px; border-top: 2px solid #d9e6f7; }
.milestone-line strong { color: var(--navy); font-size: 22px; }

.about-mini-map { max-width: 760px; min-height: 360px; }

.about-image-card {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
}

.about-image-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0, 21, 50, 0.88));
}

.about-image-card div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 1;
}

.about-image-card h3,
.about-image-card p { color: #fff; }

.looking-grid article {
  min-height: 150px;
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.72)), var(--bg) center / cover no-repeat;
}

.contact-form-panel {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .86fr);
  padding: 48px;
  align-items: stretch;
}

.contact-form-panel > .inquiry-form--shortcode {
  width: 100%;
  min-width: 0;
  align-self: stretch;
}

.contact-page-form.inquiry-form {
  align-self: start;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-content: start;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
}

.contact-page-form.inquiry-form.inquiry-form--shortcode {
  width: 100%;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
}

.contact-page-form h2 { margin: 0 0 4px; color: var(--navy); font-size: 32px; }

.contact-page-form h2::after {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: var(--primary);
}

.contact-page-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-page-form input, .contact-page-form select { height: 52px; }
.contact-page-form textarea { min-height: 128px; }
.contact-page-form > select, .contact-page-form > textarea, .contact-page-form .contact-page-submit { grid-column: 1 / -1; }
.contact-page-submit { width: 100%; height: 52px; }

.contact-page-form.inquiry-form--shortcode > h2 {
  grid-column: 1 / -1;
}

.contact-page-form.inquiry-form--shortcode .frm-fluent-form,
.contact-page-form.inquiry-form--shortcode .fluentform,
.contact-page-form.inquiry-form--shortcode .ff_form_wrapper,
.contact-page-form.inquiry-form--shortcode form.frm-fluent-form {
  width: 100%;
  max-width: none;
}

/* Form column layout: use Fluent Forms editor settings (do not override .ff-t-container / .ff-t-cell). */
.inquiry-form--shortcode .fluentform,
.inquiry-form--shortcode .ff_form_wrapper,
.inquiry-form--shortcode .frm-fluent-form {
  width: 100%;
  max-width: none;
}

.inquiry-form--shortcode .ff-el-group {
  margin-bottom: 16px;
}

.inquiry-form--shortcode .ff-t-cell .ff-el-form-control,
.inquiry-form--shortcode .ff-t-cell select,
.inquiry-form--shortcode .ff-t-cell textarea {
  width: 100%;
  box-sizing: border-box;
}

.inquiry-form--shortcode .ff-el-form-control,
.inquiry-form--shortcode select,
.inquiry-form--shortcode textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
}

.inquiry-form--shortcode textarea {
  min-height: 124px;
  padding: 16px 18px;
}

.inquiry-form--shortcode .ff_submit_btn_wrapper .ff-btn-submit {
  min-height: 52px;
  font-weight: 800;
  box-sizing: border-box;
}

.about-page .about-inquiry-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto;
  max-width: fit-content;
  min-width: 150px;
  height: 46px;
  padding: 0 24px;
  border: 0;
  border-radius: 3px;
  background: #ff6b00;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  justify-self: end;
}

.about-page .about-inquiry-cta svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.contact-solution-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  color: #fff;
  background: #061d3d;
}

.contact-solution-card__media {
  position: absolute;
  inset: 0;
}

.contact-solution-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.contact-solution-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(4, 24, 56, 0.18), rgba(4, 24, 56, 0.94));
  pointer-events: none;
}

.contact-solution-card__body {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding: 38px;
}

.contact-solution-card h3 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 16px;
}

.contact-solution-card ul {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.contact-solution-card li {
  display: flex;
  gap: 12px;
  align-items: center;
}

.contact-network-grid { grid-template-columns: minmax(460px, 1.05fr) minmax(0, .95fr); }
.contact-network-map .contact-echarts-map { max-width: none; min-height: 380px; margin-inline: 0; }
.contact-network-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-network-list article { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 22px; padding: 36px 28px; border-bottom: 1px solid var(--border-light); }
.contact-network-list article:nth-child(odd) { border-right: 1px solid var(--border-light); }

.office-grid { grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr)); }
.office-card { overflow: hidden; border: 1px solid var(--border); border-radius: 8px; background: #fff; box-shadow: 0 16px 38px rgba(7,26,61,.06); }
.office-card img { height: 180px; }
.office-card div { padding: 22px; }
.office-card-featured { display: grid; grid-template-columns: 1fr 1fr; background: #06224a; color: #fff; }
.office-card-featured img { height: 100%; }
.office-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 800;
}

.office-card a svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.contact-value-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 26px; border: 1px solid var(--border); border-radius: 8px; background: #fff; }

/* About page visual restore */
.about-page .page-hero-bg img {
  object-position: center 48%;
}

.about-page .page-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(2, 20, 49, 0.88), rgba(2, 28, 63, 0.54) 54%, rgba(2, 20, 49, 0.18)),
    linear-gradient(180deg, rgba(2, 20, 49, 0.14), rgba(2, 20, 49, 0.36));
}

.about-page .about-profile-section {
  padding: 48px 0 26px;
}

.about-page .about-profile-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 54px;
  align-items: start;
}

.about-page .about-profile-copy h2 {
  max-width: 520px;
  margin: 8px 0 14px;
  font-size: clamp(30px, 2.8vw, 38px);
  line-height: 1.08;
}

.about-page .about-profile-copy > p {
  max-width: 680px;
  font-size: 15px;
  line-height: 1.7;
}

.about-page .about-feature-row {
  margin-top: 26px;
  row-gap: 22px;
  column-gap: 0;
  border-top: 0;
}

.about-page .about-feature-row article {
  min-height: 0;
  padding: 0 24px 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.about-page .about-feature-row article + article {
  padding-left: 22px;
  border-left: 1px solid var(--border);
}

.about-page .about-feature-row article:nth-child(3n + 1) {
  padding-left: 0;
  border-left: 0;
}

.about-page .about-feature-row svg {
  width: 30px;
  height: 30px;
}

.about-page .about-feature-row h3 {
  margin: 0 0 2px;
  font-size: 13px;
  line-height: 1.15;
}

.about-page .about-feature-row p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.about-page .about-profile-media {
  grid-template-columns: 1.45fr 0.95fr;
  gap: 12px;
  max-height: 360px;
  min-height: 0;
}

.about-page .about-media-main {
  min-height: 360px;
}

.about-page .about-profile-media > div {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  min-height: 0;
}

.about-page .about-milestone-section,
.about-page .about-card-section,
.about-page .about-global-section,
.about-page .about-capabilities-section,
.about-page .about-expertise-section,
.about-page .about-looking-section {
  padding: 28px 0;
}

.about-page .milestone-line {
  gap: 42px;
  margin-top: 26px;
}

.about-page .milestone-line article {
  padding-top: 17px;
}

.about-page .milestone-line strong {
  font-size: 19px;
}

.about-page .milestone-line p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.about-page .about-card-grid {
  gap: 20px;
}

.about-page .about-info-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px 18px;
  align-items: start;
  padding: 22px 24px;
}

.about-page .about-card-grid.four .about-info-card {
  min-height: 104px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 18px 22px;
}

.about-page .about-info-card svg {
  grid-row: 1 / span 3;
  width: 34px;
  height: 34px;
}

.about-page .about-info-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
}

.about-page .about-info-card p,
.about-page .about-info-card span {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.about-page .about-global-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(560px, 0.95fr);
  gap: 38px;
  align-items: center;
}

.about-page .about-mini-map {
  max-width: none;
  min-height: 300px;
  border-radius: 7px;
}

.about-page .about-mini-map .world-map {
  height: 300px;
}

.about-page .about-global-metrics {
  gap: 0;
}

.about-page .about-global-metrics article {
  min-height: 142px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 16px 18px;
  border: 0;
  border-left: 1px solid var(--border);
  border-radius: 0;
  box-shadow: none;
}

.about-page .about-global-metrics svg {
  width: 34px;
  height: 34px;
}

.about-page .about-global-metrics strong {
  color: var(--navy);
  font-size: 26px;
  line-height: 1;
}

.about-page .about-global-metrics p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.about-page .about-image-card {
  min-height: 210px;
}

.about-page .about-image-card div {
  left: 20px;
  right: 20px;
  bottom: 18px;
}

.about-page .about-image-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.about-page .about-image-card p {
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.4;
}

.about-page .about-image-card div svg {
  width: 18px;
  height: 18px;
  color: #fff;
}

.about-page .about-expertise-grid {
  grid-template-columns: minmax(420px, 0.96fr) repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.about-page .about-expertise-grid > img {
  height: 230px;
  border-radius: 7px;
}

.about-page .about-expertise-grid article {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 230px;
  padding: 18px 22px;
  text-align: center;
  border-left: 1px solid var(--border);
}

.about-page .about-expertise-grid article svg {
  width: 38px;
  height: 38px;
  color: var(--primary);
}

.about-page .about-expertise-grid article h3 {
  margin: 14px 0 8px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.25;
}

.about-page .about-expertise-grid article p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.about-page .looking-grid {
  gap: 18px;
}

.about-page .looking-grid article {
  min-height: 124px;
  padding: 24px 28px;
}

.about-page .about-inquiry-strip {
  padding: 0;
  background: #061d3d;
}

.about-page .about-inquiry-inner {
  min-height: 112px;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 32px;
  align-items: center;
  padding: 24px 0;
  color: #fff;
}

.about-page .about-inquiry-inner h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
}

.about-page .about-inquiry-inner p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.about-page .about-inquiry-inner form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 150px;
  gap: 10px;
}

.about-page .about-inquiry-inner input {
  width: 100%;
  height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  color: var(--text);
}

.about-page .about-inquiry-inner button {
  height: 46px;
  border: 0;
  border-radius: 3px;
  background: #ff6b00;
  color: #fff;
  font-weight: 800;
}

.resources-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 30px; text-align: left; }
.resources-head h2::after { margin-left: 0; }
.resources-head p { margin: 10px 0 0; color: var(--muted); }
.resources-head > a, .guide-card a, .side-card-link, .topics-head a { display: inline-flex; align-items: center; gap: 10px; color: var(--primary); font-weight: 800; }
.resource-jumpbar { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.guide-card { display: grid; grid-template-columns: 86px minmax(0, 1fr); gap: 22px; align-items: center; }
.guide-card > svg { width: 72px; height: 72px; padding: 18px; border-radius: 50%; color: var(--primary); background: #edf4ff; }
.download-card { min-height: 108px; display: grid; grid-template-columns: 54px minmax(0,1fr) auto; gap: 18px; align-items: center; }
.file-badge { width: 48px; height: 58px; display: grid; place-items: center; border-radius: 6px; color: #fff; font-weight: 800; font-size: 12px; background: #64748b; }
.file-badge.pdf { background: #ef3b2d; }
.file-badge.xlsx { background: #2e7d32; }
.file-badge.docx { background: #155fc0; }
.download-card button,
.download-card .download-card-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  color: var(--primary);
  font-weight: 800;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}
.faq-layout { grid-template-columns: minmax(0, 1fr) 360px; }
.faq-list details { padding: 20px 0; border-bottom: 1px solid var(--border); }
.faq-list summary { color: var(--navy); font-weight: 800; cursor: pointer; }

.industry-cover-grid img, .industry-demand-grid img { height: 170px; }
.industry-scenario-grid img { height: 250px; }
.industry-cover-grid article, .industry-demand-grid article, .industry-scenario-grid article { overflow: hidden; }
.industry-demand-grid article, .industry-scenario-grid div { padding: 20px; }
.industry-cover-grid h3, .industry-demand-grid h3, .industry-scenario-grid h3, .industry-core-strip h3 { margin: 0 0 8px; color: var(--navy); }
.industry-core-strip { grid-template-columns: repeat(5, minmax(0, 1fr)); text-align: center; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.industry-core-strip article { padding: 28px 18px; border-right: 1px solid var(--border-light); }

.insights-page, .insights-page .site-shell, .insights-page main { max-width: 100%; overflow-x: hidden; }

.insights-page .mobile-nav-links a.active {
  color: #fff;
}

.insights-page .mobile-nav-links a.active::after {
  width: 100%;
}
.insights-listing { padding: 44px 0 0; background: #fff; }
.insights-layout { grid-template-columns: minmax(0,1fr) 360px; align-items: start; }
.insights-tabs { display: flex; align-items: center; gap: 46px; width: 100%; padding-bottom: 18px; border-bottom: 1px solid var(--border); overflow-x: auto; scrollbar-width: none; }
.insights-tabs::-webkit-scrollbar { display: none; }
.insights-tabs a { position: relative; flex: 0 0 auto; color: var(--navy); font-weight: 700; }
.insights-tabs a::after { content: ""; position: absolute; left: 0; bottom: -19px; width: 0; height: 3px; background: #ff6b00; transition: width .2s ease; }
.insights-tabs a.is-active::after, .insights-tabs a:hover::after { width: 100%; }
.featured-insight { display: grid; grid-template-columns: minmax(280px,.95fr) minmax(0,1fr); margin-top: 34px; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; background: #fff; }
.featured-insight > div { padding: 44px; }
.featured-insight h2, .insight-card h3 { color: var(--navy); line-height: 1.28; }
.insight-meta { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 13px; }
.insight-card-grid { margin-top: 30px; }
.insight-card { overflow: hidden; }
.insight-card img { height: 210px; }
.insight-card > div { padding: 22px; }
.insights-sidebar { display: grid; gap: 18px; align-self: start; }

/* Widgets in Insights sidebar (same card shell as .insights-side-card) */
.insights-sidebar-widget .search-form,
.insights-sidebar-widget input[type="search"],
.insights-sidebar-widget select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.insights-sidebar-widget ul {
  margin: 0;
  padding-left: 1.15em;
}

.insights-sidebar-widget p:last-child {
  margin-bottom: 0;
}

.insights-advice-card { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 18px; padding: 30px; border-radius: 8px; color: #fff; background: linear-gradient(135deg, rgba(0,22,54,.96), rgba(0,56,118,.94)), url("../images/real-port-loading.jpg") center / cover no-repeat; }
.insights-advice-card > svg { width: 48px; height: 48px; }
.insights-advice-card h2 { margin: 0; color: #fff; font-size: 25px; }
.insights-advice-card p { color: rgba(255,255,255,.84); }
.insights-advice-card a, .insights-cta a { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; border-radius: 6px; background: #ff6b00; color: #fff; font-weight: 800; }
.insights-side-card { display: grid; padding: 24px 26px; }
.insights-side-card h2 { margin: 0 0 12px; color: var(--navy); font-size: 20px; }
.insights-side-card > a:not(.side-card-link), .insights-side-card > span { min-height: 46px; display: flex; align-items: center; gap: 14px; color: var(--muted); border-bottom: 1px solid var(--border-light); }
.insights-side-card small { display: block; color: var(--subtle); font-size: 10px; text-transform: uppercase; }
.topics-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 44px; }
.topic-pills a { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 10px 14px; border: 1px solid var(--border); border-radius: 8px; background: #fff; color: var(--muted); font-weight: 700; }
.insights-load { display: flex; justify-content: center; margin-top: 32px; }
.insights-load button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 230px; height: 48px; border: 1px solid var(--primary); border-radius: 6px; background: #fff; color: var(--primary); font-weight: 800; }

.single-page-content { padding: 72px 0; background: #fff; }
.single-page-article { width: min(100%, 900px); margin-inline: auto; color: var(--text); line-height: 1.85; }
.single-page-article h2 { margin-top: 42px; color: var(--navy); }
.single-page-article hr { border: 0; border-top: 1px solid var(--border); margin: 36px 0; }

.resources-cta, .industry-cta, .insights-cta { padding: 42px 0 32px; background: #fff; }
.resources-cta-inner, .industry-cta-inner, .insights-cta-inner { position: relative; isolation: isolate; min-height: 178px; display: grid; grid-template-columns: 86px minmax(0,1fr) minmax(190px,auto); gap: 28px; align-items: center; padding: 40px 72px; border-radius: 8px; overflow: hidden; color: #fff; box-shadow: 0 22px 54px rgba(0,35,82,.12); background: linear-gradient(90deg, rgba(0,22,55,.97), rgba(0,52,112,.86)), url("../images/real-cta-project.jpg") center / cover no-repeat; }
.resources-cta-inner > svg, .industry-cta-inner > svg, .insights-cta-inner > svg { width: 64px; height: 64px; padding: 14px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: rgba(255,255,255,.9); }
.resources-cta h2, .industry-cta h2, .insights-cta h2 { margin: 0; color: #fff; font-size: clamp(28px,2.4vw,38px); }
.resources-cta p, .industry-cta p, .insights-cta p { margin: 10px 0 0; color: rgba(255,255,255,.86); }
.resources-cta .btn, .industry-cta a, .insights-cta a { justify-self: end; min-width: 190px; padding: 0 34px; }

@media (max-width: 1260px) {
  .about-profile-grid, .about-global-grid, .about-expertise-grid, .about-inquiry-inner, .contact-form-panel, .contact-network-grid, .insights-layout, .faq-layout { grid-template-columns: 1fr; }
  .industry-cover-grid, .topic-pills { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .industry-demand-grid, .about-card-grid.four, .contact-info-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .insights-sidebar { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .insights-advice-card { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  .page-hero-stats, .industry-proofbar, .resource-jumpbar { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .about-feature-row, .about-global-metrics, .about-capability-grid, .looking-grid, .guide-grid, .download-grid, .industry-scenario-grid, .office-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .resources-cta-inner, .industry-cta-inner, .insights-cta-inner { grid-template-columns: 70px minmax(0,1fr); padding: 34px; }
  .resources-cta .btn, .industry-cta a, .insights-cta a { grid-column: 2; justify-self: start; width: fit-content; }
}

@media (max-width: 760px) {
  .container, .insights-page .container { width: calc(100% - 40px); max-width: calc(100% - 40px); }
  .hero-title { font-size: clamp(34px, 9vw, 42px); line-height: 1.14; }
  .hero-copy p { font-size: 17px; line-height: 1.65; }
  .page-hero h1, .industry-hero h1, .insights-hero h1 { font-size: 38px; }
  .page-hero p, .industry-hero p, .insights-hero p { font-size: 16px; }
  .page-default-hero .page-default-breadcrumb__list,
  .insights-hero-copy .page-default-breadcrumb__list { font-size: 11px; letter-spacing: 0.08em; }
  .page-default-hero .page-default-breadcrumb__list > li + li::before,
  .insights-hero-copy .page-default-breadcrumb__list > li + li::before { margin: 0 8px; }
  .insights-post-nav .post-navigation .nav-links {
    grid-template-columns: 1fr;
  }
  .insights-post-nav .nav-next {
    text-align: left;
  }
  .insights-post-nav .nav-next a {
    align-items: flex-start;
  }
  .single-insight-article .entry-content {
    padding: 24px 20px 32px;
  }
  .insights-post-nav {
    padding: 22px 20px 28px;
  }
  .about-hero-actions, .industry-hero-actions, .resources-hero-actions, .hero .hero-actions { display: grid !important; grid-template-columns: minmax(0,1fr) minmax(0,1fr) !important; gap: 10px !important; width: min(100%,360px); }
  .about-hero-actions .btn, .industry-hero-actions .btn, .resources-hero-actions .btn, .hero .hero-actions .btn { min-width: 0; padding-inline: 8px; font-size: 12px; white-space: nowrap; }
  .page-hero-stats, .industry-proofbar, .resource-jumpbar, .about-feature-row, .about-card-grid.three, .about-card-grid.four, .about-global-metrics, .about-capability-grid, .looking-grid, .contact-info-grid, .contact-page-row, .contact-network-list, .office-grid, .contact-value-strip, .guide-grid, .download-grid, .industry-cover-grid, .industry-demand-grid, .industry-scenario-grid, .industry-core-strip, .insight-card-grid, .insights-sidebar, .topic-pills { grid-template-columns: 1fr; }
  .feature-grid, .industry-cover-grid, .industry-demand-grid, .industry-core-strip, .topic-pills { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-card { min-height: 0; padding: 14px 12px; }
  .feature-card svg { width: 32px; height: 32px; }
  .feature-card h3 { font-size: 15px; }
  .feature-card p { font-size: 12px; line-height: 1.45; }
  .contact-form-panel { padding: 18px; }
  .network-map { min-height: 0; overflow: visible; }
  .world-map { position: relative; height: clamp(220px,64vw,310px); }
  .map-tooltip { position: relative; left: auto; right: auto; bottom: auto; width: auto; margin: -6px 16px 16px; }
  .resources-cta-inner, .industry-cta-inner, .insights-cta-inner { grid-template-columns: 1fr; gap: 18px; min-height: 0; padding: 28px 24px; }
  .resources-cta .btn, .industry-cta a, .insights-cta a { grid-column: auto; justify-self: stretch; width: 100%; min-width: 0; }
}

@media (max-width: 760px) {
  .about-page .about-profile-section {
    padding-bottom: 34px;
  }

  .about-page .about-profile-grid {
    gap: 28px;
  }

  .about-page .about-profile-media {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-height: none !important;
    min-height: 0 !important;
    margin-bottom: 42px;
    overflow: visible;
  }

  .about-page .about-profile-media > div {
    display: contents;
  }

  .about-page .about-media-main {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 0 !important;
    height: clamp(210px, 52vw, 280px);
  }

  .about-page .about-profile-media img {
    width: 100%;
    height: clamp(140px, 34vw, 190px);
    min-height: 0;
    border-radius: 7px;
    object-fit: cover;
  }

  .about-page .about-profile-media .about-media-main {
    height: clamp(210px, 52vw, 280px);
  }

  .about-page .about-milestone-section {
    clear: both;
    position: relative;
    z-index: 1;
    padding-top: 34px;
    background: #fff;
  }
}

/* Services & Solutions page recovery */
.services-page-hero .industry-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(1, 18, 44, 0.92), rgba(2, 28, 64, 0.48) 56%, rgba(2, 20, 49, 0.12)),
    linear-gradient(180deg, rgba(2, 18, 42, 0.18), rgba(2, 18, 42, 0.42));
}

.services-proofbar {
  background: rgba(255, 255, 255, 0.98);
  color: var(--navy);
}

.services-page-hero h1 {
  max-width: 1120px;
  font-size: clamp(44px, 4.4vw, 68px);
  line-height: 1.06;
}

.services-page-hero p {
  max-width: 760px;
}

.services-proofbar article,
.services-proofbar article strong,
.services-proofbar article span {
  color: var(--navy) !important;
  opacity: 1 !important;
}

.services-proofbar svg {
  color: var(--navy) !important;
  opacity: 1 !important;
}

.service-page-section {
  padding: 54px 0;
  background: #fff;
}

.service-page-section.compact {
  padding: 34px 0;
}

.service-architecture-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.62fr) minmax(0, 1.38fr);
  gap: 54px;
  align-items: center;
}

.service-intro h2,
.service-section-head h2 {
  position: relative;
  margin: 8px 0 18px;
  color: var(--navy);
  font-size: clamp(28px, 2.8vw, 40px);
  line-height: 1.18;
}

.service-intro h2::after,
.service-section-head h2::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 14px;
  border-radius: 999px;
  background: #ff6b00;
}

.service-section-head.centered {
  text-align: center;
}

.service-section-head.centered h2::after {
  margin-left: auto;
  margin-right: auto;
}

.service-intro p {
  margin: 0 0 24px;
  max-width: 420px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.service-intro img {
  width: 100%;
  height: 170px;
  border-radius: 6px;
  object-fit: cover;
}

.service-mode-grid,
.service-need-grid,
.service-icon-strip,
.service-value-strip {
  display: grid;
  gap: 18px;
}

.service-mode-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-mode-grid article {
  min-height: 270px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 26px 20px;
  border: 1px solid #dfe8f4;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}

.service-mode-grid svg {
  width: 54px;
  height: 54px;
  color: var(--navy);
  stroke-width: 1.8;
}

.service-mode-grid h3 {
  margin: 22px 0 0;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.22;
}

.service-mode-grid span {
  width: 42px;
  height: 3px;
  margin: 18px 0;
  border-radius: 999px;
  background: #ff6b00;
}

.service-mode-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.service-need-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-need-grid article {
  position: relative;
  min-height: 210px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border-radius: 0;
  color: #fff;
  background-image:
    linear-gradient(180deg, rgba(1, 18, 44, 0.06) 0%, rgba(1, 18, 44, 0.32) 42%, rgba(1, 18, 44, 0.9) 100%),
    var(--bg);
  background-position: center;
  background-size: cover;
}

.service-need-grid article:nth-child(1) {
  background-image:
    linear-gradient(180deg, rgba(1, 18, 44, 0.06) 0%, rgba(1, 18, 44, 0.32) 42%, rgba(1, 18, 44, 0.9) 100%),
    url("../images/real-route-capacity.jpg");
}

.service-need-grid article:nth-child(2) {
  background-image:
    linear-gradient(180deg, rgba(1, 18, 44, 0.06) 0%, rgba(1, 18, 44, 0.32) 42%, rgba(1, 18, 44, 0.9) 100%),
    url("../images/real-port-loading.jpg");
}

.service-need-grid article:nth-child(3) {
  background-image:
    linear-gradient(180deg, rgba(1, 18, 44, 0.06) 0%, rgba(1, 18, 44, 0.32) 42%, rgba(1, 18, 44, 0.9) 100%),
    url("../images/real-contact-operations.jpg");
}

.service-need-grid article:nth-child(4) {
  background-image:
    linear-gradient(180deg, rgba(1, 18, 44, 0.06) 0%, rgba(1, 18, 44, 0.32) 42%, rgba(1, 18, 44, 0.9) 100%),
    url("../images/real-truck-detail.jpg");
}

.service-need-grid svg {
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  color: #fff;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.34));
}

.service-need-grid h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
  line-height: 1.22;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.service-need-grid p {
  margin: 0;
  max-width: 230px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.45;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.38);
}

.service-icon-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #dfe8f4;
  border-bottom: 1px solid #dfe8f4;
}

.service-icon-strip article,
.service-value-strip article {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 132px;
  padding: 22px 18px;
  text-align: center;
  border-right: 1px solid #e6edf6;
}

.service-icon-strip article:last-child,
.service-value-strip article:last-child {
  border-right: 0;
}

.service-icon-strip svg,
.service-value-strip svg {
  width: 36px;
  height: 36px;
  color: var(--navy);
  stroke-width: 1.8;
}

.service-icon-strip h3,
.service-value-strip h3 {
  margin: 14px 0 0;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.25;
}

.service-value-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  border: 1px solid #dfe8f4;
  border-radius: 6px;
  overflow: hidden;
}

.services-cta .industry-cta-inner {
  background:
    linear-gradient(90deg, rgba(0, 22, 55, 0.96), rgba(0, 52, 112, 0.78)),
    url("../images/real-ship-loading.jpg") center / cover no-repeat;
}

.services-cta .industry-cta-inner > a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
}

.services-cta .industry-cta-inner > a svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1260px) {
  .service-architecture-grid {
    grid-template-columns: 1fr;
  }

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

  .service-icon-strip,
  .service-value-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .services-page-hero .industry-hero-bg img {
    object-position: 58% center;
  }

  .services-page-hero h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  .services-page-hero p {
    font-size: 15px;
    line-height: 1.55;
  }

  .service-page-section {
    padding: 34px 0;
  }

  .service-page-section.compact {
    padding: 28px 0;
  }

  .service-architecture-grid {
    gap: 24px;
  }

  .service-intro h2,
  .service-section-head h2 {
    font-size: 28px;
  }

  .service-intro p {
    font-size: 14px;
  }

  .service-intro img {
    height: 138px;
  }

  .service-mode-grid,
  .service-need-grid,
  .service-icon-strip,
  .service-value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    border: 0;
  }

  .service-mode-grid article {
    min-height: 190px;
    padding: 20px 12px;
  }

  .service-mode-grid svg {
    width: 42px;
    height: 42px;
  }

  .service-mode-grid h3 {
    margin-top: 14px;
    font-size: 17px;
  }

  .service-mode-grid span {
    margin: 12px 0;
  }

  .service-mode-grid p {
    font-size: 13px;
    line-height: 1.55;
  }

  .service-need-grid article {
    min-height: 172px;
    padding: 16px 14px;
  }

  .service-need-grid svg {
    width: 26px;
    height: 26px;
    margin-bottom: 12px;
  }

  .service-need-grid h3 {
    font-size: 15px;
    line-height: 1.2;
  }

  .service-need-grid p {
    font-size: 12px;
  }

  .service-icon-strip article,
  .service-value-strip article {
    min-height: 126px;
    padding: 18px 10px;
    border: 1px solid #dfe8f4;
    border-radius: 6px;
  }

  .service-icon-strip svg,
  .service-value-strip svg {
    width: 30px;
    height: 30px;
  }

  .service-icon-strip h3,
  .service-value-strip h3 {
    font-size: 13px;
  }
}

/* ==========================================================================
   Final visual recovery: restore compact, polished module sizing
   ========================================================================== */

#worldNetworkMap.world-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  overflow: hidden;
}

.echarts-network-map,
.network-map:has(#worldNetworkMap) {
  min-height: 430px;
  border: 1px solid rgba(198, 216, 238, 0.72);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 26px 70px rgba(7, 35, 74, 0.09);
  overflow: hidden;
}

.network-section .network-grid {
  grid-template-columns: minmax(300px, 0.78fr) minmax(560px, 1.38fr) minmax(220px, 0.58fr);
  gap: clamp(30px, 4vw, 70px);
}

.network-section .network-copy h2 {
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.12;
}

.network-section .network-copy p {
  max-width: 430px;
  font-size: 18px;
  line-height: 1.7;
}

.network-section .map-tooltip {
  right: 28px;
  bottom: 28px;
  width: min(310px, calc(100% - 56px));
  padding: 18px 20px;
  border: 1px solid rgba(198, 216, 238, 0.72);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(0, 35, 82, 0.08);
}

/* Services /network: same ECharts frame + tooltip as .network-section */
.service-trade-lanes .service-map-card:has(.network-map) {
  overflow: visible;
}

.service-trade-lanes .service-map-card:has(.network-map)::before {
  display: none;
}

.service-trade-lanes .service-map-card .map-panel {
  min-height: 0;
  width: 100%;
  display: block;
  place-items: unset;
}

.service-trade-lanes .service-map-card .network-map:has(#worldNetworkMap) {
  max-width: none;
  margin-inline: 0;
}

.service-trade-lanes .map-tooltip {
  right: 28px;
  bottom: 28px;
  width: min(310px, calc(100% - 56px));
  padding: 18px 20px;
  border: 1px solid rgba(198, 216, 238, 0.72);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(0, 35, 82, 0.08);
  z-index: 3;
}

.resource-list {
  gap: 22px;
}

.resource-card {
  min-height: 86px;
  padding: 22px 24px;
}

.resource-card svg {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
}

.resource-card h3 {
  font-size: 17px;
  line-height: 1.2;
}

.industry-hero {
  min-height: 480px;
}

.industry-hero-inner,
.page-hero-inner,
.insights-hero-inner {
  padding-top: 128px;
  padding-bottom: 112px;
}

.industry-hero h1,
.page-hero h1,
.insights-hero h1 {
  font-size: clamp(44px, 4.4vw, 64px);
  line-height: 1.08;
}

.industry-hero p,
.page-hero p,
.insights-hero p {
  max-width: 560px;
  font-size: 18px;
  line-height: 1.55;
}

.industry-hero-actions .btn,
.about-hero-actions .btn,
.resources-hero-actions .btn {
  min-width: 170px;
  height: 54px;
  padding-inline: 24px;
  gap: 10px;
  white-space: nowrap;
}

.industry-hero-actions .btn:first-child,
.resources-hero-actions .btn:first-child {
  min-width: 190px;
}

.industry-hero-actions .btn svg,
.about-hero-actions .btn svg,
.resources-hero-actions .btn svg {
  width: 18px;
  height: 18px;
}

.industry-proofbar,
.page-hero-stats,
.resource-jumpbar {
  min-height: 84px;
  margin-top: -45px;
  border-radius: 8px;
  box-shadow: 0 20px 46px rgba(4, 26, 58, 0.16);
}

.industry-proofbar article,
.page-stat,
.resource-jumpbar a {
  min-height: 84px;
  padding: 16px 18px;
}

.industry-proofbar svg,
.page-stat svg,
.resource-jumpbar svg {
  width: 34px;
  height: 34px;
}

.industry-section {
  padding: 44px 0;
}

.industry-section-head {
  margin-bottom: 28px;
  text-align: left;
}

.industry-section-head h2 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: clamp(28px, 2.8vw, 38px);
  line-height: 1.18;
}

.industry-section-head h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--orange);
}

.industry-cover-grid {
  gap: 18px;
}

.industry-cover-grid article {
  border-radius: 7px;
  box-shadow: 0 16px 42px rgba(7, 35, 74, 0.07);
}

.industry-cover-grid img {
  display: block;
  height: 188px;
  border-radius: 7px 7px 0 0;
}

.industry-cover-grid h3 {
  min-height: 48px;
  margin: 0 0 8px;
  padding: 16px 18px 0;
  font-size: 19px;
  line-height: 1.22;
}

.industry-cover-grid p {
  min-height: 54px;
  margin: 0;
  padding: 0 18px 18px;
  font-size: 14px;
  line-height: 1.55;
}

.industry-demand-grid {
  gap: 22px;
}

.industry-demand-grid article {
  min-height: 260px;
  border-radius: 8px;
}

.industry-demand-grid img {
  height: 148px;
}

.industry-demand-grid svg {
  width: 34px;
  height: 34px;
}

.industry-scenario-grid {
  gap: 26px;
}

.industry-scenario-grid img {
  height: 250px;
}

.industry-core-strip {
  align-items: stretch;
}

.industry-core-strip article {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 190px;
}

.industry-core-strip svg {
  width: 38px;
  height: 38px;
}

.contact-form-section {
  padding: 58px 0 70px;
}

.contact-form-panel {
  grid-template-columns: minmax(0, 1.12fr) minmax(420px, 0.88fr);
  gap: 40px;
  align-items: stretch;
  padding: 34px 40px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(7, 35, 74, 0.08);
}

.contact-page-form.inquiry-form:not(.inquiry-form--shortcode) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}

.contact-page-form h2 {
  grid-column: 1 / -1;
  font-size: 32px;
}

.contact-page-form .contact-page-row {
  display: contents;
}

.contact-page-form input,
.contact-page-form select {
  height: 50px;
  padding-inline: 18px;
  font-size: 15px;
}

.contact-page-form textarea {
  min-height: 124px;
  padding: 16px 18px;
  font-size: 15px;
}

.contact-solution-card h3 {
  font-size: 27px;
  line-height: 1.2;
}

.contact-solution-card li {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.45;
}

.contact-solution-card li svg,
.insight-meta svg,
.insight-card time svg,
.insights-side-card li svg,
.insights-side-card a svg,
.download-list svg,
.topic-pills svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.contact-network-section {
  padding: 36px 0 68px;
}

.contact-network-grid {
  grid-template-columns: minmax(520px, 1.04fr) minmax(420px, 0.96fr);
  gap: 42px;
  align-items: center;
}

.contact-network-map .network-map,
.contact-network-map .contact-echarts-map {
  min-height: 360px;
}

.contact-network-list {
  gap: 0;
  border: 0;
}

.contact-network-list article {
  min-height: 142px;
  padding: 30px 34px;
  border-right: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.contact-network-list article:nth-child(2n) {
  border-right: 0;
}

.contact-network-list article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.contact-network-list svg {
  width: 36px;
  height: 36px;
}

.about-profile-section {
  padding: 70px 0 56px;
}

.about-profile-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  gap: 58px;
  align-items: center;
}

.about-feature-row {
  margin-top: 28px;
  gap: 18px;
}

.about-feature-row article {
  min-height: 0;
  padding: 24px;
}

.about-feature-row svg {
  width: 31px;
  height: 31px;
}

.about-feature-row h3 {
  font-size: 16px;
  line-height: 1.28;
}

.about-feature-row p {
  font-size: 14px;
  line-height: 1.58;
}

.about-profile-media {
  max-height: 590px;
}

.about-media-main {
  min-height: 520px;
}

.milestone-line {
  margin-top: 46px;
}

.insights-listing {
  padding: 46px 0 58px;
}

.insights-layout {
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 34px;
  align-items: start;
}

.featured-insight {
  grid-template-columns: minmax(330px, 0.92fr) minmax(0, 1fr);
  min-height: 300px;
}

.featured-insight img {
  height: 100%;
  min-height: 300px;
}

.featured-insight > div {
  padding: 34px 36px;
}

.featured-insight h2 {
  font-size: 25px;
}

.insight-meta,
.insight-card time {
  display: flex;
  align-items: center;
  gap: 10px;
}

.insight-meta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.insight-card-grid {
  gap: 24px;
}

.insight-card {
  border-radius: 8px;
}

.insight-card img {
  height: 188px;
}

.insight-card > div {
  display: grid;
  gap: 12px;
  padding: 22px 24px 24px;
}

.insight-card h3 {
  min-height: 58px;
  margin: 0;
  font-size: 19px;
}

.insight-card p {
  min-height: 48px;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.insight-card > div > a {
  justify-self: end;
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  color: var(--orange);
}

.insight-card > div > a svg {
  width: 20px;
  height: 20px;
}

/* Insights list pagination */
.insights-pagination {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
}

.insights-pagination--classic .navigation.pagination {
  margin: 0;
}

.insights-pagination--classic .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 10px;
}

.insights-pagination--classic .page-numbers,
.insights-pagination--classic .nav-links a,
.insights-pagination--classic .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  color: var(--navy);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.insights-pagination--classic .page-numbers:hover,
.insights-pagination--classic .nav-links a:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.insights-pagination--classic .page-numbers.current,
.insights-pagination--classic .nav-links .current {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.insights-pagination--classic .page-numbers.dots,
.insights-pagination--classic .nav-links .dots {
  border-color: transparent;
  background: transparent;
  min-width: auto;
  padding: 0 4px;
  color: var(--muted);
}

.insights-pagination--classic .prev.page-numbers,
.insights-pagination--classic .next.page-numbers {
  padding: 0 18px;
}

.insights-pagination--infinite {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-height: 72px;
}

.dz-insights-loader {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-size: 0.9375rem;
  font-weight: 600;
}

.dz-insights-loader[hidden],
.dz-insights-end[hidden],
.dz-insights-error[hidden] {
  display: none !important;
}

.dz-insights-loader__spinner {
  width: 28px;
  height: 28px;
  border: 3px solid rgba(0, 59, 122, 0.15);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: dz-insights-spin 0.75s linear infinite;
}

@keyframes dz-insights-spin {
  to {
    transform: rotate(360deg);
  }
}

.dz-insights-end,
.dz-insights-error {
  margin: 0;
  font-size: 0.9375rem;
  text-align: center;
}

.dz-insights-end {
  color: var(--muted);
}

.dz-insights-error {
  color: #b42318;
}

.dz-insights-sentinel {
  width: 100%;
  height: 1px;
  pointer-events: none;
}

.insights-sidebar {
  gap: 22px;
}

.insights-advice-card,
.insights-side-card {
  padding: 26px;
  border-radius: 8px;
}

.insights-advice-card > svg {
  width: 42px;
  height: 42px;
}

.insights-side-card ul,
.download-list {
  display: grid;
  gap: 0;
}

.insights-side-card li,
.download-list a {
  min-height: 42px;
  padding: 10px 0;
}

.topic-pills {
  gap: 12px;
}

.topic-pills a {
  min-height: 50px;
  padding: 0 18px;
  justify-content: center;
}

@media (max-width: 1260px) {
  .network-section .network-grid,
  .contact-network-grid {
    grid-template-columns: 1fr;
  }

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

  .contact-form-panel,
  .about-profile-grid {
    grid-template-columns: 1fr;
  }

  .contact-solution-card,
  .about-profile-media {
    min-height: 420px;
  }
}

@media (max-width: 980px) {
  .industry-cover-grid,
  .industry-demand-grid,
  .insight-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .featured-insight,
  .insights-layout {
    grid-template-columns: 1fr;
  }

  .featured-insight img {
    height: 260px;
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .industry-hero,
  .page-hero,
  .insights-hero {
    min-height: 500px;
  }

  .industry-hero-inner,
  .page-hero-inner,
  .insights-hero-inner {
    padding-top: 112px;
    padding-bottom: 88px;
  }

  .industry-hero h1,
  .page-hero h1,
  .insights-hero h1 {
    font-size: clamp(34px, 9vw, 42px);
  }

  .industry-proofbar,
  .page-hero-stats,
  .resource-jumpbar {
    margin-top: -24px;
    overflow-x: auto;
  }

  .industry-proofbar {
    grid-template-columns: repeat(2, minmax(180px, 1fr));
  }

  .network-section {
    min-height: 0;
    padding: 58px 0 72px;
  }

  .network-section .network-copy h2 {
    font-size: 36px;
  }

  .metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
  }

  .metrics strong {
    font-size: 30px;
  }

  .resource-list {
    grid-template-columns: 1fr;
  }

  .echarts-network-map,
  .network-map:has(#worldNetworkMap),
  .contact-network-map .network-map,
  .contact-network-map .contact-echarts-map {
    min-height: 300px;
  }

  .network-section .map-tooltip,
  .service-trade-lanes .map-tooltip {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin: -6px 14px 14px;
  }

  .industry-section {
    padding: 34px 0;
  }

  .industry-section-head {
    margin-bottom: 24px;
  }

  .industry-section-head h2 {
    font-size: 28px;
  }

  .industry-cover-grid,
  .industry-demand-grid,
  .industry-core-strip,
  .insight-card-grid,
  .topic-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .industry-cover-grid img {
    height: 118px;
  }

  .industry-demand-grid article,
  .industry-scenario-grid div {
    padding: 14px;
  }

  .industry-cover-grid h3 {
    padding: 12px 14px 0;
  }

  .industry-cover-grid p {
    padding: 0 14px 14px;
  }

  .industry-cover-grid h3,
  .industry-demand-grid h3,
  .industry-core-strip h3 {
    min-height: 0;
    font-size: 15px;
  }

  .industry-cover-grid p,
  .industry-demand-grid p,
  .industry-core-strip p {
    min-height: 0;
    font-size: 12px;
    line-height: 1.45;
  }

  .industry-demand-grid img {
    height: 110px;
  }

  .industry-scenario-grid {
    grid-template-columns: 1fr;
  }

  .industry-core-strip article {
    min-height: 150px;
    padding: 18px 12px;
  }

  .contact-form-panel {
    gap: 24px;
    padding: 20px;
  }

  .contact-page-form.inquiry-form:not(.inquiry-form--shortcode) {
    grid-template-columns: 1fr;
  }

  .contact-page-form h2 {
    font-size: 30px;
  }

  .contact-solution-card {
    min-height: 320px;
  }

  .contact-solution-card__body {
    padding: 26px;
  }

  .contact-network-list {
    grid-template-columns: 1fr;
  }

  .contact-network-list article {
    min-height: 0;
    border-right: 0;
  }

  .about-profile-section {
    padding: 46px 0 40px;
  }

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

  .about-feature-row article {
    min-height: 0;
    padding: 18px;
  }

  .about-media-main,
  .contact-solution-card,
  .about-profile-media {
    min-height: 320px;
  }

  .featured-insight > div,
  .insights-advice-card,
  .insights-side-card {
    padding: 22px;
  }

  .featured-insight h2 {
    font-size: 22px;
  }

  .insight-card img {
    height: 138px;
  }

  .insight-card > div {
    padding: 16px;
  }

  .insight-card h3 {
    min-height: 0;
    font-size: 16px;
  }

  .insight-card p {
    min-height: 0;
  }
}

/* Resources page final restore */
.resources-hero .page-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(1, 20, 48, 0.94), rgba(1, 30, 68, 0.76) 46%, rgba(1, 20, 48, 0.42)),
    linear-gradient(180deg, rgba(0, 18, 45, 0.24), rgba(0, 18, 45, 0.38));
}

.resources-hero {
  min-height: 510px;
}

.resources-hero .page-hero-inner {
  min-height: 510px;
  padding-top: 116px;
  padding-bottom: 112px;
}

.resources-hero h1 {
  max-width: 520px;
  font-size: clamp(52px, 5vw, 72px);
  line-height: 1.05;
}

.resources-hero p {
  max-width: 560px;
  font-size: 18px;
  line-height: 1.65;
}

.resources-section > .container,
.faq-section > .container,
.resource-jumpbar {
  width: min(100% - 160px, var(--container));
}

.resources-section {
  padding: 58px 0 66px;
}

.resources-downloads,
.faq-section {
  border-top: 1px solid rgba(213, 225, 241, 0.74);
}

.resource-jumpbar {
  min-height: 84px;
  margin-top: -43px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-radius: 7px;
  overflow: hidden;
  background: rgba(3, 42, 89, 0.98);
  box-shadow: 0 22px 48px rgba(0, 25, 58, 0.24);
}

.resource-jumpbar a {
  min-height: 84px;
  padding: 0 36px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  gap: 20px;
  align-items: center;
}

.resource-jumpbar svg {
  width: 32px;
  height: 32px;
}

.resource-jumpbar a > svg:last-child {
  width: 18px;
  height: 18px;
  justify-self: end;
}

/* Jumpbar labels are primary text (not page-stat subtitles). Scope to resources page only. */
.page-resources-support .resource-jumpbar span {
  color: #fff;
  font-size: clamp(11px, 0.78vw, 14px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.resources-head {
  align-items: center;
  margin-bottom: 34px;
}

.resources-head h2 {
  font-size: clamp(34px, 3.4vw, 48px);
  line-height: 1.1;
}

.resources-head > a {
  color: #ff6b00;
  font-size: 15px;
  white-space: nowrap;
}

.resources-head > a svg,
.guide-card a svg,
.download-card button svg,
.download-card .download-card-action svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

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

.guide-card {
  min-height: 132px;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 28px 30px;
  border-radius: 7px;
  box-shadow: 0 14px 36px rgba(7, 35, 74, 0.045);
}

.guide-card > svg {
  width: 64px;
  height: 64px;
  padding: 16px;
  border-radius: 50%;
  color: var(--primary);
  background: #edf4ff;
}

.guide-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}

.guide-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.guide-card a {
  margin-top: 12px;
  color: #ff6b00;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

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

.download-card {
  min-height: 112px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 20px;
  padding: 24px 26px;
  border-radius: 7px;
}

.file-badge {
  width: 48px;
  height: 58px;
  border-radius: 5px;
}

.download-card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 18px;
}

.download-card p {
  margin: 0;
  color: var(--muted);
}

.download-card button,
.download-card .download-card-action {
  height: 38px;
  min-width: 112px;
  justify-content: center;
}

.download-card button:hover,
.download-card .download-card-action:hover {
  border-color: var(--primary);
  background: #edf4ff;
  color: var(--primary);
  box-shadow: 0 6px 18px rgba(0, 35, 82, 0.08);
}

.download-card button:focus-visible,
.download-card .download-card-action:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.download-card button:active,
.download-card .download-card-action:active {
  background: #e3edfb;
  border-color: var(--primary);
  box-shadow: 0 2px 8px rgba(0, 35, 82, 0.06);
}

.faq-layout {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 56px;
  align-items: start;
}

.faq-list {
  border: 1px solid var(--border);
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
}

.faq-list details {
  padding: 0;
  border-bottom: 1px solid var(--border-light);
}

.faq-list details:last-child {
  border-bottom: 0;
}

.faq-list summary {
  position: relative;
  padding: 20px 24px;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: 22px;
  font-weight: 800;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 24px 24px;
  color: var(--muted);
  line-height: 1.65;
}

.faq-help-card {
  display: grid;
  gap: 16px;
  padding: 34px 32px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(7, 35, 74, 0.08);
}

.faq-help-card > svg {
  width: 66px;
  height: 66px;
  padding: 15px;
  border-radius: 50%;
  color: var(--primary);
  background: #edf4ff;
}

.faq-help-card h3 {
  margin: 10px 0 0;
  color: var(--navy);
  font-size: 28px;
}

.faq-help-card p {
  margin: 0;
  color: var(--muted);
}

.faq-help-card span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
}

.faq-help-card span svg {
  width: 18px;
  height: 18px;
  color: var(--navy);
  flex: 0 0 auto;
}

.faq-help-card a {
  min-height: 54px;
  margin-top: 8px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
}

.faq-help-card a svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

@media (max-width: 1180px) {
  .guide-grid,
  .download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .resources-section > .container,
  .faq-section > .container,
  .resource-jumpbar {
    width: min(100% - 32px, var(--container));
  }

  .resources-hero,
  .resources-hero .page-hero-inner {
    min-height: 470px;
  }

  .resources-hero h1 {
    font-size: 40px;
  }

  .resource-jumpbar {
    margin-top: -28px;
    grid-template-columns: 1fr;
  }

  .resource-jumpbar a {
    min-height: 64px;
  }

  .page-resources-support .resource-jumpbar span {
    font-size: 16px;
    line-height: 1.24;
  }

  .guide-grid,
  .download-grid {
    grid-template-columns: 1fr;
  }

  .guide-card,
  .download-card {
    padding: 22px;
  }

  .download-card {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .download-card button,
  .download-card .download-card-action {
    grid-column: 1 / -1;
    width: 100%;
  }
}

/* Insights page final restore */
.insights-hero {
  min-height: 520px;
}

.insights-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(0, 26, 66, 0.94) 0%, rgba(0, 35, 78, 0.78) 38%, rgba(0, 34, 78, 0.42) 70%, rgba(0, 31, 72, 0.34) 100%),
    linear-gradient(180deg, rgba(0, 15, 36, 0.14), rgba(0, 19, 48, 0.18));
}

.insights-hero-bg img {
  object-position: center 52%;
}

.insights-hero-inner {
  min-height: 520px;
  padding-top: 128px;
  padding-bottom: 112px;
  align-items: end;
}

.insights-hero h1 {
  font-size: clamp(46px, 4.55vw, 62px);
  line-height: 1.08;
}

.insights-hero p {
  max-width: 520px;
  margin-top: 14px;
  font-size: 19px;
  line-height: 1.45;
}

.insights-listing > .container,
.insights-topics-wrap,
.insights-cta > .container {
  width: min(100% - 160px, var(--container));
}

.insights-listing {
  padding: 30px 0 0;
  background: #fff;
}

.insights-layout {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px;
  align-items: start;
}

.insights-main {
  min-width: 0;
}

/* Single post: article card + nav (matches insights cards / theme prose) */
.insights-article-panel {
  margin-top: 8px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 35, 74, 0.055);
  overflow: hidden;
}

.single-insight-article .entry-content {
  padding: 32px 36px 40px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.85;
}

.single-insight-article .entry-content > *:first-child {
  margin-top: 0;
}

.single-insight-article .entry-content h2,
.single-insight-article .entry-content h3 {
  margin-top: 36px;
  margin-bottom: 12px;
  color: var(--navy);
  line-height: 1.25;
}

.single-insight-article .entry-content h2 {
  font-size: clamp(22px, 2.1vw, 28px);
}

.single-insight-article .entry-content h3 {
  font-size: 1.15rem;
}

.single-insight-article .entry-content p {
  margin: 0 0 1.1em;
}

.single-insight-article .entry-content ul,
.single-insight-article .entry-content ol {
  margin: 0 0 1.2em 1.2em;
  padding: 0;
}

.single-insight-article .entry-content blockquote {
  margin: 24px 0;
  padding: 16px 22px;
  border-left: 4px solid var(--primary);
  background: #f4f8ff;
  color: var(--muted);
}

.single-insight-article .entry-content img,
.single-insight-article .entry-content figure {
  max-width: 100%;
  height: auto;
}

.insights-article-feature {
  margin: 0;
  line-height: 0;
  border-bottom: 1px solid var(--border);
}

.insights-article-feature__img {
  display: block;
  width: 100%;
  max-height: min(420px, 52vh);
  object-fit: cover;
}

.insights-post-nav {
  margin-top: 8px;
  padding: 28px 36px 36px;
  border-top: 1px solid var(--border);
  background: #fafbfd;
}

.insights-post-nav .post-navigation {
  margin: 0;
}

.insights-post-nav .post-navigation .nav-links {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

.insights-post-nav .nav-links a {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 100%;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  color: var(--navy);
  text-decoration: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.insights-post-nav .nav-links a:hover,
.insights-post-nav .nav-links a:focus-visible {
  border-color: rgba(0, 59, 122, 0.35);
  box-shadow: 0 8px 24px rgba(7, 26, 61, 0.06);
}

.insights-post-nav .nav-next {
  text-align: right;
}

.insights-post-nav .nav-next a {
  align-items: flex-end;
}

.insights-post-nav__label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent, #f97316);
}

.insights-post-nav__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--navy);
}

.insight-meta--hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 28px;
  margin-top: 22px;
}

.insights-hero-copy .insight-meta--hero time,
.insights-hero-copy .insight-meta--hero .insight-meta__cats {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
}

.insights-hero-copy .insight-meta--hero time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.insights-hero-copy .insight-meta--hero time svg,
.insights-hero-copy .insight-meta--hero .insight-meta__cats svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.9;
}

.insight-meta__cats {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.insights-hero-copy .insight-meta__cats a {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  transition: color 0.15s ease, border-color 0.15s ease;
}

.insights-hero-copy .insight-meta__cats a:hover,
.insights-hero-copy .insight-meta__cats a:focus-visible {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.75);
}

.insights-tabs {
  gap: 54px;
  padding-bottom: 17px;
}

.insights-tabs a {
  font-size: 15px;
}

.featured-insight {
  grid-template-columns: minmax(430px, 0.92fr) minmax(0, 1fr);
  height: 260px;
  min-height: 0;
  margin-top: 24px;
  border-radius: 7px;
}

.featured-insight img {
  height: 260px;
  min-height: 0;
  max-height: 260px;
  object-fit: cover;
}

.featured-insight > div {
  padding: 30px 36px;
  min-height: 0;
  overflow: hidden;
}

.featured-insight span {
  color: #ff6b00;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.featured-insight h2 {
  max-width: 520px;
  margin: 16px 0;
  font-size: 22px;
  line-height: 1.36;
}

.featured-insight p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.insight-meta {
  margin-top: 24px;
  justify-content: space-between;
}

.insight-meta time,
.insight-card time {
  color: var(--muted);
  font-size: 13px;
}

.insight-meta a {
  color: #ff6b00;
  font-size: 13px;
  font-weight: 800;
}

.insight-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}

.insight-card {
  border-radius: 7px;
  box-shadow: 0 14px 34px rgba(7, 35, 74, 0.055);
}

.insight-card img {
  height: 180px;
}

.insight-card > div {
  min-height: 196px;
  display: grid;
  grid-template-rows: auto auto minmax(42px, auto) 1fr;
  gap: 12px;
  padding: 18px 20px 16px;
}

.insight-card h3 {
  min-height: 48px;
  margin: 0;
  font-size: 16px;
  line-height: 1.28;
}

.insight-card p {
  min-height: 38px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.insight-card > div > a {
  align-self: end;
  justify-self: end;
  color: #ff6b00;
}

.insight-meta svg,
.insight-card time svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.insights-load {
  margin-top: 26px;
}

.insights-load button {
  width: 220px;
  height: 44px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.insights-load button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.insights-sidebar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-self: start;
}

.insights-advice-card {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  border-radius: 8px;
}

.insights-advice-card > svg {
  width: 48px;
  height: 48px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
}

.insights-advice-card h2 {
  font-size: 24px;
  line-height: 1.18;
}

.insights-advice-card p {
  margin: 8px 0 18px;
  font-size: 13px;
  line-height: 1.5;
}

.insights-advice-card a {
  min-height: 48px;
  width: 100%;
}

.insights-side-card {
  padding: 22px 24px;
  border-radius: 8px;
}

.insights-side-card h2 {
  margin-bottom: 14px;
  font-size: 20px;
}

.insights-side-card > a:not(.side-card-link),
.insights-side-card > span {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  min-height: 42px;
  column-gap: 14px;
  font-size: 14px;
  min-width: 0;
  text-align: left;
  justify-items: start;
  justify-content: stretch;
  width: 100%;
}

.insights-side-card > a:not(.side-card-link) > svg:first-child,
.insights-side-card > span > svg:first-child {
  width: 19px;
  height: 19px;
  color: var(--primary);
  flex: 0 0 auto;
  grid-column: 1;
  justify-self: start;
}

.insights-side-card > a:not(.side-card-link) > svg:last-child:not(:first-child) {
  width: 17px;
  height: 17px;
  color: var(--primary);
  flex: 0 0 auto;
  grid-column: 3;
  justify-self: end;
}

.insights-side-card > a:not(.side-card-link) span {
  min-width: 0;
  display: grid;
  grid-column: 2;
  line-height: 1.25;
  justify-self: start;
  text-align: left;
}

.insights-side-card > a:not(.side-card-link):has(span) {
  grid-template-columns: 22px minmax(0, 1fr) 18px;
}

.side-card-link {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--primary);
  font-size: 14px;
  text-align: left;
}

.side-card-link svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.topics-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
}

.topics-head h2 {
  margin: 0;
  color: var(--navy);
  font-size: 18px;
}

.topics-head a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--primary);
  font-weight: 800;
  white-space: nowrap;
}

.topics-head a svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.topic-pills {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.topic-pills a {
  min-height: 48px;
  padding: 8px 14px;
  border-radius: 7px;
  font-size: 13px;
}

.topic-pills svg {
  width: 17px;
  height: 17px;
}

.insights-cta {
  padding: 30px 0 16px;
}

.insights-cta-inner {
  min-height: 102px;
  grid-template-columns: 62px minmax(0, 1fr) 238px;
  gap: 30px;
  padding: 26px 42px;
}

.insights-cta-inner > svg {
  width: 54px;
  height: 54px;
  padding: 12px;
}

.insights-cta h2 {
  font-size: 26px;
  line-height: 1.22;
}

.insights-cta p {
  margin-top: 6px;
  font-size: 14px;
}

.insights-cta a {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  line-height: 1;
  white-space: nowrap;
}

.resources-cta .btn svg,
.industry-cta a svg,
.insights-cta a svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

@media (max-width: 1180px) {
  .insights-layout {
    grid-template-columns: 1fr;
  }

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

  .insights-advice-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .featured-insight,
  .insight-card-grid,
  .topic-pills {
    grid-template-columns: 1fr 1fr;
  }

  .featured-insight {
    grid-template-columns: 1fr;
    height: auto;
  }

  .featured-insight img {
    min-height: 230px;
    height: 230px;
  }

  .insights-cta-inner {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .insights-cta a {
    grid-column: 2;
    justify-self: start;
    width: fit-content;
  }
}

@media (max-width: 760px) {
  .insights-listing > .container,
  .insights-topics-wrap,
  .insights-cta > .container {
    width: min(100% - 32px, var(--container));
  }

  .insights-hero,
  .insights-hero-inner {
    min-height: 360px;
  }

  .insights-hero h1 {
    font-size: 40px;
  }

  .insights-hero p {
    font-size: 17px;
  }

  .insights-tabs {
    gap: 26px;
  }

  .topics-head {
    align-items: flex-start;
    gap: 14px;
  }

  .topics-head a {
    font-size: 13px;
  }

  .insight-card-grid,
  .topic-pills,
  .insights-sidebar {
    grid-template-columns: 1fr;
  }

  .insight-card img {
    height: 170px;
  }

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

  .insights-cta-inner {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .insights-cta a {
    grid-column: auto;
    width: 100%;
  }
}

/* About final page-level calibration */
.about-page .page-hero-bg img { object-position: center 48%; }
.about-page .page-hero-bg::after { background: linear-gradient(90deg, rgba(2,20,49,.88), rgba(2,28,63,.54) 54%, rgba(2,20,49,.18)), linear-gradient(180deg, rgba(2,20,49,.14), rgba(2,20,49,.36)); }
.about-page .page-stat {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  row-gap: 2px;
  align-content: center;
}
.about-page .page-stat svg {
  grid-row: 1 / 3;
  align-self: center;
}
.about-page .page-stat span,
.about-page .page-stat strong {
  grid-column: 2;
}
.about-page .page-stat strong {
  margin-top: 0;
  font-size: clamp(11px, 0.78vw, 13px);
  line-height: 1.15;
}
.about-page .about-profile-section { padding: 46px 0 24px; }
.about-page .about-profile-grid { grid-template-columns: minmax(0,.98fr) minmax(610px,1.02fr); gap: 62px; align-items: start; }
.about-page .about-profile-copy h2 { max-width: 540px; margin: 8px 0 16px; font-size: clamp(30px,2.8vw,38px); line-height: 1.08; }
.about-page .about-profile-copy > p { max-width: 590px; font-size: 14px; line-height: 1.72; }
.about-page .about-feature-row { margin-top: 30px; row-gap: 22px; column-gap: 0; }
.about-page .about-feature-row article { min-height: 0; padding: 0 26px 0 0; border: 0; border-radius: 0; box-shadow: none; }
.about-page .about-feature-row article + article { padding-left: 24px; border-left: 1px solid #d9e4f2; }
.about-page .about-feature-row svg { width: 31px; height: 31px; stroke-width: 1.8; }
.about-page .about-feature-row h3 { margin: 0 0 2px; font-size: 13px; line-height: 1.15; }
.about-page .about-feature-row p { margin: 0; font-size: 12px; line-height: 1.4; }
.about-page .about-profile-media { grid-template-columns: 1.58fr .72fr; gap: 10px; height: 336px; max-height: 336px; min-height: 0; }
.about-page .about-media-main { min-height: 336px; height: 336px; object-position: 62% 52%; filter: saturate(.94) contrast(.96) brightness(1.04); }
.about-page .about-profile-media > div { display: grid; grid-template-rows: 1fr 1fr; gap: 10px; min-height: 0; }
.about-page .about-profile-media > div img { min-height: 0; height: 163px; object-position: center center; }
.about-page .about-milestone-section,
.about-page .about-card-section,
.about-page .about-global-section,
.about-page .about-capabilities-section,
.about-page .about-expertise-section,
.about-page .about-looking-section { padding: 28px 0; }
.about-page .about-capabilities-section {
  padding-top: 34px;
  padding-bottom: 30px;
}
.about-page .about-capability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.about-page .about-image-card {
  min-height: 218px;
  border-radius: 7px;
  box-shadow: 0 16px 34px rgba(6, 31, 70, .08);
}
.about-page .about-image-card::after {
  background: linear-gradient(180deg, rgba(3, 21, 48, .08) 0%, rgba(3, 21, 48, .22) 42%, rgba(1, 17, 42, .86) 100%);
}
.about-page .about-image-card img {
  filter: saturate(.92) contrast(.98);
}
.about-page .about-image-card div {
  left: 20px;
  right: 20px;
  bottom: 18px;
}
.about-page .about-image-card h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 19px;
  line-height: 1.18;
}
.about-page .about-image-card p {
  max-width: 92%;
  margin: 0 0 8px;
  color: #fff;
  font-size: 13px;
  line-height: 1.42;
}
.about-page .about-image-card div svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
.about-page .about-expertise-section {
  padding-top: 30px;
  padding-bottom: 34px;
}
.about-page .about-expertise-grid {
  grid-template-columns: minmax(430px, .95fr) repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}
.about-page .about-expertise-grid > img {
  height: 230px;
  border-radius: 7px;
  object-position: center center;
}
.about-page .about-expertise-grid article {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 230px;
  padding: 22px 24px;
  text-align: center;
  border-left: 1px solid #dbe6f4;
}
.about-page .about-expertise-grid article svg {
  width: 38px;
  height: 38px;
  color: var(--primary);
  stroke-width: 1.8;
}
.about-page .about-expertise-grid article h3 {
  max-width: 170px;
  margin: 14px auto 8px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.25;
}
.about-page .about-expertise-grid article p {
  max-width: 190px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}
.about-page .about-looking-section {
  padding-top: 28px;
  padding-bottom: 50px;
}
.about-page .looking-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.about-page .looking-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-content: center;
  min-height: 128px;
  padding: 24px 28px;
  border: 1px solid rgba(214, 225, 240, .68);
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.78) 62%, rgba(255,255,255,.56)), var(--bg) center / cover no-repeat;
  box-shadow: 0 12px 28px rgba(6, 31, 70, .06);
}
.about-page .looking-grid article > svg {
  grid-row: 1 / 3;
  align-self: center;
  width: 34px;
  height: 34px;
  color: var(--primary);
  stroke-width: 1.6;
}
.about-page .looking-grid h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.28;
}
.about-page .looking-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.48;
}
.about-page .milestone-line { position: relative; gap: 42px; margin-top: 28px; }
.about-page .milestone-line::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: #bdd3ef;
}
.about-page .milestone-line article {
  position: relative;
  padding-top: 30px;
  border-top: 0;
}
.about-page .milestone-line article::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--primary);
  border: 3px solid #eef5ff;
  transform: translateX(-50%);
  z-index: 1;
}
.about-page .milestone-line strong { font-size: 19px; }
.about-page .milestone-line p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.about-page .about-card-grid { gap: 20px; }
.about-page .about-info-card { min-height: 0; display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 8px 20px; align-items: center; justify-items: start; padding: 20px 26px; text-align: left; }
.about-page .about-card-grid.four .about-info-card { min-height: 92px; grid-template-columns: 52px minmax(0,1fr); padding: 16px 22px; }
.about-page .about-info-card svg { grid-row: 1 / span 3; width: 34px; height: 34px; }
.about-page .about-info-card h3 { justify-self: start; margin: 0; font-size: 15px; line-height: 1.25; text-align: left; }
.about-page .about-info-card p,
.about-page .about-info-card span { justify-self: start; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; text-align: left; }
.about-page .about-global-grid { grid-template-columns: minmax(0,1.05fr) minmax(560px,.95fr); gap: 38px; align-items: center; }
.about-page .about-mini-map { max-width: none; min-height: 300px; border-radius: 7px; }
.about-page .about-mini-map .world-map { height: 300px; }
.about-page .about-global-metrics { gap: 0; }
.about-page .about-global-metrics article { min-height: 142px; display: grid; place-items: center; text-align: center; padding: 16px 18px; border: 0; border-left: 1px solid var(--border); border-radius: 0; box-shadow: none; }
.about-page .about-global-metrics svg { width: 34px; height: 34px; }
.about-page .about-global-metrics strong { color: var(--navy); font-size: 26px; line-height: 1; }
.about-page .about-global-metrics p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.about-page .about-image-card { min-height: 210px; }
.about-page .about-image-card div { left: 20px; right: 20px; bottom: 18px; }
.about-page .about-image-card h3 { margin: 0 0 6px; font-size: 18px; }
.about-page .about-image-card p { margin: 0 0 8px; font-size: 13px; line-height: 1.4; }
.about-page .about-image-card div svg { width: 18px; height: 18px; color: #fff; }
.about-page .about-expertise-grid { grid-template-columns: minmax(420px,.96fr) repeat(4,minmax(0,1fr)); gap: 0; align-items: stretch; }
.about-page .about-expertise-grid > img { height: 230px; border-radius: 7px; }
.about-page .about-expertise-grid article { display: grid; align-content: center; justify-items: center; min-height: 230px; padding: 18px 22px; text-align: center; border-left: 1px solid var(--border); }
.about-page .about-expertise-grid article svg { width: 38px; height: 38px; color: var(--primary); }
.about-page .about-expertise-grid article h3 { margin: 14px 0 8px; color: var(--navy); font-size: 15px; line-height: 1.25; }
.about-page .about-expertise-grid article p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.about-page .looking-grid { gap: 18px; }
.about-page .looking-grid article { min-height: 124px; padding: 24px 28px; }
.about-page .about-inquiry-strip { padding: 0; background: #061d3d; }
.about-page .about-inquiry-inner { min-height: 112px; grid-template-columns: minmax(260px,.72fr) minmax(0,1.28fr); gap: 32px; align-items: center; padding: 24px 0; color: #fff; }
.about-page .about-inquiry-inner h2 { margin: 0; color: #fff; font-size: 24px; }
.about-page .about-inquiry-inner p { margin: 8px 0 0; color: rgba(255,255,255,.82); font-size: 13px; line-height: 1.45; }
.about-page .about-inquiry-inner form { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)) 150px; gap: 10px; }
.about-page .about-inquiry-inner input { width: 100%; height: 46px; padding: 0 16px; border: 0; border-radius: 3px; background: #fff; color: var(--text); }
.about-page .about-inquiry-inner button { height: 46px; border: 0; border-radius: 3px; background: #ff6b00; color: #fff; font-weight: 800; }

@media (max-width: 1260px) {
  .about-page .about-profile-grid,
  .about-page .about-global-grid,
  .about-page .about-expertise-grid,
  .about-page .about-inquiry-inner { grid-template-columns: 1fr; }
  .about-page .about-inquiry-cta { justify-self: start; width: fit-content; }
  .about-page .about-profile-media { min-height: 360px; }
  .about-page .about-global-metrics { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .about-page .about-expertise-grid article { border-left: 0; border-top: 1px solid var(--border); }
  .about-page .about-inquiry-inner form { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-page .about-inquiry-inner button { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .about-page .page-hero { min-height: 500px; }
  .about-page .page-hero-stats {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 18px;
  }
  .about-page .page-stat {
    min-height: 72px;
    grid-template-columns: 38px minmax(0,1fr) auto;
    gap: 12px;
    padding: 12px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }
  .about-page .page-stat:last-child {
    border-bottom: 0;
  }
  .about-page .page-stat svg {
    width: 28px;
    height: 28px;
  }
  .about-page .page-stat span {
    font-size: 14px;
    line-height: 1.4;
  }
  .about-page .page-stat strong {
    max-width: none;
    font-size: 16px;
    line-height: 1.24;
    text-align: left;
    white-space: normal;
  }
  .about-page .about-profile-section { padding-top: 42px; }
  .about-page .about-profile-copy h2 { font-size: 30px; }
  .about-page .about-feature-row { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
  .about-page .about-feature-row article,
  .about-page .about-feature-row article + article { padding: 0; border-left: 0; }
  .about-page .about-profile-media { grid-template-columns: 1fr 1fr; min-height: 0; max-height: none; }
  .about-page .about-media-main { grid-column: 1 / -1; min-height: 250px; }
  .about-page .about-profile-media > div {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 12px;
  }
  .about-page .about-profile-media > div img {
    height: 150px;
    min-height: 0;
  }
  .about-page .milestone-line {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 22px;
    padding-left: 0;
    --timeline-x: 28px;
    --timeline-content-gap: 46px;
  }
  .about-page .milestone-line::before {
    top: 10px;
    bottom: 10px;
    left: var(--timeline-x);
    right: auto;
    width: 2px;
    height: auto;
  }
  .about-page .milestone-line article {
    min-height: 0;
    margin-left: var(--timeline-x);
    padding: 0 0 26px var(--timeline-content-gap);
    text-align: left;
  }
  .about-page .milestone-line article:last-child {
    padding-bottom: 0;
  }
  .about-page .milestone-line article::before {
    top: 4px;
    left: 0;
    transform: translateX(-50%);
  }
  .about-page .milestone-line strong {
    display: block;
    font-size: 24px;
    line-height: 1.1;
    word-break: normal;
  }
  .about-page .milestone-line p {
    max-width: 280px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.55;
  }
  .about-page .about-card-grid.three,
  .about-page .about-card-grid.four,
  .about-page .about-capability-grid,
  .about-page .looking-grid { grid-template-columns: 1fr; }
  .about-page .about-global-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-page .about-global-metrics article { border-left: 0; border-top: 1px solid var(--border); }
  .about-page .about-global-metrics article:nth-child(odd) {
    border-right: 1px solid var(--border);
  }
  .about-page .about-global-metrics article:nth-child(-n + 2) {
    border-top: 0;
  }
  .about-page .about-image-card { min-height: 190px; }
  .about-page .about-expertise-grid > img,
  .about-page .about-expertise-grid article { min-height: 0; height: auto; }
  .about-page .about-expertise-grid article { min-height: 160px; }
  .about-page .about-inquiry-inner form { grid-template-columns: 1fr; }
}

/* About page: final calibration for capability, expertise and looking-ahead blocks. */
.about-page .about-capabilities-section {
  padding: 34px 0 30px;
}

.about-page .about-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.about-page .about-image-card {
  min-height: 218px;
  overflow: hidden;
  border-radius: 7px;
  box-shadow: 0 16px 34px rgba(6, 31, 70, .08);
}

.about-page .about-image-card::after {
  background: linear-gradient(180deg, rgba(3, 21, 48, .08) 0%, rgba(3, 21, 48, .22) 42%, rgba(1, 17, 42, .86) 100%);
}

.about-page .about-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.94) contrast(.98);
}

.about-page .about-image-card div {
  left: 20px;
  right: 20px;
  bottom: 18px;
}

.about-page .about-image-card h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 18px;
  line-height: 1.18;
}

.about-page .about-image-card p {
  max-width: 92%;
  margin: 0 0 8px;
  color: #fff;
  font-size: 13px;
  line-height: 1.42;
}

.about-page .about-image-card div svg {
  width: 18px;
  height: 18px;
  color: #fff;
  stroke-width: 2;
}

.about-page .about-expertise-section {
  padding: 28px 0 34px;
}

.about-page .about-expertise-section .eyebrow {
  display: inline-block;
  margin-bottom: 10px;
}

.about-page .about-expertise-grid {
  display: grid;
  grid-template-columns: minmax(420px, .96fr) repeat(4, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.about-page .about-expertise-grid > img {
  width: 100%;
  height: 230px;
  min-height: 0;
  border-radius: 7px;
  object-fit: cover;
  object-position: center center;
}

.about-page .about-expertise-grid article {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 230px;
  height: auto;
  padding: 18px 22px;
  text-align: center;
  border-left: 1px solid var(--border);
}

.about-page .about-expertise-grid article svg {
  width: 38px;
  height: 38px;
  color: var(--primary);
  stroke-width: 1.75;
}

.about-page .about-expertise-grid article h3 {
  max-width: 178px;
  margin: 14px auto 8px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.25;
}

.about-page .about-expertise-grid article p {
  max-width: 190px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.about-page .about-looking-section {
  padding: 28px 0 50px;
}

.about-page .about-looking-section .eyebrow {
  display: inline-block;
  margin-bottom: 14px;
}

.about-page .looking-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.about-page .looking-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 18px;
  align-content: center;
  min-height: 128px;
  padding: 24px 28px;
  border: 1px solid rgba(214, 225, 240, .68);
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.78) 62%, rgba(255,255,255,.56)), var(--bg) center / cover no-repeat;
  box-shadow: 0 12px 28px rgba(6, 31, 70, .06);
}

.about-page .looking-grid article > svg {
  grid-row: 1 / 3;
  align-self: center;
  width: 34px;
  height: 34px;
  color: var(--primary);
  stroke-width: 1.6;
}

.about-page .looking-grid h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.28;
}

.about-page .looking-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.48;
}

@media (max-width: 760px) {
  .about-page .about-capabilities-section,
  .about-page .about-expertise-section,
  .about-page .about-looking-section {
    padding: 24px 0;
  }

  .about-page .about-capability-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-page .about-image-card {
    min-height: 190px;
  }

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

  .about-page .about-expertise-grid > img {
    grid-column: 1 / -1;
    height: 210px;
  }

  .about-page .about-expertise-grid article {
    min-height: 150px;
    padding: 18px 12px;
    border-left: 0;
    border-top: 1px solid var(--border);
  }

  .about-page .about-expertise-grid article:nth-of-type(odd) {
    border-right: 1px solid var(--border);
  }

  .about-page .about-expertise-grid article svg {
    width: 34px;
    height: 34px;
  }

  .about-page .about-expertise-grid article h3 {
    max-width: 145px;
    font-size: 13px;
  }

  .about-page .about-expertise-grid article p {
    max-width: 150px;
    font-size: 11.5px;
  }

  .about-page .looking-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-page .looking-grid article {
    min-height: 112px;
    grid-template-columns: 42px minmax(0, 1fr);
    padding: 20px;
  }
}

/* Contact page: keep Offices & Coverage cards compact and icon-safe. */
.offices-section {
  padding: 52px 0 58px;
}

.office-grid {
  align-items: stretch;
  grid-template-columns: 1.45fr repeat(3, minmax(0, 1fr));
}

.office-card {
  min-height: 0;
}

.office-card img {
  display: block;
  height: 180px;
  object-fit: cover;
}

.office-card > div {
  padding: 24px 24px 26px;
}

.office-card h3 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 19px;
  line-height: 1.25;
}

.office-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.office-card a {
  margin-top: 4px;
  font-size: 14px;
}

.office-card-featured {
  grid-template-columns: .82fr 1.18fr;
  min-height: 360px;
  background: #06224a;
}

.office-card-featured img {
  height: 100%;
  min-height: 360px;
  object-position: center center;
}

.office-card-featured > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  min-width: 0;
  padding: 28px 24px;
}

.office-card-featured h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 20px;
}

.office-card-featured p {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 13.5px;
  line-height: 1.5;
  overflow-wrap: normal;
}

.office-card-featured p svg {
  width: 19px;
  height: 19px;
  color: #fff;
  stroke-width: 2;
}

.office-card-featured a {
  margin-top: 4px;
}

.contact-value-strip {
  margin-top: 24px;
  padding: 0;
  overflow: hidden;
}

.contact-value-strip article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 136px;
  padding: 28px 30px;
  background:
    linear-gradient(135deg, rgba(239, 246, 255, .9), rgba(255, 255, 255, 0) 58%);
}

.contact-value-strip article + article {
  border-left: 1px solid var(--border);
}

.contact-value-strip article > svg {
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 50%;
  background: #edf5ff;
  color: var(--primary);
  stroke-width: 1.8;
}

.contact-value-strip h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.25;
}

.contact-value-strip p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .office-card-featured {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .offices-section {
    padding: 42px 0;
  }

  .office-card-featured {
    grid-template-columns: 1fr;
  }

  .office-card-featured img {
    height: 190px;
    min-height: 0;
  }

  .office-card-featured > div {
    padding: 24px;
  }

  .office-card img {
    height: 170px;
  }

  .contact-value-strip {
    margin-top: 18px;
    padding: 0;
  }

  .contact-value-strip article {
    min-height: 124px;
    padding: 24px;
  }

  .contact-value-strip article + article {
    border-left: 0;
    border-top: 1px solid var(--border);
  }
}

/* Industry template final calibration */
.industry-scenario-grid article {
  position: relative;
}

.industry-scenario-grid article > div {
  position: relative;
  padding: 28px 24px 26px;
}

.industry-scenario-grid article > div > svg {
  position: absolute;
  left: 24px;
  top: -54px;
  width: 58px;
  height: 58px;
  padding: 13px;
  border-radius: 8px;
  background: rgba(5, 37, 82, 0.96);
  color: #fff;
  box-shadow: 0 14px 28px rgba(7, 35, 74, 0.18);
  stroke-width: 1.8;
}

@media (max-width: 760px) {
  .industry-proofbar {
    gap: 0;
    margin-top: 26px;
    overflow: hidden;
  }

  .industry-proofbar article,
  .services-proofbar article {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 76px;
    padding: 14px 12px;
    gap: 12px;
  }

  .industry-proofbar svg,
  .services-proofbar svg {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    align-self: center;
  }

  .industry-proofbar strong {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .industry-scenario-grid article > div {
    padding: 24px 20px 22px;
  }

  .industry-scenario-grid article > div > svg {
    left: 18px;
    top: -44px;
    width: 48px;
    height: 48px;
    padding: 11px;
  }
}

/* Industry page open-layout polish */
.industry-section {
  background: #fff;
}

.industry-cover-grid article,
.industry-demand-grid article,
.industry-scenario-grid article {
  box-shadow: none;
}

.industry-cover-grid article {
  border-color: #e8eef7;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.industry-demand-grid article {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.industry-demand-grid img {
  height: 150px;
  border-radius: 6px;
}

.industry-demand-grid svg {
  margin-top: 16px;
}

.industry-demand-grid h3 {
  margin-top: 10px;
}

.industry-demand-grid p {
  max-width: 290px;
}

.industry-scenario-grid article {
  border-color: #e8eef7;
  box-shadow: 0 12px 30px rgba(7, 35, 74, 0.045);
}

.industry-core-strip {
  border-top: 1px solid #dbe6f4;
  border-bottom: 1px solid #dbe6f4;
  background: transparent;
}

.industry-core-strip article {
  border-right: 1px solid #dbe6f4;
  background: transparent;
  box-shadow: none;
}

.industry-core-strip article:last-child {
  border-right: 0;
}

@media (max-width: 760px) {
  .industry-cover-grid article {
    box-shadow: 0 10px 22px rgba(7, 35, 74, 0.045);
  }

  .industry-demand-grid {
    gap: 24px 18px;
  }

  .industry-demand-grid article {
    border-bottom: 1px solid #e8eef7;
    padding-bottom: 18px;
  }

  .industry-demand-grid img {
    height: 96px;
  }

  .industry-demand-grid svg {
    margin-top: 12px;
  }

  .industry-core-strip {
    border: 0;
  }

  .industry-core-strip article {
    min-height: 160px;
    border-right: 1px solid #dbe6f4;
    border-bottom: 1px solid #dbe6f4;
  }
}

/* Industry mobile overflow fix */
@media (max-width: 760px) {
  html,
  body,
  .site-shell,
  .industry-hero,
  .industry-section {
    max-width: 100%;
    overflow-x: hidden;
  }

  .industry-hero-inner {
    min-height: 320px;
    padding-top: 72px;
    padding-bottom: 34px;
  }

  .industry-hero h1 {
    font-size: clamp(30px, 8vw, 38px);
  }

  .industry-hero p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.5;
  }

  .industry-hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100%;
    max-width: 100%;
  }

  .industry-hero-actions .btn,
  .industry-hero-actions .btn:first-child {
    width: 100%;
    min-width: 0;
    height: 48px;
    padding: 0 10px;
    gap: 6px;
    font-size: 13px;
    line-height: 1.15;
    white-space: normal;
  }

  .industry-hero-actions .btn svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }

  .industry-proofbar {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 20px;
    border-radius: 8px;
  }

  .industry-proofbar article,
  .services-proofbar article {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 0;
    min-height: 82px;
    padding: 14px 12px;
    gap: 12px;
  }

  .industry-proofbar svg,
  .services-proofbar svg {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    align-self: center;
  }

  .industry-proofbar strong,
  .services-proofbar strong {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.22;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .industry-cover-grid h3 {
    min-height: 0;
    font-size: 17px;
    line-height: 1.15;
  }

  .industry-cover-grid p {
    min-height: 0;
    font-size: 13px;
    line-height: 1.45;
  }
}

/* Shared mobile hero controls and proof bars */
@media (max-width: 760px) {
  html,
  body,
  .site-shell {
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero .hero-actions,
  .about-hero-actions,
  .industry-hero-actions,
  .resources-hero-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero .hero-actions .btn,
  .about-hero-actions .btn,
  .industry-hero-actions .btn,
  .resources-hero-actions .btn,
  .industry-hero-actions .btn:first-child,
  .resources-hero-actions .btn:first-child {
    width: 100% !important;
    min-width: 0 !important;
    height: 48px;
    padding: 0 10px !important;
    gap: 6px;
    font-size: 13px;
    line-height: 1.15;
    white-space: normal !important;
    text-align: center;
  }

  .hero .hero-actions .btn svg,
  .about-hero-actions .btn svg,
  .industry-hero-actions .btn svg,
  .resources-hero-actions .btn svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }

  .page-hero-stats,
  .industry-proofbar,
  .resource-jumpbar {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    overflow: hidden;
  }

  .page-stat,
  .industry-proofbar article,
  .resource-jumpbar a {
    min-width: 0;
    min-height: 82px;
    padding: 13px 10px;
    gap: 9px;
    align-items: center;
    justify-content: start;
  }

  .page-stat {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-content: center;
  }

  .page-stat svg {
    grid-row: 1 / span 2;
    align-self: center;
    width: 28px;
    height: 28px;
  }

  .industry-proofbar article,
  .services-proofbar article {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 14px 12px;
  }

  .industry-proofbar svg,
  .services-proofbar svg {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    align-self: center;
  }

  .page-stat span,
  .page-stat strong,
  .industry-proofbar strong,
  .services-proofbar strong {
    min-width: 0;
    margin: 0;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .page-stat span {
    font-size: 14px;
    line-height: 1.35;
  }

  .page-stat strong,
  .industry-proofbar strong,
  .services-proofbar strong {
    font-size: 16px;
    line-height: 1.24;
  }

  .resource-jumpbar a {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 16px;
  }

  .resource-jumpbar svg {
    width: 23px;
    height: 23px;
  }

  .resource-jumpbar svg:last-child {
    width: 15px;
    height: 15px;
  }

  .resource-jumpbar span {
    min-width: 0;
    font-size: 15px;
    line-height: 1.22;
    white-space: normal;
    overflow-wrap: break-word;
  }
}

/* Shared mobile drawer alignment */
@media (max-width: 980px) {
  .main-nav {
    right: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    border-right: 0 !important;
  }

  .main-nav .mobile-nav-kicker {
    padding-left: 56px !important;
    padding-right: 36px !important;
    text-align: left !important;
  }

  .main-nav .mobile-nav-links {
    display: block !important;
    width: min(calc(100vw - 112px), 340px) !important;
    max-width: none !important;
    box-sizing: border-box;
    margin: 0 0 0 56px !important;
    padding: 0 !important;
    transform: none !important;
  }

  .main-nav .mobile-nav-links a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box;
    min-height: 58px;
    margin: 0 !important;
    text-align: left !important;
    padding: 0 !important;
  }

  .main-nav .mobile-nav-links a.active {
    color: #1c2d4a;
    background: #f7faff;
  }

  .main-nav .mobile-nav-links a.active::after {
    display: none;
  }

  .main-nav .mobile-nav-links span {
    display: inline-block;
    min-width: 0;
    width: 36px;
    flex: 0 0 36px;
    text-align: left;
  }

  .main-nav .mobile-nav-foot {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
}

/* Shared compact mobile cards */
@media (max-width: 760px) {
  .contact-info-section {
    padding: 36px 0 28px;
  }

  .contact-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }

  .contact-info-section .contact-info-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    padding: 16px !important;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(7, 35, 74, 0.045);
  }

  .contact-info-grid.contact-info-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .contact-info-card__head svg {
    width: 26px;
    height: 26px;
  }

  .contact-info-card__head h3 {
    font-size: 15px;
  }

  .contact-info-section .site-contact-lines__item {
    font-size: 13px;
  }

  .office-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .office-card,
  .office-card-featured {
    min-height: 0;
  }

  .office-card-featured {
    grid-template-columns: 1fr !important;
  }

  .office-card-featured img,
  .office-card img {
    width: 100%;
    height: 180px !important;
    min-height: 0;
    object-fit: cover;
  }

  .office-card > div,
  .office-card-featured > div {
    padding: 20px !important;
  }

  .office-card h3,
  .office-card-featured h3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.25;
  }

  .office-card p,
  .office-card-featured p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 430px) {
  .contact-info-grid {
    grid-template-columns: 1fr !important;
  }

}

/* Services page final alignment */
.services-page-hero + .services-proofbar {
  margin-top: -48px;
}

.services-proofbar {
  overflow: hidden;
  border: 1px solid rgba(216, 228, 244, 0.94);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 48px rgba(4, 26, 58, 0.14);
}

.services-proofbar article {
  justify-content: center;
  border-right-color: #dfe8f4;
}

.services-proofbar article:last-child {
  border-right: 0;
}

.services-proofbar article,
.services-proofbar article strong {
  color: var(--navy) !important;
}

.services-proofbar svg {
  color: var(--navy) !important;
}

.services-cta {
  padding-top: 56px;
}

.services-cta .industry-cta-inner {
  min-height: 126px;
  grid-template-columns: 70px minmax(0, 1fr) 220px;
  gap: 30px;
  padding: 34px 56px;
  border-radius: 8px;
}

.services-cta .industry-cta-inner > a {
  min-width: 190px;
  min-height: 54px;
  padding: 0 32px;
  border-radius: 999px;
  background: #ff6b00;
  color: #fff;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(255, 107, 0, 0.22);
}

.services-cta .industry-cta-inner > a:hover {
  background: #e95f00;
}

.services-cta .industry-cta-inner > a svg {
  color: #fff;
  stroke-width: 2.2;
}

@media (max-width: 980px) {
  .services-cta .industry-cta-inner {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 30px;
  }

  .services-cta .industry-cta-inner > a {
    grid-column: 2;
    justify-self: start;
    width: auto;
  }
}

@media (max-width: 760px) {
  .services-page-hero + .services-proofbar {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    margin-top: 18px;
    border-radius: 8px;
  }

  .services-proofbar article {
    min-height: 76px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 9px;
    justify-content: start;
    padding: 13px 12px;
  }

  .services-proofbar svg {
    width: 23px;
    height: 23px;
  }

  .services-proofbar strong {
    margin: 0;
    font-size: 14px;
    line-height: 1.18;
  }

  .services-cta {
    padding-top: 36px;
  }

  .services-cta .industry-cta-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 26px 24px;
  }

  .services-cta .industry-cta-inner > svg {
    width: 52px;
    height: 52px;
    padding: 12px;
  }

  .services-cta .industry-cta-inner > a {
    grid-column: auto;
    justify-self: start;
    width: auto;
    min-width: 164px;
    min-height: 48px;
    padding: 0 24px;
  }
}

/* Unified dark CTA action: accent from theme options (--accent) */
.resources-cta .btn,
.resources-cta a,
.industry-cta a,
.insights-cta a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--accent) !important;
  color: #fff !important;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(249, 115, 22, 0.28);
  box-shadow: 0 14px 28px color-mix(in srgb, var(--accent) 42%, transparent);
}

.resources-cta .btn:hover,
.resources-cta a:hover,
.industry-cta a:hover,
.insights-cta a:hover {
  filter: brightness(1.06);
}

.resources-cta .btn svg,
.resources-cta a svg,
.industry-cta a svg,
.insights-cta a svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #fff !important;
  stroke-width: 2.2;
}

@media (max-width: 760px) {
  .resources-cta .btn,
  .resources-cta a,
  .industry-cta a,
  .insights-cta a {
    width: 100% !important;
    min-width: 164px;
    min-height: 48px;
    padding: 0 24px !important;
    justify-self: start !important;
  }
}

/* Services page: align to the supplied service template reference. */
.services-page-hero {
  min-height: 500px;
}

.services-page-hero .industry-hero-bg img {
  object-position: center 54%;
}

.services-page-hero .industry-hero-bg::after {
  background:
    linear-gradient(90deg, rgba(0, 22, 55, .92), rgba(0, 29, 66, .62) 48%, rgba(0, 22, 55, .22)),
    linear-gradient(180deg, rgba(0, 15, 38, .16), rgba(0, 15, 38, .42));
}

.services-page-hero .industry-hero-inner {
  padding-top: 132px;
  padding-bottom: 122px;
}

.services-page-hero h1 {
  max-width: 720px;
  font-size: clamp(38px, 3.8vw, 58px);
  line-height: 1.08;
}

.services-page-hero p {
  max-width: 610px;
  font-size: 19px;
}

.services-page-hero .service-hero-primary,
.services-page-hero .industry-hero-actions .btn-primary {
  border-color: #ff6b00;
  background: #ff6b00;
  color: #fff;
  box-shadow: 0 16px 30px rgba(255, 107, 0, .22);
}

.services-page-hero .service-hero-primary:hover,
.services-page-hero .industry-hero-actions .btn-primary:hover {
  border-color: #e95f00;
  background: #e95f00;
}

.services-page-hero + .services-proofbar {
  margin-top: -52px;
}

.services-proofbar {
  min-height: 96px;
  border: 1px solid rgba(216, 228, 244, .96);
  border-radius: 8px;
  background: rgba(255, 255, 255, .985);
  box-shadow: 0 22px 48px rgba(4, 26, 58, .15);
}

.services-proofbar article {
  min-height: 96px;
  justify-content: center;
  gap: 20px;
}

.services-proofbar svg {
  width: 36px;
  height: 36px;
  color: var(--navy) !important;
  stroke-width: 1.75;
}

.services-proofbar strong {
  color: var(--navy) !important;
  font-size: 16px;
  line-height: 1.25;
}

.service-page-section {
  padding: 48px 0;
}

.service-page-section.compact {
  padding: 28px 0;
}

.service-architecture-grid {
  grid-template-columns: minmax(280px, .48fr) minmax(0, 1.52fr);
  gap: 62px;
  align-items: start;
}

.service-intro h2,
.service-section-head h2 {
  margin-top: 0;
  font-size: clamp(26px, 2.3vw, 34px);
}

.service-intro p {
  max-width: 380px;
  margin-bottom: 26px;
  font-size: 16px;
}

.service-intro img {
  height: 170px;
  border-radius: 0;
  object-fit: cover;
}

.service-mode-grid {
  gap: 18px;
}

.service-mode-grid article {
  min-height: 272px;
  border-radius: 0;
  box-shadow: none;
}

.service-mode-grid svg {
  width: 58px;
  height: 58px;
}

.service-mode-grid h3 {
  font-size: 19px;
}

.service-mode-grid p {
  font-size: 14px;
}

.service-need-grid {
  gap: 12px;
}

.service-need-grid article,
.service-need-grid article:nth-child(1),
.service-need-grid article:nth-child(2),
.service-need-grid article:nth-child(3),
.service-need-grid article:nth-child(4) {
  min-height: 196px;
  justify-content: flex-start;
  padding: 24px 22px;
  border-radius: 0;
  color: var(--navy);
  background-image:
    linear-gradient(90deg, rgba(248, 251, 255, .9) 0%, rgba(248, 251, 255, .56) 44%, rgba(248, 251, 255, .1) 100%),
    var(--bg);
  background-position: center;
  background-size: cover;
}

.service-need-grid svg {
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--navy);
  filter: none;
}

.service-need-grid h3 {
  max-width: 170px;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 17px;
  text-shadow: none;
}

.service-need-grid p {
  max-width: 190px;
  color: var(--muted);
  font-size: 13px;
  text-shadow: none;
}

.service-icon-strip,
.service-value-strip {
  border-color: #dfe8f4;
  border-radius: 0;
  background: transparent;
}

.service-icon-strip {
  border-left: 0;
  border-right: 0;
}

.service-icon-strip article,
.service-value-strip article {
  min-height: 128px;
  background: transparent;
  box-shadow: none;
}

.service-icon-strip svg,
.service-value-strip svg {
  color: var(--navy);
}

.service-trade-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(320px, .72fr);
  gap: 56px;
  align-items: center;
}

.service-map-card {
  position: relative;
  min-height: 345px;
  overflow: hidden;
  background: #fff;
}

.service-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2px;
  background:
    radial-gradient(circle at 58% 52%, rgba(0, 95, 232, .1), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,255,255,.78));
  pointer-events: none;
  z-index: 1;
}

.service-map-card #worldNetworkMap.world-map {
  position: absolute;
  inset: 0;
  min-height: 100%;
}

.service-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid #dfe8f4;
  border-bottom: 0;
  border-right: 0;
}

.service-stat-grid article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 4px;
  align-items: center;
  min-height: 142px;
  padding: 26px 26px;
  border-right: 1px solid #dfe8f4;
  border-bottom: 1px solid #dfe8f4;
}

.service-stat-grid svg {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  color: var(--navy);
  stroke-width: 1.8;
}

.service-stat-grid strong {
  color: #ff6b00;
  font-size: 36px;
  line-height: 1;
}

.service-stat-grid span {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.35;
}

.services-cta {
  padding-top: 36px;
  padding-bottom: 0;
}

.services-cta .industry-cta-inner {
  min-height: 122px;
  grid-template-columns: 84px minmax(0, 1fr) 260px;
  gap: 26px;
  padding: 28px 36px;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(0, 22, 55, .98), rgba(0, 47, 103, .84)),
    url("../images/hero-ship1-4k.jpg") center / cover no-repeat;
}

.services-cta .industry-cta-inner > svg {
  width: 60px;
  height: 60px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
}

.services-cta .industry-cta-inner > a,
.services-cta .industry-cta-inner > a:hover {
  min-width: 240px;
  border-radius: var(--radius-sm);
  background: #ff6b00 !important;
  box-shadow: 0 14px 28px rgba(255, 107, 0, .24);
}

.services-cta .industry-cta-inner > a:hover {
  background: #e95f00 !important;
}

/* Services page reference pass: tighter proportions and more precise imagery. */
.service-page-section.service-architecture {
  padding: 44px 0 24px;
}

.service-architecture-grid {
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.service-intro h2 {
  margin-bottom: 14px;
  font-size: 30px;
  white-space: nowrap;
}

.service-intro h2::after {
  margin-top: 12px;
}

.service-intro p {
  max-width: 236px;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.58;
}

.service-architecture-visual {
  position: relative;
  width: 250px;
  max-width: 100%;
  height: 116px;
  overflow: hidden;
  background: #eef5ff;
}

.service-architecture-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% 58%;
  filter: saturate(1.06) contrast(.98);
}

.service-architecture-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 49% 70%, rgba(0, 32, 72, .1), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(0, 38, 82, .12));
  pointer-events: none;
}

.service-architecture-visual .route-arc {
  position: absolute;
  z-index: 2;
  width: 42%;
  height: 54%;
  border-top: 2px dotted rgba(255, 107, 0, .82);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
}

.service-architecture-visual .route-arc::before,
.service-architecture-visual .route-arc::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff6b00;
  box-shadow: 0 0 0 2px rgba(255,255,255,.84);
}

.service-architecture-visual .route-arc::before {
  left: 0;
}

.service-architecture-visual .route-arc::after {
  right: 0;
}

.service-architecture-visual .route-arc-one {
  left: 6%;
  top: 22%;
  transform: rotate(-4deg);
}

.service-architecture-visual .route-arc-two {
  left: 29%;
  top: 17%;
  width: 54%;
  height: 58%;
  transform: rotate(4deg);
}

.service-architecture-visual .route-arc-three {
  left: 56%;
  top: 30%;
  width: 36%;
  height: 42%;
  transform: rotate(10deg);
}

.service-mode-grid {
  gap: 12px;
}

.service-mode-grid article {
  min-height: 220px;
  padding: 20px 12px 18px;
}

.service-mode-grid svg {
  width: 46px;
  height: 46px;
}

.service-mode-grid h3 {
  margin-top: 18px;
  font-size: 17px;
}

.service-mode-grid span {
  width: 34px;
  height: 2px;
  margin: 13px 0 14px;
}

.service-mode-grid p {
  font-size: 13px;
  line-height: 1.55;
}

.service-page-section.compact {
  padding: 24px 0;
}

.service-section-head.centered {
  margin-bottom: 18px;
}

.service-section-head.centered h2 {
  font-size: 26px;
}

.service-need-grid article,
.service-need-grid article:nth-child(1),
.service-need-grid article:nth-child(2),
.service-need-grid article:nth-child(3),
.service-need-grid article:nth-child(4) {
  min-height: 170px;
  padding: 18px 18px 16px;
  background-image:
    linear-gradient(90deg, rgba(242, 247, 253, .82) 0%, rgba(242, 247, 253, .46) 45%, rgba(242, 247, 253, .05) 100%),
    var(--bg);
}

.service-need-grid article:nth-child(1) {
  background-image:
    linear-gradient(90deg, rgba(242, 247, 253, .82) 0%, rgba(242, 247, 253, .46) 45%, rgba(242, 247, 253, .05) 100%),
    url("../images/hero-ship1-4k.jpg");
  background-position: 45% center;
}

.service-need-grid article:nth-child(2) {
  background-image:
    linear-gradient(90deg, rgba(242, 247, 253, .82) 0%, rgba(242, 247, 253, .46) 45%, rgba(242, 247, 253, .05) 100%),
    url("../images/real-port-loading.jpg");
}

.service-need-grid article:nth-child(3) {
  background-image:
    linear-gradient(90deg, rgba(242, 247, 253, .84) 0%, rgba(242, 247, 253, .5) 45%, rgba(242, 247, 253, .08) 100%),
    url("../images/real-contact-operations.jpg");
}

.service-need-grid article:nth-child(4) {
  background-image:
    linear-gradient(90deg, rgba(242, 247, 253, .82) 0%, rgba(242, 247, 253, .46) 45%, rgba(242, 247, 253, .05) 100%),
    url("../images/real-truck-detail.jpg");
}

.service-need-grid svg {
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
}

.service-need-grid h3 {
  max-width: 150px;
  font-size: 15px;
  line-height: 1.18;
}

.service-need-grid p {
  max-width: 160px;
  font-size: 12px;
  line-height: 1.42;
}

.service-icon-strip article,
.service-value-strip article {
  min-height: 108px;
  padding: 16px 12px;
}

.service-icon-strip svg,
.service-value-strip svg {
  width: 32px;
  height: 32px;
}

.service-icon-strip h3,
.service-value-strip h3 {
  margin-top: 10px;
  font-size: 13px;
}

.service-trade-lanes {
  padding-top: 28px;
}

.service-trade-grid {
  gap: 42px;
}

.service-map-card {
  min-height: 285px;
}

.service-stat-grid article {
  min-height: 118px;
  padding: 20px 22px;
}

.service-stat-grid svg {
  width: 34px;
  height: 34px;
}

.service-stat-grid strong {
  font-size: 31px;
}

.services-cta {
  padding-top: 28px;
}

.services-cta .industry-cta-inner {
  min-height: 104px;
  padding: 22px 32px;
}

.services-cta .industry-cta-inner > svg {
  width: 52px;
  height: 52px;
}

.services-cta .industry-cta-inner h2 {
  font-size: 26px;
}

.services-cta .industry-cta-inner > a,
.services-cta .industry-cta-inner > a:hover {
  min-width: 210px;
  min-height: 48px;
}

@media (max-width: 1180px) {
  .service-architecture-grid,
  .service-trade-grid {
    grid-template-columns: 1fr;
  }

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

  .service-map-card {
    min-height: 330px;
  }
}

@media (max-width: 760px) {
  .services-page-hero {
    min-height: 500px;
  }

  .services-page-hero .industry-hero-inner {
    min-height: 0;
    padding-top: 88px;
    padding-bottom: 42px;
  }

  .services-page-hero h1 {
    font-size: clamp(31px, 8.2vw, 38px);
    line-height: 1.1;
  }

  .services-page-hero p {
    font-size: 15px;
  }

  .services-page-hero + .services-proofbar {
    margin-top: 18px;
  }

  .services-proofbar article {
    min-height: 82px;
    gap: 9px;
  }

  .service-page-section {
    padding: 32px 0;
  }

  .service-page-section.compact {
    padding: 24px 0;
  }

  .service-architecture-grid {
    gap: 22px;
  }

  .service-intro p {
    max-width: 100%;
  }

  .service-architecture-visual {
    height: 138px;
  }

  .service-intro h2,
  .service-section-head h2 {
    font-size: 28px;
  }

  .service-intro img {
    height: 140px;
  }

  .service-mode-grid article {
    min-height: 184px;
    padding: 18px 12px;
  }

  .service-mode-grid svg {
    width: 38px;
    height: 38px;
  }

  .service-mode-grid h3 {
    font-size: 16px;
  }

  .service-mode-grid p {
    font-size: 12px;
    line-height: 1.55;
  }

  .service-need-grid article,
  .service-need-grid article:nth-child(1),
  .service-need-grid article:nth-child(2),
  .service-need-grid article:nth-child(3),
  .service-need-grid article:nth-child(4) {
    min-height: 154px;
    padding: 14px 12px;
    background-image:
      linear-gradient(90deg, rgba(248, 251, 255, .92) 0%, rgba(248, 251, 255, .68) 55%, rgba(248, 251, 255, .28) 100%),
      var(--bg);
  }

  .service-need-grid svg {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
  }

  .service-need-grid h3 {
    max-width: 130px;
    font-size: 14px;
  }

  .service-need-grid p {
    max-width: 135px;
    font-size: 11.5px;
    line-height: 1.35;
  }

  .service-icon-strip,
  .service-value-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #dfe8f4;
    border-right: 0;
    border-bottom: 0;
  }

  .service-icon-strip article,
  .service-value-strip article {
    min-height: 112px;
    padding: 16px 10px;
    border-right: 1px solid #dfe8f4;
    border-bottom: 1px solid #dfe8f4;
    border-top: 0;
    border-left: 0;
    border-radius: 0;
  }

  .service-map-card {
    min-height: 250px;
  }

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

  .service-stat-grid article {
    min-height: 112px;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px 10px;
    padding: 16px 12px;
  }

  .service-stat-grid svg {
    width: 28px;
    height: 28px;
  }

  .service-stat-grid strong {
    font-size: 28px;
  }

  .service-stat-grid span {
    font-size: 12px;
  }

  .services-cta .industry-cta-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }

  .services-cta .industry-cta-inner > a,
  .services-cta .industry-cta-inner > a:hover {
    width: 100% !important;
    min-width: 0;
  }
}

/* Final services-page overrides: keep the reference proportions after all legacy rules. */
.services-page-hero .industry-hero-bg img {
  object-position: 58% center;
}

.services-page-hero .industry-hero-inner {
  padding-top: 112px;
  padding-bottom: 112px;
}

.services-page-hero h1 {
  max-width: 660px;
  font-size: clamp(44px, 4.1vw, 62px);
  line-height: 1.08;
}

.services-page-hero p {
  max-width: 560px;
}

.services-page-hero .industry-hero-actions .btn-primary,
.services-page-hero .industry-hero-actions .btn-primary:hover,
.services-page-hero .industry-hero-actions .btn-primary:focus-visible,
.quote-btn.quote-orange,
.quote-btn.quote-orange:hover,
.quote-btn.quote-orange:focus-visible,
.services-cta .industry-cta-inner > a,
.services-cta .industry-cta-inner > a:hover,
.services-cta .industry-cta-inner > a:focus-visible {
  border-color: #ff6b00 !important;
  background: #ff6b00 !important;
  color: #fff !important;
}

.services-page-hero + .services-proofbar {
  margin-top: -46px;
}

.services-proofbar {
  min-height: 90px;
  border-radius: 8px;
}

.services-proofbar article {
  min-height: 90px;
  gap: 18px;
}

.services-proofbar svg {
  width: 34px;
  height: 34px;
}

.service-page-section.service-architecture {
  padding-top: 42px;
  padding-bottom: 22px;
}

.service-architecture-grid {
  grid-template-columns: minmax(300px, .5fr) minmax(0, 1.5fr);
  gap: 36px;
}

.service-intro h2 {
  font-size: 30px;
}

.service-intro p {
  max-width: 290px;
  margin-bottom: 20px;
}

.service-architecture-visual {
  width: 286px;
  height: 132px;
}

.service-mode-grid {
  gap: 16px;
}

.service-mode-grid article {
  min-height: 234px;
  padding: 22px 14px 20px;
  border-color: #dce7f4;
  background: #fff;
}

.service-mode-grid svg {
  width: 52px;
  height: 52px;
}

.service-mode-grid h3 {
  margin-top: 18px;
  font-size: 18px;
}

.service-mode-grid p {
  font-size: 13px;
}

.service-need-grid {
  gap: 12px;
}

.service-need-grid article,
.service-need-grid article:nth-child(1),
.service-need-grid article:nth-child(2),
.service-need-grid article:nth-child(3),
.service-need-grid article:nth-child(4) {
  min-height: 174px;
  justify-content: flex-start;
  padding: 18px 18px 16px;
  border: 0;
  background-color: #edf3fa;
  background-size: cover;
  background-position: center;
}

.service-need-grid article:nth-child(1) {
  background-image:
    linear-gradient(90deg, rgba(242, 247, 253, .92) 0%, rgba(242, 247, 253, .68) 46%, rgba(242, 247, 253, .1) 100%),
    url("../images/hero-ship1-4k.jpg");
}

.service-need-grid article:nth-child(2) {
  background-image:
    linear-gradient(90deg, rgba(242, 247, 253, .92) 0%, rgba(242, 247, 253, .68) 46%, rgba(242, 247, 253, .1) 100%),
    url("../images/real-port-loading.jpg");
}

.service-need-grid article:nth-child(3) {
  background-image:
    linear-gradient(90deg, rgba(242, 247, 253, .92) 0%, rgba(242, 247, 253, .68) 46%, rgba(242, 247, 253, .1) 100%),
    url("../images/real-contact-operations.jpg");
}

.service-need-grid article:nth-child(4) {
  background-image:
    linear-gradient(90deg, rgba(242, 247, 253, .92) 0%, rgba(242, 247, 253, .68) 46%, rgba(242, 247, 253, .1) 100%),
    url("../images/real-truck-detail.jpg");
}

.service-need-grid svg {
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  color: var(--navy);
}

.service-need-grid h3 {
  max-width: 185px;
  font-size: 16px;
  line-height: 1.18;
}

.service-need-grid p {
  max-width: 190px;
  color: #415676;
  font-size: 12.5px;
}

.service-icon-strip,
.service-value-strip {
  border-top: 1px solid #dfe8f4;
  border-bottom: 1px solid #dfe8f4;
}

.service-trade-lanes {
  padding-top: 34px;
}

.services-cta {
  padding-top: 26px;
}

.services-cta .industry-cta-inner {
  min-height: 104px;
  border-radius: 8px;
}

.services-cta .industry-cta-inner > a {
  border-radius: 999px;
}

@media (min-width: 761px) and (max-width: 1180px) {
  .service-architecture-grid {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 28px;
  }

  .service-intro h2 {
    font-size: 27px;
  }

  .service-intro p {
    max-width: 250px;
    font-size: 13px;
  }

  .service-architecture-visual {
    width: 250px;
    height: 116px;
  }

  .service-mode-grid,
  .service-need-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .service-mode-grid {
    gap: 12px;
  }

  .service-mode-grid article {
    min-height: 220px;
    padding: 18px 10px 16px;
  }

  .service-mode-grid svg {
    width: 42px;
    height: 42px;
  }

  .service-mode-grid h3 {
    font-size: 16px;
  }

  .service-mode-grid p {
    font-size: 12px;
  }

  .service-need-grid article,
  .service-need-grid article:nth-child(1),
  .service-need-grid article:nth-child(2),
  .service-need-grid article:nth-child(3),
  .service-need-grid article:nth-child(4) {
    min-height: 150px;
    padding: 14px 12px;
  }

  .service-need-grid svg {
    width: 25px;
    height: 25px;
    margin-bottom: 8px;
  }

  .service-need-grid h3 {
    max-width: 135px;
    font-size: 13px;
  }

  .service-need-grid p {
    max-width: 130px;
    font-size: 11px;
    line-height: 1.35;
  }

  .service-icon-strip,
  .service-value-strip {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .service-trade-grid {
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, .75fr);
    gap: 34px;
  }

  .service-map-card {
    min-height: 270px;
  }

  .service-stat-grid article {
    min-height: 110px;
    padding: 16px 14px;
  }

  .service-stat-grid strong {
    font-size: 28px;
  }
}

@media (max-width: 760px) {
  .services-page-hero {
    min-height: 430px;
  }

  .services-page-hero .industry-hero-inner {
    padding-top: 72px;
    padding-bottom: 30px;
  }

  .services-page-hero h1 {
    font-size: clamp(28px, 7.4vw, 34px);
  }

  .services-page-hero + .services-proofbar {
    margin-top: 16px;
  }

  .service-architecture-grid {
    grid-template-columns: 1fr;
  }

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

  .service-architecture-visual {
    width: 100%;
    height: 142px;
  }

  .service-need-grid article,
  .service-need-grid article:nth-child(1),
  .service-need-grid article:nth-child(2),
  .service-need-grid article:nth-child(3),
  .service-need-grid article:nth-child(4) {
    min-height: 144px;
    padding: 13px 12px;
    background-image:
      linear-gradient(90deg, rgba(248, 251, 255, .94) 0%, rgba(248, 251, 255, .72) 58%, rgba(248, 251, 255, .32) 100%),
      var(--bg);
  }

  .service-need-grid svg {
    width: 23px;
    height: 23px;
    margin-bottom: 8px;
  }

  .service-need-grid h3 {
    max-width: 130px;
    font-size: 13.5px;
  }

  .service-need-grid p {
    max-width: 130px;
    font-size: 11.5px;
  }

  .services-cta .industry-cta-inner > a {
    border-radius: var(--radius-sm);
  }
}

/* Services page final reference pass - EOF override for 1680-wide design. */
.services-page-hero {
  min-height: 455px !important;
}

.services-page-hero .industry-hero-inner {
  min-height: 455px !important;
  padding-top: 92px !important;
  padding-bottom: 86px !important;
}

.services-page-hero h1 {
  max-width: 980px !important;
  font-size: clamp(40px, 2.65vw, 46px) !important;
  line-height: 1.12 !important;
}

.services-page-hero p {
  max-width: 610px !important;
  margin-top: 18px !important;
  font-size: 18px !important;
  line-height: 1.48 !important;
}

.quote-btn.quote-orange,
.quote-btn.quote-orange:hover,
.quote-btn.quote-orange:focus-visible,
.services-cta .industry-cta-inner > a,
.services-cta .industry-cta-inner > a:hover,
.services-cta .industry-cta-inner > a:focus-visible {
  border-color: #ff6b00 !important;
  background: #ff6b00 !important;
  color: #fff !important;
}

.services-page-hero + .services-proofbar {
  margin-top: -46px !important;
}

.services-proofbar {
  min-height: 90px !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 18px 42px rgba(5, 31, 67, .14) !important;
}

.services-proofbar article {
  min-height: 90px !important;
  gap: 18px !important;
}

.services-proofbar svg {
  width: 34px !important;
  height: 34px !important;
}

.services-layout {
  align-items: start !important;
  grid-template-columns: minmax(260px, .9fr) repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  padding-top: 72px !important;
}

.service-architecture-intro { min-width: 0 !important; }
.service-architecture-intro p { max-width: 330px !important; }

.service-architecture-visual {
  width: 330px !important;
  max-width: 100% !important;
  height: 160px !important;
  margin-top: 24px !important;
  border-radius: 0 !important;
}

.service-mode-grid { display: contents !important; }

.service-mode-grid article {
  min-height: 264px !important;
  padding: 34px 18px 26px !important;
  border-radius: 0 !important;
  border: 1px solid #dbe6f4 !important;
  box-shadow: none !important;
}

.service-mode-grid svg { width: 54px !important; height: 54px !important; }
.service-mode-grid h3 { font-size: 18px !important; }
.service-mode-grid p { font-size: 14px !important; line-height: 1.7 !important; }

.service-need-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.service-need-grid article,
.service-need-grid article:nth-child(1),
.service-need-grid article:nth-child(2),
.service-need-grid article:nth-child(3),
.service-need-grid article:nth-child(4) {
  min-height: 168px !important;
  padding: 22px 22px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-size: cover !important;
  background-position: center !important;
}

.service-need-grid article::before { opacity: .52 !important; }
.service-need-grid h3,
.service-need-grid p { color: var(--navy) !important; }
.service-need-grid h3 { max-width: 190px !important; font-size: 15px !important; }
.service-need-grid p { max-width: 190px !important; font-size: 12px !important; }

.service-trade-grid {
  grid-template-columns: minmax(0, 1.48fr) minmax(300px, .72fr) !important;
  gap: 38px !important;
}

.service-map-card {
  min-height: 292px !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible !important;
}

.service-map-card .world-map-art { transform: scale(1.2) !important; }

.services-cta { padding-top: 34px !important; }

.services-cta .industry-cta-inner {
  min-height: 118px !important;
  border-radius: 8px !important;
  grid-template-columns: 80px minmax(0, 1fr) 250px !important;
  padding: 22px 34px !important;
}

.services-cta .industry-cta-inner > a,
.services-cta .industry-cta-inner > a:hover {
  min-height: 54px !important;
  min-width: 228px !important;
  border-radius: 999px !important;
}

@media (max-width: 900px) {
  .services-page-hero { min-height: 430px !important; }
  .services-page-hero .industry-hero-inner {
    min-height: 430px !important;
    padding-top: 74px !important;
    padding-bottom: 34px !important;
  }
  .services-page-hero h1 {
    max-width: 100% !important;
    font-size: clamp(28px, 7.1vw, 34px) !important;
  }
  .services-page-hero p { font-size: 16px !important; }
  .services-page-hero + .services-proofbar { margin-top: 16px !important; }
  .services-layout {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding-top: 44px !important;
  }
  .service-architecture-visual { width: 100% !important; height: 150px !important; }
  .service-mode-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .service-mode-grid article {
    min-height: 172px !important;
    padding: 18px 10px 16px !important;
  }
  .service-mode-grid svg { width: 34px !important; height: 34px !important; }
  .service-mode-grid h3 { font-size: 15px !important; }
  .service-mode-grid p { font-size: 12px !important; line-height: 1.45 !important; }
  .service-need-grid,
  .service-icon-strip,
  .service-value-strip { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .service-need-grid article,
  .service-need-grid article:nth-child(1),
  .service-need-grid article:nth-child(2),
  .service-need-grid article:nth-child(3),
  .service-need-grid article:nth-child(4) {
    min-height: 142px !important;
    padding: 14px 12px !important;
  }
  .service-need-grid h3 { font-size: 13px !important; max-width: 132px !important; }
  .service-need-grid p { font-size: 11px !important; max-width: 132px !important; }
  .service-trade-grid { grid-template-columns: 1fr !important; gap: 20px !important; }
  .service-map-card { min-height: 210px !important; overflow: hidden !important; }
  .service-trade-lanes .service-map-card:has(.network-map) {
    overflow: visible !important;
    min-height: 0 !important;
  }
  .service-map-card .world-map-art { transform: none !important; }
  .services-cta .industry-cta-inner {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    padding: 30px 24px !important;
  }
  .services-cta .industry-cta-inner > a,
  .services-cta .industry-cta-inner > a:hover {
    width: 100% !important;
    min-width: 0 !important;
    border-radius: 8px !important;
  }
}

/* Services architecture structure correction - actual HTML classes. */
.service-architecture-grid {
  display: grid !important;
  grid-template-columns: 360px minmax(0, 1fr) !important;
  gap: 34px !important;
  align-items: start !important;
  padding-top: 72px !important;
}

.service-intro h2 {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
  font-size: 30px !important;
  white-space: nowrap !important;
}

.service-intro p {
  max-width: 320px !important;
  margin-bottom: 22px !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.service-architecture-visual {
  width: 330px !important;
  max-width: 100% !important;
  height: 160px !important;
  margin-top: 0 !important;
  border-radius: 0 !important;
}

.service-mode-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.service-mode-grid article {
  min-height: 264px !important;
  padding: 34px 18px 26px !important;
  border-radius: 0 !important;
  border: 1px solid #dbe6f4 !important;
  box-shadow: none !important;
}

@media (max-width: 900px) {
  .service-architecture-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding-top: 44px !important;
  }

  .service-intro h2 {
    white-space: normal !important;
    font-size: 28px !important;
  }

  .service-intro p {
    max-width: 100% !important;
    font-size: 14px !important;
  }

  .service-architecture-visual {
    width: 100% !important;
    height: 150px !important;
  }

  .service-mode-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
}
/* WordPress theme integration */
.dz-top-notice {
  background: #061b3a;
  color: #fff;
  font-size: 14px;
  padding: 9px 0;
}

.brand-logo {
  display: block;
  max-height: 44px;
  width: auto;
}

.main-nav .menu,
.footer-links .menu,
.dz-fallback-menu,
.footer-col .footer-wp-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col .footer-wp-menu {
  display: grid;
  gap: 10px;
}

@media (min-width: 981px) {
  .main-nav .menu {
    display: flex;
    align-items: center;
    gap: 28px;
  }

  .main-nav .menu a {
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0;
  background: currentColor;
}

.dz-page-banner {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.dz-page-banner > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dz-page-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6,27,58,.86), rgba(6,27,58,.36));
}

.dz-page-banner__inner {
  position: relative;
  z-index: 1;
  padding-top: 150px;
  padding-bottom: 72px;
}

.dz-page-banner h1,
.dz-single-hero h1 {
  max-width: 900px;
  margin: 0 0 18px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
}

.dz-page-banner p,
.dz-single-hero p {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.7;
}

.dz-intro .narrow-copy,
.clean-content {
  max-width: 960px;
}

.narrow-copy {
  max-width: 860px;
}

.dz-feature-grid,
.industry-card-grid,
.news-grid,
.dz-three-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.dz-feature-card,
.dz-post-card,
.dz-resource-block,
.dz-sidebar-card,
.contact-info-panel,
.contact-form-panel {
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(15,35,68,.06);
}

.dz-feature-card img,
.dz-post-card__image img,
.dz-post-card > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.dz-feature-card div,
.dz-post-card__body,
.dz-resource-block,
.dz-sidebar-card,
.contact-info-panel,
.contact-form-panel {
  padding: 26px;
}

.dz-feature-card h3,
.dz-post-card h2,
.dz-resource-block h2 {
  margin: 0 0 12px;
  color: #0f2344;
}

.dz-feature-card p,
.dz-post-card p,
.dz-resource-block li,
.dz-sidebar-card p {
  color: #64748b;
  line-height: 1.7;
}

.dz-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.dz-process-step {
  padding: 28px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e5eaf2;
}

.dz-process-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #f97316;
  color: #fff;
  font-weight: 800;
}

.dz-industry-card {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
}

.dz-industry-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.dz-industry-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 26px;
  background: linear-gradient(180deg, rgba(6,27,58,.04), rgba(6,27,58,.86));
  transition: background .35s ease;
}

.dz-industry-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.dz-industry-card p {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  opacity: 0;
  transition: all .35s ease;
}

.dz-industry-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
}

.dz-industry-card:hover img {
  transform: scale(1.05);
}

.dz-industry-card:hover .dz-industry-card__overlay {
  background: linear-gradient(180deg, rgba(6,27,58,.2), rgba(6,27,58,.94));
}

.dz-industry-card:hover p {
  max-height: 90px;
  opacity: 1;
}

.dz-industry-card:hover span {
  background: #f97316;
}

.dz-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dz-chip-grid span {
  padding: 10px 14px;
  border-radius: 999px;
  background: #f6f8fb;
  color: #0f2344;
  font-weight: 700;
}

.dz-list-panel {
  align-self: center;
}

.contact-grid,
.dz-layout-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
}

.contact-grid {
  grid-template-columns: 380px minmax(0, 1fr);
}

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

.dz-form .full,
.dz-form button {
  grid-column: 1 / -1;
}

.dz-form label {
  display: block;
  margin-bottom: 8px;
  color: #0f2344;
  font-weight: 700;
}

.dz-form input,
.dz-form textarea {
  width: 100%;
  border: 1px solid #dbe3ee;
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
}

.clean-content {
  line-height: 1.8;
  color: #243b5a;
}

.clean-content h2,
.clean-content h3 {
  margin-top: 2em;
  color: #0f2344;
}

.clean-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.clean-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
}

.dz-single-hero {
  padding: 170px 0 70px;
  background: #061b3a;
  color: #fff;
}

.dz-post-list {
  display: grid;
  gap: 22px;
}

.dz-post-meta {
  margin-bottom: 12px;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.dz-sidebar {
  display: grid;
  align-content: start;
  gap: 20px;
}

.dz-quote-band {
  background: #061b3a;
  color: #fff;
}

.dz-quote-band blockquote {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.18;
}

@media (max-width: 980px) {
  .dz-feature-grid,
  .industry-card-grid,
  .news-grid,
  .dz-three-columns,
  .dz-process,
  .contact-grid,
  .dz-layout-sidebar {
    grid-template-columns: 1fr;
  }

  .contact-grid,
  .dz-layout-sidebar {
    display: grid;
  }
}

@media (max-width: 640px) {
  .dz-page-banner {
    min-height: 340px;
  }

  .dz-page-banner__inner {
    padding-top: 120px;
    padding-bottom: 46px;
  }

  .dz-form {
    grid-template-columns: 1fr;
  }

  .dz-industry-card {
    min-height: 250px;
  }
}

/* 404 & search */
.dz-error-panel {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 48px;
}

.dz-error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
}

.dz-error-actions .btn {
  min-width: 160px;
}

.dz-site-search .search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: stretch;
  max-width: 560px;
  margin: 0 auto;
}

.dz-site-search .search-form label {
  flex: 1 1 240px;
  margin: 0;
}

.dz-site-search .search-field {
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 15px;
  box-sizing: border-box;
}

.dz-site-search .search-submit {
  min-width: 120px;
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: var(--radius-sm);
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: 0.18s ease;
}

.dz-site-search .search-submit:hover {
  filter: brightness(1.06);
}

.dz-search-panel {
  padding: 28px 0 20px;
  background: #f6f9fc;
  border-bottom: 1px solid var(--border-light);
}

.dz-search-panel .dz-site-search {
  margin: 0;
}

.dz-search-results-head {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.45;
}

.dz-search-main .dz-search-results-head {
  text-align: left;
}

.dz-search-main .dz-search-results-head + p {
  color: var(--muted);
  margin: 0 0 16px;
}

.dz-search-main .btn-primary {
  display: inline-flex;
  margin-top: 8px;
}
