* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: #1c1c1c;
  background-color: #f6f3ef;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 6%;
  gap: 24px;
}

.brand {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.95rem;
}

.ad-label {
  font-size: 0.85rem;
  max-width: 240px;
  color: #3f3f3f;
  text-align: right;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 90px 6% 70px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?w=1400&q=80");
  background-size: cover;
  background-position: center;
  filter: brightness(0.75);
}

.hero-content {
  position: relative;
  max-width: 560px;
  z-index: 1;
}

.hero h1 {
  font-size: 2.8rem;
  margin: 0 0 16px;
}

.hero p {
  font-size: 1.05rem;
  margin: 0 0 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background-color: #f2b440;
  color: #1c1c1c;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.btn.secondary {
  background-color: #ffffff;
  color: #1c1c1c;
  border: 1px solid #ffffff;
}

.section {
  padding: 70px 6%;
  position: relative;
}

.section-title {
  font-size: 2rem;
  margin: 0 0 16px;
}

.section-subtitle {
  font-size: 1.05rem;
  margin: 0 0 32px;
  max-width: 620px;
}

.split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.split.reverse {
  flex-direction: row-reverse;
}

.split .text-block {
  flex: 1 1 320px;
}

.split .media-block {
  flex: 1 1 280px;
}

.image-wrap {
  background-color: #d9d2c7;
  border-radius: 18px;
  overflow: hidden;
}

.offset-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
}

.offset-block.wide {
  max-width: 680px;
  margin-left: auto;
  margin-top: -50px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.card {
  flex: 1 1 220px;
  background-color: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}

.card-content {
  padding: 18px 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price {
  font-weight: 700;
  color: #2f2f2f;
}

.band {
  background-color: #111111;
  color: #ffffff;
}

.band.light {
  background-color: #f0e8dc;
  color: #1c1c1c;
}

.testimonial {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  flex: 1 1 220px;
}

.sticky-cta {
  align-self: flex-start;
  position: sticky;
  top: 24px;
  background-color: #ffffff;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #eadfce;
}

.form-panel {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 560px;
}

.form-panel label {
  font-weight: 600;
}

.form-panel input,
.form-panel select,
.form-panel textarea {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #d5cabc;
  font-size: 1rem;
}

.footer {
  padding: 40px 6%;
  background-color: #1a1a1a;
  color: #f9f6f1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 0.9rem;
}

.disclaimer {
  font-size: 0.85rem;
  color: #d6cdc2;
}

.cookie-banner {
  position: fixed;
  bottom: 18px;
  right: 18px;
  left: 18px;
  background-color: #ffffff;
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 30;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hidden {
  display: none;
}

.bg-process {
  background-image: url("https://images.unsplash.com/photo-1502877338535-766e1452684a?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-tires {
  background-image: url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.bg-detail {
  background-image: url("https://images.unsplash.com/photo-1493238792000-8113da705763?w=1400&q=80");
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.text-contrast {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 22px;
  border-radius: 16px;
  max-width: 520px;
}

.legal-content {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.map-image {
  max-width: 520px;
}

.note-box {
  background-color: #ffffff;
  border-radius: 18px;
  padding: 22px;
  border-left: 4px solid #f2b440;
}
