@font-face {
  font-family: "GilroyLocal";
  src: url("Gilroy-Light-11.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GilroyBoldLocal";
  src: url("gilroy-bold-4.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy: #061844;
  --deep-navy: #031038;
  --text: #1a1a1a;
  --muted: #707887;
  --line: #dfe3ea;
  --orange: #ff6b2b;
  --page-a: #f9f9f9;
  --page-b: #f9f9f9;
  --page-c: #f9f9f9;
  --page-d: #f9f9f9;
  --site-header-height: 52px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #f5f5f5;
  font-family: "GilroyLocal", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

input,
textarea,
select {
  font: inherit;
}

.container {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
}

.module {
  position: relative;
}

.placeholder {
  display: grid;
  place-items: center;
  color: rgba(20, 35, 65, .45);
  font-size: 14px;
  border: 1px dashed rgba(20, 35, 65, .28);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 52px;
  height: var(--site-header-height);
  padding: 0 7.8vw;
  color: var(--navy);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 8px 24px rgba(5, 18, 52, .08);
  backdrop-filter: blur(10px);
}

.logo,
.footer-logo {
  flex: 0 0 auto;
  display: block;
}

.logo img {
  display: block;
  width: 118px;
  height: auto;
}

.footer-logo img {
  display: block;
  width: 118px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  white-space: nowrap;
}

.nav-item {
  position: relative;
  height: var(--site-header-height);
  display: flex;
  align-items: center;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  height: var(--site-header-height);
}

.nav-link::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .22s ease;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 132px;
  padding: 10px 0;
  color: #1a1a1a;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(222, 228, 238, .85);
  border-radius: 0;
  box-shadow: 0 16px 30px rgba(5, 18, 52, .14);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 14px) scaleY(.96);
  transform-origin: top center;
  transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
}

.dropdown-menu a {
  display: block;
  padding: 8px 18px;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1.4;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus {
  color: var(--orange);
  background: #f5f7fb;
}

.nav-item:hover .dropdown-menu,
.nav-item:focus-within .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-item:hover .nav-link::after,
.nav-item:focus-within .nav-link::after {
  transform: translateY(1px) rotate(225deg);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  font-size: 12px;
  white-space: nowrap;
}

.search-btn {
  width: 18px;
  height: 18px;
  padding: 0;
  background: transparent;
  border: 0;
  position: relative;
  flex: 0 0 18px;
  cursor: pointer;
}

.site-nav-loading {
  display: flex;
  align-items: center;
  gap: 32px;
}

.site-nav-loading span {
  width: 64px;
  height: 12px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(19, 55, 92, .08), rgba(19, 55, 92, .18), rgba(19, 55, 92, .08));
  background-size: 200% 100%;
  animation: nav-loading 1.1s ease-in-out infinite;
}

@keyframes nav-loading {
  to { background-position: -200% 0; }
}

.is-dynamic-loading [data-header-news-link],
.is-dynamic-loading [data-customer-login],
.is-dynamic-loading [data-first-mile-login],
.is-dynamic-loading [data-overseas-warehouse-login],
.is-dynamic-loading:not(.is-navigation-ready) .lang-switch {
  visibility: hidden;
}

.search-btn::before {
  content: "";
  position: absolute;
  inset: 3px 5px 5px 3px;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.search-btn::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 3px;
  width: 6px;
  height: 1px;
  background: currentColor;
  transform: rotate(45deg);
}

.tool-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}

.tool-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.tool-dropdown__trigger::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
  transition: transform .2s ease;
}

.tool-dropdown__menu {
  position: absolute;
  top: 100%;
  right: 50%;
  min-width: 138px;
  padding: 8px 0;
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(8, 31, 70, .14);
  opacity: 0;
  visibility: hidden;
  transform: translate(50%, 8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  z-index: 30;
}

.tool-dropdown__menu a {
  display: block;
  padding: 9px 16px;
  color: #1a1a1a;
  font-size: 13px;
  line-height: 1.35;
}

.tool-dropdown__menu a:hover,
.tool-dropdown__menu a:focus {
  color: var(--orange);
  background: #f5f7fb;
}

.tool-dropdown:hover .tool-dropdown__menu,
.tool-dropdown:focus-within .tool-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translate(50%, 0);
}

.tool-dropdown:hover .tool-dropdown__trigger::after,
.tool-dropdown:focus-within .tool-dropdown__trigger::after {
  transform: translateY(2px) rotate(225deg);
}

.lang-switch {
  display: inline-flex;
  align-items: stretch;
  height: 30px;
  padding: 2px;
  overflow: hidden;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .65);
}

.lang-option {
  min-width: 40px;
  height: 24px;
  padding: 0 10px;
  color: #9b9b9b;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.lang-option.is-active {
  color: #fff;
  background: #ff850f;
  box-shadow: 0 4px 10px rgba(255, 133, 15, .34);
}

.hero-module {
  width: 100%;
  aspect-ratio: 1280 / 662;
  overflow: hidden;
  background: #12275a;
}

.hero-carousel,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-carousel {
  display: block;
  overflow: hidden;
  cursor: pointer;
  touch-action: pan-y;
}

.hero-slide {
  color: rgba(255, 255, 255, .65);
  opacity: 0;
  transition: opacity .8s ease;
  border: 0;
}

.hero-slide.is-active {
  opacity: 1;
}

.hero-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  height: 100%;
  padding-top: 292px;
  color: #fff;
  transform: translateX(-50%);
}

.hero-content h1 {
  margin: 0 0 6px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-content p {
  margin: 0;
  color: rgba(255, 255, 255, .76);
  font-size: 17px;
}

.hero-kicker,
.mobile-title,
.mobile-subtitle,
.hero-more,
.mobile-stats {
  display: none;
}

.play-btn {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-top: 112px;
  background: #fff;
  border-radius: 50%;
}

.mobile-float {
  position: fixed;
  right: 32px;
  bottom: 92px;
  z-index: 20;
  display: grid;
  gap: 14px;
}

.mobile-float a {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  background: rgba(210, 210, 210, .92);
  border-radius: 50%;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .14);
  transition: transform .22s ease, background .22s ease;
}

.mobile-float a:hover {
  background: rgba(190, 196, 205, .96);
  transform: translateY(-2px);
}

.float-chat::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/message.png") center / contain no-repeat;
}

.float-top::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translateY(5px) rotate(45deg);
}

.play-btn::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 16px solid var(--navy);
}

.carousel-dots {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 64px;
  display: flex;
  gap: 10px;
  transform: translateX(-50%);
}

.carousel-dots button {
  width: 28px;
  height: 4px;
  padding: 0;
  background: rgba(255, 255, 255, .42);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
}

.carousel-dots button.is-active {
  background: #fff;
}

.about-module {
  padding: 72px 0 82px;
  background: var(--page-a);
}

.about-grid {
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.about-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 78px;
}

.about-intro .section-title {
  flex: 0 0 250px;
}

.about-intro .about-copy {
  flex: 1 1 auto;
}

.about-visual {
  align-items: center;
}

.about-visual .stats {
  flex: 0 1 520px;
}

.about-visual .globe-placeholder {
  flex: 0 0 400px;
  margin-right: auto;
  margin-left: auto;
}

.section-title span,
.news-title span {
  display: block;
  margin-bottom: 10px;
  color: #021f4e;
  font-size: 15px;
}


.section-title h2,
.news-title h2 {
  margin: 0;
  color: #1a1a1a;
  font-size: 34px;
  line-height: 1.35;
}

.section-title strong {
  display: block;
  margin-top: 52px;
  color: rgba(6, 24, 68, .07);
  font-size: 42px;
  line-height: 1;
}

.section-title.compact {
  margin-bottom: 34px;
}

.about-copy {
  color: #4f5867;
  font-size: 13px;
}

.about-copy p {
  margin: 0 0 18px;
  font-size:18px;
  line-height: 40px;
}

.about-copy ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  font-size:18px;
  line-height: 40px;
}

.about-copy b {
  margin-right: 12px;
  color: #1a1a1a;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 48px;
  align-self: center;
  align-items: center;
}

.stats article {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stats b {
  display: block;
  color: var(--orange);
  font-family: "GilroyBoldLocal", "GilroyLocal", Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.stats b span {
  margin-left: 2px;
  font-size: 0.7em;
}

.stats p {
  margin: 8px 0 0;
  color: #5d6675;
  font-size: 18px;
}

.stats-note {
  grid-column: 1 / -1;
  color: #4f5867;
  font-size:18px;
  line-height: 40px;
}

.stats-note strong {
  color: #1a1a1a;
}

.about-note {
  margin: 34px 0 0;
  color: #4f5867;
  font-size: 13px;
}

.globe-placeholder {
  /* 地球显示大小 */
  width: 400px;
  height: 400px;
  background: transparent;
  cursor: grab;
  overflow: visible;
  position: relative;
}

.globe-placeholder canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.globe-placeholder.is-dragging,
.globe-placeholder.is-dragging canvas {
  cursor: grabbing;
}

.globe-label-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}

.globe-connector-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.globe-marker-line {
  display: none;
  stroke: rgba(7, 59, 145, 0.46);
  stroke-width: 1;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  opacity: 1;
  transition: opacity 0.16s ease;
}

.globe-marker-line.is-hidden {
  opacity: 0;
}

.globe-marker-label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: inline-block;
  max-width: 110px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #073b91;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(7, 59, 145, 0.16);
  opacity: 1;
  transition: opacity 0.16s ease;
}

.globe-marker-label.is-hidden {
  opacity: 0;
}

.services-module {
  z-index: 6;
  padding: 72px 0 76px;
  background: var(--page-b);
  overflow: visible;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  position: relative;
  aspect-ratio: 440 / 535;
  padding: 28px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 16px 28px rgba(10, 25, 55, .08);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform .34s ease, box-shadow .34s ease;
  will-change: transform;
}

.service-card:hover {
  transform: scale(1.05);
  box-shadow: 0 26px 46px rgba(10, 25, 55, .2);
  z-index: 2;
}

.service-default {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  opacity: 1;
  transition: opacity .26s ease;
}

.service-card:hover .service-default {
  opacity: 0;
}

.service-hover {
  --hover-lines-height: 286px;
  --hover-line-count: 4;
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 52px 34px;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .32s ease, transform .32s ease;
}

.service-hover:has(p:nth-of-type(3):last-of-type) {
  --hover-line-count: 3;
}

.service-card:hover .service-hover {
  opacity: 1;
  transform: translateY(0);
}

.service-card .service-hover p {
  width: 100%;
  height: calc(var(--hover-lines-height) / var(--hover-line-count));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  font-size: 30px;
  line-height: 1.25;
}

.service-card .service-hover p:first-child {
  border-top: 1px solid rgba(255, 255, 255, .55);
}

.hover-arrow {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-top: 18px;
  background: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.hover-arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #5c8a4e;
  border-right: 3px solid #5c8a4e;
  transform: rotate(45deg);
  margin-left: -3px;
}

.blue-card .hover-arrow::before {
  border-top-color: #2f82c4;
  border-right-color: #2f82c4;
}

.orange-card .hover-arrow::before {
  border-top-color: #f18400;
  border-right-color: #f18400;
}

.service-detail-panel {
  position: absolute;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: stretch;
  padding: 84px 0 72px;
  background: #f3f3f3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(72px);
  pointer-events: none;
  transition: opacity .36s ease, transform .36s ease, visibility .36s ease;
}

.service-detail-panel.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.service-detail-panel.theme-reverse.is-closing-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-72px);
  pointer-events: none;
}

.service-detail-inner {
  position: relative;
  min-height: 620px;
}

.detail-close {
  border: 0;
  cursor: pointer;
}

.detail-close-top {
  position: relative;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: var(--detail-color, #1f6416);
  border-radius: 50%;
}

.detail-close-top::before {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translateY(-3px) rotate(45deg);
  transition: transform .32s ease;
}

.detail-close-top:hover::before,
.detail-close-top:focus-visible::before {
  transform: translateY(3px) rotate(225deg);
}

.detail-color-dots {
  --detail-dot-size: 36px;
  --detail-dot-gap: 12px;
  --detail-dots-width: calc((var(--detail-dot-size) * 2) + var(--detail-dot-gap));
  position: absolute;
  top: 2px;
  right: 0;
  left: auto;
  display: flex;
  gap: var(--detail-dot-gap);
  pointer-events: none;
  transition: top .36s ease;
}

.service-detail-panel.theme-reverse .detail-color-dots {
  top: 54px;
  right: auto;
  left: 0;
  display: block;
  width: 100%;
  height: var(--detail-dot-size);
}

.service-detail-panel.theme-reverse.is-open .detail-color-dots {
  top: 2px;
}

.service-detail-panel.theme-reverse .detail-color-dots button {
  position: absolute;
  top: 0;
  transition: left .42s ease, transform .2s ease, box-shadow .2s ease;
}

.service-detail-panel.theme-reverse .detail-color-dots button:nth-child(1) {
  left: 0;
}

.service-detail-panel.theme-reverse .detail-color-dots button:nth-child(2) {
  left: calc(var(--detail-dot-size) + var(--detail-dot-gap));
}

.service-detail-panel.theme-reverse.is-open .detail-color-dots button:nth-child(1) {
  left: calc(100% - var(--detail-dots-width));
  transition-duration: .46s, .2s, .2s;
}

.service-detail-panel.theme-reverse.is-open .detail-color-dots button:nth-child(2) {
  left: calc(100% - var(--detail-dot-size));
  transition-duration: .28s, .2s, .2s;
}

.service-detail-panel.theme-reverse.is-closing-up .detail-color-dots button:nth-child(1) {
  transition-duration: .28s, .2s, .2s;
}

.service-detail-panel.theme-reverse.is-closing-up .detail-color-dots button:nth-child(2) {
  transition-duration: .46s, .2s, .2s;
}

.detail-color-dots button {
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transition: transform .2s ease, box-shadow .2s ease;
}

.detail-color-dots button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(5, 18, 52, .14);
}

.dot-green {
  background: #1f6416;
}

.dot-blue {
  background: #2f82c4;
}

.dot-orange {
  background: #f18400;
}

.service-detail-inner > h2 {
  margin: 22px 0 48px;
  color: #1a1a1a;
  font-size: 42px;
  line-height: 1.2;
}

.detail-tabs {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  overflow: hidden;
  border-radius: 34px;
  background: #d6d6d6;
}

.detail-tabs button {
  min-height: 66px;
  padding: 0 24px;
  color: #fff;
  background: #d6d6d6;
  border: 0;
  border-right: 1px solid #c4c4c4;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: background .22s ease;
}

.detail-tabs button:last-child {
  border-right: 0;
}

.detail-tabs button.is-active {
  background: var(--detail-color, #93b47d);
}

.detail-content {
  display: grid;
  grid-template-columns: 310px 1fr;
  gap: 78px;
  align-items: center;
  min-height: 370px;
  padding: 56px 62px;
  background: #f8f8f8;
}

.detail-image-placeholder {
  aspect-ratio: 1;
  overflow: hidden;
  background: #e5e5e5;
}

.detail-image-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-copy {
  color: #1a1a1a;
  font-size: 18px;
}

.detail-copy h3 {
  display: inline;
  margin: 0;
  color: var(--detail-strong, #176016);
  font-size: 25px;
}

.detail-copy > p {
  display: inline;
  margin: 0 0 0 10px;
  color: #686e78;
}

.service-tab-rich {
  margin-top: 16px;
  color: #444;
  font-size: 17px;
  line-height: 1.8;
}

.service-tab-rich p,
.service-tab-rich ul,
.service-tab-rich ol {
  margin: 0 0 14px;
}

.service-tab-rich img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
/*
.detail-copy ul {
  display: grid;
  gap: 22px;
  margin: 34px 0 24px;
  padding: 0;
  list-style: none;
}

.detail-copy li {
  font-size: 20px;
  line-height: 1.55;
}

.detail-copy li b {
  margin-right: 18px;
  color: #1a1a1a;
  font-size: 22px;
}

.detail-copy strong {
  color: var(--detail-strong, #176016);
  font-size: 22px;
  line-height: 1.6;
}
*/
.detail-return {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 170px;
  height: 44px;
  padding: 0 26px 0 44px;
  color: #fff;
  background: var(--detail-color, #1f6416);
  border-radius: 999px;
  font-size: 22px;
  font-weight: 700;
}

.detail-return::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 15px;
  width: 11px;
  height: 11px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(45deg);
}

.service-detail-panel.theme-reverse {
  --detail-color: #1f6416;
  --detail-strong: #176016;
}

.service-detail-panel.theme-warehouse {
  --detail-color: #2f82c4;
  --detail-strong: #1f6fac;
}

.service-detail-panel.theme-route {
  --detail-color: #f18400;
  --detail-strong: #d46f00;
}

.green-card {
  background-image:
    linear-gradient(180deg, rgba(114, 170, 112, .66), rgba(46, 142, 78, .9)),
    url("../images/service1.jpg");
}

.blue-card {
  background-image:
    linear-gradient(180deg, rgba(148, 183, 209, .78), rgba(30, 112, 184, .9)),
    url("../images/service2.jpg");
}

.orange-card {
  background-image:
    linear-gradient(180deg, rgba(232, 223, 214, .78), rgba(246, 128, 45, .9)),
    url("../images/service3.jpg");
}

.service-image {
  width: min(198px, 72%);
  height: 198px;
  margin-top: 36px;
  margin-bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .75);
}

.service-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.service-card h3 {
  margin: 0;
  font-size: 35px;
  line-height: 1.2;
}

.service-card p {
  margin: 4px 0 13px;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
}

.service-card a {
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .75);
}

.service-desc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
  text-align: center;
}

.service-desc h4 {
  margin: 0 0 4px;
  font-size: 16px;
}

.service-desc p {
  margin: 0;
  color: #687181;
  font-size: 13px;
}

.news-module {
  z-index: 1;
  padding: 68px 0 70px;
  background: var(--page-c);
}

.news-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}

.news-more {
  min-width: 250px;
}

.news-more p {
  margin: 0 0 8px;
  color: #606978;
  font-size: 13px;
}

.news-more a {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 18px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-size: 12px;
  box-shadow: 0 8px 18px rgba(5, 18, 52, .14);
}


.news-row {
  display: grid;
  grid-template-columns: 140px 1fr 150px 28px;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid var(--line);
  color: #1a1a1a;
  font-size: 14px;
}

.news-head {
  min-height: 36px;
  color: #717987;
  font-size: 12px;
}

.news-row strong {
  font-size: 15px;
}

.news-row time {
  color: #5e6570;
}

.news-row i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}

.news-row i::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #5d6572;
  border-right: 1px solid #5d6572;
  transform: rotate(45deg);
}


.news-list-page {
  padding-top: var(--site-header-height);
  background: var(--page-c);
}

.header-search {
  position: relative;
  display: flex;
  align-items: center;
  width: 18px;
  height: 34px;
  z-index: 3;
}

.header-search__input {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 0;
  height: 34px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 18px;
  outline: 0;
  color: var(--navy);
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
  transition: width .24s ease, padding .24s ease, opacity .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.header-search.is-open .header-search__input,
.header-search:focus-within .header-search__input {
  width: 210px;
  padding: 0 16px;
  border-color: rgba(20, 54, 95, .18);
  box-shadow: 0 8px 24px rgba(5, 18, 52, .12);
  opacity: 1;
  pointer-events: auto;
}

.header-search__input::-webkit-search-cancel-button {
  cursor: pointer;
}

.news-list-hero {
  padding: 76px 0 54px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 107, 43, .12), transparent 26%),
    linear-gradient(135deg, #f6f7f9 0%, #ffffff 100%);
}

.news-list-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}

.news-list-hero span {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 16px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-size: 13px;
}

.news-list-hero h1 {
  max-width: 880px;
  margin: 0;
  color: #14365f;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.16;
}

.news-list-hero p {
  max-width: 760px;
  margin: 0;
  color: #687181;
  font-size: 15px;
  line-height: 1.9;
}

.news-list-section {
  padding: 46px 0 78px;
}

.news-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid rgba(223, 227, 234, .95);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 18px 38px rgba(5, 18, 52, .06);
}

.news-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 36px;
  padding: 0 18px;
  color: #14365f;
  background: #f7f8fa;
  border: 1px solid #e3e7ee;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease;
}

.news-tab:hover,
.news-tab:focus {
  color: var(--orange);
  border-color: rgba(255, 107, 43, .45);
}

.news-tab.is-active {
  color: #fff;
  background: #14365f;
  border-color: #14365f;
  transform: translateY(-1px);
}

.news-list-table {
  padding: 0 22px;
  background: #fff;
  border: 1px solid rgba(223, 227, 234, .95);
  border-radius: 0;
  box-shadow: none;
}

.news-list-table .news-row:last-child {
  border-bottom: 0;
}

.news-list-table .news-row:not(.news-head):hover {
  color: #14365f;
  background: #f8fafc;
}

.news-list-table .news-row:not(.news-head):hover i {
  background: var(--orange);
}

.news-list-table .news-row:not(.news-head):hover i::after {
  border-color: #fff;
}

.news-list-empty {
  display: grid;
  place-items: center;
  min-height: 180px;
  color: #687181;
  font-size: 14px;
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 0;
  padding: 18px 22px;
  background: #fff;
  border: 1px solid rgba(223, 227, 234, .95);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 18px 38px rgba(5, 18, 52, .06);
}

.news-pagination-status {
  margin-right: auto;
  color: #687181;
  font-size: 13px;
}

.news-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 12px;
  color: #14365f;
  background: #f7f8fa;
  border: 1px solid #e3e7ee;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  transition: color .22s ease, background .22s ease, border-color .22s ease;
}

.news-pagination a:hover,
.news-pagination a:focus {
  color: var(--orange);
  border-color: rgba(255, 107, 43, .45);
}

.news-pagination a.is-active {
  color: #fff;
  background: #14365f;
  border-color: #14365f;
}

.news-pagination a.is-disabled {
  color: #a5acb7;
  background: #f3f5f8;
  pointer-events: none;
}
.news-detail-page {
  padding-top: var(--site-header-height);
  background: var(--page-c);
}

.news-detail-hero {
  padding: 78px 0 52px;
  background:
    radial-gradient(circle at 18% 24%, rgba(236, 122, 35, .12), transparent 28%),
    linear-gradient(135deg, #f6f7f9 0%, #ffffff 100%);
}

.news-detail-back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
}

.news-detail-hero p {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 16px;
  color: #fff;
  background: var(--orange);
  border-radius: 999px;
  font-size: 13px;
}

.news-detail-hero h1 {
  max-width: 1200px;
  margin: 0 0 18px;
  color: #14365f;
  font-size: clamp(32px, 5vw, 58px);
  line-height: 1.16;
  letter-spacing: -1.5px;
}

.news-detail-hero time {
  color: #687181;
  font-size: 14px;
}

.subpage-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  color: #687181;
  font-size: 14px;
}
.news-detail-body {
  padding: 56px 0 78px;
}

.news-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 38px;
  align-items: start;
}

.news-detail-article {
  min-height: 460px;
  padding: 46px 52px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(8, 31, 70, .08);
  color: #3f4856;
  font-size: 17px;
  line-height: 1.9;
}

.news-detail-article p,
.news-detail-article ul,
.news-detail-article ol,
.news-detail-article blockquote {
  margin: 0 0 20px;
}

.news-detail-article h2,
.news-detail-article h3,
.news-detail-article h4 {
  margin: 34px 0 16px;
  color: #14365f;
  line-height: 1.35;
}

.news-detail-article img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

.news-detail-aside {
  position: sticky;
  top: 104px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(8, 31, 70, .06);
}

.news-detail-aside h2 {
  margin: 0 0 20px;
  color: #14365f;
  font-size: 22px;
}

.news-detail-related {
  display: grid;
  gap: 7px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  color: #1a1a1a;
}

.news-detail-related span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
}

.news-detail-related strong {
  font-size: 15px;
  line-height: 1.55;
}

.news-detail-related time,
.news-detail-empty {
  color: #687181;
  font-size: 13px;
}

.promise-module {
  padding: 62px 0 78px;
  background: var(--page-d);
}

.promise-grid {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 78px;
}

.promise-copy {
  color: #4f5867;
  font-size: 13px;
}

.promise-copy p {
  margin: 0 0 22px;
  font-size:18px;
  line-height: 40px;
}

.contact-module {
  padding: 58px 0 64px;
  background: #ededed;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 70px;
  align-items: center;
}

.contact-info-card {
  min-height: 350px;
  padding: 52px 64px 44px;
  color: #656b73;
  background: #fff;
  border-radius: 12px;
}

.contact-info-card h2 {
  margin: 0 0 24px;
  color: #123a63;
  font-size: 30px;
  line-height: 1.25;
}

.contact-info-card p {
  margin: 0 0 26px;
  font-size: 18px;
  line-height: 1.9;
}

.contact-info-card ul {
  display: grid;
  gap: 15px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.contact-info-card li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #1a1a1a;
  font-size: 20px;
}

.contact-info-card li span {
  color: #707780;
}

.contact-info-card li span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  background: #a9b5c0;
  border-radius: 50%;
  vertical-align: 2px;
}

.contact-info-card a {
  color: #1a1a1a;
}

.contact-form {
  display: grid;
  gap: 28px;
}

.contact-field {
  display: grid;
  gap: 12px;
}

.contact-field > span:first-child {
  color: #1a1a1a;
  font-size: 21px;
  font-weight: 700;
}

.field-control {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  height: 38px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #c7cbd0;
  border-radius: 999px;
}

.field-control input {
  min-width: 0;
  height: 100%;
  padding: 0;
  color: #1a1a1a;
  font: inherit;
  background: transparent;
  border: 0;
  outline: 0;
}

.field-control input::placeholder {
  color: #a6abb1;
}

.field-control em {
  color: #123a63;
  font-size: 14px;
  font-style: normal;
  white-space: nowrap;
}

.contact-form button {
  justify-self: end;
  min-width: 162px;
  height: 42px;
  margin-top: 22px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .08em;
  background: #06245d;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}

.contact-form button:hover {
  background: #0b347d;
  transform: translateY(-2px);
}

.site-footer {
  padding: 40px 0 48px;
  color: rgba(255, 255, 255, .78);
  background: var(--deep-navy);
}

.footer-grid {
  display: grid;
  grid-template-columns: 230px repeat(3, 1fr);
  gap: 42px 58px;
}

.footer-brand {
  grid-row: span 2;
}

.footer-brand h3 {
  margin: 32px 0 4px;
  color: #fff;
  font-size: 15px;
}

.footer-brand p,
.footer-contact p {
  margin: 0 0 8px;
  font-size: 12px;
}

.qr-placeholder {
  display: block;
  width: 150px;
  margin-top: 54px;
}

.qr-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-col h4,
.footer-contact h4 {
  margin: 0 0 16px;
  color: #fff;
  font-size: 14px;
}

.footer-col h4::before,
.footer-contact h4::before {
  content: "";
  display: block;
  width: 22px;
  height: 1px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, .35);
}

.footer-col a {
  display: block;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
}


@media (max-width: 1100px) {
  .site-header {
    gap: 24px;
    padding: 0 32px;
  }

  .site-nav {
    gap: 18px;
  }

  .header-tools {
    display: none;
  }

  .contact-grid {
    grid-template-columns: 1fr 430px;
    gap: 40px;
  }

  .contact-info-card {
    padding: 42px 44px 38px;
  }

  .contact-info-card h2 {
    font-size: 26px;
  }

  .contact-info-card p {
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  body {
    background: #f4f4f4;
  }

  .container {
    width: min(100% - 28px, 520px);
  }

  .site-header {
    display: none;
  }

  .logo {
    width: 118px;
  }

  .site-nav {
    display: none;
  }

  .hero-module {
    aspect-ratio: auto;
    padding-top: 0;
    background: #15335d;
  }

  .hero-carousel {
    position: relative;
    inset: auto;
    aspect-ratio: 1280 / 662;
  }

  .hero-slide {
    color: rgba(255, 255, 255, .55);
    font-size: 12px;
  }

  .hero-content {
    padding-top: 78px;
  }

  .hero-kicker,
  .mobile-title,
  .mobile-subtitle,
  .hero-more {
    display: inline;
  }

  .desktop-title,
  .desktop-subtitle,
  .play-btn {
    display: none;
  }

  .hero-content .hero-kicker {
    display: block;
    margin: 0 0 4px;
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
  }

  .hero-content h1 {
    margin-bottom: 4px;
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
  }

  .hero-content p {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.35;
  }

  .hero-more {
    display: inline-flex;
    align-items: center;
    margin-top: 78px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
  }

  .hero-more::after {
    content: "";
    width: 9px;
    height: 9px;
    margin-left: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }

  .carousel-dots {
    bottom: 12px;
    gap: 5px;
  }

  .carousel-dots button {
    width: 16px;
    height: 2px;
    background: rgba(255, 255, 255, .5);
  }

  .about-module,
  .services-module,
  .news-module,
  .promise-module {
    padding: 0;
  }

  .promise-grid,
  .news-title,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .about-module {
    padding: 14px 0 20px;
    background: #f4f4f4;
  }

  .about-grid,
  .promise-grid {
    gap: 16px;
    padding: 26px 14px 28px;
    background: #fff;
    border-radius: 4px;
  }

  .about-row {
    flex-direction: column;
    gap: 16px;
  }

  .about-intro .section-title,
  .about-intro .about-copy,
  .about-visual .stats,
  .about-visual .globe-placeholder {
    flex: none;
    width: 100%;
  }

  .section-title {
    position: relative;
  }

  .section-title span,
  .news-title span {
    margin-bottom: 3px;
    font-size: 12px;
    color: #021f4e;
  }

  .section-title h2,
  .news-title h2 {
    font-size: 22px;
  }

  .section-title strong {
    position: absolute;
    top: 11px;
    right: 0;
    margin: 0;
    font-size: 27px;
    white-space: nowrap;
  }

  .about-copy {
    font-size: 12px;
    line-height: 1.85;
  }

  .about-copy p {
    margin-bottom: 11px;
    font-size: 12px;
    line-height: 1.85;
  }

  .about-copy ul {
    font-size: 12px;
    line-height: 1.85;
  }

  .stats-note {
    font-size: 12px;
    line-height: 1.85;
  }

  .stats,
  .about-note,
  .globe-placeholder {
    display: none;
  }

  .services-module {
    padding: 18px 0 20px;
    background: #fff;
  }

  .services-module .section-title {
    display: none;
  }

  .service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .service-card {
    padding: 12px 8px 12px;
    border-radius: 3px;
    box-shadow: 0 8px 18px rgba(8, 21, 48, .12);
  }

  .service-card:hover {
    transform: scale(1.04);
  }

  .service-hover {
    --hover-lines-height: 122px;
    padding: 22px 18px 16px;
  }

  .service-card .service-hover p {
    font-size: 13px;
  }

  .service-detail-panel {
    padding: 28px 0 40px;
  }

  .service-detail-inner {
    min-height: 520px;
  }

  .detail-close-top {
    width: 32px;
    height: 32px;
  }

  .detail-color-dots {
    --detail-dot-size: 26px;
    --detail-dot-gap: 8px;
    gap: 8px;
  }

  .detail-color-dots button {
    width: 26px;
    height: 26px;
  }

  .service-detail-inner > h2 {
    margin: 14px 0 16px;
    font-size: 26px;
  }

  .detail-tabs {
    border-radius: 24px;
  }

  .detail-tabs button {
    min-height: 36px;
    padding: 0 8px;
    font-size: 12px;
  }

  .detail-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto;
    gap: 0;
    align-items: start;
    min-height: 420px;
    padding: 18px 14px;
  }

  .detail-image-placeholder {
    display: block;
    width: 118px;
    margin: 0 auto 10px;
  }

  .detail-copy {
    font-size: 13px;
  }

  .detail-copy h3 {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .detail-copy > p {
    display: block;
    margin-left: 0;
  }

  .detail-copy ul {
    gap: 8px;
    margin: 12px 0;
  }

  .detail-copy li {
    font-size: 12px;
    line-height: 1.45;
  }

  .detail-copy li b {
    display: block;
    margin-right: 0;
    font-size: 13px;
  }

  .detail-copy strong {
    font-size: 13px;
    line-height: 1.45;
  }

  .service-detail-panel.theme-reverse.is-open {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .service-detail-panel.theme-reverse.is-open .service-detail-inner {
    min-height: 570px;
  }

  .service-detail-panel.theme-reverse.is-open .detail-content {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .service-detail-panel.theme-reverse.is-open .detail-copy ul {
    gap: 6px;
    margin: 10px 0;
  }

  .detail-return {
    position: relative;
    justify-self: end;
    align-self: end;
    min-width: 122px;
    height: 34px;
    margin-top: 14px;
    padding: 0 18px 0 34px;
    font-size: 15px;
  }

  .detail-return::before {
    left: 16px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-width: 3px;
  }

  .hover-arrow {
    width: 26px;
    height: 26px;
    margin-top: 10px;
  }

  .hover-arrow::before {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }

  .service-image {
    width: 56%;
    height: 54px;
    max-height: 54px;
    margin-top: 14px;
    margin-bottom: auto;
    font-size: 11px;
  }

  .service-card h3 {
    font-size: 14px;
    text-align: center;
  }

  .service-card p {
    margin: 2px 0 5px;
    font-size: 8px;
    text-align: center;
  }

  .service-card a {
    margin: 0 auto;
    font-size: 8px;
  }

  .service-desc {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }

  .service-desc h4 {
    font-size: 12px;
    line-height: 1.5;
  }

  .service-desc p {
    font-size: 10px;
    line-height: 1.6;
  }

  .promise-module {
    padding: 16px 0 24px;
    background: #f4f4f4;
  }

  .promise-grid {
    padding-top: 28px;
    padding-bottom: 24px;
  }

  .promise-copy {
    font-size: 12px;
    line-height: 1.85;
  }

  .promise-copy p {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.85;
  }

  .contact-module {
    padding: 18px 0 22px;
    background: #f4f4f4;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-info-card,
  .contact-form {
    background: #fff;
    border-radius: 8px;
  }

  .contact-info-card {
    min-height: 0;
    padding: 24px 18px 20px;
  }

  .contact-info-card h2 {
    margin-bottom: 14px;
    font-size: 21px;
  }

  .contact-info-card p {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.85;
  }

  .contact-info-card ul {
    gap: 8px;
    margin-bottom: 10px;
  }

  .contact-info-card li {
    gap: 4px;
    font-size: 13px;
  }

  .contact-info-card li span::before {
    width: 6px;
    height: 6px;
    margin-right: 6px;
    vertical-align: 1px;
  }

  .contact-form {
    gap: 16px;
    padding: 22px 18px 24px;
  }

  .contact-field {
    gap: 8px;
  }

  .contact-field > span:first-child {
    font-size: 15px;
  }

  .field-control {
    height: 34px;
    padding: 0 12px;
  }

  .field-control input {
    font-size: 12px;
  }

  .field-control em {
    font-size: 11px;
  }

  .contact-form button {
    justify-self: stretch;
    min-width: 0;
    height: 38px;
    margin-top: 0;
    font-size: 15px;
  }

  .mobile-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 0;
    margin-top: 14px;
    padding-top: 18px;
    border-top: 1px solid #eceff3;
  }

  .mobile-stats article {
    min-width: 0;
    text-align: center;
    border-right: 1px solid #eceff3;
  }

  .mobile-stats article:nth-child(3n),
  .mobile-stats article:last-child {
    border-right: 0;
  }

  .mobile-stats b {
    display: block;
    color: var(--orange);
    font-family: "GilroyBoldLocal", "GilroyLocal", Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
  }

  .mobile-stats b span {
    margin-left: 1px;
    font-size: 0.7em;
  }

  .mobile-stats p {
    margin: 7px 0 0;
    color: #5e6570;
    font-size: 9px;
    line-height: 1.4;
  }

  .news-module {
    padding: 24px 0 36px;
    background: #fff;
  }

  .news-title {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 12px;
    margin-bottom: 16px;
  }

  .news-more {
    min-width: 0;
  }

  .news-more p {
    display: none;
  }

  .news-more a {
    height: 32px;
    padding: 0 17px;
    box-shadow: 0 9px 16px rgba(255, 107, 43, .24);
  }

  .news-row {
    grid-template-columns: 72px 1fr 86px 18px;
    gap: 8px;
    min-height: 42px;
    padding: 0 10px;
    background: #f7f7f7;
    border-bottom: 6px solid #fff;
    font-size: 11px;
  }

  .news-head {
    min-height: 32px;
    background: transparent;
    border-bottom: 1px solid #e6e8ed;
  }

  .news-row strong {
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .news-row time {
    display: block;
    font-size: 10px;
  }

  .news-row i {
    width: 14px;
    height: 14px;
  }

  .news-row i::after {
    top: 4px;
    left: 4px;
    width: 4px;
    height: 4px;
  }


  .news-list-hero {
    padding: 34px 0 30px;
  }

  .news-list-hero-inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .news-list-hero h1 {
    font-size: 28px;
  }

  .news-list-section {
    padding: 26px 0 46px;
  }

  .news-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    padding: 12px;
  }

  .news-tab {
    min-width: 0;
    height: 34px;
    padding: 0 8px;
    font-size: 12px;
  }

  .news-list-table {
    padding: 0 12px;
  }

  .news-pagination {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    padding: 14px 12px;
  }

  .news-pagination-status {
    width: 100%;
    margin-right: 0;
    font-size: 12px;
  }

  .news-pagination a {
    min-width: 34px;
    height: 34px;
    padding: 0 12px;
  }

  .news-detail-page {
    padding-top: var(--site-header-height);
  }

  .news-detail-hero {
    padding: 34px 0 28px;
  }

  .news-detail-hero h1 {
    font-size: 28px;
    letter-spacing: -.5px;
  }

  .news-detail-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

.news-detail-body {
    padding: 22px 0 36px;
  }

  .news-detail-article {
    min-height: 0;
    padding: 24px 18px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.8;
  }

  .news-detail-aside {
    position: static;
    padding: 20px;
    border-radius: 14px;
  }

  .site-footer {
    padding: 24px 0 34px;
  }

  .footer-grid {
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 28px 24px;
  }

  .footer-brand {
    grid-row: span 2;
  }

  .footer-contact {
    grid-column: 2 / span 2;
  }

  .footer-logo {
    font-size: 12px;
  }

  .footer-brand h3 {
    margin-top: 28px;
    font-size: 12px;
  }

  .footer-brand p,
  .footer-contact p,
  .footer-col a {
    font-size: 10px;
    line-height: 1.8;
  }

  .qr-placeholder {
    width: 86px;
    height: 150px;
    margin-top: 26px;
  }

  .footer-col h4,
  .footer-contact h4 {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .footer-col h4::before,
  .footer-contact h4::before {
    display: none;
  }

  .mobile-float {
    right: 18px;
    bottom: 118px;
  }

  .mobile-float a {
    width: 48px;
    height: 48px;
  }
}





.module-page {
  background: #f6f8fb;
}

.footer-nav-slot {
  display: contents;
}

.footer-col h4 a {
  display: inline;
  margin: 0;
  color: #fff;
  font-size: inherit;
}

.module-page-hero {
  min-height: 360px;
  padding: 132px 0 64px;
  background-color: #14365f;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
}

.module-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 25, 45, 0.45);
}

.module-page-hero .container {
  position: relative;
  z-index: 1;
}

.module-page-hero h1 {
  max-width: 1200px;
  margin: 0;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.12;
}

.module-page-body {
  padding: 58px 0 82px;
}

.module-page-stack {
  display: grid;
  gap: 26px;
  max-width: 1200px;
  margin: 0 auto;
}

.content-module {
  background: #fff;
  border: 1px solid rgba(20, 54, 95, 0.08);
  border-radius: 8px;
  padding: 42px 48px;
  box-shadow: 0 18px 45px rgba(16, 39, 70, 0.08);
}

.content-module__head {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.content-module__head p {
  margin: 0 0 18px;
  color: #1c2633;
  font-size: 20px;
  font-weight: 700;
}

.content-module__head h2 {
  margin: 0;
  color: #0d1117;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1;
}

.content-module__head strong {
  color: #0d1117;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.9;
}

.content-module__subtitle {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 30px;
  color: #3f4652;
  text-align: center;
}

.content-module__subtitle span,
.content-module__subtitle small {
  display: block;
}

.content-module__subtitle span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 700;
}

.content-module__subtitle span::before,
.content-module__subtitle span::after {
  content: "";
  width: 2px;
  height: 18px;
  border-radius: 999px;
  background: #b7bec8;
}

.content-module__subtitle small {
  margin-top: 0;
  color: #9aa3ad;
  font-size: 12px;
}

.content-module__body {
  max-width: 760px;
  color: #6a7280;
  font-size: 17px;
  line-height: 1.95;
}

.content-module__body p,
.content-module__body ul,
.content-module__body ol {
  margin: 0 0 20px;
}

.module-page-empty {
  min-height: 60vh;
  padding: 140px 0 80px;
  background: #f6f8fb;
}

@media (max-width: 768px) {
  .module-page-hero {
    min-height: 280px;
    padding: 96px 0 42px;
  }

  .module-page-body {
    padding: 28px 0 46px;
  }

  .content-module {
    padding: 28px 20px;
  }

  .content-module__head {
    gap: 18px;
  }
}

.about-row.about-intro,
.stats-note,
.promise-module {
  display: none !important;
}

@media (max-width: 768px) {
  .about-visual {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .about-visual .globe-placeholder {
    display: block;
    order: 1;
    width: min(100%, 400px);
    height: auto;
    aspect-ratio: 1;
    margin: 0 auto;
  }

  .about-visual .stats {
    display: grid;
    order: 2;
    width: 100%;
  }
}
