﻿        /* â•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گ
           VARIABLES & RESET
        â•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گâ•گ */
        :root {
            --primary: #9B1728;
            --primary-dark: #7a1220;
            --primary-light: #c41e3a;
            --primary-xlight: #fdf2f4;
            --primary-glow: rgba(155, 23, 40, .18);
            --accent: #e60023;
            --gold: #c9a84c;
            --green: #25d366;
            --green-dark: #1db954;
            --bg-page: #f7f7fa;
            --bg-white: #ffffff;
            --bg-dark: #0d0d14;
            --bg-dark-2: #1a1a2e;
            --text-dark: #1a1a2e;
            --text-body: #3d3d4e;
            --text-muted: #6b6b80;
            --text-light: #9898a8;
            --border-soft: #eaeaef;
            --border-primary: rgba(155, 23, 40, .15);
            --shadow-sm: 0 2px 12px rgba(0, 0, 0, .06);
            --shadow-md: 0 8px 32px rgba(0, 0, 0, .09);
            --shadow-lg: 0 18px 55px rgba(0, 0, 0, .13);
            --shadow-primary: 0 8px 30px rgba(155, 23, 40, .25);
            --radius-sm: 8px;
            --radius-md: 14px;
            --radius-lg: 20px;
            --radius-xl: 28px;
            --transition: all .35s cubic-bezier(.4, 0, .2, 1);
            --ff-body: "Cairo", sans-serif;
            --ff-display: "Tajawal", sans-serif;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0
        }

        html {
            scroll-behavior: smooth;
            font-size: 16px
        }

        body {
            font-family: var(--ff-body);
            color: var(--text-body);
            background: var(--bg-page);
            line-height: 1.9;
            direction: rtl;
            overflow-x: hidden
        }

        img {
            max-width: 100%;
            display: block
        }

        a {
            text-decoration: none;
            color: inherit
        }

        ul {
            list-style: none
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px
        }

        /* â•گâ•گâ•گ HEADER â•گâ•گâ•گ */
        /* .site-header{position:fixed;top:0;right:0;left:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-soft);transition:var(--transition)}
        .site-header.scrolled{background:rgba(255,255,255,.98);box-shadow:var(--shadow-sm)}
        .header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:24px}
        .logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
        .logo-icon{width:42px;height:42px;background:var(--primary);border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#fff;box-shadow:0 4px 14px rgba(155,23,40,.35)}
        .logo-text{font-size:1.2rem;font-weight:900;color:var(--text-dark);line-height:1.1}
        .logo-text small{font-size:.7rem;font-weight:600;color:var(--primary);display:block}
        .nav-links{display:flex;align-items:center;gap:4px}
        .nav-links a{padding:8px 14px;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;color:var(--text-body);transition:var(--transition)}
        .nav-links a:hover,.nav-links a.active{color:var(--primary);background:var(--primary-xlight)}
        .header-cta{display:flex;align-items:center;gap:10px}
        .header-phone{display:flex;align-items:center;gap:7px;background:var(--primary);color:#fff;padding:9px 20px;border-radius:50px;font-size:.86rem;font-weight:700;box-shadow:var(--shadow-primary);transition:var(--transition)}
        .header-phone:hover{background:var(--primary-dark);transform:translateY(-2px)}
        .header-wa{width:40px;height:40px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 4px 14px rgba(37,211,102,.35);transition:var(--transition)}
        .header-wa:hover{background:var(--green-dark);transform:translateY(-2px) scale(1.08)}
        .hamburger{display:none;flex-direction:column;gap:5px;background:0 0;border:none;padding:6px;cursor:pointer}
        .hamburger span{display:block;width:24px;height:2.5px;background:var(--text-dark);border-radius:2px;transition:var(--transition)} */

        /* â•گâ•گâ•گ HERO â•گâ•گâ•گ */
        .privacy-hero {
            min-height: 55vh;
            display: flex;
            align-items: center;
            padding: 160px 0 90px;
            background: linear-gradient(135deg, var(--bg-dark) 0%, var(--bg-dark-2) 50%, var(--primary-dark) 100%);
            position: relative;
            overflow: hidden
        }

        .privacy-hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 25% 50%, rgba(155, 23, 40, .15), transparent 50%), radial-gradient(circle at 75% 25%, rgba(155, 23, 40, .1), transparent 40%), url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
        }

        .privacy-hero .glow {
            position: absolute;
            border-radius: 50%;
            pointer-events: none
        }

        .privacy-hero .glow-1 {
            top: -200px;
            right: -150px;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(155, 23, 40, .22), transparent 70%)
        }

        .privacy-hero .glow-2 {
            bottom: -200px;
            left: -100px;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(155, 23, 40, .12), transparent 70%)
        }

        .privacy-hero::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100px;
            z-index: 1
        }

        .hero-inner {
            position: relative;
            z-index: 2;
            max-width: 800px
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 255, 255, .08);
            border: 1px solid rgba(255, 255, 255, .15);
            backdrop-filter: blur(12px);
            color: #fff;
            padding: 7px 20px;
            border-radius: 50px;
            font-size: .82rem;
            font-weight: 700;
            margin-bottom: 24px
        }

        .hero-badge-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #4ade80;
            animation: pDot 1.8s ease-in-out infinite
        }

        @keyframes pDot {

            0%,
            100% {
                opacity: 1;
                transform: scale(1)
            }

            50% {
                opacity: .6;
                transform: scale(1.3)
            }
        }

        .hero-inner h1 {
            font-family: var(--ff-display);
            font-size: clamp(2rem, 5vw, 3.2rem);
            font-weight: 900;
            color: #fff;
            line-height: 1.3;
            margin-bottom: 20px
        }

        .hero-inner h1 .hl {
            color: #fbbf24
        }

        .hero-desc {
            font-size: 1.05rem;
            color: rgba(255, 255, 255, .7);
            line-height: 1.95;
            margin-bottom: 30px;
            max-width: 650px
        }

        .hero-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 16px
        }

        .hero-meta-item {
            display: flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, .06);
            border: 1px solid rgba(255, 255, 255, .12);
            padding: 8px 16px;
            border-radius: 50px;
            color: rgba(255, 255, 255, .8);
            font-size: .85rem;
            font-weight: 600
        }

        .hero-meta-item i {
            color: var(--accent)
        }

        /* â•گâ•گâ•گ BREADCRUMB â•گâ•گâ•گ */
        .breadcrumb-bar {
            background: var(--bg-white);
            border-bottom: 1px solid var(--border-soft);
            padding: 14px 0
        }

        .breadcrumb {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: .86rem
        }

        .breadcrumb a {
            color: var(--text-muted);
            transition: color .3s
        }

        .breadcrumb a:hover {
            color: var(--primary)
        }

        .breadcrumb .sep {
            color: var(--text-light)
        }

        .breadcrumb .current {
            color: var(--primary);
            font-weight: 700
        }

        /* â•گâ•گâ•گ MAIN CONTENT â•گâ•گâ•گ */
        .privacy-content {
            padding: 80px 0 100px
        }

        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 50px;
            align-items: start
        }

        /* Sidebar */
        .sidebar {
            position: sticky;
            top: 90px
        }

        .sidebar-card {
            background: var(--bg-white);
            border-radius: var(--radius-lg);
            border: 1px solid var(--border-soft);
            padding: 26px;
            margin-bottom: 22px;
            box-shadow: var(--shadow-sm)
        }

        .sidebar-card h3 {
            font-family: var(--ff-display);
            font-size: 1.05rem;
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 18px;
            padding-bottom: 12px;
            border-bottom: 2px solid var(--border-soft);
            display: flex;
            align-items: center;
            gap: 9px
        }

        .sidebar-card h3 i {
            color: var(--primary)
        }

        .toc-list {
            display: flex;
            flex-direction: column;
            gap: 3px
        }

        .toc-list a {
            display: flex;
            align-items: center;
            gap: 9px;
            padding: 9px 12px;
            border-radius: var(--radius-sm);
            font-size: .85rem;
            font-weight: 600;
            color: var(--text-body);
            transition: var(--transition)
        }

        .toc-list a:hover,
        .toc-list a.active {
            background: var(--primary-xlight);
            color: var(--primary)
        }

        .toc-num {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: var(--border-soft);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .7rem;
            font-weight: 800;
            color: var(--text-muted);
            flex-shrink: 0;
            transition: var(--transition)
        }

        .toc-list a:hover .toc-num,
        .toc-list a.active .toc-num {
            background: var(--primary);
            color: #fff
        }

        .sidebar-contact {
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            border-radius: var(--radius-lg);
            padding: 26px;
            text-align: center;
            color: #fff
        }

        .sidebar-contact i.main-i {
            font-size: 2.2rem;
            margin-bottom: 12px;
            opacity: .85
        }

        .sidebar-contact h4 {
            font-family: var(--ff-display);
            font-size: 1.05rem;
            font-weight: 800;
            margin-bottom: 8px
        }

        .sidebar-contact p {
            font-size: .85rem;
            opacity: .75;
            margin-bottom: 18px;
            line-height: 1.7
        }

        .sidebar-contact .sb-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 10px 20px;
            border-radius: 50px;
            font-weight: 700;
            font-size: .88rem;
            transition: var(--transition);
            margin-bottom: 8px
        }

        .sb-btn.call {
            background: #fff;
            color: var(--primary)
        }

        .sb-btn.call:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(0, 0, 0, .2)
        }

        .sb-btn.wa {
            background: var(--green);
            color: #fff
        }

        .sb-btn.wa:hover {
            background: var(--green-dark);
            transform: translateY(-2px)
        }

        /* Article Sections */
        .article-section {
            background: var(--bg-white);
            border-radius: var(--radius-lg);
            border: 1px solid var(--border-soft);
            padding: 38px 42px;
            margin-bottom: 24px;
            box-shadow: var(--shadow-sm);
            transition: var(--transition);
            position: relative;
            overflow: hidden
        }

        .article-section::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(to bottom, var(--primary), var(--accent));
            border-radius: 0 4px 4px 0
        }

        .article-section:hover {
            box-shadow: var(--shadow-md);
            border-color: var(--border-primary)
        }

        .sec-icon-header {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 22px
        }

        .sec-icon-badge {
            width: 48px;
            height: 48px;
            border-radius: var(--radius-md);
            background: var(--primary-xlight);
            border: 1px solid var(--border-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            color: var(--primary);
            flex-shrink: 0
        }

        .sec-icon-header h2 {
            font-family: var(--ff-display);
            font-size: 1.3rem;
            font-weight: 800;
            color: var(--text-dark);
            line-height: 1.4
        }

        .sec-icon-header h2 span {
            color: var(--primary)
        }

        .article-section p {
            font-size: .97rem;
            color: var(--text-body);
            line-height: 2;
            margin-bottom: 16px
        }

        .article-section p:last-child {
            margin-bottom: 0
        }

        .article-section strong {
            color: var(--text-dark)
        }

        /* Lists */
        .styled-list {
            display: flex;
            flex-direction: column;
            gap: 9px;
            margin: 16px 0
        }

        .styled-list li {
            display: flex;
            align-items: flex-start;
            gap: 11px;
            font-size: .93rem;
            line-height: 1.9
        }

        .styled-list li::before {
            content: 'âœ“';
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background: var(--primary-xlight);
            color: var(--primary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .72rem;
            font-weight: 900;
            flex-shrink: 0;
            margin-top: 4px
        }

        .styled-list.dots li::before {
            content: '';
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--primary);
            margin-top: 10px
        }

        .styled-list.shield li::before {
            content: 'ًں”’';
            background: transparent;
            width: auto;
            height: auto;
            font-size: .85rem
        }

        /* Info Boxes */
        .info-box {
            border-radius: var(--radius-md);
            padding: 22px 26px;
            margin: 20px 0;
            position: relative
        }

        .info-box.warn {
            background: #fff8e1;
            border: 1px solid #ffe082
        }

        .info-box.safe {
            background: #e8f5e9;
            border: 1px solid #a5d6a7
        }

        .info-box.primary {
            background: var(--primary-xlight);
            border: 1px solid var(--border-primary)
        }

        .info-box-header {
            display: flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 10px;
            font-family: var(--ff-display);
            font-size: .95rem;
            font-weight: 800;
            color: var(--text-dark)
        }

        .info-box p {
            font-size: .93rem;
            line-height: 1.9;
            margin-bottom: 0 !important
        }

        /* Legal Notice */
        .legal-notice {
            background: linear-gradient(135deg, var(--bg-dark), var(--bg-dark-2));
            border-radius: var(--radius-lg);
            padding: 38px 42px;
            color: rgba(255, 255, 255, .85);
            margin: 24px 0;
            position: relative;
            overflow: hidden
        }

        .legal-notice::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--accent), var(--gold))
        }

        .legal-notice h3 {
            font-family: var(--ff-display);
            font-size: 1.2rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 16px;
            display: flex;
            align-items: center;
            gap: 11px
        }

        .legal-notice h3 i {
            color: #fbbf24;
            font-size: 1.3rem
        }

        .legal-notice p {
            font-size: .93rem;
            line-height: 2;
            margin-bottom: 12px;
            color: rgba(255, 255, 255, .7) !important
        }

        .legal-notice .stamp {
            margin-top: 18px;
            padding-top: 16px;
            border-top: 1px solid rgba(255, 255, 255, .1);
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: .82rem;
            color: rgba(255, 255, 255, .45)
        }

        .legal-notice .stamp i {
            color: var(--primary-light)
        }

        /* Rights Grid */
        .rights-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin: 20px 0
        }

        .right-card {
            background: var(--bg-page);
            border: 1px solid var(--border-soft);
            border-radius: var(--radius-md);
            padding: 22px;
            transition: var(--transition)
        }

        .right-card:hover {
            border-color: var(--border-primary);
            box-shadow: var(--shadow-sm);
            transform: translateY(-3px)
        }

        .right-card-icon {
            width: 40px;
            height: 40px;
            border-radius: 11px;
            background: var(--primary-xlight);
            border: 1px solid var(--border-primary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            color: var(--primary);
            margin-bottom: 12px;
            transition: var(--transition)
        }

        .right-card:hover .right-card-icon {
            background: var(--primary);
            color: #fff
        }

        .right-card h4 {
            font-family: var(--ff-display);
            font-size: .95rem;
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 6px
        }

        .right-card p {
            font-size: .84rem;
            color: var(--text-muted);
            line-height: 1.8;
            margin-bottom: 0 !important
        }

        /* â•گâ•گâ•گ CTA STRIP â•گâ•گâ•گ */
        .cta-strip {
            background: linear-gradient(135deg, var(--bg-dark), var(--bg-dark-2));
            padding: 70px 0;
            text-align: center;
            position: relative;
            overflow: hidden
        }

        .cta-strip::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--accent), var(--gold))
        }

        .cta-strip h2 {
            font-family: var(--ff-display);
            font-size: 1.8rem;
            font-weight: 900;
            color: #fff;
            margin-bottom: 12px
        }

        .cta-strip p {
            color: rgba(255, 255, 255, .6);
            font-size: 1rem;
            margin-bottom: 30px;
            max-width: 550px;
            margin-inline: auto
        }

        .cta-btns {
            display: flex;
            gap: 14px;
            justify-content: center;
            flex-wrap: wrap
        }

        .btn {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 13px 28px;
            border-radius: 50px;
            font-family: var(--ff-body);
            font-size: .93rem;
            font-weight: 700;
            transition: var(--transition);
            cursor: pointer;
            border: none;
            position: relative;
            overflow: hidden
        }

        .btn::after {
            content: '';
            position: absolute;
            top: 0;
            right: -100%;
            width: 55%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
            transition: right .55s ease
        }

        .btn:hover::after {
            right: 110%
        }

        .btn-white {
            background: #fff;
            color: var(--primary);
            box-shadow: 0 6px 24px rgba(0, 0, 0, .15)
        }

        .btn-white:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, .22)
        }

        .btn-wa-border {
            background: 0 0;
            color: #fff;
            border: 2px solid rgba(255, 255, 255, .4)
        }

        .btn-wa-border:hover {
            background: rgba(255, 255, 255, .1);
            border-color: #fff;
            transform: translateY(-3px)
        }

        /* â•گâ•گâ•گ FOOTER â•گâ•گâ•گ */
        /* â•گâ•گâ•گ FLOATING â•گâ•گâ•گ */
        .whatsapp-float {
            position: fixed;
            bottom: 30px;
            left: 30px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: var(--green);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 28px;
            z-index: 999;
            box-shadow: 0 5px 25px rgba(37, 211, 102, .45);
            animation: waP 2s ease-in-out infinite;
            transition: var(--transition)
        }

        .whatsapp-float:hover {
            transform: scale(1.12)
        }

        @keyframes waP {

            0%,
            100% {
                box-shadow: 0 5px 25px rgba(37, 211, 102, .45)
            }

            50% {
                box-shadow: 0 5px 40px rgba(37, 211, 102, .65)
            }
        }

        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: var(--primary);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            z-index: 999;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
            box-shadow: var(--shadow-primary);
            cursor: pointer;
            border: none
        }

        .back-to-top.visible {
            opacity: 1;
            visibility: visible
        }

        .back-to-top:hover {
            transform: translateY(-3px)
        }

        /* â•گâ•گâ•گ MOBILE â•گâ•گâ•گ */
        .mobile-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, .5);
            z-index: 1999;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition)
        }

        .mobile-overlay.active {
            opacity: 1;
            visibility: visible
        }

        .mobile-nav {
            position: fixed;
            top: 0;
            right: -300px;
            width: 280px;
            height: 100vh;
            background: var(--bg-white);
            z-index: 2000;
            transition: right .4s ease;
            padding: 80px 24px 24px;
            box-shadow: var(--shadow-lg)
        }

        .mobile-nav.open {
            right: 0
        }

        .mobile-nav a {
            display: block;
            padding: 12px 0;
            font-size: 1rem;
            font-weight: 600;
            color: var(--text-body);
            border-bottom: 1px solid var(--border-soft);
            transition: color .3s
        }

        .mobile-nav a:hover {
            color: var(--primary)
        }

        /* â•گâ•گâ•گ PRINT â•گâ•گâ•گ */
        @media print {

            .site-header,
            .sidebar,
            .cta-strip,
            .whatsapp-float,
            .back-to-top {
                display: none
            }

            .content-grid {
                grid-template-columns: 1fr
            }

            .article-section {
                box-shadow: none;
                border: 1px solid #ddd
            }
        }

        /* â•گâ•گâ•گ RESPONSIVE â•گâ•گâ•گ */
        @media(max-width:1024px) {
            .content-grid {
                grid-template-columns: 1fr
            }

            .sidebar {
                position: static
            }

            .rights-grid {
                grid-template-columns: 1fr
            }
        }

        @media(max-width:768px) {

            .nav-links,
            .header-cta {
                display: none
            }

            .hamburger {
                display: flex
            }

            .privacy-hero {
                padding: 140px 0 60px;
                min-height: auto
            }

            .hero-inner h1 {
                font-size: 1.7rem
            }

            .article-section {
                padding: 26px 20px
            }

            .legal-notice {
                padding: 26px 20px
            }

            .hero-meta {
                gap: 10px
            }

            .hero-meta-item {
                font-size: .78rem;
                padding: 6px 12px
            }

            .cta-strip h2 {
                font-size: 1.4rem
            }

            .cta-btns {
                flex-direction: column;
                align-items: center
            }
        } 
        /* â•گâ•گâ•گ MOBILE EXTRA BREAKPOINTS â•گâ•گâ•گ */

/* ط´ط§ط´ط§طھ ط£ظ‚ظ„ ظ…ظ† 992px - طھط­ط³ظٹظ† ط¹ط§ظ… ظ„ظ„طھط§ط¨ظ„طھ ظˆط§ظ„ظ…ظˆط¨ط§ظٹظ„ ط§ظ„ظƒط¨ظٹط± */
@media (max-width: 992px) {
    .container {
        padding: 0 20px;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sidebar {
        position: static;
    }

    .rights-grid {
        grid-template-columns: 1fr;
    }
}

/* ط´ط§ط´ط§طھ ط£ظ‚ظ„ ظ…ظ† 768px */
@media (max-width: 768px) {
    html {
        font-size: 15px;
    }

    .container {
        padding: 0 18px;
    }

    .privacy-hero {
        padding: 125px 0 55px;
        min-height: auto;
    }

    .hero-inner {
        max-width: 100%;
    }

    .hero-inner h1 {
        font-size: clamp(1.7rem, 7vw, 2.2rem);
        line-height: 1.4;
    }

    .hero-desc {
        font-size: 0.96rem;
        line-height: 1.9;
        margin-bottom: 22px;
    }

    .hero-meta {
        gap: 10px;
    }

    .hero-meta-item {
        font-size: 0.77rem;
        padding: 6px 12px;
    }

    .breadcrumb-bar {
        padding: 12px 0;
    }

    .breadcrumb {
        flex-wrap: wrap;
        gap: 6px;
        font-size: 0.8rem;
    }

    .privacy-content {
        padding: 55px 0 70px;
    }

    .article-section,
    .legal-notice,
    .sidebar-card,
    .sidebar-contact,
    .right-card {
        border-radius: 16px;
    }

    .article-section {
        padding: 24px 18px;
        margin-bottom: 18px;
    }

    .sec-icon-header {
        gap: 12px;
        margin-bottom: 18px;
    }

    .sec-icon-badge {
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }

    .sec-icon-header h2 {
        font-size: 1.08rem;
        line-height: 1.5;
    }

    .article-section p,
    .legal-notice p {
        font-size: 0.92rem;
        line-height: 1.95;
    }

    .styled-list li {
        font-size: 0.9rem;
        line-height: 1.8;
    }

    .info-box {
        padding: 18px 18px;
    }

    .info-box-header {
        font-size: 0.9rem;
    }

    .right-card {
        padding: 18px;
    }

    .cta-strip {
        padding: 55px 0;
    }

    .cta-strip h2 {
        font-size: 1.35rem;
        line-height: 1.5;
    }

    .cta-strip p {
        font-size: 0.95rem;
    }

    .btn {
        width: 100%;
        justify-content: center;
        padding: 12px 20px;
    }

    .cta-btns {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .whatsapp-float {
        width: 54px;
        height: 54px;
        font-size: 24px;
        bottom: 18px;
        left: 18px;
    }

    .back-to-top {
        width: 44px;
        height: 44px;
        font-size: 16px;
        bottom: 18px;
        right: 18px;
    }

    .mobile-nav {
        width: min(85vw, 320px);
        right: -100%;
        padding: 74px 18px 18px;
    }
}

/* ط´ط§ط´ط§طھ ط£ظ‚ظ„ ظ…ظ† 576px */
@media (max-width: 576px) {
    html {
        font-size: 14px;
    }

    .container {
        padding: 0 14px;
    }

    .privacy-hero {
        padding: 110px 0 45px;
    }

    .hero-badge {
        font-size: 0.74rem;
        padding: 6px 14px;
        margin-bottom: 18px;
    }

    .hero-inner h1 {
        font-size: 1.55rem;
        margin-bottom: 14px;
    }

    .hero-desc {
        font-size: 0.92rem;
        line-height: 1.85;
        margin-bottom: 18px;
    }

    .hero-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .hero-meta-item {
        width: fit-content;
        font-size: 0.74rem;
        padding: 6px 10px;
    }

    .article-section {
        padding: 20px 15px;
    }

    .sec-icon-header {
        align-items: flex-start;
    }

    .sec-icon-header h2 {
        font-size: 1rem;
    }

    .article-section p {
        font-size: 0.9rem;
    }

    .styled-list {
        gap: 7px;
    }

    .styled-list li {
        gap: 9px;
        font-size: 0.88rem;
    }

    .info-box {
        padding: 16px 14px;
        margin: 16px 0;
    }

    .legal-notice {
        padding: 22px 15px;
    }

    .legal-notice h3 {
        font-size: 1rem;
        line-height: 1.5;
    }

    .sidebar-card {
        padding: 18px 15px;
    }

    .sidebar-card h3 {
        font-size: 1rem;
    }

    .toc-list a {
        padding: 8px 10px;
        font-size: 0.82rem;
    }

    .sidebar-contact {
        padding: 20px 15px;
    }

    .sidebar-contact h4 {
        font-size: 1rem;
    }

    .sidebar-contact p {
        font-size: 0.82rem;
    }

    .right-card {
        padding: 16px;
    }

    .right-card h4 {
        font-size: 0.92rem;
    }

    .right-card p {
        font-size: 0.8rem;
    }

    .cta-strip {
        padding: 46px 0;
    }

    .cta-strip h2 {
        font-size: 1.2rem;
    }

    .cta-strip p {
        font-size: 0.9rem;
        margin-bottom: 22px;
    }

    .site-footer p {
        font-size: 0.78rem;
        line-height: 1.8;
    }

    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 22px;
        bottom: 16px;
        left: 16px;
    }

    .back-to-top {
        width: 42px;
        height: 42px;
        bottom: 16px;
        right: 16px;
    }

    .mobile-nav {
        width: 100vw;
        right: -100vw;
        padding: 72px 16px 16px;
        border-radius: 0;
    }
}

/* ط´ط§ط´ط§طھ ط£ظ‚ظ„ ظ…ظ† 420px */
@media (max-width: 420px) {
    html {
        font-size: 13.5px;
    }

    .container {
        padding: 0 12px;
    }

    .privacy-hero {
        padding: 102px 0 40px;
    }

    .hero-inner h1 {
        font-size: 1.42rem;
    }

    .hero-desc {
        font-size: 0.88rem;
    }

    .article-section {
        padding: 18px 12px;
    }

    .sec-icon-badge {
        width: 38px;
        height: 38px;
        font-size: 1rem;
    }

    .sec-icon-header h2 {
        font-size: 0.96rem;
    }

    .article-section p,
    .legal-notice p,
    .styled-list li {
        font-size: 0.86rem;
    }

    .info-box,
    .sidebar-card,
    .sidebar-contact,
    .right-card,
    .legal-notice {
        border-radius: 14px;
    }

    .btn {
        font-size: 0.88rem;
        padding: 11px 16px;
    }

    .cta-strip h2 {
        font-size: 1.08rem;
    }
}

/* ط´ط§ط´ط§طھ طµط؛ظٹط±ط© ط¬ط¯ظ‹ط§ ط£ظ‚ظ„ ظ…ظ† 360px */
@media (max-width: 360px) {
    html {
        font-size: 13px;
    }

    .container {
        padding: 0 10px;
    }

    .privacy-hero {
        padding: 95px 0 35px;
    }

    .hero-inner h1 {
        font-size: 1.28rem;
    }

    .hero-desc {
        font-size: 0.84rem;
        line-height: 1.8;
    }

    .hero-badge {
        font-size: 0.7rem;
        padding: 5px 12px;
    }

    .hero-meta-item {
        font-size: 0.7rem;
        padding: 5px 9px;
    }

    .article-section {
        padding: 16px 10px;
    }

    .sec-icon-header {
        gap: 10px;
    }

    .sec-icon-header h2 {
        font-size: 0.92rem;
    }

    .article-section p {
        font-size: 0.84rem;
    }

    .styled-list li {
        font-size: 0.82rem;
    }

    .info-box {
        padding: 14px 12px;
    }

    .legal-notice {
        padding: 18px 12px;
    }

    .cta-strip h2 {
        font-size: 1rem;
    }

    .btn {
        font-size: 0.84rem;
        padding: 10px 14px;
    }
}

/* ط§ظ„ظˆط¶ط¹ ط§ظ„ط£ظپظ‚ظٹ ظ„ظ„ظ…ظˆط¨ط§ظٹظ„ */
@media (max-height: 500px) and (orientation: landscape) {
    .privacy-hero {
        padding: 90px 0 35px;
        min-height: auto;
    }

    .hero-inner h1 {
        font-size: 1.5rem;
    }

    .privacy-content {
        padding: 45px 0 60px;
    }

    .mobile-nav {
        padding-top: 62px;
    }
}
.site-footer .footer-col {
            opacity: 1 !important;
            transform: none !important;
            visibility: visible !important;
            transition: none !important;
        }
