:root {
  --blue: #1565C0;
  --blue-bright: #1f73ff;
  --dark: #050914;
  --navy: #07162c;
  --ink: #101727;
  --muted: #667085;
  --line: #e4e8ef;
  --white: #ffffff;
  --soft: #f5f7fb;
  --shadow: 0 24px 80px rgba(7, 22, 44, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  min-height: 88px;
  border-bottom: 1px solid rgba(228, 232, 239, 0.95);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 34px rgba(7, 22, 44, 0.12);
  backdrop-filter: blur(14px);
}

.header-inner {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 0 clamp(28px, 6vw, 96px);
}

.logo-link {
  display: inline-flex;
  align-items: center;
}

.logo-link img {
  width: 174px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #1f2937;
  font-size: 0.96rem;
  font-weight: 700;
}

.site-nav a {
  transition: color 160ms ease, background 160ms ease;
}

.site-nav a:hover {
  color: var(--blue);
}

.nav-cta {
  min-height: 46px;
  padding: 13px 24px;
  border-radius: 6px;
  background: var(--blue);
  color: var(--white) !important;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: var(--ink);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 136px 0 78px;
  background:
    linear-gradient(90deg, rgba(3, 8, 19, 0.98) 0%, rgba(3, 8, 19, 0.86) 35%, rgba(3, 8, 19, 0.28) 68%, rgba(3, 8, 19, 0.1) 100%),
    url("assets/ddd-fleet-hero.png") center right / cover no-repeat;
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 220px;
  background: linear-gradient(0deg, var(--dark), transparent);
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 46%, rgba(31, 115, 255, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.38));
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  padding: 0 clamp(28px, 6vw, 96px);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-bright);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  max-width: 720px;
  font-size: clamp(3.3rem, 5.6vw, 5.7rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h1 span,
h2 span {
  color: var(--blue-bright);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.28rem;
}

.hero-tagline,
.quote-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.72;
}

.hero-tagline {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.35;
}

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

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 32px;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 16px 40px rgba(6, 77, 232, 0.36);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.services-page {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 88px;
  min-height: calc(100vh - 88px);
  padding: clamp(46px, 5vw, 72px) clamp(42px, 6vw, 96px) clamp(64px, 7vh, 92px);
  background:
    radial-gradient(ellipse at 76% 15%, rgba(21, 101, 192, 0.08) 0%, rgba(21, 101, 192, 0.035) 30%, transparent 58%),
    linear-gradient(180deg, var(--white) 0%, var(--white) 72%, var(--soft) 100%);
}

.section,
.quote-section,
.site-footer {
  padding: clamp(70px, 9vw, 118px) clamp(20px, 6vw, 96px);
}

.services-section {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

.section-heading {
  max-width: 660px;
  margin-bottom: 0;
}

.section .eyebrow,
.quote-section .eyebrow {
  color: var(--blue);
}

.services-section .eyebrow {
  margin-bottom: 14px;
  font-size: 0.72rem;
}

.about-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}

.about-eyebrow::after {
  content: "";
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue-bright);
}

.services-section h2 {
  margin-bottom: 14px;
  font-size: clamp(2.6rem, 3.9vw, 3.45rem);
}

.section-intro {
  max-width: 660px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.62;
}

.services-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(600px, 1.05fr);
  gap: clamp(36px, 5vw, 74px);
  align-items: start;
  margin-bottom: 34px;
}

.service-visual {
  position: relative;
  min-height: clamp(250px, 18vw, 315px);
  overflow: hidden;
  margin-top: -42px;
  margin-right: calc(clamp(42px, 6vw, 96px) * -0.62);
  border-radius: 260px 0 0 260px / 175px 0 0 175px;
  background: #eef6ff;
  box-shadow: 0 28px 82px rgba(21, 101, 192, 0.11);
}

.service-visual::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 3;
  width: 34%;
  background:
    linear-gradient(90deg, var(--white) 0%, rgba(255, 255, 255, 0.88) 30%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.service-visual img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 108%;
  height: 104%;
  max-width: none;
  object-fit: cover;
  object-position: 62% 52%;
  opacity: 1;
  transform: translate(4%, -2%);
  filter: saturate(1.03) contrast(1.01);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: clamp(24px, 2.4vw, 34px);
  scroll-margin-top: 108px;
}

.service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 365px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 48px rgba(16, 23, 39, 0.08);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.service-card:hover {
  border-color: rgba(21, 101, 192, 0.28);
  box-shadow: 0 24px 60px rgba(16, 23, 39, 0.14);
  transform: translateY(-6px);
}

.service-number {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 6px;
  background: var(--blue);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(21, 101, 192, 0.25);
}

.service-card-media {
  position: relative;
  overflow: hidden;
  height: clamp(150px, 11vw, 180px);
  border-radius: 6px;
  background: var(--soft);
}

.service-card-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 220ms ease;
}

.route-card-media {
  background: #f4f8fc;
}

.route-card-media img {
  object-fit: contain;
  object-position: center;
}

.service-card:hover .service-card-media img {
  transform: scale(1.04);
}

.service-card:hover .route-card-media img {
  transform: none;
}

.service-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 18px 0;
}

.service-card p {
  flex: 1;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.service-card h3 {
  margin-bottom: 12px;
  font-size: 0.98rem;
  line-height: 1.18;
}

.service-card::after {
  content: "";
  width: 58px;
  height: 3px;
  margin: 20px 18px 18px;
  border-radius: 999px;
  background: var(--blue);
}

.quote-section {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  min-height: calc(100vh - 88px);
  scroll-margin-top: 88px;
  padding-top: clamp(28px, 4vw, 52px);
  padding-bottom: clamp(22px, 3.5vw, 42px);
  background:
    radial-gradient(circle at 98% 42%, rgba(21, 101, 192, 0.18) 0 16%, transparent 17%),
    radial-gradient(circle at 72% 48%, rgba(21, 101, 192, 0.12) 0 1px, transparent 1.5px) 0 0 / 18px 18px,
    linear-gradient(115deg, var(--white) 0%, #f4f9ff 58%, #eaf4ff 100%);
}

.quote-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(440px, 0.98fr);
  gap: clamp(32px, 5vw, 72px);
  width: min(1500px, 100%);
  margin: 0 auto;
  align-items: center;
}

.quote-copy {
  padding-top: 0;
}

.quote-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

.quote-eyebrow::after {
  content: "";
  width: 48px;
  height: 3px;
  border-radius: 999px;
  background: var(--blue-bright);
}

.quote-copy h2 {
  max-width: 560px;
  margin-bottom: 18px;
  font-size: clamp(2.8rem, 4.8vw, 4.45rem);
  line-height: 1.02;
}

.quote-copy h2 span {
  display: block;
  color: var(--blue-bright);
}

.quote-copy p {
  max-width: 520px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.58;
}

.quote-benefits {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin-top: 24px;
}

.quote-benefit {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 68px;
  padding: 10px 14px 10px 10px;
  border: 1px solid rgba(21, 101, 192, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(235, 245, 255, 0.5)),
    radial-gradient(circle at 100% 0%, rgba(21, 101, 192, 0.1), transparent 30%);
  box-shadow:
    0 16px 38px rgba(7, 22, 44, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.quote-benefit::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--blue-bright), var(--blue));
  opacity: 0;
  transition: opacity 180ms ease;
}

.quote-benefit:hover {
  border-color: rgba(21, 101, 192, 0.2);
  box-shadow:
    0 22px 52px rgba(7, 22, 44, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: translateY(-2px);
}

.quote-benefit:hover::before {
  opacity: 1;
}

.quote-benefit-icon,
.form-step-icon {
  display: grid;
  place-items: center;
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 20%, var(--white) 0 16%, #d9eaff 17% 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 12px 24px rgba(21, 101, 192, 0.14);
}

.quote-benefit-icon {
  position: relative;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.55), transparent 24%),
    linear-gradient(145deg, #2d8cff 0%, var(--blue) 54%, #074db5 100%);
  box-shadow:
    0 18px 34px rgba(21, 101, 192, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    inset 0 -12px 18px rgba(5, 9, 20, 0.16);
}

.quote-benefit-icon::after {
  content: "";
  position: absolute;
  inset: -50% 48% auto -25%;
  height: 130%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  transform: rotate(26deg);
}

.quote-benefit-icon svg,
.form-step-icon svg,
.quote-form .button svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.quote-benefit-icon svg {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  stroke: var(--white);
  stroke-width: 2.35;
  filter: drop-shadow(0 3px 5px rgba(5, 9, 20, 0.18));
}

.quote-benefit strong {
  display: block;
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 800;
}

.quote-benefit span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.32;
}

.quote-form {
  display: grid;
  gap: 0;
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid rgba(228, 232, 239, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 90px rgba(7, 22, 44, 0.15);
}

.quote-form-heading {
  margin-bottom: 14px;
}

.quote-form-heading h3 {
  margin-bottom: 6px;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}

.form-security,
.response-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.4;
}

.form-step {
  min-width: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid var(--line);
  padding: 16px 0 0;
}

.form-step:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.form-step + .form-step {
  margin-top: 16px;
}

.form-step legend {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  color: var(--ink);
  font-weight: 800;
}

.form-step-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.form-step-icon svg {
  width: 17px;
  height: 17px;
}

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

label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 14px;
  color: var(--ink);
  font: inherit;
  font-weight: 500;
}

input {
  min-height: 42px;
}

textarea {
  min-height: 92px;
  padding-top: 12px;
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--blue);
  outline: 3px solid rgba(6, 77, 232, 0.16);
}

.form-message {
  min-height: 0;
  margin: 8px 0 0;
  border-radius: 6px;
  color: var(--blue);
  font-weight: 800;
}

.form-message:not(:empty) {
  padding: 12px 14px;
  border: 1px solid rgba(21, 101, 192, 0.18);
  background: rgba(21, 101, 192, 0.08);
}

.form-message.is-success {
  border-color: rgba(23, 124, 79, 0.24);
  background: rgba(23, 124, 79, 0.1);
  color: #177c4f;
}

.form-message.is-error {
  border-color: rgba(185, 28, 28, 0.24);
  background: rgba(185, 28, 28, 0.09);
  color: #b91c1c;
}

.quote-form .button {
  width: 100%;
  gap: 10px;
  min-height: 48px;
  margin-top: 16px;
  box-shadow: 0 18px 42px rgba(21, 101, 192, 0.28);
}

.quote-form .button svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
}

.form-security {
  margin-top: 12px;
  font-size: 0.78rem;
  text-align: center;
}

.response-note {
  max-width: 560px;
  margin: 6px auto 0;
  font-size: 0.78rem;
  text-align: center;
}

.site-footer {
  padding-top: clamp(42px, 6vw, 72px);
  padding-bottom: clamp(26px, 4vw, 42px);
  border-top: 1px solid rgba(21, 101, 192, 0.12);
  background:
    radial-gradient(circle at 12% 0%, rgba(21, 101, 192, 0.2), transparent 26%),
    linear-gradient(135deg, #061024 0%, #07162c 58%, #0d2242 100%);
  color: var(--white);
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(230px, 0.48fr);
  gap: clamp(30px, 5vw, 82px);
  width: min(1500px, 100%);
  margin: 0 auto;
}

.footer-brand {
  max-width: 520px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
}

.footer-logo img {
  width: 170px;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.22));
}

.footer-brand p,
.footer-contact,
.footer-bottom {
  color: rgba(255, 255, 255, 0.72);
}

.footer-brand p {
  margin-bottom: 14px;
  line-height: 1.65;
}

.footer-operation {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.86) !important;
  font-weight: 700;
}

.footer-contact {
  display: grid;
  align-content: start;
  gap: 12px;
  font-style: normal;
}

.footer-contact h2 {
  margin-bottom: 4px;
  color: var(--white);
  font-size: 0.92rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-contact a,
.footer-contact span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.45;
  transition: color 160ms ease;
}

.footer-contact a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  width: min(1500px, 100%);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.76);
}

.footer-bottom a:hover {
  color: var(--white);
}

.privacy-page {
  padding: 150px clamp(20px, 6vw, 96px) clamp(70px, 8vw, 104px);
  background:
    radial-gradient(circle at 88% 10%, rgba(21, 101, 192, 0.12), transparent 28%),
    linear-gradient(180deg, var(--white) 0%, #f5f9ff 100%);
}

.privacy-content {
  width: min(920px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(7, 22, 44, 0.1);
}

.privacy-content h1 {
  margin-bottom: 8px;
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
}

.privacy-updated,
.privacy-section p,
.privacy-operator {
  color: var(--muted);
  line-height: 1.7;
}

.privacy-updated {
  margin-bottom: 34px;
}

.privacy-section {
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.privacy-section + .privacy-section {
  margin-top: 26px;
}

.privacy-section h2 {
  margin-bottom: 10px;
  font-size: 1.28rem;
  line-height: 1.25;
}

.privacy-section a {
  color: var(--blue);
  font-weight: 800;
}

.privacy-operator {
  margin: 30px 0 0;
  font-weight: 800;
}

@media (max-width: 900px) {
  .hero {
    min-height: 720px;
    background:
      linear-gradient(180deg, rgba(3, 8, 19, 0.98) 0%, rgba(3, 8, 19, 0.83) 48%, rgba(3, 8, 19, 0.42) 100%),
      url("assets/ddd-fleet-hero.png") center right 34% / cover no-repeat;
  }

  .services-page {
    padding: 42px clamp(20px, 5vw, 42px) 48px;
  }

  .service-visual::before {
    content: none;
  }

  .services-section {
    padding-top: 24px;
  }

  .services-section .eyebrow {
    font-size: 0.76rem;
  }

  .services-section h2 {
    font-size: clamp(2rem, 5vw, 3rem);
  }

  .section-intro {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .card-grid,
  .services-intro-grid,
  .quote-layout {
    grid-template-columns: 1fr;
  }

  .services-intro-grid {
    gap: 26px;
    margin-bottom: 28px;
  }

  .quote-copy {
    padding-top: 0;
  }

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

  .service-card {
    min-height: auto;
    padding: 8px;
  }

  .service-number {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    font-size: 0.78rem;
  }

  .service-card-media {
    height: 230px;
  }

  .service-card-body {
    padding: 20px 18px 0;
  }

  .service-card h3 {
    font-size: 1.12rem;
  }

  .service-card p {
    font-size: 0.92rem;
    line-height: 1.6;
  }

  .service-visual {
    min-height: 220px;
    margin-top: 22px;
    margin-right: 0;
    border-radius: 180px 0 0 180px / 115px 0 0 115px;
    box-shadow: 0 18px 46px rgba(21, 101, 192, 0.08);
  }

  .service-visual img {
    width: 108%;
    height: 100%;
    object-position: 54% 50%;
    transform: translateX(-2%);
  }

}

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

  .header-inner {
    min-height: 76px;
    padding: 0 18px;
  }

  .logo-link img {
    width: 138px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 16px 18px;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border-bottom: 0;
  }

  .nav-cta {
    min-height: auto;
    border-radius: 0;
    background: var(--blue);
  }

  .hero {
    min-height: calc(100svh - 76px);
    padding: 108px 0 70px;
    background:
      linear-gradient(180deg, rgba(3, 8, 19, 0.98) 0%, rgba(3, 8, 19, 0.88) 42%, rgba(3, 8, 19, 0.62) 100%),
      url("assets/ddd-fleet-hero.png") center right 34% / cover no-repeat;
  }

  .hero::after {
    height: 150px;
  }

  .hero-inner {
    padding: 0 28px;
  }

  h1 {
    max-width: 460px;
    font-size: clamp(2.35rem, 11vw, 3rem);
    line-height: 1.08;
  }

  .hero-actions {
    margin-top: 32px;
  }

  .hero-tagline {
    max-width: 390px;
    font-size: 1.35rem;
  }

  .button {
    width: 100%;
  }

  .services-page {
    min-height: auto;
    padding: 46px 16px 44px;
    scroll-margin-top: 76px;
  }

  .services-section {
    padding-top: 0;
  }

  .services-section h2 {
    font-size: clamp(2rem, 8.4vw, 2.65rem);
    line-height: 1.04;
  }

  .section-intro {
    font-size: 0.96rem;
  }

  .service-visual {
    min-height: 194px;
    width: calc(100% + 16px);
    margin: 28px -16px 4px 0;
    border-radius: 190px 0 0 190px / 116px 0 0 116px;
    background: linear-gradient(180deg, #f5fbff 0%, #eef7ff 100%);
    box-shadow: 0 18px 48px rgba(21, 101, 192, 0.1);
  }

  .service-visual::before {
    content: "";
    width: 30%;
  }

  .service-visual img {
    width: 118%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    transform: translateX(-7%);
  }

  .card-grid {
    gap: 18px;
  }

  .service-card-media {
    height: 190px;
  }

  .quote-section {
    min-height: auto;
    scroll-margin-top: 76px;
    padding: 26px 16px 30px;
    background:
      radial-gradient(circle at 110% 18%, rgba(21, 101, 192, 0.16) 0 150px, transparent 151px),
      radial-gradient(circle at 22% 42%, rgba(21, 101, 192, 0.1) 0 1px, transparent 1.5px) 0 0 / 18px 18px,
      linear-gradient(180deg, var(--white) 0%, #f5f9ff 100%);
  }

  .quote-layout {
    gap: 24px;
    align-items: start;
  }

  .quote-form {
    order: 1;
    scroll-margin-top: 88px;
  }

  .quote-copy {
    order: 2;
    padding-top: 2px;
  }

  .quote-copy h2 {
    max-width: 340px;
    font-size: clamp(2.2rem, 10.4vw, 3rem);
  }

  .quote-copy p {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .quote-benefits {
    gap: 12px;
    margin-top: 24px;
  }

  .quote-benefits,
  .form-row {
    grid-template-columns: 1fr;
  }

  .quote-benefit {
    min-height: 72px;
    padding: 12px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(235, 245, 255, 0.62)),
      radial-gradient(circle at 100% 0%, rgba(21, 101, 192, 0.12), transparent 34%);
  }

  .quote-form {
    width: 100%;
    padding: 22px 16px;
    border-radius: 8px;
    box-shadow: 0 22px 60px rgba(7, 22, 44, 0.12);
  }

  .quote-form-heading {
    margin-bottom: 12px;
  }

  .form-step {
    padding-top: 14px;
  }

  .form-step + .form-step {
    margin-top: 14px;
  }

  .form-step legend {
    margin-bottom: 9px;
    font-size: 1rem;
  }

  input {
    min-height: 42px;
  }

  textarea {
    min-height: 78px;
  }

  .quote-form .button {
    min-height: 48px;
  }

  .site-footer {
    padding: 38px 24px 26px;
  }

  .privacy-page {
    padding: 108px 16px 44px;
  }

  .privacy-content {
    padding: 24px 18px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-logo img {
    width: 150px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 2.48rem;
  }

  .hero {
    min-height: calc(100svh - 76px);
    background-position: center right 37%;
  }

  .quote-copy h2 {
    font-size: 3.14rem;
  }

  .quote-benefit {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .quote-benefit-icon {
    width: 52px;
    height: 52px;
  }

  .service-visual {
    min-height: 184px;
  }
}
