/* Home Page - Premium Design orientiert an Vision-Seite */

.home-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Hero Section */
.home-hero {
    text-align: center;
    padding: 100px 40px;
    margin-bottom: 80px;
    background: linear-gradient(135deg, var(--color-brand-primary) 0%, var(--color-brand-secondary) 100%);
    border-radius: 16px;
    box-shadow: 0 0 30px rgba(28, 119, 166, 0.15);
    position: relative;
    overflow: hidden;
    overflow-x: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.home-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 40px 40px;
    pointer-events: none;
    mask-image: radial-gradient(ellipse at center, black 0%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 80%);
}

.home-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, rgba(255, 255, 255, 0.06) 0%, transparent 40%),
                radial-gradient(circle at 70% 60%, rgba(13, 85, 119, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.home-hero-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.home-hero-title {
    /* Inherit widget-headline-h1 base styles but allow override for hero context */
    font-size: 2.5em;
    font-weight: 800;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
    color: var(--color-background-primary) !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: none !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: var(--color-background-primary) !important;
    background-clip: unset !important;
    filter: none !important;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    white-space: normal;
    overflow: hidden;
    overflow-x: hidden;
    padding: 0;
}

.home-hero-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, var(--color-complementary-primary) 0%, var(--color-complementary-secondary) 100%);
    border-radius: 2px;
    box-shadow: 0 0 15px rgba(230, 126, 80, 0.4);
}

.home-hero-title .no-break-word {
    white-space: nowrap !important;
    display: inline !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    letter-spacing: normal;
}

.home-hero-description {
    font-family: var(--font-family-primary);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    color: var(--color-hero-text-light);
    text-align: left;
}

.home-hero-cta {
    margin-top: 45px;
    text-align: center;
}

.home-hero-kaufberater-button {
    padding: 18px 40px;
    background: var(--color-background-primary);
    color: var(--color-brand-primary);
    border: 2px solid var(--color-background-primary);
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-family: var(--font-family-primary);
    font-size: 1.2rem;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.15);
    position: relative;
    overflow: hidden;
    text-transform: none;
    letter-spacing: 0.02em;
}

.home-hero-kaufberater-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.home-hero-kaufberater-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.25);
    background: var(--color-brand-primary);
    color: var(--color-background-primary);
    border-color: var(--color-background-primary);
}

.home-hero-kaufberater-button:hover::before {
    left: 100%;
}

/* Features Section */
.home-features {
    padding: 0;
    margin-bottom: 80px;
}

.home-features-container {
    max-width: 1400px;
    margin: 0 auto;
}

.home-features-title {
    font-family: var(--font-family-primary);
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin: 0 0 25px 0;
    letter-spacing: -0.8px;
    line-height: 1.2;
    color: var(--color-brand-primary);
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    white-space: normal;
}

.home-features-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-complementary-primary) 0%, var(--color-complementary-secondary) 100%);
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(230, 126, 80, 0.35);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.feature-card {
    background: linear-gradient(135deg, var(--color-brand-primary) 0%, var(--color-brand-secondary) 100%);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 15px rgba(28, 119, 166, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.feature-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(230, 126, 80, 0.15) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 25px rgba(28, 119, 166, 0.2);
}

.feature-card:hover::before {
    opacity: 1;
}

.feature-card:hover::after {
    opacity: 1;
    animation: shine-rotate 3s linear infinite;
}

@keyframes shine-rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.feature-card-title {
    font-family: var(--font-family-primary);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 18px 0;
    color: var(--color-background-primary);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    padding-left: 18px;
    z-index: 1;
}

.feature-card-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: var(--color-complementary-primary);
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(230, 126, 80, 0.4);
    z-index: 1;
}

.feature-card-description {
    font-family: var(--font-family-primary);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
    color: var(--color-card-text-light);
    position: relative;
    z-index: 1;
}

.feature-card-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.feature-card-icon-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Tablet Landscape (1024px - 1366px) */
@media (max-width: 1366px) {
    .home-container {
        padding: 0 15px;
        overflow-x: hidden;
        max-width: 100%;
    }

    .home-hero {
        padding: 90px 30px;
        margin-bottom: 70px;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .home-hero-content {
        padding: 0 25px;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }

    .home-hero-title {
        font-size: 2.2em;
        max-width: 100%;
        min-width: 0;
        overflow-x: hidden;
        padding: 0;
    }

    .home-features {
        margin-bottom: 70px;
    }
}

/* Tablet Portrait (768px - 1023px) */
@media (max-width: 1023px) {
    .home-container {
        padding: 0 10px;
        overflow-x: hidden;
        max-width: 100%;
    }
    
    .home-hero {
        padding: 70px 20px;
        margin-bottom: 60px;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    
    .home-hero-content {
        padding: 0 15px;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    .home-hero-title {
        font-size: 2em;
        margin-bottom: 25px;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        overflow-x: hidden;
        padding: 0;
        width: 100%;
        min-width: 0;
    }
    
    .home-hero-description {
        font-size: 1.25rem;
    }
    
    .home-hero-cta {
        margin-top: 35px;
    }
    
    .home-hero-kaufberater-button {
        padding: 16px 35px;
        font-size: 1.1rem;
    }
    
    .home-features-title {
        font-size: 2.2rem;
    }
    
    .home-features {
        margin-bottom: 60px;
    }
    
    .features-grid {
        gap: 25px;
        margin-top: 50px;
    }
    
    .feature-card {
        padding: 35px;
    }
    
    .feature-card-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 25px;
    }
}

/* Mobile Landscape & Large Mobile (576px - 767px) */
@media (max-width: 767px) {
    .home-hero {
        padding: 50px 12px;
        margin-bottom: 50px;
        border-radius: 12px;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    
    .home-hero-content {
        padding: 0 8px;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    .home-hero-title {
        font-size: 2em;
        margin-bottom: 25px;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        overflow-x: hidden;
        padding: 0;
        width: 100%;
        min-width: 0;
    }
    
    .home-hero-title::after {
        width: 90px;
        height: 3px;
    }
    
    .home-hero-description {
        font-size: 1rem;
        line-height: 1.6;
    }
    
    .home-hero-cta {
        margin-top: 30px;
    }
    
    .home-hero-kaufberater-button {
        padding: 16px 32px;
        font-size: 1.05rem;
        min-height: 52px;
        width: 100%;
        max-width: 400px;
    }
    
    .home-features-title {
        font-size: 1.6rem;
        margin: 0 0 18px 0;
        padding-bottom: 16px;
    }
    
    .home-features-title::after {
        width: 65px;
        height: 2px;
    }
    
    .home-features {
        margin-bottom: 50px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 45px;
    }
    
    .feature-card {
        padding: 32px 28px;
    }
    
    .feature-card-title {
        font-size: 1.35rem;
        margin: 0 0 15px 0;
    }
    
    .feature-card-description {
        font-size: 1rem;
        line-height: 1.65;
    }
}

/* Small Mobile (max 575px) */
@media (max-width: 575px) {
    .home-container {
        padding: 0;
        overflow-x: hidden;
        max-width: 100%;
    }
    
    .home-hero {
        padding: 40px 8px;
        margin-bottom: 40px;
        border-radius: 12px;
        margin-left: 10px;
        margin-right: 10px;
        max-width: calc(100% - 20px);
        box-sizing: border-box;
        overflow-x: hidden;
    }
    
    .home-hero-content {
        padding: 0 8px;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    .home-hero-title {
        font-size: 1.75em;
        margin-bottom: 20px;
        letter-spacing: -0.01em;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        overflow-x: hidden;
        padding: 0;
        width: 100%;
        min-width: 0;
    }
    
    .home-hero-title::after {
        width: 70px;
        height: 3px;
    }
    
    .home-hero-description {
        font-size: 0.95rem;
    }
    
    .home-hero-cta {
        margin-top: 25px;
        padding: 0 10px;
    }
    
    .home-hero-kaufberater-button {
        padding: 16px 28px;
        font-size: 1rem;
        min-height: 52px;
        width: 100%;
    }
    
    .home-features-title {
        font-size: 1.4rem;
        margin: 0 0 16px 0;
        padding: 0 10px 14px 10px;
    }
    
    .home-features-title::after {
        width: 60px;
        height: 2px;
    }
    
    .home-features {
        margin-bottom: 40px;
    }
    
    .features-grid {
        gap: 15px;
        margin-top: 35px;
        padding: 0 10px;
    }
    
    .feature-card {
        padding: 28px 22px;
        border-radius: 10px;
    }
    
    .feature-card-title {
        font-size: 1.25rem;
        margin: 0 0 12px 0;
    }
    
    .feature-card-description {
        font-size: 0.95rem;
        line-height: 1.65;
    }
}

/* Extra Small Mobile (max 400px) */
@media (max-width: 400px) {
    .home-hero {
        padding: 35px 8px;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    
    .home-hero-content {
        padding: 0 5px;
        max-width: 100%;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    
    .home-hero-title {
        font-size: clamp(1.5em, 4vw, 1.75em);
        margin-bottom: 20px;
        letter-spacing: -0.01em;
        max-width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        overflow-x: hidden;
        padding: 0;
        width: 100%;
        min-width: 0;
    }
    
    .home-hero-title::after {
        width: 60px;
        height: 2px;
    }
    
    .home-hero-description {
        font-size: 0.9rem;
    }
    
    .home-hero-cta {
        margin-top: 22px;
        padding: 0 15px;
    }
    
    .home-hero-kaufberater-button {
        padding: 16px 24px;
        font-size: 0.95rem;
        min-height: 48px;
    }
    
    .home-features-title {
        font-size: 1.3rem;
        padding-bottom: 12px;
    }
    
    .home-features-title::after {
        width: 50px;
        height: 2px;
    }
    
    .feature-card {
        padding: 25px 18px;
    }
    
    .feature-card-title {
        font-size: 1.15rem;
    }
    
    .feature-card-description {
        font-size: 0.9rem;
    }
}

/* Spotlight Section */
.home-spotlight {
    padding: 0;
    margin-bottom: 80px;
}

.home-spotlight-container {
    max-width: 1400px;
    margin: 0 auto;
}

.home-spotlight-title {
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    color: var(--color-brand-primary);
}

.home-spotlight-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-complementary-primary) 0%, var(--color-complementary-secondary) 100%);
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(230, 126, 80, 0.35);
}

.home-spotlight-description {
    font-family: var(--font-family-primary);
    font-size: 1.1rem;
    text-align: center;
    margin: 25px auto 50px auto;
    max-width: 800px;
    line-height: 1.7;
    color: var(--color-text-secondary);
}

.spotlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.spotlight-card {
    background: linear-gradient(135deg, var(--color-brand-primary) 0%, var(--color-brand-secondary) 100%) !important;
    background-color: transparent !important;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 30px rgba(28, 119, 166, 0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 50px 40px;
    height: 100%;
}

.spotlight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.spotlight-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 25px rgba(28, 119, 166, 0.2);
}

.spotlight-card:hover::before {
    opacity: 1;
}

.spotlight-card-logo-link {
    display: block;
    text-decoration: none;
    color: inherit;
    width: 200px;
    height: 200px;
    margin: 0 auto 35px auto;
    cursor: pointer;
}

.spotlight-card-logo-container {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--color-background-primary);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    background: var(--color-background-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.spotlight-card:hover .spotlight-card-logo-link .spotlight-card-logo-container,
.spotlight-card-logo-link:hover .spotlight-card-logo-container {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.spotlight-card-logo {
    max-width: 70%;
    max-height: 70%;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: none;
}

.spotlight-card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.spotlight-card-title {
    font-family: var(--font-family-primary);
    font-size: 1.4rem;
    font-weight: 800;
    margin: 0 0 20px 0;
    padding-bottom: 15px;
    color: var(--color-background-primary);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    white-space: normal;
    line-height: 1.4;
    position: relative;
    text-align: center;
}

.spotlight-card-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-complementary-primary) 0%, var(--color-complementary-secondary) 100%);
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(230, 126, 80, 0.35);
}

.spotlight-card-target-group {
    font-family: var(--font-family-primary);
    font-size: 0.85rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    background: rgba(28, 119, 166, 0.4);
    border-radius: 8px;
    display: inline-block;
    border: 1px solid rgba(28, 119, 166, 0.7);
    box-shadow: none;
}

.spotlight-card-teaser {
    font-family: var(--font-family-primary);
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 30px 0;
    color: var(--color-card-text-light);
    flex: 1;
    text-align: left;
}

.spotlight-card-link {
    margin-top: auto;
    text-align: center;
    display: block;
    width: 100%;
    text-decoration: none;
}

.spotlight-card-link.widget-button-standard {
    width: 100%;
    padding: 16px 32px;
    font-size: 1.1rem;
    font-weight: 700;
    background: var(--color-background-primary);
    color: var(--color-brand-primary);
    border: 2px solid var(--color-brand-primary);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
    text-transform: none;
    letter-spacing: 0.02em;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.spotlight-card-link.widget-button-standard::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
}

.spotlight-card-link.widget-button-standard:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(28, 119, 166, 0.4);
    background: var(--color-brand-primary);
    color: var(--color-background-primary);
}

.spotlight-card-link.widget-button-standard:hover::before {
    left: 100%;
}

/* Tablet Landscape (1024px - 1366px) */
@media (max-width: 1366px) {
    .spotlight-grid {
        gap: 25px;
    }
    
    .spotlight-card {
        padding: 45px 35px;
    }
    
    .spotlight-card-logo-link {
        width: 180px;
        height: 180px;
        margin-bottom: 30px;
    }
    
    .spotlight-card-logo-container {
        width: 180px;
        height: 180px;
    }
}

/* Tablet Portrait (768px - 1023px) */
@media (max-width: 1023px) {
    .home-spotlight {
        margin-bottom: 70px;
    }
    
    .spotlight-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-top: 50px;
    }
    
    .spotlight-card {
        padding: 40px 30px;
    }
    
    .spotlight-card-logo-link {
        width: 180px;
        height: 180px;
        margin-bottom: 30px;
    }
    
    .spotlight-card-logo-container {
        width: 180px;
        height: 180px;
    }
    
    .spotlight-card-title {
        font-size: 1.4rem;
        margin-bottom: 18px;
    }
}

/* Mobile Landscape & Large Mobile (576px - 767px) */
@media (max-width: 767px) {
    .home-spotlight {
        margin-bottom: 50px;
    }
    
    .home-spotlight-description {
        font-size: 1rem;
        margin-bottom: 40px;
        padding: 0 10px;
    }
    
    .spotlight-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 40px;
        padding: 0 10px;
    }
    
    .spotlight-card {
        padding: 35px 25px;
    }
    
    .spotlight-card-logo-link {
        width: 160px;
        height: 160px;
        margin-bottom: 25px;
    }
    
    .spotlight-card-logo-container {
        width: 160px;
        height: 160px;
        border: 3px solid var(--color-background-primary);
    }
    
    .spotlight-card-title {
        font-size: 1.35rem;
        margin-bottom: 18px;
    }
    
    .spotlight-card-teaser {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .spotlight-card-link.widget-button-standard {
        padding: 16px 28px;
        font-size: 1.05rem;
        min-height: 52px;
    }
}

/* Small Mobile (max 575px) */
@media (max-width: 575px) {
    .home-spotlight {
        margin-bottom: 40px;
    }
    
    .home-spotlight-description {
        font-size: 0.95rem;
        margin-bottom: 35px;
        padding: 0 15px;
    }
    
    .spotlight-grid {
        gap: 20px;
        margin-top: 35px;
        padding: 0 15px;
    }
    
    .spotlight-card {
        padding: 30px 20px;
    }
    
    .spotlight-card-logo-link {
        width: 140px;
        height: 140px;
        margin-bottom: 20px;
    }
    
    .spotlight-card-logo-container {
        width: 140px;
        height: 140px;
        border: 3px solid var(--color-background-primary);
    }
    
    .spotlight-card-title {
        font-size: 1.25rem;
        margin-bottom: 15px;
    }
    
    .spotlight-card-title::after {
        width: 50px;
        height: 2px;
    }
    
    .spotlight-card-target-group {
        font-size: 0.85rem;
        padding: 6px 12px;
        margin-bottom: 15px;
    }
    
    .spotlight-card-teaser {
        font-size: 0.95rem;
        margin-bottom: 20px;
    }
    
    .spotlight-card-link.widget-button-standard {
        padding: 18px 24px;
        font-size: 1rem;
        min-height: 56px;
    }
}

/* About Us Section */
.home-about-us-section {
    padding: 100px 40px;
    margin-bottom: 80px;
    background: linear-gradient(135deg, var(--color-brand-primary) 0%, var(--color-brand-secondary) 100%);
    border-radius: 16px;
    box-shadow: 0 0 30px rgba(28, 119, 166, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.home-about-us-container {
    max-width: 1400px;
    margin: 0 auto;
}

.home-about-us-content {
    overflow: hidden;
}

.home-about-us-image-wrapper {
    float: left;
    margin: 0 40px 20px 0;
    max-width: 100%;
}

.home-about-us-image {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(28, 119, 166, 0.1);
    display: block;
}

.home-about-us-text-wrapper {
    overflow: hidden;
}

.home-about-us-title {
    font-family: var(--font-family-primary);
    font-size: 2.5rem;
    font-weight: 800;
    margin: 0 0 30px 0;
    letter-spacing: -0.8px;
    line-height: 1.2;
    color: var(--color-background-primary);
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: none;
    white-space: normal;
}

.home-about-us-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--color-complementary-primary) 0%, var(--color-complementary-secondary) 100%);
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(230, 126, 80, 0.35);
}

.home-about-us-text {
    font-family: var(--font-family-primary);
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--color-hero-text-light);
    margin: 0;
}

.home-about-us-text .no-break-word {
    white-space: nowrap;
}

/* Tablet Landscape (1024px - 1366px) */
@media (max-width: 1366px) {
    .home-about-us-section {
        margin-bottom: 70px;
    }
    
    .home-about-us-image-wrapper {
        margin-right: 35px;
    }
}

/* Tablet Portrait (768px - 1023px) */
@media (max-width: 1023px) {
    .home-about-us-section {
        margin-bottom: 60px;
    }
    
    .home-about-us-image-wrapper {
        margin-right: 30px;
        margin-bottom: 20px;
    }
    
    .home-about-us-title {
        font-size: 2.2rem;
        margin-bottom: 25px;
    }
    
    .home-about-us-text {
        font-size: 1.1rem;
    }
}

/* Mobile Landscape & Large Mobile (576px - 767px) */
@media (max-width: 767px) {
    .home-about-us-section {
        margin-bottom: 50px;
    }
    
    .home-about-us-image-wrapper {
        float: none;
        width: auto;
        max-width: 100%;
        margin: 0 auto 30px auto;
        display: block;
    }
    
    .home-about-us-text-wrapper {
        width: 100%;
        padding: 0 10px;
    }
    
    .home-about-us-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .home-about-us-title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .home-about-us-text {
        font-size: 1.05rem;
        text-align: center;
    }
}

/* Small Mobile (max 575px) */
@media (max-width: 575px) {
    .home-about-us-section {
        margin-bottom: 40px;
    }
    
    .home-about-us-content {
        padding: 0 10px;
    }
    
    .home-about-us-image-wrapper {
        float: none;
        width: auto;
        max-width: 100%;
        margin: 0 auto 25px auto;
        display: block;
    }
    
    .home-about-us-text-wrapper {
        padding: 0;
    }
    
    .home-about-us-title {
        font-size: 1.6rem;
        margin-bottom: 18px;
        padding-bottom: 16px;
    }
    
    .home-about-us-title::after {
        width: 65px;
        height: 2px;
    }
    
    .home-about-us-text {
        font-size: 1rem;
        line-height: 1.7;
    }
}
