* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  color: #1c1c1c;
  background: #f7f6f2;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  object-fit: cover;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  gap: 18px;
}

.nav-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.ad-label {
  font-size: 0.85rem;
  background: #f9dcc4;
  color: #4a2c2a;
  padding: 6px 10px;
  border-radius: 999px;
}

.hero {
  background: #0f1a1f;
  color: #f7f6f2;
  padding: 40px 0 60px;
}

.hero .split {
  align-items: center;
}

.hero-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  margin: 0 0 14px;
}

.hero-image {
  border-radius: 22px;
  overflow: hidden;
  background: #1c2b33;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #f4b266;
  color: #1c1c1c;
  font-weight: 600;
}

.split {
  display: flex;
  gap: 30px;
  padding: 56px 0;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split > div {
  flex: 1;
}

.section {
  padding: 10px 0;
}

.card-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.card {
  flex: 1 1 240px;
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.card img {
  border-radius: 14px;
  background: #dfe7ec;
}

.service-price {
  font-weight: 700;
  margin-top: 8px;
  color: #8c3b1f;
}

.panel {
  background: #fef2e7;
  border-radius: 18px;
  padding: 20px;
}

.form-block {
  background: #ffffff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #c9c9c9;
  font-family: inherit;
}

button {
  padding: 12px 16px;
  border-radius: 10px;
  border: none;
  background: #173146;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.secondary-btn {
  background: #f4b266;
  color: #1c1c1c;
}

.sticky-cta {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #173146;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.background-slice {
  background: #e3edf2;
}

.bg-garage {
  background-image: url("https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f6f2;
}

.bg-road {
  background-image: url("https://images.unsplash.com/photo-1502877338535-766e1452684a?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #f7f6f2;
}

.overlay {
  background: rgba(16, 20, 24, 0.7);
  padding: 36px;
  border-radius: 18px;
}

.image-frame {
  background: #dfe7ec;
  border-radius: 18px;
  overflow: hidden;
}

.footer {
  background: #0f1a1f;
  color: #f7f6f2;
  padding: 30px 0 50px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 12px 0;
}

.disclaimer {
  font-size: 0.9rem;
  opacity: 0.85;
}

.cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 20px;
  background: #ffffff;
  padding: 16px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  display: none;
  max-width: 320px;
  z-index: 20;
}

.cookie-banner p {
  margin: 0 0 10px;
  font-size: 0.92rem;
}

.cookie-actions {
  display: flex;
  gap: 8px;
}

.notice {
  font-size: 0.95rem;
  color: #444;
}

.tagline {
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.metric {
  font-size: 2rem;
  font-weight: 700;
}

.compact-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.split-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.split-nav .nav-links {
  justify-content: flex-end;
}

.hero-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-highlight {
  background: #1b2b2f;
  color: #f7f6f2;
  padding: 20px;
  border-radius: 18px;
}

.ref-list {
  font-size: 0.85rem;
  opacity: 0.8;
}

.inline-cta {
  font-weight: 600;
  color: #173146;
}

.page-title {
  font-size: clamp(2rem, 3.4vw, 3rem);
  margin: 0 0 16px;
}

.simple-hero {
  padding: 42px 0;
  background: #e8e2d8;
}

.hours {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.note-box {
  background: #fef2e7;
  border-left: 4px solid #f4b266;
  padding: 14px;
  border-radius: 12px;
}

.wide-image {
  border-radius: 20px;
  overflow: hidden;
  background: #dfe7ec;
}

.footer small {
  display: block;
  margin-top: 8px;
}
