/* Deal One – SEO Kategorie-Landingpages */

/* ─── Layout Wrapper ─────────────────────────────────────────── */
.doseo-landingpage-wrapper,
.doseo-hub-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 32px 16px 64px;
}

/* ─── Article ────────────────────────────────────────────────── */
.category-landing,
.category-hub {
    font-family: inherit;
    color: #1a1a1a;
}

/* ─── Intro Text ─────────────────────────────────────────────── */
.intro-text {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #444;
    margin-bottom: 32px;
    max-width: 800px;
}

/* ─── Listings Widget ────────────────────────────────────────── */
.listings-widget {
    margin: 32px 0;
    min-height: 120px;
}

.listings-widget__loading {
    text-align: center;
    padding: 40px 0;
    color: #888;
    font-size: 0.95rem;
}

.listings-widget__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}

.listings-widget__card {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.2s;
}

.listings-widget__card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.listings-widget__card-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.listings-widget__card-body {
    padding: 16px;
}

.listings-widget__card-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 8px;
    line-height: 1.4;
}

.listings-widget__card-title a {
    color: #1a1a1a;
    text-decoration: none;
}

.listings-widget__card-title a:hover {
    color: #6B21A8;
}

.listings-widget__card-location {
    color: #666;
    font-size: 0.875rem;
    margin: 0 0 8px;
}

.listings-widget__card-price {
    font-weight: 700;
    font-size: 1.1rem;
    color: #6B21A8;
    margin: 0 0 12px;
}

.listings-widget__card-cta {
    display: inline-block;
    font-size: 0.875rem;
    padding: 8px 16px;
}

.listings-widget__empty {
    background: #f7f0fc;
    border: 1px solid #d4b8e8;
    border-radius: 8px;
    padding: 24px;
    text-align: center;
    color: #555;
}

/* ─── CTA Section ────────────────────────────────────────────── */
.cta-primary {
    background: linear-gradient(135deg, #6B21A8 0%, #4C1D95 100%);
    color: #fff;
    border-radius: 12px;
    padding: 32px 40px;
    text-align: center;
    margin: 40px 0;
}

.cta-primary p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.cta-primary .btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 8px 8px;
    transition: opacity 0.2s;
}

.cta-primary .btn:hover {
    opacity: 0.88;
}

.cta-primary .btn-primary {
    background: #1ebb3e;
    color: #fff;
}

.cta-primary .btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.7);
}

/* ─── FAQ Section ────────────────────────────────────────────── */
.faq-section {
    margin: 48px 0;
}

.faq-section h2 {
    font-size: 1.4rem;
    margin-bottom: 24px;
    color: #111;
}

.faq-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-item h3 {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 10px;
    color: #1a1a1a;
}

.faq-item p {
    color: #555;
    line-height: 1.7;
    margin: 0;
    font-size: 0.95rem;
}

/* ─── Related Links ──────────────────────────────────────────── */
.related-links {
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid #e5e5e5;
}

.related-links h2 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a1a1a;
}

.related-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.related-links li a {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #d4b8e8;
    border-radius: 20px;
    font-size: 0.875rem;
    color: #6B21A8;
    text-decoration: none;
    background: #f7f0fc;
    transition: background 0.15s, border-color 0.15s;
}

.related-links li a:hover {
    background: #ede0f7;
    border-color: #6B21A8;
}

/* ─── Hub Bundesland Grid ────────────────────────────────────── */
.hub-bundesland-grid ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 40px;
}

.hub-bundesland-grid li a {
    display: block;
    padding: 12px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 0.95rem;
    background: #fafafa;
    transition: border-color 0.15s, background 0.15s;
}

.hub-bundesland-grid li a:hover {
    border-color: #6B21A8;
    background: #ede0f7;
    color: #6B21A8;
}

/* ─── Responsive ─────────────────────────────────────────────── */
@media (max-width: 640px) {
    .cta-primary {
        padding: 24px 20px;
    }

    .listings-widget__grid {
        grid-template-columns: 1fr;
    }
}

/* ─── Breadcrumb ─────────────────────────────────────────────── */
.doseo-breadcrumb {
    margin-bottom: 24px;
    font-size: 0.875rem;
    color: #666;
}
.doseo-breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.doseo-breadcrumb li + li::before {
    content: " › ";
    padding: 0 6px;
    color: #999;
}
.doseo-breadcrumb a {
    color: #555;
    text-decoration: none;
}
.doseo-breadcrumb a:hover {
    text-decoration: underline;
}
.doseo-breadcrumb [aria-current="page"] {
    color: #1a1a1a;
    font-weight: 500;
}
