/* Flexshipping marketing — China–U.S. ocean, premium static layer */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;500;600;700&family=Syne:wght@600;700;800&display=swap");

:root {
  --ink: #071422;
  --ink-2: #0e2438;
  --sea: #184e6e;
  --mist: #d7e2ea;
  --paper: #f2f5f8;
  --lacquer: #b42318;
  --gold: #c4a46a;
  --jade: #1b6b5a;
  --route: #1a7a9c;
  --route-hot: #0ea5e9;
  --white: #ffffff;
  --muted: #5d6f7e;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 60px rgba(7, 20, 34, 0.28);
  --max: 1180px;
  --font-display: "Syne", sans-serif;
  --font-body: "Source Sans 3", sans-serif;
}

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

html { scroll-behavior: smooth; }

body.fs-body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font: inherit; }

.fs-wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

/* ——— Header ——— */
.fs-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.fs-header.is-solid {
  background: rgba(7, 20, 34, 0.92);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}
.fs-header__inner {
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.fs-logo {
  width: 168px;
  height: 40px;
  background: url("/en/images/index/logo_w.png") center / contain no-repeat;
  flex: 0 0 auto;
  position: relative;
}
.fs-logo::after {
  content: "Flexshipping";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  letter-spacing: -0.02em;
  opacity: 0;
}
@supports not (background-image: url("/en/images/index/logo_w.png")) {
  .fs-logo::after { opacity: 1; }
}
.fs-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.fs-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 10px 12px;
  border-radius: 999px;
  transition: color .2s, background .2s;
}
.fs-nav a:hover,
.fs-nav a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.fs-nav__drop { position: relative; }
.fs-nav__drop > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
  padding: 10px 12px;
  cursor: default;
}
.fs-nav__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 180px;
  padding: 8px;
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: .18s ease;
}
.fs-nav__drop:hover .fs-nav__menu {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}
.fs-nav__menu a {
  display: block;
  color: var(--ink);
  padding: 10px 12px;
  border-radius: 10px;
}
.fs-nav__menu a:hover { background: var(--paper); color: var(--sea); }
.fs-header__cta { display: flex; align-items: center; gap: 10px; }
.fs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease;
}
.fs-btn:hover { transform: translateY(-1px); }
.fs-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: transparent;
}
.fs-btn--ghost:hover { background: rgba(255, 255, 255, 0.08); }
.fs-btn--solid {
  background: var(--lacquer);
  color: #fff;
}
.fs-btn--solid:hover { background: #9a1c13; }
.fs-btn--dark {
  background: var(--ink);
  color: #fff;
}
.fs-btn--dark:hover { background: #10263a; }
.fs-btn--light {
  background: #fff;
  color: var(--ink);
}
.fs-mobile-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  background: transparent;
  color: #fff;
  font-size: 20px;
}

/* ——— Hero ——— */
.fs-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background: var(--ink);
}
.fs-hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 20, 34, 0.88) 0%, rgba(7, 20, 34, 0.55) 48%, rgba(7, 20, 34, 0.35) 100%),
    linear-gradient(180deg, rgba(7, 20, 34, 0.25) 0%, rgba(7, 20, 34, 0.75) 100%),
    url("/en/upload/images/2023/11/8777536466872b5e.png") center / cover no-repeat;
  transform: scale(1.02);
  animation: fs-ken 18s ease-in-out infinite alternate;
}
@keyframes fs-ken {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.5%, -1%, 0); }
}
.fs-hero__content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto 12vh;
  padding-top: 120px;
}
.fs-seal {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 8px 14px 8px 8px;
  border: 1px solid rgba(196, 164, 106, 0.45);
  border-radius: 999px;
  background: rgba(7, 20, 34, 0.35);
  backdrop-filter: blur(8px);
}
.fs-seal__mark {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--lacquer);
  color: #fff;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.fs-seal__text {
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}
.fs-brand {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(42px, 7vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.03em;
}
.fs-brand span {
  display: block;
  color: var(--gold);
  font-family: var(--font-body);
  font-size: 0.26em;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-top: 14px;
  font-weight: 600;
}
.fs-hero h1 {
  margin: 0 0 16px;
  max-width: 16ch;
  font-family: var(--font-display);
  font-size: clamp(28px, 4.2vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.fs-hero__lead {
  margin: 0 0 28px;
  max-width: 42ch;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.84);
}
.fs-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.fs-hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 42px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.fs-hero__proof div strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  margin-bottom: 4px;
}
.fs-hero__proof div span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.68);
}

/* ——— Sections ——— */
.fs-section { padding: 96px 0; }
.fs-section--ink {
  background: linear-gradient(160deg, #071422 0%, #12324a 55%, #0b1f33 100%);
  color: #fff;
}
.fs-section--paper { background: var(--paper); }
.fs-section--white { background: #fff; }
.fs-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--lacquer);
}
.fs-kicker::before {
  content: "";
  width: 18px;
  height: 2px;
  background: currentColor;
}
.fs-kicker--light { color: var(--gold); }
.fs-h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}
.fs-lead {
  margin: 0;
  max-width: 54ch;
  font-size: 18px;
  line-height: 1.6;
  color: var(--muted);
}
.fs-section--ink .fs-lead { color: rgba(255, 255, 255, 0.72); }

.fs-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 42px;
}
.fs-service {
  position: relative;
  min-height: 320px;
  padding: 28px;
  border-radius: 22px;
  overflow: hidden;
  color: #fff;
  isolation: isolate;
  transition: transform .2s ease;
}
.fs-service:hover { transform: translateY(-4px); }
.fs-service::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(7, 20, 34, 0.15), rgba(7, 20, 34, 0.88)),
    var(--svc-img) center / cover no-repeat;
}
.fs-service__cn {
  font-family: var(--font-body);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
  font-weight: 700;
}
.fs-service h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 28px;
}
.fs-service p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
  font-size: 15px;
}
.fs-service a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 14px;
}
.fs-service a::after { content: "→"; }

.fs-why {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}
.fs-why__visual {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 460px;
  background:
    linear-gradient(145deg, rgba(7, 20, 34, 0.15), rgba(7, 20, 34, 0.55)),
    url("/en/upload/images/2023/11/91f89ef6437382c2.png") center / cover no-repeat;
  box-shadow: var(--shadow);
}
.fs-why__badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  max-width: 240px;
}
.fs-why__badge strong {
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
  margin-bottom: 4px;
}
.fs-why__badge span { font-size: 13px; color: var(--muted); line-height: 1.4; }
.fs-list { list-style: none; margin: 28px 0 0; padding: 0; display: grid; gap: 16px; }
.fs-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}
.fs-list__num {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(180, 35, 24, 0.1);
  color: var(--lacquer);
  font-family: var(--font-display);
  font-weight: 700;
}
.fs-list h4 { margin: 0 0 4px; font-size: 17px; }
.fs-list p { margin: 0; color: var(--muted); line-height: 1.5; font-size: 15px; }

/* ——— Map (Flexport-style light frame) ——— */
.fs-map-panel {
  margin-top: 42px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(7, 20, 34, 0.08);
  box-shadow: 0 18px 50px rgba(7, 20, 34, 0.08);
  overflow: hidden;
}
.fs-map-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 16px 22px;
  border-bottom: 1px solid rgba(7, 20, 34, 0.06);
  background: linear-gradient(180deg, #fbfcfd, #f7f9fb);
}
.fs-map-toolbar__title {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink);
}
.fs-map-toolbar__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fs-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(7, 20, 34, 0.08);
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
}
.fs-chip i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.fs-chip i.origin { background: var(--lacquer); box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.15); }
.fs-chip i.dest { background: var(--route-hot); box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.15); }
.fs-chip i.lane { background: var(--route); }

.fs-map-stage {
  position: relative;
  background: #eef3f7;
  overflow: hidden;
}
.fs-map-svg {
  width: 100%;
  height: auto;
  display: block;
  min-height: 360px;
}
.map-region {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  fill: rgba(14, 36, 56, 0.28);
}
.map-ocean {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
  fill: rgba(26, 122, 156, 0.45);
}
.fs-map-legend {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 20px 22px 24px;
  border-top: 1px solid rgba(7, 20, 34, 0.06);
  background: #fbfcfd;
}
.fs-map-legend h4 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--ink);
}
.fs-map-legend ul {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  gap: 18px;
}
.fs-map-legend li {
  break-inside: avoid;
  font-size: 13px;
  color: var(--muted);
  padding: 4px 0;
}

.land-shape {
  fill: #d5e0ea;
  stroke: #b7c7d6;
  stroke-width: 0.6;
  paint-order: stroke fill;
}
.land-dim {
  fill: rgba(176, 190, 204, 0.28);
  stroke: rgba(148, 163, 178, 0.22);
  stroke-width: 0.5;
}
.land-china {
  fill: #1f4b66;
  fill-opacity: 0.92;
  stroke: #b42318;
  stroke-width: 1.35;
  filter: drop-shadow(0 0 12px rgba(31, 75, 102, 0.35));
}
.map-region--us {
  fill: rgba(14, 100, 140, 0.28);
}
.lane-base {
  fill: none;
  stroke: rgba(26, 122, 156, 0.18);
  stroke-width: 2.2;
  stroke-linecap: round;
}
.lane-path {
  fill: none;
  stroke: url(#routeGrad);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 6 10;
  animation: fs-dash 12s linear infinite;
}
.lane-path.delay-1 { animation-duration: 14s; animation-delay: -2s; }
.lane-path.delay-2 { animation-duration: 16s; animation-delay: -4s; }
.lane-path.delay-3 { animation-duration: 11s; animation-delay: -1s; }
.lane-path.delay-4 { animation-duration: 15s; animation-delay: -6s; }
@keyframes fs-dash {
  to { stroke-dashoffset: -280; }
}
.port-pulse {
  fill: rgba(14, 165, 233, 0.18);
  animation: fs-pulse 2.4s ease-out infinite;
}
.port-pulse.origin { fill: rgba(180, 35, 24, 0.16); }
@keyframes fs-pulse {
  0% { transform-box: fill-box; transform-origin: center; transform: scale(0.55); opacity: 0.9; }
  70% { transform: scale(1.55); opacity: 0; }
  100% { opacity: 0; }
}
.port-dot {
  fill: #fff;
  stroke: var(--route-hot);
  stroke-width: 2.2;
}
.port-dot.origin { stroke: var(--lacquer); }
.port-label {
  fill: #334155;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
}
.route-dot {
  fill: var(--route-hot);
  filter: drop-shadow(0 0 4px rgba(14, 165, 233, 0.75));
}

/* ——— Steps ——— */
.fs-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 40px;
  counter-reset: step;
}
.fs-step {
  position: relative;
  padding: 22px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(7, 20, 34, 0.08);
  min-height: 160px;
}
.fs-step::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  display: block;
  margin-bottom: 18px;
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--lacquer);
}
.fs-step h3 { margin: 0 0 8px; font-size: 16px; }
.fs-step p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.45; }

/* ——— CTA ——— */
.fs-cta {
  padding: 88px 0;
  background:
    linear-gradient(120deg, rgba(7, 20, 34, 0.88), rgba(24, 78, 110, 0.82)),
    url("/en/upload/images/2023/11/997fa59508132840.png") center / cover no-repeat;
  color: #fff;
  text-align: center;
}
.fs-cta .fs-h2 { max-width: 18ch; margin-left: auto; margin-right: auto; }
.fs-cta .fs-lead {
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.78);
}
.fs-cta__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.fs-cta__note {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

/* ——— Page hero (inner) ——— */
.fs-page-hero {
  position: relative;
  min-height: 58vh;
  display: flex;
  align-items: flex-end;
  color: #fff;
  overflow: hidden;
  background: var(--ink);
}
.fs-page-hero__media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 20, 34, 0.9), rgba(7, 20, 34, 0.45)),
    var(--page-img) center / cover no-repeat;
}
.fs-page-hero__content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto 64px;
  padding-top: 140px;
}
.fs-page-hero h1 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.03em;
  line-height: 1;
}
.fs-page-hero p {
  margin: 0;
  max-width: 46ch;
  font-size: 18px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

.fs-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 36px;
}
.fs-feature {
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(7, 20, 34, 0.08);
}
.fs-feature h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 20px;
}
.fs-feature p { margin: 0; color: var(--muted); line-height: 1.5; }

.fs-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.fs-split__media {
  min-height: 380px;
  border-radius: 24px;
  background: center / cover no-repeat;
  box-shadow: var(--shadow);
}

/* ——— Footer ——— */
.fs-footer {
  background: #050d16;
  color: rgba(255, 255, 255, 0.78);
  padding: 64px 0 28px;
}
.fs-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.fs-footer__brand {
  font-family: var(--font-display);
  font-size: 28px;
  color: #fff;
  margin: 0 0 10px;
}
.fs-footer__brand span {
  display: block;
  margin-top: 6px;
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.fs-footer p { margin: 0; line-height: 1.6; font-size: 14px; max-width: 42ch; }
.fs-footer h4 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.fs-footer ul { margin: 0; padding: 0; list-style: none; }
.fs-footer li + li { margin-top: 10px; }
.fs-footer a:hover { color: #fff; }
.fs-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 22px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

/* ——— Motion ——— */
.fs-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}
.fs-reveal.is-in {
  opacity: 1;
  transform: none;
}

/* ——— Responsive ——— */
@media (max-width: 980px) {
  .fs-nav { display: none; }
  .fs-mobile-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .fs-header.is-open .fs-nav {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    padding: 12px;
    background: rgba(7, 20, 34, 0.96);
    border-radius: 16px;
    border: 1px solid var(--line);
  }
  .fs-nav__menu {
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    background: transparent;
    box-shadow: none;
    padding: 0 0 0 8px;
  }
  .fs-nav__menu a { color: rgba(255, 255, 255, 0.85); }
  .fs-grid-3,
  .fs-why,
  .fs-steps,
  .fs-feature-grid,
  .fs-split,
  .fs-footer__grid,
  .fs-map-legend { grid-template-columns: 1fr; }
  .fs-map-legend ul { columns: 1; }
  .fs-steps { grid-template-columns: 1fr 1fr; }
  .fs-header__cta .fs-btn--ghost { display: none; }
}

@media (max-width: 640px) {
  .fs-steps { grid-template-columns: 1fr; }
  .fs-hero__content { margin-bottom: 8vh; }
}

.fs-crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}
.fs-crumbs a { color: rgba(255, 255, 255, 0.78); }
.fs-crumbs a:hover { color: #fff; }
.fs-seo {
  margin-top: 42px;
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(7, 20, 34, 0.08);
}
.fs-seo h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 24px;
}
.fs-seo p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 16px;
}
.fs-seo p:last-child { margin-bottom: 0; }
.fs-seo a { color: var(--sea); font-weight: 600; }
.fs-section--ink .fs-seo {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.1);
}
.fs-section--ink .fs-seo h2 { color: #fff; }
.fs-section--ink .fs-seo p { color: rgba(255, 255, 255, 0.72); }
.fs-section--ink .fs-seo a { color: var(--gold); }
