/* =========================================================
   PLUS MOBILE - LAPTOP LOCATION SEO
   /assets/css/pm-laptop-location.css

   Wien / Graz / Linz / Salzburg / Klagenfurt
========================================================= */


/* =========================================================
   PAGE
========================================================= */

.pm-laptop-location-page {
    position: relative;
    width: 100%;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 10% 5%,
            rgba(124, 58, 237, 0.09),
            transparent 27%
        ),
        radial-gradient(
            circle at 92% 9%,
            rgba(255, 122, 26, 0.055),
            transparent 25%
        ),
        #fcfaff;

    color: var(--pm-text);
}


/* =========================================================
   COMMON SECTION SPACING
========================================================= */

.pm-laptop-location-page .pm-laptop-hero {
    padding: 74px 0 54px;
}

.pm-laptop-location-page .pm-laptop-intro,
.pm-laptop-location-page .pm-laptop-prices,
.pm-laptop-location-page .pm-laptop-brands,
.pm-laptop-location-page .pm-laptop-display-seo,
.pm-laptop-location-page .pm-laptop-why,
.pm-laptop-location-page .pm-laptop-process,
.pm-laptop-location-page .pm-laptop-bonus,
.pm-laptop-location-page .pm-laptop-local,
.pm-laptop-location-page .pm-laptop-city-links,
.pm-laptop-location-page .pm-laptop-faq,
.pm-laptop-location-page .pm-laptop-final-cta {
    padding: 54px 0;
}


/* =========================================================
   EYEBROW
========================================================= */

.pm-laptop-location-page .pm-eyebrow {
    display: inline-flex;
    align-items: center;

    margin: 0 0 16px;

    color: var(--pm-primary);

    font-size: 12px;
    line-height: 1;
    font-weight: 950;

    text-transform: uppercase;
    letter-spacing: 0.055em;
}


/* =========================================================
   HERO
========================================================= */

.pm-laptop-location-page .pm-laptop-hero .pm-container {
    position: relative;
}


.pm-laptop-location-page .pm-laptop-hero-copy {
    position: relative;

    max-width: 1180px;

    padding: 54px 58px 56px;

    overflow: hidden;

    border: 1px solid rgba(124, 58, 237, 0.14);
    border-radius: 32px;

    background: rgba(255, 255, 255, 0.94);

    box-shadow:
        0 28px 80px rgba(56, 31, 91, 0.08);
}


/* decorative purple line */

.pm-laptop-location-page .pm-laptop-hero-copy::before {
    content: "";

    position: absolute;
    top: 0;
    left: 58px;

    width: 112px;
    height: 5px;

    border-radius: 0 0 999px 999px;

    background: var(--pm-primary);
}


/* soft corner shape */

.pm-laptop-location-page .pm-laptop-hero-copy::after {
    content: "";

    position: absolute;
    top: -110px;
    right: -90px;

    width: 310px;
    height: 310px;

    border-radius: 50%;

    background: rgba(124, 58, 237, 0.055);

    pointer-events: none;
}


.pm-laptop-location-page .pm-laptop-hero-copy h1 {
    position: relative;
    z-index: 2;

    max-width: 970px;

    margin: 0;

    color: var(--pm-text);

    font-size: clamp(52px, 5.3vw, 78px);
    line-height: 0.96;

    letter-spacing: -0.065em;
    font-weight: 950;
}


.pm-laptop-location-page .pm-laptop-lead {
    position: relative;
    z-index: 2;

    max-width: 820px;

    margin: 24px 0 0;

    color: var(--pm-muted);

    font-size: 18px;
    line-height: 1.72;

    font-weight: 650;
}


.pm-laptop-location-page .pm-laptop-actions {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    flex-wrap: wrap;

    gap: 14px;

    margin-top: 30px;
}


.pm-laptop-location-page .pm-laptop-primary {
    min-height: 56px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 27px;

    border-radius: 999px;

    background: var(--pm-primary);

    color: #fff !important;

    font-size: 14px;
    line-height: 1;
    font-weight: 950;

    box-shadow:
        0 16px 34px rgba(124, 58, 237, 0.24);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}


.pm-laptop-location-page .pm-laptop-primary:hover {
    transform: translateY(-2px);

    background: var(--pm-primary-dark);

    box-shadow:
        0 22px 42px rgba(124, 58, 237, 0.30);
}


/* =========================================================
   INTRO / GENERIC SEO CARD
========================================================= */

.pm-laptop-location-page .pm-laptop-intro-card {
    position: relative;

    padding: 42px 46px;

    border: 1px solid rgba(124, 58, 237, 0.12);
    border-radius: 28px;

    background: #fff;

    box-shadow:
        0 18px 55px rgba(61, 35, 94, 0.055);
}


.pm-laptop-location-page .pm-laptop-intro-card h2 {
    max-width: 900px;

    margin: 0;

    color: var(--pm-text);

    font-size: clamp(34px, 3.6vw, 52px);
    line-height: 1;

    letter-spacing: -0.055em;
    font-weight: 950;
}


.pm-laptop-location-page .pm-laptop-intro-card > p:not(.pm-eyebrow) {
    max-width: 940px;

    margin: 17px 0 0;

    color: var(--pm-muted);

    font-size: 16px;
    line-height: 1.75;

    font-weight: 600;
}


/* =========================================================
   PRICE SECTION
========================================================= */

.pm-laptop-location-page .pm-laptop-prices {
    padding-top: 44px;
}


.pm-laptop-location-page .pm-laptop-price-card {
    position: relative;

    overflow: hidden;

    border: 1px solid rgba(124, 58, 237, 0.13);
    border-radius: 30px;

    background: #fff;

    box-shadow:
        0 24px 65px rgba(52, 29, 84, 0.07);
}


.pm-laptop-location-page .pm-laptop-price-card::before {
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 4px;

    background: var(--pm-primary);
}


.pm-laptop-location-page .pm-laptop-price-head {
    padding: 42px 46px 30px;
}


.pm-laptop-location-page .pm-laptop-price-head h2 {
    max-width: 900px;

    margin: 0;

    color: var(--pm-text);

    font-size: clamp(36px, 4vw, 56px);
    line-height: 0.98;

    letter-spacing: -0.06em;
    font-weight: 950;
}


.pm-laptop-location-page .pm-laptop-price-head > p:not(.pm-eyebrow) {
    max-width: 820px;

    margin: 17px 0 0;

    color: var(--pm-muted);

    font-size: 16px;
    line-height: 1.7;

    font-weight: 600;
}


/* table wrapper */

.pm-laptop-location-page .pm-laptop-price-table-wrap {
    width: calc(100% - 92px);

    margin: 0 46px 28px;

    overflow: hidden;

    border: 1px solid var(--pm-border);
    border-radius: 18px;

    background: #fff;
}


.pm-laptop-location-page .pm-laptop-price-table {
    width: 100%;

    border-collapse: collapse;
    border-spacing: 0;

    background: #fff;
}


.pm-laptop-location-page .pm-laptop-price-table th {
    padding: 15px 20px;

    background: #f6f0ff;

    color: var(--pm-text);

    font-size: 13px;
    line-height: 1.3;
    font-weight: 950;

    text-align: left;
}


.pm-laptop-location-page .pm-laptop-price-table th:last-child {
    width: 160px;

    text-align: right;
}


.pm-laptop-location-page .pm-laptop-price-table td {
    padding: 16px 20px;

    border-top: 1px solid #eee7f6;

    color: var(--pm-text);

    font-size: 15px;
    line-height: 1.4;

    font-weight: 650;

    vertical-align: middle;
}


.pm-laptop-location-page .pm-laptop-price-table td:last-child {
    color: var(--pm-primary-dark);

    text-align: right;

    font-weight: 950;
}


.pm-laptop-location-page .pm-laptop-price-table tbody tr {
    transition:
        background 0.18s ease,
        transform 0.18s ease;
}


.pm-laptop-location-page .pm-laptop-price-table tbody tr:hover {
    background: #fbf8ff;
}


.pm-laptop-location-page .pm-laptop-price-note {
    margin: 0;

    padding: 0 46px 38px;

    color: var(--pm-muted);

    font-size: 13px;
    line-height: 1.6;

    font-weight: 650;
}


/* =========================================================
   SECTION HEAD
========================================================= */

.pm-laptop-location-page .pm-laptop-section-head {
    max-width: 930px;

    margin-bottom: 30px;
}


.pm-laptop-location-page .pm-laptop-section-head.center {
    max-width: 900px;

    margin-left: auto;
    margin-right: auto;

    text-align: center;
}


.pm-laptop-location-page .pm-laptop-section-head h2 {
    margin: 0;

    color: var(--pm-text);

    font-size: clamp(38px, 4vw, 58px);
    line-height: 0.98;

    letter-spacing: -0.06em;
    font-weight: 950;
}


.pm-laptop-location-page
.pm-laptop-section-head
> p:not(.pm-eyebrow) {
    max-width: 760px;

    margin: 15px 0 0;

    color: var(--pm-muted);

    font-size: 16px;
    line-height: 1.65;

    font-weight: 600;
}


.pm-laptop-location-page
.pm-laptop-section-head.center
> p:not(.pm-eyebrow) {
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   BRANDS
========================================================= */

.pm-laptop-location-page .pm-laptop-brands {
    padding-top: 64px;
}


.pm-laptop-location-page .pm-laptop-brand-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;

    align-items: stretch;
}


.pm-laptop-location-page .pm-laptop-brand-card {
    position: relative;

    min-width: 0;

    padding: 30px 30px 34px;

    border: 1px solid rgba(124, 58, 237, 0.13);
    border-radius: 26px;

    background: #fff;

    box-shadow:
        0 18px 48px rgba(58, 33, 88, 0.05);

    transition:
        transform 0.22s ease,
        box-shadow 0.22s ease,
        border-color 0.22s ease;
}


.pm-laptop-location-page .pm-laptop-brand-card:hover {
    transform: translateY(-4px);

    border-color: rgba(124, 58, 237, 0.28);

    box-shadow:
        0 26px 62px rgba(58, 33, 88, 0.09);
}


.pm-laptop-location-page .pm-laptop-brand-card span {
    display: inline-flex;
    align-items: center;

    min-height: 28px;

    margin-bottom: 16px;

    padding: 0 11px;

    border-radius: 999px;

    background: #fff2e8;

    color: var(--pm-accent-dark);

    font-size: 10px;
    line-height: 1;
    font-weight: 950;

    text-transform: uppercase;
    letter-spacing: 0.04em;
}


.pm-laptop-location-page .pm-laptop-brand-card h3 {
    margin: 0 0 15px;

    color: var(--pm-text);

    font-size: 27px;
    line-height: 1.02;

    letter-spacing: -0.045em;
    font-weight: 950;
}


.pm-laptop-location-page .pm-laptop-brand-card p {
    margin: 0;

    color: var(--pm-muted);

    font-size: 15px;
    line-height: 1.72;

    font-weight: 580;
}


/* =========================================================
   DISPLAY SEO
========================================================= */

.pm-laptop-location-page .pm-laptop-display-seo {
    padding-top: 32px;
    padding-bottom: 24px;
}


.pm-laptop-location-page
.pm-laptop-display-seo
.pm-laptop-intro-card {
    overflow: hidden;

    border-left: 4px solid var(--pm-primary);

    background:
        linear-gradient(
            90deg,
            rgba(124, 58, 237, 0.045),
            #fff 42%
        );
}


/* =========================================================
   WHY PLUS MOBILE
========================================================= */

.pm-laptop-location-page .pm-laptop-why {
    padding-top: 24px;
}


.pm-laptop-location-page
.pm-laptop-why
.pm-laptop-intro-card {
    border-left: 4px solid var(--pm-accent);

    background:
        linear-gradient(
            90deg,
            rgba(255, 122, 26, 0.045),
            #fff 42%
        );
}


/* =========================================================
   PROCESS
========================================================= */

.pm-laptop-location-page .pm-laptop-process {
    padding-top: 70px;
}


.pm-laptop-location-page .pm-laptop-process-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 18px;
}


.pm-laptop-location-page .pm-laptop-process-grid article {
    min-width: 0;

    padding: 27px 25px 29px;

    border: 1px solid rgba(124, 58, 237, 0.12);
    border-radius: 24px;

    background: #fff;

    box-shadow:
        0 16px 44px rgba(57, 31, 88, 0.05);

    transition:
        transform 0.2s ease,
        border-color 0.2s ease;
}


.pm-laptop-location-page .pm-laptop-process-grid article:hover {
    transform: translateY(-3px);

    border-color: rgba(124, 58, 237, 0.27);
}


.pm-laptop-location-page .pm-laptop-process-grid b {
    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: var(--pm-primary-soft);

    color: var(--pm-primary-dark);

    font-size: 12px;
    font-weight: 950;
}


.pm-laptop-location-page .pm-laptop-process-grid h3 {
    margin: 18px 0 9px;

    color: var(--pm-text);

    font-size: 20px;
    line-height: 1.08;

    letter-spacing: -0.035em;
    font-weight: 950;
}


.pm-laptop-location-page .pm-laptop-process-grid p {
    margin: 0;

    color: var(--pm-muted);

    font-size: 14px;
    line-height: 1.6;

    font-weight: 580;
}


.pm-laptop-location-page .pm-laptop-center-cta {
    margin-top: 28px;

    text-align: center;
}


.pm-laptop-location-page .pm-laptop-center-cta a {
    min-height: 54px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 26px;

    border-radius: 999px;

    background: var(--pm-primary);

    color: #fff !important;

    font-size: 14px;
    font-weight: 950;

    transition:
        transform 0.2s ease,
        background 0.2s ease;
}


.pm-laptop-location-page .pm-laptop-center-cta a:hover {
    transform: translateY(-2px);

    background: var(--pm-primary-dark);
}


/* =========================================================
   50% BONUS
========================================================= */

.pm-laptop-location-page .pm-laptop-bonus {
    padding-top: 72px;
}


.pm-laptop-location-page .pm-laptop-bonus-card {
    position: relative;

    overflow: hidden;

    padding: 48px 50px;

    border-radius: 30px;

    background: var(--pm-primary);

    color: #fff;

    box-shadow:
        0 28px 75px rgba(124, 58, 237, 0.24);
}


.pm-laptop-location-page .pm-laptop-bonus-card::after {
    content: "";

    position: absolute;
    top: -100px;
    right: -50px;

    width: 290px;
    height: 290px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.08);

    pointer-events: none;
}


.pm-laptop-location-page .pm-laptop-bonus-card span {
    position: relative;
    z-index: 2;

    color: rgba(255, 255, 255, 0.74);

    font-size: 11px;
    font-weight: 950;

    text-transform: uppercase;
    letter-spacing: 0.06em;
}


.pm-laptop-location-page .pm-laptop-bonus-card h2 {
    position: relative;
    z-index: 2;

    max-width: 850px;

    margin: 12px 0;

    color: #fff;

    font-size: clamp(38px, 4.5vw, 62px);
    line-height: 0.96;

    letter-spacing: -0.06em;
    font-weight: 950;
}


.pm-laptop-location-page .pm-laptop-bonus-card p {
    position: relative;
    z-index: 2;

    max-width: 760px;

    margin: 0;

    color: rgba(255, 255, 255, 0.85);

    font-size: 16px;
    line-height: 1.65;

    font-weight: 600;
}


.pm-laptop-location-page .pm-laptop-bonus-link {
    position: relative;
    z-index: 2;

    min-height: 52px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 24px;

    padding: 0 24px;

    border-radius: 999px;

    background: #fff;

    color: var(--pm-primary-dark) !important;

    font-size: 13px;
    font-weight: 950;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.pm-laptop-location-page .pm-laptop-bonus-link:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.12);
}


/* =========================================================
   LOCAL SEO
========================================================= */

.pm-laptop-location-page .pm-laptop-local-card {
    padding: 42px 46px;

    border: 1px solid rgba(124, 58, 237, 0.12);
    border-radius: 28px;

    background: #fff;

    box-shadow:
        0 18px 50px rgba(58, 33, 88, 0.05);
}


.pm-laptop-location-page .pm-laptop-local-card h2 {
    max-width: 900px;

    margin: 0;

    color: var(--pm-text);

    font-size: clamp(36px, 4vw, 54px);
    line-height: 0.98;

    letter-spacing: -0.06em;
    font-weight: 950;
}


.pm-laptop-location-page
.pm-laptop-local-card
> p:not(.pm-eyebrow) {
    max-width: 900px;

    margin: 17px 0 0;

    color: var(--pm-muted);

    font-size: 16px;
    line-height: 1.72;

    font-weight: 600;
}


/* =========================================================
   CITY LINKS
========================================================= */

.pm-laptop-location-page .pm-laptop-city-links {
    padding-top: 18px;
}


.pm-laptop-location-page .pm-laptop-nearby-box {
    overflow: hidden;

    border: 1px solid rgba(124, 58, 237, 0.12);
    border-radius: 22px;

    background: #fff;

    box-shadow:
        0 15px 40px rgba(57, 32, 87, 0.045);
}


.pm-laptop-location-page .pm-laptop-nearby-head {
    min-height: 62px;

    display: flex;
    align-items: center;

    padding: 0 30px;

    border-bottom: 1px solid #eee8f4;

    background: #faf8fc;

    color: var(--pm-text);

    font-size: 16px;
    font-weight: 950;
}


.pm-laptop-location-page .pm-laptop-nearby-grid {
    display: grid;

    grid-template-columns:
        repeat(4, minmax(0, 1fr));

    gap: 10px;

    padding: 20px;
}


.pm-laptop-location-page .pm-laptop-nearby-link {
    min-width: 0;

    display: flex;
    align-items: center;

    gap: 10px;

    padding: 13px 14px;

    border-radius: 14px;

    color: var(--pm-text) !important;

    transition:
        background 0.18s ease,
        color 0.18s ease;
}


.pm-laptop-location-page .pm-laptop-nearby-link:hover {
    background: var(--pm-primary-soft);

    color: var(--pm-primary-dark) !important;
}


.pm-laptop-location-page .pm-laptop-pin {
    width: 18px;
    height: 18px;

    flex: 0 0 18px;

    color: var(--pm-accent);
}


.pm-laptop-location-page .pm-laptop-pin svg {
    display: block;

    width: 18px;
    height: 18px;

    fill: currentColor;
}


.pm-laptop-location-page .pm-laptop-pin svg circle {
    fill: #fff;
}


.pm-laptop-location-page .pm-laptop-nearby-link strong {
    font-size: 13px;
    line-height: 1.35;

    font-weight: 850;
}


/* =========================================================
   FAQ
========================================================= */

.pm-laptop-location-page .pm-laptop-faq {
    padding-top: 74px;
}


.pm-laptop-location-page .pm-laptop-faq-grid {
    display: grid;

    grid-template-columns:
        minmax(280px, 0.72fr)
        minmax(0, 1.28fr);

    gap: 54px;

    align-items: start;
}


.pm-laptop-location-page .pm-laptop-faq-grid > div:first-child {
    position: sticky;

    top: 130px;
}


.pm-laptop-location-page .pm-laptop-faq-grid h2 {
    max-width: 430px;

    margin: 0;

    color: var(--pm-text);

    font-size: clamp(40px, 4.7vw, 62px);
    line-height: 0.94;

    letter-spacing: -0.065em;
    font-weight: 950;
}


.pm-laptop-location-page .pm-laptop-faq-list {
    display: grid;

    gap: 11px;
}


.pm-laptop-location-page .pm-laptop-faq-list details {
    overflow: hidden;

    border: 1px solid rgba(124, 58, 237, 0.12);
    border-radius: 18px;

    background: #fff;

    box-shadow:
        0 12px 34px rgba(55, 31, 84, 0.04);
}


.pm-laptop-location-page .pm-laptop-faq-list summary {
    position: relative;

    cursor: pointer;

    list-style: none;

    padding: 19px 54px 19px 21px;

    color: var(--pm-text);

    font-size: 14px;
    line-height: 1.45;

    font-weight: 950;
}


.pm-laptop-location-page
.pm-laptop-faq-list
summary::-webkit-details-marker {
    display: none;
}


.pm-laptop-location-page .pm-laptop-faq-list summary::after {
    content: "+";

    position: absolute;

    top: 50%;
    right: 20px;

    transform: translateY(-50%);

    color: var(--pm-primary);

    font-size: 20px;
    line-height: 1;

    font-weight: 800;

    transition:
        transform 0.2s ease;
}


.pm-laptop-location-page
.pm-laptop-faq-list
details[open]
summary::after {
    transform:
        translateY(-50%)
        rotate(45deg);
}


.pm-laptop-location-page .pm-laptop-faq-list p {
    margin: 0;

    padding:
        0 21px 21px;

    color: var(--pm-muted);

    font-size: 14px;
    line-height: 1.68;

    font-weight: 580;
}


/* =========================================================
   FINAL CTA
========================================================= */

.pm-laptop-location-page .pm-laptop-final-cta {
    padding-top: 38px;
    padding-bottom: 86px;
}


.pm-laptop-location-page .pm-laptop-final-card {
    position: relative;

    overflow: hidden;

    padding: 52px 36px;

    border-radius: 30px;

    background: var(--pm-primary);

    color: #fff;

    text-align: center;

    box-shadow:
        0 28px 75px rgba(124, 58, 237, 0.23);
}


.pm-laptop-location-page .pm-laptop-final-card::after {
    content: "";

    position: absolute;
    top: -110px;
    right: -70px;

    width: 300px;
    height: 300px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.07);

    pointer-events: none;
}


.pm-laptop-location-page .pm-laptop-final-card .pm-eyebrow {
    position: relative;
    z-index: 2;

    color: rgba(255, 255, 255, 0.72);
}


.pm-laptop-location-page .pm-laptop-final-card h2 {
    position: relative;
    z-index: 2;

    max-width: 900px;

    margin: 0 auto;

    color: #fff;

    font-size: clamp(40px, 4.6vw, 62px);
    line-height: 0.97;

    letter-spacing: -0.06em;
    font-weight: 950;
}


.pm-laptop-location-page
.pm-laptop-final-card
> p:not(.pm-eyebrow) {
    position: relative;
    z-index: 2;

    max-width: 760px;

    margin: 16px auto 27px;

    color: rgba(255, 255, 255, 0.84);

    font-size: 16px;
    line-height: 1.65;

    font-weight: 600;
}


.pm-laptop-location-page .pm-laptop-final-card > a {
    position: relative;
    z-index: 2;

    min-height: 54px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 27px;

    border-radius: 999px;

    background: #fff;

    color: var(--pm-primary-dark) !important;

    font-size: 14px;
    font-weight: 950;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.pm-laptop-location-page .pm-laptop-final-card > a:hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.14);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1080px) {

    .pm-laptop-location-page .pm-laptop-brand-grid {
        grid-template-columns: 1fr;
    }


    .pm-laptop-location-page .pm-laptop-brand-card {
        min-height: auto;
    }


    .pm-laptop-location-page .pm-laptop-process-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .pm-laptop-location-page .pm-laptop-nearby-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }


    .pm-laptop-location-page .pm-laptop-faq-grid {
        grid-template-columns: 1fr;

        gap: 28px;
    }


    .pm-laptop-location-page
    .pm-laptop-faq-grid
    > div:first-child {
        position: static;
    }


    .pm-laptop-location-page .pm-laptop-faq-grid h2 {
        max-width: 760px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {

    .pm-laptop-location-page .pm-laptop-hero {
        padding: 34px 0 28px;
    }


    .pm-laptop-location-page .pm-laptop-intro,
    .pm-laptop-location-page .pm-laptop-prices,
    .pm-laptop-location-page .pm-laptop-brands,
    .pm-laptop-location-page .pm-laptop-display-seo,
    .pm-laptop-location-page .pm-laptop-why,
    .pm-laptop-location-page .pm-laptop-process,
    .pm-laptop-location-page .pm-laptop-bonus,
    .pm-laptop-location-page .pm-laptop-local,
    .pm-laptop-location-page .pm-laptop-city-links,
    .pm-laptop-location-page .pm-laptop-faq,
    .pm-laptop-location-page .pm-laptop-final-cta {
        padding: 34px 0;
    }


    /* HERO */

    .pm-laptop-location-page .pm-laptop-hero-copy {
        padding: 30px 22px 26px;

        border-radius: 22px;
    }


    .pm-laptop-location-page .pm-laptop-hero-copy::before {
        left: 22px;

        width: 74px;
        height: 4px;
    }


    .pm-laptop-location-page .pm-laptop-hero-copy::after {
        width: 180px;
        height: 180px;

        top: -80px;
        right: -70px;
    }


    .pm-laptop-location-page .pm-laptop-hero-copy h1 {
        font-size: clamp(38px, 11vw, 52px);
        line-height: 0.98;
    }


    .pm-laptop-location-page .pm-laptop-lead {
        margin-top: 18px;

        font-size: 15px;
        line-height: 1.65;
    }


    .pm-laptop-location-page .pm-laptop-actions {
        margin-top: 23px;
    }


    .pm-laptop-location-page .pm-laptop-primary {
        width: 100%;

        min-height: 54px;
    }


    /* GENERIC CARDS */

    .pm-laptop-location-page .pm-laptop-intro-card,
    .pm-laptop-location-page .pm-laptop-local-card {
        padding: 26px 22px;

        border-radius: 21px;
    }


    .pm-laptop-location-page .pm-laptop-intro-card h2,
    .pm-laptop-location-page .pm-laptop-local-card h2 {
        font-size: 32px;
    }


    .pm-laptop-location-page
    .pm-laptop-intro-card
    > p:not(.pm-eyebrow),
    .pm-laptop-location-page
    .pm-laptop-local-card
    > p:not(.pm-eyebrow) {
        font-size: 15px;
    }


    /* PRICES */

    .pm-laptop-location-page .pm-laptop-price-card {
        border-radius: 22px;
    }


    .pm-laptop-location-page .pm-laptop-price-head {
        padding: 27px 22px 22px;
    }


    .pm-laptop-location-page .pm-laptop-price-head h2 {
        font-size: 33px;
    }


    .pm-laptop-location-page .pm-laptop-price-head > p:not(.pm-eyebrow) {
        font-size: 14px;
    }


    .pm-laptop-location-page .pm-laptop-price-table-wrap {
        width: calc(100% - 28px);

        margin:
            0 14px 22px;

        border-radius: 14px;
    }


    .pm-laptop-location-page .pm-laptop-price-table th,
    .pm-laptop-location-page .pm-laptop-price-table td {
        padding: 13px 12px;

        font-size: 12px;
    }


    .pm-laptop-location-page .pm-laptop-price-table th:last-child {
        width: 90px;
    }


    .pm-laptop-location-page .pm-laptop-price-note {
        padding:
            0 22px 27px;

        font-size: 12px;
    }


    /* BRAND */

    .pm-laptop-location-page .pm-laptop-section-head h2 {
        font-size: 34px;
    }


    .pm-laptop-location-page .pm-laptop-brand-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }


    .pm-laptop-location-page .pm-laptop-brand-card {
        padding: 25px 22px;

        border-radius: 21px;
    }


    .pm-laptop-location-page .pm-laptop-brand-card h3 {
        font-size: 25px;
    }


    .pm-laptop-location-page .pm-laptop-brand-card p {
        font-size: 14px;
        line-height: 1.67;
    }


    /* PROCESS */

    .pm-laptop-location-page .pm-laptop-process-grid {
        grid-template-columns: 1fr;

        gap: 13px;
    }


    .pm-laptop-location-page .pm-laptop-process-grid article {
        padding: 22px;

        border-radius: 20px;
    }


    /* BONUS */

    .pm-laptop-location-page .pm-laptop-bonus-card {
        padding: 30px 23px;

        border-radius: 22px;
    }


    .pm-laptop-location-page .pm-laptop-bonus-card h2 {
        font-size: 37px;
    }


    .pm-laptop-location-page .pm-laptop-bonus-card p {
        font-size: 14px;
    }


    .pm-laptop-location-page .pm-laptop-bonus-link {
        width: 100%;
    }


    /* CITY */

    .pm-laptop-location-page .pm-laptop-nearby-head {
        min-height: 56px;

        padding: 0 20px;

        font-size: 14px;
    }


    .pm-laptop-location-page .pm-laptop-nearby-grid {
        grid-template-columns: 1fr;

        gap: 4px;

        padding: 10px;
    }


    .pm-laptop-location-page .pm-laptop-nearby-link {
        padding: 12px;
    }


    /* FAQ */

    .pm-laptop-location-page .pm-laptop-faq {
        padding-top: 46px;
    }


    .pm-laptop-location-page .pm-laptop-faq-grid {
        gap: 25px;
    }


    .pm-laptop-location-page .pm-laptop-faq-grid h2 {
        font-size: 38px;
    }


    .pm-laptop-location-page .pm-laptop-faq-list summary {
        padding:
            17px 48px 17px 18px;

        font-size: 14px;
    }


    .pm-laptop-location-page .pm-laptop-faq-list p {
        padding:
            0 18px 19px;

        font-size: 14px;
    }


    /* FINAL */

    .pm-laptop-location-page .pm-laptop-final-cta {
        padding-bottom: 58px;
    }


    .pm-laptop-location-page .pm-laptop-final-card {
        padding: 34px 22px;

        border-radius: 22px;
    }


    .pm-laptop-location-page .pm-laptop-final-card h2 {
        font-size: 38px;
    }


    .pm-laptop-location-page
    .pm-laptop-final-card
    > p:not(.pm-eyebrow) {
        font-size: 14px;
    }


    .pm-laptop-location-page .pm-laptop-final-card > a {
        width: 100%;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .pm-laptop-location-page .pm-laptop-hero-copy h1 {
        font-size: 36px;
    }


    .pm-laptop-location-page .pm-laptop-price-head h2,
    .pm-laptop-location-page .pm-laptop-section-head h2,
    .pm-laptop-location-page .pm-laptop-intro-card h2,
    .pm-laptop-location-page .pm-laptop-local-card h2 {
        font-size: 30px;
    }


    .pm-laptop-location-page .pm-laptop-faq-grid h2,
    .pm-laptop-location-page .pm-laptop-final-card h2,
    .pm-laptop-location-page .pm-laptop-bonus-card h2 {
        font-size: 34px;
    }

}

/* =========================================================
   LAPTOP SEO - CARD OVERLOAD CLEANUP
========================================================= */


/* ---------------------------------------------------------
   1. ZWEI STANDORTE
   Kart görünümünü kaldır
--------------------------------------------------------- */

.pm-laptop-location-page .pm-laptop-intro {
    position: relative;
    padding: 70px 0;
    background:
        linear-gradient(
            90deg,
            rgba(124, 58, 237, 0.055),
            rgba(124, 58, 237, 0.015) 55%,
            transparent
        );
}

.pm-laptop-location-page
.pm-laptop-intro
.pm-laptop-intro-card {
    max-width: 980px;

    padding: 0;

    border: 0;
    border-radius: 0;

    background: transparent;

    box-shadow: none;
}

.pm-laptop-location-page
.pm-laptop-intro
.pm-laptop-intro-card::before {
    content: "";

    display: block;

    width: 72px;
    height: 4px;

    margin-bottom: 24px;

    border-radius: 999px;

    background: var(--pm-primary);
}


/* ---------------------------------------------------------
   2. DISPLAY SEO
   Kart yerine açık mor içerik bandı
--------------------------------------------------------- */

.pm-laptop-location-page .pm-laptop-display-seo {
    position: relative;

    margin-top: 20px;

    padding: 70px 0;

    background:
        linear-gradient(
            135deg,
            rgba(124, 58, 237, 0.07),
            rgba(124, 58, 237, 0.018)
        );
}

.pm-laptop-location-page
.pm-laptop-display-seo
.pm-laptop-intro-card {
    max-width: 940px;

    padding: 0 0 0 28px;

    border: 0;
    border-left: 4px solid var(--pm-primary);
    border-radius: 0;

    background: transparent;

    box-shadow: none;
}


/* ---------------------------------------------------------
   3. WARUM BEI UNS
   Kart yerine beyaz/açık turuncu ayrı section
--------------------------------------------------------- */

.pm-laptop-location-page .pm-laptop-why {
    position: relative;

    padding: 70px 0;

    background:
        linear-gradient(
            135deg,
            rgba(255, 122, 26, 0.055),
            rgba(255, 122, 26, 0.012)
        );
}

.pm-laptop-location-page
.pm-laptop-why
.pm-laptop-intro-card {
    max-width: 940px;

    margin-left: auto;

    padding: 0 28px 0 0;

    border: 0;
    border-right: 4px solid var(--pm-accent);
    border-radius: 0;

    background: transparent;

    box-shadow: none;
}


/* ---------------------------------------------------------
   4. LOCAL SEO
   Büyük beyaz kutuyu kaldır
--------------------------------------------------------- */

.pm-laptop-location-page .pm-laptop-local {
    padding: 76px 0 48px;

    background: transparent;
}

.pm-laptop-location-page
.pm-laptop-local-card {
    position: relative;

    max-width: 980px;

    padding: 0;

    border: 0;
    border-radius: 0;

    background: transparent;

    box-shadow: none;
}

.pm-laptop-location-page
.pm-laptop-local-card::before {
    content: "";

    display: block;

    width: 72px;
    height: 4px;

    margin-bottom: 23px;

    border-radius: 999px;

    background: var(--pm-accent);
}


/* ---------------------------------------------------------
   5. Metin alanlarının başlıklarını biraz daha büyük yap
--------------------------------------------------------- */

.pm-laptop-location-page
.pm-laptop-intro
.pm-laptop-intro-card h2,

.pm-laptop-location-page
.pm-laptop-display-seo
.pm-laptop-intro-card h2,

.pm-laptop-location-page
.pm-laptop-why
.pm-laptop-intro-card h2,

.pm-laptop-location-page
.pm-laptop-local-card h2 {
    max-width: 820px;

    font-size: clamp(40px, 4.5vw, 60px);
    line-height: .98;

    letter-spacing: -0.06em;
}


/* ---------------------------------------------------------
   6. Metin genişliği
--------------------------------------------------------- */

.pm-laptop-location-page
.pm-laptop-intro
.pm-laptop-intro-card p:not(.pm-eyebrow),

.pm-laptop-location-page
.pm-laptop-display-seo
.pm-laptop-intro-card p:not(.pm-eyebrow),

.pm-laptop-location-page
.pm-laptop-why
.pm-laptop-intro-card p:not(.pm-eyebrow),

.pm-laptop-location-page
.pm-laptop-local-card p:not(.pm-eyebrow) {
    max-width: 850px;

    font-size: 17px;
    line-height: 1.75;
}


/* ---------------------------------------------------------
   7. Brands alanını diğer bölümlerden ayır
--------------------------------------------------------- */

.pm-laptop-location-page .pm-laptop-brands {
    padding: 86px 0;

    background: #fff;
}


/* ---------------------------------------------------------
   8. Process alanını hafif mor zemine al
--------------------------------------------------------- */

.pm-laptop-location-page .pm-laptop-process {
    padding: 86px 0;

    background:
        linear-gradient(
            180deg,
            #faf7ff,
            #fff
        );
}


/* ---------------------------------------------------------
   9. Fiyat ile markalar arasında nefes
--------------------------------------------------------- */

.pm-laptop-location-page .pm-laptop-prices {
    padding-bottom: 82px;
}


/* ---------------------------------------------------------
   10. Bonus alanının etrafını beyaz bırak
--------------------------------------------------------- */

.pm-laptop-location-page .pm-laptop-bonus {
    padding: 86px 0;

    background: #fff;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {

    .pm-laptop-location-page .pm-laptop-intro,
    .pm-laptop-location-page .pm-laptop-display-seo,
    .pm-laptop-location-page .pm-laptop-why,
    .pm-laptop-location-page .pm-laptop-local {
        padding: 52px 0;
    }


    .pm-laptop-location-page
    .pm-laptop-intro
    .pm-laptop-intro-card,

    .pm-laptop-location-page
    .pm-laptop-display-seo
    .pm-laptop-intro-card,

    .pm-laptop-location-page
    .pm-laptop-why
    .pm-laptop-intro-card,

    .pm-laptop-location-page
    .pm-laptop-local-card {
        max-width: none;
    }


    .pm-laptop-location-page
    .pm-laptop-display-seo
    .pm-laptop-intro-card {
        padding-left: 20px;
    }


    .pm-laptop-location-page
    .pm-laptop-why
    .pm-laptop-intro-card {
        margin-left: 0;

        padding-right: 20px;
    }


    .pm-laptop-location-page
    .pm-laptop-intro
    .pm-laptop-intro-card h2,

    .pm-laptop-location-page
    .pm-laptop-display-seo
    .pm-laptop-intro-card h2,

    .pm-laptop-location-page
    .pm-laptop-why
    .pm-laptop-intro-card h2,

    .pm-laptop-location-page
    .pm-laptop-local-card h2 {
        font-size: 33px;
    }


    .pm-laptop-location-page
    .pm-laptop-intro
    .pm-laptop-intro-card p:not(.pm-eyebrow),

    .pm-laptop-location-page
    .pm-laptop-display-seo
    .pm-laptop-intro-card p:not(.pm-eyebrow),

    .pm-laptop-location-page
    .pm-laptop-why
    .pm-laptop-intro-card p:not(.pm-eyebrow),

    .pm-laptop-location-page
    .pm-laptop-local-card p:not(.pm-eyebrow) {
        font-size: 15px;
        line-height: 1.7;
    }


    .pm-laptop-location-page .pm-laptop-brands,
    .pm-laptop-location-page .pm-laptop-process,
    .pm-laptop-location-page .pm-laptop-bonus {
        padding: 58px 0;
    }

}