.page-container .fixed-header {
  background: #fff;
  box-shadow: 0 0.2rem 0.7rem rgba(7, 27, 57, 0.08);
}

.page-container .fixed-header .logo-text,
.page-container .fixed-header .header-container .nav .nav-links a,
.page-container .fixed-header .operation-btn .register a,
.page-container .fixed-header .operation-btn .sysLanguage {
  color: #1e3a8a !important;
}

.export-page {
  --export-navy: #071b39;
  --export-navy-soft: #0c2b52;
  --export-blue: #1769e0;
  --export-cyan: #14a9b8;
  --export-orange: #f47a33;
  --export-mint: #dff7f5;
  --export-ink: #0d1f3c;
  --export-text: #516078;
  --export-line: #dce5ef;
  --export-bg: #f5f8fc;
  padding-top: 3.88rem;
  color: var(--export-ink);
  background: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
  overflow: hidden;
}

.export-page *,
.export-page *::before,
.export-page *::after {
  box-sizing: border-box;
}

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

.export-page h1,
.export-page h2,
.export-page h3,
.export-page p,
.export-page ol,
.export-page ul {
  margin-top: 0;
}

.export-page a {
  text-decoration: none !important;
}

.export-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.export-section {
  padding: 96px 0;
}

.export-kicker {
  margin-bottom: 14px;
  color: var(--export-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.export-kicker-light {
  color: #79dbe2;
}

.export-section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.export-section-heading h2 {
  margin-bottom: 18px;
  color: var(--export-ink);
  font-size: 40px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.export-section-heading p {
  margin-bottom: 0;
  color: var(--export-text);
  font-size: 17px;
  line-height: 1.9;
}

.export-heading-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.export-heading-light h2,
.export-heading-light p {
  color: #fff;
}

.export-heading-light p {
  color: #b9cae0;
}

.export-hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  color: #fff;
  background: var(--export-navy);
  isolation: isolate;
}

.export-hero-media,
.export-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.export-hero-media {
  z-index: -2;
  object-fit: cover;
  object-position: center;
}

.export-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 15, 34, 0.97) 0%, rgba(3, 15, 34, 0.9) 36%, rgba(3, 15, 34, 0.52) 63%, rgba(3, 15, 34, 0.12) 100%);
}

.export-hero-inner {
  padding-top: 80px;
  padding-bottom: 76px;
}

.export-hero-copy {
  width: 690px;
  max-width: 61%;
}

.export-hero h1 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 56px;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.045em;
}

.export-hero h1 span {
  display: block;
  color: #68dce3;
}

.export-hero-copy > p {
  max-width: 650px;
  margin-bottom: 32px;
  color: #d5e0ee;
  font-size: 18px;
  line-height: 1.9;
}

.export-hero-actions,
.export-hero-tags,
.export-suitable,
.export-digital-items,
.export-cta-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.export-hero-actions {
  gap: 14px;
}

.export-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.export-button:hover,
.export-text-link:hover {
  transform: translateY(-2px);
}

.export-button-primary {
  color: #fff !important;
  background: linear-gradient(135deg, var(--export-orange), #ff944f);
  box-shadow: 0 12px 28px rgba(244, 122, 51, 0.3);
}

.export-button-ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(8px);
}

.export-button-ghost:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.export-hero-tags {
  gap: 20px;
  margin-top: 40px;
  color: #cbd8e8;
  font-size: 14px;
}

.export-hero-tags span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.export-hero-tags i {
  color: #67d9df;
}

.export-assurance {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 14px 40px rgba(10, 34, 70, 0.08);
}

.export-assurance-list {
  min-height: 112px;
  display: flex;
  align-items: stretch;
}

.export-assurance-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 26px;
  border-right: 1px solid var(--export-line);
}

.export-assurance-item:first-child {
  border-left: 1px solid var(--export-line);
}

.export-assurance-item strong {
  margin-bottom: 7px;
  color: var(--export-ink);
  font-size: 17px;
}

.export-assurance-item span {
  color: var(--export-text);
  font-size: 13px;
  line-height: 1.6;
}

.export-audience {
  background: var(--export-bg);
}

.export-audience-grid,
.export-capability-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.export-audience-card {
  width: calc(25% - 15px);
  min-height: 270px;
  padding: 30px 26px;
  border: 1px solid #e2eaf3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(8, 35, 72, 0.05);
}

.export-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 12px;
  color: var(--export-blue);
  background: #eaf2ff;
  font-size: 21px;
}

.export-audience-card:nth-child(even) .export-icon {
  color: #0f8996;
  background: var(--export-mint);
}

.export-audience-card h3,
.export-capability-grid h3 {
  margin-bottom: 12px;
  color: var(--export-ink);
  font-size: 21px;
  font-weight: 750;
}

.export-audience-card p,
.export-capability-grid p {
  margin-bottom: 0;
  color: var(--export-text);
  font-size: 15px;
  line-height: 1.85;
}

.export-route-section {
  position: relative;
  color: #fff;
  background: var(--export-navy);
}

.export-route-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 10%, rgba(20, 169, 184, 0.15), transparent 38%), radial-gradient(circle at 85% 90%, rgba(23, 105, 224, 0.2), transparent 42%);
  pointer-events: none;
}

.export-route-section .export-shell {
  position: relative;
}

.export-route {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.export-route::before {
  content: "";
  position: absolute;
  top: 62px;
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(90deg, rgba(103, 217, 223, 0.12), rgba(103, 217, 223, 0.8), rgba(103, 217, 223, 0.12));
}

.export-route li {
  position: relative;
  z-index: 1;
  width: 12.5%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 6px;
  text-align: center;
}

.export-route li > span {
  margin-bottom: 12px;
  color: #6fd5dd;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.export-route li > i {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid rgba(111, 213, 221, 0.42);
  border-radius: 50%;
  color: #fff;
  background: #0c2d55;
  box-shadow: 0 0 0 7px var(--export-navy);
  font-size: 19px;
}

.export-route strong {
  margin-bottom: 8px;
  color: #fff;
  font-size: 15px;
}

.export-route small {
  color: #9eb2cc;
  font-size: 11px;
  line-height: 1.65;
}

.export-services {
  background: #fff;
}

.export-service-row {
  display: flex;
  align-items: center;
  gap: 72px;
  margin-bottom: 104px;
}

.export-service-row:last-child {
  margin-bottom: 0;
}

.export-service-row-reverse {
  flex-direction: row-reverse;
}

.export-service-media,
.export-service-copy {
  width: calc(50% - 36px);
}

.export-service-media {
  position: relative;
  min-height: 420px;
  border-radius: 18px;
  overflow: hidden;
  background: #dfe7ef;
  box-shadow: 0 24px 60px rgba(7, 27, 57, 0.13);
}

.export-service-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(4, 18, 40, 0.72));
  pointer-events: none;
}

.export-service-media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.export-service-row:hover .export-service-media img {
  transform: scale(1.025);
}

.export-media-label {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.export-media-label i {
  color: #6fe0e4;
}

.export-service-number {
  display: block;
  margin-bottom: 14px;
  color: var(--export-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.export-service-copy h3 {
  margin-bottom: 18px;
  color: var(--export-ink);
  font-size: 36px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.export-service-lead {
  margin-bottom: 24px;
  color: var(--export-text);
  font-size: 16px;
  line-height: 1.9;
}

.export-check-list {
  margin-bottom: 26px;
  padding: 0;
  list-style: none;
}

.export-check-list li {
  position: relative;
  margin-bottom: 13px;
  padding-left: 28px;
  color: #33445e;
  font-size: 15px;
  line-height: 1.65;
}

.export-check-list li::before {
  content: "\2713";
  position: absolute;
  top: 1px;
  left: 0;
  width: 19px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #087e8b;
  background: var(--export-mint);
  font-size: 12px;
  font-weight: 900;
}

.export-suitable {
  gap: 8px;
  padding-top: 18px;
  border-top: 1px solid var(--export-line);
}

.export-suitable strong {
  margin-right: 4px;
  color: var(--export-ink);
  font-size: 13px;
}

.export-suitable span {
  padding: 6px 10px;
  border-radius: 5px;
  color: #42607d;
  background: #f0f5fa;
  font-size: 12px;
}

.export-service-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-left: 3px solid var(--export-blue);
  border-radius: 0 7px 7px 0;
  color: #48617d;
  background: #eff6ff;
  font-size: 13px;
  line-height: 1.7;
}

.export-service-note i {
  margin-top: 4px;
  color: var(--export-blue);
}

.export-service-note-warn {
  border-left-color: #d09524;
  color: #6d5931;
  background: #fff8e9;
}

.export-service-note-warn i {
  color: #c48614;
}

.export-mode-section {
  background: var(--export-bg);
}

.export-mode-scroll {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--export-line);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 27, 57, 0.06);
  scrollbar-color: #b8c8db #eef3f8;
}

.export-mode-table {
  min-width: 1080px;
}

.export-mode-row {
  display: grid;
  grid-template-columns: 0.72fr repeat(5, 1.2fr);
  border-bottom: 1px solid var(--export-line);
}

.export-mode-row:last-child {
  border-bottom: 0;
}

.export-mode-row > div {
  padding: 19px 17px;
  border-right: 1px solid var(--export-line);
  color: #4c5d73;
  font-size: 13px;
  line-height: 1.65;
}

.export-mode-row > div:last-child {
  border-right: 0;
}

.export-mode-row > div:first-child {
  color: var(--export-ink);
  font-weight: 700;
  background: #f8fafc;
}

.export-mode-head {
  color: #fff;
  background: var(--export-navy-soft);
}

.export-mode-head > div,
.export-mode-head > div:first-child {
  padding-top: 23px;
  padding-bottom: 23px;
  color: #fff;
  background: transparent;
  font-size: 14px;
  font-weight: 750;
}

.export-mode-head span {
  display: block;
  width: max-content;
  margin-bottom: 6px;
  padding: 3px 8px;
  border-radius: 4px;
  color: #04213e;
  background: #6edce2;
  font-size: 12px;
}

.export-mode-footnote {
  margin: 18px 0 0;
  color: #6a788b;
  font-size: 13px;
  line-height: 1.75;
}

.export-mode-footnote i {
  margin-right: 6px;
  color: var(--export-blue);
}

.export-special {
  position: relative;
  padding: 88px 0;
  color: #fff;
  background: linear-gradient(135deg, #071b39 0%, #0b3c64 58%, #0c6d76 100%);
}

.export-special::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(30deg, transparent 46%, #fff 47%, #fff 48%, transparent 49%);
  background-size: 46px 46px;
}

.export-special-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 74px;
  align-items: center;
}

.export-special-copy h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 1.35;
  font-weight: 800;
}

.export-special-copy p {
  margin-bottom: 0;
  color: #bed0e2;
  font-size: 15px;
  line-height: 1.9;
}

.export-text-link {
  width: fit-content;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  padding: 0 20px;
  border-radius: 8px;
  color: #fff !important;
  background: var(--export-orange);
  font-size: 14px;
  font-weight: 750;
  transition: transform 0.2s ease;
}

.export-special-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.export-special-steps li {
  min-height: 132px;
  display: flex;
  gap: 15px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(6px);
}

.export-special-steps li > span {
  color: #71dce2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.export-special-steps strong,
.export-special-steps small {
  display: block;
}

.export-special-steps strong {
  margin-bottom: 9px;
  color: #fff;
  font-size: 17px;
}

.export-special-steps small {
  color: #b7c9dc;
  font-size: 12px;
  line-height: 1.7;
}

.export-capability-section {
  background: #fff;
}

.export-capability-grid article {
  width: calc(33.333% - 14px);
  padding: 30px 26px;
  border-top: 3px solid var(--export-blue);
  border-radius: 10px;
  background: #f7fafe;
}

.export-capability-grid article:nth-child(even) {
  border-top-color: var(--export-cyan);
}

.export-capability-grid article > i {
  margin-bottom: 22px;
  color: var(--export-blue);
  font-size: 25px;
}

.export-capability-grid article:nth-child(even) > i {
  color: #0b8e9b;
}

.export-digital {
  position: relative;
  padding: 72px 0;
  color: #fff;
  background: linear-gradient(135deg, #071b39, #0c3762);
}

.export-digital::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(79, 218, 226, 0.17), transparent 67%);
}

.export-digital-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.export-digital-copy {
  width: 58%;
}

.export-digital-copy h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 800;
}

.export-digital-copy p {
  margin-bottom: 0;
  color: #b8c9dc;
  font-size: 15px;
  line-height: 1.85;
}

.export-digital-items {
  width: 38%;
  gap: 12px;
}

.export-digital-items span {
  width: calc(50% - 6px);
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  color: #e9f1fa;
  background: rgba(255, 255, 255, 0.055);
  font-size: 13px;
}

.export-digital-items i {
  color: #66dbe1;
}

.export-faq {
  background: var(--export-bg);
}

.export-faq-layout {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

.export-faq-layout > .export-section-heading {
  width: 38%;
  margin-bottom: 0;
}

.export-faq-list {
  width: calc(62% - 80px);
}

.export-faq details {
  margin-bottom: 12px;
  border: 1px solid var(--export-line);
  border-radius: 9px;
  background: #fff;
}

.export-faq summary {
  position: relative;
  padding: 21px 50px 21px 22px;
  color: var(--export-ink);
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.export-faq summary::-webkit-details-marker {
  display: none;
}

.export-faq summary::after {
  content: "+";
  position: absolute;
  top: 17px;
  right: 20px;
  color: var(--export-blue);
  font-size: 24px;
  font-weight: 400;
}

.export-faq details[open] summary::after {
  content: "\2212";
}

.export-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--export-text);
  font-size: 14px;
  line-height: 1.85;
}

.export-cta {
  position: relative;
  padding: 86px 0;
  color: #fff;
  background: linear-gradient(135deg, #1769e0, #0b8396);
}

.export-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: linear-gradient(30deg, transparent 46%, #fff 47%, #fff 48%, transparent 49%);
  background-size: 42px 42px;
}

.export-cta-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.export-cta-inner > div:first-child {
  max-width: 720px;
}

.export-cta h2 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 38px;
  line-height: 1.3;
  font-weight: 800;
}

.export-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.85;
}

.export-cta-actions {
  min-width: 290px;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
}

.export-button-white {
  color: #0c559e !important;
  background: #fff;
  box-shadow: 0 12px 26px rgba(4, 35, 70, 0.16);
}

.export-phone {
  display: grid;
  grid-template-columns: 32px 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff !important;
}

.export-phone i {
  grid-row: 1 / 3;
  font-size: 18px;
}

.export-phone span {
  font-size: 11px;
  opacity: 0.75;
}

.export-phone strong {
  font-size: 15px;
  letter-spacing: 0.03em;
}

#export-services,
#export-customs,
#export-mode-title,
#export-special-title,
#export-capability-title,
#export-faq-title {
  scroll-margin-top: 90px;
}

@media (max-width: 1100px) {
  .export-hero-copy {
    max-width: 70%;
  }

  .export-hero h1 {
    font-size: 48px;
  }

  .export-service-row {
    gap: 44px;
  }

  .export-service-media,
  .export-service-copy {
    width: calc(50% - 22px);
  }

  .export-route small {
    display: none;
  }

  .export-special-layout {
    gap: 44px;
  }
}

@media (max-width: 900px) {
  .export-page {
    padding-top: 4rem;
  }

  .export-section {
    padding: 74px 0;
  }

  .export-shell {
    width: min(calc(100% - 36px), 760px);
  }

  .export-hero {
    min-height: 660px;
  }

  .export-hero-media {
    object-position: 62% center;
  }

  .export-hero-shade {
    background: linear-gradient(90deg, rgba(3, 15, 34, 0.97), rgba(3, 15, 34, 0.84) 64%, rgba(3, 15, 34, 0.45));
  }

  .export-hero-copy {
    width: 640px;
    max-width: 84%;
  }

  .export-hero h1 {
    font-size: 44px;
  }

  .export-assurance-list {
    flex-wrap: wrap;
  }

  .export-assurance-item {
    width: 50%;
    border-bottom: 1px solid var(--export-line);
  }

  .export-audience-card {
    width: calc(50% - 10px);
  }

  .export-route {
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 0;
  }

  .export-route::before {
    display: none;
  }

  .export-route li {
    width: 25%;
  }

  .export-service-row,
  .export-service-row-reverse {
    flex-direction: column;
    gap: 38px;
    margin-bottom: 80px;
  }

  .export-service-media,
  .export-service-copy {
    width: 100%;
  }

  .export-service-media,
  .export-service-media img {
    min-height: 0;
    height: 430px;
  }

  .export-special-layout {
    grid-template-columns: 1fr;
  }

  .export-digital-inner,
  .export-faq-layout,
  .export-cta-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .export-digital-copy,
  .export-digital-items,
  .export-faq-layout > .export-section-heading,
  .export-faq-list {
    width: 100%;
  }

  .export-faq-layout {
    gap: 40px;
  }

  .export-cta-actions {
    width: 300px;
  }
}

@media (max-width: 620px) {
  .export-page {
    padding-top: 4rem;
  }

  .export-shell {
    width: calc(100% - 30px);
  }

  .export-section {
    padding: 58px 0;
  }

  .export-section-heading {
    margin-bottom: 34px;
  }

  .export-section-heading h2 {
    font-size: 29px;
    line-height: 1.35;
  }

  .export-section-heading p {
    font-size: 15px;
    line-height: 1.8;
  }

  .export-hero {
    min-height: 700px;
    align-items: flex-end;
  }

  .export-hero-media {
    object-position: 69% center;
  }

  .export-hero-shade {
    background: linear-gradient(180deg, rgba(3, 15, 34, 0.36) 0%, rgba(3, 15, 34, 0.88) 46%, rgba(3, 15, 34, 0.99) 100%);
  }

  .export-hero-inner {
    padding-top: 155px;
    padding-bottom: 42px;
  }

  .export-hero-copy {
    width: 100%;
    max-width: 100%;
  }

  .export-hero h1 {
    margin-bottom: 19px;
    font-size: 34px;
    line-height: 1.28;
    letter-spacing: -0.03em;
  }

  .export-hero-copy > p {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.75;
  }

  .export-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .export-button {
    width: 100%;
  }

  .export-hero-tags {
    gap: 11px 16px;
    margin-top: 28px;
    font-size: 12px;
  }

  .export-assurance-list {
    width: 100%;
  }

  .export-assurance-item {
    min-height: 92px;
    padding: 16px 14px;
  }

  .export-assurance-item strong {
    font-size: 14px;
  }

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

  .export-audience-grid,
  .export-capability-grid {
    gap: 12px;
  }

  .export-audience-card,
  .export-capability-grid article {
    width: 100%;
  }

  .export-audience-card {
    min-height: 0;
    padding: 25px 22px;
  }

  .export-route-section {
    padding-bottom: 48px;
  }

  .export-route {
    justify-content: flex-start;
    gap: 26px 0;
  }

  .export-route li {
    width: 25%;
    padding: 0 3px;
  }

  .export-route li > i {
    width: 48px;
    height: 48px;
    margin-bottom: 13px;
    font-size: 15px;
  }

  .export-route strong {
    font-size: 12px;
  }

  .export-service-row,
  .export-service-row-reverse {
    gap: 28px;
    margin-bottom: 64px;
  }

  .export-service-media,
  .export-service-media img {
    height: 245px;
  }

  .export-media-label {
    left: 16px;
    bottom: 15px;
    font-size: 12px;
  }

  .export-service-copy h3 {
    font-size: 28px;
  }

  .export-service-lead {
    font-size: 15px;
    line-height: 1.8;
  }

  .export-check-list li {
    font-size: 14px;
  }

  .export-suitable strong {
    width: 100%;
    margin-bottom: 3px;
  }

  .export-mode-scroll {
    border-radius: 10px;
  }

  .export-mode-table {
    min-width: 970px;
  }

  .export-mode-row > div {
    padding: 14px 12px;
    font-size: 12px;
  }

  .export-mode-head > div,
  .export-mode-head > div:first-child {
    font-size: 12px;
  }

  .export-special {
    padding: 62px 0;
  }

  .export-special-layout {
    gap: 36px;
  }

  .export-special-copy h2 {
    font-size: 28px;
  }

  .export-special-steps {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .export-special-steps li {
    min-height: 0;
    padding: 18px;
  }

  .export-digital {
    padding: 58px 0;
  }

  .export-digital-inner {
    gap: 34px;
  }

  .export-digital-copy h2,
  .export-cta h2 {
    font-size: 28px;
  }

  .export-digital-items {
    gap: 9px;
  }

  .export-digital-items span {
    width: calc(50% - 5px);
    padding: 0 11px;
    font-size: 12px;
  }

  .export-faq summary {
    padding: 18px 44px 18px 17px;
    font-size: 14px;
  }

  .export-faq summary::after {
    top: 14px;
    right: 16px;
  }

  .export-faq details p {
    padding: 0 17px 18px;
    font-size: 13px;
  }

  .export-cta {
    padding: 62px 0 96px;
  }

  .export-cta-inner {
    gap: 32px;
  }

  .export-cta-actions {
    width: 100%;
  }
}

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