:root {
  --dark: #061936;
  --dark-2: #0a2348;
  --blue: #1268ff;
  --blue-2: #0a5ce8;
  --text: #122033;
  --muted: #6b7788;
  --light: #f5f8fc;
  --white: #ffffff;
  --border: #dce5f2;
  --shadow: 0 24px 70px rgba(6, 25, 54, 0.16);
}

body.dark-theme {
  --text: #edf4ff;
  --muted: #aebbd0;
  --light: #0b1f3d;
  --white: #07172f;
  --border: rgba(255, 255, 255, 0.12);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(220, 229, 242, 0.9);
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo img {
  width: 255px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.main-nav a {
  transition: color 0.2s ease;
}

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

.header-phone {
  padding: 13px 22px;
  border-radius: 999px;
  background: var(--dark);
  color: var(--white);
  font-weight: 800;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.theme-toggle {
  height: 44px;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--light);
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  cursor: pointer;
  transition: 0.2s ease;
}

.theme-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}

.theme-toggle:hover {
  transform: translateY(-1px);
  border-color: var(--blue);
}

body.dark-theme .theme-toggle {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: var(--dark);
  border-radius: 12px;
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--white);
  margin: 5px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 135px 0 120px;
  background:
      linear-gradient(90deg, rgba(5, 18, 38, 0.97) 0%, rgba(5, 18, 38, 0.84) 45%, rgba(5, 18, 38, 0.48) 100%),
      radial-gradient(circle at 78% 18%, rgba(18, 104, 255, 0.35), transparent 28%),
      radial-gradient(circle at 10% 90%, rgba(18, 104, 255, 0.18), transparent 30%),
      url("../images/hero-truck.jpg") center right / cover no-repeat,
      linear-gradient(135deg, #061936 0%, #0a2348 52%, #051226 100%);
  color: #ffffff;
}

.hero-bg-lines {
  position: absolute;
  inset: 0;
  background:
      linear-gradient(120deg, transparent 0%, transparent 45%, rgba(255, 255, 255, 0.06) 45.2%, transparent 45.8%),
      linear-gradient(120deg, transparent 0%, transparent 58%, rgba(18, 104, 255, 0.16) 58.2%, transparent 58.9%);
  opacity: 0.8;
  pointer-events: none;
}

.hero-road-mark {
  position: absolute;
  right: -120px;
  top: 40px;
  width: 620px;
  height: 620px;
  border: 78px solid rgba(18, 104, 255, 0.12);
  transform: rotate(45deg);
  border-radius: 42px;
  pointer-events: none;
}

.hero-road-mark::before,
.hero-road-mark::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 7px;
  height: 90px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  transform: translateX(-50%) rotate(-45deg);
}

.hero-road-mark::before {
  top: 90px;
}

.hero-road-mark::after {
  bottom: 90px;
}

.hero::before {
  content: "";
  position: absolute;
  right: -160px;
  top: 80px;
  width: 520px;
  height: 520px;
  border: 90px solid rgba(18, 104, 255, 0.18);
  transform: rotate(42deg);
}

.hero::after {
  content: "";
  position: absolute;
  left: -180px;
  bottom: -220px;
  width: 440px;
  height: 440px;
  background: rgba(18, 104, 255, 0.13);
  border-radius: 50%;
  filter: blur(4px);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 70px;
}

.hero-badge,
.section-label,
.section-head span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  background: rgba(18, 104, 255, 0.18);
  border: 1px solid rgba(18, 104, 255, 0.42);
  padding: 10px 15px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-badge i {
  color: #58a0ff;
}

.hero h1 {
  margin: 24px 0 22px;
  font-size: clamp(44px, 6.4vw, 82px);
  line-height: 0.94;
  letter-spacing: -0.06em;
  max-width: 820px;
}

.hero p {
  max-width: 650px;
  font-size: 20px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 800;
}

.trust-item i {
  color: #58a0ff;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.truck-dashboard {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 105px;
  bottom: auto;
  padding: 34px;
  border-radius: 34px;
  background: rgba(7, 23, 47, 0.86);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
  z-index: 3;
}

.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}

.dashboard-header span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dashboard-header strong {
  display: block;
  margin-top: 5px;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.dashboard-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--blue);
  color: #ffffff;
  font-size: 24px;
}

.route-progress {
  display: grid;
  gap: 10px;
}

.route-point {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 14px;
}

.route-point > span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.34);
  background: transparent;
}

.route-point.active > span {
  border-color: var(--blue);
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(18, 104, 255, 0.22);
}

.route-point strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
}

.route-point small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.route-line {
  width: 2px;
  height: 22px;
  margin-left: 8px;
  background: rgba(255, 255, 255, 0.18);
}

.dashboard-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.dashboard-stats div {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.dashboard-stats strong {
  display: block;
  font-size: 28px;
  color: #ffffff;
}

.dashboard-stats span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--dark);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
  z-index: 4;
}

.floating-card i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(18, 104, 255, 0.1);
  color: var(--blue);
  font-size: 21px;
}

.floating-card strong {
  display: block;
  font-size: 15px;
}

.floating-card span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.floating-card-top {
  top: 50px;
  left: -26px;
}

.floating-card-bottom {
  right: -24px;
  top: 285px;
  bottom: auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  font-weight: 900;
  border: 2px solid transparent;
  cursor: pointer;
  transition: 0.2s ease;
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(18, 104, 255, 0.32);
}

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

.btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-outline:hover {
  border-color: var(--white);
  transform: translateY(-2px);
}

.features {
  margin-top: -36px;
  position: relative;
  z-index: 3;
}

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

.feature-item {
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.feature-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(18, 104, 255, 0.12), rgba(18, 104, 255, 0.04));
  border: 1px solid rgba(18, 104, 255, 0.12);
  color: var(--blue);
  font-size: 28px;
}

.feature-icon i {
  line-height: 1;
}

.feature-item h3 {
  margin: 20px 0 10px;
  font-size: 22px;
  color: var(--dark);
}

.feature-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.service-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(18, 104, 255, 0.1);
  border: 1px solid rgba(18, 104, 255, 0.14);
  color: var(--blue);
  font-size: 28px;
  margin-bottom: 22px;
}

.service-icon i {
  line-height: 1;
}

.section {
  padding: 95px 0;
}

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 46px;
}

.section-head h2,
.drivers-section h2,
.about-section h2,
.contact-section h2 {
  margin: 20px 0 14px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: var(--dark);
}

.section-head p,
.drivers-section p,
.about-section p,
.contact-section p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

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

.service-card {
  min-height: 310px;
  padding: 34px;
  border-radius: 30px;
  background: var(--light);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}

.service-card h3 {
  margin: 0 0 14px;
  color: var(--dark);
  font-size: 26px;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.service-card a {
  margin-top: auto;
  color: var(--blue);
  font-weight: 900;
}

.why-section {
  padding: 105px 0;
  background:
      radial-gradient(circle at 20% 20%, rgba(18, 104, 255, 0.08), transparent 30%),
      linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
}

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

.why-card {
  padding: 30px;
  border-radius: 28px;
  background: var(--light);
  border: 1px solid var(--border);
  transition: 0.2s ease;
}

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

.why-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(18, 104, 255, 0.1);
  border: 1px solid rgba(18, 104, 255, 0.14);
  color: var(--blue);
  font-size: 26px;
  margin-bottom: 22px;
}

.why-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  color: var(--dark);
}

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

body.dark-theme .why-section {
  background: linear-gradient(180deg, #07172f 0%, #0b1f3d 100%);
}

body.dark-theme .why-card {
  background: #0b1f3d;
  border-color: rgba(255, 255, 255, 0.12);
}

body.dark-theme .why-card h3 {
  color: #ffffff;
}

.drivers-section {
  padding: 95px 0;
  background: var(--dark);
  color: var(--white);
}

.drivers-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.drivers-section h2 {
  color: var(--white);
}

.drivers-section p {
  color: rgba(255, 255, 255, 0.72);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 34px;
  display: grid;
  gap: 14px;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 13px;
}

.image-panel {
  min-height: 430px;
  border-radius: 36px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(18, 104, 255, 0.9), rgba(18, 104, 255, 0.24));
  box-shadow: 0 30px 80px rgba(18, 104, 255, 0.18);
}

.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.88;
}

.truck-shape {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 34px;
  padding: 26px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--dark);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.truck-shape span {
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}

.truck-shape strong {
  display: block;
  margin-top: 8px;
  font-size: 34px;
  letter-spacing: -0.04em;
}

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

.about-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.about-media {
  position: relative;
  min-height: 420px;
  border-radius: 36px;
  overflow: hidden;
  background: var(--light);
  border: 1px solid var(--border);
  box-shadow: 0 24px 70px rgba(6, 25, 54, 0.12);
}

.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 420px;
}

.about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
      linear-gradient(180deg, transparent 35%, rgba(6, 25, 54, 0.55) 100%);
  pointer-events: none;
}

.about-media-badge {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--dark);
  backdrop-filter: blur(10px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}

.about-media-badge i {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(18, 104, 255, 0.1);
  color: var(--blue);
  font-size: 22px;
}

.about-media-badge strong {
  display: block;
  font-size: 16px;
  font-weight: 900;
}

.about-media-badge span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.about-content h2 {
  margin: 20px 0 18px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: var(--dark);
}

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

.about-points {
  display: grid;
  gap: 14px;
  margin: 28px 0 32px;
}

.about-point {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--dark);
  font-weight: 800;
}

.about-point i {
  color: var(--blue);
}

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

.about-stats div {
  padding: 20px;
  border-radius: 22px;
  background: var(--light);
  border: 1px solid var(--border);
}

.about-stats strong {
  display: block;
  font-size: 28px;
  color: var(--dark);
  letter-spacing: -0.04em;
}

.about-stats span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.contact-section {
  padding: 105px 0;
  background:
      radial-gradient(circle at 15% 20%, rgba(18, 104, 255, 0.08), transparent 32%),
      linear-gradient(135deg, #f5f8fc 0%, #ffffff 100%);
}

.contact-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
  padding: 54px;
  border-radius: 38px;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: 0 30px 90px rgba(6, 25, 54, 0.13);
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(18, 104, 255, 0.045);
  pointer-events: none;
}

.contact-content h2 {
  margin: 20px 0 16px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.045em;
  color: var(--dark);
}

.contact-content p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  max-width: 520px;
}

.contact-info-grid {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  background: var(--light);
  border: 1px solid var(--border);
}

.contact-info-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  background: rgba(18, 104, 255, 0.1);
  color: var(--blue);
  font-size: 20px;
}

.contact-info-item strong {
  display: block;
  color: var(--dark);
  font-size: 15px;
  font-weight: 900;
}

.contact-info-item span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.conditional-fields {
  display: none;
  gap: 14px;
}

.conditional-fields.is-active {
  display: grid;
}

.conditional-fields.is-active {
  display: grid;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--border);
  background: var(--light);
  border-radius: 18px;
  padding: 17px 18px;
  font-size: 15px;
  color: var(--text);
  outline: none;
  font-family: inherit;
}

.contact-form select {
  cursor: pointer;
}

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

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--blue);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(18, 104, 255, 0.08);
}

.contact-form button {
  width: 100%;
}

.site-footer {
  padding: 28px 0;
  background: var(--dark);
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}

body.dark-theme {
  background: #07172f;
}

body.dark-theme .site-header {
  background: rgba(7, 23, 47, 0.92);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.dark-theme .main-nav {
  color: #ffffff;
}

body.dark-theme .header-phone {
  background: var(--blue);
}

body.dark-theme .features,
body.dark-theme .section,
body.dark-theme .about-section {
  background: #07172f;
}

body.dark-theme .feature-item,
body.dark-theme .service-card,
body.dark-theme .about-logo,
body.dark-theme .contact-card {
  background: #0b1f3d;
  border-color: rgba(255, 255, 255, 0.12);
}

body.dark-theme .feature-item h3,
body.dark-theme .service-card h3,
body.dark-theme .section-head h2,
body.dark-theme .about-section h2,
body.dark-theme .contact-section h2 {
  color: #ffffff;
}

body.dark-theme .contact-form input,
body.dark-theme .contact-form textarea {
  background: #07172f;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
}

body.dark-theme .contact-form input::placeholder,
body.dark-theme .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

body.dark-theme .hero-card-top {
  background: #ffffff;
}

body.dark-theme .main-nav.is-open {
  background: #0b1f3d;
}

body.dark-theme .drivers-section h2 {
  color: #ffffff;
}

body.dark-theme .drivers-section p {
  color: rgba(255, 255, 255, 0.72);
}

body.dark-theme .drivers-section .check-list li {
  color: rgba(255, 255, 255, 0.9);
}

body.dark-theme .hero .btn-outline {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
}

body.dark-theme .hero .btn-outline:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

body.dark-theme .about-section {
  background: #07172f;
}

body.dark-theme .about-media {
  background: #0b1f3d;
  border-color: rgba(255, 255, 255, 0.12);
}

body.dark-theme .about-content h2,
body.dark-theme .about-point,
body.dark-theme .about-stats strong {
  color: #ffffff;
}

body.dark-theme .about-stats div {
  background: #0b1f3d;
  border-color: rgba(255, 255, 255, 0.12);
}

body.dark-theme .contact-section {
  background:
      radial-gradient(circle at 15% 20%, rgba(18, 104, 255, 0.12), transparent 32%),
      linear-gradient(135deg, #07172f 0%, #061936 100%);
}

body.dark-theme .contact-card,
body.dark-theme .contact-info-item {
  background: #0b1f3d;
  border-color: rgba(255, 255, 255, 0.12);
}

body.dark-theme .contact-content h2,
body.dark-theme .contact-info-item strong {
  color: #ffffff;
}

body.dark-theme .contact-form input,
body.dark-theme .contact-form textarea,
body.dark-theme .contact-form select {
  background: #07172f;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
}

body.dark-theme .contact-form input:focus,
body.dark-theme .contact-form textarea:focus,
body.dark-theme .contact-form select:focus {
  background: #07172f;
  border-color: var(--blue);
}

body.dark-theme .contact-form input::placeholder,
body.dark-theme .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

body.dark-theme .contact-form select {
  color: rgba(255, 255, 255, 0.85);
}

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

  .nav-toggle {
      display: block;
  }

  .main-nav {
      position: fixed;
      top: 84px;
      left: 20px;
      right: 20px;
      display: none;
      flex-direction: column;
      align-items: stretch;
      padding: 22px;
      border-radius: 24px;
      background: var(--white);
      box-shadow: var(--shadow);
  }

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

  .hero-visual {
    min-height: auto;
  }

  .truck-dashboard,
  .floating-card {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
  }

  .truck-dashboard {
      margin-bottom: 18px;
  }

  .floating-card {
      margin-bottom: 14px;
}

  .hero-grid,
  .drivers-grid,
  .about-grid,
  .contact-card {
      grid-template-columns: 1fr;
  }

  .features-grid,
  .service-grid,
  .why-grid {
      grid-template-columns: 1fr;
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-grid {
    gap: 36px;
  }

  .about-media,
  .about-media img {
      min-height: 340px;
  }

  .about-stats {
      grid-template-columns: 1fr;
  }

  .hero {
      padding-top: 70px;
  }

  .contact-card {
    gap: 34px;
    padding: 34px;
  }

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

@media (max-width: 620px) {
  .container {
      width: min(100% - 28px, 1180px);
  }

  .header-inner {
      min-height: 74px;
  }

  .logo img {
      width: 170px;
  }

  .main-nav {
      top: 74px;
  }

  .hero {
    padding: 64px 0 72px;
  }

  .hero-trust {
      flex-direction: column;
      align-items: flex-start;
  }

  .hero-logo-card,
  .truck-dashboard {
      border-radius: 26px;
      padding: 22px;
  }

  .dashboard-stats {
      grid-template-columns: 1fr;
  }

  .hero h1 {
      font-size: 42px;
  }

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

  .hero-stats {
      grid-template-columns: 1fr;
  }

  .hero-card,
  .contact-card {
      padding: 20px;
      border-radius: 26px;
  }

  .section,
  .drivers-section,
  .contact-section {
      padding: 70px 0;
  }

  .contact-card {
    padding: 24px;
    border-radius: 28px;
  }

  .contact-info-item {
      align-items: flex-start;
  }

  .footer-inner {
      flex-direction: column;
  }
}

@media (max-width: 620px) {
  .container {
      width: min(100% - 26px, 1280px);
  }

  .site-header {
      position: sticky;
  }

  .header-inner {
      min-height: 62px;
      gap: 10px;
  }

  .logo img {
      width: 118px;
  }

  .theme-toggle {
      height: 34px;
      padding: 0 10px;
      font-size: 11px;
  }

  .theme-toggle .theme-text {
      display: none;
  }

  .nav-toggle {
      width: 36px;
      height: 36px;
      border-radius: 10px;
  }

  .hero {
      padding: 34px 0 46px;
      background-position: center top;
  }

  .hero-grid {
      gap: 28px;
  }

  .hero-badge,
  .section-label,
  .section-head span {
      font-size: 10px;
      padding: 7px 10px;
      letter-spacing: 0.04em;
  }

  .hero h1 {
      margin: 16px 0 14px;
      font-size: 34px;
      line-height: 0.98;
      letter-spacing: -0.05em;
  }

  .hero p {
      font-size: 14px;
      line-height: 1.55;
  }

  .hero-actions {
      gap: 10px;
      margin-top: 22px;
  }

  .btn {
      min-height: 42px;
      padding: 0 16px;
      font-size: 12px;
  }

  .hero-trust {
      gap: 8px;
      margin-top: 20px;
  }

  .trust-item {
      font-size: 11px;
      padding: 8px 10px;
  }

  .hero-visual {
      min-height: auto;
  }

  .truck-dashboard {
      padding: 20px;
      border-radius: 24px;
  }

  .dashboard-header {
      margin-bottom: 18px;
  }

  .dashboard-header strong {
      font-size: 22px;
  }

  .dashboard-icon {
      width: 42px;
      height: 42px;
      border-radius: 14px;
      font-size: 18px;
  }

  .dashboard-stats {
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin-top: 18px;
  }

  .dashboard-stats div {
      padding: 14px;
  }

  .dashboard-stats strong {
      font-size: 22px;
  }

  .floating-card {
      padding: 12px 14px;
      border-radius: 18px;
  }

  .floating-card i {
      width: 34px;
      height: 34px;
      border-radius: 12px;
      font-size: 16px;
  }

  .features {
      margin-top: -22px;
  }

  .feature-item,
  .service-card,
  .why-card {
      padding: 22px;
      border-radius: 22px;
  }

  .feature-icon,
  .service-icon,
  .why-icon {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      font-size: 21px;
      margin-bottom: 16px;
  }

  .section,
  .why-section,
  .drivers-section,
  .about-section,
  .contact-section {
      padding: 56px 0;
  }

  .section-head {
      margin-bottom: 28px;
  }

  .section-head h2,
  .drivers-section h2,
  .about-content h2,
  .contact-content h2 {
      font-size: 28px;
      line-height: 1.05;
  }

  .section-head p,
  .drivers-section p,
  .about-content p,
  .contact-content p {
      font-size: 14px;
      line-height: 1.6;
  }

  .drivers-grid {
      gap: 28px;
  }

  .image-panel {
      min-height: 360px;
      border-radius: 26px;
  }

  .truck-shape {
      left: 16px;
      right: 16px;
      bottom: 16px;
      padding: 18px;
      border-radius: 20px;
  }

  .truck-shape strong {
      font-size: 24px;
  }

  .about-grid {
      gap: 28px;
  }

  .about-media,
  .about-media img {
      min-height: 450px;
      border-radius: 26px;
  }

  .about-media-badge {
      left: 14px;
      right: 14px;
      bottom: 14px;
      padding: 14px;
      border-radius: 18px;
  }

  .about-stats {
      grid-template-columns: 1fr;
      gap: 10px;
  }

  .contact-card {
      padding: 22px;
      border-radius: 26px;
      gap: 28px;
  }

  .contact-info-grid {
      margin-top: 22px;
  }

  .contact-info-item {
      padding: 13px;
      border-radius: 18px;
  }

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

  .contact-form input,
  .contact-form textarea,
  .contact-form select {
      padding: 14px 15px;
      border-radius: 14px;
      font-size: 13px;
  }

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

  .footer-inner {
      text-align: center;
      align-items: center;
      gap: 8px;
      font-size: 11px;
  }
}

@media (max-width: 620px) {
  .site-header {
      background: rgba(255, 255, 255, 0.96);
      border-bottom: 1px solid rgba(220, 229, 242, 0.9);
  }

  body.dark-theme .site-header {
      background: rgba(7, 23, 47, 0.96);
      border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  .nav-toggle {
      background: var(--dark);
      border: 1px solid rgba(6, 25, 54, 0.15);
      display: grid;
      place-items: center;
  }

  .nav-toggle span {
      width: 16px;
      height: 2px;
      margin: 2px 0;
      background: #ffffff;
      border-radius: 999px;
  }

  body.dark-theme .nav-toggle {
      background: var(--blue);
      border-color: rgba(255, 255, 255, 0.18);
      box-shadow: 0 8px 22px rgba(18, 104, 255, 0.25);
  }

  body.dark-theme .nav-toggle span {
      background: #ffffff;
  }

  .main-nav {
      top: 62px;
      left: 13px;
      right: 13px;
      padding: 18px;
      border-radius: 20px;
  }

  body.dark-theme .main-nav {
      background: #0b1f3d;
      border: 1px solid rgba(255, 255, 255, 0.12);
  }

  body.dark-theme .main-nav a {
      color: #ffffff;
  }
}