/* =========================================================
   PLUS MOBILE - LOCATION SEO PAGES
========================================================= */

.pm-location-page {
    background:
        radial-gradient(circle at 12% 8%, rgba(124, 58, 237, 0.10), transparent 32%),
        radial-gradient(circle at 88% 16%, rgba(255, 122, 26, 0.06), transparent 30%),
        linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
    overflow: hidden;
}

.pm-location-hero {
    padding: 86px 0 54px;
}

.pm-location-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 42px;
    align-items: center;
}

.pm-location-hero-content h1 {
    max-width: 760px;
    margin: 0 0 20px;
    color: var(--pm-text);
    font-size: clamp(48px, 7vw, 86px);
    line-height: 0.94;
    letter-spacing: -0.075em;
}

.pm-location-lead {
    max-width: 660px;
    margin: 0;
    color: var(--pm-muted);
    font-size: 19px;
    line-height: 1.55;
}

.pm-location-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.pm-location-badges span {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    padding: 0 17px;
    border: 1px solid var(--pm-border);
    border-radius: 999px;
    background: rgba(255,255,255,.78);
    color: var(--pm-primary-dark);
    font-size: 14px;
    font-weight: 950;
    box-shadow: 0 14px 34px rgba(91, 33, 182, 0.055);
}

.pm-location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.pm-location-primary,
.pm-location-secondary {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 950;
}

.pm-location-primary {
    background: linear-gradient(135deg, var(--pm-primary), var(--pm-primary-dark));
    color: #fff !important;
    box-shadow: 0 18px 42px rgba(124, 58, 237, 0.26);
}

.pm-location-secondary {
    border: 1px solid var(--pm-border);
    background: #fff;
    color: var(--pm-primary) !important;
}

.pm-location-hero-card {
    position: relative;
    padding: 34px;
    border: 1px solid var(--pm-border);
    border-radius: 36px;
    background: rgba(255,255,255,.88);
    box-shadow: 0 30px 90px rgba(91,33,182,.10);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.pm-location-hero-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    right: -44px;
    top: -44px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124,58,237,.22), transparent 68%);
}

.pm-location-hero-card > span {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(255,122,26,.10);
    color: var(--pm-accent-dark);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.pm-location-hero-card > strong {
    display: block;
    margin-top: 22px;
    color: var(--pm-text);
    font-size: 42px;
    line-height: 1;
    letter-spacing: -.06em;
}

.pm-location-hero-card > p {
    margin: 10px 0 28px;
    color: var(--pm-muted);
    font-weight: 800;
}

.pm-location-mini-list {
    display: grid;
    gap: 12px;
}

.pm-location-mini-list div {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px;
    border: 1px solid var(--pm-border);
    border-radius: 18px;
    background: #fff;
}

.pm-location-mini-list b {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--pm-primary-soft);
    color: var(--pm-primary-dark);
    font-size: 13px;
}

.pm-location-mini-list span {
    color: var(--pm-text);
    font-weight: 900;
}

/* TRUST */

.pm-location-trust {
    padding: 20px 0 48px;
}

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

.pm-location-trust-grid div {
    padding: 22px;
    border: 1px solid var(--pm-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(91,33,182,.055);
}

.pm-location-trust-grid strong {
    display: block;
    color: var(--pm-primary-dark);
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.04em;
}

.pm-location-trust-grid span {
    display: block;
    margin-top: 8px;
    color: var(--pm-muted);
    font-size: 14px;
    font-weight: 800;
}

/* SECTIONS */

.pm-location-section,
.pm-location-process,
.pm-location-faq,
.pm-location-other,
.pm-location-cta {
    padding: 58px 0;
}

.pm-location-two-col,
.pm-location-faq-grid {
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 38px;
    align-items: start;
}

.pm-location-two-col h2,
.pm-location-section-head h2,
.pm-location-faq h2,
.pm-location-cta-card h2 {
    margin: 0;
    color: var(--pm-text);
    font-size: clamp(34px, 4vw, 54px);
    line-height: .98;
    letter-spacing: -.065em;
}

.pm-location-text-card {
    padding: 32px;
    border: 1px solid var(--pm-border);
    border-radius: 32px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 24px 70px rgba(91,33,182,.075);
}

.pm-location-text-card p {
    margin: 0;
    color: var(--pm-muted);
    font-size: 17px;
    line-height: 1.65;
}

.pm-location-text-card p + p {
    margin-top: 16px;
}

.pm-location-section-head {
    margin-bottom: 28px;
}

.pm-location-section-head.center {
    text-align: center;
}

/* REPAIRS */

.pm-location-repair-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pm-location-repair-card {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    padding: 26px;
    border: 1px solid var(--pm-border);
    border-radius: 28px;
    background: #fff;
    color: var(--pm-text) !important;
    box-shadow: 0 18px 50px rgba(91,33,182,.06);
    transition: .2s ease;
}

.pm-location-repair-card:hover {
    transform: translateY(-3px);
    border-color: var(--pm-primary);
    box-shadow: 0 24px 70px rgba(124,58,237,.15);
}

.pm-location-repair-card span {
    color: var(--pm-accent-dark);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.pm-location-repair-card strong {
    display: block;
    margin-top: 12px;
    color: var(--pm-text);
    font-size: 23px;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.pm-location-repair-card p {
    margin: 12px 0 20px;
    color: var(--pm-muted);
    font-size: 14px;
    line-height: 1.45;
}

.pm-location-repair-card b {
    margin-top: auto;
    color: var(--pm-primary);
    font-size: 14px;
}

/* BRANDS */

.pm-location-brand-section {
    background: rgba(255,255,255,.45);
}

.pm-location-brand-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.pm-location-brand-card {
    min-height: 132px;
    display: grid;
    place-items: center;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--pm-border);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(91,33,182,.055);
}

.pm-location-brand-card img {
    max-width: 54px;
    max-height: 54px;
    object-fit: contain;
}

.pm-location-brand-card span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: var(--pm-primary-soft);
    color: var(--pm-primary-dark);
    font-size: 24px;
    font-weight: 950;
}

.pm-location-brand-card strong {
    color: var(--pm-text);
    font-size: 14px;
    font-weight: 950;
}

/* PROCESS */

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

.pm-location-process-grid article {
    padding: 28px;
    border: 1px solid var(--pm-border);
    border-radius: 30px;
    background: linear-gradient(180deg, #fff, #fbf8ff);
    box-shadow: 0 18px 50px rgba(91,33,182,.06);
}

.pm-location-process-grid b {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pm-primary), var(--pm-primary-dark));
    color: #fff;
    font-size: 14px;
}

.pm-location-process-grid h3 {
    margin: 20px 0 10px;
    color: var(--pm-text);
    font-size: 22px;
    line-height: 1.05;
    letter-spacing: -.045em;
}

.pm-location-process-grid p {
    margin: 0;
    color: var(--pm-muted);
    font-size: 14px;
    line-height: 1.5;
}

/* FAQ */

.pm-location-faq-list {
    display: grid;
    gap: 12px;
}

.pm-location-faq-list details {
    border: 1px solid var(--pm-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(91,33,182,.045);
    overflow: hidden;
}

.pm-location-faq-list summary {
    cursor: pointer;
    padding: 20px 22px;
    color: var(--pm-text);
    font-weight: 950;
}

.pm-location-faq-list p {
    margin: 0;
    padding: 0 22px 22px;
    color: var(--pm-muted);
    line-height: 1.55;
}

/* OTHER LOCATIONS */

.pm-location-other-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.pm-location-other-grid a {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px;
    border: 1px solid var(--pm-border);
    border-radius: 18px;
    background: #fff;
    color: var(--pm-text) !important;
    font-weight: 900;
}

.pm-location-other-grid a:hover {
    border-color: var(--pm-primary);
    background: var(--pm-primary-soft);
    color: var(--pm-primary-dark) !important;
}

/* CTA */

.pm-location-cta-card {
    text-align: center;
    padding: 54px 26px;
    border-radius: 36px;
    background:
        radial-gradient(circle at 92% 20%, rgba(255,122,26,.18), transparent 28%),
        linear-gradient(135deg, var(--pm-primary), var(--pm-primary-dark));
    color: #fff;
    box-shadow: 0 30px 90px rgba(124,58,237,.28);
}

.pm-location-cta-card h2 {
    color: #fff;
}

.pm-location-cta-card p {
    max-width: 620px;
    margin: 14px auto 28px;
    color: rgba(255,255,255,.82);
    font-size: 17px;
}

.pm-location-cta-card a {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border-radius: 999px;
    background: #fff;
    color: var(--pm-primary-dark) !important;
    font-weight: 950;
}

/* RESPONSIVE */

@media (max-width: 1020px) {
    .pm-location-hero-grid,
    .pm-location-two-col,
    .pm-location-faq-grid {
        grid-template-columns: 1fr;
    }

    .pm-location-trust-grid,
    .pm-location-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

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

@media (max-width: 640px) {
    .pm-location-hero {
        padding: 52px 0 36px;
    }

    .pm-location-hero-card,
    .pm-location-text-card {
        padding: 24px;
        border-radius: 26px;
    }

    .pm-location-trust-grid,
    .pm-location-repair-grid,
    .pm-location-process-grid,
    .pm-location-brand-grid,
    .pm-location-other-grid {
        grid-template-columns: 1fr;
    }

    .pm-location-actions {
        flex-direction: column;
    }

    .pm-location-primary,
    .pm-location-secondary {
        width: 100%;
    }

    .pm-location-section,
    .pm-location-process,
    .pm-location-faq,
    .pm-location-other,
    .pm-location-cta {
        padding: 42px 0;
    }
}

/* =========================================================
   LOCATION SEO PAGE - V2 PREMIUM HERO OVERRIDE
========================================================= */

.pm-location-hero-v2 {
    position: relative;
    padding: 92px 0 56px;
    background:
        radial-gradient(circle at 16% 12%, rgba(124, 58, 237, 0.14), transparent 32%),
        radial-gradient(circle at 88% 10%, rgba(255, 122, 26, 0.08), transparent 26%),
        linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
}

.pm-location-hero-v2::before {
    content: "";
    position: absolute;
    inset: auto -120px -180px auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.12), transparent 68%);
    pointer-events: none;
}

.pm-location-hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 48px;
    align-items: center;
}

.pm-location-hero-copy h1 {
    max-width: 820px;
    margin: 0 0 22px;
    color: var(--pm-text);
    font-size: clamp(54px, 7vw, 96px);
    line-height: 0.9;
    letter-spacing: -0.085em;
}

.pm-location-hero-v2 .pm-location-lead {
    max-width: 650px;
    color: rgba(22, 18, 31, 0.68);
    font-size: 20px;
    line-height: 1.55;
    font-weight: 650;
}

.pm-location-hero-v2 .pm-location-actions {
    margin-top: 34px;
}

.pm-location-hero-v2 .pm-location-primary,
.pm-location-hero-v2 .pm-location-secondary {
    min-height: 60px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 950;
}

.pm-location-hero-v2 .pm-location-primary {
    background: linear-gradient(135deg, var(--pm-primary), var(--pm-primary-dark));
    color: #fff !important;
    box-shadow: 0 20px 46px rgba(124, 58, 237, 0.28);
}

.pm-location-hero-v2 .pm-location-secondary {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--pm-border);
    color: var(--pm-primary-dark) !important;
    box-shadow: 0 14px 34px rgba(91, 33, 182, 0.055);
}

.pm-location-quick-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.pm-location-quick-points span {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    border: 1px solid rgba(124, 58, 237, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--pm-primary-dark);
    font-size: 13px;
    font-weight: 900;
}

/* RIGHT START CARD */

.pm-location-start-card {
    position: relative;
    padding: 34px;
    border: 1px solid rgba(234, 223, 247, 0.95);
    border-radius: 38px;
    background:
        radial-gradient(circle at 90% 0%, rgba(124, 58, 237, 0.14), transparent 32%),
        rgba(255, 255, 255, 0.88);
    box-shadow: 0 34px 95px rgba(91, 33, 182, 0.13);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    overflow: hidden;
}

.pm-location-start-card::after {
    content: "";
    position: absolute;
    right: -74px;
    bottom: -92px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 122, 26, 0.20), transparent 68%);
    pointer-events: none;
}

.pm-location-start-badge {
    width: fit-content;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: rgba(255, 122, 26, 0.12);
    color: var(--pm-accent-dark);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.pm-location-start-card h2 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    color: var(--pm-text);
    font-size: 34px;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.pm-location-start-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--pm-muted);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 750;
}

.pm-location-start-steps {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 11px;
    margin: 26px 0;
}

.pm-location-start-steps div {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 10px 13px;
    border: 1px solid var(--pm-border);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
}

.pm-location-start-steps b {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 36px;
    border-radius: 50%;
    background: var(--pm-primary-soft);
    color: var(--pm-primary-dark);
    font-size: 13px;
    font-weight: 950;
}

.pm-location-start-steps span {
    color: var(--pm-text);
    font-size: 14px;
    font-weight: 950;
}

.pm-location-start-button {
    position: relative;
    z-index: 2;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--pm-primary), var(--pm-primary-dark));
    color: #fff !important;
    font-size: 15px;
    font-weight: 950;
    box-shadow: 0 18px 42px rgba(124, 58, 237, 0.25);
}

.pm-location-service-pills {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.pm-location-service-pills span {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.08);
    color: var(--pm-primary-dark);
    font-size: 12px;
    font-weight: 850;
}

/* HERO STATS */

.pm-location-hero-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 42px;
}

.pm-location-hero-stats div {
    padding: 22px 24px;
    border: 1px solid rgba(234, 223, 247, 0.95);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 50px rgba(91, 33, 182, 0.065);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.pm-location-hero-stats strong {
    display: block;
    color: var(--pm-primary-dark);
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.045em;
}

.pm-location-hero-stats span {
    display: block;
    margin-top: 8px;
    color: var(--pm-muted);
    font-size: 14px;
    font-weight: 800;
}

/* ESKİ TRUST BLOĞUNU DAHA SAKİN YAP */

.pm-location-trust {
    padding: 22px 0 54px;
}

.pm-location-trust-grid div {
    background: rgba(255, 255, 255, 0.72) !important;
    box-shadow: none !important;
}

/* SECTIONS DAHA PREMIUM BOŞLUK */

.pm-location-section,
.pm-location-process,
.pm-location-faq,
.pm-location-other,
.pm-location-cta {
    padding: 70px 0;
}

.pm-location-text-card,
.pm-location-repair-card,
.pm-location-brand-card,
.pm-location-process-grid article,
.pm-location-faq-list details,
.pm-location-other-grid a {
    border-color: rgba(234, 223, 247, 0.95) !important;
    box-shadow: 0 18px 54px rgba(91, 33, 182, 0.055) !important;
}

/* RESPONSIVE */

@media (max-width: 1020px) {
    .pm-location-hero-shell {
        grid-template-columns: 1fr;
    }

    .pm-location-start-card {
        max-width: 620px;
    }

    .pm-location-hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .pm-location-hero-v2 {
        padding: 58px 0 40px;
    }

    .pm-location-hero-copy h1 {
        font-size: clamp(44px, 13vw, 62px);
        letter-spacing: -0.07em;
    }

    .pm-location-hero-v2 .pm-location-lead {
        font-size: 17px;
    }

    .pm-location-hero-stats {
        grid-template-columns: 1fr;
    }

    .pm-location-start-card {
        padding: 26px;
        border-radius: 28px;
    }

    .pm-location-start-card h2 {
        font-size: 30px;
    }

    .pm-location-hero-v2 .pm-location-actions {
        flex-direction: column;
    }

    .pm-location-hero-v2 .pm-location-primary,
    .pm-location-hero-v2 .pm-location-secondary {
        width: 100%;
    }

    .pm-location-section,
    .pm-location-process,
    .pm-location-faq,
    .pm-location-other,
    .pm-location-cta {
        padding: 48px 0;
    }
}

/* =========================================================
   CITY SEO PAGES - SEO REQUEST STRUCTURE
========================================================= */

.pm-city-seo-page {
    background:
        radial-gradient(circle at 12% 8%, rgba(124, 58, 237, 0.11), transparent 32%),
        radial-gradient(circle at 88% 12%, rgba(255, 122, 26, 0.06), transparent 28%),
        linear-gradient(180deg, #fff 0%, #fbf8ff 100%);
    overflow: hidden;
}

.pm-city-hero {
    padding: 88px 0 58px;
}

.pm-city-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 50px;
    align-items: center;
}

.pm-city-hero-copy h1 {
    max-width: 880px;
    margin: 0 0 22px;
    color: var(--pm-text);
    font-size: clamp(54px, 7vw, 92px);
    line-height: 0.92;
    letter-spacing: -0.08em;
}

.pm-city-lead {
    max-width: 700px;
    margin: 0;
    color: var(--pm-muted);
    font-size: 19px;
    line-height: 1.6;
    font-weight: 650;
}

.pm-city-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.pm-city-primary,
.pm-city-secondary {
    min-height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 950;
}

.pm-city-primary {
    background: linear-gradient(135deg, var(--pm-primary), var(--pm-primary-dark));
    color: #fff !important;
    box-shadow: 0 20px 46px rgba(124, 58, 237, 0.28);
}

.pm-city-secondary {
    border: 1px solid var(--pm-border);
    background: rgba(255,255,255,.78);
    color: var(--pm-primary-dark) !important;
}

.pm-city-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.pm-city-points span {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    border: 1px solid rgba(124, 58, 237, 0.16);
    border-radius: 999px;
    background: rgba(255,255,255,.78);
    color: var(--pm-primary-dark);
    font-size: 13px;
    font-weight: 900;
}

/* HERO START CARD */

.pm-city-start-card {
    padding: 34px;
    border: 1px solid rgba(234, 223, 247, 0.95);
    border-radius: 38px;
    background:
        radial-gradient(circle at 90% 0%, rgba(124,58,237,.13), transparent 32%),
        rgba(255,255,255,.9);
    box-shadow: 0 34px 95px rgba(91,33,182,.13);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.pm-city-start-card > span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: rgba(255,122,26,.12);
    color: var(--pm-accent-dark);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.pm-city-start-card h2 {
    margin: 0 0 22px;
    color: var(--pm-text);
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.06em;
}

.pm-city-start-list {
    display: grid;
    gap: 12px;
    margin-bottom: 26px;
}

.pm-city-start-list div {
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 10px 13px;
    border: 1px solid var(--pm-border);
    border-radius: 18px;
    background: rgba(255,255,255,.84);
}

.pm-city-start-list b {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--pm-primary-soft);
    color: var(--pm-primary-dark);
    font-size: 13px;
}

.pm-city-start-list strong {
    color: var(--pm-text);
    font-size: 14px;
}

.pm-city-start-card > a {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--pm-primary), var(--pm-primary-dark));
    color: #fff !important;
    font-weight: 950;
}

/* GENERAL SECTION */

.pm-city-brands,
.pm-city-service,
.pm-city-related-services,
.pm-city-links,
.pm-city-seo-text,
.pm-city-faq,
.pm-city-cta {
    padding: 70px 0;
}

.pm-city-section-head {
    margin-bottom: 30px;
}

.pm-city-section-head.center {
    text-align: center;
}

.pm-city-section-head h2,
.pm-city-service-grid h2,
.pm-city-faq-grid h2,
.pm-city-cta-card h2 {
    margin: 0;
    color: var(--pm-text);
    font-size: clamp(34px, 4vw, 56px);
    line-height: .98;
    letter-spacing: -.065em;
}

.pm-city-section-head p:not(.pm-eyebrow) {
    max-width: 720px;
    margin: 12px 0 0;
    color: var(--pm-muted);
    font-size: 16px;
    line-height: 1.55;
}

/* BRAND GRID */

.pm-city-brand-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.pm-city-brand-card {
    min-height: 172px;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(234,223,247,.95);
    border-radius: 30px;
    background: #fff;
    color: var(--pm-text) !important;
    box-shadow: 0 18px 54px rgba(91,33,182,.055);
    transition: .2s ease;
}

.pm-city-brand-card:hover {
    transform: translateY(-4px);
    border-color: var(--pm-primary);
    box-shadow: 0 26px 76px rgba(124,58,237,.15);
}

.pm-city-brand-media {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    background: var(--pm-primary-soft);
}

.pm-city-brand-media img {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}

.pm-city-brand-media span {
    color: var(--pm-primary-dark);
    font-size: 30px;
    font-weight: 950;
}

.pm-city-brand-card strong {
    display: block;
    color: var(--pm-text);
    font-size: 20px;
    line-height: 1.05;
    letter-spacing: -0.045em;
}

.pm-city-brand-card p {
    margin: 8px 0 0;
    color: var(--pm-muted);
    font-size: 14px;
    line-height: 1.45;
}

/* SERVICE TEXT */

.pm-city-service-grid,
.pm-city-faq-grid {
    display: grid;
    grid-template-columns: 420px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}

.pm-city-service-card {
    padding: 34px;
    border: 1px solid var(--pm-border);
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 18px 54px rgba(91,33,182,.055);
}

.pm-city-service-card p {
    margin: 0;
    color: var(--pm-muted);
    font-size: 17px;
    line-height: 1.7;
}

.pm-city-service-card p + p {
    margin-top: 18px;
}

/* RELATED SERVICES */

.pm-city-service-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pm-city-related-card {
    min-height: 240px;
    display: flex;
    flex-direction: column;
    padding: 26px;
    border: 1px solid rgba(234,223,247,.95);
    border-radius: 30px;
    background: #fff;
    color: var(--pm-text) !important;
    box-shadow: 0 18px 54px rgba(91,33,182,.055);
    transition: .2s ease;
}

.pm-city-related-card:hover {
    transform: translateY(-4px);
    border-color: var(--pm-primary);
    box-shadow: 0 28px 78px rgba(124,58,237,.15);
}

.pm-city-related-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 20px;
    background: var(--pm-primary-soft);
    color: var(--pm-primary-dark);
    font-size: 28px;
    font-weight: 950;
}

.pm-city-related-card span {
    color: var(--pm-accent-dark);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.pm-city-related-card strong {
    display: block;
    margin-top: 10px;
    color: var(--pm-text);
    font-size: 24px;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.pm-city-related-card p {
    margin: 12px 0 18px;
    color: var(--pm-muted);
    font-size: 14px;
    line-height: 1.5;
}

.pm-city-related-card b {
    margin-top: auto;
    color: var(--pm-primary);
    font-size: 14px;
}

/* CITY LINKS */

.pm-city-link-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.pm-city-link-grid a {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 20px;
    border: 1px solid var(--pm-border);
    border-radius: 20px;
    background: #fff;
    color: var(--pm-text) !important;
    font-weight: 950;
    box-shadow: 0 14px 34px rgba(91,33,182,.045);
}

.pm-city-link-grid a:hover {
    border-color: var(--pm-primary);
    background: var(--pm-primary-soft);
    color: var(--pm-primary-dark) !important;
}

/* FAQ */

.pm-city-faq-list {
    display: grid;
    gap: 12px;
}

.pm-city-faq-list details {
    border: 1px solid var(--pm-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(91,33,182,.045);
    overflow: hidden;
}

.pm-city-faq-list summary {
    cursor: pointer;
    padding: 20px 22px;
    color: var(--pm-text);
    font-weight: 950;
}

.pm-city-faq-list p {
    margin: 0;
    padding: 0 22px 22px;
    color: var(--pm-muted);
    line-height: 1.55;
}

/* CTA */

.pm-city-cta-card {
    text-align: center;
    padding: 58px 28px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 92% 20%, rgba(255,122,26,.18), transparent 28%),
        linear-gradient(135deg, var(--pm-primary), var(--pm-primary-dark));
    color: #fff;
    box-shadow: 0 30px 90px rgba(124,58,237,.28);
}

.pm-city-cta-card h2 {
    color: #fff;
}

.pm-city-cta-card p {
    max-width: 620px;
    margin: 14px auto 28px;
    color: rgba(255,255,255,.82);
    font-size: 17px;
}

.pm-city-cta-card a {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border-radius: 999px;
    background: #fff;
    color: var(--pm-primary-dark) !important;
    font-weight: 950;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .pm-city-hero-grid,
    .pm-city-service-grid,
    .pm-city-faq-grid {
        grid-template-columns: 1fr;
    }

    .pm-city-brand-grid,
    .pm-city-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pm-city-service-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pm-city-start-card {
        max-width: 620px;
    }
}

@media (max-width: 680px) {
    .pm-city-hero {
        padding: 58px 0 36px;
    }

    .pm-city-hero-copy h1 {
        font-size: clamp(42px, 12vw, 62px);
    }

    .pm-city-actions {
        flex-direction: column;
    }

    .pm-city-primary,
    .pm-city-secondary {
        width: 100%;
    }

    .pm-city-brand-grid,
    .pm-city-service-card-grid,
    .pm-city-link-grid {
        grid-template-columns: 1fr;
    }

    .pm-city-brand-card {
        grid-template-columns: 64px minmax(0, 1fr);
        padding: 20px;
    }

    .pm-city-service-card,
    .pm-city-start-card {
        padding: 24px;
        border-radius: 26px;
    }

    .pm-city-brands,
    .pm-city-service,
    .pm-city-related-services,
    .pm-city-links,
    .pm-city-seo-text,
    .pm-city-faq,
    .pm-city-cta {
        padding: 48px 0;
    }
}

/* =========================================================
   CITY PAGE FIXES - MOBILE MODEL FINDER / PHOTO SERVICES
========================================================= */

/* TIKLI KUTULARI KALDIR */
.pm-city-points {
    display: none !important;
}

/* HERO PHONE FINDER */

.pm-city-hero-mobile .pm-city-hero-grid {
    grid-template-columns: minmax(0, 1fr) 480px;
}

.pm-city-phone-finder {
    padding: 34px;
    border: 1px solid rgba(234, 223, 247, 0.95);
    border-radius: 38px;
    background:
        radial-gradient(circle at 90% 0%, rgba(124, 58, 237, 0.13), transparent 32%),
        rgba(255, 255, 255, 0.92);
    box-shadow: 0 34px 95px rgba(91, 33, 182, 0.13);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

.pm-city-phone-finder > span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    margin-bottom: 20px;
    border-radius: 999px;
    background: rgba(255, 122, 26, 0.12);
    color: var(--pm-accent-dark);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.pm-city-phone-finder h2 {
    margin: 0 0 10px;
    color: var(--pm-text);
    font-size: 34px;
    line-height: 1;
    letter-spacing: -0.06em;
}

.pm-city-phone-finder p {
    margin: 0 0 24px;
    color: var(--pm-muted);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 750;
}

.pm-city-phone-select {
    margin-bottom: 18px;
}

.pm-city-phone-select label {
    display: block;
    margin-bottom: 8px;
    color: var(--pm-muted);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.pm-city-phone-select select {
    width: 100%;
    min-height: 56px;
    padding: 0 18px;
    border: 1px solid var(--pm-border);
    border-radius: 18px;
    background: #fff;
    color: var(--pm-text);
    font-size: 15px;
    font-weight: 850;
    outline: none;
}

.pm-city-phone-select select:focus {
    border-color: var(--pm-primary);
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.10);
}

.pm-city-model-list {
    display: grid;
    gap: 10px;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 4px;
}

.pm-city-model-list::-webkit-scrollbar {
    width: 6px;
}

.pm-city-model-list::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.22);
}

.pm-city-model-empty {
    padding: 18px;
    border: 1px dashed rgba(124, 58, 237, 0.25);
    border-radius: 18px;
    background: rgba(251, 248, 255, 0.8);
    color: var(--pm-muted);
    font-size: 14px;
    font-weight: 850;
}

.pm-city-model-card {
    min-height: 74px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid var(--pm-border);
    border-radius: 20px;
    background: #fff;
    color: var(--pm-text) !important;
    transition: 0.18s ease;
}

.pm-city-model-card:hover {
    border-color: var(--pm-primary);
    background: var(--pm-primary-soft);
    transform: translateY(-2px);
}

.pm-city-model-image {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: #fbf8ff;
}

.pm-city-model-image img {
    max-width: 42px;
    max-height: 42px;
    object-fit: contain;
}

.pm-city-model-image span {
    color: var(--pm-primary-dark);
    font-size: 22px;
    font-weight: 950;
}

.pm-city-model-card strong {
    display: block;
    color: var(--pm-text);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 950;
}

.pm-city-model-card small {
    display: block;
    margin-top: 3px;
    color: var(--pm-muted);
    font-size: 12px;
    font-weight: 800;
}

/* RELATED SERVICE FOTOĞRAFLI KART */

.pm-city-related-card-photo {
    display: grid !important;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-height: 230px;
}

.pm-city-related-card-photo .pm-city-related-icon {
    display: none !important;
}

.pm-city-related-media {
    width: 132px;
    height: 150px;
    display: grid;
    place-items: center;
    border-radius: 26px;
    background:
        radial-gradient(circle at 50% 40%, rgba(124,58,237,.14), transparent 60%),
        #fbf8ff;
    overflow: hidden;
}

.pm-city-related-media img {
    max-width: 118px;
    max-height: 132px;
    object-fit: contain;
    filter: drop-shadow(0 14px 24px rgba(22,18,31,.13));
}

.pm-city-related-media span {
    padding: 0 14px;
    text-align: center;
    color: var(--pm-muted);
    font-size: 12px;
    font-weight: 900;
}

.pm-city-related-content span {
    display: block;
    margin-bottom: 9px;
    color: var(--pm-accent-dark);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.pm-city-related-content strong {
    display: block;
    color: var(--pm-text);
    font-size: 25px;
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.pm-city-related-content p {
    margin: 10px 0 16px;
    color: var(--pm-muted);
    font-size: 14px;
    line-height: 1.5;
}

.pm-city-related-content b {
    color: var(--pm-primary);
    font-size: 14px;
    font-weight: 950;
}

/* ŞEHİR LİNKLERİ FOOTER GİBİ SADE */

.pm-city-link-grid {
    display: none !important;
}

.pm-city-text-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 22px;
    max-width: 900px;
}

.pm-city-text-links a {
    color: rgba(22, 18, 31, 0.58) !important;
    font-size: 16px;
    font-weight: 850;
    line-height: 1.7;
    text-decoration: none;
    transition: 0.18s ease;
}

.pm-city-text-links a:hover {
    color: var(--pm-primary-dark) !important;
}

/* SEO BİLGİLERİ KISMINI GARANTİDEN GİZLE */
.pm-city-seo-text {
    display: none !important;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .pm-city-hero-mobile .pm-city-hero-grid {
        grid-template-columns: 1fr;
    }

    .pm-city-phone-finder {
        max-width: 640px;
    }
}

@media (max-width: 760px) {
    .pm-city-related-card-photo {
        grid-template-columns: 1fr;
    }

    .pm-city-related-media {
        width: 100%;
        height: 190px;
    }

    .pm-city-related-media img {
        max-height: 160px;
    }

    .pm-city-text-links {
        display: grid;
        gap: 10px;
    }

    .pm-city-text-links a {
        font-size: 15px;
    }
}

/* =========================================================
   CITY LINKS - NEARBY CITIES BOX
========================================================= */

.pm-city-text-links,
.pm-city-link-grid {
    display: none !important;
}

.pm-city-links {
    padding: 64px 0;
}

.pm-city-nearby-box {
    width: min(100%, 720px);
    border: 1px solid rgba(214, 207, 224, 0.9);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 16px 42px rgba(91, 33, 182, 0.055);
}

.pm-city-nearby-head {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    background: #f1f1f1;
    color: var(--pm-text);
    font-size: 20px;
    font-weight: 950;
    text-align: center;
}

.pm-city-nearby-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 34px;
    padding: 28px 34px 32px;
}

.pm-city-nearby-link {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    color: rgba(22, 18, 31, 0.78) !important;
    text-decoration: none !important;
    transition: 0.18s ease;
}

.pm-city-nearby-link:hover {
    color: var(--pm-primary-dark) !important;
}

.pm-city-nearby-link:hover .pm-city-pin {
    transform: translateY(-2px);
}

.pm-city-pin {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    color: var(--pm-accent);
    transition: 0.18s ease;
}

.pm-city-pin svg {
    width: 22px;
    height: 22px;
    display: block;
    fill: currentColor;
}

.pm-city-pin svg circle {
    fill: #fff;
}

.pm-city-nearby-link strong {
    display: block;
    color: inherit;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.45;
}

@media (max-width: 720px) {
    .pm-city-nearby-box {
        width: 100%;
    }

    .pm-city-nearby-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px;
    }

    .pm-city-nearby-head {
        font-size: 18px;
    }
}

/* =========================================================
   NEARBY CITIES - FULL WIDTH FIX
========================================================= */

.pm-city-nearby-box {
    width: 100% !important;
    max-width: none !important;
}

.pm-city-nearby-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px 34px !important;
    padding: 34px 42px 38px !important;
}

.pm-city-nearby-head {
    justify-content: flex-start !important;
    padding: 0 42px !important;
    text-align: left !important;
}

@media (max-width: 1100px) {
    .pm-city-nearby-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    .pm-city-nearby-grid {
        grid-template-columns: 1fr !important;
        padding: 24px !important;
    }

    .pm-city-nearby-head {
        justify-content: center !important;
        padding: 0 22px !important;
        text-align: center !important;
    }
}

/* =========================================================
   CITY HERO - MODEL SEARCH BOX
========================================================= */

.pm-city-model-search-box .pm-city-phone-select {
    display: none !important;
}

.pm-city-model-search {
    margin-bottom: 18px;
}

.pm-city-model-search label {
    display: block;
    margin-bottom: 8px;
    color: var(--pm-muted);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
}

.pm-city-model-search-input {
    position: relative;
}

.pm-city-model-search-input::before {
    content: "⌕";
    position: absolute;
    left: 18px;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    color: var(--pm-primary);
    font-size: 22px;
    font-weight: 950;
    pointer-events: none;
}

.pm-city-model-search-input input {
    width: 100%;
    min-height: 58px;
    padding: 0 18px 0 52px !important;
    border: 1px solid var(--pm-border) !important;
    border-radius: 18px;
    background: #fff !important;
    color: var(--pm-text);
    font-size: 15px;
    font-weight: 850;
    outline: none !important;
    box-shadow: none !important;
}

.pm-city-model-search-input input:focus {
    border-color: var(--pm-primary) !important;
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.10) !important;
}

.pm-city-model-search-input input::placeholder {
    color: rgba(22, 18, 31, 0.42);
}

.pm-city-model-list {
    margin-top: 16px;
}

/* =========================================================
   CITY SEO — SEO REQUEST FINAL OVERRIDES
   1) Marka kartları masaüstünde tek sıra
   2) Eski service-card alanı PHP'den kaldırıldı
   3) Yeni SEO metin alanı
   4) SEO sonrası iki related link
========================================================= */


/* 5 ana marka — tek sıra */

.pm-city-seo-page .pm-city-brand-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.pm-city-seo-page .pm-city-brand-card {
    min-height: 150px;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 14px;
    padding: 20px;
    border-radius: 18px;
}

.pm-city-seo-page .pm-city-brand-media {
    width: 62px;
    height: 62px;
    border-radius: 16px;
}

.pm-city-seo-page .pm-city-brand-media img {
    max-width: 42px;
    max-height: 42px;
}

.pm-city-seo-page .pm-city-brand-card strong {
    font-size: 17px;
}

.pm-city-seo-page .pm-city-brand-card p {
    font-size: 12px;
    line-height: 1.45;
}


/* SEO CONTENT */

.pm-city-seo-page .pm-city-seo-content {
    padding: 84px 0 90px;
    background: #fff;
    border-top: 1px solid rgba(124, 58, 237, .10);
    border-bottom: 1px solid rgba(124, 58, 237, .10);
}

.pm-city-seo-page .pm-city-seo-content-head {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
    gap: 54px;
    align-items: end;
    margin-bottom: 50px;
}

.pm-city-seo-page .pm-city-seo-content-head h2 {
    max-width: 720px;
    margin: 0;
    color: var(--pm-text);
    font-size: clamp(36px, 4vw, 56px);
    line-height: .98;
    letter-spacing: -.06em;
}

.pm-city-seo-page .pm-city-seo-content-head > p:last-child {
    margin: 0;
    color: var(--pm-muted);
    font-size: 16px;
    line-height: 1.75;
}

.pm-city-seo-page .pm-city-seo-content-list {
    max-width: 980px;
    margin-left: auto;
}

.pm-city-seo-page .pm-city-seo-content-list article {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
    gap: 42px;
    padding: 34px 0;
    border-top: 1px solid rgba(22, 18, 31, .12);
}

.pm-city-seo-page .pm-city-seo-content-list article:first-child {
    border-top-color: rgba(124, 58, 237, .28);
}

.pm-city-seo-page .pm-city-seo-content-list h3 {
    margin: 0;
    color: var(--pm-text);
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.pm-city-seo-page .pm-city-seo-content-list p {
    margin: 0;
    color: var(--pm-muted);
    font-size: 15px;
    line-height: 1.8;
}


/* RELATED LINKS */

.pm-city-seo-page .pm-city-related-links {
    padding: 58px 0 64px;
    background: #fbf8ff;
}

.pm-city-seo-page .pm-city-related-links-inner {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: 50px;
    align-items: center;
}

.pm-city-seo-page .pm-city-related-links-inner h2 {
    margin: 0;
    color: var(--pm-text);
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1;
    letter-spacing: -.045em;
}

.pm-city-seo-page .pm-city-related-links-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border: 1px solid rgba(124, 58, 237, .14);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.pm-city-seo-page .pm-city-related-links-list a {
    min-height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 22px 26px;
    color: var(--pm-text) !important;
    text-decoration: none !important;
    transition: .18s ease;
}

.pm-city-seo-page .pm-city-related-links-list a + a {
    border-left: 1px solid rgba(124, 58, 237, .14);
}

.pm-city-seo-page .pm-city-related-links-list a:hover {
    background: rgba(124, 58, 237, .055);
}

.pm-city-seo-page .pm-city-related-links-list span {
    margin-bottom: 7px;
    color: var(--pm-accent-dark);
    font-size: 10px;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.pm-city-seo-page .pm-city-related-links-list strong {
    color: var(--pm-text);
    font-size: 17px;
    line-height: 1.25;
}


/* RESPONSIVE */

@media (max-width: 1100px) {
    .pm-city-seo-page .pm-city-brand-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }

    .pm-city-seo-page .pm-city-seo-content-head,
    .pm-city-seo-page .pm-city-related-links-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 760px) {
    .pm-city-seo-page .pm-city-brand-grid {
        grid-template-columns: 1fr !important;
    }

    .pm-city-seo-page .pm-city-seo-content {
        padding: 62px 0 68px;
    }

    .pm-city-seo-page .pm-city-seo-content-list article {
        grid-template-columns: 1fr;
        gap: 13px;
        padding: 28px 0;
    }

    .pm-city-seo-page .pm-city-related-links-list {
        grid-template-columns: 1fr;
    }

    .pm-city-seo-page .pm-city-related-links-list a + a {
        border-left: 0;
        border-top: 1px solid rgba(124, 58, 237, .14);
    }
}

/* =========================================================
   CITY SEO CONTENT FIX
   Sadece SEO metin alanının üst bölümündeki layout sorununu düzeltir
========================================================= */

.pm-city-seo-page .pm-city-seo-content {
    padding: 72px 0 80px;
    background: #fff;
    border-top: 1px solid rgba(124, 58, 237, 0.10);
    border-bottom: 1px solid rgba(124, 58, 237, 0.10);
}

.pm-city-seo-page .pm-city-seo-content-head {
    display: block !important;
    max-width: 1040px;
    margin: 0 auto 42px;
}

.pm-city-seo-page .pm-city-seo-content-head .pm-eyebrow {
    display: block;
    margin: 0 0 14px;
}

.pm-city-seo-page .pm-city-seo-content-head h2 {
    max-width: 820px;
    margin: 0 0 18px;
    color: var(--pm-text);
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.pm-city-seo-page .pm-city-seo-content-head > p:last-child {
    max-width: 760px;
    margin: 0;
    color: var(--pm-muted);
    font-size: 16px;
    line-height: 1.8;
}

/* Alt SEO maddeleri */
.pm-city-seo-page .pm-city-seo-content-list {
    max-width: 1040px;
    margin: 0 auto;
}

.pm-city-seo-page .pm-city-seo-content-list article {
    display: grid;
    grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
    gap: 34px;
    align-items: start;
    padding: 28px 0;
    border-top: 1px solid rgba(22, 18, 31, 0.10);
}

.pm-city-seo-page .pm-city-seo-content-list article:first-child {
    border-top: 1px solid rgba(124, 58, 237, 0.22);
}

.pm-city-seo-page .pm-city-seo-content-list h3 {
    margin: 0;
    color: var(--pm-text);
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.pm-city-seo-page .pm-city-seo-content-list p {
    margin: 0;
    color: var(--pm-muted);
    font-size: 15px;
    line-height: 1.8;
}

/* Mobil düzeltme */
@media (max-width: 900px) {
    .pm-city-seo-page .pm-city-seo-content {
        padding: 54px 0 60px;
    }

    .pm-city-seo-page .pm-city-seo-content-head {
        margin-bottom: 28px;
    }

    .pm-city-seo-page .pm-city-seo-content-head h2 {
        font-size: clamp(30px, 8vw, 44px);
        line-height: 1.06;
    }

    .pm-city-seo-page .pm-city-seo-content-list article {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 22px 0;
    }

    .pm-city-seo-page .pm-city-seo-content-list h3 {
        font-size: 24px;
    }
}