.seo-page {
        background: linear-gradient(180deg, #f8fafc 0%, #f3f6fa 100%);
        max-width: 100%;
        overflow-x: hidden;
    }

    .seo-section {
        padding: 64px 0;
    }

    .seo-page > .seo-section:first-child {
        padding-top: 56px;
    }

    .seo-page .seo-card,
    .seo-page .seo-panel,
    .seo-page .seo-list-card,
    .seo-page .seo-faq-card,
    .seo-page .seo-blog-card,
    .seo-page .seo-process-card {
        background: #fff;
        border: 1px solid #e2e8f1;
        border-radius: 24px;
        box-shadow: 0 20px 46px rgba(15, 33, 58, 0.08);
    }

    .seo-page .seo-card,
    .seo-page .seo-panel,
    .seo-page .seo-list-card,
    .seo-page .seo-faq-card,
    .seo-page .seo-blog-card {
        padding: 32px;
    }

    .seo-kicker {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 15px;
        border-radius: 999px;
        background: rgba(226, 31, 38, 0.08);
        color: #c91b22;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        margin-bottom: 18px;
    }

    .seo-hero {
        position: relative;
        overflow: hidden;
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 253, 0.98) 100%);
    }

    .seo-hero::after {
        content: "";
        position: absolute;
        right: -80px;
        bottom: -110px;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(226, 31, 38, 0.14), transparent 68%);
        pointer-events: none;
    }

    .seo-hero h1 {
        font-size: clamp(2.05rem, 3.6vw, 3.3rem);
        line-height: 1.08;
        margin-bottom: 16px;
        color: #0a1628;
        max-width: 760px;
        overflow-wrap: anywhere;
        text-wrap: balance;
    }

    .seo-hero p,
    .seo-page p,
    .seo-page li {
        color: #5b6575;
        line-height: 1.8;
    }

    .seo-arabic-support {
        margin-top: 14px;
        padding: 14px 16px;
        border-radius: 16px;
        background: #f7f9fc;
        border: 1px solid rgba(15, 35, 62, 0.1);
        color: #162842 !important;
        font-weight: 700;
        text-align: right;
    }

    .seo-highlight-row,
    .seo-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        max-width: 100%;
    }

    .seo-chip-row {
        margin-top: 22px;
    }

    .seo-chip {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 16px;
        border-radius: 999px;
        background: #eef3fa;
        color: #0a1628;
        font-weight: 700;
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .seo-highlight-row {
        margin-top: 24px;
    }

    .seo-highlight {
        display: grid;
        gap: 4px;
        min-width: 150px;
        padding: 16px 18px;
        border-radius: 18px;
        background: #f7f9fc;
        border: 1px solid #e2e8f1;
    }

    .seo-highlight strong {
        font-size: 1.5rem;
        line-height: 1;
        color: #0f213a;
    }

    .seo-highlight span {
        color: #5b6575;
        font-size: 0.92rem;
        font-weight: 600;
    }

    .seo-cta-group {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 24px;
    }

    .seo-hero-media {
        position: relative;
        margin-top: 26px;
        overflow: hidden;
        border-radius: 24px;
        border: 1px solid rgba(15, 33, 58, 0.08);
        box-shadow: 0 24px 54px rgba(15, 33, 58, 0.12);
    }

    .seo-hero-media img {
        width: 100%;
        aspect-ratio: 1.7 / 1;
        object-fit: cover;
    }

    .seo-hero-media-badge {
        position: absolute;
        top: 18px;
        left: 18px;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 10px 16px;
        border-radius: 999px;
        background: rgba(9, 21, 38, 0.82);
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        backdrop-filter: blur(10px);
    }

    .seo-page .seo-panel {
        background: linear-gradient(180deg, #0a1628 0%, #10233f 100%);
        border-color: rgba(255, 255, 255, 0.08);
        color: #fff;
        box-shadow: 0 28px 70px rgba(15, 33, 58, 0.22);
    }

    .seo-panel .seo-section-title,
    .seo-panel .contact-line a,
    .seo-panel .contact-line span,
    .seo-panel .form-label {
        color: #fff;
    }

    .seo-panel p {
        color: #e2e8f0;
    }

    .seo-panel .contact-line {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
        min-width: 0;
    }

    .seo-panel .contact-line i {
        color: #e21f26;
        margin-top: 4px;
        flex: 0 0 auto;
    }

    .seo-panel .contact-line a,
    .seo-panel .contact-line span {
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .local-contact-card {
        position: sticky;
        top: 118px;
    }

    .local-contact-card__kicker {
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
    }

    .local-contact-list {
        display: grid;
        gap: 10px;
        margin-top: 18px;
    }

    .local-contact-row {
        display: grid;
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 10px;
        align-items: flex-start;
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, 0.11);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.06);
    }

    .local-contact-row i {
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(226, 31, 38, 0.16);
        color: #fff;
        margin-top: 1px;
    }

    .local-contact-row span {
        display: block;
        color: #cbd5e1;
        font-size: 0.78rem;
        font-weight: 800;
        letter-spacing: 0.07em;
        line-height: 1.3;
        text-transform: uppercase;
        margin-bottom: 4px;
    }

    .local-contact-row a,
    .local-contact-row strong {
        display: block;
        color: #fff;
        font-size: 0.94rem;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    .local-contact-row a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .seo-panel hr {
        border-color: rgba(255, 255, 255, 0.12);
    }

    .seo-form-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0 14px;
    }

    .seo-panel .form-label {
        font-weight: 700;
        margin-bottom: 8px;
    }

    .seo-panel .form-control {
        min-height: 54px;
        border-radius: 14px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.08);
        color: #fff;
        padding-inline: 16px;
        box-shadow: none;
    }

    .seo-panel .form-control::placeholder {
        color: rgba(255, 255, 255, 0.62);
    }

    .seo-panel textarea.form-control {
        min-height: 124px;
        padding-top: 14px;
        resize: vertical;
    }

    .seo-panel .form-control:focus {
        border-color: rgba(226, 31, 38, 0.5);
        box-shadow: 0 0 0 4px rgba(226, 31, 38, 0.12);
        background: rgba(255, 255, 255, 0.12);
    }

    .seo-section-title {
        margin-bottom: 18px;
        color: #0a1628;
    }

    .seo-section-heading {
        max-width: 740px;
        margin-bottom: 28px;
    }

    .seo-section-heading p {
        color: #5b6575;
        margin-bottom: 0;
    }

    .seo-list {
        display: grid;
        gap: 14px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .seo-list li {
        position: relative;
        padding-left: 28px;
    }

    .seo-list li::before {
        content: "\f058";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: 2px;
        left: 0;
        color: #e21f26;
    }

    .seo-process-grid,
    .seo-link-grid,
    .seo-blog-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 16px;
    }

    .seo-process-card {
        height: 100%;
        padding: 24px;
        position: relative;
        overflow: hidden;
    }

    .seo-process-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #e21f26, #10233f);
    }

    .seo-process-number {
        width: 52px;
        height: 52px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #0a1628;
        color: #fff;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 18px;
    }

    .seo-process-card h3 {
        color: #0a1628;
        font-size: 1.08rem;
        line-height: 1.6;
        margin-bottom: 0;
    }

    .seo-link-card {
        display: block;
        padding: 22px;
        border-radius: 20px;
        background: #fff;
        border: 1px solid #e2e8f1;
        box-shadow: 0 10px 24px rgba(15, 33, 58, 0.06);
        color: #0a1628;
        height: 100%;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

    .seo-link-card h3,
    .seo-blog-card h3 {
        font-size: 1.1rem;
        line-height: 1.4;
        margin-bottom: 10px;
        color: #0a1628;
        overflow-wrap: anywhere;
    }

    .seo-link-card p,
    .seo-blog-card p,
    .seo-faq-card .accordion-button {
        overflow-wrap: anywhere;
    }

    .seo-link-card:hover {
        transform: translateY(-3px);
        border-color: rgba(226, 31, 38, 0.22);
        box-shadow: 0 20px 40px rgba(15, 33, 58, 0.1);
    }

    .seo-faq-card .accordion-item {
        border: none;
        border-bottom: 1px solid #e6edf5;
    }

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

    .seo-faq-card .accordion-button {
        padding-inline: 0;
        font-weight: 700;
        color: #0a1628;
        background: transparent;
    }

    .seo-faq-card .accordion-button:not(.collapsed) {
        color: #0a1628;
        background: rgba(226, 31, 38, 0.04);
        box-shadow: none;
    }

    .seo-faq-card .accordion-button:focus {
        box-shadow: none;
    }

    .seo-inline-links a {
        color: #e21f26;
        font-weight: 700;
    }

    .seo-banner {
        border-radius: 28px;
        padding: 36px;
        background: linear-gradient(135deg, #0a1628 0%, #10233f 100%);
        box-shadow: 0 28px 66px rgba(15, 33, 58, 0.18);
        color: #e2e8f0;
    }

    .seo-banner h2,
    .seo-banner p {
        color: #fff;
    }

    @media (max-width: 991.98px) {
        .seo-hero h1 {
            max-width: none;
        }

        .local-contact-card {
            position: relative;
            top: auto;
        }
    }

    @media (max-width: 767.98px) {
        .seo-section {
            padding: 44px 0;
        }

        .seo-page > .seo-section:first-child {
            padding-top: 40px;
        }

        .seo-hero h1 {
            font-size: clamp(1.85rem, 9vw, 2.5rem);
            line-height: 1.12;
            max-width: 100%;
            overflow-wrap: break-word;
            word-break: normal;
            text-wrap: wrap;
        }

        .seo-kicker {
            max-width: 100%;
            white-space: normal;
            overflow-wrap: anywhere;
        }

        .seo-chip-row,
        .seo-highlight-row {
            display: grid;
            grid-template-columns: 1fr;
        }

        .seo-chip,
        .seo-highlight {
            width: 100%;
            min-width: 0;
        }

        .seo-form-grid {
            grid-template-columns: 1fr;
        }

        .seo-page .seo-card,
        .seo-page .seo-panel,
        .seo-page .seo-list-card,
        .seo-page .seo-faq-card,
        .seo-page .seo-blog-card,
        .seo-page .seo-process-card {
            padding: 20px;
        }

        .seo-process-grid,
        .seo-link-grid,
        .seo-blog-grid {
            grid-template-columns: minmax(0, 1fr);
        }

        .seo-cta-group {
            flex-direction: column;
            align-items: stretch;
        }

        .seo-cta-group .theme-btn,
        .seo-cta-group .theme-btn-white {
            width: 100%;
        }

        .seo-banner {
            padding: 26px 20px;
        }
    }

    @media (min-width: 992px) {
        .seo-hero .seo-highlight-row {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .seo-hero .seo-highlight {
            min-width: 0;
        }
    }

    /* Final location/service landing polish: compact rhythm, stronger cards, safer mobile titles. */
    .seo-section {
        padding: clamp(52px, 5.2vw, 70px) 0;
    }

    .seo-page > .seo-section:first-child {
        padding-top: clamp(42px, 4.6vw, 58px);
    }

    .seo-page .seo-card,
    .seo-page .seo-panel,
    .seo-page .seo-list-card,
    .seo-page .seo-faq-card,
    .seo-page .seo-blog-card {
        padding: clamp(24px, 2.6vw, 30px);
        border-radius: 22px;
        box-shadow: 0 16px 38px rgba(15, 33, 58, 0.075);
    }

    .seo-page .seo-panel {
        box-shadow: 0 22px 54px rgba(15, 33, 58, 0.2);
    }

    .seo-hero h1 {
        font-size: clamp(1.95rem, 3.15vw, 3rem);
        line-height: 1.08;
        margin-bottom: 14px;
        letter-spacing: -0.025em;
    }

    .seo-hero p,
    .seo-page p,
    .seo-page li {
        line-height: 1.74;
    }

    .seo-kicker {
        margin-bottom: 14px;
        padding: 8px 14px;
    }

    .seo-chip-row {
        margin-top: 18px;
        gap: 10px;
    }

    .seo-chip {
        padding: 10px 14px;
    }

    .seo-highlight-row {
        margin-top: 20px;
        gap: 10px;
    }

    .seo-highlight {
        padding: 14px 16px;
    }

    .seo-cta-group {
        margin-top: 20px;
        gap: 10px;
    }

    .seo-hero-media {
        margin-top: 22px;
        border-radius: 22px;
    }

    .seo-hero-media img {
        aspect-ratio: 1.78 / 1;
        object-position: center 42%;
    }

    .local-contact-card {
        top: calc(var(--psfm-fixed-header-height, 94px) + 22px);
    }

    .local-contact-list {
        gap: 9px;
        margin-top: 16px;
    }

    .local-contact-row {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 10px;
        padding: 11px;
        border-radius: 15px;
    }

    .local-contact-row i {
        width: 30px;
        height: 30px;
    }

    .seo-section-heading {
        margin-bottom: 24px;
    }

    .seo-process-grid,
    .seo-link-grid,
    .seo-blog-grid {
        gap: 14px;
    }

    .seo-link-card,
    .seo-process-card {
        border-radius: 18px;
    }

    .seo-banner {
        padding: clamp(26px, 3vw, 34px);
        border-radius: 24px;
    }

    @media (max-width: 767.98px) {
        .seo-section {
            padding: 38px 0;
        }

        .seo-page > .seo-section:first-child {
            padding-top: 34px;
        }

        .seo-hero h1 {
            font-size: clamp(1.46rem, 7.2vw, 2.08rem);
            line-height: 1.12;
            letter-spacing: -0.018em;
            overflow-wrap: break-word;
        }

        .seo-hero p,
        .seo-page p,
        .seo-page li {
            line-height: 1.66;
        }

        .seo-page .seo-card,
        .seo-page .seo-panel,
        .seo-page .seo-list-card,
        .seo-page .seo-faq-card,
        .seo-page .seo-blog-card,
        .seo-page .seo-process-card {
            padding: 18px;
            border-radius: 18px;
        }

        .seo-chip-row,
        .seo-highlight-row {
            margin-top: 16px;
            gap: 9px;
        }

        .seo-chip,
        .seo-highlight,
        .local-contact-row {
            border-radius: 14px;
        }

        .seo-hero-media img {
            aspect-ratio: 1.35 / 1;
        }

        .seo-cta-group {
            gap: 9px;
        }

        .seo-banner {
            padding: 22px 18px;
            border-radius: 20px;
        }
    }

    /* Premium CTA and blog detail polish shared by service/location/blog pages. */
    .blog-support-actions {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
    }

    .blog-support-actions .theme-btn,
    .blog-support-actions .theme-btn-white,
    .seo-cta-group .theme-btn,
    .seo-cta-group .theme-btn-white {
        min-width: 0;
        justify-content: center;
        text-align: center;
        overflow-wrap: anywhere;
    }

    .blog-support-actions .theme-btn:first-child {
        background: #e21f26;
        color: #fff;
        border-color: #e21f26;
    }

    .blog-support-actions .theme-btn:first-child:hover {
        background: #c91b22;
        color: #fff;
        border-color: #c91b22;
    }

    .blog-support-actions .theme-btn-white {
        background: #fff;
        color: #0a1628;
        border-color: #e6eaf0;
        box-shadow: none;
    }

    .blog-support-actions .theme-btn-white:hover {
        background: #0a1628;
        color: #fff;
        border-color: #0a1628;
    }

    .blog-detail-card {
        border: 1px solid #e6eaf0;
        box-shadow: 0 20px 48px rgba(15, 33, 58, 0.08);
    }

    .blog-detail-body {
        overflow-wrap: anywhere;
    }

    @media (max-width: 991.98px) {
        .blog-support-actions {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 575.98px) {
        .blog-support-actions {
            grid-template-columns: 1fr;
        }
    }

