﻿      /* ===== Variables & Reset ===== */
        :root {
            --primary: #9b1728;
            --primary-dark: #7a1220;
            --primary-light: #c41e3a;
            --primary-xlight: #fdf2f4;
            --primary-glow: rgba(155, 23, 40, 0.15);
            --accent: #e60023;
            --gold: #c9a84c;
            --bg-page: #fafafa;
            --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, 0.15);
            --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.05);
            --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.08);
            --shadow-lg: 0 15px 50px rgba(0, 0, 0, 0.12);
            --shadow-primary: 0 8px 30px rgba(155, 23, 40, 0.25);
            --radius-sm: 8px;
            --radius-md: 14px;
            --radius-lg: 20px;
            --radius-xl: 28px;
            --transition: all 0.35s cubic-bezier(0.4, 0, 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;
        }

        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, 0.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, 0.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, 0.35);
        }

        .logo-text {
            font-size: 1.25rem;
            font-weight: 900;
            color: var(--text-dark);
            line-height: 1.1;
        }

        .logo-text small {
            font-size: 0.72rem;
            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: 0.92rem;
            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: 0.88rem;
            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: #25d366;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
            transition: var(--transition);
        }

        .header-wa:hover {
            background: #1db954;
            transform: translateY(-2px) scale(1.08);
        }

        .hamburger {
            display: none;
            flex-direction: column;
            gap: 5px;
            background: none;
            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 Section ===== */
        .disclaimer-hero {
            min-height: 55vh;
            background: linear-gradient(135deg,
                    var(--bg-dark) 0%,
                    var(--bg-dark-2) 50%,
                    var(--primary-dark) 100%);
            display: flex;
            align-items: center;
            padding: 160px 0 90px;
            position: relative;
            overflow: hidden;
        }

        .disclaimer-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: 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");
        }

        .disclaimer-hero .glow-1 {
            position: absolute;
            top: -200px;
            right: -150px;
            width: 600px;
            height: 600px;
            border-radius: 50%;
            background: radial-gradient(circle,
                    rgba(155, 23, 40, 0.2),
                    transparent 70%);
            pointer-events: none;
        }

        .disclaimer-hero .glow-2 {
            position: absolute;
            bottom: -250px;
            left: -100px;
            width: 500px;
            height: 500px;
            border-radius: 50%;
            background: radial-gradient(circle,
                    rgba(155, 23, 40, 0.1),
                    transparent 70%);
            pointer-events: none;
        }

        .hero-content {
            position: relative;
            z-index: 1;
            max-width: 800px;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(12px);
            color: #fff;
            padding: 7px 20px;
            border-radius: 50px;
            font-size: 0.84rem;
            font-weight: 700;
            margin-bottom: 24px;
        }

        .hero-badge-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #4ade80;
            animation: pulseDot 1.8s ease-in-out infinite;
        }

        @keyframes pulseDot {

            0%,
            100% {
                opacity: 1;
                transform: scale(1);
            }

            50% {
                opacity: 0.6;
                transform: scale(1.3);
            }
        }

        .hero-content 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-content h1 .highlight {
            color: #fbbf24;
        }

        .hero-content h1 .brand {
            color: #ef4444;
        }

        .hero-desc {
            font-size: 1.05rem;
            color: rgba(255, 255, 255, 0.7);
            max-width: 650px;
            line-height: 1.9;
            margin-bottom: 30px;
        }

        .hero-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            align-items: center;
        }

        .hero-meta-item {
            display: flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.12);
            padding: 8px 16px;
            border-radius: 50px;
            color: rgba(255, 255, 255, 0.8);
            font-size: 0.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: 16px 0;
        }

        .breadcrumb {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.88rem;
        }

        .breadcrumb a {
            color: var(--text-muted);
            transition: color 0.3s;
        }

        .breadcrumb a:hover {
            color: var(--primary);
        }

        .breadcrumb .sep {
            color: var(--text-light);
        }

        .breadcrumb .current {
            color: var(--primary);
            font-weight: 700;
        }

        /* ===== Main Content ===== */
        .disclaimer-content {
            padding: 80px 0 100px;
        }

        .content-grid {
            display: grid;
            grid-template-columns: 1fr 320px;
            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: 28px;
            margin-bottom: 24px;
            box-shadow: var(--shadow-sm);
        }

        .sidebar-card h3 {
            font-family: var(--ff-display);
            font-size: 1.1rem;
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 20px;
            padding-bottom: 14px;
            border-bottom: 2px solid var(--border-soft);
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .sidebar-card h3 i {
            color: var(--primary);
        }

        .toc-list {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .toc-list a {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 14px;
            border-radius: var(--radius-sm);
            font-size: 0.88rem;
            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-list a .toc-num {
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: var(--border-soft);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.72rem;
            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: 28px;
            text-align: center;
            color: #fff;
        }

        .sidebar-contact i {
            font-size: 2rem;
            margin-bottom: 12px;
            opacity: 0.95;
        }

        .sidebar-contact h4 {
            font-family: var(--ff-display);
            font-size: 1.1rem;
            font-weight: 800;
            margin-bottom: 10px;
        }

        .sidebar-contact p {
            font-size: 0.88rem;
            opacity: 0.8;
            margin-bottom: 20px;
            line-height: 1.7;
        }

        .sidebar-contact .btn-contact {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #fff;
            color: var(--primary);
            padding: 9px 18px;
            border-radius: 18px;
            font-weight: 700;
            font-size: 0.88rem;
            transition: var(--transition);
            border: none;
            cursor: pointer;
            box-shadow: none;
        }

        .sidebar-contact .btn-contact:hover {
            transform: translateY(-1px);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
        }

        .sidebar-contact .btn-wa {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #25d366;
            color: #fff;
            padding: 9px 18px;
            border-radius: 18px;
            font-weight: 700;
            font-size: 0.88rem;
            transition: var(--transition);
            margin-top: 10px;
            border: none;
            cursor: pointer;
            box-shadow: none;
        }

        .sidebar-contact .btn-wa:hover {
            background: #1db954;
            transform: translateY(-1px);
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
        }

        /* Make contact buttons narrower / full width on small screens */
        @media (max-width: 480px) {
            .sidebar-contact .btn-contact,
            .sidebar-contact .btn-wa {
                display: flex;
                width: 100%;
                justify-content: center;
                padding: 12px 16px;
                font-size: 0.95rem;
                border-radius: 12px;
            }

            .sidebar-contact i {
                font-size: 1.6rem;
            }
        }

        /* ===== Article Sections ===== */
        .article-section {
            background: var(--bg-white);
            border-radius: var(--radius-lg);
            border: 1px solid var(--border-soft);
            padding: 40px 45px;
            margin-bottom: 28px;
            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);
        }

        .section-icon-header {
            display: flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 24px;
        }

        .section-icon-badge {
            width: 52px;
            height: 52px;
            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.5rem;
            color: var(--primary);
            flex-shrink: 0;
        }

        .section-icon-header h2 {
            font-family: var(--ff-display);
            font-size: 1.4rem;
            font-weight: 800;
            color: var(--text-dark);
            line-height: 1.4;
        }

        .section-icon-header h2 span {
            color: var(--primary);
        }

        .article-section p {
            font-size: 1rem;
            color: var(--text-body);
            line-height: 2;
            margin-bottom: 18px;
        }

        .article-section p:last-child {
            margin-bottom: 0;
        }

        .article-section strong {
            color: var(--text-dark);
        }

        /* ===== Highlight Boxes ===== */
        .highlight-box {
            background: var(--primary-xlight);
            border: 1px solid var(--border-primary);
            border-radius: var(--radius-md);
            padding: 24px 28px;
            margin: 24px 0;
            position: relative;
        }

        .highlight-box.warning {
            background: #fff8e1;
            border-color: #ffe082;
        }

        .highlight-box.warning .highlight-box-icon {
            color: #f59e0b;
        }

        .highlight-box.info {
            background: #e8f5e9;
            border-color: #a5d6a7;
        }

        .highlight-box.info .highlight-box-icon {
            color: #4caf50;
        }

        .highlight-box-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 12px;
        }

        .highlight-box-icon {
            font-size: 1.3rem;
            color: var(--primary);
        }

        .highlight-box-title {
            font-family: var(--ff-display);
            font-size: 1rem;
            font-weight: 800;
            color: var(--text-dark);
        }

        .highlight-box p {
            font-size: 0.95rem;
            line-height: 1.9;
            margin-bottom: 0 !important;
        }

        /* ===== Lists ===== */
        .styled-list {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin: 18px 0;
        }

        .styled-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 0.95rem;
            color: var(--text-body);
            line-height: 1.9;
        }

        .styled-list li::before {
            content: "âœ“";
            width: 24px;
            height: 24px;
            border-radius: 50%;
            background: var(--primary-xlight);
            color: var(--primary);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            font-weight: 900;
            flex-shrink: 0;
            margin-top: 4px;
        }

        .styled-list.numbered li::before {
            content: counter(list-counter);
            counter-increment: list-counter;
        }

        .styled-list.numbered {
            counter-reset: list-counter;
        }

        .styled-list.dots li::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: var(--primary);
            margin-top: 10px;
        }

        .styled-list.cross li::before {
            content: "âœ—";
            background: #fee2e2;
            color: #dc2626;
        }

        /* ===== Service Tags ===== */
        .service-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 18px 0;
        }

        .service-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: var(--primary-xlight);
            border: 1px solid var(--border-primary);
            color: var(--primary);
            padding: 8px 18px;
            border-radius: 50px;
            font-size: 0.88rem;
            font-weight: 700;
            transition: var(--transition);
        }

        .service-tag:hover {
            background: var(--primary);
            color: #fff;
            transform: translateY(-2px);
        }

        .service-tag i {
            font-size: 1rem;
        }

        /* ===== Commitment Grid ===== */
        .commitment-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin: 24px 0;
        }

        .commitment-card {
            background: var(--bg-page);
            border: 1px solid var(--border-soft);
            border-radius: var(--radius-md);
            padding: 24px;
            transition: var(--transition);
        }

        .commitment-card:hover {
            border-color: var(--border-primary);
            box-shadow: var(--shadow-sm);
            transform: translateY(-3px);
        }

        .commitment-card-icon {
            width: 44px;
            height: 44px;
            border-radius: 12px;
            background: var(--primary-xlight);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: var(--primary);
            margin-bottom: 14px;
        }

        .commitment-card h4 {
            font-family: var(--ff-display);
            font-size: 1rem;
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 8px;
        }

        .commitment-card p {
            font-size: 0.88rem !important;
            color: var(--text-muted) !important;
            line-height: 1.8 !important;
            margin-bottom: 0 !important;
        }

        /* ===== Legal Notice Box ===== */
        .legal-notice {
            background: linear-gradient(135deg, var(--bg-dark), var(--bg-dark-2));
            border-radius: var(--radius-lg);
            padding: 40px 45px;
            color: rgba(255, 255, 255, 0.85);
            margin: 28px 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.3rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .legal-notice h3 i {
            color: #fbbf24;
            font-size: 1.4rem;
        }

        .legal-notice p {
            font-size: 0.95rem;
            line-height: 2;
            margin-bottom: 14px;
            color: rgba(255, 255, 255, 0.75) !important;
        }

        .legal-notice .legal-stamp {
            margin-top: 20px;
            padding-top: 18px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 0.85rem;
            color: rgba(255, 255, 255, 0.5);
        }

        .legal-notice .legal-stamp i {
            color: var(--primary-light);
        }

        /* ===== CTA Section ===== */
        .cta-section {
            background: linear-gradient(135deg, var(--bg-dark), var(--bg-dark-2));
            padding: 80px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg,
                    var(--primary),
                    var(--accent),
                    var(--primary));
        }

        .cta-section .container {
            position: relative;
            z-index: 1;
        }

        .cta-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--primary), var(--accent));
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 30px;
            color: white;
            box-shadow: 0 10px 30px rgba(155, 23, 40, 0.4);
        }

        .cta-section h2 {
            font-family: var(--ff-display);
            font-size: 2rem;
            font-weight: 800;
            color: #fff;
            margin-bottom: 15px;
        }

        .cta-section p {
            font-size: 1.05rem;
            color: rgba(255, 255, 255, 0.6);
            max-width: 600px;
            margin: 0 auto 35px;
        }

        .cta-buttons {
            display: flex;
            gap: 14px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 14px 32px;
            border-radius: 50px;
            font-family: var(--ff-body);
            font-size: 0.95rem;
            font-weight: 700;
            transition: var(--transition);
            cursor: pointer;
            border: none;
        }

        .cta-btn.primary {
            background: linear-gradient(135deg, var(--primary), var(--accent));
            color: #fff;
            box-shadow: var(--shadow-primary);
        }

        .cta-btn.primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(155, 23, 40, 0.45);
        }

        .cta-btn.whatsapp {
            background: #25d366;
            color: #fff;
            box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3);
        }

        .cta-btn.whatsapp:hover {
            background: #1db954;
            transform: translateY(-3px);
        }

        .cta-btn.outline {
            background: transparent;
            color: #fff;
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

        .cta-btn.outline:hover {
            border-color: #fff;
            background: rgba(255, 255, 255, 0.08);
        }

        /* ===== Footer ===== */
        /* ===== Floating Elements ===== */
        .whatsapp-float {
            position: fixed;
            bottom: 30px;
            left: 30px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #25d366;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 28px;
            z-index: 999;
            box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
            animation: whatsappPulse 2s ease-in-out infinite;
            transition: var(--transition);
        }

        .whatsapp-float:hover {
            transform: scale(1.1);
        }

        @keyframes whatsappPulse {

            0%,
            100% {
                box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
            }

            50% {
                box-shadow: 0 5px 35px rgba(37, 211, 102, 0.6);
            }
        }

        .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);
        }

        /* ===== Print ===== */
        @media print {

            .site-header,
            .sidebar,
            .cta-section,
            .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;
            }

            .commitment-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {

            .nav-links,
            .header-cta {
                display: none;
            }

            .hamburger {
                display: flex;
            }

            .disclaimer-hero {
                padding: 140px 0 60px;
                min-height: auto;
            }

            .hero-content h1 {
                font-size: 1.8rem;
            }

            .article-section {
                padding: 28px 22px;
            }

            .article-section::before {
                width: 3px;
            }

            .legal-notice {
                padding: 28px 22px;
            }

            .hero-meta {
                gap: 10px;
            }

            .hero-meta-item {
                font-size: 0.78rem;
                padding: 6px 12px;
            }

            .cta-section h2 {
                font-size: 1.5rem;
            }

            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
        }

        /* ===== Mobile Nav ===== */
        .mobile-nav-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            z-index: 1999;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
        }

        .mobile-nav-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 0.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 0.3s;
        }

        .mobile-nav a:hover {
            color: var(--primary);
        }

        /* ===== Page-specific footer visibility fix ===== */
        /*
           Some pages keep .site-footer .footer-col hidden until a global
           reveal script adds a class. This page includes its own scripts and
           may not trigger that reveal, so force the columns visible here.
        */
        .site-footer .footer-col {
            opacity: 1 !important;
            transform: none !important;
            visibility: visible !important;
            transition: none !important;
        }
