/* =========================================================
   عالم واحد - CSS موحّد للمتجر
   نسخة مصححة + صفحة من نحن
========================================================= */

/* =========================
   1) السلايدر والبنرات
========================= */

salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider,
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    margin: 0;
    padding: 0 !important;
}

.s-slider-block__title-nav {
    display: none !important;
}

/* شبكة أول وثاني قسم بنرات */
section:nth-child(1 of .s-block--banners) .md\:grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

section:nth-child(2 of .s-block--banners) .md\:grid-cols-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.two-row .banner-entry {
    height: 180px;
    padding: 0;
    background-color: transparent;
}

.md\:grid-cols-3 .lazy__bg.lazy.entered.loaded {
    background-repeat: no-repeat;
    background-size: contain;
}

/* تكبير بسيط للصورة */
.banner-entry {
    position: relative;
    overflow: hidden;
}

.banner-entry .lazy__bg {
    transform: scale(1.08);
    transition: transform 0.35s ease;
}

.banner-entry:hover .lazy__bg {
    transform: scale(1.12);
}

/* تأثير اللمعة */
.banner-entry::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    width: 50%;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(255, 255, 255, 0.2) 100%
    );
    transform: skewX(-20deg);
}

.banner-entry:hover::after {
    animation: ow-shine 0.9s ease forwards;
}

@keyframes ow-shine {
    from {
        left: -75%;
    }

    to {
        left: 125%;
    }
}

a.banner-entry.lazy.h-lg-banner.entered.loaded {
    height: 917px;
}

/* =========================
   2) عناوين الأقسام والمنتجات
========================= */

.s-slider-block__title-right {
    margin: 0 auto;
    padding: 9px 0;
    transform: scale(1.5);
    transform-origin: center;
}

.s-slider-block__title h2 {
    padding-left: 0;
    color: #5d290d;
}

.right-side {
    margin: 0 auto;
    padding: 0;
    transform: scale(1.33);
    transform-origin: center;
}

.s-block__title .right-side {
    margin-bottom: 10px;
    padding-left: 0;
}

.s-product-card-content-title a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* =========================
   3) الهيدر
========================= */

header.store-header a.navbar-brand img {
    width: auto !important;
    height: 48px !important;
}

/* =========================
   4) ما يميز متجرنا
========================= */

.s-block-store-features a,
section[class*="store-features"] a,
.store-features-item {
    cursor: default !important;
    pointer-events: none !important;
}

/* =========================
   5) الفوتر
========================= */

footer * {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.store-footer .store-footer__inner,
.md\:flex.items-center.justify-between.py-4.container.text-center {
    color: #2b1a10;
    background: linear-gradient(
        135deg,
        #533824 0%,
        #72523b 12%,
        #8d6a4f 25%,
        #a68165 40%,
        #bc997c 55%,
        #ccac90 68%,
        #dbbea4 80%,
        #e9d0b8 90%,
        #f5e1cd 97%,
        #fceedf 100%
    ) !important;
}

.md\:flex.items-center.justify-between.py-4.container.text-center {
    max-width: 100%;
}

.copyright-text p {
    font-size: 0 !important;
}

.copyright-text p::before {
    content: "جميع الحقوق محفوظة © عالم واحد 2026";
    color: #2b1a10;
    font-size: 14px;
}

salla-trust-badges.s-trust-badges-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* =========================
   6) الجوال - أجزاء المتجر
========================= */

@media (max-width: 768px) {
    section:nth-child(1 of .s-block--banners) .md\:grid-cols-3,
    section:nth-child(2 of .s-block--banners) .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .s-slider-block__title-right {
        transform: scale(1.35);
    }

    header.store-header a.navbar-brand {
        position: absolute;
        right: 115px;
        transform: scale(1.5);
        transform-origin: center;
    }

    section.s-block.s-block--banners.container.grid.md\:grid-cols-2.grid-flow-row {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    section.s-block.s-block--banners.container.grid.md\:grid-cols-2.grid-flow-row > a {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 2 / 3 !important;
        border-radius: 10px !important;
        background-position: center !important;
        background-size: cover !important;
    }
}

/* =========================================================
   7) صفحة من نحن - عالم واحد
   جميع التنسيقات محصورة داخل .ow-about-page
========================================================= */

.ow-about-page {
    --ow-dark: #21170f;
    --ow-dark-2: #3a2618;
    --ow-brown: #5d290d;
    --ow-gold: #a36a2d;
    --ow-gold-light: #d8ad79;
    --ow-cream: #fffaf5;
    --ow-beige: #f6ede4;
    --ow-text: #3d3027;
    --ow-muted: #7a685b;

    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    overflow: hidden;
    color: var(--ow-text);
    background: var(--ow-cream);
    font-family: inherit;
}

.ow-about-page,
.ow-about-page *,
.ow-about-page *::before,
.ow-about-page *::after {
    box-sizing: border-box;
}

.ow-about-page a {
    text-decoration: none !important;
}

.ow-about-container {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
}

/* الواجهة الرئيسية */
.ow-about-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 520px;
    align-items: center;
    justify-content: center;
    padding: 96px 20px;
    background:
        radial-gradient(circle at 15% 25%, rgba(216, 173, 121, 0.26), transparent 27%),
        radial-gradient(circle at 86% 78%, rgba(163, 106, 45, 0.22), transparent 30%),
        linear-gradient(135deg, #1d140e 0%, #3c281a 50%, #20160f 100%);
}

.ow-about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.8;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 42px 42px;
}

.ow-about-hero::after {
    content: "";
    position: absolute;
    bottom: -175px;
    left: -135px;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(216, 173, 121, 0.3);
    border-radius: 50%;
}

.ow-about-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.32));
}

.ow-about-hero-content {
    width: min(780px, 100%);
    margin-inline: auto;
    text-align: center;
}

.ow-about-label {
    display: inline-flex;
    min-width: 132px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 9px 22px;
    border: 1px solid rgba(216, 173, 121, 0.65);
    border-radius: 999px;
    color: var(--ow-gold-light);
    background: rgba(255, 255, 255, 0.035);
    backdrop-filter: blur(6px);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.ow-about-page .ow-about-hero h1 {
    margin: 0 0 18px;
    color: #ffffff !important;
    font-size: clamp(44px, 7vw, 78px);
    font-weight: 900;
    line-height: 1.15;
}

.ow-about-hero p {
    max-width: 690px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 2;
}

.ow-about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 32px;
}

.ow-btn {
    display: inline-flex;
    min-width: 154px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 13px 25px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 800;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.ow-btn:hover {
    transform: translateY(-3px);
}

.ow-btn-primary {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--ow-gold), var(--ow-gold-light));
    box-shadow: 0 14px 32px rgba(163, 106, 45, 0.3);
}

.ow-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.55);
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(7px);
}

.ow-btn-outline:hover {
    background: rgba(255, 255, 255, 0.14);
}

/* العناوين */
.ow-about-section {
    padding: 92px 0 48px;
    background: linear-gradient(180deg, #ffffff 0%, var(--ow-cream) 100%);
}

.ow-section-heading {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.ow-section-heading span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--ow-gold);
    font-size: 15px;
    font-weight: 900;
}

.ow-about-page .ow-section-heading h2 {
    margin: 0;
    color: var(--ow-dark) !important;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 900;
    line-height: 1.35;
}

.ow-section-heading p {
    margin: 13px 0 0;
    color: var(--ow-muted);
    font-size: 16px;
    line-height: 1.9;
}

/* قصتنا */
.ow-story-card {
    position: relative;
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 28px;
    overflow: hidden;
    padding: 50px;
    border: 1px solid rgba(163, 106, 45, 0.16);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 237, 228, 0.95));
    box-shadow: 0 24px 65px rgba(61, 48, 39, 0.1);
}

.ow-story-card::before {
    content: "";
    position: absolute;
    top: -95px;
    inset-inline-end: -85px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(216, 173, 121, 0.12);
}

.ow-story-icon {
    position: relative;
    z-index: 1;
    display: flex;
    width: 74px;
    height: 74px;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--ow-gold), var(--ow-gold-light));
    box-shadow: 0 15px 34px rgba(163, 106, 45, 0.24);
}

.ow-story-icon::before {
    content: "✦";
    color: #ffffff;
    font-size: 28px;
}

.ow-story-content {
    position: relative;
    z-index: 1;
}

.ow-about-page .ow-story-content h3 {
    margin: 0 0 20px;
    color: var(--ow-brown) !important;
    font-size: 30px;
    font-weight: 900;
}

.ow-story-content p {
    margin: 0 0 17px;
    color: #514239;
    font-size: 16px;
    line-height: 2.15;
}

.ow-story-content strong {
    color: var(--ow-brown);
}

/* الرسالة والرؤية والقيم */
.ow-values-section {
    padding: 48px 0 96px;
    background: var(--ow-cream);
}

.ow-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ow-value-card {
    position: relative;
    min-height: 305px;
    overflow: hidden;
    padding: 36px 30px;
    border: 1px solid rgba(163, 106, 45, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 44px rgba(61, 48, 39, 0.07);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.ow-value-card:hover {
    transform: translateY(-8px);
    border-color: rgba(163, 106, 45, 0.36);
    box-shadow: 0 26px 55px rgba(61, 48, 39, 0.12);
}

.ow-value-card::after {
    content: "";
    position: absolute;
    bottom: -75px;
    inset-inline-start: -60px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(216, 173, 121, 0.08);
}

.ow-value-number {
    position: absolute;
    top: 18px;
    left: 22px;
    color: rgba(163, 106, 45, 0.14);
    font-size: 54px;
    font-weight: 900;
    line-height: 1;
}

.ow-value-icon {
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 18px;
    color: var(--ow-gold);
    background: linear-gradient(135deg, #f8eee4, #ffffff);
    box-shadow: inset 0 0 0 1px rgba(163, 106, 45, 0.09);
    font-size: 23px;
}

.ow-value-card:nth-child(1) .ow-value-icon::before {
    content: "✦";
}

.ow-value-card:nth-child(2) .ow-value-icon::before {
    content: "◎";
}

.ow-value-card:nth-child(3) .ow-value-icon::before {
    content: "✓";
}

.ow-about-page .ow-value-card h3 {
    margin: 0 0 15px;
    color: var(--ow-dark) !important;
    font-size: 24px;
    font-weight: 900;
}

.ow-value-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--ow-muted);
    font-size: 15px;
    line-height: 2;
}

/* العبارة الختامية */
.ow-trust-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 96px 20px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(216, 173, 121, 0.22), transparent 40%),
        linear-gradient(135deg, #21170f, #432c1c);
}

.ow-trust-section::before,
.ow-trust-section::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(216, 173, 121, 0.22);
    border-radius: 50%;
}

.ow-trust-section::before {
    top: -125px;
    right: -125px;
    width: 290px;
    height: 290px;
}

.ow-trust-section::after {
    bottom: -105px;
    left: -90px;
    width: 210px;
    height: 210px;
}

.ow-trust-content {
    max-width: 790px;
    margin-inline: auto;
}

.ow-trust-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--ow-gold), var(--ow-gold-light));
    box-shadow: 0 12px 30px rgba(163, 106, 45, 0.28);
}

.ow-trust-icon::before {
    content: "✦";
    color: #ffffff;
    font-size: 23px;
}

.ow-about-page .ow-trust-content h2 {
    margin: 0 0 17px;
    color: #ffffff !important;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 900;
    line-height: 1.35;
}

.ow-trust-content p {
    max-width: 740px;
    margin: 0 auto 30px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 2;
}

.ow-btn-light {
    color: var(--ow-dark) !important;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
}

/* تجاوب صفحة من نحن */
@media (max-width: 900px) {
    .ow-about-hero {
        min-height: 470px;
        padding: 78px 18px;
    }

    .ow-story-card {
        grid-template-columns: 1fr;
        padding: 38px 28px;
    }

    .ow-story-icon {
        margin-inline: auto;
    }

    .ow-values-grid {
        grid-template-columns: 1fr;
    }

    .ow-value-card {
        min-height: auto;
    }
}

@media (max-width: 600px) {
    .ow-about-hero {
        min-height: 430px;
        padding: 66px 16px;
    }

    .ow-about-page .ow-about-hero h1 {
        font-size: 44px;
    }

    .ow-about-hero p {
        font-size: 15px;
        line-height: 1.9;
    }

    .ow-about-hero-actions {
        flex-direction: column;
    }

    .ow-btn {
        width: 100%;
    }

    .ow-about-section {
        padding: 66px 0 34px;
    }

    .ow-section-heading {
        margin-bottom: 30px;
    }

    .ow-story-card {
        padding: 30px 20px;
        border-radius: 18px;
    }

    .ow-about-page .ow-story-content h3 {
        font-size: 25px;
    }

    .ow-story-content p {
        font-size: 14px;
        line-height: 2;
    }

    .ow-values-section {
        padding: 34px 0 70px;
    }

    .ow-value-card {
        padding: 30px 24px;
        border-radius: 18px;
    }

    .ow-trust-section {
        padding: 72px 18px;
    }

    .ow-trust-content p {
        font-size: 15px;
    }
}
/* =========================================================
   اتفاقية الاستخدام - عالم واحد
   تصميم مستقل ومتوافق مع HTML المرفق
========================================================= */

#usage-agreement-page {
    --ua-dark: #24170e;
    --ua-dark-soft: #3b2616;
    --ua-brown: #5d290d;
    --ua-brown-light: #8d5b2f;
    --ua-gold: #c99755;
    --ua-gold-light: #ecd1a6;
    --ua-cream: #fffaf4;
    --ua-beige: #f8efe4;
    --ua-white: #ffffff;
    --ua-text: #43352b;
    --ua-muted: #76685d;
    --ua-border: #eadfd2;
    --ua-shadow: 0 18px 50px rgba(66, 42, 23, 0.08);

    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 18px 70px;
    direction: rtl;
    color: var(--ua-text);
    text-align: right;
    font-family: inherit;
    line-height: 1.9;
}

#usage-agreement-page,
#usage-agreement-page *,
#usage-agreement-page *::before,
#usage-agreement-page *::after {
    box-sizing: border-box;
}

#usage-agreement-page a {
    text-decoration: none !important;
}

/* الواجهة الرئيسية */

#usage-agreement-page .ua-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 42px;
    min-height: 410px;
    align-items: center;
    overflow: hidden;
    padding: 60px 66px;
    border-radius: 30px;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 32%, rgba(214, 162, 95, 0.23), transparent 29%),
        radial-gradient(circle at 12% 78%, rgba(255, 255, 255, 0.06), transparent 32%),
        linear-gradient(135deg, #1d120b 0%, #3a2415 52%, #5b351b 100%);
    box-shadow: 0 26px 70px rgba(42, 25, 13, 0.22);
}

#usage-agreement-page .ua-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.32;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 42px 42px;
}

#usage-agreement-page .ua-hero::after {
    content: "";
    position: absolute;
    top: -170px;
    left: -120px;
    z-index: -1;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(236, 209, 166, 0.25);
    border-radius: 50%;
    box-shadow:
        0 0 0 45px rgba(236, 209, 166, 0.04),
        0 0 0 90px rgba(236, 209, 166, 0.025);
}

#usage-agreement-page .ua-hero-content {
    position: relative;
    z-index: 2;
}

#usage-agreement-page .ua-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-bottom: 18px;
    padding: 7px 18px;
    border: 1px solid rgba(236, 209, 166, 0.5);
    border-radius: 999px;
    color: var(--ua-gold-light);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    font-size: 13px;
    font-weight: 800;
}

#usage-agreement-page .ua-hero h1 {
    margin: 0 0 12px;
    color: #ffffff !important;
    font-size: clamp(38px, 5vw, 60px);
    font-weight: 900;
    line-height: 1.25;
}

#usage-agreement-page .ua-welcome {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 13px;
    color: var(--ua-gold-light);
    font-size: 16px;
    font-weight: 800;
}

#usage-agreement-page .ua-welcome::before,
#usage-agreement-page .ua-welcome::after {
    content: "";
    width: 42px;
    height: 1px;
    background: rgba(236, 209, 166, 0.45);
}

#usage-agreement-page .ua-lead {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 2;
}

#usage-agreement-page .ua-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

#usage-agreement-page .ua-meta span {
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 11px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
}

/* الدرع الذهبي */

#usage-agreement-page .ua-shield {
    position: relative;
    z-index: 2;
    width: 220px;
    height: 260px;
    margin-inline: auto;
    filter: drop-shadow(0 28px 35px rgba(0, 0, 0, 0.25));
}

#usage-agreement-page .ua-shield::before {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: polygon(50% 0%, 90% 18%, 84% 70%, 50% 100%, 16% 70%, 10% 18%);
    background: linear-gradient(145deg, #f0c27c 0%, #b97832 48%, #6b3d17 100%);
}

#usage-agreement-page .ua-shield::after {
    content: "";
    position: absolute;
    inset: 10px;
    clip-path: polygon(50% 0%, 90% 18%, 84% 70%, 50% 100%, 16% 70%, 10% 18%);
    background: linear-gradient(145deg, #9e6228, #d7a054 52%, #6d3f18);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.35);
}

#usage-agreement-page .ua-shield-inner {
    position: absolute;
    inset: 28px 34px 42px;
    z-index: 3;
    display: grid;
    place-items: center;
    clip-path: polygon(50% 0%, 88% 18%, 80% 68%, 50% 100%, 20% 68%, 12% 18%);
    background: linear-gradient(150deg, #7a471c, #b97935 55%, #5a3112);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.23);
}

#usage-agreement-page .ua-doc-icon {
    position: relative;
    width: 78px;
    height: 96px;
    border-radius: 10px;
    background: #fff7ea;
    box-shadow: 0 15px 30px rgba(47, 25, 11, 0.25);
}

#usage-agreement-page .ua-doc-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #e2b678;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}

#usage-agreement-page .ua-doc-line {
    position: relative;
    display: block;
    width: 46px;
    height: 6px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: #8b5728;
}

#usage-agreement-page .ua-doc-line + .ua-doc-line {
    margin-top: 10px;
}

#usage-agreement-page .ua-doc-line.short {
    width: 32px;
}

#usage-agreement-page .ua-doc-check {
    position: absolute;
    right: -18px;
    bottom: -18px;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 5px solid #fff7ea;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #5d290d, #9a6730);
    font-size: 24px;
    font-weight: 900;
}

/* التخطيط */

#usage-agreement-page .ua-layout {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-top: 30px;
}

#usage-agreement-page .ua-sidebar {
    display: grid;
    gap: 18px;
}

#usage-agreement-page .ua-content {
    display: grid;
    gap: 16px;
}

/* القائمة الجانبية */

#usage-agreement-page .ua-nav {
    position: sticky;
    top: 24px;
    overflow: hidden;
    padding: 0 0 18px;
    border: 1px solid var(--ua-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--ua-shadow);
}

#usage-agreement-page .ua-nav-title {
    margin: 0;
    padding: 20px 22px;
    color: var(--ua-dark) !important;
    background: linear-gradient(135deg, #fbf2e7, #fffaf5);
    font-size: 18px;
    font-weight: 900;
}

#usage-agreement-page .ua-nav nav {
    position: relative;
    padding: 12px 14px 0;
}

#usage-agreement-page .ua-nav nav::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 30px;
    bottom: 24px;
    width: 1px;
    background: #e5d4c1;
}

#usage-agreement-page .ua-nav a {
    position: relative;
    z-index: 2;
    display: block;
    margin: 4px 0;
    padding: 9px 29px 9px 10px;
    border-radius: 10px;
    color: #51463d !important;
    font-size: 13px;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

#usage-agreement-page .ua-nav a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 9px;
    height: 9px;
    border: 2px solid #d5b48d;
    border-radius: 50%;
    background: #ffffff;
    transform: translateY(-50%);
}

#usage-agreement-page .ua-nav a:hover {
    color: var(--ua-brown) !important;
    background: #fbf1e6;
    transform: translateX(-3px);
}

#usage-agreement-page .ua-nav a:hover::before {
    border-color: var(--ua-gold);
    background: var(--ua-gold);
}

#usage-agreement-page .ua-update-card {
    padding: 21px 22px;
    border: 1px solid var(--ua-border);
    border-radius: 20px;
    background: linear-gradient(135deg, #fffaf5, #f8eee2);
    box-shadow: 0 12px 36px rgba(73, 47, 25, 0.06);
}

#usage-agreement-page .ua-update-label {
    display: block;
    margin-bottom: 6px;
    color: var(--ua-muted);
    font-size: 13px;
}

#usage-agreement-page .ua-update-card strong {
    color: var(--ua-brown);
    font-size: 16px;
}

/* المقدمة */

#usage-agreement-page .ua-intro-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 28px 30px;
    border: 1px solid var(--ua-border);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(253, 247, 240, 0.96));
    box-shadow: var(--ua-shadow);
}

#usage-agreement-page .ua-intro-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 17px;
    color: var(--ua-brown);
    background: linear-gradient(135deg, #faead6, #f4d6ad);
    box-shadow: inset 0 0 0 1px rgba(141, 91, 47, 0.08);
    font-size: 17px;
    font-weight: 900;
}

#usage-agreement-page .ua-intro-card h2 {
    margin: 0 0 10px;
    color: var(--ua-dark) !important;
    font-size: 22px;
    font-weight: 900;
}

#usage-agreement-page .ua-intro-card p {
    margin: 7px 0;
    color: var(--ua-text);
    font-size: 15px;
    line-height: 2;
}

#usage-agreement-page .ua-section-heading {
    padding: 4px 0;
    text-align: center;
}

#usage-agreement-page .ua-section-heading span {
    display: block;
    margin-bottom: 4px;
    color: var(--ua-gold);
    font-size: 13px;
    font-weight: 800;
}

#usage-agreement-page .ua-section-heading h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 24px 13px;
    color: var(--ua-brown) !important;
    font-size: 25px;
    font-weight: 900;
}

#usage-agreement-page .ua-section-heading h2::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 66px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ua-gold), var(--ua-gold-light));
    transform: translateX(50%);
}

/* البطاقات */

#usage-agreement-page .ua-card {
    position: relative;
    display: grid;
    grid-template-columns: 42px 62px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 25px 26px;
    border: 1px solid var(--ua-border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(65, 42, 24, 0.055);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

#usage-agreement-page .ua-card:hover {
    transform: translateY(-3px);
    border-color: #dcc3a5;
    box-shadow: 0 20px 45px rgba(65, 42, 24, 0.09);
}

#usage-agreement-page .ua-card-number {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    margin-top: 6px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #5d290d, #8f5b2f);
    box-shadow: 0 9px 18px rgba(93, 41, 13, 0.22);
    font-size: 13px;
    font-weight: 900;
}

#usage-agreement-page .ua-card-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 16px;
    color: var(--ua-brown);
    background: linear-gradient(135deg, #fbecda, #f3d5ac);
    box-shadow: inset 0 0 0 1px rgba(141, 91, 47, 0.08);
    font-size: 20px;
    font-weight: 900;
}

#usage-agreement-page .ua-card-content h2 {
    margin: 0 0 9px;
    color: var(--ua-dark) !important;
    font-size: 19px;
    font-weight: 900;
}

#usage-agreement-page .ua-card-content p {
    margin: 6px 0;
    color: var(--ua-text);
    font-size: 14px;
    line-height: 2;
}

#usage-agreement-page .ua-card-content ul {
    margin: 10px 0 0;
    padding-right: 21px;
    color: var(--ua-text);
}

#usage-agreement-page .ua-card-content li {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.9;
}

#usage-agreement-page .ua-card-content li::marker {
    color: var(--ua-gold);
}

/* التواصل */

#usage-agreement-page .ua-contact {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 28px 30px;
    border: 1px solid #e3cfb7;
    border-radius: 22px;
    background:
        radial-gradient(circle at 12% 50%, rgba(201, 151, 85, 0.16), transparent 24%),
        linear-gradient(135deg, #fffaf4, #f7ebdc);
    box-shadow: var(--ua-shadow);
}

#usage-agreement-page .ua-contact-icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 50%;
    color: var(--ua-brown);
    background: linear-gradient(135deg, #f3d7ad, #fff4e4);
    box-shadow: 0 12px 24px rgba(120, 73, 34, 0.12);
    font-size: 27px;
}

#usage-agreement-page .ua-contact-content h2 {
    margin: 0 0 5px;
    color: var(--ua-dark) !important;
    font-size: 22px;
    font-weight: 900;
}

#usage-agreement-page .ua-contact-content p {
    margin: 0;
    color: var(--ua-muted);
    font-size: 14px;
}

#usage-agreement-page .ua-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-end;
}

#usage-agreement-page .ua-btn {
    display: inline-flex;
    min-width: 135px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 900;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

#usage-agreement-page .ua-btn:hover {
    transform: translateY(-2px);
}

#usage-agreement-page .ua-btn-call {
    border: 1px solid #c99b63;
    color: var(--ua-brown) !important;
    background: #ffffff;
}

#usage-agreement-page .ua-btn-call:hover {
    background: #fff5e8;
    box-shadow: 0 10px 22px rgba(91, 53, 22, 0.09);
}

#usage-agreement-page .ua-btn-whatsapp {
    color: #ffffff !important;
    background: linear-gradient(135deg, #4e2b13, #7c4a21);
    box-shadow: 0 12px 24px rgba(78, 43, 19, 0.18);
}

#usage-agreement-page .ua-btn-whatsapp:hover {
    background: linear-gradient(135deg, #3e210e, #653919);
}

#usage-agreement-page .ua-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 15px 18px;
    border: 1px solid var(--ua-border);
    border-radius: 14px;
    color: var(--ua-muted);
    background: #fffaf5;
    text-align: center;
    font-size: 13px;
}

#usage-agreement-page .ua-note span {
    display: inline-grid;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--ua-gold);
    font-size: 12px;
    font-weight: 900;
}

#usage-agreement-page section[id] {
    scroll-margin-top: 110px;
}

/* التابلت */

@media (max-width: 992px) {
    #usage-agreement-page .ua-hero {
        grid-template-columns: minmax(0, 1fr) 210px;
        gap: 26px;
        padding: 48px 38px;
    }

    #usage-agreement-page .ua-shield {
        width: 175px;
        height: 210px;
    }

    #usage-agreement-page .ua-layout {
        grid-template-columns: 1fr;
    }

    #usage-agreement-page .ua-sidebar {
        grid-template-columns: minmax(0, 1fr) 220px;
        align-items: stretch;
    }

    #usage-agreement-page .ua-nav {
        position: static;
    }

    #usage-agreement-page .ua-nav nav::before {
        display: none;
    }

    #usage-agreement-page .ua-nav a {
        display: inline-block;
        margin: 4px 2px;
        padding: 8px 12px;
        background: #fbf4ec;
    }

    #usage-agreement-page .ua-nav a::before {
        display: none;
    }

    #usage-agreement-page .ua-contact {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    #usage-agreement-page .ua-contact-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

/* الجوال */

@media (max-width: 640px) {
    #usage-agreement-page {
        padding: 16px 10px 45px;
    }

    #usage-agreement-page .ua-hero {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: auto;
        padding: 38px 22px;
        border-radius: 22px;
        text-align: center;
    }

    #usage-agreement-page .ua-kicker {
        margin-inline: auto;
    }

    #usage-agreement-page .ua-welcome {
        justify-content: center;
    }

    #usage-agreement-page .ua-welcome::before,
    #usage-agreement-page .ua-welcome::after {
        width: 25px;
    }

    #usage-agreement-page .ua-lead {
        margin-inline: auto;
        font-size: 14px;
    }

    #usage-agreement-page .ua-meta {
        justify-content: center;
    }

    #usage-agreement-page .ua-shield {
        width: 145px;
        height: 175px;
    }

    #usage-agreement-page .ua-doc-icon {
        width: 58px;
        height: 72px;
    }

    #usage-agreement-page .ua-doc-line {
        width: 34px;
        height: 5px;
        margin-top: 13px;
    }

    #usage-agreement-page .ua-doc-check {
        right: -15px;
        bottom: -15px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    #usage-agreement-page .ua-sidebar {
        grid-template-columns: 1fr;
    }

    #usage-agreement-page .ua-intro-card {
        grid-template-columns: 1fr;
        padding: 22px 18px;
        border-radius: 17px;
    }

    #usage-agreement-page .ua-card {
        grid-template-columns: 36px 50px minmax(0, 1fr);
        gap: 10px;
        padding: 20px 16px;
        border-radius: 16px;
    }

    #usage-agreement-page .ua-card-number {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    #usage-agreement-page .ua-card-icon {
        width: 48px;
        height: 48px;
        border-radius: 13px;
        font-size: 17px;
    }

    #usage-agreement-page .ua-card-content h2 {
        font-size: 17px;
    }

    #usage-agreement-page .ua-card-content p,
    #usage-agreement-page .ua-card-content li {
        font-size: 13px;
    }

    #usage-agreement-page .ua-contact {
        grid-template-columns: 1fr;
        padding: 23px 18px;
        border-radius: 17px;
        text-align: center;
    }

    #usage-agreement-page .ua-contact-icon {
        margin-inline: auto;
    }

    #usage-agreement-page .ua-contact-actions {
        flex-direction: column;
        justify-content: center;
    }

    #usage-agreement-page .ua-btn {
        width: 100%;
    }

    #usage-agreement-page .ua-note {
        align-items: flex-start;
        font-size: 12px;
        line-height: 1.8;
    }
}

/* الجوال الصغير */

@media (max-width: 420px) {
    #usage-agreement-page .ua-hero h1 {
        font-size: 34px;
    }

    #usage-agreement-page .ua-card {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    #usage-agreement-page .ua-card-icon {
        display: none;
    }

    #usage-agreement-page .ua-card-content {
        min-width: 0;
    }
}
/* =========================================================
   سياسة الاستبدال والاسترجاع - عالم واحد
   متوافق مع ملف one-world-return-refund-policy-revised.html
========================================================= */

#return-policy-page {
    --rp-dark: #21140b;
    --rp-dark-soft: #3a2415;
    --rp-brown: #5d290d;
    --rp-brown-light: #8b582c;
    --rp-gold: #c8954f;
    --rp-gold-light: #efd3a5;
    --rp-cream: #fffaf4;
    --rp-beige: #f7ede1;
    --rp-white: #ffffff;
    --rp-text: #44372e;
    --rp-muted: #76695f;
    --rp-border: #eadfd2;
    --rp-shadow: 0 18px 50px rgba(67, 43, 24, 0.08);

    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 18px 70px;
    direction: rtl;
    color: var(--rp-text);
    text-align: right;
    font-family: inherit;
    line-height: 1.9;
}

#return-policy-page,
#return-policy-page *,
#return-policy-page *::before,
#return-policy-page *::after {
    box-sizing: border-box;
}

#return-policy-page a {
    text-decoration: none !important;
}

/* =========================================================
   الواجهة الرئيسية
========================================================= */

#return-policy-page .rp-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 44px;
    min-height: 420px;
    align-items: center;
    overflow: hidden;
    padding: 62px 66px;
    border-radius: 30px;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 30%, rgba(218, 166, 96, 0.22), transparent 28%),
        radial-gradient(circle at 14% 80%, rgba(255, 255, 255, 0.06), transparent 31%),
        linear-gradient(135deg, #1b1109 0%, #392315 52%, #5a341b 100%);
    box-shadow: 0 28px 74px rgba(43, 26, 13, 0.23);
}

#return-policy-page .rp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.34;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 42px 42px;
}

#return-policy-page .rp-hero::after {
    content: "";
    position: absolute;
    top: -170px;
    left: -110px;
    z-index: -1;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(239, 211, 165, 0.24);
    border-radius: 50%;
    box-shadow:
        0 0 0 44px rgba(239, 211, 165, 0.04),
        0 0 0 88px rgba(239, 211, 165, 0.025);
}

#return-policy-page .rp-hero-content {
    position: relative;
    z-index: 2;
}

#return-policy-page .rp-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-bottom: 18px;
    padding: 7px 18px;
    border: 1px solid rgba(239, 211, 165, 0.5);
    border-radius: 999px;
    color: var(--rp-gold-light);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    font-size: 13px;
    font-weight: 800;
}

#return-policy-page .rp-hero h1 {
    margin: 0 0 12px;
    color: #ffffff !important;
    font-size: clamp(36px, 4.6vw, 58px);
    font-weight: 900;
    line-height: 1.3;
}

#return-policy-page .rp-welcome {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 13px;
    color: var(--rp-gold-light);
    font-size: 16px;
    font-weight: 800;
}

#return-policy-page .rp-welcome::before,
#return-policy-page .rp-welcome::after {
    content: "";
    width: 42px;
    height: 1px;
    background: rgba(239, 211, 165, 0.45);
}

#return-policy-page .rp-lead {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 2;
}

#return-policy-page .rp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

#return-policy-page .rp-meta span {
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 11px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
}

/* =========================================================
   رمز الصندوق والحماية
========================================================= */

#return-policy-page .rp-policy-symbol {
    position: relative;
    z-index: 2;
    width: 245px;
    height: 260px;
    margin-inline: auto;
}

#return-policy-page .rp-policy-symbol::before {
    content: "";
    position: absolute;
    inset: 10px 5px 0 45px;
    clip-path: polygon(50% 0%, 91% 18%, 84% 70%, 50% 100%, 16% 70%, 9% 18%);
    background: linear-gradient(145deg, #f0c57f 0%, #bd7e35 48%, #6f4018 100%);
    filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.24));
}

#return-policy-page .rp-policy-symbol::after {
    content: "✓";
    position: absolute;
    right: 52px;
    top: 78px;
    z-index: 4;
    display: grid;
    width: 74px;
    height: 74px;
    place-items: center;
    border: 6px solid #f8dfb7;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #5d290d, #9a6530);
    box-shadow: 0 14px 28px rgba(60, 33, 15, 0.28);
    font-size: 38px;
    font-weight: 900;
}

#return-policy-page .rp-package {
    position: absolute;
    left: 0;
    bottom: 22px;
    z-index: 5;
    width: 138px;
    height: 118px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.2), transparent 35%),
        linear-gradient(145deg, #c78640, #9a5d25);
    box-shadow: 0 20px 34px rgba(43, 24, 11, 0.28);
}

#return-policy-page .rp-package::before {
    content: "";
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    height: 36px;
    clip-path: polygon(0 72%, 50% 0, 100% 72%, 100% 100%, 0 100%);
    background: linear-gradient(145deg, #e5b16d, #b97533);
}

#return-policy-page .rp-package::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background: rgba(91, 48, 18, 0.28);
}

#return-policy-page .rp-return-arrow {
    position: absolute;
    left: -20px;
    top: -34px;
    color: var(--rp-gold-light);
    font-size: 74px;
    font-weight: 900;
    transform: rotate(-18deg);
    text-shadow: 0 8px 18px rgba(0,0,0,.24);
}

#return-policy-page .rp-package-check {
    position: absolute;
    right: 16px;
    bottom: 14px;
    z-index: 2;
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--rp-brown);
    font-size: 20px;
    font-weight: 900;
}

/* =========================================================
   الملخص السريع
========================================================= */

#return-policy-page .rp-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

#return-policy-page .rp-summary-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    padding: 20px 22px;
    border: 1px solid var(--rp-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(68, 44, 24, 0.055);
}

#return-policy-page .rp-summary-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    color: var(--rp-brown);
    background: linear-gradient(135deg, #f9e7cf, #f0cea0);
    font-size: 18px;
    font-weight: 900;
}

#return-policy-page .rp-summary-card strong {
    display: block;
    margin-bottom: 3px;
    color: var(--rp-dark);
    font-size: 15px;
    font-weight: 900;
}

#return-policy-page .rp-summary-card span {
    display: block;
    color: var(--rp-muted);
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================================
   التخطيط
========================================================= */

#return-policy-page .rp-layout {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-top: 30px;
}

#return-policy-page .rp-sidebar {
    display: grid;
    gap: 18px;
}

#return-policy-page .rp-content {
    display: grid;
    gap: 16px;
}

/* =========================================================
   القائمة الجانبية
========================================================= */

#return-policy-page .rp-nav {
    position: sticky;
    top: 24px;
    overflow: hidden;
    padding: 0 0 18px;
    border: 1px solid var(--rp-border);
    border-radius: 22px;
    background: rgba(255,255,255,.97);
    box-shadow: var(--rp-shadow);
}

#return-policy-page .rp-nav-title {
    margin: 0;
    padding: 20px 22px;
    color: var(--rp-dark) !important;
    background: linear-gradient(135deg, #fbf2e7, #fffaf5);
    font-size: 18px;
    font-weight: 900;
}

#return-policy-page .rp-nav nav {
    position: relative;
    padding: 12px 14px 0;
}

#return-policy-page .rp-nav nav::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 30px;
    bottom: 24px;
    width: 1px;
    background: #e5d4c1;
}

#return-policy-page .rp-nav a {
    position: relative;
    z-index: 2;
    display: block;
    margin: 4px 0;
    padding: 9px 29px 9px 10px;
    border-radius: 10px;
    color: #51463d !important;
    font-size: 13px;
    transition:
        color .2s ease,
        background .2s ease,
        transform .2s ease;
}

#return-policy-page .rp-nav a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 9px;
    height: 9px;
    border: 2px solid #d5b48d;
    border-radius: 50%;
    background: #ffffff;
    transform: translateY(-50%);
}

#return-policy-page .rp-nav a:hover {
    color: var(--rp-brown) !important;
    background: #fbf1e6;
    transform: translateX(-3px);
}

#return-policy-page .rp-nav a:hover::before {
    border-color: var(--rp-gold);
    background: var(--rp-gold);
}

#return-policy-page .rp-update-card,
#return-policy-page .rp-important-card {
    padding: 21px 22px;
    border: 1px solid var(--rp-border);
    border-radius: 20px;
    background: linear-gradient(135deg, #fffaf5, #f8eee2);
    box-shadow: 0 12px 36px rgba(73, 47, 25, 0.06);
}

#return-policy-page .rp-update-card span,
#return-policy-page .rp-important-card p {
    display: block;
    margin: 0;
    color: var(--rp-muted);
    font-size: 13px;
    line-height: 1.8;
}

#return-policy-page .rp-update-card strong,
#return-policy-page .rp-important-card strong {
    color: var(--rp-brown);
    font-size: 16px;
    font-weight: 900;
}

#return-policy-page .rp-important-card {
    border-color: #e4c89f;
    background: linear-gradient(135deg, #fff8ef, #f5e4ce);
}

/* =========================================================
   المقدمة
========================================================= */

#return-policy-page .rp-intro-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 28px 30px;
    border: 1px solid var(--rp-border);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(253,247,240,.96));
    box-shadow: var(--rp-shadow);
}

#return-policy-page .rp-intro-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 17px;
    color: var(--rp-brown);
    background: linear-gradient(135deg, #faead6, #f4d6ad);
    font-size: 17px;
    font-weight: 900;
}

#return-policy-page .rp-intro-card h2 {
    margin: 0 0 10px;
    color: var(--rp-dark) !important;
    font-size: 22px;
    font-weight: 900;
}

#return-policy-page .rp-intro-card p {
    margin: 7px 0;
    color: var(--rp-text);
    font-size: 15px;
    line-height: 2;
}

/* =========================================================
   عنوان القسم
========================================================= */

#return-policy-page .rp-section-heading {
    padding: 4px 0;
    text-align: center;
}

#return-policy-page .rp-section-heading span {
    display: block;
    margin-bottom: 4px;
    color: var(--rp-gold);
    font-size: 13px;
    font-weight: 800;
}

#return-policy-page .rp-section-heading h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 24px 13px;
    color: var(--rp-brown) !important;
    font-size: 25px;
    font-weight: 900;
}

#return-policy-page .rp-section-heading h2::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 68px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--rp-gold), var(--rp-gold-light));
    transform: translateX(50%);
}

/* =========================================================
   بطاقات الأحكام
========================================================= */

#return-policy-page .rp-card {
    position: relative;
    display: grid;
    grid-template-columns: 42px 62px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 25px 26px;
    border: 1px solid var(--rp-border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(65, 42, 24, 0.055);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

#return-policy-page .rp-card:hover {
    transform: translateY(-3px);
    border-color: #dcc3a5;
    box-shadow: 0 20px 45px rgba(65, 42, 24, 0.09);
}

#return-policy-page .rp-highlight {
    border-right: 4px solid var(--rp-gold);
    background: linear-gradient(90deg, #ffffff, #fff8ef);
}

#return-policy-page .rp-defect-card {
    border-color: #e6c79b;
    background: linear-gradient(135deg, #fffdf9, #fff6ea);
}

#return-policy-page .rp-card-number {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    margin-top: 6px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #5d290d, #8f5b2f);
    box-shadow: 0 9px 18px rgba(93, 41, 13, 0.22);
    font-size: 13px;
    font-weight: 900;
}

#return-policy-page .rp-card-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 16px;
    color: var(--rp-brown);
    background: linear-gradient(135deg, #fbecda, #f3d5ac);
    font-size: 20px;
    font-weight: 900;
}

#return-policy-page .rp-card-content h2 {
    margin: 0 0 9px;
    color: var(--rp-dark) !important;
    font-size: 19px;
    font-weight: 900;
}

#return-policy-page .rp-card-content p {
    margin: 6px 0;
    color: var(--rp-text);
    font-size: 14px;
    line-height: 2;
}

#return-policy-page .rp-card-content ul {
    margin: 10px 0 0;
    padding-right: 21px;
    color: var(--rp-text);
}

#return-policy-page .rp-card-content li {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.9;
}

#return-policy-page .rp-card-content li::marker {
    color: var(--rp-gold);
}

#return-policy-page .rp-alert {
    margin-top: 14px;
    padding: 13px 15px;
    border-right: 4px solid var(--rp-gold);
    border-radius: 12px;
    color: var(--rp-brown);
    background: #fff6e9;
    font-size: 13px;
    font-weight: 700;
}

#return-policy-page .rp-alert-soft {
    background: #fffaf4;
}

#return-policy-page .rp-small-note {
    margin-top: 12px !important;
    color: var(--rp-muted) !important;
    font-size: 12px !important;
}

/* =========================================================
   خطوات الطلب
========================================================= */

#return-policy-page .rp-steps-card {
    padding: 30px;
    border: 1px solid var(--rp-border);
    border-radius: 22px;
    background: linear-gradient(135deg, #fffdf9, #f9efe4);
    box-shadow: var(--rp-shadow);
}

#return-policy-page .rp-steps-heading {
    margin-bottom: 24px;
    text-align: center;
}

#return-policy-page .rp-steps-heading span {
    display: block;
    margin-bottom: 4px;
    color: var(--rp-gold);
    font-size: 13px;
    font-weight: 800;
}

#return-policy-page .rp-steps-heading h2 {
    margin: 0;
    color: var(--rp-dark) !important;
    font-size: 24px;
    font-weight: 900;
}

#return-policy-page .rp-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

#return-policy-page .rp-step {
    position: relative;
    min-height: 190px;
    padding: 24px 16px 18px;
    border: 1px solid rgba(93, 41, 13, 0.08);
    border-radius: 16px;
    background: #ffffff;
    text-align: center;
}

#return-policy-page .rp-step-number {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    margin: 0 auto 14px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, var(--rp-brown), var(--rp-brown-light));
    font-size: 14px;
    font-weight: 900;
}

#return-policy-page .rp-step h3 {
    margin: 0 0 8px;
    color: var(--rp-dark) !important;
    font-size: 15px;
    font-weight: 900;
}

#return-policy-page .rp-step p {
    margin: 0;
    color: var(--rp-muted);
    font-size: 12px;
    line-height: 1.8;
}

/* =========================================================
   التواصل
========================================================= */

#return-policy-page .rp-contact {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 28px 30px;
    border: 1px solid #e3cfb7;
    border-radius: 22px;
    background:
        radial-gradient(circle at 12% 50%, rgba(201,151,85,.16), transparent 24%),
        linear-gradient(135deg, #fffaf4, #f7ebdc);
    box-shadow: var(--rp-shadow);
}

#return-policy-page .rp-contact-icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 50%;
    color: var(--rp-brown);
    background: linear-gradient(135deg, #f3d7ad, #fff4e4);
    box-shadow: 0 12px 24px rgba(120,73,34,.12);
    font-size: 27px;
}

#return-policy-page .rp-contact-content h2 {
    margin: 0 0 5px;
    color: var(--rp-dark) !important;
    font-size: 22px;
    font-weight: 900;
}

#return-policy-page .rp-contact-content p {
    margin: 0;
    color: var(--rp-muted);
    font-size: 14px;
}

#return-policy-page .rp-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-end;
}

#return-policy-page .rp-btn {
    display: inline-flex;
    min-width: 145px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 900;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

#return-policy-page .rp-btn:hover {
    transform: translateY(-2px);
}

#return-policy-page .rp-btn-call {
    border: 1px solid #c99b63;
    color: var(--rp-brown) !important;
    background: #ffffff;
}

#return-policy-page .rp-btn-call:hover {
    background: #fff5e8;
    box-shadow: 0 10px 22px rgba(91,53,22,.09);
}

#return-policy-page .rp-btn-whatsapp {
    color: #ffffff !important;
    background: linear-gradient(135deg, #4e2b13, #7c4a21);
    box-shadow: 0 12px 24px rgba(78,43,19,.18);
}

#return-policy-page .rp-btn-whatsapp:hover {
    background: linear-gradient(135deg, #3e210e, #653919);
}

/* =========================================================
   الإفصاح النظامي
========================================================= */

#return-policy-page .rp-legal-note {
    padding: 22px 24px;
    border: 1px solid var(--rp-border);
    border-radius: 16px;
    background: #fffaf5;
    text-align: center;
}

#return-policy-page .rp-legal-note h2 {
    margin: 0 0 8px;
    color: var(--rp-brown) !important;
    font-size: 18px;
    font-weight: 900;
}

#return-policy-page .rp-legal-note p {
    margin: 0;
    color: var(--rp-muted);
    font-size: 13px;
    line-height: 1.9;
}

#return-policy-page section[id] {
    scroll-margin-top: 110px;
}

/* =========================================================
   التابلت
========================================================= */

@media (max-width: 992px) {
    #return-policy-page .rp-hero {
        grid-template-columns: minmax(0, 1fr) 220px;
        gap: 26px;
        padding: 48px 38px;
    }

    #return-policy-page .rp-policy-symbol {
        width: 190px;
        height: 220px;
    }

    #return-policy-page .rp-summary {
        grid-template-columns: 1fr;
    }

    #return-policy-page .rp-layout {
        grid-template-columns: 1fr;
    }

    #return-policy-page .rp-sidebar {
        grid-template-columns: minmax(0, 1fr) 220px 1fr;
        align-items: stretch;
    }

    #return-policy-page .rp-nav {
        position: static;
    }

    #return-policy-page .rp-nav nav::before {
        display: none;
    }

    #return-policy-page .rp-nav a {
        display: inline-block;
        margin: 4px 2px;
        padding: 8px 12px;
        background: #fbf4ec;
    }

    #return-policy-page .rp-nav a::before {
        display: none;
    }

    #return-policy-page .rp-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #return-policy-page .rp-step:last-child {
        grid-column: 1 / -1;
    }

    #return-policy-page .rp-contact {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    #return-policy-page .rp-contact-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

/* =========================================================
   الجوال
========================================================= */

@media (max-width: 640px) {
    #return-policy-page {
        padding: 16px 10px 45px;
    }

    #return-policy-page .rp-hero {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: auto;
        padding: 38px 22px;
        border-radius: 22px;
        text-align: center;
    }

    #return-policy-page .rp-kicker {
        margin-inline: auto;
    }

    #return-policy-page .rp-welcome {
        justify-content: center;
    }

    #return-policy-page .rp-welcome::before,
    #return-policy-page .rp-welcome::after {
        width: 25px;
    }

    #return-policy-page .rp-lead {
        margin-inline: auto;
        font-size: 14px;
    }

    #return-policy-page .rp-meta {
        justify-content: center;
    }

    #return-policy-page .rp-policy-symbol {
        width: 150px;
        height: 175px;
    }

    #return-policy-page .rp-summary-card {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 16px;
    }

    #return-policy-page .rp-summary-icon {
        width: 46px;
        height: 46px;
        border-radius: 13px;
    }

    #return-policy-page .rp-sidebar {
        grid-template-columns: 1fr;
    }

    #return-policy-page .rp-intro-card {
        grid-template-columns: 1fr;
        padding: 22px 18px;
        border-radius: 17px;
    }

    #return-policy-page .rp-card {
        grid-template-columns: 36px 50px minmax(0, 1fr);
        gap: 10px;
        padding: 20px 16px;
        border-radius: 16px;
    }

    #return-policy-page .rp-card-number {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    #return-policy-page .rp-card-icon {
        width: 48px;
        height: 48px;
        border-radius: 13px;
        font-size: 17px;
    }

    #return-policy-page .rp-card-content h2 {
        font-size: 17px;
    }

    #return-policy-page .rp-card-content p,
    #return-policy-page .rp-card-content li {
        font-size: 13px;
    }

    #return-policy-page .rp-steps-card {
        padding: 22px 16px;
    }

    #return-policy-page .rp-steps-grid {
        grid-template-columns: 1fr;
    }

    #return-policy-page .rp-step:last-child {
        grid-column: auto;
    }

    #return-policy-page .rp-contact {
        grid-template-columns: 1fr;
        padding: 23px 18px;
        border-radius: 17px;
        text-align: center;
    }

    #return-policy-page .rp-contact-icon {
        margin-inline: auto;
    }

    #return-policy-page .rp-contact-actions {
        flex-direction: column;
        justify-content: center;
    }

    #return-policy-page .rp-btn {
        width: 100%;
    }
}

/* =========================================================
   الجوال الصغير
========================================================= */

@media (max-width: 420px) {
    #return-policy-page .rp-hero h1 {
        font-size: 32px;
    }

    #return-policy-page .rp-card {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    #return-policy-page .rp-card-icon {
        display: none;
    }

    #return-policy-page .rp-card-content {
        min-width: 0;
    }
}
/* =========================================================
   سياسة حقوق وواجبات المستهلك للشحن والتوصيل - عالم واحد
   متوافق مع ملف one-world-shipping-consumer-rights.html
========================================================= */

#shipping-rights-page {
    --sr-dark: #21140b;
    --sr-dark-soft: #3a2415;
    --sr-brown: #5d290d;
    --sr-brown-light: #8b582c;
    --sr-gold: #c8954f;
    --sr-gold-light: #efd3a5;
    --sr-cream: #fffaf4;
    --sr-beige: #f7ede1;
    --sr-white: #ffffff;
    --sr-text: #44372e;
    --sr-muted: #76695f;
    --sr-border: #eadfd2;
    --sr-shadow: 0 18px 50px rgba(67, 43, 24, 0.08);

    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 18px 70px;
    direction: rtl;
    color: var(--sr-text);
    text-align: right;
    font-family: inherit;
    line-height: 1.9;
}

#shipping-rights-page,
#shipping-rights-page *,
#shipping-rights-page *::before,
#shipping-rights-page *::after {
    box-sizing: border-box;
}

#shipping-rights-page a {
    text-decoration: none !important;
}

/* =========================================================
   الواجهة الرئيسية
========================================================= */

#shipping-rights-page .sr-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 46px;
    min-height: 430px;
    align-items: center;
    overflow: hidden;
    padding: 62px 66px;
    border-radius: 30px;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 30%, rgba(218, 166, 96, 0.22), transparent 28%),
        radial-gradient(circle at 14% 80%, rgba(255, 255, 255, 0.06), transparent 31%),
        linear-gradient(135deg, #1b1109 0%, #392315 52%, #5a341b 100%);
    box-shadow: 0 28px 74px rgba(43, 26, 13, 0.23);
}

#shipping-rights-page .sr-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.34;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 42px 42px;
}

#shipping-rights-page .sr-hero::after {
    content: "";
    position: absolute;
    top: -170px;
    left: -110px;
    z-index: -1;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(239, 211, 165, 0.24);
    border-radius: 50%;
    box-shadow:
        0 0 0 44px rgba(239, 211, 165, 0.04),
        0 0 0 88px rgba(239, 211, 165, 0.025);
}

#shipping-rights-page .sr-hero-content {
    position: relative;
    z-index: 2;
}

/* الهوية النصية داخل البانر */

#shipping-rights-page .sr-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

#shipping-rights-page .sr-brand-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--sr-gold), #8a5525);
    box-shadow: 0 10px 22px rgba(0,0,0,.22);
    font-size: 21px;
    font-weight: 900;
}

#shipping-rights-page .sr-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

#shipping-rights-page .sr-brand-text strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

#shipping-rights-page .sr-brand-text small {
    margin-top: 3px;
    color: var(--sr-gold-light);
    font-size: 10px;
    letter-spacing: 1px;
}

#shipping-rights-page .sr-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-bottom: 18px;
    padding: 7px 18px;
    border: 1px solid rgba(239, 211, 165, 0.5);
    border-radius: 999px;
    color: var(--sr-gold-light);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    font-size: 13px;
    font-weight: 800;
}

#shipping-rights-page .sr-hero h1 {
    margin: 0 0 12px;
    color: #ffffff !important;
    font-size: clamp(36px, 4.6vw, 58px);
    font-weight: 900;
    line-height: 1.3;
}

#shipping-rights-page .sr-hero h1 span {
    display: block;
    margin-top: 4px;
}

#shipping-rights-page .sr-welcome {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 13px;
    color: var(--sr-gold-light);
    font-size: 16px;
    font-weight: 800;
}

#shipping-rights-page .sr-welcome::before,
#shipping-rights-page .sr-welcome::after {
    content: "";
    width: 42px;
    height: 1px;
    background: rgba(239, 211, 165, 0.45);
}

#shipping-rights-page .sr-lead {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 2;
}

#shipping-rights-page .sr-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

#shipping-rights-page .sr-meta span {
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 11px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
}

/* =========================================================
   الشاحنة والدرع
========================================================= */

#shipping-rights-page .sr-delivery-symbol {
    position: relative;
    z-index: 2;
    width: 300px;
    height: 250px;
    margin-inline: auto;
}

#shipping-rights-page .sr-truck {
    position: absolute;
    left: 10px;
    bottom: 38px;
    width: 240px;
    height: 120px;
    filter: drop-shadow(0 24px 30px rgba(0,0,0,.24));
}

#shipping-rights-page .sr-truck-box {
    position: absolute;
    right: 0;
    bottom: 24px;
    width: 155px;
    height: 95px;
    padding: 24px 16px;
    border-radius: 8px 8px 4px 4px;
    color: #5d290d;
    background:
        linear-gradient(135deg, rgba(255,255,255,.2), transparent 35%),
        linear-gradient(145deg, #e1b06e, #af6d2f);
    text-align: center;
}

#shipping-rights-page .sr-truck-box span {
    display: block;
    font-size: 16px;
    font-weight: 900;
}

#shipping-rights-page .sr-truck-box small {
    display: block;
    margin-top: 2px;
    font-size: 9px;
    letter-spacing: .8px;
}

#shipping-rights-page .sr-truck-cabin {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 86px;
    height: 72px;
    border-radius: 12px 8px 6px 6px;
    background: linear-gradient(145deg, #f0cf9a, #b97937);
}

#shipping-rights-page .sr-truck-cabin::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    width: 38px;
    height: 24px;
    border-radius: 5px;
    background: linear-gradient(145deg, #5a4537, #1e1711);
}

#shipping-rights-page .sr-truck-cabin::after {
    content: "";
    position: absolute;
    left: -16px;
    bottom: 0;
    width: 30px;
    height: 42px;
    border-radius: 6px 0 0 6px;
    background: #9d5e28;
}

#shipping-rights-page .sr-wheel {
    position: absolute;
    bottom: 0;
    width: 34px;
    height: 34px;
    border: 7px solid #2d2017;
    border-radius: 50%;
    background: #8d5b2f;
}

#shipping-rights-page .sr-wheel-one {
    left: 34px;
}

#shipping-rights-page .sr-wheel-two {
    right: 44px;
}

#shipping-rights-page .sr-shield {
    position: absolute;
    right: 0;
    top: 10px;
    width: 112px;
    height: 132px;
    clip-path: polygon(50% 0%, 90% 18%, 84% 70%, 50% 100%, 16% 70%, 10% 18%);
    background: linear-gradient(145deg, #f0c57f 0%, #bd7e35 48%, #6f4018 100%);
    filter: drop-shadow(0 18px 24px rgba(0,0,0,.22));
}

#shipping-rights-page .sr-shield::before {
    content: "";
    position: absolute;
    inset: 9px;
    clip-path: inherit;
    background: linear-gradient(145deg, #8b5322, #d39c50 55%, #5f3515);
}

#shipping-rights-page .sr-shield span {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    color: #fff7ea;
    font-size: 42px;
    font-weight: 900;
}

#shipping-rights-page .sr-package {
    position: absolute;
    width: 56px;
    height: 48px;
    border-radius: 5px;
    background: linear-gradient(145deg, #dca15e, #9f5f27);
    box-shadow: 0 12px 20px rgba(0,0,0,.16);
}

#shipping-rights-page .sr-package::before {
    content: "";
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    height: 16px;
    clip-path: polygon(0 72%, 50% 0, 100% 72%, 100% 100%, 0 100%);
    background: linear-gradient(145deg, #edc181, #ba7938);
}

#shipping-rights-page .sr-package-one {
    right: 54px;
    bottom: 16px;
}

#shipping-rights-page .sr-package-two {
    right: 104px;
    bottom: 8px;
    transform: scale(.8);
}

/* =========================================================
   الملخص السريع
========================================================= */

#shipping-rights-page .sr-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

#shipping-rights-page .sr-summary-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    padding: 20px 22px;
    border: 1px solid var(--sr-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(68, 44, 24, 0.055);
}

#shipping-rights-page .sr-summary-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    color: var(--sr-brown);
    background: linear-gradient(135deg, #f9e7cf, #f0cea0);
    font-size: 18px;
    font-weight: 900;
}

#shipping-rights-page .sr-summary-card strong {
    display: block;
    margin-bottom: 3px;
    color: var(--sr-dark);
    font-size: 15px;
    font-weight: 900;
}

#shipping-rights-page .sr-summary-card span {
    display: block;
    color: var(--sr-muted);
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================================
   التخطيط
========================================================= */

#shipping-rights-page .sr-layout {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-top: 30px;
}

#shipping-rights-page .sr-sidebar {
    display: grid;
    gap: 18px;
}

#shipping-rights-page .sr-content {
    display: grid;
    gap: 16px;
}

/* =========================================================
   القائمة الجانبية
========================================================= */

#shipping-rights-page .sr-nav {
    position: sticky;
    top: 24px;
    overflow: hidden;
    padding: 0 0 18px;
    border: 1px solid var(--sr-border);
    border-radius: 22px;
    background: rgba(255,255,255,.97);
    box-shadow: var(--sr-shadow);
}

#shipping-rights-page .sr-nav-title {
    margin: 0;
    padding: 20px 22px;
    color: var(--sr-dark) !important;
    background: linear-gradient(135deg, #fbf2e7, #fffaf5);
    font-size: 18px;
    font-weight: 900;
}

#shipping-rights-page .sr-nav nav {
    position: relative;
    padding: 12px 14px 0;
}

#shipping-rights-page .sr-nav nav::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 30px;
    bottom: 24px;
    width: 1px;
    background: #e5d4c1;
}

#shipping-rights-page .sr-nav a {
    position: relative;
    z-index: 2;
    display: block;
    margin: 4px 0;
    padding: 9px 29px 9px 10px;
    border-radius: 10px;
    color: #51463d !important;
    font-size: 13px;
    transition:
        color .2s ease,
        background .2s ease,
        transform .2s ease;
}

#shipping-rights-page .sr-nav a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 9px;
    height: 9px;
    border: 2px solid #d5b48d;
    border-radius: 50%;
    background: #ffffff;
    transform: translateY(-50%);
}

#shipping-rights-page .sr-nav a:hover {
    color: var(--sr-brown) !important;
    background: #fbf1e6;
    transform: translateX(-3px);
}

#shipping-rights-page .sr-nav a:hover::before {
    border-color: var(--sr-gold);
    background: var(--sr-gold);
}

#shipping-rights-page .sr-update-card,
#shipping-rights-page .sr-important-card {
    padding: 21px 22px;
    border: 1px solid var(--sr-border);
    border-radius: 20px;
    background: linear-gradient(135deg, #fffaf5, #f8eee2);
    box-shadow: 0 12px 36px rgba(73, 47, 25, 0.06);
}

#shipping-rights-page .sr-update-card span,
#shipping-rights-page .sr-important-card p {
    display: block;
    margin: 0;
    color: var(--sr-muted);
    font-size: 13px;
    line-height: 1.8;
}

#shipping-rights-page .sr-update-card strong,
#shipping-rights-page .sr-important-card strong {
    color: var(--sr-brown);
    font-size: 16px;
    font-weight: 900;
}

#shipping-rights-page .sr-important-card {
    border-color: #e4c89f;
    background: linear-gradient(135deg, #fff8ef, #f5e4ce);
}

/* =========================================================
   المقدمة
========================================================= */

#shipping-rights-page .sr-intro-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 28px 30px;
    border: 1px solid var(--sr-border);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(253,247,240,.96));
    box-shadow: var(--sr-shadow);
}

#shipping-rights-page .sr-intro-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 17px;
    color: var(--sr-brown);
    background: linear-gradient(135deg, #faead6, #f4d6ad);
    font-size: 17px;
    font-weight: 900;
}

#shipping-rights-page .sr-intro-card h2 {
    margin: 0 0 10px;
    color: var(--sr-dark) !important;
    font-size: 22px;
    font-weight: 900;
}

#shipping-rights-page .sr-intro-card p {
    margin: 7px 0;
    color: var(--sr-text);
    font-size: 15px;
    line-height: 2;
}

/* =========================================================
   حقوق وواجبات
========================================================= */

#shipping-rights-page .sr-rights-duties-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

#shipping-rights-page .sr-large-card {
    padding: 28px 26px;
    border: 1px solid var(--sr-border);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: var(--sr-shadow);
}

#shipping-rights-page .sr-rights-card {
    border-top: 4px solid var(--sr-gold);
}

#shipping-rights-page .sr-duties-card {
    border-top: 4px solid var(--sr-brown);
}

#shipping-rights-page .sr-large-card-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

#shipping-rights-page .sr-large-card-icon {
    display: grid;
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    place-items: center;
    border-radius: 16px;
    color: var(--sr-brown);
    background: linear-gradient(135deg, #faead6, #f2cf9f);
    font-size: 21px;
    font-weight: 900;
}

#shipping-rights-page .sr-large-card-heading span {
    display: block;
    margin-bottom: 2px;
    color: var(--sr-gold);
    font-size: 12px;
    font-weight: 800;
}

#shipping-rights-page .sr-large-card-heading h2 {
    margin: 0;
    color: var(--sr-dark) !important;
    font-size: 21px;
    font-weight: 900;
}

#shipping-rights-page .sr-policy-list {
    margin: 0;
    padding-right: 22px;
    color: var(--sr-text);
}

#shipping-rights-page .sr-policy-list li {
    margin: 9px 0;
    font-size: 14px;
    line-height: 1.9;
}

#shipping-rights-page .sr-policy-list li::marker {
    color: var(--sr-gold);
}

/* =========================================================
   البطاقات العامة
========================================================= */

#shipping-rights-page .sr-card {
    position: relative;
    display: grid;
    grid-template-columns: 42px 62px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 25px 26px;
    border: 1px solid var(--sr-border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(65, 42, 24, 0.055);
    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}

#shipping-rights-page .sr-card:hover {
    transform: translateY(-3px);
    border-color: #dcc3a5;
    box-shadow: 0 20px 45px rgba(65, 42, 24, 0.09);
}

#shipping-rights-page .sr-highlight {
    border-right: 4px solid var(--sr-gold);
    background: linear-gradient(90deg, #ffffff, #fff8ef);
}

#shipping-rights-page .sr-delay-card {
    border-color: #e6c79b;
    background: linear-gradient(135deg, #fffdf9, #fff6ea);
}

#shipping-rights-page .sr-card-number {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    margin-top: 6px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #5d290d, #8f5b2f);
    box-shadow: 0 9px 18px rgba(93, 41, 13, 0.22);
    font-size: 13px;
    font-weight: 900;
}

#shipping-rights-page .sr-card-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 16px;
    color: var(--sr-brown);
    background: linear-gradient(135deg, #fbecda, #f3d5ac);
    font-size: 20px;
    font-weight: 900;
}

#shipping-rights-page .sr-card-content h2 {
    margin: 0 0 9px;
    color: var(--sr-dark) !important;
    font-size: 19px;
    font-weight: 900;
}

#shipping-rights-page .sr-card-content p {
    margin: 6px 0;
    color: var(--sr-text);
    font-size: 14px;
    line-height: 2;
}

#shipping-rights-page .sr-card-content ul {
    margin: 10px 0 0;
    padding-right: 21px;
    color: var(--sr-text);
}

#shipping-rights-page .sr-card-content li {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.9;
}

#shipping-rights-page .sr-card-content li::marker {
    color: var(--sr-gold);
}

#shipping-rights-page .sr-alert {
    margin-top: 14px;
    padding: 13px 15px;
    border-right: 4px solid var(--sr-gold);
    border-radius: 12px;
    color: var(--sr-brown);
    background: #fff6e9;
    font-size: 13px;
    font-weight: 700;
}

/* =========================================================
   خطوات الشحن
========================================================= */

#shipping-rights-page .sr-steps-card {
    padding: 30px;
    border: 1px solid var(--sr-border);
    border-radius: 22px;
    background: linear-gradient(135deg, #fffdf9, #f9efe4);
    box-shadow: var(--sr-shadow);
}

#shipping-rights-page .sr-steps-heading {
    margin-bottom: 24px;
    text-align: center;
}

#shipping-rights-page .sr-steps-heading span {
    display: block;
    margin-bottom: 4px;
    color: var(--sr-gold);
    font-size: 13px;
    font-weight: 800;
}

#shipping-rights-page .sr-steps-heading h2 {
    margin: 0;
    color: var(--sr-dark) !important;
    font-size: 24px;
    font-weight: 900;
}

#shipping-rights-page .sr-steps-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

#shipping-rights-page .sr-step {
    position: relative;
    min-height: 195px;
    padding: 22px 15px 18px;
    border: 1px solid rgba(93, 41, 13, 0.08);
    border-radius: 16px;
    background: #ffffff;
    text-align: center;
}

#shipping-rights-page .sr-step-number {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, var(--sr-brown), var(--sr-brown-light));
    font-size: 13px;
    font-weight: 900;
}

#shipping-rights-page .sr-step-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin: 0 auto 10px;
    border-radius: 14px;
    color: var(--sr-brown);
    background: linear-gradient(135deg, #f8e8d2, #f1d0a3);
    font-size: 18px;
    font-weight: 900;
}

#shipping-rights-page .sr-step h3 {
    margin: 0 0 8px;
    color: var(--sr-dark) !important;
    font-size: 15px;
    font-weight: 900;
}

#shipping-rights-page .sr-step p {
    margin: 0;
    color: var(--sr-muted);
    font-size: 12px;
    line-height: 1.8;
}

/* =========================================================
   التواصل
========================================================= */

#shipping-rights-page .sr-contact {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 28px 30px;
    border: 1px solid #e3cfb7;
    border-radius: 22px;
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 50%, rgba(201,151,85,.14), transparent 24%),
        linear-gradient(135deg, #2b1a0e, #5b351b);
    box-shadow: var(--sr-shadow);
}

#shipping-rights-page .sr-contact-icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 50%;
    color: var(--sr-brown);
    background: linear-gradient(135deg, #f3d7ad, #fff4e4);
    box-shadow: 0 12px 24px rgba(120,73,34,.12);
    font-size: 27px;
}

#shipping-rights-page .sr-contact-content h2 {
    margin: 0 0 5px;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 900;
}

#shipping-rights-page .sr-contact-content p {
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 14px;
}

#shipping-rights-page .sr-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-end;
}

#shipping-rights-page .sr-btn {
    display: inline-flex;
    min-width: 145px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 900;
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

#shipping-rights-page .sr-btn:hover {
    transform: translateY(-2px);
}

#shipping-rights-page .sr-btn-call {
    border: 1px solid #d9b783;
    color: var(--sr-brown) !important;
    background: #ffffff;
}

#shipping-rights-page .sr-btn-call:hover {
    background: #fff5e8;
    box-shadow: 0 10px 22px rgba(91,53,22,.09);
}

#shipping-rights-page .sr-btn-whatsapp {
    color: #ffffff !important;
    background: linear-gradient(135deg, #8b5a27, #c38c48);
    box-shadow: 0 12px 24px rgba(78,43,19,.18);
}

#shipping-rights-page .sr-btn-whatsapp:hover {
    background: linear-gradient(135deg, #76481f, #aa7438);
}

/* =========================================================
   الإفصاح النظامي
========================================================= */

#shipping-rights-page .sr-legal-note {
    padding: 22px 24px;
    border: 1px solid var(--sr-border);
    border-radius: 16px;
    background: #fffaf5;
    text-align: center;
}

#shipping-rights-page .sr-legal-note h2 {
    margin: 0 0 8px;
    color: var(--sr-brown) !important;
    font-size: 18px;
    font-weight: 900;
}

#shipping-rights-page .sr-legal-note p {
    margin: 0;
    color: var(--sr-muted);
    font-size: 13px;
    line-height: 1.9;
}

#shipping-rights-page section[id],
#shipping-rights-page article[id] {
    scroll-margin-top: 110px;
}

/* =========================================================
   التابلت
========================================================= */

@media (max-width: 992px) {
    #shipping-rights-page .sr-hero {
        grid-template-columns: minmax(0, 1fr) 230px;
        gap: 26px;
        padding: 48px 38px;
    }

    #shipping-rights-page .sr-delivery-symbol {
        width: 220px;
        height: 210px;
        transform: scale(.9);
    }

    #shipping-rights-page .sr-summary {
        grid-template-columns: 1fr;
    }

    #shipping-rights-page .sr-layout {
        grid-template-columns: 1fr;
    }

    #shipping-rights-page .sr-sidebar {
        grid-template-columns: minmax(0, 1fr) 220px 1fr;
        align-items: stretch;
    }

    #shipping-rights-page .sr-nav {
        position: static;
    }

    #shipping-rights-page .sr-nav nav::before {
        display: none;
    }

    #shipping-rights-page .sr-nav a {
        display: inline-block;
        margin: 4px 2px;
        padding: 8px 12px;
        background: #fbf4ec;
    }

    #shipping-rights-page .sr-nav a::before {
        display: none;
    }

    #shipping-rights-page .sr-rights-duties-grid {
        grid-template-columns: 1fr;
    }

    #shipping-rights-page .sr-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #shipping-rights-page .sr-step:last-child {
        grid-column: 1 / -1;
    }

    #shipping-rights-page .sr-contact {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    #shipping-rights-page .sr-contact-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

/* =========================================================
   الجوال
========================================================= */

@media (max-width: 640px) {
    #shipping-rights-page {
        padding: 16px 10px 45px;
    }

    #shipping-rights-page .sr-hero {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: auto;
        padding: 38px 22px;
        border-radius: 22px;
        text-align: center;
    }

    #shipping-rights-page .sr-brand-lockup,
    #shipping-rights-page .sr-kicker {
        margin-inline: auto;
    }

    #shipping-rights-page .sr-welcome {
        justify-content: center;
    }

    #shipping-rights-page .sr-welcome::before,
    #shipping-rights-page .sr-welcome::after {
        width: 25px;
    }

    #shipping-rights-page .sr-lead {
        margin-inline: auto;
        font-size: 14px;
    }

    #shipping-rights-page .sr-meta {
        justify-content: center;
    }

    #shipping-rights-page .sr-delivery-symbol {
        width: 210px;
        height: 175px;
        transform: scale(.78);
        transform-origin: center;
    }

    #shipping-rights-page .sr-summary-card {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 16px;
    }

    #shipping-rights-page .sr-summary-icon {
        width: 46px;
        height: 46px;
        border-radius: 13px;
    }

    #shipping-rights-page .sr-sidebar {
        grid-template-columns: 1fr;
    }

    #shipping-rights-page .sr-intro-card {
        grid-template-columns: 1fr;
        padding: 22px 18px;
        border-radius: 17px;
    }

    #shipping-rights-page .sr-large-card {
        padding: 22px 18px;
        border-radius: 17px;
    }

    #shipping-rights-page .sr-card {
        grid-template-columns: 36px 50px minmax(0, 1fr);
        gap: 10px;
        padding: 20px 16px;
        border-radius: 16px;
    }

    #shipping-rights-page .sr-card-number {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    #shipping-rights-page .sr-card-icon {
        width: 48px;
        height: 48px;
        border-radius: 13px;
        font-size: 17px;
    }

    #shipping-rights-page .sr-card-content h2 {
        font-size: 17px;
    }

    #shipping-rights-page .sr-card-content p,
    #shipping-rights-page .sr-card-content li {
        font-size: 13px;
    }

    #shipping-rights-page .sr-steps-card {
        padding: 22px 16px;
    }

    #shipping-rights-page .sr-steps-grid {
        grid-template-columns: 1fr;
    }

    #shipping-rights-page .sr-step:last-child {
        grid-column: auto;
    }

    #shipping-rights-page .sr-contact {
        grid-template-columns: 1fr;
        padding: 23px 18px;
        border-radius: 17px;
        text-align: center;
    }

    #shipping-rights-page .sr-contact-icon {
        margin-inline: auto;
    }

    #shipping-rights-page .sr-contact-actions {
        flex-direction: column;
        justify-content: center;
    }

    #shipping-rights-page .sr-btn {
        width: 100%;
    }
}

/* =========================================================
   الجوال الصغير
========================================================= */

@media (max-width: 420px) {
    #shipping-rights-page .sr-hero h1 {
        font-size: 31px;
    }

    #shipping-rights-page .sr-card {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    #shipping-rights-page .sr-card-icon {
        display: none;
    }

    #shipping-rights-page .sr-card-content {
        min-width: 0;
    }
}
/* =========================================================
   سياسة الخصوصية - عالم واحد
   متوافق مع ملف one-world-privacy-policy.html
========================================================= */

#privacy-policy-page {
    --pp-dark: #21140b;
    --pp-dark-soft: #3a2415;
    --pp-brown: #5d290d;
    --pp-brown-light: #8b582c;
    --pp-gold: #c8954f;
    --pp-gold-light: #efd3a5;
    --pp-cream: #fffaf4;
    --pp-beige: #f7ede1;
    --pp-white: #ffffff;
    --pp-text: #44372e;
    --pp-muted: #76695f;
    --pp-border: #eadfd2;
    --pp-shadow: 0 18px 50px rgba(67, 43, 24, 0.08);

    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 18px 70px;
    direction: rtl;
    color: var(--pp-text);
    text-align: right;
    font-family: inherit;
    line-height: 1.9;
}

#privacy-policy-page,
#privacy-policy-page *,
#privacy-policy-page *::before,
#privacy-policy-page *::after {
    box-sizing: border-box;
}

#privacy-policy-page a {
    text-decoration: none !important;
}

/* =========================================================
   الواجهة الرئيسية
========================================================= */

#privacy-policy-page .pp-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 44px;
    min-height: 420px;
    align-items: center;
    overflow: hidden;
    padding: 62px 66px;
    border-radius: 30px;
    color: #ffffff;
    background:
        radial-gradient(circle at 82% 30%, rgba(218, 166, 96, 0.22), transparent 28%),
        radial-gradient(circle at 14% 80%, rgba(255, 255, 255, 0.06), transparent 31%),
        linear-gradient(135deg, #1b1109 0%, #392315 52%, #5a341b 100%);
    box-shadow: 0 28px 74px rgba(43, 26, 13, 0.23);
}

#privacy-policy-page .pp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.34;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 42px 42px;
}

#privacy-policy-page .pp-hero::after {
    content: "";
    position: absolute;
    top: -170px;
    left: -110px;
    z-index: -1;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(239, 211, 165, 0.24);
    border-radius: 50%;
    box-shadow:
        0 0 0 44px rgba(239, 211, 165, 0.04),
        0 0 0 88px rgba(239, 211, 165, 0.025);
}

#privacy-policy-page .pp-hero-content {
    position: relative;
    z-index: 2;
}

/* الهوية */

#privacy-policy-page .pp-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

#privacy-policy-page .pp-brand-icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 13px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pp-gold), #8a5525);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    font-size: 21px;
    font-weight: 900;
}

#privacy-policy-page .pp-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

#privacy-policy-page .pp-brand-text strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

#privacy-policy-page .pp-brand-text small {
    margin-top: 3px;
    color: var(--pp-gold-light);
    font-size: 10px;
    letter-spacing: 1px;
}

#privacy-policy-page .pp-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-bottom: 18px;
    padding: 7px 18px;
    border: 1px solid rgba(239, 211, 165, 0.5);
    border-radius: 999px;
    color: var(--pp-gold-light);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    font-size: 13px;
    font-weight: 800;
}

#privacy-policy-page .pp-hero h1 {
    margin: 0 0 12px;
    color: #ffffff !important;
    font-size: clamp(38px, 5vw, 60px);
    font-weight: 900;
    line-height: 1.25;
}

#privacy-policy-page .pp-welcome {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 13px;
    color: var(--pp-gold-light);
    font-size: 16px;
    font-weight: 800;
}

#privacy-policy-page .pp-welcome::before,
#privacy-policy-page .pp-welcome::after {
    content: "";
    width: 42px;
    height: 1px;
    background: rgba(239, 211, 165, 0.45);
}

#privacy-policy-page .pp-lead {
    max-width: 720px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 2;
}

#privacy-policy-page .pp-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

#privacy-policy-page .pp-meta span {
    display: inline-flex;
    align-items: center;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 11px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
}

/* =========================================================
   رمز الدرع والقفل
========================================================= */

#privacy-policy-page .pp-privacy-symbol {
    position: relative;
    z-index: 2;
    width: 250px;
    height: 260px;
    margin-inline: auto;
}

#privacy-policy-page .pp-shield {
    position: absolute;
    inset: 0;
    clip-path: polygon(50% 0%, 90% 18%, 84% 70%, 50% 100%, 16% 70%, 10% 18%);
    background: linear-gradient(145deg, #f0c57f 0%, #bd7e35 48%, #6f4018 100%);
    filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.24));
}

#privacy-policy-page .pp-shield::before {
    content: "";
    position: absolute;
    inset: 12px;
    clip-path: inherit;
    background: linear-gradient(145deg, #8b5322, #d39c50 55%, #5f3515);
}

#privacy-policy-page .pp-lock {
    position: absolute;
    inset: 58px 68px 72px;
    z-index: 3;
}

#privacy-policy-page .pp-lock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 72px;
    height: 72px;
    border: 12px solid #fff4df;
    border-bottom: 0;
    border-radius: 40px 40px 0 0;
    transform: translateX(-50%);
}

#privacy-policy-page .pp-lock-body {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 88px;
    border-radius: 18px;
    background: #fff7ea;
    box-shadow: 0 15px 30px rgba(47, 25, 11, 0.25);
    transform: translateX(-50%);
}

#privacy-policy-page .pp-lock-body::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--pp-brown);
    transform: translateX(-50%);
}

#privacy-policy-page .pp-lock-body::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    width: 8px;
    height: 24px;
    border-radius: 999px;
    background: var(--pp-brown);
    transform: translateX(-50%);
}

#privacy-policy-page .pp-data-dot {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 4px solid #f5d8aa;
    border-radius: 50%;
    background: var(--pp-brown);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

#privacy-policy-page .pp-data-dot-one {
    top: 26px;
    right: 12px;
}

#privacy-policy-page .pp-data-dot-two {
    bottom: 36px;
    left: 6px;
}

#privacy-policy-page .pp-data-dot-three {
    top: 96px;
    left: 0;
}

/* =========================================================
   الملخص السريع
========================================================= */

#privacy-policy-page .pp-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

#privacy-policy-page .pp-summary-card {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    padding: 20px 22px;
    border: 1px solid var(--pp-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(68, 44, 24, 0.055);
}

#privacy-policy-page .pp-summary-icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 16px;
    color: var(--pp-brown);
    background: linear-gradient(135deg, #f9e7cf, #f0cea0);
    font-size: 18px;
    font-weight: 900;
}

#privacy-policy-page .pp-summary-card strong {
    display: block;
    margin-bottom: 3px;
    color: var(--pp-dark);
    font-size: 15px;
    font-weight: 900;
}

#privacy-policy-page .pp-summary-card span {
    display: block;
    color: var(--pp-muted);
    font-size: 12px;
    line-height: 1.7;
}

/* =========================================================
   التخطيط
========================================================= */

#privacy-policy-page .pp-layout {
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
    margin-top: 30px;
}

#privacy-policy-page .pp-sidebar {
    display: grid;
    gap: 18px;
}

#privacy-policy-page .pp-content {
    display: grid;
    gap: 16px;
}

/* =========================================================
   القائمة الجانبية
========================================================= */

#privacy-policy-page .pp-nav {
    position: sticky;
    top: 24px;
    overflow: hidden;
    padding: 0 0 18px;
    border: 1px solid var(--pp-border);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--pp-shadow);
}

#privacy-policy-page .pp-nav-title {
    margin: 0;
    padding: 20px 22px;
    color: var(--pp-dark) !important;
    background: linear-gradient(135deg, #fbf2e7, #fffaf5);
    font-size: 18px;
    font-weight: 900;
}

#privacy-policy-page .pp-nav nav {
    position: relative;
    padding: 12px 14px 0;
}

#privacy-policy-page .pp-nav nav::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 30px;
    bottom: 24px;
    width: 1px;
    background: #e5d4c1;
}

#privacy-policy-page .pp-nav a {
    position: relative;
    z-index: 2;
    display: block;
    margin: 4px 0;
    padding: 9px 29px 9px 10px;
    border-radius: 10px;
    color: #51463d !important;
    font-size: 13px;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        transform 0.2s ease;
}

#privacy-policy-page .pp-nav a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 9px;
    height: 9px;
    border: 2px solid #d5b48d;
    border-radius: 50%;
    background: #ffffff;
    transform: translateY(-50%);
}

#privacy-policy-page .pp-nav a:hover {
    color: var(--pp-brown) !important;
    background: #fbf1e6;
    transform: translateX(-3px);
}

#privacy-policy-page .pp-nav a:hover::before {
    border-color: var(--pp-gold);
    background: var(--pp-gold);
}

#privacy-policy-page .pp-update-card,
#privacy-policy-page .pp-important-card {
    padding: 21px 22px;
    border: 1px solid var(--pp-border);
    border-radius: 20px;
    background: linear-gradient(135deg, #fffaf5, #f8eee2);
    box-shadow: 0 12px 36px rgba(73, 47, 25, 0.06);
}

#privacy-policy-page .pp-update-card span,
#privacy-policy-page .pp-important-card p {
    display: block;
    margin: 0;
    color: var(--pp-muted);
    font-size: 13px;
    line-height: 1.8;
}

#privacy-policy-page .pp-update-card strong,
#privacy-policy-page .pp-important-card strong {
    color: var(--pp-brown);
    font-size: 16px;
    font-weight: 900;
}

#privacy-policy-page .pp-important-card {
    border-color: #e4c89f;
    background: linear-gradient(135deg, #fff8ef, #f5e4ce);
}

/* =========================================================
   المقدمة
========================================================= */

#privacy-policy-page .pp-intro-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 28px 30px;
    border: 1px solid var(--pp-border);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(253, 247, 240, 0.96));
    box-shadow: var(--pp-shadow);
}

#privacy-policy-page .pp-intro-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    border-radius: 17px;
    color: var(--pp-brown);
    background: linear-gradient(135deg, #faead6, #f4d6ad);
    font-size: 17px;
    font-weight: 900;
}

#privacy-policy-page .pp-intro-card h2 {
    margin: 0 0 10px;
    color: var(--pp-dark) !important;
    font-size: 22px;
    font-weight: 900;
}

#privacy-policy-page .pp-intro-card p {
    margin: 7px 0;
    color: var(--pp-text);
    font-size: 15px;
    line-height: 2;
}

/* =========================================================
   عنوان القسم
========================================================= */

#privacy-policy-page .pp-section-heading {
    padding: 4px 0;
    text-align: center;
}

#privacy-policy-page .pp-section-heading span {
    display: block;
    margin-bottom: 4px;
    color: var(--pp-gold);
    font-size: 13px;
    font-weight: 800;
}

#privacy-policy-page .pp-section-heading h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 24px 13px;
    color: var(--pp-brown) !important;
    font-size: 25px;
    font-weight: 900;
}

#privacy-policy-page .pp-section-heading h2::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 68px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--pp-gold), var(--pp-gold-light));
    transform: translateX(50%);
}

/* =========================================================
   البطاقات العامة
========================================================= */

#privacy-policy-page .pp-card {
    position: relative;
    display: grid;
    grid-template-columns: 42px 62px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 25px 26px;
    border: 1px solid var(--pp-border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 36px rgba(65, 42, 24, 0.055);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

#privacy-policy-page .pp-card:hover {
    transform: translateY(-3px);
    border-color: #dcc3a5;
    box-shadow: 0 20px 45px rgba(65, 42, 24, 0.09);
}

#privacy-policy-page .pp-highlight {
    border-right: 4px solid var(--pp-gold);
    background: linear-gradient(90deg, #ffffff, #fff8ef);
}

#privacy-policy-page .pp-security-card {
    border-color: #e6c79b;
    background: linear-gradient(135deg, #fffdf9, #fff6ea);
}

#privacy-policy-page .pp-card-number {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    margin-top: 6px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, #5d290d, #8f5b2f);
    box-shadow: 0 9px 18px rgba(93, 41, 13, 0.22);
    font-size: 13px;
    font-weight: 900;
}

#privacy-policy-page .pp-card-icon {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 16px;
    color: var(--pp-brown);
    background: linear-gradient(135deg, #fbecda, #f3d5ac);
    font-size: 20px;
    font-weight: 900;
}

#privacy-policy-page .pp-card-content h2 {
    margin: 0 0 9px;
    color: var(--pp-dark) !important;
    font-size: 19px;
    font-weight: 900;
}

#privacy-policy-page .pp-card-content p {
    margin: 6px 0;
    color: var(--pp-text);
    font-size: 14px;
    line-height: 2;
}

#privacy-policy-page .pp-card-content ul {
    margin: 10px 0 0;
    padding-right: 21px;
    color: var(--pp-text);
}

#privacy-policy-page .pp-card-content li {
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.9;
}

#privacy-policy-page .pp-card-content li::marker {
    color: var(--pp-gold);
}

#privacy-policy-page .pp-alert {
    margin-top: 14px;
    padding: 13px 15px;
    border-right: 4px solid var(--pp-gold);
    border-radius: 12px;
    color: var(--pp-brown);
    background: #fff6e9;
    font-size: 13px;
    font-weight: 700;
}

#privacy-policy-page .pp-alert-soft {
    background: #fffaf4;
}

/* =========================================================
   حقوق صاحب البيانات
========================================================= */

#privacy-policy-page .pp-rights-card {
    padding: 30px;
    border: 1px solid var(--pp-border);
    border-radius: 22px;
    background: linear-gradient(135deg, #fffdf9, #f9efe4);
    box-shadow: var(--pp-shadow);
}

#privacy-policy-page .pp-rights-heading {
    margin-bottom: 24px;
    text-align: center;
}

#privacy-policy-page .pp-rights-heading span {
    display: block;
    margin-bottom: 4px;
    color: var(--pp-gold);
    font-size: 13px;
    font-weight: 800;
}

#privacy-policy-page .pp-rights-heading h2 {
    margin: 0;
    color: var(--pp-dark) !important;
    font-size: 24px;
    font-weight: 900;
}

#privacy-policy-page .pp-rights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

#privacy-policy-page .pp-right-item {
    min-height: 170px;
    padding: 22px 16px 18px;
    border: 1px solid rgba(93, 41, 13, 0.08);
    border-radius: 16px;
    background: #ffffff;
    text-align: center;
}

#privacy-policy-page .pp-right-number {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    margin: 0 auto 14px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pp-brown), var(--pp-brown-light));
    font-size: 14px;
    font-weight: 900;
}

#privacy-policy-page .pp-right-item h3 {
    margin: 0 0 8px;
    color: var(--pp-dark) !important;
    font-size: 15px;
    font-weight: 900;
}

#privacy-policy-page .pp-right-item p {
    margin: 0;
    color: var(--pp-muted);
    font-size: 12px;
    line-height: 1.8;
}

#privacy-policy-page .pp-small-note {
    margin: 18px 0 0;
    color: var(--pp-muted);
    text-align: center;
    font-size: 12px;
    line-height: 1.8;
}

/* =========================================================
   التواصل
========================================================= */

#privacy-policy-page .pp-contact {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 28px 30px;
    border: 1px solid #e3cfb7;
    border-radius: 22px;
    color: #ffffff;
    background:
        radial-gradient(circle at 12% 50%, rgba(201, 151, 85, 0.14), transparent 24%),
        linear-gradient(135deg, #2b1a0e, #5b351b);
    box-shadow: var(--pp-shadow);
}

#privacy-policy-page .pp-contact-icon {
    display: grid;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 50%;
    color: var(--pp-brown);
    background: linear-gradient(135deg, #f3d7ad, #fff4e4);
    box-shadow: 0 12px 24px rgba(120, 73, 34, 0.12);
    font-size: 27px;
}

#privacy-policy-page .pp-contact-content h2 {
    margin: 0 0 5px;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 900;
}

#privacy-policy-page .pp-contact-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

#privacy-policy-page .pp-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-end;
}

#privacy-policy-page .pp-btn {
    display: inline-flex;
    min-width: 145px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 900;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

#privacy-policy-page .pp-btn:hover {
    transform: translateY(-2px);
}

#privacy-policy-page .pp-btn-call {
    border: 1px solid #d9b783;
    color: var(--pp-brown) !important;
    background: #ffffff;
}

#privacy-policy-page .pp-btn-call:hover {
    background: #fff5e8;
    box-shadow: 0 10px 22px rgba(91, 53, 22, 0.09);
}

#privacy-policy-page .pp-btn-whatsapp {
    color: #ffffff !important;
    background: linear-gradient(135deg, #8b5a27, #c38c48);
    box-shadow: 0 12px 24px rgba(78, 43, 19, 0.18);
}

#privacy-policy-page .pp-btn-whatsapp:hover {
    background: linear-gradient(135deg, #76481f, #aa7438);
}

/* =========================================================
   الإفصاح النظامي
========================================================= */

#privacy-policy-page .pp-legal-note {
    padding: 22px 24px;
    border: 1px solid var(--pp-border);
    border-radius: 16px;
    background: #fffaf5;
    text-align: center;
}

#privacy-policy-page .pp-legal-note h2 {
    margin: 0 0 8px;
    color: var(--pp-brown) !important;
    font-size: 18px;
    font-weight: 900;
}

#privacy-policy-page .pp-legal-note p {
    margin: 0;
    color: var(--pp-muted);
    font-size: 13px;
    line-height: 1.9;
}

#privacy-policy-page section[id],
#privacy-policy-page article[id] {
    scroll-margin-top: 110px;
}

/* =========================================================
   التابلت
========================================================= */

@media (max-width: 992px) {
    #privacy-policy-page .pp-hero {
        grid-template-columns: minmax(0, 1fr) 220px;
        gap: 26px;
        padding: 48px 38px;
    }

    #privacy-policy-page .pp-privacy-symbol {
        width: 190px;
        height: 210px;
    }

    #privacy-policy-page .pp-summary {
        grid-template-columns: 1fr;
    }

    #privacy-policy-page .pp-layout {
        grid-template-columns: 1fr;
    }

    #privacy-policy-page .pp-sidebar {
        grid-template-columns: minmax(0, 1fr) 220px 1fr;
        align-items: stretch;
    }

    #privacy-policy-page .pp-nav {
        position: static;
    }

    #privacy-policy-page .pp-nav nav::before {
        display: none;
    }

    #privacy-policy-page .pp-nav a {
        display: inline-block;
        margin: 4px 2px;
        padding: 8px 12px;
        background: #fbf4ec;
    }

    #privacy-policy-page .pp-nav a::before {
        display: none;
    }

    #privacy-policy-page .pp-rights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #privacy-policy-page .pp-contact {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    #privacy-policy-page .pp-contact-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

/* =========================================================
   الجوال
========================================================= */

@media (max-width: 640px) {
    #privacy-policy-page {
        padding: 16px 10px 45px;
    }

    #privacy-policy-page .pp-hero {
        grid-template-columns: 1fr;
        gap: 28px;
        min-height: auto;
        padding: 38px 22px;
        border-radius: 22px;
        text-align: center;
    }

    #privacy-policy-page .pp-brand-lockup,
    #privacy-policy-page .pp-kicker {
        margin-inline: auto;
    }

    #privacy-policy-page .pp-welcome {
        justify-content: center;
    }

    #privacy-policy-page .pp-welcome::before,
    #privacy-policy-page .pp-welcome::after {
        width: 25px;
    }

    #privacy-policy-page .pp-lead {
        margin-inline: auto;
        font-size: 14px;
    }

    #privacy-policy-page .pp-meta {
        justify-content: center;
    }

    #privacy-policy-page .pp-privacy-symbol {
        width: 150px;
        height: 175px;
    }

    #privacy-policy-page .pp-summary-card {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 16px;
    }

    #privacy-policy-page .pp-summary-icon {
        width: 46px;
        height: 46px;
        border-radius: 13px;
    }

    #privacy-policy-page .pp-sidebar {
        grid-template-columns: 1fr;
    }

    #privacy-policy-page .pp-intro-card {
        grid-template-columns: 1fr;
        padding: 22px 18px;
        border-radius: 17px;
    }

    #privacy-policy-page .pp-card {
        grid-template-columns: 36px 50px minmax(0, 1fr);
        gap: 10px;
        padding: 20px 16px;
        border-radius: 16px;
    }

    #privacy-policy-page .pp-card-number {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    #privacy-policy-page .pp-card-icon {
        width: 48px;
        height: 48px;
        border-radius: 13px;
        font-size: 17px;
    }

    #privacy-policy-page .pp-card-content h2 {
        font-size: 17px;
    }

    #privacy-policy-page .pp-card-content p,
    #privacy-policy-page .pp-card-content li {
        font-size: 13px;
    }

    #privacy-policy-page .pp-rights-card {
        padding: 22px 16px;
    }

    #privacy-policy-page .pp-rights-grid {
        grid-template-columns: 1fr;
    }

    #privacy-policy-page .pp-contact {
        grid-template-columns: 1fr;
        padding: 23px 18px;
        border-radius: 17px;
        text-align: center;
    }

    #privacy-policy-page .pp-contact-icon {
        margin-inline: auto;
    }

    #privacy-policy-page .pp-contact-actions {
        flex-direction: column;
        justify-content: center;
    }

    #privacy-policy-page .pp-btn {
        width: 100%;
    }
}

/* =========================================================
   الجوال الصغير
========================================================= */

@media (max-width: 420px) {
    #privacy-policy-page .pp-hero h1 {
        font-size: 32px;
    }

    #privacy-policy-page .pp-card {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    #privacy-policy-page .pp-card-icon {
        display: none;
    }

    #privacy-policy-page .pp-card-content {
        min-width: 0;
    }
}