/* Home Screen – Expertday One-Pager (briefing/screens/screen-home/Home.md) */
/* VERBOTEN: Keine zentralen base- Klassen überschreiben (011-ui-css-overrides.mdc). */

.screen-home-hero-visual {
    width: 100%;
    max-width: 560px;
}

.screen-home-video-section {
    padding-top: 0;
}

.screen-home-video-container {
    display: flex;
    justify-content: center;
    max-width: 52rem;
    margin-inline: auto;
}

.screen-home-hero-image-wrapper {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: var(--color-surface);
    box-shadow: var(--shadow-md);
}

.screen-home-hero-image {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
}

.screen-home-hero-subtitle {
    margin-top: 0.75rem;
    max-width: 42rem;
}

.screen-home-about-text {
    text-align: left;
    max-width: 52rem;
    margin-inline: auto;
}

.screen-home-about-original-headline {
    margin-top: 2rem;
    max-width: 52rem;
    margin-inline: auto;
    text-align: left;
}

.screen-home-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 560px;
    padding-bottom: 56.25%;
    height: 0;
    border-radius: 1rem;
    border: 1px solid var(--color-border);
    overflow: hidden;
    background-color: var(--color-surface);
    box-shadow: var(--shadow-md);
}

.screen-home-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.screen-home-faq-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 900px;
    margin-inline: auto;
}

.screen-home-faq-item {
    align-items: flex-start;
    text-align: left;
    min-height: auto;
    padding: 1.5rem 1.25rem;
}

.screen-home-faq-item .base-headline-h3 {
    margin-bottom: 0.75rem;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

@media (min-width: 1024px) {
    .screen-home-video-wrapper {
        min-width: 480px;
    }
}
