:root {
  --navy-950: #041426;
  --navy-900: #071d35;
  --navy-800: #0a2a4b;
  --navy-700: #123f6a;
  --blue-500: #2e78b7;
  --orange: #ff7a2f;
  --orange-light: #ffac67;
  --cream: #f6f4ef;
  --paper: #fff;
  --ink: #0c1e30;
  --muted: #647282;
  --line: #dfe5e9;
  --shadow: 0 20px 70px rgba(4, 23, 42, 0.14);
  --radius: 22px;
  --container: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 999;
  padding: 10px 16px;
  color: #fff;
  background: var(--orange);
  border-radius: 8px;
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.topline {
  color: rgba(255, 255, 255, 0.76);
  background: var(--navy-950);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.topline__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 35px;
}

.topline a {
  color: var(--orange-light);
  font-weight: 600;
}

.site-header {
  position: sticky;
  z-index: 80;
  top: 0;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(7, 29, 53, 0.08);
  backdrop-filter: blur(16px);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand__mark {
  display: grid;
  width: 68px;
  height: 43px;
  place-items: center;
  background: url("/assets/dfx-logo-symbol.png") center / contain no-repeat;
  border-radius: 0;
}

.brand__mark svg {
  display: none;
}

.brand__mark .brand__star {
  fill: #fff;
}

.brand__text {
  display: flex;
  flex-direction: column;
}

.brand__text strong {
  color: var(--navy-900);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.25;
}

.brand__text small {
  color: #8a96a1;
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.brand--footer .brand__mark {
  width: 92px;
  height: 92px;
  background-image: url("/assets/dfx-logo-official.png");
}

.brand--footer .brand__text {
  display: none;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.main-nav > a:not(.button) {
  position: relative;
  color: #26394a;
  font-size: 14px;
  font-weight: 600;
}

.main-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.main-nav > a:hover::after,
.main-nav > a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 12px 10px;
  background: transparent;
  border: 0;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--navy-900);
  transition: 0.25s ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 23px;
  color: #fff;
  background: var(--navy-900);
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(4, 20, 38, 0.2);
}

.button--small {
  min-height: 40px;
  padding: 0 18px;
  font-size: 13px;
}

.button--accent {
  color: #fff;
  background: var(--orange);
}

.button--accent span {
  margin-left: 24px;
  font-size: 18px;
}

.button--accent:hover {
  background: #ee6820;
}

.button--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(3, 18, 34, 0.97) 0%, rgba(4, 25, 47, 0.91) 43%, rgba(5, 31, 55, 0.54) 100%),
    url("/assets/photos/home-port.webp") center 46% / cover no-repeat;
}

.hero::before {
  position: absolute;
  top: -180px;
  right: -140px;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, 0.018), 0 0 0 160px rgba(255, 255, 255, 0.012);
}

.hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image: linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 66px;
  align-items: center;
  min-height: 585px;
  padding: 56px 0 40px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--orange-light);
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.eyebrow span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: var(--orange);
}

.eyebrow--dark {
  color: var(--navy-700);
}

.hero h1 {
  max-width: 570px;
  margin: 0;
  font-size: clamp(44px, 5vw, 68px);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1.16;
}

.hero h1 em {
  color: transparent;
  background: linear-gradient(90deg, #fff 0%, #fff 39%, var(--orange-light) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.hero__lead {
  max-width: 575px;
  margin: 25px 0 30px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.85;
}

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

.hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 28px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  list-style: none;
}

.hero__checks li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hero__checks span {
  display: inline-grid;
  width: 17px;
  height: 17px;
  color: var(--orange-light);
  border: 1px solid rgba(255, 172, 103, 0.45);
  border-radius: 50%;
  place-items: center;
  font-size: 9px;
}

.route-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(4, 20, 38, 0.18), rgba(4, 20, 38, 0.6)),
    url("/assets/photos/warehouse.webp") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.26);
}

.route-card::before {
  position: absolute;
  top: -50px;
  left: 45%;
  width: 280px;
  height: 280px;
  content: "";
  background: rgba(46, 120, 183, 0.08);
  border-radius: 50%;
  filter: blur(4px);
}

.route-card__head,
.route-card__foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.route-card__head {
  padding: 25px 28px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.route-card__head > div:first-child {
  display: flex;
  flex-direction: column;
}

.route-card__head span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.route-card__head strong {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.39);
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.route-card__status {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 10px;
}

.route-card__status i {
  width: 7px;
  height: 7px;
  background: #66d6a5;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(102, 214, 165, 0.1);
  animation: pulse 2s infinite;
}

.route-map {
  position: relative;
  height: 355px;
  overflow: hidden;
}

.route-map::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at 68% 60%, rgba(46, 120, 183, 0.08), transparent 30%);
}

.map-outline {
  display: none;
}

.land {
  fill: rgba(131, 172, 204, 0.09);
  stroke: rgba(163, 198, 223, 0.16);
  stroke-width: 1.4;
}

.route {
  fill: none;
  stroke-linecap: round;
  stroke-width: 2;
}

.route--sea {
  stroke: rgba(255, 172, 103, 0.62);
  stroke-dasharray: 7 8;
}

.route--air {
  stroke: rgba(127, 185, 227, 0.55);
  stroke-dasharray: 3 9;
}

.route-city {
  position: absolute;
  z-index: 4;
  display: none;
  flex-direction: column;
  padding-left: 18px;
}

.route-city i {
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--orange);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 122, 47, 0.12);
}

.route-city strong {
  color: #fff;
  font-size: 13px;
}

.route-city small {
  color: rgba(255, 255, 255, 0.36);
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.route-city--sz {
  top: 27%;
  left: 31%;
}

.route-city--au {
  right: 13%;
  bottom: 18%;
}

.moving-icon {
  position: absolute;
  z-index: 5;
  display: none;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.25);
  place-items: center;
}

.moving-icon svg {
  width: 19px;
  height: 19px;
  fill: var(--orange);
}

.moving-icon--plane {
  top: 36%;
  left: 60%;
  animation: drift 4s ease-in-out infinite;
}

.moving-icon--ship {
  bottom: 24%;
  left: 54%;
  width: 40px;
  height: 40px;
  background: var(--orange);
  animation: bob 3.2s ease-in-out infinite;
}

.moving-icon--ship svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.route-card__foot {
  padding: 19px 25px 22px;
  background: rgba(2, 18, 33, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.route-card__foot div {
  display: flex;
  flex-direction: column;
  min-width: 29%;
  padding: 0 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.route-card__foot div:first-child {
  padding-left: 0;
  border-left: 0;
}

.route-card__foot span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 9px;
}

.route-card__foot strong {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.hero__ribbon {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: -43px;
  padding: 24px 25px;
  color: var(--ink);
  background: #fff;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.hero__ribbon div {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  border-left: 1px solid var(--line);
}

.hero__ribbon div:first-child {
  border-left: 0;
}

.hero__ribbon small {
  color: #929ca5;
  font-size: 10px;
}

.hero__ribbon strong {
  margin-top: 5px;
  color: var(--navy-900);
  font-size: 14px;
}

.section {
  padding: 120px 0;
}

.services {
  padding-top: 155px;
  background: #fff;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 56px;
}

.section-heading h2,
.assurance h2,
.faq h2,
.contact h2 {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.27;
}

.section-heading > p {
  max-width: 455px;
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.9;
}

.section-heading--center {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading--center p {
  max-width: 630px;
  margin: 18px auto 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.service-card {
  grid-column: span 2;
  display: flex;
  min-height: 390px;
  padding: 30px 28px 25px;
  overflow: hidden;
  color: #fff;
  background-color: var(--navy-950);
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  box-shadow: 0 20px 42px rgba(7, 29, 53, 0.16);
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card--consolidation {
  background-image: linear-gradient(145deg, rgba(7, 35, 62, 0.84), rgba(7, 29, 53, 0.94)), url("/assets/photos/real/warehouse-assorted-cartons.jpg");
}

.service-card--sea-lcl {
  background-image: linear-gradient(145deg, rgba(8, 47, 76, 0.82), rgba(7, 29, 53, 0.94)), url("/assets/photos/real/truck-loaded-cartons.jpg");
  background-position: center 42%;
}

.service-card--oversized {
  background-image: linear-gradient(145deg, rgba(8, 47, 76, 0.8), rgba(7, 29, 53, 0.94)), url("/assets/photos/real/long-furniture-cargo.jpg");
}

.service-card--air-express {
  background-image: linear-gradient(145deg, rgba(8, 47, 76, 0.8), rgba(7, 29, 53, 0.94)), url("/assets/photos/real/packed-orange-cartons.jpg");
}

.service-card--air-line {
  background-image: linear-gradient(145deg, rgba(8, 47, 76, 0.8), rgba(7, 29, 53, 0.94)), url("/assets/photos/real/palletized-cartons.jpg");
}

.service-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.service-card:hover {
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 28px 58px rgba(7, 29, 53, 0.24);
  transform: translateY(-7px);
}

.service-card--featured {
  color: #fff;
  border-color: transparent;
}

.service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-card__index {
  color: rgba(255, 255, 255, 0.66);
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 13px;
}

.service-card__tag {
  padding: 6px 11px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 700;
}

.service-card--featured .service-card__index {
  color: rgba(255, 255, 255, 0.66);
}

.service-card--featured .service-card__tag {
  color: var(--orange-light);
  background: rgba(255, 122, 47, 0.18);
  border-color: rgba(255, 174, 122, 0.28);
}

.service-card__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 30px 0 22px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  backdrop-filter: blur(8px);
  place-items: center;
}

.service-card__icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.service-card--featured .service-card__icon {
  color: var(--orange-light);
  background: rgba(255, 255, 255, 0.14);
}

.service-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 26px;
}

.service-card--featured h3 {
  color: #fff;
}

.service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.7;
}

.service-card--featured p {
  color: rgba(255, 255, 255, 0.78);
}

.service-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 19px;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 15px;
  font-weight: 700;
}

.service-card--featured a {
  color: var(--orange-light);
  border-color: rgba(255, 255, 255, 0.2);
}

.pricing-preview {
  background: #f3f6f8;
}

.rate-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.rate-summary-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  color: #fff;
  background: linear-gradient(145deg, #0b365f, #061b30);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(7, 29, 53, 0.12);
}

.rate-summary-card:nth-child(2) {
  background: linear-gradient(145deg, #af7c00, #755300);
}

.rate-summary-card:nth-child(3) {
  background: linear-gradient(145deg, #087d6f, #03534b);
}

.rate-summary-card:nth-child(4) {
  background: linear-gradient(145deg, #175da1, #0b3867);
}

.rate-summary-card small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 800;
}

.rate-summary-card h3 {
  margin: 10px 0 20px;
  font-size: 20px;
}

.rate-summary-card strong {
  display: block;
  font-size: 31px;
  line-height: 1;
}

.rate-summary-card strong span {
  font-size: 12px;
  font-weight: 700;
}

.rate-summary-card p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.65;
}

.pricing-preview__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 32px;
  padding: 22px 25px;
  color: var(--navy-900);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}

.pricing-preview__action p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.pricing-preview__action p a {
  color: var(--blue-500);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.photo-story {
  overflow: hidden;
  background: #fff;
}

.photo-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-template-rows: 250px 250px;
  gap: 14px;
}

.photo-tile {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--navy-900);
  border-radius: 18px;
}

.photo-tile:first-child {
  grid-row: 1 / span 2;
}

.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.photo-tile:hover img {
  transform: scale(1.035);
}

.photo-tile::after {
  position: absolute;
  inset: 45% 0 0;
  content: "";
  background: linear-gradient(transparent, rgba(2, 15, 28, 0.82));
}

.photo-tile figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 17px;
  left: 18px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.photo-tile figcaption small {
  color: rgba(255, 255, 255, 0.63);
  font-weight: 500;
}

.photo-story__note {
  margin: 18px 0 0;
  color: #7c8893;
  font-size: 11px;
  text-align: right;
}

.knowledge-preview {
  background:
    radial-gradient(circle at 10% 0%, rgba(28, 99, 166, 0.1), transparent 34%),
    #f4f7fa;
}

.knowledge-preview__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.knowledge-preview__card {
  display: flex;
  min-height: 285px;
  padding: 28px 25px 24px;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(7, 29, 53, 0.1);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(7, 29, 53, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.knowledge-preview__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(7, 29, 53, 0.1);
}

.knowledge-preview__card > span {
  align-self: flex-start;
  padding: 6px 10px;
  color: var(--blue-500);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  background: rgba(28, 99, 166, 0.08);
  border-radius: 999px;
}

.knowledge-preview__card h3 {
  margin: 24px 0 14px;
  color: var(--navy-900);
  font-size: 21px;
  letter-spacing: -0.03em;
  line-height: 1.45;
}

.knowledge-preview__card p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.8;
}

.knowledge-preview__card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  color: var(--navy-900);
  font-size: 13px;
  font-weight: 800;
  border-top: 1px solid var(--line);
}

.knowledge-preview__card a i {
  color: var(--orange);
  font-style: normal;
  font-size: 18px;
}

.knowledge-preview__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 32px;
}

.knowledge-preview__more > span {
  color: var(--muted);
  font-size: 12px;
}

.button--dark {
  color: #fff;
  background: var(--navy-900);
}

.button--dark:hover {
  background: var(--blue-500);
}

.pricing-hero {
  padding: 78px 0;
  color: #fff;
  background: var(--navy-950);
}

.pricing-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 62px;
  align-items: center;
}

.pricing-hero h1 {
  margin: 0;
  font-size: clamp(44px, 5vw, 68px);
  letter-spacing: -0.055em;
  line-height: 1.12;
}

.pricing-hero h1 em {
  color: var(--orange-light);
  font-style: normal;
}

.pricing-hero p {
  max-width: 680px;
  margin: 24px 0 28px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.9;
}

.pricing-hero__photo {
  position: relative;
  height: 440px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.3);
}

.pricing-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricing-hero__photo span {
  position: absolute;
  right: 15px;
  bottom: 14px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(2, 15, 28, 0.72);
  border-radius: 20px;
  font-size: 10px;
}

.rate-grid {
  display: grid;
  gap: 20px;
}

.rate-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rate-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(7, 29, 53, 0.08);
}

.rate-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 25px;
  color: #fff;
  background: linear-gradient(135deg, #d36b00, #f49a14);
}

.rate-card--gold .rate-card__head {
  background: linear-gradient(135deg, #967000, #c99c12);
}

.rate-card--teal .rate-card__head {
  background: linear-gradient(135deg, #087a6d, #08a08c);
}

.rate-card--blue .rate-card__head {
  background: linear-gradient(135deg, #174c85, #2371b9);
}

.rate-card__head span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.rate-card__head h3 {
  margin: 6px 0 0;
  font-size: 21px;
}

.rate-card__head > strong {
  flex: 0 0 auto;
  font-size: 31px;
}

.rate-card__head > strong small {
  margin-left: 3px;
  font-size: 11px;
}

.rate-table-wrap {
  overflow-x: auto;
  padding: 20px 22px 0;
}

.rate-table {
  width: 100%;
  border-collapse: collapse;
}

.rate-table th,
.rate-table td {
  padding: 11px 10px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  font-size: 12px;
}

.rate-table th {
  color: var(--navy-800);
  background: #f1f5f8;
}

.rate-table td {
  color: #4d5e6f;
}

.rate-table td:not(:first-child) {
  color: #bb4826;
  font-weight: 800;
}

.rate-card > ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 20px 27px 25px 43px;
  color: #687786;
  font-size: 11px;
  line-height: 1.65;
}

.rate-notes > div:first-child h2 {
  margin: 0 0 34px;
  color: var(--navy-900);
  font-size: clamp(30px, 4vw, 44px);
}

.rate-note-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.rate-note-grid article {
  padding: 22px;
  background: #f4f7f9;
  border-radius: 13px;
}

.rate-note-grid strong {
  color: var(--navy-800);
  font-size: 15px;
}

.rate-note-grid p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
}

.rate-disclaimer {
  margin-top: 22px;
  padding: 20px 22px;
  color: #714425;
  background: #fff2e8;
  border-left: 4px solid var(--orange);
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.8;
}

.source-sheet {
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.source-sheet summary {
  padding: 17px 20px;
  color: var(--navy-800);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.source-sheet img {
  display: block;
  width: calc(100% - 30px);
  height: auto;
  margin: 0 15px 15px;
  border-radius: 8px;
}

.assurance {
  color: #fff;
  background: var(--navy-900);
}

.assurance__inner {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  gap: 90px;
  align-items: center;
}

.assurance__visual {
  position: relative;
}

.cargo-scene {
  position: relative;
  height: 510px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 30, 54, 0.08), rgba(6, 30, 54, 0.44)),
    url("/assets/photos/warehouse.webp") center / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 220px 220px 20px 20px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.28);
}

.cargo-scene::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0;
}

.cargo-scene__sun {
  display: none;
  top: 80px;
  right: 86px;
  width: 52px;
  height: 52px;
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 18px rgba(255, 122, 47, 0.08), 0 0 60px rgba(255, 122, 47, 0.25);
}

.cargo-scene__crane {
  display: none;
  z-index: 2;
  bottom: 115px;
  left: 50px;
  width: 8px;
  height: 270px;
  background: rgba(174, 202, 223, 0.56);
  transform: rotate(-3deg);
}

.cargo-scene__crane::before {
  position: absolute;
  top: 0;
  left: -5px;
  width: 265px;
  height: 7px;
  content: "";
  background: rgba(174, 202, 223, 0.56);
  transform: rotate(7deg);
  transform-origin: left;
}

.cargo-scene__crane::after {
  position: absolute;
  top: 23px;
  left: 205px;
  width: 2px;
  height: 125px;
  content: "";
  background: rgba(174, 202, 223, 0.34);
}

.cargo-scene__boxes {
  display: none;
  z-index: 4;
  right: 28px;
  bottom: 105px;
  display: grid;
  grid-template-columns: repeat(3, 68px);
  gap: 5px;
}

.cargo-scene__boxes i {
  display: block;
  height: 54px;
  background: #ce5f26;
  border: 2px solid #ed854f;
  box-shadow: inset 0 0 0 2px rgba(4, 20, 38, 0.15);
}

.cargo-scene__boxes i:nth-child(2),
.cargo-scene__boxes i:nth-child(6) {
  background: #194f7a;
  border-color: #3676a7;
}

.cargo-scene__ship {
  display: none;
  z-index: 5;
  bottom: 69px;
  left: 27px;
  width: 92%;
  height: 78px;
  background: #061b30;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 12% 100%);
}

.cargo-scene__ship span {
  position: absolute;
  right: 30px;
  bottom: 17px;
  color: rgba(255, 255, 255, 0.25);
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.cargo-scene__water {
  display: none;
  z-index: 6;
  right: -10%;
  bottom: 0;
  left: -10%;
  height: 85px;
  opacity: 0.95;
  background: repeating-radial-gradient(ellipse at 50% 0, #174e77 0 8px, #0c375b 9px 18px);
  transform: scaleY(0.32);
}

.assurance__badge {
  position: absolute;
  z-index: 10;
  right: -30px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 188px;
  padding: 24px;
  color: var(--ink);
  background: #fff;
  border-radius: 15px;
  box-shadow: var(--shadow);
}

.assurance__badge svg {
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  fill: var(--orange);
}

.assurance__badge strong {
  font-size: 16px;
}

.assurance__badge span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.assurance h2 {
  color: #fff;
}

.assurance__copy > p {
  margin: 22px 0 34px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.9;
}

.assurance-list {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.assurance-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.assurance-item > span {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--orange-light);
  background: rgba(255, 122, 47, 0.1);
  border: 1px solid rgba(255, 122, 47, 0.22);
  border-radius: 50%;
  place-items: center;
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 11px;
}

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

.assurance-item p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  line-height: 1.7;
}

.audiences {
  background: var(--cream);
}

.audience-tabs {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e7e3db;
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(35, 43, 50, 0.06);
}

.tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 8px;
  background: #ece9e2;
  border-radius: 15px 15px 0 0;
}

.tab-list button {
  min-height: 48px;
  color: #69737b;
  background: transparent;
  border: 0;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.tab-list button[aria-selected="true"] {
  color: var(--navy-900);
  background: #fff;
  box-shadow: 0 3px 15px rgba(4, 20, 38, 0.07);
}

.tab-panel {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 70px;
  align-items: center;
  min-height: 270px;
  padding: 45px 55px;
}

.tab-panel[hidden] {
  display: none;
}

.tab-panel__number {
  color: var(--orange);
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.tab-panel h3 {
  margin: 10px 0 13px;
  color: var(--navy-900);
  font-size: 26px;
}

.tab-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.tab-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-panel li {
  position: relative;
  padding: 12px 0 12px 25px;
  color: #334656;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.tab-panel li::before {
  position: absolute;
  top: 16px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--orange);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 122, 47, 0.09);
}

.process {
  background: #fff;
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list::before {
  position: absolute;
  top: 60px;
  right: 9%;
  left: 9%;
  height: 1px;
  content: "";
  background: repeating-linear-gradient(90deg, #cfd8de 0 7px, transparent 7px 14px);
}

.process-list li {
  position: relative;
  z-index: 2;
  padding: 0 18px;
  text-align: center;
}

.process-list li > span {
  position: absolute;
  top: 3px;
  left: calc(50% + 30px);
  color: #a3adb5;
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 9px;
}

.process-list__icon {
  display: grid;
  width: 78px;
  height: 78px;
  margin: 21px auto 23px;
  color: var(--navy-700);
  background: #f4f7f8;
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 0 0 10px #fff;
  place-items: center;
  font-size: 20px;
  font-weight: 900;
}

.process-list li:hover .process-list__icon {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}

.process-list h3 {
  margin: 0 0 9px;
  color: var(--navy-900);
  font-size: 16px;
}

.process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.75;
}

.faq {
  background: #f5f7f8;
}

.faq__inner {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 100px;
}

.faq__intro {
  position: sticky;
  top: 125px;
  align-self: start;
}

.faq__intro p {
  margin: 22px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.text-link {
  color: var(--navy-700);
  font-size: 13px;
  font-weight: 700;
}

.text-link span {
  margin-left: 10px;
  color: var(--orange);
}

.accordion {
  border-top: 1px solid #cfd8dd;
}

.accordion details {
  border-bottom: 1px solid #cfd8dd;
}

.accordion summary {
  position: relative;
  padding: 25px 45px 25px 0;
  color: var(--navy-900);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

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

.accordion summary span,
.accordion summary span::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 14px;
  height: 2px;
  content: "";
  background: var(--orange);
  transition: transform 0.25s ease;
}

.accordion summary span::after {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.accordion details[open] summary span::after {
  transform: rotate(0);
}

.accordion details p {
  margin: -5px 45px 24px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.85;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  color: #fff;
  background: var(--navy-900);
}

.contact::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.25;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 70px 70px;
}

.contact__glow {
  position: absolute;
  top: -150px;
  left: -150px;
  width: 520px;
  height: 520px;
  background: rgba(46, 120, 183, 0.14);
  border-radius: 50%;
}

.contact__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.84fr 1.16fr;
  gap: 90px;
  align-items: center;
}

.contact h2 {
  color: #fff;
}

.contact__copy > p {
  margin: 22px 0 35px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.85;
}

.contact-methods {
  display: grid;
  gap: 12px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  padding: 4px 8px 4px 0;
  border-radius: 10px;
  transition: background 0.2s ease, transform 0.2s ease;
}

a.contact-method:hover,
a.contact-method:focus-visible {
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(4px);
}

.contact-methods__icon {
  display: grid;
  width: 40px;
  height: 40px;
  color: var(--orange-light);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  place-items: center;
  font-size: 13px;
  font-weight: 700;
}

.contact-method > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.contact-methods small {
  color: rgba(255, 255, 255, 0.37);
  font-size: 9px;
}

.contact-methods strong {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.copy-wechat {
  margin-left: auto;
  padding: 6px 10px;
  color: var(--orange-light);
  background: rgba(255, 122, 47, 0.08);
  border: 1px solid rgba(255, 122, 47, 0.22);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.copy-wechat:hover,
.copy-wechat:focus-visible {
  color: #fff;
  background: var(--orange);
}

.contact-qr {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 17px;
  align-items: center;
  max-width: 355px;
  margin-top: 26px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.contact-qr img {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: cover;
  background: #fff;
  border: 6px solid #fff;
  border-radius: 8px;
}

.contact-qr div {
  display: flex;
  flex-direction: column;
}

.contact-qr small {
  color: var(--orange-light);
  font-family: "Arial Narrow", "DIN Condensed", Arial, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.contact-qr strong {
  margin-top: 7px;
  color: #fff;
  font-size: 14px;
}

.contact-qr span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
}

.lead-form {
  padding: 34px;
  color: var(--ink);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 35px 85px rgba(0, 0, 0, 0.24);
}

.lead-form__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 19px;
  border-bottom: 1px solid var(--line);
}

.lead-form__head div {
  display: flex;
  flex-direction: column;
}

.lead-form__head span {
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.lead-form__head strong {
  margin-top: 4px;
  color: var(--navy-900);
  font-size: 20px;
}

.lead-form__head i {
  padding: 8px 12px;
  color: var(--navy-700);
  background: #eef3f6;
  border-radius: 8px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}

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

.lead-form label {
  display: block;
  margin-bottom: 16px;
  color: #405363;
  font-size: 11px;
  font-weight: 700;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  margin-top: 7px;
  padding: 13px 14px;
  color: var(--ink);
  background: #f5f7f8;
  border: 1px solid transparent;
  border-radius: 7px;
  outline: none;
  font-size: 12px;
  resize: vertical;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  background: #fff;
  border-color: var(--blue-500);
  box-shadow: 0 0 0 3px rgba(46, 120, 183, 0.11);
}

.lead-form textarea {
  min-height: 92px;
}

.button--submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 11px 0 0;
  color: #929da5;
  font-size: 9px;
  text-align: center;
}

.form-status {
  min-height: 0;
  margin-top: 0;
  padding: 0;
  color: var(--navy-700);
  background: #edf5f8;
  border-radius: 7px;
  font-size: 11px;
  line-height: 1.6;
  transition: 0.25s ease;
}

.form-status.is-visible {
  min-height: 42px;
  margin-top: 12px;
  padding: 12px;
}

.site-footer {
  color: rgba(255, 255, 255, 0.58);
  background: var(--navy-950);
}

.footer__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 45px;
  align-items: center;
  padding: 50px 0 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand--footer .brand__text strong {
  color: #fff;
}

.brand--footer .brand__mark {
  width: 92px;
  height: 92px;
  background: #fff url("/assets/dfx-logo-official.png") center / contain no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
}

.footer__top > p {
  max-width: 540px;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.back-top {
  display: grid;
  width: 42px;
  height: 42px;
  color: var(--orange-light);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  place-items: center;
}

.footer__links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 42px 0;
}

.footer__links > div {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__links strong {
  margin-bottom: 7px;
  color: #fff;
  font-size: 12px;
}

.footer__links a,
.footer__links span {
  font-size: 11px;
}

.footer__links a:hover {
  color: var(--orange-light);
}

.footer__contact a {
  color: var(--orange-light);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.33);
  font-size: 9px;
}

.footer__compliance {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  text-align: center;
}

.footer__compliance a {
  color: rgba(255, 255, 255, 0.64);
  text-decoration: none;
}

.footer__compliance a:hover,
.footer__compliance a:focus-visible {
  color: var(--orange-light);
  text-decoration: underline;
}

.floating-contact {
  position: fixed;
  z-index: 60;
  right: 22px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 76px;
  color: #fff;
  background: var(--orange);
  border: 4px solid #fff;
  border-radius: 28px;
  box-shadow: 0 15px 35px rgba(4, 20, 38, 0.2);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
}

.floating-contact i {
  margin-top: 4px;
  font-size: 13px;
  font-style: normal;
}

.reveal {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(102, 214, 165, 0.09); }
  50% { box-shadow: 0 0 0 8px rgba(102, 214, 165, 0.02); }
}

@keyframes drift {
  0%, 100% { transform: translate(-5px, 5px) rotate(8deg); }
  50% { transform: translate(8px, -8px) rotate(8deg); }
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (max-width: 1050px) {
  .main-nav {
    gap: 19px;
  }

  .hero__inner {
    gap: 30px;
  }

  .route-map {
    height: 310px;
  }

  .assurance__inner,
  .contact__inner {
    gap: 55px;
  }

  .cargo-scene {
    height: 470px;
  }
}

@media (max-width: 880px) {
  :root {
    --container: min(100% - 32px, 720px);
  }

  .topline__inner span {
    display: none;
  }

  .topline__inner {
    justify-content: center;
  }

  .nav-toggle {
    position: relative;
    z-index: 95;
    display: block;
  }

  .nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    z-index: 90;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    padding: 70px 35px;
    background: rgba(255, 255, 255, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.25s ease;
  }

  .main-nav a:not(.button) {
    font-size: 20px;
  }

  .nav-open .main-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .hero__inner,
  .assurance__inner,
  .contact__inner,
  .faq__inner {
    grid-template-columns: 1fr;
  }

  .hero__inner {
    gap: 45px;
    padding: 75px 0 110px;
  }

  .hero__copy {
    text-align: center;
  }

  .hero__copy .eyebrow,
  .hero__actions,
  .hero__checks {
    justify-content: center;
  }

  .hero__lead,
  .hero h1 {
    margin-right: auto;
    margin-left: auto;
  }

  .hero__ribbon {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 22px;
  }

  .hero__ribbon div:nth-child(3) {
    border-left: 0;
  }

  .service-card,
  .service-card:nth-child(4) {
    grid-column: span 3;
  }

  .assurance__inner {
    max-width: 680px;
  }

  .assurance__visual {
    max-width: 520px;
  }

  .assurance__badge {
    right: -80px;
  }

  .process-list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 46px;
  }

  .process-list::before {
    display: none;
  }

  .faq__intro {
    position: static;
  }

  .contact__inner {
    max-width: 680px;
  }

  .rate-summary-grid,
  .rate-note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-hero__inner,
  .rate-grid--two {
    grid-template-columns: 1fr;
  }

  .pricing-hero__photo {
    height: 390px;
  }

  .photo-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 330px 220px 220px;
  }

  .knowledge-preview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-tile:first-child {
    grid-column: 1 / span 2;
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  :root {
    --container: calc(100% - 28px);
  }

  .header__inner {
    min-height: 70px;
  }

  .brand__mark {
    width: 39px;
    height: 39px;
  }

  .brand__text strong {
    font-size: 15px;
  }

  .brand__text small {
    font-size: 7.5px;
  }

  .rate-summary-grid,
  .rate-note-grid {
    grid-template-columns: 1fr;
  }

  .pricing-preview__action {
    align-items: flex-start;
    flex-direction: column;
  }

  .pricing-preview__action .button {
    width: 100%;
  }

  .photo-grid {
    display: block;
  }

  .photo-tile,
  .photo-tile:first-child {
    height: 250px;
    margin-bottom: 12px;
  }

  .photo-story__note {
    text-align: left;
  }

  .knowledge-preview__grid {
    grid-template-columns: 1fr;
  }

  .knowledge-preview__card {
    min-height: 0;
  }

  .knowledge-preview__more {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .pricing-hero {
    padding: 56px 0;
  }

  .pricing-hero__inner {
    gap: 38px;
  }

  .pricing-hero h1 {
    font-size: 43px;
  }

  .pricing-hero__photo {
    height: 270px;
  }

  .rate-card__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .rate-card__head > strong {
    font-size: 29px;
  }

  .hero__inner {
    padding-top: 58px;
    padding-bottom: 90px;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 50px);
    line-height: 1.2;
  }

  .hero__lead {
    font-size: 15px;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__checks {
    display: grid;
    text-align: left;
  }

  .route-card__head {
    padding: 20px;
  }

  .route-card__status {
    display: none;
  }

  .route-map {
    height: 265px;
  }

  .route-card__foot {
    gap: 0;
    padding: 16px 12px;
  }

  .route-card__foot div {
    padding: 0 8px;
  }

  .route-card__foot strong {
    font-size: 10px;
  }

  .hero__ribbon {
    grid-template-columns: 1fr;
    margin-bottom: -65px;
    padding: 20px;
  }

  .hero__ribbon div,
  .hero__ribbon div:nth-child(3) {
    padding: 0 0 12px;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .hero__ribbon div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .section {
    padding: 88px 0;
  }

  .services {
    padding-top: 145px;
  }

  .section-heading {
    display: block;
    margin-bottom: 38px;
  }

  .section-heading > p {
    margin-top: 18px;
  }

  .section-heading h2,
  .assurance h2,
  .faq h2,
  .contact h2 {
    font-size: 34px;
  }

  .service-grid {
    display: block;
  }

  .service-card {
    min-height: 0;
    margin-bottom: 14px;
  }

  .service-card p {
    min-height: 0;
  }

  .assurance__inner {
    gap: 60px;
  }

  .cargo-scene {
    height: 380px;
  }

  .assurance__badge {
    right: -4px;
    bottom: -22px;
    width: 158px;
    padding: 18px;
  }

  .assurance__badge svg {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .cargo-scene__boxes {
    right: 9px;
    grid-template-columns: repeat(3, 49px);
  }

  .cargo-scene__boxes i {
    height: 39px;
  }

  .cargo-scene__crane {
    left: 35px;
    height: 215px;
  }

  .tab-list {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .tab-panel {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 32px 24px;
  }

  .process-list {
    grid-template-columns: 1fr 1fr;
    row-gap: 35px;
  }

  .process-list li:last-child {
    grid-column: 1 / -1;
    max-width: 190px;
    margin: 0 auto;
  }

  .faq__inner,
  .contact__inner {
    gap: 50px;
  }

  .lead-form {
    padding: 24px 19px;
  }

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

  .footer__top {
    grid-template-columns: 1fr auto;
  }

  .footer__top > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .footer__links {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__bottom {
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 15px 0;
    text-align: center;
  }

  .floating-contact {
    right: 10px;
    bottom: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
