.brand-logo {
  width: 60px;
  height: 46px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-light .brand-logo {
  background: #fff;
  border-radius: 5px;
  padding: 3px;
}

.hero-media {
  background: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% center;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 1.2s ease, transform 7.5s ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
}

.hero-slide:nth-child(2) { object-position: 58% center; }
.hero-slide:nth-child(3) { object-position: 64% center; }

@media (max-width: 640px) {
  .brand-logo { width: 52px; height: 38px; }
  .hero-slide,
  .hero-slide:nth-child(2),
  .hero-slide:nth-child(3) { object-position: 64% center; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
}

.form-note a {
  color: #d9571c;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero-actions .button-primary {
  gap: 8px;
}

@media (max-width: 640px) {
  .hero-actions .button-primary {
    gap: 10px;
    min-height: 64px;
  }

  .hero-actions .button-primary span {
    font-size: 14px;
  }

  .hero-actions .button-primary strong {
    font-size: 21px;
    letter-spacing: .025em;
  }

  .mobile-call {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 16px 14px;
  }

  .mobile-call span {
    font-size: 13px;
  }

  .mobile-call strong {
    font-size: 21px;
    letter-spacing: .015em;
  }
}
