/* ========== HERO SECTION ========== */

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--space-xl);
  background: #0A0A0A;
   position: relative;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-image: url('/wp-content/themes/generatepress-child/assets/images/Background-v2.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  ;
}
img.services-hero_image {
    top: 0;
    height: 24px;
    position: absolute;
    z-index: 10;
    margin-top: 28px;
    z-index: 2;
}
.hero-content {
  max-width: 900px;
  z-index: 2;
}


.hero_image-tools {
    height: 56px;
    width: auto;
    margin: 0 auto;
}

.hero .subtitle {
  color: var(--color-text-muted);
  font-size: 16px;
  margin-bottom: var(--space-md);
}

.hero .title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Red Hat Display', sans-serif;
  color: var(--color-text);
  margin: var(--space-lg) 0;
}

.hero .title em {
  font-style: italic;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
}

.hero .description {
  color: var(--color-text-muted);
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Outfit';
  max-width: 544px;
  margin: 32px auto;
}

@media (max-width: 1024px) {
  .hero-content { max-width: 700px; }
  .hero .title { font-size: 56px; }
}

@media (max-width: 768px) {
  .hero { min-height: auto; padding: 60px 20px;}
  .hero .title { font-size: 36px; line-height: 1.3; margin: 16px 0; }
  .hero .description { font-size: 16px; margin: 0 auto 16px;}
  img.services-hero_image {
        height: 16px;
    }
    
    .hero_image-tools {
    height: 30px;
    width: auto;
}
}