:root {
  --navy: #001f42;
  --navy-deep: #001933;
  --blue: #0875d1;
  --blue-bright: #1195ee;
  --red: #c92236;
  --ink: #06234c;
  --muted: #536170;
  --surface: #f3f7fa;
  --white: #fff;
  --container: 886px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: "Poppins", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
html[lang="zh-CN"] body {
  font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { 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;
}
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
header, main, section, footer { max-width: 100%; }

.scroll-progress {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  pointer-events: none;
}
.scroll-progress span {
  width: 0;
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #e1263d, #23a7ff);
  box-shadow: 0 0 8px rgba(25, 151, 238, .55);
}

.hero {
  position: relative;
  min-height: 505px;
  overflow: hidden;
  color: #fff;
  background: #001f42;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 22, 47, .99) 0%,
    rgba(0, 28, 58, .97) 43%,
    rgba(0, 29, 60, .76) 56%,
    rgba(0, 28, 57, .05) 78%
  );
}
.hero-visual {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: clamp(655px, calc(50vw + 127px), 1150px);
  height: 100%;
  background: url("assets/hero-logistica-hd.jpg") center/cover no-repeat;
  filter: saturate(1.04);
}
.navbar {
  position: relative;
  z-index: 5;
  height: 124px;
  display: flex;
  align-items: flex-start;
  padding-top: 10px;
}
.brand { width: 155px; flex: 0 0 auto; }
.brand img {
  width: 150px;
  height: 110px;
  object-fit: contain;
  animation: logo-white-glow 20s ease-in-out infinite;
}
.nav-content {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: 70px;
}
.nav-links {
  display: flex;
  gap: 35px;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}
.nav-links a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 14px;
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
}
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #1598ff;
  border-radius: 4px;
}
.nav-contact { display: grid; justify-items: end; gap: 10px; padding-top: 13px; }
.nav-topline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
}
.language-control {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #b9dcf7;
  font-size: 10px;
}
.language-control select {
  min-width: 42px;
  height: 23px;
  padding: 0 15px 0 5px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 4px;
  color: #fff;
  background: rgba(0, 31, 66, .72);
  font: 600 9px "Poppins", sans-serif;
  cursor: pointer;
  outline: none;
}
.language-control select:hover,
.language-control select:focus-visible {
  border-color: #5eb8fa;
  box-shadow: 0 0 0 2px rgba(30, 153, 239, .2);
}
.language-control option {
  color: #05284b;
  background: #fff;
}
.phone { font-size: 10px; font-weight: 600; }
.phone i { color: #68aee4; margin-right: 5px; }
.button {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 0 16px;
  border: 1px solid var(--blue);
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(180deg, #168fe7, #0562b7);
  box-shadow: 0 7px 16px rgba(0, 93, 182, .25);
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  transition: transform .2s ease, filter .2s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.1); }
.button i { transition: transform .25s ease; }
.button:hover i { transform: translateX(4px); }
.button-small { min-height: 29px; font-size: 8px; padding-inline: 13px; }
.button-outline {
  border-color: rgba(255, 255, 255, .6);
  background: rgba(1, 43, 81, .35);
  box-shadow: none;
}
.menu-toggle { display: none; }
.hero-inner { position: relative; z-index: 3; }
.hero-copy { margin-top: 39px; }
.eyebrow-light { margin: 0 0 1px; font-size: 23px; font-weight: 300; line-height: 1.3; }
.hero h1 {
  max-width: 560px;
  margin: 0;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: -.7px;
}
.hero-text { margin: 14px 0 18px; font-size: 13px; line-height: 1.55; }
.hero-actions { display: flex; gap: 13px; }
.hero-actions .button { min-width: 153px; }
.hero-benefits {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 26px;
  margin-top: 39px;
}
.hero-benefits article { display: flex; align-items: center; gap: 8px; }
.icon-ring {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  font-size: 17px;
}
.hero-benefits strong, .hero-benefits small { display: block; }
.hero-benefits strong { font-size: 7.4px; line-height: 1.3; }
.hero-benefits small { margin-top: 2px; font-size: 6.4px; line-height: 1.4; }
.hero-wave {
  position: absolute;
  z-index: 4;
  left: -2%;
  right: -2%;
  bottom: -32px;
  height: 56px;
  border-top: 10px solid #c82838;
  border-radius: 50% 50% 0 0 / 45% 45% 0 0;
  background: #f4f8fb;
  transform: rotate(1.2deg);
}
.hero-wave::after {
  content: "";
  position: absolute;
  inset: 7px 0 auto;
  height: 7px;
  background: #fff;
}

.section { padding: 23px 0 27px; }
.services { background: #f4f8fb; }
.section-heading { text-align: center; }
.kicker {
  margin: 0 0 3px;
  color: #c22236;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .65px;
  text-transform: uppercase;
}
.section-heading h2, .about h2 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.25;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  margin-top: 13px;
}
.service-card {
  min-width: 0;
  overflow: hidden;
  min-height: 235px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 13px 15px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(14, 40, 67, .08);
  transition: transform .35s ease, box-shadow .35s ease;
}
.service-card img {
  width: calc(100% + 26px);
  max-width: none;
  height: 111px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 34px rgba(14, 40, 67, .16);
}
.service-card:hover img { transform: scale(1.045); }
.service-icon {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: -20px 0 2px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0878cf, #004885);
  box-shadow: 0 5px 12px rgba(0, 60, 113, .22);
  font-size: 14px;
  transition: transform .35s ease, box-shadow .35s ease;
}
.service-icon i {
  display: flex;
  line-height: 1;
}
.service-card:hover .service-icon {
  transform: translateY(-3px) rotate(-5deg);
  box-shadow: 0 8px 17px rgba(0, 72, 137, .32);
}
.service-card h3 { margin: -2px 0 5px; font-size: 15px; line-height: 1.15; }
.service-card p { min-height: 53px; margin: 0; color: #333; font-size: 9px; line-height: 1.55; }
.service-card a {
  margin-top: auto;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.service-card a i { margin-left: 8px; }

.about { min-height: 222px; display: grid; grid-template-columns: 48% 52%; background: #f5f8fa; }
.about-image { position: relative; overflow: hidden; }
.about-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 70%, #f5f8fa 100%);
}
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-copy { padding: 18px 8vw 13px 18px; }
.about-copy > p:not(.kicker) { max-width: 510px; margin: 7px 0 15px; color: #3c4651; font-size: 8.5px; line-height: 1.5; }
.title-line { display: block; width: 9px; height: 2px; margin-top: 4px; background: #1788d5; }
.about-features { max-width: 520px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 11px; }
.about-features article {
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 8px;
  transition: transform .3s ease, background-color .3s ease;
}
.about-features article:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .65);
}
.about-features span {
  width: 33px;
  height: 33px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #cad8e4;
  border-radius: 50%;
  color: #31577d;
  font-size: 15px;
}
.about-features strong { font-size: 7px; line-height: 1.35; }

.stats { color: #fff; background: linear-gradient(90deg, #013764, #00519a); }
.stats-grid { height: 80px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.stats article {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-right: 1px solid rgba(255,255,255,.25);
  transition: background-color .3s ease, transform .3s ease;
}
.stats article:hover {
  z-index: 1;
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .08);
}
.stats article:last-child { border-right: 0; }
.stats article > i { font-size: 38px; font-weight: 300; }
.stats strong, .stats span { display: block; }
.stats strong { font-size: 28px; line-height: 1; }
.stats span { margin-top: 4px; font-size: 8px; }

.process { padding-top: 15px; padding-bottom: 20px; background: #f8fafc; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 15px; }
.process-step { position: relative; display: flex; align-items: center; gap: 13px; }
.process-step > div { min-width: 0; }
.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 32px;
  right: -20px;
  width: 32px;
  border-top: 1px solid #6b86a1;
}
.process-step:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 30px;
  right: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #064882;
}
.process-icon {
  width: 61px;
  height: 61px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  border: 7px solid #fff;
  border-radius: 50%;
  background: #00529a;
  box-shadow: 0 3px 9px rgba(0, 39, 77, .1);
  font-size: 27px;
  transition: transform .4s cubic-bezier(.2, .8, .2, 1), box-shadow .4s ease;
}
.process-step:hover .process-icon {
  transform: translateY(-5px) rotate(-4deg);
  box-shadow: 0 10px 22px rgba(0, 65, 126, .22);
}
.process-step b { color: #56708b; font-size: 13px; font-weight: 400; }
.process-step h3 { margin: -2px 0 3px; font-size: 9px; }
.process-step p { margin: 0; color: #505a65; font-size: 6.6px; line-height: 1.45; }

.footer { color: #fff; background: linear-gradient(90deg, #00345e, #004a87); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .85fr) minmax(0, 1.15fr) minmax(0, 1.55fr) minmax(0, 1.15fr); padding: 18px 0 14px; }
.footer-grid > * { min-width: 0; padding: 0 23px; border-right: 1px solid rgba(255,255,255,.25); }
.footer-grid > *:first-child { padding-left: 0; }
.footer-grid > *:last-child { padding-right: 0; border-right: 0; }
.footer-brand img {
  width: 116px;
  height: 96px;
  margin: 0 auto 4px;
  object-fit: contain;
  animation: logo-white-glow 20s ease-in-out infinite;
}

@keyframes logo-white-glow {
  0%, 100% {
    filter: brightness(1) saturate(1) drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  25% {
    filter: brightness(1.18) saturate(.82) drop-shadow(0 0 5px rgba(255, 255, 255, .35));
  }
  50% {
    filter: brightness(1.75) saturate(.18) drop-shadow(0 0 14px rgba(255, 255, 255, .9));
  }
  75% {
    filter: brightness(1.18) saturate(.82) drop-shadow(0 0 5px rgba(255, 255, 255, .35));
  }
}

/* Conteúdo continua visível caso o JavaScript esteja indisponível. */
.motion-ready .reveal-item {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity .7s ease var(--reveal-delay, 0ms),
    transform .7s cubic-bezier(.2, .75, .25, 1) var(--reveal-delay, 0ms);
}
.motion-ready .reveal-item.reveal-left { transform: translateX(-38px); }
.motion-ready .reveal-item.reveal-right { transform: translateX(38px); }
.motion-ready .reveal-item.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.motion-ready .hero-copy {
  animation: hero-copy-in .9s cubic-bezier(.2, .75, .25, 1) .12s both;
}
.motion-ready .navbar {
  animation: navbar-in .75s ease both;
}
.hero-visual {
  transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0) scale(1.015);
  transition: transform .55s cubic-bezier(.2, .65, .25, 1);
  will-change: transform;
}

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes navbar-in {
  from { opacity: 0; transform: translateY(-15px); }
  to { opacity: 1; transform: translateY(0); }
}

.footer-brand p, .footer-cta p { margin: 0 0 8px; font-size: 7.5px; line-height: 1.45; }
.socials { display: flex; gap: 8px; }
.socials a { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 10px; }
.footer h2 { margin: 5px 0 12px; color: #fff; font-size: 8.5px; text-transform: uppercase; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 7.4px; font-style: normal; }
.footer-column a { transition: color .25s ease, transform .25s ease; }
.footer-column a:hover {
  color: #74c5ff;
  transform: translateX(3px);
}
.contact-list { gap: 7px; }
.contact-list p, .contact-list a { display: flex; gap: 8px; margin: 0; }
.contact-list i { font-size: 11px; }
.footer-cta .button { margin-top: 8px; font-size: 7px; white-space: nowrap; }
.footer-bottom {
  min-height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 6px;
}
.footer-bottom a { opacity: .7; }

.back-to-top {
  position: fixed;
  z-index: 30;
  right: 22px;
  bottom: 22px;
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #087bd3, #00457f);
  box-shadow: 0 9px 24px rgba(0, 45, 86, .28);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px);
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease, filter .3s ease;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover {
  filter: brightness(1.18);
  transform: translateY(-3px);
}

.site-dialog {
  width: min(560px, calc(100% - 30px));
  max-height: calc(100dvh - 30px);
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 16px;
  color: var(--ink);
  background: transparent;
  box-shadow: 0 25px 70px rgba(0, 21, 44, .35);
}
.site-dialog[open] {
  animation: dialog-in .35s cubic-bezier(.2, .75, .25, 1) both;
}
.site-dialog::backdrop {
  background: rgba(0, 18, 39, .72);
  backdrop-filter: blur(5px);
}
.dialog-panel {
  position: relative;
  padding: 34px;
  overflow: auto;
  border: 1px solid rgba(16, 92, 152, .15);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0, rgba(26, 153, 236, .12), transparent 35%),
    #fff;
}
.dialog-panel h2 {
  margin: 4px 0 10px;
  font-size: 25px;
  line-height: 1.2;
}
.dialog-panel > p:not(.kicker) {
  color: #4b5967;
  font-size: 13px;
  line-height: 1.65;
}
.dialog-detail {
  padding: 12px 14px;
  border-left: 3px solid #0a86db;
  border-radius: 0 7px 7px 0;
  background: #f1f7fb;
}
.dialog-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #123d64;
  background: #eaf3f9;
  font-size: 18px;
  cursor: pointer;
  transition: transform .25s ease, background-color .25s ease;
}
.dialog-close:hover {
  transform: rotate(90deg);
  background: #dbeef9;
}
.dialog-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 13px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #0a89e2, #004d8c);
  box-shadow: 0 8px 20px rgba(0, 80, 145, .22);
  font-size: 21px;
}
.dialog-quote-button { margin-top: 7px; }

.quote-panel { width: 100%; }
.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.quote-form label {
  display: grid;
  gap: 6px;
  color: #173b5e;
  font-size: 11px;
  font-weight: 600;
}
.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #c7d7e4;
  border-radius: 7px;
  color: #17334d;
  background: #fbfdff;
  font: 400 12px "Poppins", sans-serif;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}
.quote-form textarea { resize: vertical; }
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: #168fe7;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(22, 143, 231, .12);
}
.quote-form .form-full { grid-column: 1 / -1; }

@keyframes dialog-in {
  from { opacity: 0; transform: translateY(18px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@media (min-width: 1100px) {
  .container {
    width: min(1050px, calc(100% - 104px));
  }

  .hero {
    min-height: clamp(540px, 46vw, 575px);
  }

  .hero-visual {
    top: 0;
    width: clamp(735px, calc(50vw + 127px), 1150px);
    height: 100%;
    background-position: center;
  }

  .navbar {
    height: 140px;
    padding-top: 22px;
  }

  .brand {
    width: 174px;
  }

  .brand img {
    width: 195px;
    height: 130px;
    transform: translateX(-38px);
  }

  .nav-content {
    margin-left: 68px;
  }

  .nav-links {
    gap: 38px;
    margin-top: 42px;
  }

  .nav-links a {
    font-size: 8.5px;
  }

  .nav-contact {
    padding-top: 8px;
  }

  .hero-copy {
    margin-top: 63px;
    margin-left: 15px;
  }

  .eyebrow-light {
    font-size: 27px;
  }

  .hero h1 {
    max-width: 570px;
    font-size: 36px;
    line-height: 1.14;
  }

  .hero-text {
    margin-top: 16px;
    font-size: 13.5px;
  }

  .hero-actions .button {
    min-width: 177px;
    min-height: 41px;
    font-size: 9.5px;
  }

  .hero-actions .button-outline {
    min-width: 220px;
  }

  .hero-benefits {
    gap: 23px;
    margin-top: 42px;
    margin-left: 15px;
  }

  .icon-ring {
    width: 38px;
    height: 38px;
    font-size: 19px;
  }

  .hero-benefits strong {
    font-size: 8px;
  }

  .hero-benefits small {
    font-size: 7px;
  }
}

@media (max-width: 900px) {
  .navbar { align-items: flex-start; }
  .nav-content { margin-left: 30px; }
  .nav-links { gap: 17px; }
  .hero-benefits { gap: 14px; }
  .about-copy { padding-right: 30px; }
  .footer-grid { grid-template-columns: 1.2fr .8fr 1fr 1.4fr; }
  .footer-cta { grid-column: 1 / -1; padding: 18px 0 0; margin-top: 18px; border-top: 1px solid rgba(255,255,255,.2); border-right: 0; }
}

@media (max-width: 820px) {
  .container { width: min(100% - 30px, 720px); }
  .hero { min-height: 760px; }
  .navbar { height: 92px; padding-top: 7px; align-items: flex-start; }
  .brand { width: 120px; }
  .brand img { width: 120px; height: 84px; }
  .menu-toggle {
    display: grid;
    position: absolute;
    right: 0;
    top: 27px;
    z-index: 10;
    width: 40px;
    height: 40px;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 5px;
    color: #fff;
    background: rgba(0, 36, 71, .75);
  }
  .menu-toggle span { width: 21px; height: 2px; display: block; background: #fff; transition: .25s; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-content {
    position: fixed;
    inset: 0 0 auto;
    z-index: 8;
    max-height: 0;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0 24px;
    background: rgba(0, 24, 50, .98);
    transition: max-height .35s ease, padding .35s ease;
  }
  .nav-content.is-open { max-height: 100vh; padding-top: 100px; padding-bottom: 28px; }
  .nav-links { display: grid; gap: 0; margin: 0; }
  .nav-links a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12px; }
  .nav-links a.active::after { display: none; }
  .nav-contact { justify-items: start; gap: 14px; padding-top: 20px; }
  .nav-topline { justify-content: flex-start; flex-wrap: wrap; }
  .language-control select { height: 30px; font-size: 11px; }
  .phone { font-size: 12px; }
  .hero-visual { top: 275px; right: -120px; width: 760px; height: 500px; opacity: .73; }
  .hero::after {
    background:
      linear-gradient(90deg, rgba(0, 22, 47, .9) 0%, rgba(0, 28, 58, .34) 44%, transparent 72%),
      linear-gradient(180deg, rgba(0, 22, 47, .99) 0%, rgba(0, 29, 60, .87) 47%, rgba(0, 27, 56, .24) 100%);
  }
  .hero-copy { margin-top: 25px; text-align: center; }
  .eyebrow-light { font-size: 19px; }
  .hero h1 { font-size: clamp(28px, 8vw, 37px); }
  .hero h1 br { display: none; }
  .hero-text { font-size: 12px; }
  .hero-text br { display: none; }
  .hero-actions { justify-content: center; flex-wrap: wrap; }
  .hero-benefits {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 10px;
    margin: 46px auto 0;
    max-width: 410px;
  }
  .hero-benefits strong { font-size: 8px; }
  .hero-benefits small { font-size: 7px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about { grid-template-columns: 1fr; }
  .about-image { height: 270px; }
  .about-image::after { background: linear-gradient(180deg, transparent 75%, #f5f8fa 100%); }
  .about-copy { padding: 20px 20px 27px; }
  .about-copy > p:not(.kicker) { font-size: 10px; }
  .stats-grid { height: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats article { min-height: 90px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .stats article:nth-child(2) { border-right: 0; }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
  .process-step::after, .process-step::before { display: none; }
  .process-step p { font-size: 8px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 28px; }
  .footer-grid > * { border-right: 0; padding: 0 20px 0 0; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-brand img { margin-left: 0; }
  .footer-column, .footer-brand p, .footer-cta p { font-size: 9px; }
  .footer h2 { font-size: 10px; }
  .footer-cta { grid-column: 1 / -1; padding-top: 18px; }
  .footer-bottom { padding-block: 10px; flex-wrap: wrap; gap: 7px; font-size: 7px; }
}

@media (max-width: 540px) {
  .container { width: calc(100% - 28px); }
  .hero { min-height: 805px; }
  .hero-visual { top: 330px; right: -215px; opacity: .65; }
  .hero-copy { margin-top: 13px; }
  .hero h1 {
    font-size: 28px;
    overflow-wrap: anywhere;
  }
  .hero-actions { display: grid; justify-items: stretch; }
  .hero-benefits { margin-top: 36px; }
  .service-grid { grid-template-columns: 1fr; gap: 18px; }
  .service-card { min-height: 280px; }
  .service-card img { height: 150px; }
  .section-heading h2, .about h2 { font-size: 18px; }
  .section-heading h2 { overflow-wrap: anywhere; }
  .about-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats article { gap: 10px; }
  .stats article > i { font-size: 29px; }
  .stats strong { font-size: 22px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { padding-inline: 18px; }
  .process-step p { font-size: 9px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-cta { grid-column: auto; }
  .back-to-top { right: 14px; bottom: 14px; }
  .dialog-panel { padding: 27px 20px 22px; }
  .dialog-panel h2 { padding-right: 28px; font-size: 21px; }
  .quote-form { grid-template-columns: 1fr; }
  .quote-form .form-full { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .brand img, .footer-brand img {
    animation: none;
    filter: brightness(1.15) drop-shadow(0 0 4px rgba(255, 255, 255, .25));
  }
  .motion-ready .reveal-item,
  .motion-ready .hero-copy,
  .motion-ready .navbar,
  .hero-visual {
    opacity: 1;
    transform: none;
    animation: none;
  }
}
