:root {
  --bg: #090d12;
  --bg-soft: #101720;
  --bg-card: #141d27;
  --bg-card-2: #182231;
  --text: #f5f7fb;
  --muted: #a9b4c3;
  --line: rgba(255, 255, 255, 0.12);
  --brand: #f6b33f;
  --brand-strong: #ff8f2e;
  --brand-rgb: 246, 179, 63;
  --green: #16c784;
  --success-text: #c8f5df;
  --white: #ffffff;
  --button-text: #111318;
  --hero-copy: #d7dde7;
  --header-bg: rgba(9, 13, 18, 0.84);
  --hero-start: rgba(9, 13, 18, 0.95);
  --hero-mid: rgba(9, 13, 18, 0.74);
  --hero-end: rgba(9, 13, 18, 0.2);
  --shadow: 0 22px 64px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.24);
  --radius: 8px;
  --header-height: 78px;
}

body[data-theme="light"] {
  --bg: #f6fdff;
  --bg-soft: #eaf8fb;
  --bg-card: #ffffff;
  --bg-card-2: #eefbfe;
  --text: #09232d;
  --muted: #53717c;
  --line: rgba(8, 79, 95, 0.14);
  --brand: #00a9c7;
  --brand-strong: #00d0e8;
  --brand-rgb: 0, 169, 199;
  --green: #08b878;
  --success-text: #08734b;
  --white: #09232d;
  --button-text: #ffffff;
  --hero-copy: #31525e;
  --header-bg: rgba(247, 253, 255, 0.88);
  --hero-start: rgba(246, 253, 255, 0.95);
  --hero-mid: rgba(246, 253, 255, 0.78);
  --hero-end: rgba(246, 253, 255, 0.24);
  --shadow: 0 22px 64px rgba(13, 90, 110, 0.14);
  --shadow-soft: 0 14px 34px rgba(13, 90, 110, 0.1);
}

body[data-theme="indigo"] {
  --bg: #0b1218;
  --bg-soft: #111e29;
  --bg-card: #182838;
  --bg-card-2: #203447;
  --text: #f4fbff;
  --muted: #a9bdca;
  --line: rgba(195, 228, 234, 0.15);
  --brand: #4ca1af;
  --brand-strong: #78d3df;
  --brand-rgb: 76, 161, 175;
  --green: #58d68d;
  --success-text: #ccf6dd;
  --button-text: #071114;
  --header-bg: rgba(8, 17, 23, 0.86);
  --hero-start: rgba(7, 17, 23, 0.95);
  --hero-mid: rgba(8, 24, 32, 0.74);
  --hero-end: rgba(18, 57, 67, 0.22);
}

body[data-theme="rose"] {
  --bg: #151116;
  --bg-soft: #201923;
  --bg-card: #2a202c;
  --bg-card-2: #342837;
  --text: #fff8fb;
  --muted: #c9b6c0;
  --line: rgba(255, 221, 235, 0.15);
  --brand: #f0d9e4;
  --brand-strong: #c1a0ac;
  --brand-rgb: 240, 217, 228;
  --green: #9be7c1;
  --success-text: #dff8eb;
  --button-text: #171116;
  --header-bg: rgba(20, 16, 22, 0.86);
  --hero-start: rgba(21, 17, 22, 0.95);
  --hero-mid: rgba(31, 24, 33, 0.76);
  --hero-end: rgba(84, 63, 76, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(var(--brand-rgb), 0.1), transparent 32rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  transition: background 260ms ease, color 260ms ease;
}

.scroll-zigzag {
  position: fixed;
  top: 96px;
  right: 18px;
  z-index: 140;
  width: 74px;
  height: calc(100svh - 142px);
  max-height: 820px;
  opacity: 1;
  pointer-events: none;
  overflow: visible;
  mix-blend-mode: normal;
}

.scroll-zigzag path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.scroll-zigzag-active {
  stroke: url("#zigzag-progress-gradient");
  stroke-width: 5;
  filter:
    drop-shadow(0 0 5px rgba(var(--brand-rgb), 0.65))
    drop-shadow(0 0 14px rgba(22, 199, 132, 0.34));
  opacity: 1;
  transition: stroke-dashoffset 90ms linear;
}

.scroll-truck {
  fill: #ffffff;
  stroke: #050505;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter:
    drop-shadow(0 2px 2px rgba(0, 0, 0, 0.38))
    drop-shadow(0 0 9px rgba(var(--brand-rgb), 0.45));
  transition: transform 90ms linear;
}

.truck-sparkles {
  fill: var(--brand);
  stroke: none;
  filter: drop-shadow(0 0 7px rgba(var(--brand-rgb), 0.95));
}

.truck-sparkles circle {
  animation: sparklePulse 2.2s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}

.truck-sparkles circle:nth-child(2) {
  fill: var(--green);
  animation-delay: 0.7s;
}

.truck-sparkles circle:nth-child(3) {
  animation-delay: 1.2s;
}

.truck-cargo,
.truck-cab {
  fill: #ffffff;
}

.truck-window {
  fill: #050505;
  stroke: #050505;
}

.truck-grille {
  fill: none;
  stroke: #050505;
  stroke-width: 1.8;
}

.truck-wheel {
  fill: #050505;
  stroke: #ffffff;
  stroke-width: 1.1;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.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(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.navbar {
  height: var(--header-height);
  width: min(1240px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: var(--button-text);
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  border-radius: var(--radius);
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(var(--brand-rgb), 0.18);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 0.73rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.93rem;
}

.nav-menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 8px 0;
  transition: color 180ms ease;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2.5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--green));
  box-shadow: 0 0 12px rgba(var(--brand-rgb), 0.28);
  opacity: 0.35;
  transform: scaleX(0.18);
  transform-origin: left;
  transition: opacity 180ms ease, transform 240ms ease;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  color: var(--text);
  animation: tabDance 760ms ease-in-out infinite;
}

.nav-menu a:hover::after,
.nav-menu a:focus-visible::after,
.nav-menu a.is-hovered::after {
  opacity: 1;
  transform: scaleX(1);
}

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

.theme-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
}

.theme-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.theme-button:hover,
.theme-button:focus-visible,
.theme-button.is-active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.1);
}

.theme-button:hover,
.theme-button:focus-visible {
  transform: translateY(-1px);
  animation: tabDance 760ms ease-in-out infinite;
}

.theme-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18);
}

.amber-dot {
  background: linear-gradient(135deg, #f6b33f, #ff8f2e);
}

.light-dot {
  background: linear-gradient(135deg, #ffffff, #00d0e8);
}

.indigo-dot {
  background: linear-gradient(135deg, #4ca1af, #2c3e50);
}

.rose-dot {
  background: linear-gradient(135deg, #f0d9e4, #806c79);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(var(--brand-rgb), 0.16);
}

.btn-primary {
  color: var(--button-text);
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
}

.btn-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border-color: var(--line);
}

.btn-ghost {
  color: var(--white);
  background: transparent;
  border-color: var(--line);
}

.btn-call {
  color: #06130e;
  background: var(--green);
}

.section {
  padding: 88px 0;
}

.section-dark,
.section-muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent),
    var(--bg-soft);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding-top: var(--header-height);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -12% 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, var(--bg));
  pointer-events: none;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  animation: heroZoom 16s ease-in-out infinite alternate;
}

.hero-overlay {
  background:
    linear-gradient(90deg, var(--hero-start) 0%, var(--hero-mid) 43%, var(--hero-end) 100%),
    linear-gradient(0deg, var(--bg) 0%, rgba(9, 13, 18, 0) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 68px 0 48px;
  animation: heroContent 700ms ease both;
}

.eyebrow,
.label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand);
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

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

h1 {
  max-width: 740px;
  margin-bottom: 22px;
  font-size: clamp(3.1rem, 7.2vw, 6.65rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero p {
  max-width: 650px;
  color: var(--hero-copy);
  font-size: 1.11rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 40px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 12px;
  max-width: 900px;
}

.stats-grid article,
.card,
.blog-detail,
.contact-form,
.contact-card,
.values-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow-soft);
}

.stats-grid article {
  position: relative;
  overflow: hidden;
  padding: 18px;
  backdrop-filter: blur(12px);
}

.stats-grid article::before,
.card::before,
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(var(--brand-rgb), 0.12), transparent 48%);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.stats-grid article:hover::before,
.card:hover::before,
.contact-card:hover::before {
  opacity: 1;
}

.stats-grid article:hover {
  animation: cardDanceSoft 920ms ease-in-out infinite;
}

.stat-icon {
  color: var(--brand);
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.stats-grid strong {
  display: block;
  font-size: 1.34rem;
  line-height: 1.1;
}

.stats-grid span {
  color: var(--muted);
  font-size: 0.9rem;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg-soft) 72%, #000);
}

.ticker div {
  width: max-content;
  display: flex;
  gap: 14px;
  padding: 14px 0;
  animation: ticker 28s linear infinite;
}

.ticker span {
  padding: 8px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  white-space: nowrap;
}

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

.section-heading h2,
.contact-section h2 {
  margin: 8px 0 12px;
  font-size: clamp(2rem, 3.25vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading p,
.contact-section p {
  color: var(--muted);
  font-size: 1rem;
}

.split-heading {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: 32px;
  align-items: end;
}

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

.card {
  position: relative;
  overflow: hidden;
  padding: 22px;
  background: linear-gradient(180deg, var(--bg-card), rgba(20, 29, 39, 0.72));
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.card:hover {
  border-color: rgba(var(--brand-rgb), 0.36);
  box-shadow: var(--shadow);
  animation: cardDance 920ms ease-in-out infinite;
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.icon-box,
.value-icon,
.blog-icon,
.contact-icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  color: var(--brand);
  border: 1px solid rgba(var(--brand-rgb), 0.28);
  border-radius: var(--radius);
  background: rgba(var(--brand-rgb), 0.1);
}

.card-number {
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 900;
}

.card h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

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

.fleet-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
}

.fleet-icon {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 26px;
  color: var(--button-text);
  background: linear-gradient(135deg, var(--brand), var(--brand-strong));
  border-radius: var(--radius);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(var(--brand-rgb), 0.16);
}

.fleet-icon .icon {
  font-size: 1.2rem;
}

.fleet-icon b {
  display: block;
  margin-top: -5px;
  font-size: 0.72rem;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.badges span,
.about-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.78rem;
}

.about-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(var(--brand-rgb), 0.12), transparent 30rem),
    var(--bg);
}

.about-layout,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: 28px;
  align-items: start;
}

.about-panel {
  padding: 8px 16px 8px 0;
}

.about-panel h2 {
  max-width: 620px;
  margin: 8px 0 16px;
  font-size: clamp(2.1rem, 3.35vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.story-tagline {
  max-width: 660px;
  margin: 0 0 18px;
  color: var(--brand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.1vw, 2rem);
  font-style: italic;
  font-weight: 700;
  line-height: 1.25;
  text-shadow: 0 0 22px rgba(var(--brand-rgb), 0.18);
}

.about-panel p {
  max-width: 660px;
  color: var(--muted);
  font-size: 1rem;
}

.about-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 24px;
}

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

.values-grid article {
  padding: 22px;
  background: var(--bg-card);
  transition: transform 220ms ease, border-color 220ms ease;
}

.values-grid article:hover {
  border-color: rgba(var(--brand-rgb), 0.34);
  animation: cardDanceSoft 920ms ease-in-out infinite;
}

.value-icon {
  margin-bottom: 20px;
}

.values-grid strong,
.values-grid span {
  display: block;
}

.values-grid span {
  margin-top: 8px;
  color: var(--muted);
}

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

.blog-card {
  min-height: 276px;
  display: flex;
  flex-direction: column;
}

.blog-icon {
  margin-bottom: 18px;
}

.blog-card time {
  color: var(--brand);
  font-size: 0.8rem;
  font-weight: 850;
}

.blog-card h3 {
  margin-top: 12px;
}

.link-button {
  align-self: flex-start;
  margin-top: auto;
  padding: 16px 0 0;
  border: 0;
  color: var(--brand);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.blog-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
  margin-top: 18px;
  padding: 26px;
  background: var(--bg-card-2);
}

.blog-detail[hidden] {
  display: none;
}

.blog-detail h3 {
  margin: 8px 0 10px;
  font-size: 1.55rem;
}

.blog-detail p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact-section {
  background:
    radial-gradient(circle at 90% 8%, rgba(var(--brand-rgb), 0.1), transparent 30rem),
    var(--bg);
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  padding: 18px;
  overflow: hidden;
  background: var(--bg-card);
  transition: transform 200ms ease, border-color 200ms ease;
}

.contact-card:hover {
  border-color: rgba(var(--brand-rgb), 0.34);
  animation: cardDanceSoft 920ms ease-in-out infinite;
}

.contact-icon {
  grid-row: span 2;
}

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

.contact-card span:not(.contact-icon) {
  margin-top: 3px;
  color: var(--muted);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  background: var(--bg-card);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--white);
  background: rgba(255, 255, 255, 0.055);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form input,
.contact-form select {
  height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 132px;
  padding: 12px 14px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(var(--brand-rgb), 0.72);
  box-shadow: 0 0 0 4px rgba(var(--brand-rgb), 0.12);
}

.full-field {
  grid-column: 1 / -1;
}

.form-success {
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(22, 199, 132, 0.45);
  border-radius: var(--radius);
  color: var(--success-text);
  background: rgba(22, 199, 132, 0.12);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 82%, #000);
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(160px, 0.6fr) minmax(220px, 0.8fr);
  gap: 32px;
  padding: 48px 0 32px;
}

.footer-grid p,
.footer-grid span,
.footer-grid a {
  color: var(--muted);
}

.footer-grid h3 {
  margin-bottom: 14px;
}

.footer-grid a,
.footer-grid span {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
}

.footer-grid a:hover {
  color: var(--text);
}

.footer-brand {
  margin-bottom: 16px;
}

.footer-brand > span:not(.brand-mark) {
  display: block;
  margin-top: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #06130e;
  background: var(--green);
  box-shadow: var(--shadow);
  font-size: 1.3rem;
  font-weight: 900;
  animation: floatButton 3s ease-in-out infinite;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes heroZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.045);
  }
}

@keyframes heroContent {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatButton {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes sparklePulse {
  0%,
  100% {
    opacity: 0.18;
    transform: scale(0.8);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.35);
  }
}

@keyframes cardDance {
  0%,
  100% {
    transform: translateY(-6px) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) rotate(0.35deg);
  }
  50% {
    transform: translateY(-5px) rotate(0deg);
  }
  75% {
    transform: translateY(-8px) rotate(-0.35deg);
  }
}

@keyframes cardDanceSoft {
  0%,
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
  25% {
    transform: translateY(-5px) rotate(0.25deg);
  }
  50% {
    transform: translateY(-3px) rotate(0deg);
  }
  75% {
    transform: translateY(-5px) rotate(-0.25deg);
  }
}

@keyframes tabDance {
  0%,
  100% {
    transform: translateY(-1px) rotate(0deg);
  }
  35% {
    transform: translateY(-2px) rotate(0.7deg);
  }
  70% {
    transform: translateY(-1px) rotate(-0.7deg);
  }
}

@media (max-width: 1180px) {
  .nav-menu {
    gap: 16px;
  }

  .theme-button span:last-child {
    display: none;
  }

  .theme-button {
    padding: 0 8px;
  }
}

@media (max-width: 1080px) {
  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  :root {
    --header-height: 70px;
  }

  .navbar {
    width: min(100% - 24px, 1240px);
  }

  .nav-toggle {
    display: block;
    order: 3;
  }

  .nav-actions {
    order: 2;
    margin-left: auto;
  }

  .nav-call {
    display: none;
  }

  .theme-switcher {
    padding: 3px;
  }

  .theme-button {
    min-height: 32px;
    padding: 0 7px;
  }

  .nav-menu {
    position: fixed;
    top: var(--header-height);
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--header-bg);
    box-shadow: var(--shadow);
  }

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

  .nav-menu a {
    padding: 14px 10px;
    border-bottom: 1px solid var(--line);
  }

  .nav-menu a::after {
    left: 10px;
    right: auto;
    bottom: 8px;
    width: 44px;
  }

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

  .hero {
    min-height: auto;
  }

  .scroll-zigzag {
    right: 8px;
    width: 54px;
  }

  .hero-content {
    padding: 88px 0 56px;
  }

  .stats-grid,
  .split-heading,
  .about-layout,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .about-panel {
    padding-right: 0;
  }

  .blog-detail {
    grid-template-columns: 1fr;
  }
}

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

  .section {
    padding: 68px 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-actions,
  .footer-bottom {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .stats-grid,
  .card-grid,
  .fleet-grid,
  .blog-grid,
  .values-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .card,
  .contact-form,
  .blog-detail {
    padding: 20px;
  }

  .brand small {
    display: none;
  }

  .scroll-zigzag {
    width: 40px;
    right: 4px;
  }
}

@media (max-width: 430px) {
  .navbar {
    gap: 10px;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .theme-switcher {
    gap: 2px;
  }

  .theme-dot {
    width: 10px;
    height: 10px;
  }

  .theme-button {
    min-height: 30px;
    padding: 0 6px;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .truck-sparkles circle {
    animation: none;
  }
}
