/* Home Page – AI Coding Days Conference (Dark / Tech) */
/* Screen-spezifische Styles nur über #home-* IDs – keine base-* Overrides (011-ui-css-overrides.mdc). */

#home-container {
    position: relative;
    isolation: isolate;
}

#home-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1600px, 100vw);
    height: min(720px, 75vh);
    transform: translateX(-50%);
    background: radial-gradient(
        ellipse 85% 95% at 22% -15%,
        rgba(45, 212, 191, 0.07) 0%,
        rgba(45, 212, 191, 0.025) 42%,
        rgba(6, 9, 18, 0) 72%
    );
    -webkit-mask-image:
        linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 14%, rgba(0, 0, 0, 0.85) 28%, #000 88%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0.75) 24%, #000 62%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
        linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.2) 14%, rgba(0, 0, 0, 0.85) 28%, #000 88%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0.75) 24%, #000 62%, transparent 100%);
    mask-composite: intersect;
    pointer-events: none;
    z-index: 0;
}

#home-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1600px, 100%);
    height: min(920px, 88vh);
    transform: translateX(-50%);
    background-image:
        linear-gradient(rgba(45, 212, 191, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(45, 212, 191, 0.055) 1px, transparent 1px);
    background-size: 48px 48px;
    background-position: 24px 24px;
    -webkit-mask-image:
        radial-gradient(
            ellipse 115% 105% at 58% 6%,
            #000 0%,
            rgba(0, 0, 0, 0.82) 38%,
            rgba(0, 0, 0, 0.45) 62%,
            rgba(0, 0, 0, 0.12) 82%,
            transparent 100%
        ),
        linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.08) 6%, rgba(0, 0, 0, 0.55) 20%, rgba(0, 0, 0, 0.92) 34%, rgba(0, 0, 0, 0.92) 78%, rgba(0, 0, 0, 0.28) 92%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.45) 14%, rgba(0, 0, 0, 0.78) 26%, rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.12) 82%, transparent 100%);
    -webkit-mask-composite: source-in;
    mask-image:
        radial-gradient(
            ellipse 115% 105% at 58% 6%,
            #000 0%,
            rgba(0, 0, 0, 0.82) 38%,
            rgba(0, 0, 0, 0.45) 62%,
            rgba(0, 0, 0, 0.12) 82%,
            transparent 100%
        ),
        linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.08) 6%, rgba(0, 0, 0, 0.55) 20%, rgba(0, 0, 0, 0.92) 34%, rgba(0, 0, 0, 0.92) 78%, rgba(0, 0, 0, 0.28) 92%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.05) 5%, rgba(0, 0, 0, 0.45) 14%, rgba(0, 0, 0, 0.78) 26%, rgba(0, 0, 0, 0.5) 58%, rgba(0, 0, 0, 0.12) 82%, transparent 100%);
    mask-composite: intersect;
    pointer-events: none;
    z-index: 0;
}

#home-hero,
#home-pricetable,
#home-schedule,
#home-timetable,
#home-workshops,
#home-features,
#home-cta {
    position: relative;
    z-index: 1;
}

#home-schedule {
    margin-top: 0.5rem;
}

#home-pricetable-subtitle,
#home-pricetable-booking-note,
#home-timetable-subtitle,
#home-timetable-day-2-note {
    color: var(--color-text-muted);
}

#home-pricetable-booking-note {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border: 1px solid var(--color-border);
    border-radius: 0.375rem;
    background: var(--color-surface-elevated);
}

#home-pricetable-vat-note {
    margin-top: 1rem;
    font-family: var(--font-family-mono);
    font-size: var(--font-size-xs);
    color: var(--color-text-muted);
}

#home-pricetable-row-1-price,
#home-pricetable-row-2-price {
    font-family: var(--font-family-mono);
    font-weight: var(--font-weight-bold);
    color: var(--color-primary);
}

#home-timetable-day-1-headline,
#home-timetable-day-2-headline {
    margin: 2rem 0 1rem;
}

#home-timetable-day-1-table,
#home-timetable-day-2-table,
#home-pricetable-table {
    margin-top: 1.5rem;
}

#home-timetable-day-1-slot-1-time,
#home-timetable-day-1-slot-2-time,
#home-timetable-day-1-slot-3-time,
#home-timetable-day-1-slot-4-time,
#home-timetable-day-1-slot-5-time,
#home-timetable-day-1-slot-6-time,
#home-timetable-day-1-slot-7-time,
#home-timetable-day-1-slot-8-time,
#home-timetable-day-2-morning-time,
#home-timetable-day-2-afternoon-time {
    font-family: var(--font-family-mono);
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    color: var(--color-primary);
    white-space: nowrap;
}

#home-timetable-day-2-workshops {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

#home-timetable-workshop-1,
#home-timetable-workshop-2,
#home-timetable-workshop-3,
#home-timetable-workshop-4,
#home-timetable-workshop-5,
#home-timetable-workshop-6 {
    padding: 0.65rem 1rem;
    border: 1px solid var(--color-border);
    border-radius: 0.375rem;
    background: var(--color-surface-elevated);
    font-size: var(--font-size-sm);
}

@media (min-width: 768px) {
    #home-timetable-day-2-workshops {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    #home-timetable-day-2-workshops {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

#home-schedule-subtitle {
    color: var(--color-text-muted);
}

#home-schedule-day-1-label,
#home-schedule-day-2-label {
    font-family: var(--font-family-mono);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.7rem;
    border: 1px solid var(--color-border);
    border-radius: 0.375rem;
    background: var(--color-surface-elevated);
}

#home-schedule-day-1,
#home-schedule-day-2 {
    position: relative;
    overflow: hidden;
    min-height: 280px;
}

#home-schedule-day-1::before,
#home-schedule-day-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 2px;
    background: var(--color-primary);
    opacity: 0.5;
    border-radius: 0;
}

#home-schedule-day-2::before {
    background: var(--color-secondary);
}

#home-schedule-day-2-highlight {
    font-family: var(--font-family-mono);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    margin: 0.75rem 0 0;
    padding: 0.45rem 0.75rem;
    border: 1px solid var(--color-border);
    border-radius: 0.375rem;
    background: var(--color-surface-elevated);
    width: 100%;
    text-align: left;
}

#home-schedule-day-1-price,
#home-schedule-day-2-price {
    font-family: var(--font-family-mono);
    font-size: clamp(1.125rem, 1.5vw + 0.5rem, var(--font-size-xl));
    font-weight: var(--font-weight-bold);
    letter-spacing: -0.02em;
    color: var(--color-primary);
    margin: 1rem 0 0;
    padding-top: 1rem;
    border-top: 1px solid var(--color-border);
    width: 100%;
    text-align: left;
}

#home-schedule-day-2-price {
    color: var(--color-text);
}

#home-schedule-day-1-icon,
#home-schedule-day-2-icon {
    box-shadow: none;
}

#home-hero-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.75rem;
}

#home-hero-tool-cursor,
#home-hero-tool-claude,
#home-hero-tool-copilot,
#home-hero-tool-agents {
    font-family: var(--font-family-mono);
    font-size: var(--font-size-xs);
    font-weight: var(--font-weight-medium);
    letter-spacing: 0.04em;
    color: var(--color-text-muted);
    padding: 0.35rem 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid var(--color-border);
    background: rgba(12, 18, 34, 0.75);
    transition: border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

#home-hero-tool-cursor:hover,
#home-hero-tool-claude:hover,
#home-hero-tool-copilot:hover,
#home-hero-tool-agents:hover {
    color: var(--color-text);
    border-color: var(--color-border-highlight);
}

#home-hero-slogan {
    font-size: clamp(1.125rem, 2vw + 0.5rem, var(--font-size-2xl));
    font-weight: var(--font-weight-semibold);
    line-height: var(--line-height-tight);
    letter-spacing: -0.02em;
    color: var(--color-text);
    margin: 0 0 1.25rem;
    max-width: 34rem;
    text-wrap: balance;
}

@media (min-width: 1024px) {
    #home-hero-slogan {
        margin-bottom: 1.5rem;
    }
}

#home-hero-title {
    text-shadow: none;
}

#home-hero-desc {
    color: var(--color-text-muted);
    line-height: var(--line-height-relaxed);
}

#home-hero-image-wrapper {
    position: relative;
}

#home-hero-image-wrapper::before {
    display: none;
}

#home-workshops-subtitle {
    color: var(--color-text-muted);
}

#home-workshop-1,
#home-workshop-2,
#home-workshop-3,
#home-workshop-4,
#home-workshop-5,
#home-workshop-6 {
    position: relative;
    overflow: hidden;
    min-height: 220px;
}

#home-workshop-1::before,
#home-workshop-2::before,
#home-workshop-3::before,
#home-workshop-4::before,
#home-workshop-5::before,
#home-workshop-6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 2px;
    background: var(--color-border-highlight);
    opacity: 0.6;
    border-radius: 0;
}

#home-workshop-1-headline-wrap .base-headline-tile-h3-title,
#home-workshop-2-headline-wrap .base-headline-tile-h3-title,
#home-workshop-3-headline-wrap .base-headline-tile-h3-title,
#home-workshop-4-headline-wrap .base-headline-tile-h3-title,
#home-workshop-5-headline-wrap .base-headline-tile-h3-title,
#home-workshop-6-headline-wrap .base-headline-tile-h3-title {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
}

#home-features {
    margin-top: 1rem;
}

#home-features-header {
    margin-bottom: 3rem;
}

#home-features-subtitle {
    color: var(--color-text-muted);
}

#home-feature-1,
#home-feature-2,
#home-feature-3 {
    position: relative;
    overflow: hidden;
}

#home-feature-1::before,
#home-feature-2::before,
#home-feature-3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.5rem;
    right: 1.5rem;
    height: 2px;
    background: var(--color-primary);
    opacity: 0.4;
    border-radius: 0;
}

#home-feature-1-icon,
#home-feature-2-icon,
#home-feature-3-icon {
    box-shadow: none;
}

#home-cta-container::before {
    display: none;
}

#home-cta-desc {
    color: var(--color-text-muted);
}

@media (min-width: 1024px) {
    #home-hero {
        padding-bottom: 4rem;
    }

    #home-hero-tools {
        justify-content: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    #home-hero-tool-cursor,
    #home-hero-tool-claude,
    #home-hero-tool-copilot,
    #home-hero-tool-agents {
        transition: none;
    }
}
