:root {
    --green: #0a0a0a;
    --green2: #000000;
    --lime: #f0c75e;
    --yellow: #d4a017;
    --orange: #e8c258;
    --ink: #1a1a1a;
    --muted: #6b6b6b;
    --soft: #faf6ec;
    --border: #e8dfc4
}

* {
    box-sizing: border-box
}

body {
    font-family: Cairo,Arial,sans-serif;
    margin: 0;
    color: var(--ink);
    background: #fff;
    overflow-x: hidden
}

a {
    text-decoration: none
}

.top-strip {
    background: #0a0a0a;
    color: #fff;
    font-size: .9rem;
    padding: 8px 0
}

.top-phones {
    color: #f0c75e;
    font-weight: 800
}

.site-header {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 10px 30px rgba(0,0,0,.07)
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--green) !important;
    font-weight: 900;
    font-size: 1.45rem
}

    .navbar-brand small {
        display: block;
        font-size: .72rem;
        color: var(--orange);
        font-weight: 800;
        margin-top: -5px
    }

.main-menu .nav-link {
    font-weight: 800;
    color: #1a1a1a !important;
    padding: 30px 11px
}

    .main-menu .nav-link:hover, .main-menu .nav-link:focus {
        color: var(--orange) !important
    }

.dropdown-menu {
    border-radius: 0 0 18px 18px;
    border: 0;
    box-shadow: 0 22px 45px rgba(0,0,0,.12);
    padding: 12px
}

.dropdown-item {
    font-weight: 700;
    padding: 8px 14px
}

.mega-holder {
    position: static
}

.mega-menu {
    width: min(760px,calc(100vw - 30px));
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 28px
}

    .mega-menu h6 {
        font-weight: 900;
        color: var(--green);
        border-bottom: 2px solid var(--yellow);
        padding-bottom: 8px
    }

    .mega-menu a {
        display: block;
        color: #2a2a2a;
        font-weight: 700;
        padding: 6px 0
    }

.quote-btn {
    background: linear-gradient(135deg,var(--yellow),var(--orange));
    border: 0;
    color: #1d1d1d !important;
    font-weight: 900;
    border-radius: 999px;
    padding: 11px 24px;
    box-shadow: 0 10px 22px rgba(232,194,88,.22)
}

.hero-slide {
    min-height: 690px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff
}

    .hero-slide:after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 120px;
        background: linear-gradient(0deg,#fff,transparent)
    }

.hero-content {
    max-width: 760px;
    position: relative;
    z-index: 1
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.22);
    padding: 9px 17px;
    border-radius: 999px;
    color: #f0c75e;
    font-weight: 900;
    margin-bottom: 18px
}

.hero h1, .page-hero h1 {
    font-size: clamp(2.4rem,5vw,5.2rem);
    font-weight: 900;
    line-height: 1.18;
    text-shadow: 0 8px 28px rgba(0,0,0,.22)
}

.hero p {
    font-size: 1.35rem;
    line-height: 1.9;
    max-width: 650px
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px
}

.outline-light-btn {
    color: #fff;
    border: 2px solid rgba(255,255,255,.75);
    border-radius: 999px;
    font-weight: 900;
    padding: 11px 24px
}

.section {
    padding: 82px 0
}

.soft {
    background: var(--soft)
}

.dark {
    background: linear-gradient(135deg,#0a0a0a,#000000);
    color: #fff
}

.section-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 34px;
    gap: 20px
}

    .section-title h2, h2 {
        font-weight: 900
    }

    .section-title h2 {
        font-size: clamp(1.8rem,3vw,3rem)
    }

.eyebrow {
    color: var(--orange);
    font-weight: 900;
    letter-spacing: .4px
}

.about-text {
    font-size: 1.08rem;
    line-height: 2;
    color: #4a4a4a
}

.about-card {
    background: #fff;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 18px 50px rgba(0,0,0,.08);
    border-bottom: 5px solid var(--yellow)
}

    .about-card h3 {
        font-weight: 900;
        color: var(--green)
    }

.knowledge-card {
    min-height: 150px;
    background: linear-gradient(135deg,var(--green),#1f1f1f);
    color: #fff;
    border-radius: 6px;
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 900;
    font-size: 1.35rem;
    box-shadow: 0 18px 35px rgba(10,10,10,.22)
}

.category-card, .product-card, .article-card, .service-card, .dark-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.07);
    height: 100%;
    transition: .22s
}

    .category-card:hover, .product-card:hover, .article-card:hover, .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 22px 48px rgba(0,0,0,.12)
    }

    .category-card img, .product-card img, .article-card img, .dark-card img, .service-card img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        background: #f5efe2
    }

    .category-card h3, .product-card h3, .article-card h3, .service-card h3 {
        font-weight: 900;
        color: var(--green);
        font-size: 1.23rem
    }

    .category-card h3 {
        padding: 18px 20px 2px
    }

    .category-card p {
        padding: 0 20px 20px;
        color: var(--muted)
    }

    .product-card .card-body {
        padding: 20px
    }

.price {
    font-weight: 900;
    color: var(--orange)
}

    .price.big {
        font-size: 1.9rem
    }

.card-actions .btn {
    border-radius: 2px;
    font-weight: 800
}

.service-card {
    padding: 0
}

    .service-card .service-body {
        padding: 24px
    }

.dark-card {
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.12);
    padding-bottom: 24px
}

    .dark-card h3, .dark-card p, .dark-card a {
        padding: 0 22px;
        color: #fff
    }

.stats-band {
    background: linear-gradient(90deg,var(--yellow),var(--orange));
    color: #1d1d1d;
    padding: 40px 0
}

.stat-box {
    text-align: center;
    font-weight: 900
}

    .stat-box strong {
        font-size: 2.5rem;
        display: block
    }

.footer {
    background: #000000;
    color: #fff;
    padding: 65px 0 24px;
}

    .footer .container {
        max-width: 100%;
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }

    .footer .row {
        width: 100%;
        justify-content: space-between;
    }

    .footer [class*="col-"] {
        flex: 1;
    }

.footer-cta {
    background: linear-gradient(135deg,#1a1a1a,#0a0a0a);
    border: 1px solid rgba(255,255,255,.1);
    padding: 26px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap
}

.footer h5, .footer h3 {
    font-weight: 900;
    color: #fff
}

.footer a {
    display: block;
    color: #bdb6a0;
    text-decoration: none;
    margin: .45rem 0
}

.footer p {
    color: #bdb6a0;
    line-height: 1.9
}

.whatsapp-float {
    position: fixed;
    left: 18px;
    bottom: 18px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 13px 18px;
    z-index: 50;
    box-shadow: 0 12px 35px rgba(0,0,0,.25);
    font-weight: 900
}

.page-hero {
    background: linear-gradient(135deg,rgba(10,10,10,.96),rgba(10,10,10,.76)),url('/uploads/sliders/s1.svg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 110px 0
}

.filters {
    display: grid;
    grid-template-columns: 1fr 240px auto;
    gap: 12px
}

.details-image {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    max-height: 480px;
    box-shadow: 0 20px 45px rgba(0,0,0,.12)
}

.narrow {
    max-width: 920px
}

.content {
    line-height: 2;
    font-size: 1.1rem
}

.youtube-lazy {
    background: #111;
    color: #fff;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    margin: 20px 0
}

.model-viewer model-viewer {
    width: 100%;
    height: 450px;
    background: #f2f2f2;
    border-radius: 4px
}

.quote-form label {
    font-weight: 800;
    margin-top: 12px
}

.blog-meta {
    color: var(--orange);
    font-weight: 800;
    font-size: .9rem
}

@media(max-width:991px) {
    .main-menu .nav-link {
        padding: 10px 0
    }

    .mega-menu {
        transform: none;
        width: 100%;
        padding: 16px
    }

    .hero-slide {
        min-height: 580px
    }

    .top-strip {
        text-align: center
    }

        .top-strip .container {
            justify-content: center !important
        }
}

@media(max-width:768px) {
    .section {
        padding: 52px 0
    }

    .hero-slide {
        min-height: 540px
    }

    .filters {
        grid-template-columns: 1fr
    }

    .navbar-brand {
        font-size: 1.05rem
    }

    .section-title {
        display: block
    }

    .hero-actions .btn, .outline-light-btn {
        width: 100%;
        text-align: center
    }
}

.top-strip {
    .top-strip {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        padding: 10px 0;
    }

        .top-strip .moving-strip {
            display: inline-block;
            padding-left: 100%;
            animation: moveStrip 20s linear infinite;
        }

    @keyframes moveStrip {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 10px 0;
}

    .top-strip .moving-strip {
        display: inline-block;
        padding-left: 100%;
        animation: moveStrip 20s linear infinite;
    }

@keyframes moveStrip {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Header social icons */
.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-social {
    display: flex !important;
    align-items: center;
}

    .header-social a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        transition: .22s;
        text-decoration: none;
        margin-left: 14px;
    }

        .header-social a:last-child {
            margin-left: 0;
        }

        .header-social a[aria-label="Facebook"] {
            background: #1877f2;
        }

        .header-social a[aria-label="YouTube"] {
            background: #ff0000;
        }

        .header-social a:hover {
            color: #fff;
            transform: translateY(-2px);
            filter: brightness(.92);
        }

/* WhatsApp floating icon */
.whatsapp-float {
    width: 60px;
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50%;
}

    .whatsapp-float:hover {
        color: #fff;
        transform: scale(1.05);
    }

/* Testimonials section */
.testimonials-section {
    background: linear-gradient(180deg,#fff 0%,var(--soft) 100%);
    position: relative;
    overflow: hidden;
}

    .testimonials-section:before {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        border-radius: 50%;
        background: rgba(240,199,94,.14);
        right: -120px;
        top: -120px;
    }

    .testimonials-section:after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(232,194,88,.12);
        left: -90px;
        bottom: -90px;
    }

    .testimonials-section .container {
        position: relative;
        z-index: 1;
    }

.testimonials-intro {
    max-width: 850px;
    margin: 12px auto 0;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 2;
}

.testimonial-video {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 24px 55px rgba(0,0,0,.16);
    background: #000;
    aspect-ratio: 16/9;
}

    .testimonial-video iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
    }

.testimonial-content {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 34px;
    box-shadow: 0 18px 50px rgba(0,0,0,.08);
    border-bottom: 5px solid var(--yellow);
}

    .testimonial-content h3 {
        color: var(--green);
        font-weight: 900;
        font-size: clamp(1.6rem,3vw,2.4rem);
        line-height: 1.45;
        margin: 10px 0 14px;
    }

    .testimonial-content p {
        color: #4a4a4a;
        line-height: 2;
        font-size: 1.05rem;
    }

.testimonial-mini-card {
    height: 100%;
    background: var(--soft);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 18px;
}

    .testimonial-mini-card strong {
        display: block;
        color: var(--green);
        font-weight: 900;
        margin-bottom: 8px;
    }

    .testimonial-mini-card span {
        color: var(--muted);
        line-height: 1.8;
    }

@media(max-width:991px) {
    .header-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 10px 0 16px;
    }

    .testimonial-content {
        padding: 24px;
    }
}

/* Header layout fix */
.site-header .navbar {
    width: 100%;
}

.site-header .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    flex-shrink: 0;
}

.navbar-collapse {
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
}

.main-menu {
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: center;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-shrink: 0;
}

.header-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media(max-width:991px) {
    .site-header .container-fluid {
        flex-wrap: wrap;
    }

    .navbar-collapse {
        width: 100%;
        padding: 12px 0 18px;
    }

    .main-menu {
        margin: 0 !important;
        align-items: flex-start;
    }

    .header-actions {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 12px;
        padding-top: 10px;
    }
}

.main-menu {
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: center;
    gap: 22px;
}

    .main-menu .nav-link {
        padding: 12px 10px !important;
        font-size: 18px;
        font-weight: 700;
    }

@media(max-width:991px) {

    .main-menu {
        gap: 8px !important;
    }

        .main-menu .nav-link {
            font-size: 16px;
            padding: 10px 0 !important;
        }
}
/* Professional About Page */
.about-pro-section {
    direction: rtl;
    text-align: right;
    margin-top: 28px;
}

    .about-pro-section * {
        box-sizing: border-box;
    }

.about-pro-hero-card {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 15% 10%, rgba(212,160,23,.22), transparent 32%), linear-gradient(135deg, #000000 0%, #0a0a0a 58%, #1a1a1a 100%);
    border-radius: 34px;
    padding: clamp(28px, 5vw, 56px);
    color: #fff;
    box-shadow: 0 28px 70px rgba(10,10,10,.24);
}

    .about-pro-hero-card:before {
        content: "";
        position: absolute;
        inset: auto -80px -120px auto;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
    }

.about-pro-eyebrow,
.about-pro-heading span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--orange);
    background: rgba(232,194,88,.1);
    border: 1px solid rgba(232,194,88,.22);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: .92rem;
    font-weight: 900;
    line-height: 1.4;
}

.about-pro-hero-card .about-pro-eyebrow {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.18);
    color: #f0c75e;
}

.about-pro-hero-card h1,
.about-pro-hero-card h2,
.about-pro-heading h2,
.about-pro-split h2 {
    margin: 18px 0 16px;
    font-weight: 900;
    letter-spacing: -.5px;
    line-height: 1.35;
    color: inherit;
}

.about-pro-hero-card h1,
.about-pro-hero-card h2 {
    font-size: clamp(2rem, 4.6vw, 4rem);
}

.about-pro-lead,
.about-pro-split p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: clamp(1.05rem, 1.7vw, 1.28rem);
    line-height: 2.1;
}

.about-pro-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 34px;
}

    .about-pro-stats div {
        background: rgba(255,255,255,.1);
        border: 1px solid rgba(255,255,255,.15);
        border-radius: 22px;
        padding: 18px;
        backdrop-filter: blur(8px);
    }

    .about-pro-stats strong {
        display: block;
        color: #f0c75e;
        font-size: clamp(1.8rem, 3vw, 2.6rem);
        line-height: 1;
        margin-bottom: 9px;
    }

    .about-pro-stats span {
        color: rgba(255,255,255,.86);
        font-size: .98rem;
        line-height: 1.7;
    }

.about-pro-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.about-pro-two {
    margin: 24px 0;
}

.about-pro-card,
.about-pro-step,
.about-pro-services article,
.about-pro-split {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 18px 45px rgba(27,40,37,.08);
}

.about-pro-card {
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .about-pro-card:hover,
    .about-pro-services article:hover {
        transform: translateY(-4px);
        border-color: rgba(232,194,88,.38);
        box-shadow: 0 24px 55px rgba(27,40,37,.12);
    }

.about-pro-dark {
    color: #fff;
    background: linear-gradient(135deg, #0a0a0a, #000000);
    border-color: transparent;
}

.about-pro-icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--yellow), var(--orange));
    color: #1d1d1d;
    font-weight: 900;
}

.about-pro-card h2,
.about-pro-card h3,
.about-pro-step h3,
.about-pro-services h3 {
    margin: 0 0 12px;
    color: var(--green2);
    font-size: 1.28rem;
    font-weight: 900;
}

.about-pro-dark h3,
.about-pro-dark p {
    color: #fff;
}

.about-pro-card p,
.about-pro-step p,
.about-pro-services p,
.about-pro-checks li {
    margin: 0;
    color: var(--muted);
    line-height: 2;
    font-size: 1.02rem;
}

.about-pro-block {
    margin-top: 44px;
}

.about-pro-heading {
    margin-bottom: 20px;
}

    .about-pro-heading h2,
    .about-pro-split h2 {
        color: var(--green2);
        font-size: clamp(1.7rem, 3vw, 2.55rem);
    }

.about-pro-timeline {
    display: grid;
    gap: 16px;
}

.about-pro-step {
    position: relative;
    padding-right: 92px;
}

    .about-pro-step b {
        position: absolute;
        top: 24px;
        right: 24px;
        width: 48px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: var(--soft);
        color: var(--orange);
        font-weight: 900;
    }

.about-pro-values .about-pro-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.about-pro-split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 28px;
    align-items: center;
    margin-top: 44px;
    background: linear-gradient(180deg, #fff, var(--soft));
}

    .about-pro-split p {
        color: var(--muted);
    }

.about-pro-checks {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

    .about-pro-checks li {
        position: relative;
        padding: 14px 48px 14px 16px;
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 18px;
        font-weight: 800;
        color: #2a2a2a;
    }

        .about-pro-checks li:before {
            content: "✓";
            position: absolute;
            right: 16px;
            top: 50%;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: var(--orange);
            color: #fff;
            font-size: .86rem;
        }

.about-pro-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

    .about-pro-services article {
        border-top: 5px solid var(--orange);
        transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    }

@media(max-width: 991px) {
    .about-pro-stats,
    .about-pro-grid,
    .about-pro-values .about-pro-grid,
    .about-pro-split,
    .about-pro-services {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 575px) {
    .about-pro-hero-card,
    .about-pro-card,
    .about-pro-step,
    .about-pro-services article,
    .about-pro-split {
        border-radius: 22px;
        padding: 22px;
    }

    .about-pro-step {
        padding-right: 22px;
        padding-top: 84px;
    }

        .about-pro-step b {
            top: 22px;
            right: 22px;
        }
}

/* Professional Blog Page */
.blog-pro-hero {
    direction: rtl;
    text-align: right;
    position: relative;
    overflow: hidden;
    padding: clamp(92px, 11vw, 150px) 0 clamp(70px, 8vw, 110px);
    color: #fff;
    background: radial-gradient(circle at 15% 10%, rgba(212,160,23,.26), transparent 32%), linear-gradient(135deg, rgba(10,10,10,.98), rgba(10,10,10,.92) 55%, rgba(27,40,37,.98));
}

    .blog-pro-hero:before,
    .blog-pro-hero:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
    }

    .blog-pro-hero:before {
        width: 360px;
        height: 360px;
        left: -130px;
        bottom: -140px;
        background: rgba(255,255,255,.08);
    }

    .blog-pro-hero:after {
        width: 240px;
        height: 240px;
        right: 9%;
        top: 20%;
        border: 34px solid rgba(212,160,23,.16);
    }

    .blog-pro-hero .container {
        position: relative;
        z-index: 1;
    }

.blog-pro-hero__content {
    max-width: 900px;
}

.blog-pro-eyebrow,
.blog-pro-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 9px 18px;
    font-weight: 900;
    line-height: 1.4;
}

.blog-pro-eyebrow {
    color: #f0c75e;
    background: rgba(255,255,255,.11);
    border: 1px solid rgba(255,255,255,.18);
}

.blog-pro-hero h1 {
    max-width: 980px;
    margin: 20px 0 18px;
    font-size: clamp(2.1rem, 4.6vw, 4.6rem);
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -.7px;
    text-shadow: 0 12px 30px rgba(0,0,0,.22);
}

.blog-pro-hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: clamp(1.05rem, 1.7vw, 1.28rem);
    line-height: 2;
}

.blog-pro-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 760px;
    margin-top: 34px;
}

    .blog-pro-stats div {
        border-radius: 22px;
        padding: 18px;
        background: rgba(255,255,255,.1);
        border: 1px solid rgba(255,255,255,.16);
        backdrop-filter: blur(8px);
    }

    .blog-pro-stats strong {
        display: block;
        color: #f0c75e;
        font-size: clamp(1.8rem, 3vw, 2.55rem);
        line-height: 1;
        margin-bottom: 8px;
    }

    .blog-pro-stats span {
        color: rgba(255,255,255,.84);
        line-height: 1.7;
    }

.blog-pro-featured-section {
    background: linear-gradient(180deg, #fff, var(--soft));
}

.blog-pro-featured {
    direction: rtl;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 0;
    overflow: hidden;
    border-radius: 34px;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 24px 70px rgba(27,40,37,.11);
}

.blog-pro-featured__image {
    min-height: 390px;
    background: var(--soft);
}

    .blog-pro-featured__image img {
        width: 100%;
        height: 100%;
        min-height: 390px;
        object-fit: cover;
    }

.blog-pro-featured__content {
    padding: clamp(28px, 5vw, 56px);
    align-self: center;
}

.blog-pro-tag {
    color: var(--orange);
    background: rgba(232,194,88,.1);
    border: 1px solid rgba(232,194,88,.24);
}

.blog-pro-featured h2 {
    margin: 18px 0 14px;
    color: var(--green2);
    font-size: clamp(1.8rem, 3.4vw, 3rem);
    line-height: 1.35;
    font-weight: 900;
}

.blog-pro-featured p,
.blog-pro-title p {
    color: var(--muted);
    line-height: 2;
    font-size: 1.05rem;
}

.blog-pro-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0;
}

    .blog-pro-meta span,
    .blog-pro-categories span {
        display: inline-flex;
        align-items: center;
        border-radius: 999px;
        padding: 8px 14px;
        background: var(--soft);
        color: var(--green2);
        font-weight: 900;
        border: 1px solid var(--border);
    }

.blog-pro-btn,
.blog-pro-read {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 900;
}

.blog-pro-btn {
    min-width: 150px;
    padding: 13px 24px;
    border-radius: 999px;
    color: #1d1d1d;
    background: linear-gradient(135deg, var(--yellow), var(--orange));
    box-shadow: 0 14px 28px rgba(232,194,88,.23);
}

.blog-pro-list-section {
    background: #fff;
}

.blog-pro-title {
    align-items: flex-start;
}

    .blog-pro-title p {
        max-width: 430px;
        margin: 10px 0 0;
    }

.blog-pro-categories {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: -12px 0 28px;
}

.blog-pro-card {
    direction: rtl;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--border);
    background: #fff;
    box-shadow: 0 14px 38px rgba(27,40,37,.08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .blog-pro-card:hover {
        transform: translateY(-6px);
        border-color: rgba(232,194,88,.36);
        box-shadow: 0 26px 58px rgba(27,40,37,.13);
    }

.blog-pro-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 238px;
    background: var(--soft);
}

    .blog-pro-card__media img {
        width: 100%;
        height: 238px;
        object-fit: cover;
        transition: transform .35s ease;
    }

.blog-pro-card:hover .blog-pro-card__media img {
    transform: scale(1.045);
}

.blog-pro-card__media span {
    position: absolute;
    right: 16px;
    top: 16px;
    border-radius: 999px;
    padding: 7px 13px;
    color: #fff;
    background: rgba(10,10,10,.86);
    font-size: .86rem;
    font-weight: 900;
    backdrop-filter: blur(8px);
}

.blog-pro-card__body {
    padding: 22px;
}

    .blog-pro-card__body time {
        display: inline-flex;
        margin-bottom: 10px;
        color: var(--orange);
        font-weight: 900;
        font-size: .92rem;
    }

    .blog-pro-card__body h3 {
        margin: 0 0 12px;
        font-size: 1.25rem;
        line-height: 1.55;
        font-weight: 900;
    }

        .blog-pro-card__body h3 a {
            color: var(--green2);
            text-decoration: none;
        }

    .blog-pro-card__body p {
        margin: 0 0 18px;
        color: var(--muted);
        line-height: 1.9;
    }

.blog-pro-read {
    color: var(--orange);
}

@media(max-width: 991px) {
    .blog-pro-featured,
    .blog-pro-stats {
        grid-template-columns: 1fr;
    }

    .blog-pro-featured__image,
    .blog-pro-featured__image img {
        min-height: 280px;
    }
}

@media(max-width: 575px) {
    .blog-pro-hero {
        padding: 74px 0 60px;
    }

    .blog-pro-featured,
    .blog-pro-card {
        border-radius: 22px;
    }
}


/* Isolated professional blog page */
.blog-pro-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 64px;
    color: #fff;
    background: radial-gradient(circle at 16% 12%, rgba(212,160,23,.23), transparent 30%), linear-gradient(135deg,#000000 0%,#0a0a0a 58%,#1a1a1a 100%);
}

    .blog-pro-hero:before {
        content: "";
        position: absolute;
        width: 420px;
        height: 420px;
        left: -150px;
        top: -130px;
        border-radius: 50%;
        background: rgba(255,255,255,.07);
    }

    .blog-pro-hero .container {
        position: relative;
        z-index: 1;
    }

.blog-pro-hero__content {
    max-width: 840px;
    margin-bottom: 36px;
}

.blog-pro-kicker,
.blog-pro-heading span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 16px;
    font-weight: 900;
    line-height: 1.4;
}

.blog-pro-kicker {
    color: #f0c75e;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
}

.blog-pro-heading span {
    color: var(--orange);
    background: rgba(232,194,88,.1);
    border: 1px solid rgba(232,194,88,.22);
}

.blog-pro-hero h1 {
    max-width: 880px;
    margin: 18px 0 14px;
    font-size: clamp(2rem,4.4vw,4.4rem);
    font-weight: 900;
    line-height: 1.25;
}

.blog-pro-hero p {
    max-width: 720px;
    margin: 0;
    color: rgba(255,255,255,.86);
    font-size: 1.18rem;
    line-height: 2;
}

.blog-pro-featured {
    display: grid;
    grid-template-columns: minmax(280px,.95fr) 1.05fr;
    gap: 28px;
    align-items: center;
    padding: 18px;
    border-radius: 34px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    color: #fff;
    backdrop-filter: blur(10px);
    box-shadow: 0 28px 70px rgba(0,0,0,.18);
}

    .blog-pro-featured:hover {
        color: #fff;
    }

    .blog-pro-featured img {
        width: 100%;
        height: 360px;
        object-fit: cover;
        border-radius: 26px;
    }

    .blog-pro-featured span {
        display: inline-flex;
        color: #1d1d1d;
        background: linear-gradient(135deg,var(--yellow),var(--orange));
        border-radius: 999px;
        padding: 7px 14px;
        font-weight: 900;
    }

    .blog-pro-featured h2 {
        margin: 18px 0 12px;
        color: #fff;
        font-size: clamp(1.6rem,3vw,2.55rem);
        line-height: 1.35;
    }

    .blog-pro-featured b {
        display: inline-flex;
        margin-top: 18px;
        color: #f0c75e;
        font-weight: 900;
    }

.blog-pro-section {
    background: linear-gradient(180deg,#fff 0%,var(--soft) 100%);
}

.blog-pro-heading {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 34px;
}

    .blog-pro-heading h2 {
        margin: 16px 0 0;
        color: var(--green2);
        font-size: clamp(1.75rem,3vw,2.8rem);
        line-height: 1.35;
    }

.blog-pro-card {
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid var(--border);
    background: #fff;
    box-shadow: 0 18px 45px rgba(27,40,37,.08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .blog-pro-card:hover {
        transform: translateY(-6px);
        border-color: rgba(232,194,88,.35);
        box-shadow: 0 26px 60px rgba(27,40,37,.14);
    }

.blog-pro-card__image {
    position: relative;
    display: block;
    overflow: hidden;
}

    .blog-pro-card__image img {
        width: 100%;
        height: 255px;
        object-fit: cover;
        background: #f5efe2;
        transition: transform .35s ease;
    }

.blog-pro-card:hover .blog-pro-card__image img {
    transform: scale(1.045);
}

.blog-pro-card__image span {
    position: absolute;
    top: 16px;
    right: 16px;
    color: #1d1d1d;
    background: linear-gradient(135deg,var(--yellow),var(--orange));
    border-radius: 999px;
    padding: 6px 13px;
    font-size: .85rem;
    font-weight: 900;
}

.blog-pro-card__body {
    padding: 22px;
}

    .blog-pro-card__body time {
        display: inline-block;
        margin-bottom: 10px;
        color: var(--orange);
        font-weight: 900;
        font-size: .92rem;
    }

    .blog-pro-card__body h3 {
        margin: 0 0 12px;
        font-size: 1.25rem;
        line-height: 1.55;
        font-weight: 900;
    }

        .blog-pro-card__body h3 a {
            color: var(--green2);
        }

    .blog-pro-card__body p {
        margin: 0;
        color: var(--muted);
        line-height: 1.9;
    }

.blog-pro-read {
    display: inline-flex;
    margin-top: 18px;
    color: var(--orange);
    font-weight: 900;
}

@media(max-width:991px) {
    .blog-pro-featured {
        grid-template-columns: 1fr;
    }

        .blog-pro-featured img {
            height: 280px;
        }
}

@media(max-width:575px) {
    .blog-pro-hero {
        padding: 58px 0 42px;
    }

    .blog-pro-featured,
    .blog-pro-card {
        border-radius: 22px;
    }

        .blog-pro-featured img,
        .blog-pro-card__image img {
            height: 230px;
        }
}

/* Home imported content from original Aladham homepage - scoped */
.home-import-showcase {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg,#fff 0%,#fff 55%,var(--soft) 55%,var(--soft) 100%);
}

.home-import-media {
    position: relative;
    min-height: 420px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 26px 65px rgba(0,0,0,.16);
    background: #0a0a0a;
}

    .home-import-media img {
        width: 100%;
        height: 100%;
        min-height: 420px;
        object-fit: cover;
        display: block;
        transform: scale(1.02);
    }

.home-import-badge {
    position: absolute;
    right: 22px;
    bottom: 22px;
    background: linear-gradient(135deg,var(--yellow),var(--orange));
    color: #1d1d1d;
    border-radius: 8px;
    padding: 18px 22px;
    box-shadow: 0 16px 35px rgba(0,0,0,.18);
    max-width: 210px;
}

    .home-import-badge strong {
        display: block;
        font-size: 2.6rem;
        line-height: 1;
        font-weight: 900;
    }

    .home-import-badge span {
        display: block;
        margin-top: 8px;
        font-weight: 900;
        line-height: 1.6;
    }

.home-import-points {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

    .home-import-points div {
        display: grid;
        grid-template-columns: 56px 1fr;
        gap: 14px;
        align-items: center;
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 8px;
        padding: 14px;
        box-shadow: 0 10px 28px rgba(0,0,0,.06);
    }

    .home-import-points b {
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: var(--soft);
        color: var(--orange);
        font-weight: 900;
    }

    .home-import-points span {
        color: #4a4a4a;
        line-height: 1.8;
        font-weight: 800;
    }

.home-import-product-grid,
.home-import-service-grid,
.home-import-project-grid {
    display: grid;
    gap: 18px;
}

.home-import-product-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.home-import-product-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 14px 38px rgba(0,0,0,.08);
    transition: transform .24s ease, box-shadow .24s ease;
}

    .home-import-product-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 56px rgba(0,0,0,.13);
    }

    .home-import-product-card img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        background: #f5efe2;
    }

    .home-import-product-card h3 {
        margin: 20px 22px 8px;
        color: var(--green);
        font-weight: 900;
        font-size: 1.28rem;
    }

    .home-import-product-card p {
        margin: 0 22px 24px;
        color: var(--muted);
        line-height: 1.9;
    }

.home-import-services {
    background: radial-gradient(circle at 12% 8%,rgba(232,194,88,.12),transparent 28%),linear-gradient(135deg,#0a0a0a,#000000);
    color: #fff;
}

    .home-import-services .section-title h2,
    .home-import-services .eyebrow {
        color: #fff;
    }

.home-import-service-grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

    .home-import-service-grid article {
        background: rgba(255,255,255,.07);
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 8px;
        padding: 26px;
        min-height: 230px;
        box-shadow: 0 18px 45px rgba(0,0,0,.12);
    }

    .home-import-service-grid span {
        width: 48px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: linear-gradient(135deg,var(--yellow),var(--orange));
        color: #1d1d1d;
        font-weight: 900;
        margin-bottom: 18px;
    }

    .home-import-service-grid h3 {
        color: #fff;
        font-weight: 900;
        margin-bottom: 12px;
        font-size: 1.26rem;
    }

    .home-import-service-grid p {
        color: rgba(255,255,255,.82);
        line-height: 1.95;
        margin: 0;
    }

.home-import-project-grid {
    grid-template-columns: 1.2fr .8fr .8fr;
    align-items: stretch;
}

    .home-import-project-grid img {
        width: 100%;
        height: 360px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 18px 45px rgba(0,0,0,.12);
        background: #f5efe2;
    }

        .home-import-project-grid img:first-child {
            height: 420px;
        }

@media(max-width:991px) {
    .home-import-product-grid,
    .home-import-service-grid,
    .home-import-project-grid {
        grid-template-columns: 1fr 1fr;
    }

        .home-import-project-grid img:first-child {
            grid-column: 1 / -1;
            height: 360px;
        }
}

@media(max-width:575px) {
    .home-import-media,
    .home-import-media img {
        min-height: 310px;
    }

    .home-import-product-grid,
    .home-import-service-grid,
    .home-import-project-grid {
        grid-template-columns: 1fr;
    }

        .home-import-product-card img,
        .home-import-project-grid img,
        .home-import-project-grid img:first-child {
            height: 260px;
        }

    .home-import-badge {
        right: 14px;
        bottom: 14px;
        padding: 14px 16px;
    }
}

:root {
    --green: #0a0a0a;
    --green2: #000000;
    --lime: #f0c75e;
    --yellow: #d4a017;
    --orange: #e8c258;
    --ink: #1a1a1a;
    --muted: #6b6b6b;
    --soft: #faf6ec;
    --border: #e8dfc4
}

* {
    box-sizing: border-box
}

body {
    font-family: Cairo,Arial,sans-serif;
    margin: 0;
    color: var(--ink);
    background: #fff;
    overflow-x: hidden
}

a {
    text-decoration: none
}

.top-strip {
    background: #0a0a0a;
    color: #fff;
    font-size: .9rem;
    padding: 8px 0
}

.top-phones {
    color: #f0c75e;
    font-weight: 800
}

.site-header {
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 10px 30px rgba(0,0,0,.07)
}

.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--green) !important;
    font-weight: 900;
    font-size: 1.45rem
}

    .navbar-brand small {
        display: block;
        font-size: .72rem;
        color: var(--orange);
        font-weight: 800;
        margin-top: -5px
    }

.main-menu .nav-link {
    font-weight: 800;
    color: #1a1a1a !important;
    padding: 30px 11px
}

    .main-menu .nav-link:hover, .main-menu .nav-link:focus {
        color: var(--orange) !important
    }

.dropdown-menu {
    border-radius: 0 0 18px 18px;
    border: 0;
    box-shadow: 0 22px 45px rgba(0,0,0,.12);
    padding: 12px
}

.dropdown-item {
    font-weight: 700;
    padding: 8px 14px
}

.mega-holder {
    position: static
}

.mega-menu {
    width: min(760px,calc(100vw - 30px));
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 28px
}

    .mega-menu h6 {
        font-weight: 900;
        color: var(--green);
        border-bottom: 2px solid var(--yellow);
        padding-bottom: 8px
    }

    .mega-menu a {
        display: block;
        color: #2a2a2a;
        font-weight: 700;
        padding: 6px 0
    }

.quote-btn {
    background: linear-gradient(135deg,var(--yellow),var(--orange));
    border: 0;
    color: #1d1d1d !important;
    font-weight: 900;
    border-radius: 999px;
    padding: 11px 24px;
    box-shadow: 0 10px 22px rgba(232,194,88,.22)
}

.hero-slide {
    min-height: 690px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
    color: #fff
}

    .hero-slide:after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        height: 120px;
        background: linear-gradient(0deg,#fff,transparent)
    }

.hero-content {
    max-width: 760px;
    position: relative;
    z-index: 1
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.22);
    padding: 9px 17px;
    border-radius: 999px;
    color: #f0c75e;
    font-weight: 900;
    margin-bottom: 18px
}

.hero h1, .page-hero h1 {
    font-size: clamp(2.4rem,5vw,5.2rem);
    font-weight: 900;
    line-height: 1.18;
    text-shadow: 0 8px 28px rgba(0,0,0,.22)
}

.hero p {
    font-size: 1.35rem;
    line-height: 1.9;
    max-width: 650px
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px
}

.outline-light-btn {
    color: #fff;
    border: 2px solid rgba(255,255,255,.75);
    border-radius: 999px;
    font-weight: 900;
    padding: 11px 24px
}

.section {
    padding: 82px 0
}

.soft {
    background: var(--soft)
}

.dark {
    background: linear-gradient(135deg,#0a0a0a,#000000);
    color: #fff
}

.section-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 34px;
    gap: 20px
}

    .section-title h2, h2 {
        font-weight: 900
    }

    .section-title h2 {
        font-size: clamp(1.8rem,3vw,3rem)
    }

.eyebrow {
    color: var(--orange);
    font-weight: 900;
    letter-spacing: .4px
}

.about-text {
    font-size: 1.08rem;
    line-height: 2;
    color: #4a4a4a
}

.about-card {
    background: #fff;
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 18px 50px rgba(0,0,0,.08);
    border-bottom: 5px solid var(--yellow)
}

    .about-card h3 {
        font-weight: 900;
        color: var(--green)
    }

.knowledge-card {
    min-height: 150px;
    background: linear-gradient(135deg,var(--green),#1f1f1f);
    color: #fff;
    border-radius: 6px;
    padding: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 900;
    font-size: 1.35rem;
    box-shadow: 0 18px 35px rgba(10,10,10,.22)
}

.category-card, .product-card, .article-card, .service-card, .dark-card {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.07);
    height: 100%;
    transition: .22s
}

    .category-card:hover, .product-card:hover, .article-card:hover, .service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 22px 48px rgba(0,0,0,.12)
    }

    .category-card img, .product-card img, .article-card img, .dark-card img, .service-card img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        background: #f5efe2
    }

    .category-card h3, .product-card h3, .article-card h3, .service-card h3 {
        font-weight: 900;
        color: var(--green);
        font-size: 1.23rem
    }

    .category-card h3 {
        padding: 18px 20px 2px
    }

    .category-card p {
        padding: 0 20px 20px;
        color: var(--muted)
    }

    .product-card .card-body {
        padding: 20px
    }

.price {
    font-weight: 900;
    color: var(--orange)
}

    .price.big {
        font-size: 1.9rem
    }

.card-actions .btn {
    border-radius: 2px;
    font-weight: 800
}

.service-card {
    padding: 0
}

    .service-card .service-body {
        padding: 24px
    }

.dark-card {
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.12);
    padding-bottom: 24px
}

    .dark-card h3, .dark-card p, .dark-card a {
        padding: 0 22px;
        color: #fff
    }

.stats-band {
    background: linear-gradient(90deg,var(--yellow),var(--orange));
    color: #1d1d1d;
    padding: 40px 0
}

.stat-box {
    text-align: center;
    font-weight: 900
}

    .stat-box strong {
        font-size: 2.5rem;
        display: block
    }

.footer {
    background: #000000;
    color: #fff;
    padding: 65px 0 24px;
}

    .footer .container {
        max-width: 100%;
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }

    .footer .row {
        width: 100%;
        justify-content: space-between;
    }

    .footer [class*="col-"] {
        flex: 1;
    }

.footer-cta {
    background: linear-gradient(135deg,#1a1a1a,#0a0a0a);
    border: 1px solid rgba(255,255,255,.1);
    padding: 26px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap
}

.footer h5, .footer h3 {
    font-weight: 900;
    color: #fff
}

.footer a {
    display: block;
    color: #bdb6a0;
    text-decoration: none;
    margin: .45rem 0
}

.footer p {
    color: #bdb6a0;
    line-height: 1.9
}

.whatsapp-float {
    position: fixed;
    left: 18px;
    bottom: 18px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    border-radius: 999px;
    padding: 13px 18px;
    z-index: 50;
    box-shadow: 0 12px 35px rgba(0,0,0,.25);
    font-weight: 900
}

.page-hero {
    background: linear-gradient(135deg,rgba(10,10,10,.96),rgba(10,10,10,.76)),url('/uploads/sliders/s1.svg');
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 110px 0
}

.filters {
    display: grid;
    grid-template-columns: 1fr 240px auto;
    gap: 12px
}

.details-image {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    max-height: 480px;
    box-shadow: 0 20px 45px rgba(0,0,0,.12)
}

.narrow {
    max-width: 920px
}

.content {
    line-height: 2;
    font-size: 1.1rem
}

.youtube-lazy {
    background: #111;
    color: #fff;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    margin: 20px 0
}

.model-viewer model-viewer {
    width: 100%;
    height: 450px;
    background: #f2f2f2;
    border-radius: 4px
}

.quote-form label {
    font-weight: 800;
    margin-top: 12px
}

.blog-meta {
    color: var(--orange);
    font-weight: 800;
    font-size: .9rem
}

@media(max-width:991px) {
    .main-menu .nav-link {
        padding: 10px 0
    }

    .mega-menu {
        transform: none;
        width: 100%;
        padding: 16px
    }

    .hero-slide {
        min-height: 580px
    }

    .top-strip {
        text-align: center
    }

        .top-strip .container {
            justify-content: center !important
        }
}

@media(max-width:768px) {
    .section {
        padding: 52px 0
    }

    .hero-slide {
        min-height: 540px
    }

    .filters {
        grid-template-columns: 1fr
    }

    .navbar-brand {
        font-size: 1.05rem
    }

    .section-title {
        display: block
    }

    .hero-actions .btn, .outline-light-btn {
        width: 100%;
        text-align: center
    }
}

.top-strip {
    .top-strip {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        padding: 10px 0;
    }

        .top-strip .moving-strip {
            display: inline-block;
            padding-left: 100%;
            animation: moveStrip 20s linear infinite;
        }

    @keyframes moveStrip {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 10px 0;
}

    .top-strip .moving-strip {
        display: inline-block;
        padding-left: 100%;
        animation: moveStrip 20s linear infinite;
    }

@keyframes moveStrip {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Header social icons */
.header-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-social {
    display: flex !important;
    align-items: center;
}

    .header-social a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        transition: .22s;
        text-decoration: none;
        margin-left: 14px;
    }

        .header-social a:last-child {
            margin-left: 0;
        }

        .header-social a[aria-label="Facebook"] {
            background: #1877f2;
        }

        .header-social a[aria-label="YouTube"] {
            background: #ff0000;
        }

        .header-social a:hover {
            color: #fff;
            transform: translateY(-2px);
            filter: brightness(.92);
        }

/* WhatsApp floating icon */
.whatsapp-float {
    width: 60px;
    height: 60px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border-radius: 50%;
}

    .whatsapp-float:hover {
        color: #fff;
        transform: scale(1.05);
    }

/* Testimonials section */
.testimonials-section {
    background: linear-gradient(180deg,#fff 0%,var(--soft) 100%);
    position: relative;
    overflow: hidden;
}

    .testimonials-section:before {
        content: "";
        position: absolute;
        width: 380px;
        height: 380px;
        border-radius: 50%;
        background: rgba(240,199,94,.14);
        right: -120px;
        top: -120px;
    }

    .testimonials-section:after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: rgba(232,194,88,.12);
        left: -90px;
        bottom: -90px;
    }

    .testimonials-section .container {
        position: relative;
        z-index: 1;
    }

.testimonials-intro {
    max-width: 850px;
    margin: 12px auto 0;
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 2;
}

.testimonial-video {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 24px 55px rgba(0,0,0,.16);
    background: #000;
    aspect-ratio: 16/9;
}

    .testimonial-video iframe {
        width: 100%;
        height: 100%;
        border: 0;
        display: block;
    }

.testimonial-content {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 34px;
    box-shadow: 0 18px 50px rgba(0,0,0,.08);
    border-bottom: 5px solid var(--yellow);
}

    .testimonial-content h3 {
        color: var(--green);
        font-weight: 900;
        font-size: clamp(1.6rem,3vw,2.4rem);
        line-height: 1.45;
        margin: 10px 0 14px;
    }

    .testimonial-content p {
        color: #4a4a4a;
        line-height: 2;
        font-size: 1.05rem;
    }

.testimonial-mini-card {
    height: 100%;
    background: var(--soft);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 18px;
}

    .testimonial-mini-card strong {
        display: block;
        color: var(--green);
        font-weight: 900;
        margin-bottom: 8px;
    }

    .testimonial-mini-card span {
        color: var(--muted);
        line-height: 1.8;
    }

@media(max-width:991px) {
    .header-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 10px 0 16px;
    }

    .testimonial-content {
        padding: 24px;
    }
}

/* Header layout fix */
.site-header .navbar {
    width: 100%;
}

.site-header .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    flex-shrink: 0;
}

.navbar-collapse {
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
}

.main-menu {
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: center;
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-shrink: 0;
}

.header-social {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media(max-width:991px) {
    .site-header .container-fluid {
        flex-wrap: wrap;
    }

    .navbar-collapse {
        width: 100%;
        padding: 12px 0 18px;
    }

    .main-menu {
        margin: 0 !important;
        align-items: flex-start;
    }

    .header-actions {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 12px;
        padding-top: 10px;
    }
}

.main-menu {
    margin-right: auto !important;
    margin-left: auto !important;
    justify-content: center;
    gap: 22px;
}

    .main-menu .nav-link {
        padding: 12px 10px !important;
        font-size: 18px;
        font-weight: 700;
    }

@media(max-width:991px) {

    .main-menu {
        gap: 8px !important;
    }

        .main-menu .nav-link {
            font-size: 16px;
            padding: 10px 0 !important;
        }
}
/* Products header dropdown: clicking products opens /products, hovering/focusing shows menu */
.product-nav-item {
    position: relative;
}

    .product-nav-item .products-main-link {
        cursor: pointer;
    }

        .product-nav-item .products-main-link::after {
            margin-right: 6px;
            vertical-align: middle;
        }

@media (min-width: 992px) {
    .product-nav-item:hover > .mega-menu,
    .product-nav-item:focus-within > .mega-menu {
        display: block;
        margin-top: 0;
    }
}

.mega-menu-footer {
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(0,0,0,.08);
    text-align: center;
}

    .mega-menu-footer a {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 8px 22px !important;
        border-radius: 999px;
        background: linear-gradient(135deg,var(--yellow),var(--orange));
        color: #1d1d1d !important;
        font-weight: 900 !important;
        text-decoration: none;
    }

@media(max-width:991px) {
    .product-nav-item .mega-menu {
        position: static;
        display: block;
        width: 100%;
        transform: none;
        box-shadow: none;
        padding: 12px 0 8px;
        margin: 0;
        background: transparent;
    }

        .product-nav-item .mega-menu h6 {
            margin-top: 8px;
        }
}

/* Maintenance & warranty service page */
.service-rich-page {
    direction: rtl;
}

.service-hero-pro {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 34px;
    align-items: center;
    background: linear-gradient(135deg,#0a0a0a,#000000);
    color: #fff;
    border-radius: 30px;
    padding: 42px;
    box-shadow: 0 25px 70px rgba(10,10,10,.18);
    overflow: hidden;
    margin-bottom: 30px;
}

    .service-hero-pro h2 {
        font-size: clamp(2rem,3.5vw,3.4rem);
        line-height: 1.35;
        margin: 12px 0 18px;
        color: #fff;
    }

    .service-hero-pro p {
        font-size: 1.08rem;
        line-height: 2;
        color: rgba(255,255,255,.88);
    }

.service-kicker {
    display: inline-flex;
    width: fit-content;
    color: #f0c75e;
    font-weight: 900;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    padding: 8px 16px;
}

.service-hero-image img, .maintenance-split-block img, .service-feature-grid img {
    width: 100%;
    height: auto;
    border-radius: 22px;
}

.service-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.primary-action, .secondary-action, .service-warning-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 900;
}

.primary-action, .service-warning-box a {
    color: #0a0a0a !important;
    background: linear-gradient(135deg,var(--yellow),var(--orange));
}

.secondary-action {
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.55);
}

.service-stats-strip {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
    margin: 26px 0 54px;
}

    .service-stats-strip div {
        background: #fff;
        border: 1px solid var(--border);
        box-shadow: 0 14px 36px rgba(0,0,0,.06);
        border-radius: 22px;
        padding: 24px;
        text-align: center;
    }

    .service-stats-strip strong {
        display: block;
        color: var(--green);
        font-size: 1.9rem;
        font-weight: 900;
        margin-bottom: 8px;
    }

    .service-stats-strip span {
        color: var(--muted);
        line-height: 1.8;
    }

.service-section-title {
    max-width: 780px;
    margin: 0 auto 30px;
    text-align: center;
}

    .service-section-title span {
        color: var(--orange);
        font-weight: 900;
    }

    .service-section-title h3, .maintenance-split-block h3, .service-warning-box h3 {
        color: var(--green);
        font-weight: 900;
        margin: 10px 0 12px;
    }

    .service-section-title p, .maintenance-split-block p, .service-warning-box p {
        color: var(--muted);
        line-height: 2;
    }

.service-feature-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-bottom: 58px;
}

    .service-feature-grid article {
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 24px;
        padding: 18px;
        box-shadow: 0 18px 45px rgba(0,0,0,.06);
        transition: .25s ease;
    }

        .service-feature-grid article:hover {
            transform: translateY(-6px);
            box-shadow: 0 24px 58px rgba(0,0,0,.1);
        }

    .service-feature-grid h4, .process-grid h4 {
        color: var(--green);
        font-weight: 900;
        margin-top: 18px;
    }

    .service-feature-grid p, .process-grid p {
        color: var(--muted);
        line-height: 1.9;
    }

.maintenance-split-block {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 32px;
    align-items: center;
    background: var(--soft);
    border-radius: 28px;
    padding: 34px;
    margin-bottom: 58px;
}

.service-check-list {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: grid;
    gap: 10px;
}

    .service-check-list li {
        position: relative;
        padding: 12px 44px 12px 14px;
        background: #fff;
        border-radius: 16px;
        color: #3a3a3a;
        font-weight: 800;
        box-shadow: 0 8px 24px rgba(0,0,0,.04);
    }

        .service-check-list li:before {
            content: "✓";
            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: grid;
            place-items: center;
            color: #fff;
            background: var(--green);
            font-weight: 900;
        }

.service-process {
    margin-bottom: 56px;
}

.service-section-title.compact {
    margin-bottom: 22px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}

    .process-grid article {
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 22px;
        padding: 22px;
        box-shadow: 0 14px 34px rgba(0,0,0,.05);
    }

    .process-grid b {
        display: inline-flex;
        color: var(--orange);
        font-size: 1.4rem;
        font-weight: 900;
    }

.service-warning-box {
    background: linear-gradient(135deg,#faf6ec,#faf6ec);
    border: 1px solid #f4d693;
    border-radius: 28px;
    padding: 34px;
    text-align: center;
    box-shadow: 0 18px 45px rgba(232,194,88,.09);
}

.service-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    background: var(--soft);
    border-radius: 18px;
    margin-bottom: 16px;
}

@media (max-width: 991px) {
    .service-hero-pro, .maintenance-split-block, .service-feature-grid, .process-grid, .service-stats-strip {
        grid-template-columns: 1fr;
    }

    .service-hero-pro, .maintenance-split-block {
        padding: 24px;
    }
}

/* =================================================================== */
/* ============== RESPONSIVE PATCH - شامل لكل الأجهزة =================== */
/* =================================================================== */
/* الهدف: ضمان عرض احترافي على كل الشاشات بدون كسر النصوص أو overflow */
/* breakpoints معتمدة من Bootstrap 5:
   xxl >=1400  |  xl >=1200  |  lg >=992  |  md >=768  |  sm >=576  |  xs <576
*/

/* ===== 1) قواعد عامة للحماية من overflow على كل الأجهزة ===== */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

html, body {
    max-width: 100%;
    overflow-x: clip;
}

body {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

img, svg, video, iframe, embed, object, picture {
    max-width: 100%;
    height: auto;
}

*, *::before, *::after {
    min-width: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

    .row > [class*="col-"] {
        min-width: 0;
    }

/* أي جدول يخرج عن الشاشة يبقى scrollable */
table {
    max-width: 100%;
}

.product-specs-table, .pl-specs-table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

/* ===== 2) breakpoint XL (≤1399px) ===== */
@media (max-width: 1399.98px) {
    .hero-pro > .container {
        max-width: 100%;
    }

    .hero-pro-title {
        font-size: clamp(2rem, 4.4vw, 3.8rem);
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ===== 3) breakpoint LG (≤1199px) ===== */
@media (max-width: 1199.98px) {
    .hero-pro {
        padding: 60px 0 0;
    }

    .hero-pro-title {
        font-size: clamp(1.9rem, 4vw, 3.2rem);
    }

    .hero-pro-desc {
        font-size: 1.05rem;
    }

    .hero-pro-stats-grid {
        gap: 18px 14px;
    }

    .stat-box strong, .pd-main-counter {
        font-size: 1.4rem;
    }

    .section-title {
        font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    }

    .navbar-brand {
        font-size: 1.25rem;
    }

        .navbar-brand small {
            font-size: .65rem;
        }

    .main-menu .nav-link {
        padding: 24px 8px;
        font-size: .95rem;
    }
}

/* ===== 4) breakpoint MD (≤991px) - tablet ===== */
@media (max-width: 991.98px) {
    /* العام */
    body {
        font-size: 15px;
    }

    h1, .h1 {
        font-size: clamp(1.6rem, 5vw, 2.4rem) !important;
    }

    h2, .h2, .section-title {
        font-size: clamp(1.4rem, 4vw, 2rem) !important;
        line-height: 1.3;
    }

    h3, .h3 {
        font-size: clamp(1.2rem, 3.5vw, 1.6rem) !important;
    }

    h4, .h4 {
        font-size: clamp(1.05rem, 3vw, 1.3rem) !important;
    }

    .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    /* Navbar / Header */
    .site-header .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main-menu .nav-link {
        padding: 12px 10px !important;
    }

    .navbar-collapse {
        background: #fff;
        margin-top: 10px;
        padding: 14px;
        border-radius: 14px;
        box-shadow: 0 12px 30px rgba(0,0,0,.08);
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .dropdown-menu {
        box-shadow: none;
        padding: 6px;
        border: 1px solid #f0e9d3;
    }

    /* Hero Pro - الصفحة الرئيسية */
    .hero-pro {
        padding: 40px 0 0;
    }

    .hero-pro-grid {
        grid-template-columns: 1fr !important;
        gap: 28px;
        padding-bottom: 36px;
    }

    .hero-pro-text {
        text-align: center !important;
        transform: none !important;
    }

    .hero-pro-tagline, .hero-pro-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-pro-desc {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .hero-pro-visual {
        min-height: auto;
        transform: none !important;
        padding: 20px 0;
    }

    .hero-pro-stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px 10px;
    }

    /* Grids شاملة */
    .products-pro-grid,
    .products-category-grid,
    .home-import-product-grid,
    .home-import-service-grid,
    .home-import-project-grid,
    .product-variants-grid,
    .testimonial-featured-grid,
    .testimonials-stats,
    .contact-pro-form-grid,
    .contact-pro-loc-grid,
    .contact-pro-quick-grid,
    .quote-pro-grid,
    .quote-pro-row,
    .pl-trust-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    /* Quote Pro - شبكة Sidebar */
    .quote-pro-main {
        order: 2;
    }

    .quote-pro-sidebar {
        order: 1;
    }

    /* Products / Production lines */
    .products-pro-hero, .production-lines-hero, .contact-pro-hero,
    .quote-pro-hero, .testimonials-hero, .service-pro-hero, .product-details-hero {
        padding: 40px 18px !important;
        text-align: center;
    }

    .products-pro-title, .production-lines-title, .testimonials-title {
        font-size: clamp(1.6rem, 5vw, 2.2rem) !important;
    }

    .products-pro-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 14px !important;
    }

    /* Product details */
    .product-details-pro {
        grid-template-columns: 1fr !important;
        gap: 26px !important;
    }

    .product-details-main {
        padding: 18px !important;
    }

    .pd-thumbs {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* Services */
    .service-pro-shell {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
        padding: 18px !important;
    }

    /* Testimonials */
    .testimonial-featured {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .testimonial-featured-video {
        aspect-ratio: 16/9;
    }

    /* Cards عامة - استثناء الكروت اللى عندها padding أصلى أو صورة من حافة لحافة */
    .product-3d-card,
    .product-variant-card,
    .testimonial-card,
    .testimonial-mini-card,
    .pl-trust-card,
    .contact-pro-loc-card,
    .contact-pro-quick-card,
    .quote-pro-side-card {
        padding: 18px !important;
    }

    /* Footer */
    footer .row > [class*="col-"] {
        margin-bottom: 24px;
    }

    /* أزرار */
    .btn-lg {
        padding: 10px 22px;
        font-size: 1rem;
    }

    .btn-cta, .btn-quote {
        padding: 10px 20px;
        font-size: .95rem;
    }

    /* Sections padding */
    .section, section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* Marquee top strip */
    .top-strip {
        padding: 7px 0;
        font-size: .82rem;
    }

    .marquee__item {
        font-size: .82rem;
        gap: 6px;
    }

    .marquee__group {
        gap: 22px;
        padding: 0 10px;
    }
}

/* ===== 5) breakpoint SM (≤767px) - phablet / tablet صغير ===== */
@media (max-width: 767.98px) {
    body {
        font-size: 14.5px;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    h1, .h1 {
        font-size: clamp(1.4rem, 6vw, 2rem) !important;
    }

    h2, .h2, .section-title {
        font-size: clamp(1.25rem, 5vw, 1.7rem) !important;
    }

    h3, .h3 {
        font-size: clamp(1.1rem, 4.5vw, 1.4rem) !important;
    }

    p, li {
        font-size: .95rem;
        line-height: 1.75;
    }

    /* Hero */
    .hero-pro {
        padding: 30px 0 0;
    }

    .hero-pro-stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .hero-pro-title {
        font-size: clamp(1.5rem, 7vw, 2.2rem) !important;
    }

    .hero-pro-en {
        font-size: .95rem;
        letter-spacing: 4px;
    }

    .hero-pro-desc {
        font-size: .95rem !important;
    }

    /* Buttons */
    .btn, .btn-lg, .btn-cta, .btn-quote, .quote-btn {
        font-size: .9rem;
        padding: 9px 16px;
    }

    .btn-group-cta {
        flex-direction: column;
        gap: 10px;
    }

        .btn-group-cta .btn {
            width: 100%;
        }

    .hero-pro-actions {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }

        .hero-pro-actions .btn {
            width: 100%;
            justify-content: center;
        }

    /* Cards - استثناء الكروت اللى عندها padding أصلى أو صورة من حافة لحافة */
    .product-3d-card, .product-variant-card, .testimonial-card,
    .pl-trust-card, .contact-pro-loc-card, .quote-pro-side-card,
    .testimonial-mini-card, .contact-pro-quick-card,
    .contact-pro-form-card, .quote-pro-form-card {
        padding: 16px !important;
        border-radius: 16px !important;
    }

    /* Product details */
    .product-details-hero {
        padding: 24px 14px !important;
    }

    .pd-main-prev, .pd-main-next {
        width: 38px;
        height: 38px;
        font-size: .9rem;
    }

    .product-details-image-wrap {
        aspect-ratio: 1/1;
    }

    .pd-thumb {
        width: 60px;
        height: 60px;
    }

    /* Production Lines */
    .pl-chips {
        gap: 6px;
    }

    .pl-chip {
        font-size: .8rem;
        padding: 5px 12px;
    }

    .pl-compare-bar {
        flex-direction: column;
        gap: 10px;
        align-items: stretch !important;
        text-align: center;
    }

    /* Contact */
    .contact-pro-hero-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

        .contact-pro-hero-actions .btn {
            width: 100%;
            justify-content: center;
        }

    .contact-pro-social-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    /* Quote Pro */
    .quote-pro-form-header {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start !important;
    }

    .quote-pro-submit-row {
        flex-direction: column;
        gap: 10px;
        align-items: stretch !important;
    }

        .quote-pro-submit-row .btn, .quote-pro-submit {
            width: 100%;
            justify-content: center;
        }

    .quote-pro-side-actions {
        flex-direction: column;
        gap: 8px;
    }

    .quote-pro-side-btn {
        width: 100%;
        justify-content: center;
    }

    /* Testimonials */
    .testimonials-stats {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .testimonial-card-video, .testimonial-featured-video {
        aspect-ratio: 16/9;
    }

    .testimonials-cta {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        align-items: center !important;
    }

    /* Pagination */
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
    }

    .page-link {
        padding: 6px 12px;
        font-size: .9rem;
    }

    /* Forms */
    .form-control, .form-select {
        font-size: 16px; /* يمنع الـ zoom في iOS */
        padding: 10px 12px;
    }

    .icon-input {
        padding-right: 38px;
        padding-left: 12px;
    }

    label {
        font-size: .9rem;
    }

    /* Footer */
    footer {
        padding-top: 30px !important;
        padding-bottom: 20px !important;
    }

        footer h5, footer h6 {
            font-size: 1rem;
        }

        footer ul li {
            font-size: .88rem;
        }

    /* Section paddings */
    .section, section {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .testimonials-section, .pl-trust-section, .contact-pro-locations,
    .product-features-section, .product-specs-section, .product-uses-section,
    .product-variants-section, .product-related-section, .product-3d-section,
    .products-pro-section, .production-lines-section, .contact-pro-form-section,
    .contact-pro-quick {
        padding: 32px 0 !important;
    }

    /* Top strip marquee - تصغير شديد لفولوب */
    .top-strip {
        padding: 6px 0;
    }

    .marquee__item {
        font-size: .75rem;
    }

    .marquee__track {
        animation-duration: 32s;
    }
}

/* ===== 6) breakpoint XS (≤575px) - موبايل عادي ===== */
@media (max-width: 575.98px) {
    body {
        font-size: 14px;
    }

    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .row {
        --bs-gutter-x: 1rem;
    }

    h1, .h1 {
        font-size: clamp(1.25rem, 6.5vw, 1.7rem) !important;
        line-height: 1.3;
    }

    h2, .h2, .section-title {
        font-size: clamp(1.15rem, 5.5vw, 1.5rem) !important;
        line-height: 1.35;
    }

    h3, .h3 {
        font-size: 1.1rem !important;
    }

    p, li, td {
        font-size: .92rem;
        line-height: 1.7;
    }

    /* Hero */
    .hero-pro {
        padding: 24px 0 0;
    }

    .hero-pro-kicker {
        font-size: .8rem;
        padding: 6px 14px;
    }

    .hero-pro-title {
        font-size: 1.6rem !important;
        line-height: 1.25;
    }

    .hero-pro-en {
        font-size: .85rem;
        letter-spacing: 3px;
    }

    .hero-pro-desc {
        font-size: .9rem !important;
        line-height: 1.7;
    }

    .hero-pro-stats-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px 8px;
    }

        .hero-pro-stats-grid strong {
            font-size: 1.2rem;
        }

        .hero-pro-stats-grid > div {
            padding: 8px 6px;
        }

            .hero-pro-stats-grid > div:not(:last-child)::after {
                display: none;
            }

    .stat-box strong {
        font-size: 1.2rem;
    }

    .stat-box {
        padding: 10px 6px;
    }

    .hero-pro-medal {
        width: 60px;
        height: 60px;
        top: 3%;
        right: 3%;
    }

        .hero-pro-medal strong {
            font-size: .95rem;
        }

    /* Section titles */
    .section-title {
        margin-bottom: 16px;
    }

    .eyebrow, .kicker {
        font-size: .72rem;
        letter-spacing: 1.5px;
    }

    /* Cards - استثناء الكروت اللى عندها padding أصلى أو صورة من حافة لحافة */
    .product-3d-card, .product-variant-card, .testimonial-card,
    .pl-trust-card, .contact-pro-loc-card, .quote-pro-side-card,
    .testimonial-mini-card, .contact-pro-quick-card,
    .contact-pro-form-card, .quote-pro-form-card, .quote-pro-field,
    .product-details-card, .product-details-main, .pl-trust-section,
    .quote-pro-form-header {
        padding: 14px !important;
        border-radius: 14px !important;
    }

    .product-variant-image, .product-variant-body {
        padding: 12px !important;
    }

    .testimonial-card-body, .testimonial-featured-body {
        padding: 14px !important;
    }

    /* Buttons */
    .btn, .btn-lg, .btn-cta, .btn-cta-outline, .btn-quote, .btn-yellow, .btn-outline, .quote-btn {
        font-size: .88rem;
        padding: 8px 14px;
        white-space: normal;
        line-height: 1.35;
    }

    /* Hero buttons */
    .hero-pro-actions {
        width: 100%;
        max-width: 100%;
    }

        .hero-pro-actions .btn {
            padding: 10px 14px;
            font-size: .9rem;
        }

    /* Products details */
    .product-details-pro {
        gap: 16px !important;
    }

    .product-details-actions {
        flex-direction: column;
        gap: 8px;
    }

        .product-details-actions .btn {
            width: 100%;
            justify-content: center;
        }

    .pd-main-counter {
        font-size: .82rem;
        padding: 4px 10px;
    }

    .pd-main-zoom {
        width: 36px;
        height: 36px;
    }

    .pd-thumb {
        width: 52px;
        height: 52px;
        border-radius: 10px;
    }

    .product-specs-table th, .product-specs-table td {
        font-size: .85rem;
        padding: 8px 10px;
    }

    .product-features-list li, .product-uses-list li {
        font-size: .9rem;
    }

    /* Production Lines */
    .production-line-card {
        padding: 14px !important;
    }

    .production-line-image {
        aspect-ratio: 16/10;
    }

    .production-line-actions {
        flex-direction: column;
        gap: 8px;
    }

        .production-line-actions .btn {
            width: 100%;
        }

    .pl-trust-grid {
        gap: 14px !important;
    }

    .pl-cta-strip {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        padding: 18px !important;
    }

        .pl-cta-strip .btn {
            width: 100%;
        }

    .pl-capacity-badge {
        font-size: .8rem;
        padding: 4px 10px;
    }

    /* Contact Pro */
    .contact-pro-page {
        padding-top: 20px;
    }

    .contact-pro-form-section, .contact-pro-locations, .contact-pro-quick {
        padding: 24px 0 !important;
    }

    .contact-pro-form-card, .contact-pro-side-card, .contact-pro-hours-card,
    .contact-pro-social-card, .contact-pro-loc-card, .contact-pro-quick-card {
        padding: 14px !important;
    }

    .contact-pro-heading {
        font-size: 1.2rem !important;
    }

    .contact-pro-loc-map {
        aspect-ratio: 16/10;
    }

    .contact-pro-loc-list {
        gap: 6px;
    }

    .contact-pro-loc-tag {
        font-size: .78rem;
        padding: 4px 10px;
    }

    .contact-pro-loc-btn {
        width: 100%;
        justify-content: center;
    }

    /* Quote Pro */
    .quote-pro-hero {
        padding: 26px 14px !important;
    }

    .quote-pro-form-card, .quote-pro-side-card {
        padding: 14px !important;
    }

    .quote-pro-row {
        gap: 12px !important;
    }

    .quote-pro-field label {
        font-size: .85rem;
    }

    .quote-pro-side-btn {
        font-size: .85rem;
        padding: 9px 12px;
    }

    /* Testimonials */
    .testimonials-stats {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .t-stat-num {
        font-size: 1.3rem !important;
    }

    .t-stat-label {
        font-size: .75rem !important;
    }

    .testimonial-card, .testimonial-mini-card {
        padding: 14px !important;
    }

    .t-meta-chips {
        gap: 6px;
        flex-wrap: wrap;
    }

    .t-chip {
        font-size: .72rem;
        padding: 3px 9px;
    }

    .t-poster img {
        aspect-ratio: 16/9;
        object-fit: cover;
    }

    .t-play-btn {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }

    /* Search bar */
    .search-wrap input {
        font-size: 16px;
        padding: 9px 38px 9px 12px;
    }

    .search-icon {
        font-size: .95rem;
    }

    /* Top strip - مستحسن لا يلف بشكل سيء */
    .top-strip {
        padding: 5px 0;
        font-size: .72rem;
    }

    .marquee__item {
        font-size: .72rem;
        gap: 5px;
    }

        .marquee__item i {
            font-size: .7rem;
        }

    .marquee__group {
        gap: 16px;
        padding: 0 8px;
    }

    .marquee__track {
        animation-duration: 28s;
    }

    /* Pagination */
    .pagination {
        gap: 3px;
    }

    .page-link {
        padding: 5px 10px;
        font-size: .85rem;
        min-width: 32px;
        text-align: center;
    }

    /* Section paddings */
    .section, section {
        padding-top: 26px;
        padding-bottom: 26px;
    }

    /* Footer */
    footer {
        font-size: .85rem;
    }

        footer h5, footer h6 {
            font-size: .95rem;
            margin-bottom: 10px;
        }

        footer ul {
            padding-right: 0;
        }

            footer ul li {
                font-size: .85rem;
                margin-bottom: 6px;
            }

    /* Images في الـ cards - الستايل الأصلى لـ category-card img height:230px نسيبه */
    .home-import-product-card img,
    .product-3d-card img,
    .production-line-image img {
        max-height: 220px;
        object-fit: cover;
    }
}

/* ===== 7) breakpoint موبايل صغير (≤420px) ===== */
@media (max-width: 420px) {
    body {
        font-size: 13.5px;
    }

    .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    h1, .h1 {
        font-size: 1.35rem !important;
    }

    h2, .h2, .section-title {
        font-size: 1.2rem !important;
    }

    h3, .h3 {
        font-size: 1.05rem !important;
    }

    /* Hero */
    .hero-pro-title {
        font-size: 1.4rem !important;
    }

    .hero-pro-en {
        font-size: .75rem;
        letter-spacing: 2px;
    }

    .hero-pro-desc {
        font-size: .85rem !important;
    }

    .hero-pro-stats-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px 6px;
    }

        .hero-pro-stats-grid strong {
            font-size: 1.05rem;
        }

    /* Buttons */
    .btn, .btn-lg, .btn-cta, .btn-quote {
        font-size: .82rem;
        padding: 8px 12px;
    }

    /* Navbar */
    .navbar-brand {
        font-size: 1.05rem;
        gap: 6px;
    }

        .navbar-brand img {
            max-height: 38px;
        }

        .navbar-brand small {
            font-size: .58rem;
        }

    /* Cards - استثناء الكروت اللى عندها padding أصلى أو صورة من حافة لحافة */
    .product-3d-card, .product-variant-card, .testimonial-card,
    .contact-pro-loc-card, .quote-pro-form-card,
    .contact-pro-form-card {
        padding: 12px !important;
        border-radius: 12px !important;
    }

    /* Top strip */
    .top-strip {
        padding: 4px 0;
    }

    .marquee__item {
        font-size: .68rem;
    }

        .marquee__item i {
            font-size: .65rem;
        }

    /* Quote Pro */
    .quote-pro-side-btn {
        font-size: .78rem;
    }

    /* Testimonials stats - عمود واحد للأرقام الصغيرة */
    .testimonials-stats {
        grid-template-columns: 1fr 1fr !important;
    }

    /* Forms */
    .form-control, .form-select {
        font-size: 16px;
        padding: 9px 10px;
    }
}

/* ===== 8) موبايل صغير جدًا (≤360px) ===== */
@media (max-width: 360px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .hero-pro-title {
        font-size: 1.25rem !important;
    }

    .hero-pro-stats-grid {
        grid-template-columns: 1fr !important;
    }

    .testimonials-stats {
        grid-template-columns: 1fr !important;
    }

    .hero-pro-stats-grid > div::after {
        display: none !important;
    }

    h1, .h1 {
        font-size: 1.2rem !important;
    }

    h2, .h2, .section-title {
        font-size: 1.1rem !important;
    }

    .btn, .btn-lg {
        font-size: .78rem;
        padding: 7px 10px;
    }

    .navbar-brand {
        font-size: .95rem;
    }

        .navbar-brand img {
            max-height: 34px;
        }
}

/* ===== 9) Landscape موبايل (ارتفاع منخفض) - تقليل padding الـ hero ===== */
@media (max-height: 500px) and (orientation: landscape) and (max-width: 991.98px) {
    .hero-pro {
        padding-top: 20px;
    }

    .hero-pro-grid {
        padding-bottom: 24px;
        gap: 16px;
    }

    .hero-pro-visual {
        padding: 10px 0;
    }

    .section, section {
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

/* ===== 10) شاشات كبيرة جدًا (≥1600px) - حد أقصى احترافي ===== */
@media (min-width: 1600px) {
    .hero-pro > .container {
        max-width: 1480px;
    }

    .container {
        max-width: 1320px;
    }
}

/* ===== 11) شاشات ضخمة (≥1920px) ===== */
@media (min-width: 1920px) {
    body {
        font-size: 17px;
    }

    .container {
        max-width: 1440px;
    }
}

/* ===== 12) دعم retina/HiDPI - وضوح الصور ===== */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}

/* ===== 13) Print - بسيط ===== */
@media print {
    .top-strip, .site-header, footer, .btn, .quote-btn, .pd-main-prev, .pd-main-next {
        display: none !important;
    }

    body {
        color: #000;
        background: #fff;
    }

    .container {
        max-width: 100%;
    }
}

/* ===== 14) إصلاح خاص: منع overflow على الـ flex containers ===== */
.hero-pro-actions, .btn-group-cta, .contact-pro-hero-actions,
.quote-pro-submit-row, .testimonials-cta, .pl-cta-strip,
.contact-pro-social-links, .pl-chips, .t-meta-chips {
    flex-wrap: wrap;
    max-width: 100%;
}

/* ===== 15) إصلاح خاص للنصوص العربية الطويلة (روابط، إيميلات، أرقام) ===== */
.contact-pro-loc-body, .contact-pro-side-card, .quote-pro-side-card,
.testimonial-content, .product-details-content,
.contact-pro-quick-card, .contact-pro-hours-card {
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* ===== 16) ضمان أن الفيديوهات و iframes responsive ===== */
.testimonial-video, .testimonial-card-video, .testimonial-featured-video,
.contact-pro-loc-map, .youtube-lazy {
    max-width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

    .testimonial-video iframe, .testimonial-card-video iframe, .testimonial-featured-video iframe,
    .contact-pro-loc-map iframe, .youtube-lazy iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

/* ===== 17) إصلاح spacing الـ Bootstrap على الأجهزة الصغيرة ===== */
@media (max-width: 575.98px) {
    .g-5 {
        --bs-gutter-x: 1rem;
        --bs-gutter-y: 1rem;
    }

    .g-4 {
        --bs-gutter-x: .85rem;
        --bs-gutter-y: .85rem;
    }

    .g-3 {
        --bs-gutter-x: .65rem;
        --bs-gutter-y: .65rem;
    }

    .mt-5 {
        margin-top: 1.75rem !important;
    }

    .mb-5 {
        margin-bottom: 1.75rem !important;
    }

    .my-5 {
        margin-top: 1.75rem !important;
        margin-bottom: 1.75rem !important;
    }

    .py-5 {
        padding-top: 1.75rem !important;
        padding-bottom: 1.75rem !important;
    }
}

/* ===== 18) Modal و Lightbox responsive ===== */
.product-lightbox {
    padding: 14px;
}

@media (max-width: 575.98px) {
    .product-lightbox {
        padding: 8px;
    }

    .lb-close, .lb-prev, .lb-next {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .lb-nav {
        padding: 0 10px;
    }
}

/* ===== 19) Sticky elements - إعادة تموضع على الموبايل ===== */
@media (max-width: 991.98px) {
    .quote-pro-sidebar {
        position: static !important;
    }

    .pl-compare-bar {
        position: static !important;
        flex-wrap: wrap;
    }
}

/* ===== 20) إصلاح نهائي: الصور داخل أي card تكون cover وبأبعاد مناسبة ===== */
.product-details-image-wrap img,
.production-detail-main-image img,
.details-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .product-details-image-wrap, .production-detail-main-image {
        aspect-ratio: 4/3;
    }
}

/* =================================================================== */
/* ================= نهاية RESPONSIVE PATCH ============================ */
/* =================================================================== */

/* =================================================================== */
/* ============ إصلاح: حماية اللوجو من القاعدة العامة ================= */
/* =================================================================== */
/* اللوجو يجب أن يحافظ على ارتفاع ثابت محدد في كل أحوال */
.site-header .navbar-brand img,
.navbar-brand > img {
    height: 58px !important;
    width: auto !important;
    max-width: 220px;
    object-fit: contain;
}

@media (max-width: 1199.98px) {
    .site-header .navbar-brand img,
    .navbar-brand > img {
        height: 52px !important;
    }
}

@media (max-width: 991.98px) {
    .site-header .navbar-brand img,
    .navbar-brand > img {
        height: 44px !important;
    }
}

@media (max-width: 575.98px) {
    .site-header .navbar-brand img,
    .navbar-brand > img {
        height: 38px !important;
    }
}

@media (max-width: 360px) {
    .site-header .navbar-brand img,
    .navbar-brand > img {
        height: 34px !important;
    }
}

.site-header,
header.site-header,
header.site-header.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1030;
}
/* بعض الـ parents لو عندهم overflow ممكن يكسروا sticky - نتأكد إنهم نظاف */
body > header.site-header {
    position: sticky;
    top: 0;
}

.btn-wa-icon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    font-size: 1.5rem;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(37, 211, 102, .35);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
    border: 0;
    padding: 0 !important;
}

    .btn-wa-icon i {
        color: #fff;
        line-height: 1;
    }

    .btn-wa-icon:hover,
    .btn-wa-icon:focus {
        background: #1ebe5d;
        color: #fff !important;
        transform: translateY(-3px) scale(1.05);
        box-shadow: 0 16px 32px rgba(37, 211, 102, .45);
    }
    /* النسخة الأكبر (modifier .lg) المستخدمة في الـ Hero */
    .btn-wa-icon.lg {
        width: 60px;
        height: 60px;
        font-size: 1.8rem;
    }
/* تأكيد إنه يطغى على القاعدة العامة contact-pro-hero-actions a (اللي بتديله padding وborder-radius مختلفين) */
.contact-pro-hero-actions .btn-wa-icon,
.contact-pro-hero-actions a.btn-wa-icon {
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex: 0 0 auto;
}

/* على الموبايل: تصغير بسيط مع الحفاظ على الشكل الدائري */
@media (max-width: 575.98px) {
    .btn-wa-icon {
        width: 46px;
        height: 46px;
        font-size: 1.3rem;
    }

        .btn-wa-icon.lg {
            width: 54px;
            height: 54px;
            font-size: 1.55rem;
        }

    .contact-pro-hero-actions .btn-wa-icon,
    .contact-pro-hero-actions a.btn-wa-icon {
        width: 54px;
        height: 54px;
    }
}


@media (max-width: 991.98px) {
    .category-card img,
    .product-card img,
    .article-card img,
    .service-card img,
    .dark-card img {
        height: 200px;
    }
}

@media (max-width: 767.98px) {
    .category-card img,
    .product-card img,
    .article-card img,
    .service-card img,
    .dark-card img {
        height: 180px;
    }

    .category-card h3,
    .product-card h3,
    .article-card h3,
    .service-card h3 {
        font-size: 1.1rem;
        padding: 14px 16px 4px;
    }

    .category-card p {
        padding: 0 16px 16px;
        font-size: .92rem;
    }

    .service-card .service-body {
        padding: 16px;
    }

    .dark-card h3, .dark-card p, .dark-card a {
        padding: 0 18px;
    }

    .about-card {
        padding: 20px;
    }

    .knowledge-card {
        padding: 20px;
        font-size: 1.15rem;
        min-height: 130px;
    }
}

@media (max-width: 575.98px) {
    .category-card img,
    .product-card img,
    .article-card img,
    .service-card img,
    .dark-card img {
        height: 200px;
    }

    .category-card h3,
    .product-card h3,
    .article-card h3,
    .service-card h3 {
        font-size: 1.05rem;
        padding: 14px 14px 4px;
    }

    .category-card p {
        padding: 0 14px 14px;
        font-size: .9rem;
        line-height: 1.7;
    }

    .service-card .service-body {
        padding: 14px;
    }

    .dark-card {
        padding-bottom: 18px;
    }

        .dark-card h3, .dark-card p, .dark-card a {
            padding: 0 16px;
        }

    .about-card {
        padding: 18px;
        border-radius: 8px;
    }

    .knowledge-card {
        padding: 18px;
        font-size: 1.05rem;
        min-height: 110px;
    }
}

@media (max-width: 420px) {
    .category-card img,
    .product-card img,
    .article-card img,
    .service-card img,
    .dark-card img {
        height: 180px;
    }

    .category-card h3,
    .product-card h3,
    .article-card h3,
    .service-card h3 {
        font-size: 1rem;
        padding: 12px 12px 4px;
    }

    .category-card p {
        padding: 0 12px 12px;
        font-size: .87rem;
    }

    .service-card .service-body {
        padding: 12px;
    }

    .dark-card h3, .dark-card p, .dark-card a {
        padding: 0 14px;
    }

    .about-card {
        padding: 14px;
    }

    .knowledge-card {
        padding: 14px;
        font-size: 1rem;
    }
}

/* تحسين الـ row gap على الموبايل لكروت الصفحة الرئيسية */
@media (max-width: 575.98px) {
    .home-import-product-grid {
        gap: 14px !important;
    }
}

/* ============================================================
   ARTICLE DETAILS PAGE — Professional Layout (article-pro-*)
   متناسق مع روح موقع الأدهم (أسود + ذهبي + Cairo + RTL)
   ============================================================ */

/* ---------- Hero ---------- */
.article-pro-hero {
    position: relative;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    color: #fff;
    padding: clamp(80px, 10vw, 130px) 0 clamp(60px, 7vw, 90px);
    background: radial-gradient(circle at 14% 12%, rgba(212,160,23,.26), transparent 32%), radial-gradient(circle at 92% 88%, rgba(240,199,94,.15), transparent 40%), linear-gradient(135deg, #000 0%, #0a0a0a 55%, #1a1a1a 100%);
}

    .article-pro-hero::before,
    .article-pro-hero::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
    }

    .article-pro-hero::before {
        width: 380px;
        height: 380px;
        left: -140px;
        bottom: -150px;
        background: rgba(255,255,255,.06);
    }

    .article-pro-hero::after {
        width: 230px;
        height: 230px;
        right: 8%;
        top: 18%;
        border: 30px solid rgba(212,160,23,.14);
    }

    .article-pro-hero .container {
        position: relative;
        z-index: 1;
    }

.article-pro-hero__inner {
    max-width: 920px;
}

/* Breadcrumb */
.article-pro-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
    font-size: .95rem;
    color: rgba(255,255,255,.7);
}

    .article-pro-crumbs a {
        color: rgba(255,255,255,.85);
        font-weight: 800;
        transition: color .2s ease;
    }

        .article-pro-crumbs a:hover {
            color: #f0c75e;
        }

    .article-pro-crumbs span[aria-hidden] {
        color: rgba(255,255,255,.35);
    }

.article-pro-crumbs__current {
    color: #f0c75e !important;
    font-weight: 900;
    max-width: 60ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Chip */
.article-pro-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 9px 18px;
    color: #1d1d1d;
    background: linear-gradient(135deg, var(--yellow), var(--orange));
    font-weight: 900;
    font-size: .95rem;
    box-shadow: 0 12px 26px rgba(232,194,88,.28);
}

/* Title & summary */
.article-pro-title {
    margin: 20px 0 16px;
    font-size: clamp(1.85rem, 4vw, 3.8rem);
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: -.5px;
    text-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.article-pro-summary {
    max-width: 760px;
    margin: 0 0 28px;
    color: rgba(255,255,255,.86);
    font-size: clamp(1.02rem, 1.6vw, 1.2rem);
    line-height: 2;
}

/* Meta list */
.article-pro-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .article-pro-meta li {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        border-radius: 999px;
        padding: 10px 18px;
        background: rgba(255,255,255,.1);
        border: 1px solid rgba(255,255,255,.18);
        color: rgba(255,255,255,.92);
        font-weight: 800;
        font-size: .92rem;
        backdrop-filter: blur(8px);
    }

        .article-pro-meta li i {
            color: #f0c75e;
            font-size: 1rem;
        }

/* ---------- Body Layout ---------- */
.article-pro-body {
    background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

.article-pro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 36px;
    align-items: start;
}

/* Main column */
.article-pro-main {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 26px;
    box-shadow: 0 22px 55px rgba(27,40,37,.08);
    overflow: hidden;
}

/* Cover image */
.article-pro-cover {
    margin: 0;
    background: var(--soft);
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}

    .article-pro-cover img {
        display: block;
        width: 100%;
        max-height: 480px;
        object-fit: cover;
    }

/* Article content (Typography) */
.article-pro-content {
    padding: clamp(24px, 4vw, 48px);
    font-size: 1.08rem;
    line-height: 2.1;
    color: var(--ink);
    word-wrap: break-word;
}

    .article-pro-content > *:first-child {
        margin-top: 0;
    }

    .article-pro-content > *:last-child {
        margin-bottom: 0;
    }

    .article-pro-content p {
        margin: 0 0 1.25em;
        color: #2a2a2a;
    }

    .article-pro-content h2 {
        position: relative;
        margin: 1.8em 0 .8em;
        padding-right: 18px;
        font-size: clamp(1.35rem, 2.2vw, 1.85rem);
        font-weight: 900;
        color: var(--green2);
        line-height: 1.4;
    }

        .article-pro-content h2::before {
            content: "";
            position: absolute;
            right: 0;
            top: .25em;
            bottom: .25em;
            width: 5px;
            border-radius: 4px;
            background: linear-gradient(180deg, var(--yellow), var(--orange));
        }

    .article-pro-content h3 {
        margin: 1.6em 0 .7em;
        font-size: clamp(1.18rem, 1.8vw, 1.45rem);
        font-weight: 900;
        color: var(--green2);
        line-height: 1.5;
    }

    .article-pro-content h4 {
        margin: 1.4em 0 .6em;
        font-size: 1.15rem;
        font-weight: 900;
        color: var(--ink);
    }

    .article-pro-content a {
        color: var(--yellow);
        font-weight: 800;
        text-decoration: underline;
        text-underline-offset: 4px;
        text-decoration-color: rgba(212,160,23,.4);
        text-decoration-thickness: 2px;
        transition: color .2s ease, text-decoration-color .2s ease;
    }

        .article-pro-content a:hover {
            color: var(--orange);
            text-decoration-color: var(--orange);
        }

    .article-pro-content strong,
    .article-pro-content b {
        color: var(--green2);
        font-weight: 900;
    }

    .article-pro-content ul,
    .article-pro-content ol {
        margin: 0 0 1.4em;
        padding-right: 22px;
    }

    .article-pro-content li {
        margin-bottom: .55em;
        color: #2a2a2a;
    }

    .article-pro-content ul li::marker {
        color: var(--yellow);
    }

    .article-pro-content ol li::marker {
        color: var(--yellow);
        font-weight: 900;
    }

    .article-pro-content blockquote {
        position: relative;
        margin: 1.8em 0;
        padding: 22px 28px 22px 24px;
        border-right: 5px solid var(--yellow);
        background: var(--soft);
        border-radius: 0 16px 16px 0;
        color: var(--ink);
        font-size: 1.08rem;
        line-height: 2;
        font-style: italic;
    }

        .article-pro-content blockquote p {
            margin: 0;
        }

    .article-pro-content img,
    .article-pro-content video {
        display: block;
        max-width: 100%;
        height: auto;
        margin: 1.5em auto;
        border-radius: 16px;
        box-shadow: 0 16px 38px rgba(0,0,0,.1);
    }

    .article-pro-content figure {
        margin: 1.6em 0;
    }

        .article-pro-content figure img {
            margin: 0 auto .6em;
        }

        .article-pro-content figure figcaption {
            text-align: center;
            color: var(--muted);
            font-size: .92rem;
        }

    .article-pro-content table {
        width: 100%;
        margin: 1.6em 0;
        border-collapse: collapse;
        border: 1px solid var(--border);
        border-radius: 12px;
        overflow: hidden;
        font-size: .96rem;
    }

    .article-pro-content th,
    .article-pro-content td {
        padding: 12px 14px;
        border: 1px solid var(--border);
        text-align: right;
    }

    .article-pro-content th {
        background: var(--soft);
        color: var(--green2);
        font-weight: 900;
    }

    .article-pro-content code {
        background: var(--soft);
        color: var(--green2);
        padding: 2px 8px;
        border-radius: 6px;
        font-family: Consolas, "Courier New", monospace;
        font-size: .94em;
        border: 1px solid var(--border);
    }

    .article-pro-content pre {
        background: #0a0a0a;
        color: #f0c75e;
        padding: 18px 20px;
        border-radius: 14px;
        overflow-x: auto;
        line-height: 1.7;
        margin: 1.6em 0;
        direction: ltr;
        text-align: left;
    }

        .article-pro-content pre code {
            background: transparent;
            border: 0;
            color: inherit;
            padding: 0;
        }

    .article-pro-content hr {
        margin: 2.2em 0;
        border: 0;
        height: 2px;
        background: linear-gradient(90deg, transparent, var(--border), transparent);
    }

/* Video block */
.article-pro-video {
    margin: 0 clamp(24px, 4vw, 48px) clamp(24px, 4vw, 48px);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--border);
    background: var(--soft);
}

.article-pro-video__head {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
    color: #fff;
    font-weight: 900;
}

    .article-pro-video__head i {
        color: #ff0000;
        font-size: 1.4rem;
    }

.article-pro-video__player {
    background: #111;
    color: #fff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    cursor: pointer;
    border-radius: 0;
    margin: 0;
    transition: background .25s ease;
}

    .article-pro-video__player:hover {
        background: #1a1a1a;
    }

    .article-pro-video__player i {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 68px;
        height: 68px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--yellow), var(--orange));
        color: #1d1d1d;
        font-size: 1.6rem;
        box-shadow: 0 14px 30px rgba(212,160,23,.35);
        transition: transform .25s ease;
    }

    .article-pro-video__player:hover i {
        transform: scale(1.08);
    }

    .article-pro-video__player span {
        font-weight: 800;
    }

/* Inline share (تحت المقال) */
.article-pro-share--inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin: 0 clamp(24px, 4vw, 48px) clamp(24px, 4vw, 48px);
    padding: 20px 22px;
    border-top: 2px dashed var(--border);
    border-radius: 16px;
    background: var(--soft);
}

.article-pro-share__label {
    color: var(--green2);
    font-weight: 900;
}

.article-pro-share__buttons {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}

.article-pro-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: #fff;
    color: var(--ink);
    font-size: 1.05rem;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .article-pro-share-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 22px rgba(0,0,0,.12);
        color: #fff;
        border-color: transparent;
    }

    .article-pro-share-btn.is-wa:hover {
        background: #25d366;
    }

    .article-pro-share-btn.is-fb:hover {
        background: #1877f2;
    }

    .article-pro-share-btn.is-tw:hover {
        background: #000;
    }

    .article-pro-share-btn.is-copy:hover {
        background: linear-gradient(135deg, var(--yellow), var(--orange));
        color: #1d1d1d;
    }

    .article-pro-share-btn.is-copied {
        background: #16a34a;
        color: #fff;
        border-color: transparent;
    }

/* ---------- Sidebar (Aside) ---------- */
.article-pro-aside {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.article-pro-aside__card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 22px 22px 14px;
    box-shadow: 0 18px 40px rgba(27,40,37,.07);
}

.article-pro-aside__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--green2);
    padding-bottom: 12px;
    border-bottom: 2px solid var(--border);
}

    .article-pro-aside__title i {
        color: var(--yellow);
    }

.article-pro-aside__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .article-pro-aside__list li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 10px 0;
        border-bottom: 1px dashed var(--border);
    }

        .article-pro-aside__list li:last-child {
            border-bottom: 0;
        }

        .article-pro-aside__list li span {
            color: var(--muted);
            font-weight: 700;
            font-size: .95rem;
        }

        .article-pro-aside__list li b {
            color: var(--green2);
            font-weight: 900;
            text-align: left;
        }

/* CTA card in sidebar */
.article-pro-aside__cta {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 26px 22px;
    color: #fff;
    background: radial-gradient(circle at 15% 15%, rgba(212,160,23,.28), transparent 45%), linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    box-shadow: 0 20px 45px rgba(0,0,0,.18);
}

    .article-pro-aside__cta::before {
        content: "";
        position: absolute;
        width: 200px;
        height: 200px;
        right: -80px;
        bottom: -90px;
        border-radius: 50%;
        background: rgba(240,199,94,.08);
        pointer-events: none;
    }

.article-pro-aside__kicker {
    display: inline-block;
    color: #f0c75e;
    font-weight: 900;
    font-size: .88rem;
    letter-spacing: .3px;
    margin-bottom: 10px;
}

.article-pro-aside__cta h3,
.article-pro-aside__cta h4 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.32rem;
    font-weight: 900;
    line-height: 1.45;
}

.article-pro-aside__cta p {
    margin: 0 0 18px;
    color: rgba(255,255,255,.85);
    line-height: 1.9;
    font-size: .95rem;
}

.article-pro-aside__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
}

    .article-pro-aside__actions .blog-pro-btn {
        width: 100%;
    }

.article-pro-aside__wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    font-weight: 900;
    transition: background .2s ease, color .2s ease;
}

    .article-pro-aside__wa:hover {
        background: #25d366;
        color: #fff;
        border-color: transparent;
    }

/* Share card in sidebar */
.article-pro-aside__share {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 18px 22px;
    box-shadow: 0 18px 40px rgba(27,40,37,.07);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

/* ---------- Related Articles ---------- */
.article-pro-related {
    padding: clamp(60px, 7vw, 90px) 0;
    background: #fff;
}

/* ---------- Bottom CTA ---------- */
.article-pro-cta {
    padding: clamp(50px, 6vw, 80px) 0;
    background: var(--soft);
}

.article-pro-cta__inner {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.4fr .9fr;
    align-items: center;
    gap: 28px;
    padding: clamp(28px, 4vw, 48px);
    border-radius: 30px;
    color: #fff;
    background: radial-gradient(circle at 12% 18%, rgba(212,160,23,.28), transparent 40%), linear-gradient(135deg, #000 0%, #0a0a0a 55%, #1a1a1a 100%);
    box-shadow: 0 28px 65px rgba(0,0,0,.2);
}

    .article-pro-cta__inner::after {
        content: "";
        position: absolute;
        width: 320px;
        height: 320px;
        right: -120px;
        top: -120px;
        border-radius: 50%;
        border: 28px solid rgba(212,160,23,.14);
        pointer-events: none;
    }

.article-pro-cta__kicker {
    display: inline-block;
    color: #f0c75e;
    font-weight: 900;
    font-size: .92rem;
    letter-spacing: .4px;
    margin-bottom: 10px;
}

.article-pro-cta__text h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: clamp(1.6rem, 2.8vw, 2.4rem);
    line-height: 1.4;
    font-weight: 900;
}

.article-pro-cta__text p {
    margin: 0;
    color: rgba(255,255,255,.85);
    line-height: 2;
    font-size: 1.02rem;
}

.article-pro-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

.article-pro-cta__ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 13px 24px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.22);
    color: #fff;
    font-weight: 900;
    transition: background .2s ease, transform .2s ease;
}

    .article-pro-cta__ghost:hover {
        background: rgba(255,255,255,.18);
        color: #fff;
        transform: translateY(-2px);
    }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    .article-pro-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .article-pro-aside {
        position: static;
    }

    .article-pro-cta__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .article-pro-cta__actions {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .article-pro-hero {
        padding: 70px 0 50px;
    }

    .article-pro-crumbs {
        font-size: .85rem;
    }

    .article-pro-crumbs__current {
        max-width: 24ch;
    }

    .article-pro-title {
        font-size: clamp(1.55rem, 6vw, 2.2rem);
    }

    .article-pro-main {
        border-radius: 20px;
    }

    .article-pro-cover img {
        max-height: 320px;
    }

    .article-pro-share--inline {
        margin: 0 16px 20px;
        padding: 16px;
    }

    .article-pro-video {
        margin: 0 16px 20px;
    }

    .article-pro-video__player {
        min-height: 240px;
    }

        .article-pro-video__player i {
            width: 56px;
            height: 56px;
            font-size: 1.3rem;
        }
}

@media (max-width: 575.98px) {
    .article-pro-meta li {
        padding: 8px 14px;
        font-size: .85rem;
    }

    .article-pro-content {
        font-size: 1rem;
        line-height: 2;
    }

    .article-pro-aside__card,
    .article-pro-aside__cta,
    .article-pro-aside__share {
        border-radius: 18px;
    }

    .article-pro-cta__inner {
        border-radius: 22px;
    }
}

/* ============================================================
   PRIVACY POLICY PAGE — Professional Layout (privacy-pro-*)
   متناسق مع روح موقع الأدهم (أسود + ذهبي + Cairo + RTL)
   ============================================================ */

/* ---------- Hero ---------- */
.privacy-pro-hero {
    position: relative;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    color: #fff;
    padding: clamp(80px, 10vw, 130px) 0 clamp(60px, 7vw, 90px);
    background: radial-gradient(circle at 14% 12%, rgba(212,160,23,.26), transparent 32%), radial-gradient(circle at 92% 88%, rgba(240,199,94,.15), transparent 40%), linear-gradient(135deg, #000 0%, #0a0a0a 55%, #1a1a1a 100%);
}

    .privacy-pro-hero::before,
    .privacy-pro-hero::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
    }

    .privacy-pro-hero::before {
        width: 380px;
        height: 380px;
        left: -140px;
        bottom: -150px;
        background: rgba(255,255,255,.06);
    }

    .privacy-pro-hero::after {
        width: 230px;
        height: 230px;
        right: 8%;
        top: 18%;
        border: 30px solid rgba(212,160,23,.14);
    }

    .privacy-pro-hero .container {
        position: relative;
        z-index: 1;
    }

.privacy-pro-hero__inner {
    max-width: 920px;
}

.privacy-pro-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 26px;
    font-size: .95rem;
    color: rgba(255,255,255,.7);
}

    .privacy-pro-crumbs a {
        color: rgba(255,255,255,.85);
        font-weight: 800;
        transition: color .2s ease;
    }

        .privacy-pro-crumbs a:hover {
            color: #f0c75e;
        }

    .privacy-pro-crumbs span[aria-hidden] {
        color: rgba(255,255,255,.35);
    }

.privacy-pro-crumbs__current {
    color: #f0c75e !important;
    font-weight: 900;
}

.privacy-pro-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 9px 18px;
    color: #1d1d1d;
    background: linear-gradient(135deg, var(--yellow), var(--orange));
    font-weight: 900;
    font-size: .95rem;
    box-shadow: 0 12px 26px rgba(232,194,88,.28);
}

    .privacy-pro-chip i {
        color: #1d1d1d;
    }

.privacy-pro-title {
    margin: 20px 0 16px;
    font-size: clamp(1.85rem, 4vw, 3.6rem);
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: -.5px;
    text-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.privacy-pro-summary {
    max-width: 760px;
    margin: 0 0 28px;
    color: rgba(255,255,255,.86);
    font-size: clamp(1.02rem, 1.6vw, 1.2rem);
    line-height: 2;
}

.privacy-pro-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .privacy-pro-meta li {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        border-radius: 999px;
        padding: 10px 18px;
        background: rgba(255,255,255,.1);
        border: 1px solid rgba(255,255,255,.18);
        color: rgba(255,255,255,.92);
        font-weight: 800;
        font-size: .92rem;
        backdrop-filter: blur(8px);
    }

        .privacy-pro-meta li i {
            color: #f0c75e;
            font-size: 1rem;
        }

/* ---------- Body Layout ---------- */
.privacy-pro-body {
    background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

.privacy-pro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 36px;
    align-items: start;
}

/* Main column */
.privacy-pro-main {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 26px;
    padding: clamp(28px, 4vw, 52px);
    box-shadow: 0 22px 55px rgba(27,40,37,.08);
}

/* Section */
.privacy-pro-section {
    margin-bottom: 48px;
    scroll-margin-top: 100px;
}

    .privacy-pro-section:last-of-type {
        margin-bottom: 0;
    }

.privacy-pro-section__head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 2px solid var(--border);
    position: relative;
}

    .privacy-pro-section__head::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2px;
        width: 80px;
        height: 2px;
        background: linear-gradient(90deg, var(--yellow), var(--orange));
    }

.privacy-pro-section__icon {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    color: #1d1d1d;
    background: linear-gradient(135deg, var(--yellow), var(--orange));
    font-size: 1.5rem;
    box-shadow: 0 14px 28px rgba(232,194,88,.28);
}

.privacy-pro-section__kicker {
    display: block;
    color: var(--orange);
    font-weight: 900;
    font-size: .88rem;
    letter-spacing: .4px;
    margin-bottom: 4px;
}

.privacy-pro-section h2 {
    margin: 0;
    color: var(--green2);
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    font-weight: 900;
    line-height: 1.4;
}

.privacy-pro-section p {
    margin: 0 0 1.2em;
    font-size: 1.06rem;
    line-height: 2.1;
    color: #2a2a2a;
}

    .privacy-pro-section p strong,
    .privacy-pro-section p b {
        color: var(--green2);
        font-weight: 900;
    }

    .privacy-pro-section p em {
        color: var(--green2);
        font-style: normal;
        font-weight: 800;
        background: linear-gradient(180deg, transparent 60%, rgba(232,194,88,.32) 60%);
        padding: 0 2px;
    }

/* Callouts */
.privacy-pro-callout {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 22px 0 0;
    padding: 18px 20px;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: var(--soft);
    line-height: 1.9;
}

    .privacy-pro-callout > i {
        flex: 0 0 auto;
        margin-top: 4px;
        font-size: 1.25rem;
        color: var(--yellow);
    }

    .privacy-pro-callout b {
        display: block;
        color: var(--green2);
        font-weight: 900;
        margin-bottom: 4px;
    }

    .privacy-pro-callout span {
        color: #2a2a2a;
    }

.privacy-pro-callout--info {
    border-right: 5px solid var(--yellow);
    border-radius: 0 16px 16px 0;
}

.privacy-pro-callout--warn {
    background: #fff8ec;
    border-right: 5px solid #d97706;
    border-radius: 0 16px 16px 0;
}

    .privacy-pro-callout--warn > i {
        color: #d97706;
    }

/* Checklist */
.privacy-pro-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
    display: grid;
    gap: 14px;
}

    .privacy-pro-checklist > li {
        display: flex;
        gap: 14px;
        align-items: flex-start;
        padding: 16px 18px;
        border: 1px solid var(--border);
        border-radius: 16px;
        background: #fff;
        transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    }

        .privacy-pro-checklist > li:hover {
            transform: translateY(-2px);
            border-color: rgba(232,194,88,.4);
            box-shadow: 0 14px 30px rgba(27,40,37,.08);
        }

        .privacy-pro-checklist > li > i {
            flex: 0 0 auto;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 42px;
            height: 42px;
            border-radius: 12px;
            background: var(--soft);
            color: var(--yellow);
            font-size: 1.05rem;
            border: 1px solid var(--border);
        }

        .privacy-pro-checklist > li > div {
            flex: 1 1 auto;
            min-width: 0;
        }

            .privacy-pro-checklist > li > div b {
                display: block;
                color: var(--green2);
                font-weight: 900;
                margin-bottom: 5px;
                font-size: 1.05rem;
            }

            .privacy-pro-checklist > li > div span {
                display: block;
                color: #4a4a4a;
                line-height: 1.9;
            }

            .privacy-pro-checklist > li > div strong {
                color: var(--green2);
                font-weight: 900;
            }

/* Contact grid */
.privacy-pro-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.privacy-pro-contact-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px 18px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: #fff;
    color: var(--ink);
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .privacy-pro-contact-card:not(.is-static):hover {
        transform: translateY(-3px);
        border-color: rgba(232,194,88,.45);
        box-shadow: 0 18px 36px rgba(27,40,37,.1);
        color: var(--ink);
    }

.privacy-pro-contact-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 6px;
}

    .privacy-pro-contact-card__icon.is-mail {
        background: linear-gradient(135deg, #d4a017, #e8c258);
        color: #1d1d1d;
    }

    .privacy-pro-contact-card__icon.is-phone {
        background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
    }

    .privacy-pro-contact-card__icon.is-wa {
        background: #25d366;
    }

    .privacy-pro-contact-card__icon.is-addr {
        background: linear-gradient(135deg, #d4a017, #e8c258);
        color: #1d1d1d;
    }

.privacy-pro-contact-card__label {
    color: var(--muted);
    font-weight: 800;
    font-size: .9rem;
}

.privacy-pro-contact-card__value {
    color: var(--green2);
    font-weight: 900;
    font-size: 1.05rem;
    word-break: break-word;
}

/* Acceptance footer */
.privacy-pro-accept {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-top: 36px;
    padding: 22px 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(212,160,23,.08), rgba(232,194,88,.04));
    border: 1px dashed rgba(212,160,23,.4);
}

    .privacy-pro-accept > i {
        font-size: 1.5rem;
        color: var(--yellow);
        margin-top: 2px;
    }

    .privacy-pro-accept p {
        margin: 0;
        color: #2a2a2a;
        line-height: 2;
        font-weight: 700;
    }

/* ---------- Sidebar ---------- */
.privacy-pro-aside {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* TOC */
.privacy-pro-toc {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 18px 40px rgba(27,40,37,.07);
}

.privacy-pro-toc__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 16px;
    font-size: 1.1rem;
    font-weight: 900;
    color: var(--green2);
    padding-bottom: 12px;
    border-bottom: 2px solid var(--border);
}

    .privacy-pro-toc__title i {
        color: var(--yellow);
    }

.privacy-pro-toc nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.privacy-pro-toc__link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    color: var(--ink);
    font-weight: 800;
    transition: background .2s ease, color .2s ease, transform .2s ease;
    border: 1px solid transparent;
}

    .privacy-pro-toc__link:hover {
        background: var(--soft);
        color: var(--green2);
        transform: translateX(-3px);
    }

    .privacy-pro-toc__link.is-active {
        background: linear-gradient(135deg, rgba(212,160,23,.1), rgba(232,194,88,.06));
        color: var(--green2);
        border-color: rgba(212,160,23,.3);
    }

.privacy-pro-toc__num {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--soft);
    color: var(--yellow);
    font-weight: 900;
    font-size: .9rem;
    border: 1px solid var(--border);
}

.privacy-pro-toc__link.is-active .privacy-pro-toc__num {
    background: linear-gradient(135deg, var(--yellow), var(--orange));
    color: #1d1d1d;
    border-color: transparent;
}

/* Help card */
.privacy-pro-help {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 24px 22px;
    color: #fff;
    background: radial-gradient(circle at 15% 15%, rgba(212,160,23,.28), transparent 45%), linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
    box-shadow: 0 20px 45px rgba(0,0,0,.18);
}

    .privacy-pro-help::before {
        content: "";
        position: absolute;
        width: 200px;
        height: 200px;
        right: -80px;
        bottom: -90px;
        border-radius: 50%;
        background: rgba(240,199,94,.08);
        pointer-events: none;
    }

.privacy-pro-help__kicker {
    display: inline-block;
    color: #f0c75e;
    font-weight: 900;
    font-size: .88rem;
    letter-spacing: .3px;
    margin-bottom: 10px;
}

.privacy-pro-help h4 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.32rem;
    font-weight: 900;
    line-height: 1.45;
}

.privacy-pro-help p {
    margin: 0 0 18px;
    color: rgba(255,255,255,.85);
    line-height: 1.9;
    font-size: .95rem;
}

.privacy-pro-help .blog-pro-btn {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.privacy-pro-help__wa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.2);
    color: #fff;
    font-weight: 900;
    transition: background .2s ease, color .2s ease;
    position: relative;
    z-index: 1;
}

    .privacy-pro-help__wa:hover {
        background: #25d366;
        color: #fff;
        border-color: transparent;
    }

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    .privacy-pro-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .privacy-pro-aside {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .privacy-pro-hero {
        padding: 70px 0 50px;
    }

    .privacy-pro-main {
        padding: 24px 20px;
        border-radius: 20px;
    }

    .privacy-pro-section__head {
        gap: 12px;
    }

    .privacy-pro-section__icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
        border-radius: 12px;
    }

    .privacy-pro-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .privacy-pro-meta li {
        padding: 8px 14px;
        font-size: .85rem;
    }

    .privacy-pro-section p {
        font-size: 1rem;
    }

    .privacy-pro-checklist > li {
        flex-direction: column;
        gap: 10px;
    }

    .privacy-pro-toc,
    .privacy-pro-help {
        border-radius: 18px;
    }

    .privacy-pro-accept {
        padding: 18px;
        flex-direction: column;
    }
}

/* ===== Fix oversized product images inside cards =====
   Show full equipment images inside their panels instead of cropping them.
   Applied only to product/category cards and the home products section. */
.home-import-product-card img,
.category-card img,
.product-card img,
.products-category-card img,
.products-pro-grid .product-card img {
    object-fit: contain !important;
    object-position: center center !important;
    background-color: #f8f4eb;
}

.hero-pro-slide {
    object-fit: contain !important;
    object-position: center center !important;
}

/* ===== البحث الذكي الفوري (Live Search) ===== */
.header-search {
    position: relative;
    margin-inline-end: 14px;
}

.header-search-form {
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 30px;
    padding: 0 14px;
    height: 42px;
    width: 240px;
    transition: width .25s ease, border-color .2s ease, box-shadow .2s ease;
}

.header-search.is-open .header-search-form,
.header-search-form:focus-within {
    border-color: var(--yellow);
    box-shadow: 0 0 0 3px rgba(212, 160, 23, .15);
    width: 300px;
}

.header-search-icon {
    color: var(--muted);
    font-size: .9rem;
    pointer-events: none;
}

.header-search-input {
    border: 0;
    outline: 0;
    background: transparent;
    flex: 1;
    height: 100%;
    padding: 0 10px;
    font-family: Cairo, Arial, sans-serif;
    font-size: .92rem;
    color: var(--ink);
    min-width: 0;
}

.header-search-input::placeholder {
    color: var(--muted);
}

/* إخفاء أيقونة المسح الافتراضية للمتصفح */
.header-search-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.header-search-clear {
    border: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    padding: 4px;
    line-height: 1;
    transition: color .2s ease;
}

.header-search-clear:hover {
    color: var(--ink);
}

/* لوحة النتائج */
.live-search-results {
    position: absolute;
    top: calc(100% + 8px);
    inset-inline-end: 0;
    width: 360px;
    max-height: 70vh;
    overflow-y: auto;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, .18);
    padding: 8px;
    z-index: 1050;
    animation: lsFade .18s ease;
}

@keyframes lsFade {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.live-search-message {
    padding: 18px 14px;
    text-align: center;
    color: var(--muted);
    font-size: .9rem;
}

.ls-group-label {
    font-size: .75rem;
    font-weight: 700;
    color: var(--yellow);
    padding: 10px 12px 6px;
    text-transform: none;
}

.ls-group-label i {
    margin-inline-end: 6px;
}

.ls-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 10px;
    color: var(--ink);
    transition: background .15s ease;
}

.ls-item:hover,
.ls-item.is-active {
    background: var(--soft);
}

.ls-thumb {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    object-fit: cover;
    background: var(--soft);
    border: 1px solid var(--border);
    flex-shrink: 0;
}

.ls-thumb-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--muted);
}

.ls-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ls-title {
    font-weight: 600;
    font-size: .9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ls-sub {
    font-size: .78rem;
    color: var(--muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.live-search-results mark {
    background: rgba(212, 160, 23, .25);
    color: inherit;
    padding: 0 1px;
    border-radius: 3px;
}

.ls-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 6px;
    padding: 10px;
    border-top: 1px solid var(--border);
    color: var(--yellow);
    font-weight: 700;
    font-size: .88rem;
}

.ls-all:hover {
    background: var(--soft);
    border-radius: 0 0 10px 10px;
}

/* استجابة الموبايل */
@media (max-width: 991.98px) {
    .header-search {
        width: 100%;
        margin: 12px 0 0;
        order: -1;
    }

    .header-search-form,
    .header-search.is-open .header-search-form,
    .header-search-form:focus-within {
        width: 100%;
    }

    .live-search-results {
        width: 100%;
    }
}

/* ===== توسّع label زر واتساب العائم عند المرور ===== */
.whatsapp-float {
    overflow: hidden;
    white-space: nowrap;
    transition: width .3s ease, transform .2s ease, box-shadow .2s ease;
}

.whatsapp-float .whatsapp-float-label {
    max-width: 0;
    opacity: 0;
    font-size: .95rem;
    font-weight: 700;
    overflow: hidden;
    transition: max-width .3s ease, opacity .25s ease, margin .3s ease;
}

@media (min-width: 992px) {
    .whatsapp-float:hover {
        width: auto;
        padding: 0 22px 0 18px;
        border-radius: 30px;
        gap: 10px;
    }

    .whatsapp-float:hover .whatsapp-float-label {
        max-width: 160px;
        opacity: 1;
        margin-inline-start: 4px;
    }
}

/* على الموبايل: يظل دائريًا والـ label مخفي دائمًا */
@media (max-width: 991.98px) {
    .whatsapp-float .whatsapp-float-label {
        display: none;
    }
}

/* ===== مقارنة المنتجات ===== */
/* زر «قارن» على بطاقة المنتج */
.pc-btn-compare {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1.5px solid var(--border);
    background: #fff;
    color: var(--muted);
    cursor: pointer;
    transition: all .2s ease;
    flex-shrink: 0;
}

.pc-btn-compare:hover {
    border-color: var(--yellow);
    color: var(--yellow);
}

.pc-btn-compare.is-active {
    background: linear-gradient(135deg, #d4a017, #e8c258);
    border-color: var(--yellow);
    color: #1a1a1a;
}

/* الشريط العائم */
.compare-bar {
    position: fixed;
    bottom: 0;
    inset-inline: 0;
    z-index: 1040;
    background: rgba(10, 10, 10, .97);
    backdrop-filter: blur(8px);
    border-top: 2px solid var(--yellow);
    box-shadow: 0 -8px 30px rgba(0, 0, 0, .3);
    animation: cbSlideUp .3s ease;
}

@keyframes cbSlideUp {
    from { transform: translateY(100%); }
    to   { transform: translateY(0); }
}

.compare-bar-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.compare-bar-title {
    color: #fff;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.compare-bar-title i {
    color: var(--yellow);
}

.compare-bar-count {
    background: var(--yellow);
    color: #1a1a1a;
    border-radius: 999px;
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    padding: 0 6px;
}

.compare-bar-items {
    display: flex;
    gap: 8px;
    flex: 1;
    flex-wrap: wrap;
}

.compare-bar-item {
    position: relative;
    display: inline-block;
}

.compare-bar-item img,
.compare-bar-item .cb-noimg {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .25);
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .4);
}

.compare-bar-item .cb-remove {
    position: absolute;
    top: -6px;
    inset-inline-start: -6px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background: #c0392b;
    color: #fff;
    font-size: .7rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
}

.compare-bar-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-inline-start: auto;
}

.compare-bar-go {
    background: linear-gradient(135deg, #d4a017, #e8c258);
    color: #1a1a1a;
    font-weight: 800;
    padding: 10px 24px;
    border-radius: 30px;
    white-space: nowrap;
    transition: transform .2s ease, box-shadow .2s ease;
}

.compare-bar-go:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(212, 160, 23, .4);
    color: #1a1a1a;
}

.compare-bar-clear {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .25);
    background: transparent;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease;
}

.compare-bar-clear:hover {
    background: rgba(255, 255, 255, .12);
}

@media (max-width: 575.98px) {
    .compare-bar-inner {
        gap: 10px;
        padding: 10px 12px;
    }

    .compare-bar-item img,
    .compare-bar-item .cb-noimg {
        width: 38px;
        height: 38px;
    }

    .compare-bar-go {
        padding: 8px 16px;
        font-size: .88rem;
    }
}

/* ═══════════════════════════════════════════════════════════════
   صلابة محتوى اللوحة على الشاشات الصغيرة
   ───────────────────────────────────────────────────────────────
   [data-ed-root] هو الحاوى الوحيد الذى يُعرض بداخله HTML قادم من
   لوحة التحكم (صفحة، مقال، خدمة، خط إنتاج). الأقسام الجاهزة آمنة
   بذاتها، لكن صندوق «HTML خام» يسمح بلصق أى كود، ومنه حالتان
   تكسران عرض الهاتف فعليًا — جُرّبتا وثبتتا:

     ① style="width:900px"  ⇐ عنصر أعرض من الشاشة. و html/body
        عليهما overflow-x: clip، فلا يظهر شريط تمرير: المحتوى
        يُقَص ويختفى نهائيًا (فى RTL يخرج من الجهة اليسرى).

     ② <table> بخلية white-space: nowrap أو نص لاتينى طويل بلا
        فواصل ⇐ عرضه الأدنى يتجاوز الحاوى، و max-width لا يصغّره.

   العلاج: سقف عرض لكل سليل (max-width يعلو على width مهما كانت
   الأولوية، فيكبح حتى الـ style المكتوب داخل الوسم)، وجعل الجدول
   كتلة تُمرَّر أفقيًا بنفس نمط .sec-table-wrap و.admin-table-wrap
   المستعملين فى المشروع. النتيجة: جدول ضيق يملأ العرض، وعريض
   يُمرَّر بالإصبع بدل أن يُقَص.
   ═══════════════════════════════════════════════════════════════ */

[data-ed-root] * {
    max-width: 100%;
}

[data-ed-root] table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* استثناء: جدول له غلاف تمرير أصلًا (قسم «جدول مواصفات» الجاهز،
   وجداول اللوحة) يبقى display: table. جعله كتلة يُفقده تمدّد
   الخلايا الناتج عن width: 100%، فتنكمش لعرض نصها ويظهر فراغ
   كبير بجوارها على الشاشة الكبيرة — قيس فعليًا: غلاف 1185px
   والصف بداخله 166px. الغلاف يتكفّل بالتمرير فلا حاجة للتحويل. */
[data-ed-root] .sec-table-wrap > table,
[data-ed-root] .admin-table-wrap > table,
[data-ed-root] .table-responsive > table {
    display: table;
    overflow-x: visible;
}
