:root {
  --ink: #082631;
  --ink-soft: #35515a;
  --muted: #6a7b81;
  --line: #dbe5e2;
  --lime: #d0eb51;
  --lime-soft: #edfac2;
  --paper: #f4f7f5;
  --white: #ffffff;
  --night: #061c25;
  --night-soft: #0c303b;
  --error: #c84f45;
  --error-soft: #fff0ed;
  --shadow: 0 24px 64px rgba(3, 28, 36, 0.16);
}

* {
  box-sizing: border-box;
}

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

::selection {
  color: var(--ink);
  background: var(--lime-soft);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

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

button,
select {
  cursor: pointer;
}

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

img,
svg {
  display: block;
}

p,
h1,
h2,
h3,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3,
strong {
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 0.99;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.22;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 88px;
  padding: 9px clamp(20px, 4vw, 64px);
  color: var(--ink);
  background: rgba(232, 240, 240, 0.96);
  border-bottom: 1px solid rgba(193, 210, 208, 0.76);
  backdrop-filter: blur(18px);
  transition: min-height 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.site-header.is-scrolled,
.site-header.is-open {
  min-height: 78px;
  background: rgba(239, 245, 244, 0.99);
  box-shadow: 0 10px 32px rgba(4, 30, 38, 0.11);
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  width: clamp(188px, 15vw, 218px);
  height: 62px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: contrast(1.04) saturate(1.04);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  padding: 12px 0;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 2px;
  content: "";
  background: #76a21b;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.header-phone svg {
  width: 17px;
  height: 17px;
  color: #719a1c;
}

.header-quote {
  min-height: 42px;
  padding: 0 16px;
  color: var(--ink);
  background: var(--lime);
  border: 0;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(114, 147, 32, 0.16);
  transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.menu-button {
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 5px;
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.header-quote:hover {
  background: #ddf574;
  box-shadow: 0 11px 26px rgba(114, 147, 32, 0.22);
  transform: translateY(-1px);
}

.header-quote:active,
.button:active,
.menu-button:active,
.mobile-actions button:active {
  transform: translateY(1px) scale(0.985);
}

.header-quote:focus-visible,
.menu-button:focus-visible,
.button:focus-visible,
.site-nav a:focus-visible,
.header-phone:focus-visible,
.office-map:focus-visible,
.whatsapp-link:focus-visible {
  outline: 3px solid rgba(208, 235, 81, 0.58);
  outline-offset: 3px;
}

.hero {
  position: relative;
  min-height: 920px;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}

.section-anchor {
  height: 0;
  scroll-margin-top: 90px;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: -2;
  background: url("assets/hero-logistics-luxe.png") 58% center / cover no-repeat;
  transform: scale(1.015);
}

.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 22, 30, 0.94) 0%, rgba(3, 22, 30, 0.8) 39%, rgba(3, 22, 30, 0.34) 63%, rgba(3, 22, 30, 0.12) 100%),
    linear-gradient(180deg, rgba(3, 22, 30, 0.12) 52%, rgba(3, 22, 30, 0.86) 100%);
}

.hero-inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 132px 0 54px;
}

.hero-copy {
  max-width: 900px;
}

.hero h1 {
  max-width: 900px;
}

.route-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 18px;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.route-badge svg {
  width: 16px;
  height: 16px;
  color: var(--lime);
}

.audience-label,
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: #83a929;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.audience-label {
  width: fit-content;
  padding: 7px 10px;
  color: var(--lime);
  background: rgba(208, 235, 81, 0.1);
  border: 1px solid rgba(208, 235, 81, 0.35);
  border-radius: 4px;
}

.audience-label svg {
  width: 15px;
  height: 15px;
}

.eyebrow.light {
  color: var(--lime);
}

.hero-lead {
  max-width: 630px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.55;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 700;
}

.hero-points svg {
  width: 18px;
  height: 18px;
  color: var(--lime);
}

.quick-quote {
  display: grid;
  grid-template-columns: 0.72fr 1fr 1fr auto;
  gap: 12px;
  align-items: end;
  margin-top: 38px;
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(15px);
}

.quick-heading {
  display: grid;
  align-content: center;
  min-height: 58px;
}

.quick-heading span {
  color: #719a1c;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-heading strong {
  margin-top: 3px;
  font-size: 20px;
}

.quick-quote label,
.form-grid label,
.form-field {
  display: grid;
  gap: 7px;
}

.quick-quote label > span,
.form-grid label > span,
.form-field > .field-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

select,
input,
textarea {
  width: 100%;
  color: var(--ink);
  background: #f3f6f4;
  border: 1px solid var(--line);
  border-radius: 5px;
  outline: 0;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

select,
input {
  min-height: 54px;
  padding: 0 13px;
}

textarea {
  min-height: 110px;
  padding: 13px;
  resize: vertical;
}

select:focus,
input:focus,
textarea:focus {
  border-color: #7ba51e;
  box-shadow: 0 0 0 4px rgba(123, 165, 30, 0.13);
}

label.is-invalid > span,
.form-field.is-invalid > .field-label {
  color: var(--error);
}

label.is-invalid select,
label.is-invalid input,
label.is-invalid textarea,
.form-field.is-invalid input,
[aria-invalid="true"] {
  background: var(--error-soft);
  border-color: var(--error);
  box-shadow: 0 0 0 4px rgba(200, 79, 69, 0.12);
}

.is-error-animated {
  animation: field-error-shake 0.42s cubic-bezier(0.36, 0.07, 0.19, 0.97);
}

.quick-error.is-error-animated,
.modal-status.is-error-animated {
  transform-origin: top center;
  animation: error-message-in 0.32s ease-out;
}

@keyframes field-error-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-6px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-3px);
  }
}

@keyframes error-message-in {
  from {
    opacity: 0;
    transform: translateY(-6px) scaleY(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(3, 28, 36, 0.08);
  transition:
    transform 0.18s ease,
    color 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(3, 28, 36, 0.13);
}

.button svg {
  width: 18px;
  height: 18px;
}

.button.primary {
  color: var(--ink);
  background: var(--lime);
}

.button.primary:hover {
  background: #ddf574;
}

.button.secondary {
  color: var(--ink);
  background: transparent;
  border-color: var(--line);
}

.quick-note {
  grid-column: 2 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.quick-error {
  grid-column: 2 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 9px 11px;
  color: #9f392f;
  background: var(--error-soft);
  border: 1px solid rgba(200, 79, 69, 0.25);
  border-radius: 5px;
  font-size: 12px;
  font-weight: 800;
}

.quick-error[hidden] {
  display: none;
}

.quick-error svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 38px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.21);
}

.hero-stats div {
  padding: 0 24px;
}

.hero-stats div:first-child {
  padding-left: 0;
}

.hero-stats div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.19);
}

.hero-stats dt {
  margin-bottom: 5px;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 900;
}

.hero-stats dd {
  margin-left: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
}

.section {
  padding: clamp(82px, 9vw, 132px) 0;
}

.section-inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  gap: clamp(34px, 8vw, 110px);
  align-items: end;
  margin-bottom: 44px;
}

.section-intro h2 {
  max-width: 760px;
  margin-bottom: 0;
}

.section-intro > p,
.section-heading > p:last-child,
.faq-intro > p,
.contact-layout > div > p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.routes-section {
  background: var(--paper);
}

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

.route-card {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 156px;
  padding: 24px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.route-card:hover {
  border-color: #b9cd70;
  box-shadow: 0 18px 40px rgba(6, 39, 49, 0.1);
  transform: translateY(-3px);
}

.route-number {
  align-self: start;
  color: #83a929;
  font-size: 13px;
  font-weight: 900;
}

.route-name {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: clamp(20px, 2vw, 27px);
}

.route-name svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: #82a923;
}

.route-card p {
  grid-column: 2;
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.route-card button {
  grid-row: 1 / span 2;
  grid-column: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-weight: 900;
}

.route-card button svg {
  width: 18px;
  height: 18px;
  color: #82a923;
}

.route-card-wide {
  grid-column: 1 / -1;
}

.industries-section {
  background: var(--white);
}

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

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

.industry-card {
  position: relative;
  min-height: 260px;
  padding: 28px;
  background: #f7faf8;
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.industry-card:hover {
  background: var(--lime-soft);
  transform: translateY(-3px);
}

.industry-card > svg {
  width: 38px;
  height: 38px;
  margin-bottom: 48px;
  color: #6f971c;
  stroke-width: 1.6;
}

.industry-card > span {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #8c9a9e;
  font-size: 12px;
  font-weight: 900;
}

.industry-card p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.advantages-section {
  position: relative;
  padding: clamp(86px, 9vw, 132px) 0;
  overflow: hidden;
  color: var(--white);
  background: var(--night);
}

.advantages-section::after {
  position: absolute;
  right: -200px;
  bottom: -290px;
  width: 620px;
  height: 620px;
  content: "";
  border: 1px solid rgba(208, 235, 81, 0.28);
  border-radius: 50%;
}

.advantages-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}

.advantages-header h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.advantage-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.advantage-grid article {
  min-height: 270px;
  padding: 32px 26px;
}

.advantage-grid article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.advantage-grid svg {
  width: 34px;
  height: 34px;
  margin-bottom: 48px;
  color: var(--lime);
}

.advantage-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}

.proof-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 48px 0 0;
}

.proof-row div {
  padding-right: 20px;
}

.proof-row dt {
  margin-bottom: 7px;
  color: var(--lime);
  font-size: clamp(28px, 3vw, 45px);
  font-weight: 900;
}

.proof-row dd {
  margin-left: 0;
  color: rgba(255, 255, 255, 0.6);
}

.process-section {
  background: var(--paper);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.process-list li {
  position: relative;
  min-height: 250px;
  padding: 28px 24px;
}

.process-list li + li {
  border-left: 1px solid var(--line);
}

.process-list span {
  display: block;
  margin-bottom: 62px;
  color: #7ca41f;
  font-size: 13px;
  font-weight: 900;
}

.process-list p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.faq-section {
  background: var(--white);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.6fr) minmax(0, 1.4fr);
  gap: clamp(46px, 9vw, 130px);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 118px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 20px;
  font-weight: 900;
}

.text-link svg {
  width: 19px;
  height: 19px;
  color: #759d1d;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  min-height: 82px;
  padding: 20px 0;
  color: var(--ink);
  text-align: left;
  background: transparent;
  border: 0;
  font-size: 19px;
  font-weight: 900;
}

.faq-item button svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: #7ba11f;
  transition: transform 0.2s ease;
}

.faq-item.is-open button svg {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 48px 24px 0;
}

.faq-answer p {
  max-width: 700px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.contact-section {
  padding: clamp(86px, 9vw, 132px) 0;
  color: var(--white);
  background: var(--night-soft);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: clamp(48px, 8vw, 118px);
  align-items: center;
}

.contact-layout h2 {
  max-width: 680px;
}

.contact-layout > div > p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.64);
}

.contact-layout .button {
  margin-top: 22px;
}

.contact-details {
  display: grid;
  margin: 0;
  font-style: normal;
  border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.contact-details a,
.contact-details p {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 84px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  font-size: 17px;
  font-weight: 800;
}

.contact-details svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: var(--lime);
}

.contact-details span {
  display: grid;
  gap: 5px;
}

.contact-details small {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-side {
  min-width: 0;
}

.office-map {
  position: relative;
  display: block;
  min-height: 228px;
  margin-top: 22px;
  overflow: hidden;
  background: #172e34;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.office-map > img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.office-map:hover > img {
  transform: scale(1.025);
}

.office-map-action {
  position: absolute;
  inset: auto 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 6px;
  box-shadow: 0 12px 32px rgba(3, 22, 30, 0.22);
  backdrop-filter: blur(12px);
}

.office-map-action > span {
  display: grid;
  gap: 3px;
}

.office-map-action small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.office-map-action strong {
  font-size: 15px;
}

.office-map-action svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: #719a1c;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 60px;
  align-items: start;
  padding: 44px clamp(20px, 4vw, 64px);
  color: var(--muted);
  background: var(--white);
  font-size: 13px;
}

.footer-brand img {
  width: 194px;
  height: 54px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.site-footer p {
  margin: 12px 0 0;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 12px 28px;
  color: var(--ink-soft);
  font-weight: 800;
}

.footer-meta {
  display: grid;
  gap: 8px;
  text-align: right;
}

.whatsapp-link {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: #082631;
  background: var(--lime);
  border: 1px solid rgba(8, 38, 49, 0.16);
  border-radius: 50%;
  box-shadow: 0 12px 34px rgba(3, 28, 36, 0.22);
}

.whatsapp-link svg {
  width: 24px;
  height: 24px;
}

.mobile-actions {
  display: none;
}

.quote-modal[hidden] {
  display: none;
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 17, 23, 0.78);
  border: 0;
  backdrop-filter: blur(8px);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: calc(100vh - 40px);
  padding: clamp(24px, 4vw, 38px);
  overflow-y: auto;
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.modal-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

.modal-header h2 {
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 42px);
}

.modal-step-label {
  margin-bottom: 7px;
  color: #789f21;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-close {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 5px;
}

.modal-close svg {
  width: 20px;
  height: 20px;
}

.modal-progress {
  height: 4px;
  margin: 24px 0 28px;
  overflow: hidden;
  background: #edf1ef;
  border-radius: 999px;
}

.modal-progress span {
  display: block;
  width: 50%;
  height: 100%;
  background: #80aa1e;
  transition: width 0.25s ease;
}

.route-summary {
  margin-bottom: 22px;
  padding: 14px 16px;
  color: var(--ink);
  background: var(--lime-soft);
  border-radius: 5px;
  font-weight: 900;
}

.contact-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
  padding: 13px 15px;
  color: var(--ink);
  background: #f3f6f4;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.contact-route strong {
  font-size: 14px;
}

.contact-route button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 0;
  color: #719a1c;
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 900;
}

.contact-route button svg {
  width: 14px;
  height: 14px;
}

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

.form-wide {
  grid-column: 1 / -1;
}

.form-grid label > span small {
  margin-left: 4px;
  color: #8b999d;
  font-size: 10px;
  font-weight: 700;
  text-transform: lowercase;
}

.contact-form-grid textarea {
  min-height: 104px;
}

.phone-control {
  display: grid;
  grid-template-columns: minmax(116px, 0.72fr) minmax(0, 1.28fr);
  gap: 8px;
}

.country-picker,
.phone-control input {
  min-width: 0;
}

.country-picker {
  position: relative;
}

.country-trigger {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 7px;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 0 10px;
  color: var(--ink);
  background: #f3f6f4;
  border: 1px solid var(--line);
  border-radius: 5px;
  transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
}

.country-trigger:hover,
.country-trigger[aria-expanded="true"] {
  background: var(--white);
  border-color: #7ba51e;
  box-shadow: 0 0 0 4px rgba(123, 165, 30, 0.11);
}

.country-trigger:focus-visible {
  outline: 3px solid rgba(208, 235, 81, 0.58);
  outline-offset: 2px;
}

.country-flag {
  width: 24px;
  height: 17px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(8, 38, 49, 0.12);
}

.country-trigger strong {
  font-size: 14px;
}

.country-trigger svg {
  width: 15px;
  height: 15px;
  transition: transform 0.18s ease;
}

.country-trigger[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.country-menu {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  z-index: 30;
  width: min(292px, calc(100vw - 72px));
  max-height: 278px;
  padding: 7px;
  overflow-y: auto;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--line);
  border-radius: 7px;
  box-shadow: 0 20px 48px rgba(3, 28, 36, 0.2);
  backdrop-filter: blur(16px);
}

.country-menu[hidden] {
  display: none;
}

.country-menu button {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 7px 9px;
  color: var(--ink-soft);
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 5px;
  font-size: 13px;
}

.country-menu button:hover,
.country-menu button:focus-visible,
.country-menu button[aria-selected="true"] {
  color: var(--ink);
  background: var(--lime-soft);
  outline: 0;
}

.country-menu button > img {
  width: 24px;
  height: 17px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(8, 38, 49, 0.1);
}

.country-menu button strong {
  color: #678d18;
  font-size: 12px;
}

.modal-next {
  width: 100%;
  margin-top: 22px;
  color: var(--white);
  background: var(--night-soft);
}

.modal-form-actions {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 12px;
  margin-top: 22px;
}

.consent-row {
  display: flex !important;
  align-items: flex-start;
  gap: 10px !important;
  padding: 2px 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.45;
}

.consent-row input {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  accent-color: #789f21;
}

.consent-row span {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: 700 !important;
}

.consent-row.is-invalid {
  color: var(--error);
}

.response-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
}

.modal-status {
  min-height: 20px;
  margin: 14px 0 0;
  color: #608414;
  font-size: 13px;
  font-weight: 800;
}

.modal-status:not(:empty) {
  padding: 10px 12px;
  background: rgba(208, 235, 81, 0.12);
  border: 1px solid rgba(113, 154, 28, 0.2);
  border-radius: 5px;
}

.form-step:has([aria-invalid="true"]) + .modal-status,
form:has([aria-invalid="true"]) .modal-status {
  color: #9f392f;
  background: var(--error-soft);
  border-color: rgba(200, 79, 69, 0.25);
}

.js-ready [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.js-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

@media (max-width: 1320px) {
  .header-phone span {
    display: none;
  }
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 18px;
  }

  .header-phone span {
    display: none;
  }

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

  .quick-heading {
    grid-column: 1 / -1;
  }

  .quick-note {
    grid-column: 1 / -1;
  }

  .route-card {
    grid-template-columns: 44px 1fr;
  }

  .route-card button {
    grid-row: auto;
    grid-column: 2;
    justify-self: start;
    padding: 8px 0 0;
  }
}

@media (max-width: 920px) {
  .site-header {
    min-height: 76px;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    display: none;
    gap: 0;
    padding: 10px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-header.is-open .site-nav {
    display: grid;
  }

  .site-nav a {
    padding: 14px 12px;
    font-size: 16px;
  }

  .site-nav a::after {
    display: none;
  }

  .header-phone,
  .header-quote {
    display: none;
  }

  .menu-button {
    display: grid;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding-top: 132px;
  }

  .hero-stats,
  .advantage-grid,
  .proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stats div:nth-child(3) {
    padding-left: 0;
    border-left: 0;
  }

  .hero-stats div:nth-child(n + 3) {
    margin-top: 22px;
  }

  .section-intro,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .route-list {
    grid-template-columns: 1fr;
  }

  .route-card-wide {
    grid-column: auto;
  }

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

  .advantages-header {
    align-items: start;
    flex-direction: column;
  }

  .advantage-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .advantage-grid article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

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

  .process-list li:nth-child(3),
  .process-list li:nth-child(5) {
    border-left: 0;
  }

  .process-list li:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .faq-intro {
    position: static;
  }

  .contact-details {
    max-width: 560px;
  }

  .contact-side {
    width: 100%;
    max-width: 620px;
  }

  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-meta {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 68px;
  }

  .site-header {
    padding: 9px 18px;
  }

  .brand img {
    width: 178px;
    height: 54px;
  }

  .hero-media {
    background-position: 61% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(3, 22, 30, 0.9) 0%, rgba(3, 22, 30, 0.67) 66%, rgba(3, 22, 30, 0.35) 100%),
      linear-gradient(180deg, rgba(3, 22, 30, 0.15) 50%, rgba(3, 22, 30, 0.9) 100%);
  }

  .hero-inner,
  .section-inner {
    width: min(100% - 36px, 1200px);
  }

  .hero-inner {
    padding: 116px 0 42px;
  }

  h1 {
    font-size: clamp(40px, 11.2vw, 50px);
  }

  h2 {
    font-size: 35px;
  }

  .route-badge {
    max-width: 100%;
    font-size: 11px;
  }

  .audience-label {
    font-size: 10px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .hero-points {
    display: grid;
    gap: 11px;
  }

  .quick-quote {
    grid-template-columns: 1fr;
    margin-top: 34px;
    padding: 16px;
  }

  .quick-heading,
  .quick-error,
  .quick-note {
    grid-column: auto;
  }

  .hero-stats {
    gap: 20px 0;
    margin-top: 28px;
  }

  .hero-stats div {
    padding: 0 14px;
  }

  .hero-stats div:nth-child(odd) {
    padding-left: 0;
  }

  .hero-stats div:nth-child(n + 3) {
    margin-top: 0;
  }

  .hero-stats dt {
    font-size: 25px;
  }

  .section {
    padding: 74px 0;
  }

  .section-intro {
    gap: 22px;
    margin-bottom: 32px;
  }

  .section-intro > p,
  .section-heading > p:last-child,
  .faq-intro > p,
  .contact-layout > div > p {
    font-size: 16px;
  }

  .route-card {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px;
  }

  .route-number,
  .route-card p,
  .route-card button {
    grid-column: 1;
  }

  .route-card button {
    justify-self: stretch;
    justify-content: space-between;
    padding-top: 12px;
  }

  .route-name {
    gap: 9px;
    font-size: 22px;
  }

  .industry-grid,
  .advantage-grid,
  .proof-row,
  .process-list {
    grid-template-columns: 1fr;
  }

  .industry-card {
    min-height: 225px;
    padding: 24px;
  }

  .industry-card > svg {
    margin-bottom: 38px;
  }

  .advantages-section,
  .contact-section {
    padding: 76px 0;
  }

  .advantage-grid article {
    min-height: 0;
    padding: 27px 0;
  }

  .advantage-grid article + article,
  .advantage-grid article:nth-child(3),
  .advantage-grid article:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .advantage-grid svg {
    margin-bottom: 28px;
  }

  .proof-row {
    gap: 28px;
  }

  .process-list li,
  .process-list li:nth-child(3),
  .process-list li:nth-child(5) {
    min-height: 0;
    padding: 25px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .process-list span {
    margin-bottom: 30px;
  }

  .faq-item button {
    min-height: 74px;
    font-size: 17px;
  }

  .contact-layout {
    gap: 42px;
  }

  .contact-details a,
  .contact-details p {
    font-size: 15px;
  }

  .office-map,
  .office-map > img {
    min-height: 208px;
    height: 208px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 36px 18px;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .whatsapp-link {
    right: 14px;
    bottom: 80px;
    width: 48px;
    height: 48px;
  }

  .mobile-actions {
    position: fixed;
    inset: auto 0 0;
    z-index: 45;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 8px;
    padding: 8px 12px;
    background: rgba(250, 253, 251, 0.96);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(14px);
  }

  .mobile-actions a,
  .mobile-actions button {
    min-height: 48px;
    color: var(--ink);
    background: var(--lime);
    border: 0;
    border-radius: 5px;
    font-weight: 900;
  }

  .mobile-actions a {
    display: grid;
    place-items: center;
  }

  .mobile-actions svg {
    width: 20px;
    height: 20px;
  }

  .quote-modal {
    align-items: end;
    padding: 0;
  }

  .modal-panel {
    width: 100%;
    max-height: 92vh;
    padding: 24px 18px;
    border-radius: 8px 8px 0 0;
  }

  .form-grid,
  .modal-form-actions {
    grid-template-columns: 1fr;
  }

  .form-wide {
    grid-column: auto;
  }

  .phone-control {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .contact-route {
    align-items: flex-start;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
