/* AktivMobileApps – minimale Ergänzungen zu service-landing.css */

/* Einheitlicher Abstand zwischen allen Abschnitten */
.page-app-landing .svc-hero,
.page-app-landing .svc-section,
.page-app-landing .contact.app-contact {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-app-hub .svc-hero {
    padding-top: 20px;
    padding-bottom: 0;
}

.page-app-hub .svc-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-app-hub .app-hub-grid {
    padding-top: 25px;
}

.page-app-landing .app-related.svc-related {
    background: #fefefe;
}

.page-app-landing .app-related .svc-section-label {
    margin-bottom: 8px;
}

.page-app-landing .app-related .svc-section-sub--related {
    margin-top: 0;
    margin-bottom: 16px;
}

.page-app-landing .svc-faq {
    background: #efefef;
}

.page-app-landing .svc-hero-title {
    margin-bottom: 12px;
    text-align: center;
    width: 100%;
    max-width: none;
}

.page-app-landing .svc-hero-media--banner {
    margin-bottom: 10px;
}

.page-app-landing .app-hero-intro {
    margin: 10px 0 10px;
    text-align: center;
    max-width: none;
}

.page-app-landing .app-hero-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 16px;
    width: 100%;
    margin: 0;
}

.page-app-landing .app-hero-actions__stores {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.page-app-landing .app-hero-actions__trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
}

.page-app-landing .app-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #000;
    white-space: nowrap;
}

.page-app-landing .app-store-btn:hover {
    background: #333;
    border-color: #333;
}

.page-app-landing .app-feedback-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid #e5e5e5;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}

.page-app-landing .app-trust-pill {
    margin: 0;
    padding: 6px 10px;
    font-size: 12px;
}

.page-app-hub .app-store-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}

.page-app-hub .app-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #000;
}

.page-app-hub .app-store-btn:hover {
    background: #333;
    border-color: #333;
}

.page-app-landing .svc-hero .app-desc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: 100%;
    margin-top: 14px;
    align-items: stretch;
}

.page-app-landing .app-desc-card {
    border: none;
    padding: 24px 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 340px;
    box-sizing: border-box;
}

.page-app-landing .app-desc-card__title {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 14px;
    line-height: 1.35;
}

.page-app-landing .app-desc-card__text {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    margin: 0 0 14px;
}

.page-app-landing .app-desc-card__list {
    margin: 0;
    padding: 0 0 0 16px;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}

.page-app-landing .app-desc-card__list li {
    margin-bottom: 6px;
}

.page-app-landing .app-desc-card__list li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .page-app-landing .svc-hero .app-desc-grid {
        grid-template-columns: 1fr;
    }

    .page-app-landing .app-desc-card {
        min-height: 0;
    }
}

.page-app-landing .app-related .service-page-card__icon {
    width: 68px;
    height: 68px;
    border-radius: 14px;
    overflow: hidden;
    flex-shrink: 0;
    font-size: 18px;
    color: #000;
    background: none;
    border: none;
    box-shadow: none;
}

.page-app-landing .app-related .service-page-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-app-landing .app-contact .contact-details,
.page-app-landing .visitor-counter {
    display: none;
}

.page-app-landing .app-contact-privacy {
    margin-top: 16px;
    font-size: 14px;
}

.page-app-landing .app-contact-privacy a {
    color: #000;
}

.page-app-hub .svc-hero-title {
    margin-bottom: 12px;
}

.page-app-hub .svc-hero-media--banner {
    margin-bottom: 10px;
}

.page-app-hub .app-hub-hero-actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px 16px;
    width: 100%;
    margin: 0;
}

.page-app-hub .app-hub-hero-intro {
    margin: 0;
    text-align: left;
    max-width: none;
    flex: 1 1 280px;
    width: auto;
    font-size: clamp(16px, 2vw, 18px);
    color: #333;
    line-height: 1.7;
}

.page-app-hub .app-hub-hero-actions__trust {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    margin-left: auto;
    flex: 0 1 auto;
}

.app-hub-grid-inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.app-hub-card {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    color: #000;
    background: #fff;
    min-height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.48);
}

.app-hub-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.app-hub-card__meta {
    min-width: 0;
    flex: 1;
}

.app-hub-card__icon {
    display: inline-flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 0;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
}

.app-hub-card__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.app-hub-card__group {
    display: block;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
    margin: 0;
}

.app-hub-card__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
    line-height: 1.25;
}

.app-hub-card__teaser {
    font-size: 14px;
    color: #666;
    margin: 0 0 12px;
    line-height: 1.5;
    flex: 1;
}

.app-hub-card__platforms {
    font-size: 12px;
    color: #888;
    margin-top: auto;
}

.app-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.app-social-link {
    padding: 10px 16px;
    border: 1px solid #e5e5e5;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.language-dropdown--apps .language-option.is-active {
    font-weight: 700;
}

@media (max-width: 640px) {
    .page-app-landing .app-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .page-app-landing .app-hero-actions__trust {
        margin-left: 0;
        justify-content: flex-start;
    }

    .page-app-hub .app-hub-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .page-app-hub .app-hub-hero-actions__trust {
        margin-left: 0;
        justify-content: flex-start;
    }

    .page-app-landing .app-store-btn,
    .page-app-landing .app-feedback-btn {
        padding: 9px 12px;
        font-size: 12px;
    }
}
