:root {
  --red: #e10613;
  --red-dark: #b80510;
  --black: #111111;
  --ink: #1a1a1a;
  --muted: #5c5c5c;
  --line: #e6e6e6;
  --paper: #f6f6f6;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(17, 17, 17, 0.08);
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Source Sans 3", sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
}

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

a { color: inherit; }

h1, h2, h3, .hero-kicker, .section-label, .why-num, .step-num {
  font-family: Barlow, sans-serif;
}

h1, h2 { letter-spacing: -0.03em; line-height: 1.08; }

h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 800; font-style: italic; margin: 0 0 1rem; }
h1 span { color: var(--red); }
h2 { font-size: clamp(1.8rem, 3.4vw, 2.7rem); font-weight: 800; font-style: italic; margin: 0 0 1rem; }
h3 { font-size: 1.2rem; margin: 0 0 0.55rem; }

p { margin: 0 0 1rem; }
p:last-child { margin-bottom: 0; }

.container { width: min(calc(100% - 2rem), var(--max)); margin: 0 auto; }
.narrow { max-width: 760px; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: -40px;
  background: var(--red);
  color: #fff;
  padding: 0.5rem 0.8rem;
  z-index: 100;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  position: relative;
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand-logo { width: 168px; height: auto; }

.nav { display: flex; align-items: center; gap: 1.15rem; }

.nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

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

.nav-cta {
  background: var(--red);
  color: #fff !important;
  padding: 0.65rem 1rem;
  border-radius: 4px;
}

.nav-cta:hover { background: var(--red-dark); color: #fff !important; }

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 7px 8px;
  background: var(--black);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 4.5rem 0 5rem;
  background:
    linear-gradient(180deg, #111 0%, #1b1b1b 58%, #111 100%);
  color: #fff;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(180deg, #000, transparent);
}

.hero-glow {
  position: absolute;
  width: 42vw;
  height: 42vw;
  right: -8%;
  top: -20%;
  background: radial-gradient(circle, rgba(225, 6, 19, 0.28), transparent 68%);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3rem;
  align-items: center;
}

.eyebrow {
  color: #f2b3b6;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 0.7rem;
}

.hero-kicker {
  color: var(--red);
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0.04em;
  margin-bottom: 0.7rem;
}

.hero-lead, .hero-cta-text { color: #d8d8d8; max-width: 38rem; }
.hero-cta-text { font-weight: 600; color: #fff; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.6rem; }

.hero-logo-card {
  background: #fff;
  padding: 0.45rem;
  border-radius: 10px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
  overflow: hidden;
}

.hero-logo-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 6px;
}

.hero-pills {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.hero-pills li {
  border: 1px solid rgba(255,255,255,0.18);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
}

.btn-primary { background: var(--red); color: #fff; }
.btn-primary:hover { background: var(--red-dark); }
.btn-ghost { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,0.35); }
.btn-ghost:hover { border-color: #fff; }
.btn-dark { background: var(--black); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-light { background: #fff; color: var(--black); }
.btn-light:hover { background: #f3f3f3; }
.btn-full { width: 100%; }

section[id],
.cta-band {
  scroll-margin-top: 92px;
}

.section { padding: 5.2rem 0; }
.section-alt { background: var(--paper); }
.section-dark { background: var(--black); color: #fff; }

.section-head { max-width: 760px; margin-bottom: 2.4rem; }
.section-intro { font-size: 1.12rem; }
.section-label {
  color: var(--red);
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.86rem;
  margin-bottom: 0.55rem;
}
.section-label.light { color: #ff7a82; }

.van-services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0 0 2rem;
}

.van-services article {
  background: #111;
  color: #fff;
  padding: 1.15rem 1.1rem 1.25rem;
  border-top: 3px solid var(--red);
}

.van-services h3 {
  color: #fff;
  margin-bottom: 0.3rem;
}

.van-services p {
  color: #d8d8d8;
}

.form-hint {
  color: var(--muted);
  font-weight: 500;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.admin-login {
  max-width: 420px;
  margin-bottom: 1.5rem;
}

.inquiry-list {
  display: grid;
  gap: 1rem;
}

.inquiry-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 1.2rem;
}

.cards {
  display: grid;
  gap: 1rem;
}

.cards-5 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }

.card {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.35rem;
  box-shadow: var(--shadow);
}

.card-icon {
  width: 42px;
  height: 42px;
  color: var(--red);
  margin-bottom: 0.8rem;
}

.card-icon svg { width: 100%; height: 100%; }

.why-grid, .steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.why-item, .steps li {
  border-top: 3px solid var(--red);
  background: var(--paper);
  padding: 1.3rem 1.1rem 1.4rem;
}

.why-num, .step-num {
  display: block;
  color: var(--red);
  font-weight: 800;
  font-style: italic;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.steps-foot {
  margin-top: 1.6rem;
  font-weight: 600;
}

.about-layout, .career-layout, .form-layout, .contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.4rem;
  align-items: start;
}

.about-close { font-weight: 600; }

.about-aside {
  background: #1c1c1c;
  border: 1px solid #2c2c2c;
  padding: 1.6rem;
}

.about-aside-kicker {
  color: #ff7a82;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.78rem;
}

.about-aside-place,
.about-aside-places {
  font-family: Barlow, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 800;
  margin: 0.2rem 0 0.8rem;
}

.about-aside-places {
  list-style: none;
  padding: 0;
  font-size: 1.7rem;
  line-height: 1.25;
}

.subhead { margin: 1.4rem 0 0.7rem; }

.check-list {
  margin: 0 0 1.2rem;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.45rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--red);
}

.driver-card, .panel-form, .contact-card {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 1.5rem;
}

.contact-card {
  display: grid;
  gap: 0.25rem;
  font-style: normal;
  margin-top: 1.2rem;
}

.panel-form { display: grid; gap: 0.85rem; }
.panel-form h3 { margin-bottom: 0.2rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; }

label { display: grid; gap: 0.35rem; font-weight: 600; font-size: 0.92rem; }

input, textarea, select {
  width: 100%;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  padding: 0.75rem 0.8rem;
  font: inherit;
  background: #fff;
}

input:focus, textarea:focus, select:focus {
  outline: 2px solid var(--red);
  border-color: var(--red);
}

.form-note { min-height: 1.3em; color: #1d7a3c; font-weight: 600; }
.form-note.error { color: var(--red); }

.cta-band {
  background: var(--red);
  color: #fff;
  padding: 3.4rem 0;
}

.cta-band h2 { color: #fff; }

.cta-band-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.site-footer {
  background: #0d0d0d;
  color: #cfcfcf;
  padding: 2.4rem 0;
}

.footer-inner { display: grid; gap: 1.2rem; }
.footer-brand { max-width: 420px; }
.footer-brand img {
  width: 160px;
  background: #fff;
  padding: 0.45rem;
  margin-bottom: 0.8rem;
}

.site-footer nav { display: flex; flex-wrap: wrap; gap: 0.9rem 1.2rem; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-copy { color: #8a8a8a; font-size: 0.92rem; }

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  max-width: 980px;
  margin: 0 auto;
  background: #111;
  color: #fff;
  padding: 1.3rem 1.4rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  border-top: 3px solid var(--red);
}

.cookie-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.4rem;
  align-items: center;
}

.cookie-kicker {
  color: #ff7a82;
  font-family: Barlow, sans-serif;
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  margin-bottom: 0.25rem;
}

.cookie-banner h2 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 0.45rem;
}

.cookie-banner p { color: #d8d8d8; }
.cookie-banner a { color: #fff; }

.cookie-actions {
  display: grid;
  gap: 0.6rem;
  min-width: 210px;
}

@media (max-width: 820px) {
  .cookie-inner,
  .cookie-actions { grid-template-columns: 1fr; }
}

.legal { padding: 6.5rem 0 4rem; }
.legal h1 { font-size: clamp(2rem, 4vw, 3rem); }
.legal h2 { font-style: normal; font-size: 1.4rem; margin-top: 2rem; }

@media (max-width: 980px) {
  .hero-layout,
  .about-layout,
  .career-layout,
  .form-layout,
  .contact-layout,
  .cards-5,
  .why-grid,
  .steps,
  .van-services,
  .cta-band-inner {
    grid-template-columns: 1fr;
  }

  .cta-band-inner { display: grid; }
}

@media (max-width: 820px) {
  .nav-toggle { display: block; }

  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 78px;
    background: #fff;
    color: var(--ink);
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 1.2rem 1.3rem;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
    gap: 0.4rem;
  }

  .nav.open { display: flex; }
  .nav a { padding: 0.7rem 0; }
  .nav-cta { text-align: center; }

  .form-row { grid-template-columns: 1fr; }
  .hero { padding: 3rem 0 3.4rem; }
  .section { padding: 3.6rem 0; }
}
