/* KənanUsta SEO Stage 6 — lightweight hub + local SEO UI */
.s6-hub-hero {
    padding-top: 46px
}

.s6-center-head {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.s6-catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 30px
}

.s6-catalog-card {
    background: #fff;
    border: 1px solid #e7e5e4;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .06)
}

.s6-catalog-top {
    display: flex;
    gap: 14px;
    align-items: center
}

.s6-catalog-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: #fff7ed;
    display: grid;
    place-items: center;
    font-size: 26px
}

.s6-catalog-top h2 {
    font-size: 1.3rem;
    line-height: 1.25;
    margin: 0;
    color: #111827
}

.s6-catalog-top p {
    margin: 5px 0 0;
    color: #64748b;
    font-size: .92rem
}

.s6-stat-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 20px 0
}

.s6-stat-row span {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 999px;
    padding: 7px 10px;
    font-size: .82rem;
    color: #475569
}

.s6-stat-row strong {
    color: #0f172a
}

.s6-stat-row-large span {
    font-size: .95rem;
    padding: 9px 13px
}

.s6-preview-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 10px 0 20px
}

.s6-preview-links a,
.s6-quick-catalogs a {
    border: 1px solid #fde68a;
    background: #fffbeb;
    color: #92400e;
    border-radius: 999px;
    padding: 7px 11px;
    font-size: .83rem;
    text-decoration: none
}

.s6-preview-links a:hover,
.s6-quick-catalogs a:hover {
    background: #fef3c7
}

.s6-card-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start
}

.s6-card-actions .s3-btn {
    width: 100%;
    justify-content: center
}

.s6-text-link,
.s6-back-link {
    font-weight: 700;
    color: #92400e;
    text-decoration: none
}

.s6-text-link:hover,
.s6-back-link:hover {
    text-decoration: underline
}

.s6-quick-catalogs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.s6-catalog-page-head {
    padding-bottom: 24px
}

.s6-back-link {
    display: inline-block;
    margin-bottom: 20px
}

.s6-section-jump {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px
}

.s6-section-jump a {
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #334155;
    border-radius: 14px;
    padding: 12px 13px;
    text-decoration: none;
    font-size: .87rem;
    font-weight: 700
}

.s6-section-jump a span {
    float: right;
    color: #92400e
}

.s6-section-jump .s6-primary-jump {
    background: #92400e;
    color: #fff;
    border-color: #92400e
}

.s6-location-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px
}

.s6-location-grid a {
    display: flex;
    flex-direction: column;
    gap: 3px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px 13px;
    background: #fff;
    text-decoration: none;
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease
}

.s6-location-grid a:hover {
    transform: translateY(-1px);
    border-color: #f59e0b;
    box-shadow: 0 7px 20px rgba(15, 23, 42, .05)
}

.s6-location-grid strong {
    font-size: .92rem;
    color: #111827
}

.s6-location-grid span {
    font-size: .76rem;
    color: #64748b
}

.s6-small-card h3 a {
    color: inherit;
    text-decoration: none
}

.s6-small-card h3 a:hover {
    color: #92400e
}

.s6-local-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px
}

.s6-local-card {
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 16px;
    padding: 16px
}

.s6-local-card strong {
    display: block;
    color: #111827;
    margin-bottom: 7px
}

.s6-local-card p {
    margin: 0;
    color: #64748b;
    font-size: .9rem;
    line-height: 1.6
}

.s6-local-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px
}

.s6-local-links a {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    padding: 8px 12px;
    background: #fff;
    color: #334155;
    text-decoration: none;
    font-size: .86rem
}

.s6-local-links a:hover {
    border-color: #f59e0b;
    color: #92400e
}

.s6-local-callout {
    border-left: 4px solid #f59e0b;
    background: #fffbeb;
    border-radius: 0 16px 16px 0;
    padding: 18px 20px;
    color: #78350f;
    margin-top: 18px
}

.s6-local-callout strong {
    display: block;
    margin-bottom: 5px
}

.s6-local-callout p {
    margin: 0;
    line-height: 1.65
}

@media(max-width:1000px) {
    .s6-section-jump {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .s6-location-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .s6-local-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:760px) {
    .s6-catalog-grid {
        grid-template-columns: 1fr
    }

    .s6-location-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .s6-section-jump {
        grid-template-columns: 1fr
    }

    .s6-local-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:430px) {
    .s6-location-grid {
        grid-template-columns: 1fr
    }
}