:root {
  --navy: #062344;
  --navy-2: #0d2f59;
  --ocean: #0a6cc7;
  --sky: #edf4fb;
  --steel: #4e5c6b;
  --ink: #152030;
  --muted: #617082;
  --line: #d7e0ea;
  --white: #ffffff;
  --radius: 14px;
  --shadow: 0 18px 45px rgba(6, 35, 68, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}

body.a11y-contrast {
  --navy: #001329;
  --ocean: #004f9e;
  --sky: #ffffff;
  --ink: #000000;
  --muted: #1c2733;
  --line: #111827;
  background: #ffffff;
}

body.a11y-large-text {
  font-size: 112.5%;
}

body.a11y-spacing {
  letter-spacing: 0.04em;
  line-height: 1.75;
}

body.a11y-dyslexia {
  font-family: Arial, Verdana, Tahoma, sans-serif;
}

body.a11y-reduce-motion *,
body.a11y-reduce-motion *::before,
body.a11y-reduce-motion *::after {
  scroll-behavior: auto !important;
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.001ms !important;
}

body.a11y-focus a:focus-visible,
body.a11y-focus button:focus-visible,
body.a11y-focus input:focus-visible,
body.a11y-focus textarea:focus-visible,
body.a11y-focus select:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
p {
  overflow-wrap: anywhere;
}

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

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

video,
iframe {
  max-width: 100%;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  padding: 11px 16px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

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

.container {
  width: min(1200px, calc(100% - 44px));
  margin: 0 auto;
}

.top-bar {
  background: #03162d;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
}

.top-bar-inner {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  padding: 10px 0;
}

.top-contact {
  font-weight: 600;
  letter-spacing: 0.01em;
}

.top-contact a {
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  overflow: visible;
}

.nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  overflow: visible;
  padding-bottom: 0;
}

.brand {
  flex: 0 0 172px;
  width: 172px;
  position: relative;
  top: 0;
  align-self: flex-start;
  background: #ffffff;
  border: 1px solid #d6dfeb;
  border-radius: 0 0 12px 12px;
  padding: 6px;
  box-shadow: 0 10px 18px rgba(6, 35, 68, 0.14);
  transition: transform 0.2s ease;
}

.brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0 0 8px 8px;
}

.logo-over-topbar .brand {
  transform: translateY(calc(-1 * var(--topbar-height, 0px)));
}

.menu {
  display: flex;
  gap: 24px;
  align-items: center;
  height: 100%;
  color: var(--navy);
  font-weight: 700;
}

.menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  background: var(--ocean);
  transition: width 0.25s ease;
}

.menu a:hover::after {
  width: 100%;
}

.nav-actions {
  display: flex;
  height: 100%;
  align-items: center;
  gap: 10px;
}

.language-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 38px;
  border: 1px solid #cddbeb;
  border-radius: 999px;
  background: white;
  color: var(--navy);
  padding: 0 12px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(6, 35, 68, 0.08);
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 18px;
  flex: 0 0 26px;
  overflow: hidden;
  border: 1px solid rgba(6, 35, 68, 0.18);
  border-radius: 3px;
  background: #f8fbff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.flag-england {
  background:
    linear-gradient(90deg, transparent 0 41%, #c8102e 41% 59%, transparent 59%),
    linear-gradient(0deg, transparent 0 36%, #c8102e 36% 64%, transparent 64%),
    #ffffff;
}

.flag-cn {
  background: #de2910;
}

.flag-cn::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 7px;
  height: 7px;
  background: #ffde00;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.flag-ar {
  background: linear-gradient(#007a3d 0 33%, #fff 33% 66%, #000 66%);
}

.flag-ar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 11px solid #ce1126;
}

.flag-br {
  background: #009b3a;
}

.flag-br::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 14px;
  height: 12px;
  background: #ffdf00;
  transform: rotate(45deg);
}

.flag-br::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #002776;
}

.flag-es {
  background: linear-gradient(#aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75%);
}

.flag-it {
  background: linear-gradient(90deg, #009246 0 33%, #fff 33% 66%, #ce2b37 66%);
}

.flag-fr {
  background: linear-gradient(90deg, #0055a4 0 33%, #fff 33% 66%, #ef4135 66%);
}

.flag-gr {
  background: repeating-linear-gradient(0deg, #0d5eaf 0 2px, #fff 2px 4px);
}

.flag-ro {
  background: linear-gradient(90deg, #002b7f 0 33%, #fcd116 33% 66%, #ce1126 66%);
}

.nav-toggle {
  display: none;
  border: 0;
  background: var(--navy);
  color: white;
  border-radius: 10px;
  padding: 10px 13px;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 12px;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.22s ease;
}

.btn-primary {
  background: var(--navy);
  color: white;
  box-shadow: 0 10px 22px rgba(6, 35, 68, 0.2);
}

.btn-primary:hover {
  background: var(--navy-2);
  transform: translateY(-2px);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.8);
  color: white;
  background: rgba(255, 255, 255, 0.08);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.18);
}

.btn-light {
  background: white;
  color: var(--navy);
}

.btn-small {
  padding: 9px 14px;
  font-size: 14px;
}

.hero-carousel {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: var(--navy);
}

.hero-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(92deg, rgba(4, 14, 29, 0.92) 0%, rgba(4, 14, 29, 0.72) 48%, rgba(4, 14, 29, 0.42) 100%);
  z-index: 1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.03);
  transition: opacity 0.85s ease, transform 1s ease;
  background-size: cover;
  background-position: center;
}

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

.hero-sea {
  background-image: image-set(url("../img/optimized/pexels-19549941.avif") type("image/avif"), url("../img/optimized/pexels-19549941.webp") type("image/webp"));
}

.hero-air {
  background-image: image-set(url("../img/optimized/pexels-34606732.avif") type("image/avif"), url("../img/optimized/pexels-34606732.webp") type("image/webp"));
}

.hero-rail {
  background-image: image-set(url("../img/optimized/pexels-29310005.avif") type("image/avif"), url("../img/optimized/pexels-29310005.webp") type("image/webp"));
}

.hero-content {
  position: relative;
  z-index: 3;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 0 190px;
  color: white;
}

.hero-content::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 90px;
  width: min(820px, calc(100% + 20px));
  height: calc(100% - 210px);
  background: linear-gradient(110deg, rgba(3, 14, 29, 0.72), rgba(3, 14, 29, 0.38));
  border-radius: 18px;
  z-index: 0;
}

.hero-content > * {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: #9ad0ff;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  font-weight: 800;
}

.hero-content .eyebrow {
  color: #d9ebff !important;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.35);
}

.hero-content h1 {
  width: min(820px, 100%);
  font-size: clamp(42px, 6.2vw, 78px);
  line-height: 1;
  margin: 12px 0 20px;
  color: #ffffff !important;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.42);
}

.hero-content p {
  max-width: 670px;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92) !important;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.38);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-actions .btn-primary {
  background: #0e4f95;
  border-color: #0e4f95;
}

.hero-actions .btn-primary:hover {
  background: #0c437d;
}

.hero-actions .btn-secondary {
  color: #03274d;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
}

.hero-actions .btn-secondary:hover {
  background: white;
  color: #031c39;
}

.page-hero .hero-actions {
  margin-top: 26px;
}

.carousel-controls {
  position: absolute;
  z-index: 4;
  bottom: 112px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 11px;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.86);
  background: transparent;
  cursor: pointer;
}

.dot.is-active {
  background: white;
}

.carousel-arrow {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.12);
  color: white;
  cursor: pointer;
}

.quick-quote-banner {
  position: relative;
  z-index: 5;
  margin-top: -76px;
}

.quick-quote-box {
  background: white;
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr 0.9fr auto;
  gap: 14px;
  align-items: end;
}

.field label {
  display: block;
  color: var(--navy);
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px 14px;
  background: white;
  color: var(--ink);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.section {
  padding: 88px 0;
}

.section-soft {
  background: var(--sky);
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

h1,
h2,
h3 {
  color: var(--navy);
  margin: 0;
  line-height: 1.1;
}

h2 {
  font-size: clamp(30px, 4.2vw, 50px);
}

h3 {
  font-size: 24px;
}

.lead {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-cards-grid {
  grid-template-columns: repeat(5, 1fr);
}

.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 10px 28px rgba(6, 35, 68, 0.08);
  transition: 0.24s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.card p {
  color: var(--muted);
  line-height: 1.65;
}

.service-card {
  min-height: 100%;
}

.service-link-card {
  display: block;
  position: relative;
  overflow: hidden;
}

.service-link-card::after {
  content: "View service";
  display: inline-flex;
  align-items: center;
  color: var(--ocean);
  font-weight: 800;
  margin-top: 10px;
}

.main-service-card {
  border-color: rgba(10, 108, 199, 0.38);
  background: linear-gradient(145deg, #ffffff, #eef7ff);
  box-shadow: 0 18px 45px rgba(10, 108, 199, 0.16);
}

.main-service-card .service-chip {
  background: var(--navy);
  border-color: var(--navy);
  color: white;
}

.card-photo {
  height: 150px;
  border-radius: 11px;
  margin-bottom: 16px;
  background-size: cover;
  background-position: center;
}

.photo-sea {
  background-image: image-set(url("../img/optimized/pexels-14564147.avif") type("image/avif"), url("../img/optimized/pexels-14564147.webp") type("image/webp"));
}

.photo-air {
  background-image: image-set(url("../img/optimized/pexels-30133550.avif") type("image/avif"), url("../img/optimized/pexels-30133550.webp") type("image/webp"));
}

.photo-rail {
  background-image: image-set(url("../img/optimized/pexels-12196578.avif") type("image/avif"), url("../img/optimized/pexels-12196578.webp") type("image/webp"));
}

.photo-warehouse {
  background-image: image-set(url("../img/optimized/pexels-36652838.avif") type("image/avif"), url("../img/optimized/pexels-36652838.webp") type("image/webp"));
}

.photo-docs {
  background-image: image-set(url("../img/optimized/pexels-6170183.avif") type("image/avif"), url("../img/optimized/pexels-6170183.webp") type("image/webp"));
}

.photo-sourcing {
  background-image: image-set(url("../img/optimized/pexels-6169660.avif") type("image/avif"), url("../img/optimized/pexels-6169660.webp") type("image/webp"));
}

.service-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #b9d7f2;
  background: #edf6ff;
  color: #124e86;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.banner {
  border-radius: 20px;
  overflow: hidden;
  color: white;
  background-image: linear-gradient(130deg, rgba(7, 32, 62, 0.9), rgba(8, 58, 110, 0.78)),
    image-set(url("../img/optimized/pexels-8555366.avif") type("image/avif"), url("../img/optimized/pexels-8555366.webp") type("image/webp"));
  background-size: cover;
  background-position: center;
  padding: 50px;
  display: grid;
  grid-template-columns: 1.4fr 0.9fr;
  gap: 26px;
  align-items: center;
}

.banner h2,
.banner .lead {
  color: white;
}

.banner .lead {
  color: rgba(255, 255, 255, 0.86);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.stat {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 19px;
}

.stat strong {
  font-size: 31px;
  display: block;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  counter-reset: step;
}

.step {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 23px;
}

.step::before {
  counter-increment: step;
  content: "0" counter(step);
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-weight: 800;
  margin-bottom: 12px;
}

.cta {
  background-image: linear-gradient(115deg, rgba(7, 32, 62, 0.92), rgba(5, 19, 37, 0.8)),
    image-set(url("../img/optimized/pexels-14564147.avif") type("image/avif"), url("../img/optimized/pexels-14564147.webp") type("image/webp"));
  background-size: cover;
  background-position: center;
  color: white;
  padding: 82px 0;
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.cta h2 {
  color: white;
}

.cta p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 620px;
}

.form {
  display: grid;
  gap: 14px;
  max-width: 860px;
}

.tracking-form-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 12px;
  align-items: center;
}

.tracking-help {
  margin-top: 8px;
}

.tracking-result-card {
  margin-top: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f9fcff;
  padding: 18px;
}

.tracking-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.tracking-header h3 {
  margin: 0;
  font-size: 22px;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 1px solid #c8dae8;
  background: #eaf2fa;
  color: #1e4f7e;
}

.tracking-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.tracking-meta-item {
  border: 1px solid #dbe8f3;
  border-radius: 10px;
  background: white;
  padding: 10px 12px;
}

.tracking-meta-item strong {
  display: block;
  margin-bottom: 4px;
  color: #234a74;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.tracking-events {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.tracking-event {
  border: 1px solid #dbe8f3;
  border-radius: 10px;
  background: white;
  padding: 12px;
}

.tracking-event time {
  display: block;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.tracking-event p {
  margin: 0;
  color: var(--steel);
  line-height: 1.5;
}

.tracking-empty {
  padding: 12px;
  border-radius: 10px;
  border: 1px dashed #bcd2e6;
  background: #f0f7ff;
  color: #305a83;
}

.page-hero {
  position: relative;
  color: white;
  padding: 96px 0;
  background-size: cover;
  background-position: center;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(5, 19, 38, 0.87) 0%, rgba(5, 19, 38, 0.65) 45%, rgba(5, 19, 38, 0.28) 100%);
}

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

.page-hero h1 {
  color: white;
  font-size: clamp(40px, 5.6vw, 68px);
}

.page-hero p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 700px;
}

.about-hero {
  background-image: image-set(url("../img/optimized/pexels-7658322.avif") type("image/avif"), url("../img/optimized/pexels-7658322.webp") type("image/webp"));
}

.about-hero-pro {
  background-image: image-set(url("../img/optimized/pexels-4481259.avif") type("image/avif"), url("../img/optimized/pexels-4481259.webp") type("image/webp"));
}

.services-hero {
  background-image: image-set(url("../img/optimized/pexels-36652838.avif") type("image/avif"), url("../img/optimized/pexels-36652838.webp") type("image/webp"));
}

.sourcing-hero {
  background-image: image-set(url("../img/optimized/pexels-4481259.avif") type("image/avif"), url("../img/optimized/pexels-4481259.webp") type("image/webp"));
}

.sea-detail-hero {
  background-image: image-set(url("../img/optimized/pexels-14564147.avif") type("image/avif"), url("../img/optimized/pexels-14564147.webp") type("image/webp"));
}

.air-detail-hero {
  background-image: image-set(url("../img/optimized/pexels-30133550.avif") type("image/avif"), url("../img/optimized/pexels-30133550.webp") type("image/webp"));
}

.rail-detail-hero {
  background-image: image-set(url("../img/optimized/pexels-12196578.avif") type("image/avif"), url("../img/optimized/pexels-12196578.webp") type("image/webp"));
}

.warehouse-detail-hero {
  background-image: image-set(url("../img/optimized/pexels-36652838.avif") type("image/avif"), url("../img/optimized/pexels-36652838.webp") type("image/webp"));
}

.service-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: center;
}

.service-detail-grid p:not(.eyebrow),
.quality-layout p {
  color: var(--muted);
  line-height: 1.75;
}

.procurement-visual {
  position: relative;
  min-height: 430px;
  border: 1px solid #cfe0ef;
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(237, 246, 255, 0.96), rgba(255, 255, 255, 0.86)),
    image-set(url("../img/optimized/pexels-6169056.avif") type("image/avif"), url("../img/optimized/pexels-6169056.webp") type("image/webp"));
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.supply-line {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ocean), #23a5a8, var(--navy));
  animation: flowPulse 2.6s ease-in-out infinite;
}

.supply-node {
  position: absolute;
  width: 142px;
  min-height: 112px;
  border-radius: 14px;
  border: 1px solid rgba(10, 108, 199, 0.24);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 28px rgba(6, 35, 68, 0.12);
  padding: 18px;
  animation: floatNode 4.5s ease-in-out infinite;
}

.supply-node strong,
.supply-node span {
  display: block;
}

.supply-node strong {
  color: var(--navy);
  font-size: 18px;
  margin-bottom: 8px;
}

.supply-node span {
  color: var(--steel);
  font-weight: 700;
  font-size: 13px;
}

.node-one {
  left: 7%;
  top: 14%;
}

.node-two {
  right: 9%;
  top: 18%;
  animation-delay: 0.4s;
}

.node-three {
  left: 16%;
  bottom: 13%;
  animation-delay: 0.8s;
}

.node-four {
  right: 14%;
  bottom: 11%;
  animation-delay: 1.2s;
}

.service-feature-grid,
.inspection-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.inspection-card,
.benefit-grid article,
.mode-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 28px rgba(6, 35, 68, 0.08);
  padding: 23px;
}

.feature-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: white;
  font-weight: 800;
  margin-bottom: 14px;
}

.feature-card p,
.benefit-grid p,
.inspection-card p {
  color: var(--muted);
  line-height: 1.65;
}

.quality-layout {
  display: grid;
  gap: 22px;
}

.inspection-card strong,
.inspection-card span {
  display: block;
}

.inspection-card strong {
  color: var(--ocean);
  font-size: 28px;
  margin-bottom: 8px;
}

.inspection-card span {
  color: var(--navy);
  font-weight: 800;
}

.tag-cloud,
.audience-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-cloud span,
.audience-grid span {
  border: 1px solid #bad7f0;
  border-radius: 999px;
  background: #eef7ff;
  color: #164f85;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 14px;
}

.check-list {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--steel);
  line-height: 1.55;
  font-weight: 600;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--ocean);
  box-shadow: inset 0 0 0 5px #d9efff;
}

.mode-panel {
  display: grid;
  gap: 12px;
}

.mode-row {
  display: grid;
  gap: 4px;
  border: 1px solid #d7e6f3;
  border-radius: 11px;
  background: #f5faff;
  padding: 14px;
}

.mode-row strong {
  color: var(--navy);
}

.mode-row span {
  color: var(--muted);
  line-height: 1.45;
}

.sourcing-cta {
  background-image: linear-gradient(115deg, rgba(7, 32, 62, 0.92), rgba(5, 19, 37, 0.78)),
    image-set(url("../img/optimized/pexels-6169056.avif") type("image/avif"), url("../img/optimized/pexels-6169056.webp") type("image/webp"));
}

.air-cta {
  background-image: linear-gradient(115deg, rgba(7, 32, 62, 0.9), rgba(5, 19, 37, 0.76)),
    image-set(url("../img/optimized/pexels-30133550.avif") type("image/avif"), url("../img/optimized/pexels-30133550.webp") type("image/webp"));
}

.rail-cta {
  background-image: linear-gradient(115deg, rgba(7, 32, 62, 0.9), rgba(5, 19, 37, 0.76)),
    image-set(url("../img/optimized/pexels-12196578.avif") type("image/avif"), url("../img/optimized/pexels-12196578.webp") type("image/webp"));
}

.warehouse-cta {
  background-image: linear-gradient(115deg, rgba(7, 32, 62, 0.9), rgba(5, 19, 37, 0.76)),
    image-set(url("../img/optimized/pexels-36652838.avif") type("image/avif"), url("../img/optimized/pexels-36652838.webp") type("image/webp"));
}

.about-cta {
  background-image: linear-gradient(115deg, rgba(7, 32, 62, 0.9), rgba(5, 19, 37, 0.76)),
    image-set(url("../img/optimized/pexels-7658322.avif") type("image/avif"), url("../img/optimized/pexels-7658322.webp") type("image/webp"));
}

.about-intro-grid,
.market-map-panel,
.about-process-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 34px;
  align-items: center;
}

.about-intro-grid p:not(.eyebrow),
.about-process-band p {
  color: var(--muted);
  line-height: 1.75;
}

.about-proof-panel {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #eef7ff);
  box-shadow: var(--shadow);
}

.about-proof-panel div {
  border: 1px solid #d7e6f3;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
  padding: 18px;
}

.about-proof-panel strong {
  display: block;
  color: var(--ocean);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  margin-bottom: 8px;
}

.about-proof-panel span {
  color: var(--steel);
  font-weight: 800;
}

.company-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.company-timeline::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  top: 33px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ocean), #20a4a8, var(--navy));
}

.company-timeline article {
  position: relative;
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 72px 22px 22px;
  box-shadow: 0 10px 28px rgba(6, 35, 68, 0.08);
}

.company-timeline article::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--ocean);
  box-shadow: 0 0 0 8px #d9efff;
}

.company-timeline span {
  display: inline-flex;
  color: var(--ocean);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.company-timeline p,
.market-list p {
  color: var(--muted);
  line-height: 1.65;
}

.market-map-visual {
  position: relative;
  min-height: 420px;
  border: 1px solid #cfe0ef;
  border-radius: 18px;
  background:
    radial-gradient(circle at 72% 34%, rgba(10, 108, 199, 0.2), transparent 17%),
    radial-gradient(circle at 44% 42%, rgba(35, 165, 168, 0.2), transparent 14%),
    linear-gradient(145deg, #f7fbff, #eaf4ff);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.market-map-visual::before {
  content: "";
  position: absolute;
  inset: 12%;
  border: 2px dashed rgba(10, 108, 199, 0.26);
  border-radius: 50%;
  animation: flowPulse 4s ease-in-out infinite;
}

.map-dot {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  min-height: 36px;
  border-radius: 999px;
  background: white;
  border: 1px solid #c8dced;
  color: var(--navy);
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 12px 22px rgba(6, 35, 68, 0.12);
}

.map-dot.china {
  right: 18%;
  top: 42%;
  background: var(--navy);
  color: white;
}

.map-dot.middle-east {
  left: 42%;
  top: 50%;
}

.map-dot.europe {
  left: 34%;
  top: 25%;
}

.map-dot.americas {
  left: 9%;
  top: 45%;
}

.map-dot.australia {
  right: 10%;
  bottom: 16%;
}

.market-list {
  display: grid;
  gap: 14px;
}

.market-list article,
.comparison-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: 0 10px 28px rgba(6, 35, 68, 0.08);
}

.process-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.process-strip span {
  flex: 1 1 130px;
  border: 1px solid #bad7f0;
  border-radius: 999px;
  background: #eef7ff;
  color: #164f85;
  padding: 12px 14px;
  text-align: center;
  font-weight: 800;
}

.freight-visual {
  position: relative;
  min-height: 380px;
  border: 1px solid #cfe0ef;
  border-radius: 18px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.ocean-visual {
  background-image: linear-gradient(145deg, rgba(237, 246, 255, 0.94), rgba(255, 255, 255, 0.78)),
    image-set(url("../img/optimized/pexels-14564147.avif") type("image/avif"), url("../img/optimized/pexels-14564147.webp") type("image/webp"));
}

.air-visual {
  background-image: linear-gradient(145deg, rgba(237, 246, 255, 0.94), rgba(255, 255, 255, 0.78)),
    image-set(url("../img/optimized/pexels-30133550.avif") type("image/avif"), url("../img/optimized/pexels-30133550.webp") type("image/webp"));
}

.rail-visual {
  background-image: linear-gradient(145deg, rgba(237, 246, 255, 0.94), rgba(255, 255, 255, 0.78)),
    image-set(url("../img/optimized/pexels-12196578.avif") type("image/avif"), url("../img/optimized/pexels-12196578.webp") type("image/webp"));
}

.warehouse-visual {
  background-image: linear-gradient(145deg, rgba(237, 246, 255, 0.94), rgba(255, 255, 255, 0.78)),
    image-set(url("../img/optimized/pexels-36652838.avif") type("image/avif"), url("../img/optimized/pexels-36652838.webp") type("image/webp"));
}

.route-line {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 50%;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--navy), var(--ocean), #23a5a8);
  animation: flowPulse 2.8s ease-in-out infinite;
}

.route-point {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  min-height: 52px;
  border: 1px solid rgba(10, 108, 199, 0.26);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  font-weight: 800;
  box-shadow: 0 14px 24px rgba(6, 35, 68, 0.12);
  animation: floatNode 4.5s ease-in-out infinite;
}

.route-point.start {
  left: 7%;
  top: 32%;
}

.route-point.port {
  left: 30%;
  bottom: 22%;
  animation-delay: 0.4s;
}

.route-point.vessel {
  right: 30%;
  top: 23%;
  animation-delay: 0.8s;
}

.route-point.destination {
  right: 7%;
  bottom: 30%;
  animation-delay: 1.2s;
}

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

.comparison-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.service-timeline .lead {
  font-size: 16px;
}

.operations-gallery {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-auto-rows: minmax(250px, auto);
  gap: 18px;
}

.gallery-item {
  position: relative;
  min-height: 260px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(215, 224, 234, 0.9);
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 14, 29, 0.08), rgba(3, 14, 29, 0.78));
}

.gallery-item > div {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 24px;
  color: white;
}

.gallery-item h3 {
  color: white;
  font-size: clamp(24px, 3vw, 34px);
}

.gallery-item p {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.65;
}

.gallery-item .service-chip {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.8);
}

.gallery-warehouse {
  grid-row: span 2;
  background-image: image-set(url("../img/optimized/pexels-6169056.avif") type("image/avif"), url("../img/optimized/pexels-6169056.webp") type("image/webp"));
}

.gallery-air {
  background-image: image-set(url("../img/optimized/pexels-30133550.avif") type("image/avif"), url("../img/optimized/pexels-30133550.webp") type("image/webp"));
}

.gallery-sea {
  background-image: image-set(url("../img/optimized/pexels-14564147.avif") type("image/avif"), url("../img/optimized/pexels-14564147.webp") type("image/webp"));
}

.gallery-rail {
  grid-column: 1 / -1;
  background-image: image-set(url("../img/optimized/pexels-12196578.avif") type("image/avif"), url("../img/optimized/pexels-12196578.webp") type("image/webp"));
}

.gallery-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 28px;
  align-items: stretch;
}

.gallery-featured-media {
  min-height: 520px;
  border-radius: 18px;
  border: 1px solid #cfe0ef;
  background-image:
    linear-gradient(180deg, rgba(3, 14, 29, 0.04), rgba(3, 14, 29, 0.28)),
    image-set(url("../img/optimized/pexels-6169056.avif") type("image/avif"), url("../img/optimized/pexels-6169056.webp") type("image/webp"));
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.gallery-featured-content {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(145deg, #ffffff, #eef7ff);
  padding: 34px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery-featured-content .btn {
  align-self: flex-start;
  margin-top: 24px;
}

.media-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(250px, auto);
  gap: 18px;
}

.media-featured-card {
  align-items: stretch;
}

.media-gallery-viewer {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.media-preview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: stretch;
}

.media-preview-layout > * {
  min-width: 0;
}

.media-preview-stage {
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  height: clamp(360px, 44vw, 560px);
  max-height: 560px;
  margin: 0;
  background: #071827;
  overflow: hidden;
}

.media-preview-stage img,
.media-preview-stage video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-preview-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  min-width: 0;
  padding: clamp(28px, 3.2vw, 42px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 247, 255, 0.98)),
    radial-gradient(circle at 100% 0%, rgba(15, 180, 216, 0.12), transparent 36%);
}

.media-preview-copy .service-chip {
  align-self: flex-start;
  margin-bottom: 0;
}

.media-preview-copy h3 {
  max-width: 11em;
  margin-top: 0;
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.16;
}

.media-preview-copy p {
  max-width: 34ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.65;
}

.media-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: auto 0 0;
}

.media-meta div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.media-meta dt {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.media-meta dd {
  min-width: 0;
  margin: 0;
  color: var(--navy);
  font-weight: 800;
  text-align: right;
  overflow-wrap: anywhere;
}

.media-thumbnail-shell {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid var(--line);
  background: #f6f9fc;
  align-items: stretch;
}

.media-thumbnails {
  display: flex;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: #9bbbd8 transparent;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
}

.media-thumb-arrow {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
  color: var(--navy);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(6, 35, 68, 0.08);
}

.media-thumb-arrow:hover {
  color: white;
  background: var(--navy);
  border-color: var(--navy);
}

.media-thumb-arrow:disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

.media-thumb-arrow:disabled:hover {
  color: var(--navy);
  background: #ffffff;
  border-color: var(--line);
}

.media-thumbnails {
  overflow-x: auto;
}

.media-thumb {
  position: relative;
  flex: 0 0 156px;
  width: 156px;
  height: 122px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 14px;
  padding: 0;
  background: #071827;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(6, 35, 68, 0.1);
  scroll-snap-align: start;
}

.media-thumb.is-active {
  border-color: var(--accent);
}

.media-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.media-thumb:hover img,
.media-thumb.is-active img {
  transform: scale(1.05);
  opacity: 1;
}

.media-thumb span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 9px;
  z-index: 1;
  color: white;
  font-size: 0.82rem;
  font-weight: 900;
  text-align: left;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.media-thumb::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 58%;
  background: linear-gradient(180deg, rgba(3, 14, 29, 0), rgba(3, 14, 29, 0.86));
}

.gallery-media-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.gallery-media-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: white;
  box-shadow: 0 14px 34px rgba(6, 35, 68, 0.1);
}

.gallery-media-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-media-video {
  grid-column: span 2;
}

.gallery-media-card > div {
  padding: 20px;
}

.gallery-media-card h3 {
  margin-bottom: 8px;
}

.gallery-media-card p {
  color: var(--muted);
  line-height: 1.65;
}

.media-frame {
  position: relative;
  min-height: 245px;
  margin: 0;
  overflow: hidden;
  background: #0d1c2c;
}

.gallery-media-large .media-frame {
  min-height: 520px;
}

.media-frame-tall {
  min-height: 520px;
  border-radius: 18px;
  border: 1px solid #cfe0ef;
  box-shadow: var(--shadow);
}

.media-frame img,
.media-frame video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.media-frame video {
  background: #081625;
}

.media-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  background: linear-gradient(180deg, rgba(3, 14, 29, 0), rgba(3, 14, 29, 0.78));
  pointer-events: none;
}

.media-frame figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: white;
  font-weight: 800;
  line-height: 1.35;
}

.media-frame figcaption .service-chip {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(255, 255, 255, 0.8);
}

.media-tile {
  position: relative;
  min-height: 270px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(215, 224, 234, 0.9);
  background-size: cover;
  background-position: center;
  box-shadow: 0 14px 32px rgba(6, 35, 68, 0.12);
}

.media-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 14, 29, 0.04), rgba(3, 14, 29, 0.82));
}

.media-tile > div {
  position: relative;
  z-index: 1;
  padding: 22px;
  color: white;
}

.media-tile h3 {
  color: white;
}

.media-tile p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.6;
}

.media-tile .service-chip {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.82);
}

.media-sourcing {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 540px;
  background-image: image-set(url("../img/optimized/pexels-6169056.avif") type("image/avif"), url("../img/optimized/pexels-6169056.webp") type("image/webp"));
}

.media-procurement {
  grid-column: span 2;
  background-image: image-set(url("../img/optimized/pexels-6170183.avif") type("image/avif"), url("../img/optimized/pexels-6170183.webp") type("image/webp"));
}

.media-warehouse {
  background-image: image-set(url("../img/optimized/pexels-36652838.avif") type("image/avif"), url("../img/optimized/pexels-36652838.webp") type("image/webp"));
}

.media-sea {
  background-image: image-set(url("../img/optimized/pexels-14564147.avif") type("image/avif"), url("../img/optimized/pexels-14564147.webp") type("image/webp"));
}

.media-air {
  background-image: image-set(url("../img/optimized/pexels-30133550.avif") type("image/avif"), url("../img/optimized/pexels-30133550.webp") type("image/webp"));
}

.media-rail {
  grid-column: span 2;
  background-image: image-set(url("../img/optimized/pexels-12196578.avif") type("image/avif"), url("../img/optimized/pexels-12196578.webp") type("image/webp"));
}

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

.testimonial-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 32%);
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #9bbbd8 transparent;
}

.testimonial-slider .testimonial-card {
  scroll-snap-align: start;
}

.testimonial-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 14px;
}

.testimonial-arrow {
  position: static;
  transform: none;
  background: var(--navy);
  color: white;
}

.testimonial-card {
  display: grid;
  align-content: space-between;
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  padding: 25px;
  box-shadow: 0 10px 28px rgba(6, 35, 68, 0.08);
}

.testimonial-card p {
  color: var(--steel);
  line-height: 1.75;
  font-size: 17px;
}

.testimonial-card p::before {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ocean), #23a5a8);
  margin-bottom: 18px;
}

.testimonial-card strong,
.testimonial-card span {
  display: block;
}

.testimonial-card strong {
  color: var(--navy);
  font-size: 18px;
}

.testimonial-card span {
  color: var(--muted);
  margin-top: 4px;
}

.language-modal {
  position: fixed;
  inset: 0;
  z-index: 180;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(3, 14, 29, 0.62);
  backdrop-filter: blur(8px);
  overflow-y: auto;
}

.language-modal.is-open {
  display: grid;
}

.language-dialog {
  position: relative;
  width: min(760px, calc(100vw - 36px));
  max-width: 100%;
  max-height: calc(100vh - 36px);
  overflow: auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 30px;
}

.language-dialog h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.language-close {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  color: var(--navy);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

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

.language-dialog .btn {
  width: 100%;
  white-space: normal;
}

.language-option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  width: 100%;
  border: 1px solid #d4e2ef;
  border-radius: 12px;
  padding: 14px;
  background: #f8fbff;
  color: inherit;
  font: inherit;
  text-align: left;
  transition: 0.22s ease;
}

.language-option:hover,
.language-option.is-active {
  border-color: #88bbe8;
  background: #eef7ff;
  transform: translateY(-2px);
}

.language-option.is-suggested {
  border-color: #0a6cc7;
  background: #e6f4ff;
  box-shadow: 0 10px 22px rgba(10, 108, 199, 0.14);
}

.language-option strong,
.language-option small {
  display: block;
}

.language-option strong {
  color: var(--navy);
}

.language-option small {
  color: var(--muted);
  margin-top: 2px;
}

.language-keep {
  width: 100%;
}

@keyframes flowPulse {
  0%,
  100% {
    opacity: 0.58;
    transform: scaleX(0.94);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes floatNode {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

.contact-hero {
  background-image: image-set(url("../img/optimized/pexels-6170407.avif") type("image/avif"), url("../img/optimized/pexels-6170407.webp") type("image/webp"));
}

.quote-hero {
  background-image: image-set(url("../img/optimized/pexels-6169133.avif") type("image/avif"), url("../img/optimized/pexels-6169133.webp") type("image/webp"));
}

.tracking-hero {
  background-image: image-set(url("../img/optimized/pexels-12196578.avif") type("image/avif"), url("../img/optimized/pexels-12196578.webp") type("image/webp"));
}

.gallery-hero {
  background-image: image-set(url("../img/optimized/pexels-6169056.avif") type("image/avif"), url("../img/optimized/pexels-6169056.webp") type("image/webp"));
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 20px;
}

.contact-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(6, 35, 68, 0.08);
  padding: 24px;
}

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

.contact-line {
  background: #f2f7fc;
  border: 1px solid #d5e4f2;
  border-radius: 10px;
  padding: 13px 14px;
}

.contact-line strong {
  display: block;
  color: var(--navy);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.contact-form-title {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 24px;
}

.contact-form {
  max-width: none;
}

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

.form-status {
  border-radius: 10px;
  padding: 12px 14px;
  border: 1px solid transparent;
  margin: 0 0 14px;
  font-weight: 600;
}

.form-status-success {
  border-color: #9ad4b6;
  background: #e8f8ef;
  color: #0f6942;
}

.form-status-error {
  border-color: #f2b5b5;
  background: #fff0f0;
  color: #9b2323;
}

.qr-placeholder {
  border: 2px dashed #8eb8df;
  background: #eff7ff;
  border-radius: 12px;
  min-height: 220px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #1c4f7f;
  padding: 18px;
}

.wechat-contact-card {
  border: 1px solid #d5e4f2;
  border-radius: 14px;
  background: #f7fbff;
  padding: 18px;
  display: grid;
  gap: 14px;
}

.wechat-contact-card strong,
.wechat-contact-card span {
  display: block;
}

.wechat-contact-card strong {
  color: var(--navy);
  font-size: 22px;
}

.wechat-contact-card span {
  color: var(--muted);
  margin-top: 4px;
}

.wechat-qr-img {
  width: 100%;
  max-width: 210px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: white;
}

.wechat-qr-large {
  max-width: 360px;
  margin: 0 auto;
  border-color: #d5e4f2;
}

.whatsapp-contact-card {
  margin-top: 16px;
  border: 1px solid #b9e4c9;
  border-radius: 14px;
  background: #f1fbf5;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.whatsapp-contact-card strong,
.whatsapp-contact-card span {
  display: block;
}

.whatsapp-contact-card strong {
  color: #075e54;
  font-size: 20px;
}

.whatsapp-contact-card span {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.55;
}

.btn-whatsapp {
  flex: 0 0 auto;
  background: #128c7e;
  color: white;
  border-color: #128c7e;
}

.btn-whatsapp:hover {
  background: #075e54;
  border-color: #075e54;
}

.qr-placeholder strong {
  display: block;
  margin-bottom: 8px;
}

.map-embed {
  margin-top: 12px;
  border: 1px solid #d5e2ef;
  border-radius: 12px;
  overflow: hidden;
  min-height: 320px;
}

.location-landmark {
  margin: 12px 0 14px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 10px;
  border: 1px solid #d5e2ef;
  border-radius: 12px;
  background: #f7fbff;
}

.location-landmark img {
  display: block;
  width: 112px;
  height: 84px;
  object-fit: cover;
  border-radius: 8px;
}

.location-landmark figcaption {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.map-embed iframe {
  width: 100%;
  min-height: 320px;
  height: 100%;
  border: 0;
}

.map-action {
  margin-top: 12px;
}

.map-action .btn-secondary {
  color: var(--navy);
  background: #edf4fb;
  border-color: #d2deec;
}

.map-action .btn-secondary:hover {
  background: #e3eefb;
}

.site-footer {
  background: #051429;
  color: white;
  padding: 58px 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 28px;
}

.footer-logo {
  width: 180px;
  border-radius: 8px;
  margin-bottom: 14px;
}

.site-footer h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.94);
  margin: 0 0 12px;
}

.site-footer a,
.site-footer p {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  margin: 0;
}

.footer-qr {
  margin-top: 14px;
}

.footer-qr .wechat-qr-img {
  max-width: 180px;
  border-color: rgba(145, 189, 232, 0.64);
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin-top: 34px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.56);
}

.back-to-top,
.chat-launcher {
  position: fixed;
  right: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 0;
  box-shadow: var(--shadow);
  z-index: 120;
  cursor: pointer;
}

.back-to-top {
  bottom: 94px;
  background: white;
  color: var(--navy);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.chat-launcher {
  bottom: 28px;
  overflow: hidden;
  padding: 0;
  background: transparent;
  color: white;
  font-size: 0;
}

.chat-launcher img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.floating-tool {
  position: fixed;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 50%;
  box-shadow: var(--shadow);
  z-index: 125;
  cursor: pointer;
  overflow: hidden;
  padding: 5px;
  font-size: 0;
}

.floating-tool img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.floating-tool-left {
  left: 24px;
  bottom: 28px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy);
}

.floating-tool-right {
  right: 24px;
  bottom: 94px;
  background: rgba(255, 255, 255, 0.96);
  color: #fff;
  transition: bottom 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
  animation: wcag-float 2.4s ease-in-out infinite;
}

.backtop-visible .accessibility-toggle {
  bottom: 160px;
  box-shadow: 0 18px 38px rgba(7, 38, 72, 0.24);
}

@keyframes wcag-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.floating-panel {
  position: fixed;
  bottom: 96px;
  z-index: 160;
  display: none;
  width: min(390px, calc(100% - 40px));
  max-height: min(76vh, 620px);
  overflow: auto;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.floating-panel.is-open {
  display: block;
}

.floating-panel-left {
  left: 24px;
}

.floating-panel-right {
  right: 24px;
  bottom: 226px;
}

.floating-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
}

.floating-panel-header h2 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
}

.floating-panel p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.55;
}

.floating-panel-close {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  cursor: pointer;
  font-size: 22px;
}

.preference-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--sky);
}

.preference-row input {
  width: auto;
  margin-top: 4px;
}

.preference-row span,
.preference-row strong,
.preference-row small {
  display: block;
}

.preference-row strong {
  color: var(--navy);
}

.preference-row small {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.4;
}

.floating-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 14px;
}

.preference-status {
  margin-top: 10px !important;
  color: var(--ocean) !important;
  font-weight: 800;
}

.cookie-policy-link {
  margin: 10px 0 0 !important;
}

.cookie-policy-link a {
  color: var(--ocean);
  font-weight: 800;
}

.legal-hero {
  padding: 138px 0 58px;
  background: linear-gradient(135deg, #08274a, #0f5b86);
  color: white;
}

.legal-hero h1 {
  max-width: 850px;
  margin: 8px 0 12px;
  font-size: clamp(36px, 5vw, 58px);
}

.legal-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 36px;
  align-items: start;
}

.legal-content {
  max-width: 900px;
}

.legal-content h2 {
  margin: 34px 0 12px;
  color: var(--navy);
}

.legal-content h3 {
  margin: 24px 0 8px;
  color: var(--navy);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  line-height: 1.78;
}

.legal-content ul {
  padding-left: 22px;
}

.legal-aside {
  position: sticky;
  top: 96px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--sky);
}

.legal-aside a {
  display: block;
  margin-top: 9px;
  color: var(--navy);
  font-weight: 800;
}

.accessibility-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.accessibility-options button {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--sky);
  color: var(--navy);
  cursor: pointer;
  font-weight: 800;
}

.accessibility-options button.is-active {
  border-color: var(--ocean);
  background: var(--ocean);
  color: #fff;
}

.chat-box {
  position: fixed;
  right: 24px;
  bottom: 92px;
  width: min(380px, calc(100% - 40px));
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow);
  z-index: 130;
  overflow: hidden;
  display: none;
}

.chat-box.is-open {
  display: block;
}

.chat-header {
  background: var(--navy);
  color: white;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-body {
  height: 300px;
  padding: 16px;
  overflow-y: auto;
  background: #f7fbff;
}

.message {
  max-width: 82%;
  padding: 11px 13px;
  border-radius: 13px;
  margin-bottom: 10px;
  line-height: 1.45;
  font-size: 14px;
}

.message.bot {
  background: white;
  color: var(--ink);
  border: 1px solid var(--line);
}

.message.user {
  background: var(--ocean);
  color: white;
  margin-left: auto;
}

.chat-form {
  display: flex;
  gap: 8px;
  padding: 14px;
  border-top: 1px solid var(--line);
}

.chat-form input {
  flex: 1;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 14px;
}

.chat-form button {
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  color: white;
  padding: 0 16px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .quick-quote-box,
  .cards,
  .service-cards-grid,
  .timeline,
  .footer-grid,
  .stats,
  .contact-layout,
  .service-detail-grid,
  .service-feature-grid,
  .inspection-grid,
  .benefit-grid,
  .about-intro-grid,
  .market-map-panel,
  .about-process-band,
  .company-timeline,
  .comparison-grid,
  .operations-gallery,
  .gallery-featured,
  .gallery-media-board,
  .media-gallery-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .media-preview-layout {
    grid-template-columns: 1fr;
  }

  .media-preview-stage {
    height: auto;
    max-height: none;
    aspect-ratio: 16 / 10;
  }

  .media-preview-copy {
    padding: 28px;
  }

  .media-thumbnail-shell {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .media-thumb-arrow {
    display: none;
  }

  .media-thumbnails {
    min-width: 0;
    max-width: 100%;
    padding: 0 4px 6px;
  }

  .media-thumb {
    flex-basis: min(150px, 42vw);
    width: min(150px, 42vw);
  }

  .testimonial-slider {
    grid-auto-columns: minmax(300px, 86%);
  }

  .gallery-warehouse,
  .gallery-rail,
  .media-sourcing,
  .media-procurement,
  .media-rail,
  .gallery-media-large,
  .gallery-media-video {
    grid-column: auto;
    grid-row: auto;
    min-height: 320px;
  }

  .gallery-media-large .media-frame,
  .media-frame,
  .media-frame-tall {
    min-height: 320px;
  }

  .media-frame figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    font-size: 0.88rem;
  }

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

  .cta-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-actions .btn {
    display: none;
  }

  .hero-carousel,
  .hero-content {
    min-height: 700px;
  }

  .hero-content {
    padding: 130px 0 160px;
  }

  .hero-content::before {
    top: 84px;
    height: calc(100% - 180px);
  }

  .quick-quote-banner {
    margin-top: -58px;
  }

  .carousel-controls {
    bottom: 92px;
  }

  .tracking-form-grid,
  .tracking-meta {
    grid-template-columns: 1fr;
  }

  .procurement-visual {
    min-height: 360px;
  }

  .company-timeline::before {
    display: none;
  }

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

@media (max-width: 900px) {
  .container {
    width: min(1200px, calc(100% - 32px));
  }

  .nav {
    height: 80px;
    padding-bottom: 0;
  }

  .brand {
    flex-basis: 144px;
    width: 144px;
    padding: 5px;
    border-radius: 0 0 10px 10px;
  }

  .menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: white;
    padding: 18px 22px;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    gap: 0;
  }

  .menu a {
    width: 100%;
    height: auto;
    padding: 12px 0;
  }

  .menu.is-open {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

  .hero-content h1 {
    font-size: clamp(36px, 9vw, 52px);
  }

  .hero-content p {
    font-size: 17px;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn {
    flex: 1 1 220px;
  }

  .carousel-controls {
    display: none;
  }

  .quick-quote-banner {
    margin-top: 0;
  }

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

@media (max-width: 620px) {
  .top-bar {
    position: relative;
    min-height: 38px;
  }

  .top-bar-inner {
    display: block;
    min-height: 38px;
    padding: 0;
  }

  .top-contact {
    display: flex;
    position: absolute;
    top: 6px;
    right: 10px;
    left: 160px;
    z-index: 2;
    max-width: none;
    min-width: 0;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    font-size: 10.5px;
    line-height: 1.16;
  }

  .top-contact a {
    display: block;
    max-width: 100%;
    text-align: right;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .top-contact-separator {
    display: none;
  }

  .nav {
    height: 74px;
    padding-bottom: 0;
  }

  .brand {
    flex-basis: 124px;
    width: 124px;
    padding: 4px;
    border-radius: 0 0 9px 9px;
  }

  .menu {
    top: 74px;
  }

  .hero-carousel,
  .hero-content {
    min-height: auto;
  }

  .hero-content {
    padding: 114px 0 46px;
  }

  .hero-content::before {
    left: -10px;
    top: 80px;
    width: calc(100% + 20px);
    height: calc(100% - 95px);
    border-radius: 14px;
  }

  .hero-content h1 {
    width: 100%;
    max-width: min(100%, 350px);
    font-size: clamp(28px, 8.2vw, 34px);
    line-height: 1.12;
    margin-bottom: 14px;
    word-break: break-word;
  }

  .hero-content p {
    max-width: min(100%, 350px);
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-actions {
    max-width: min(100%, 350px);
    margin-top: 22px;
    gap: 10px;
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
    flex: 0 0 auto;
    padding: 12px 16px;
  }

  .page-hero {
    padding: 80px 0;
  }

  .page-hero h1,
  .section-head h2 {
    max-width: min(100%, 350px);
    font-size: clamp(27px, 7.8vw, 32px);
    line-height: 1.14;
    word-break: break-word;
  }

  .page-hero p,
  .section-head .lead {
    max-width: min(100%, 350px);
  }

  .media-gallery-viewer,
  .media-preview-layout,
  .media-preview-copy,
  .media-thumbnail-shell {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .media-preview-copy {
    overflow: hidden;
  }

  .media-preview-copy h3,
  .media-preview-copy p {
    max-width: min(100%, 310px);
  }

  .media-meta {
    grid-template-columns: 1fr;
  }

  .media-meta div {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .media-meta dd {
    text-align: left;
  }

  .quick-quote-box {
    padding: 18px;
    gap: 10px;
  }

  .map-embed,
  .map-embed iframe {
    min-height: 280px;
  }

  .banner {
    padding: 32px;
  }

  .language-trigger span:not(.flag-icon) {
    display: none;
  }

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

  .language-modal {
    padding: 12px;
    place-items: start center;
  }

  .language-dialog {
    width: min(100%, calc(100vw - 24px));
    max-height: calc(100vh - 24px);
    padding: 24px 18px;
  }

  .freight-visual {
    min-height: 500px;
  }

  .route-line {
    left: 50%;
    right: auto;
    top: 10%;
    bottom: 10%;
    width: 4px;
    height: auto;
    transform: translateX(-50%);
    animation: none;
  }

  .route-point {
    left: 50%;
    right: auto;
    width: min(210px, calc(100% - 48px));
    transform: translateX(-50%);
    animation: none;
  }

  .route-point.start {
    top: 8%;
  }

  .route-point.port {
    top: 31%;
    bottom: auto;
  }

  .route-point.vessel {
    top: 54%;
    bottom: auto;
  }

  .route-point.destination {
    top: 77%;
    bottom: auto;
  }

  .procurement-visual {
    min-height: 520px;
  }

  .supply-line {
    left: 50%;
    right: auto;
    top: 12%;
    bottom: 12%;
    width: 4px;
    height: auto;
    transform: translateX(-50%);
    animation: none;
  }

  .supply-node {
    left: 50%;
    right: auto;
    width: min(210px, calc(100% - 48px));
    min-height: 96px;
    transform: translateX(-50%);
    animation: none;
  }

  .node-one {
    top: 7%;
  }

  .node-two {
    top: 30%;
  }

  .node-three {
    top: 53%;
    bottom: auto;
  }

  .node-four {
    top: 76%;
    bottom: auto;
  }
}

@media (max-width: 480px) {
  .top-contact {
    left: 136px;
    font-size: 10px;
  }

  .whatsapp-contact-card {
    align-items: stretch;
    flex-direction: column;
  }

  .whatsapp-contact-card .btn {
    width: 100%;
  }

  .nav {
    height: 68px;
    padding-bottom: 0;
  }

  .brand {
    flex-basis: 104px;
    width: 104px;
    padding: 4px;
  }

  .menu {
    top: 68px;
  }

  .hero-content {
    padding-top: 104px;
  }

  .section {
    padding: 68px 0;
  }

  .chat-box {
    right: 12px;
    bottom: 198px;
    width: calc(100% - 24px);
    max-height: calc(100vh - 220px);
  }

  .cookie-preferences-toggle {
    left: 14px;
    bottom: 14px;
  }

  .accessibility-toggle {
    right: 14px;
    bottom: 200px;
  }

  .backtop-visible .accessibility-toggle {
    bottom: 200px;
  }

  .back-to-top {
    right: 14px;
    bottom: 76px;
  }

  .chat-launcher {
    right: 14px;
    bottom: 138px;
  }

  .floating-panel {
    right: 12px;
    left: 12px;
    bottom: 80px;
    width: auto;
    max-height: calc(100vh - 106px);
  }

  .floating-panel-right {
    bottom: 80px;
  }

  .accessibility-options {
    grid-template-columns: 1fr;
  }

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

  .legal-aside {
    position: static;
  }
}

@media (min-width: 1600px) {
  .container {
    width: min(1460px, calc(100% - 120px));
  }

  .brand {
    flex-basis: 186px;
    width: 186px;
  }

  .hero-carousel,
  .hero-content {
    min-height: 820px;
  }

  .hero-content {
    padding-bottom: 220px;
  }

  .hero-content h1 {
    font-size: clamp(58px, 4.4vw, 90px);
  }

  .quick-quote-banner {
    margin-top: -90px;
  }
}
