/* Startseite / Hauptmenü */
.shg-start-menue {
    max-width: 52rem;
}

.shg-start-menue-haupt {
    margin-bottom: 1.5rem;
}

.shg-start-menue-haupt--zwei {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    gap: 1rem;
    max-width: none;
}

.shg-start-menue-haupt--zwei .shg-start-menue-karte-primary {
    max-width: none;
}

.shg-start-menue-gruppe-title {
    margin: 0 0 0.75rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f4f4b;
    letter-spacing: 0.02em;
}

.shg-start-menue-intro {
    margin: 0 0 1.25rem;
    font-size: 0.9375rem;
    color: #4d8f8a;
    font-weight: 600;
}

.shg-start-menue-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
    gap: 1rem;
}

.shg-start-menue-karte {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1.25rem 1.25rem 1rem;
    text-decoration: none;
    color: #1f4f4b;
    background: #fff;
    border: 1px solid #c5e3e0;
    border-left: 4px solid #e95d0f;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgb(77 143 138 / 0.1);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.shg-start-menue-karte:hover {
    border-left-color: #c44e0c;
    box-shadow: 0 4px 12px rgb(77 143 138 / 0.18);
    transform: translateY(-1px);
}

.shg-start-menue-karte-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 8px;
    background: #e8f4f3;
    color: #1f4f4b;
}

.shg-start-menue-karte-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
}

.shg-start-menue-karte-text {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #4d8f8a;
}
