/* Home Hero: Premium-H1 in CI (dunkler Text + Türkis-Akzent) */
#home-hero-headline {
    margin-bottom: 0.375rem;
}

.screen-home-hero-title {
    font-size: var(--font-size-3xl);
    font-weight: var(--font-weight-extrabold);
    line-height: var(--line-height-tight);
    letter-spacing: -0.03em;
    margin-bottom: 0;
    color: var(--color-text);
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

@media (min-width: 768px) {
    .screen-home-hero-title {
        font-size: var(--font-size-4xl);
    }
}

@media (min-width: 1024px) {
    .screen-home-hero-title {
        font-size: var(--font-size-5xl);
        letter-spacing: -0.04em;
    }
}

#home-hero-desc {
    margin-top: 0;
}

/* Home Hero-Grafik: ca. 20 % mehr Fläche als Basis widgets-hero.css */
#home-hero-image-wrapper {
    padding: 0.625rem;
}

#home-hero-image-wrapper .base-hero-image {
    max-height: min(86.4vw, 360px);
}

@media (min-width: 600px) and (max-width: 1023px) {
    #home-hero-image-wrapper {
        max-width: min(100%, 38.4rem);
    }

    #home-hero-image-wrapper .base-hero-image {
        max-height: min(60vw, 26.4rem);
    }
}

@media (min-width: 1024px) {
    #home-hero-image-wrapper {
        max-width: 960px;
    }

    #home-hero-image-wrapper .base-hero-image {
        max-height: 504px;
    }
}

/* Home: zwei Feature-Säulen (Preis-Scraping, Pricing-Analyse) */
#home-features-card-grid {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    #home-features-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1023px) {
    #home-hero-headline {
        order: 2;
        width: 100%;
    }
}
