/**
 * Frontend styles for the hero block.
 */
:root {
  --bg-dark: #000;
  --bg-mid: #f5f8fb;
  --cyan: var(--cyan);
  --text: #e8f0fa;
  --ink: #111827;
  --soft: #f3f7fc;
  --line: #ebf2fa;
  --icon: #415c82;
}

.hero-download {
  background: top center url("https://www.ima.pe/wp-content/uploads/2026/05/hero-cars.avif") no-repeat;
  background-size: cover;
}

.hero-download .container {
  display: flex;
  justify-items: center;
  align-items: start;
  color: #fff;
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 24px;
  min-height: 900px;
  font-size: 24px;
  position: relative;
}

.hero-download .hero-logo {
  margin-left: 24px;
  margin-bottom: 48px;
  width: 135px;
}

.hero-download .information {
  padding: 64px 24px 64px 0;
  text-align: left;
  width: 59.5%;
}

.hero-download .information .kicker {
  color: var(--cyan);
  font-weight: bold;
  font-size: 32px;
  min-height: 20px;
}

.hero-download .information h1 {
  font-size: 56px;
  line-height: 64px;
  margin: 0 0 40px;
  font-weight: bold;
  color: var(--text);
}

.hero-download .information h1 span {
  color: var(--cyan);
}

.hero-download .information .lead {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 64px;
  margin-left: 16px;
}
.hero-download .information .lead li {
  list-style: disc;
  margin-left: 16px;
}

.hero-download .information .facts {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  align-items: center;
}

.hero-download .information .facts .item {
  text-align: center;
  width: 33.33%;
}

.hero-download .information .facts .item .icon {
  width: 80px;
  height: 80px;
  font-size: 60px;
  text-align: center;
  margin: 0 auto 36px;
}

.hero-download .information .facts .item strong {
  color: var(--cyan);
}

.hero-download .information .facts .item label {
  display: block;
  font-weight: bold;
}

.hero-download .information .download {
  display: flex;
  width: 100%;
  border: 1px solid var(--cyan);
  border-radius: 12px;
  color: #fff;
  align-items: center;
  justify-items: center;
  text-decoration: none;
  line-height: 24px;
  padding: 16px 30px;
  gap: 16px;
}

.hero-download .information .download label {
  width: 100%;
}

.hero-download .information .download .icon {
  font-size: 30px;
}

.hero-download .information .form-open {
  background: #fff;
  color: #000;
  border: none;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s ease;
}

.hero-download .information .form-open:hover {
  background: #0fa1d0;
}

/* Responsive */
@media (max-width: 1200px) {
  .hero-download .information {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .hero-download .container {
    padding: 0 16px;
    max-width: 380px;
    margin: auto;
    display: block;
    height: auto;
  }
  .hero-download .hero-logo {
    width: 72px;
    margin-bottom: 8px;
    margin-left: 13px;
  }
  .hero-download .information {
    padding: 30px 0 20px 0;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .hero-download .information .kicker {
    font-size: 20px;
  }
  .hero-download .information h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .hero-download .information .lead {
    font-size: 20px;
    margin-bottom: 32px;
    margin-left: 0;
  }
  .hero-download .information .facts {
    display: block;
  }
  .hero-download .information .facts .item {
    width: 50%;
    margin: 0 auto 24px;
    font-size: 16px;
    text-align: center;
  }
  .hero-download .information .facts .item .icon {
    width: 50px;
    height: 50px;
    font-size: 36px;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */
