        /* ═══ ANTI-RAGGING PAGE CSS ═══ */
        section[id] {
            scroll-margin-top: 145px;
        }

        .ar-ctr {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 60px;
        }

        /* Eyebrow */
        .ar-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-size: .64rem;
            font-weight: 700;
            letter-spacing: .18em;
            text-transform: uppercase;
            color: #c0262d;
        }

        .ar-eyebrow::before {
            content: '';
            width: 22px;
            height: 2px;
            background: #c0262d;
            border-radius: 1px;
            flex-shrink: 0;
        }

        .ar-eyebrow--light {
            color: rgba(255, 255, 255, .55);
        }

        .ar-eyebrow--light::before {
            background: rgba(255, 255, 255, .45);
        }

        /* Headings */
        .ar-heading {
            font-family: 'Playfair Display', serif;
            font-size: clamp(1.8rem, 2.8vw, 2.5rem);
            font-weight: 700;
            color: #111827;
            line-height: 1.2;
            letter-spacing: -.018em;
            margin-top: 12px;
        }

        .ar-heading span {
            color: #c0262d;
        }

        .ar-heading--white {
            color: #fff;
        }

        .ar-lead {
            font-size: .9rem;
            color: #4b5675;
            line-height: 1.85;
            margin-bottom: 36px;
        }

        .ar-sub {
            font-size: .88rem;
            color: #4b5675;
            line-height: 1.8;
            max-width: 640px;
            margin-top: 14px;
        }

        .ar-sec-head {
            margin-bottom: 48px;
        }

        .ar-sec-head--light .ar-sub {
            color: rgba(255, 255, 255, .55);
        }

        /* Sections */
        .ar-section {
            padding: 92px 0;
        }

        .ar-section--white {
            background: #fff;
        }

        .ar-section--light {
            background: #f4f7fd;
            border-top: 1px solid #dce5f5;
        }

        .ar-section--navy {
            background: #0b1f3a;
        }

        /* ── HERO ── */
        .ar-hero {
            background: linear-gradient(135deg, #0b1f3a 0%, #1a3566 60%, #c0262d 200%);
            padding: 80px 0 70px;
            position: relative;
            overflow: hidden;
        }

        .ar-hero::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 340px;
            height: 340px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(192, 38, 45, .22), transparent 70%);
            pointer-events: none;
        }

        .ar-hero__inner {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 60px;
            position: relative;
            z-index: 1;
        }

        .ar-hero__eyebrow {
            font-size: .63rem;
            font-weight: 700;
            letter-spacing: .16em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, .5);
            display: block;
            margin-bottom: 18px;
        }

        .ar-hero__h1 {
            font-family: 'Playfair Display', serif;
            font-size: clamp(2.2rem, 4vw, 3.4rem);
            font-weight: 700;
            color: #fff;
            line-height: 1.1;
            letter-spacing: -.02em;
            margin-bottom: 18px;
        }

        .ar-hero__h1 span {
            color: #f87171;
        }

        .ar-hero__sub {
            font-size: .9rem;
            color: rgba(255, 255, 255, .55);
            line-height: 1.85;
            max-width: 640px;
        }

        /* ── What is Ragging grid ── */
        .ar-what-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .ar-what-card {
            background: #f4f7fd;
            border: 1px solid #dce5f5;
            border-radius: 10px;
            padding: 28px 24px;
            transition: transform .24s, box-shadow .24s;
        }

        .ar-what-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 14px 40px rgba(11, 31, 58, .1);
        }

        .ar-what-icon {
            width: 52px;
            height: 52px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            color: #fff;
            margin-bottom: 16px;
        }

        .ar-what-title {
            font-size: .94rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 8px;
        }

        .ar-what-desc {
            font-size: .8rem;
            color: #4b5675;
            line-height: 1.75;
            margin: 0;
        }

        /* ── Legal Framework grid ── */
        .ar-law-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
        }

        .ar-law-card {
            background: rgba(255, 255, 255, .05);
            border: 1px solid rgba(255, 255, 255, .1);
            border-radius: 12px;
            padding: 32px 28px;
            transition: background .25s, transform .25s;
        }

        .ar-law-card:hover {
            background: rgba(255, 255, 255, .09);
            transform: translateY(-4px);
        }

        .ar-law-num {
            font-family: 'Playfair Display', serif;
            font-size: 2.4rem;
            font-weight: 700;
            color: rgba(192, 38, 45, .35);
            line-height: 1;
            margin-bottom: 12px;
        }

        .ar-law-title {
            font-size: 1rem;
            font-weight: 700;
            color: #fff;
            margin-bottom: 10px;
        }

        .ar-law-desc {
            font-size: .83rem;
            color: rgba(255, 255, 255, .58);
            line-height: 1.8;
            margin: 0;
        }

        /* ── Committee table ── */
        .ar-table-wrap {
            overflow-x: auto;
            border-radius: 10px;
            box-shadow: 0 4px 24px rgba(11, 31, 58, .08);
        }

        .ar-table {
            width: 100%;
            border-collapse: collapse;
            background: #fff;
            font-size: .84rem;
        }

        .ar-table thead tr {
            background: #1a3566;
        }

        .ar-table th {
            padding: 14px 18px;
            color: #fff;
            font-weight: 600;
            font-size: .78rem;
            text-transform: uppercase;
            letter-spacing: .06em;
            text-align: left;
        }

        .ar-table th:first-child {
            border-radius: 10px 0 0 0;
        }

        .ar-table th:last-child {
            border-radius: 0 10px 0 0;
        }

        .ar-table td {
            padding: 14px 18px;
            color: #374151;
            border-bottom: 1px solid #f0f3f8;
            vertical-align: middle;
        }

        .ar-table td span {
            font-size: .76rem;
            color: #6b7280;
            display: block;
            margin-top: 2px;
        }

        .ar-table tbody tr:last-child td {
            border-bottom: none;
        }

        .ar-table tbody tr:hover {
            background: #f8fafc;
        }

        /* ── Complaint Steps ── */
        .ar-steps {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 40px;
        }

        .ar-step {
            display: flex;
            align-items: flex-start;
            gap: 22px;
            background: #f4f7fd;
            border: 1px solid #dce5f5;
            border-radius: 10px;
            padding: 24px 28px;
        }

        .ar-step-num {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #c0262d;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: .88rem;
            font-weight: 800;
            flex-shrink: 0;
        }

        .ar-step-title {
            font-size: .96rem;
            font-weight: 700;
            color: #111827;
            margin-bottom: 6px;
        }

        .ar-step-desc {
            font-size: .82rem;
            color: #4b5675;
            line-height: 1.78;
            margin: 0;
        }

        /* ── Helpline Box ── */
        .ar-helpline-box {
            display: flex;
            align-items: center;
            gap: 24px;
            background: linear-gradient(135deg, #0b1f3a, #1a3566);
            border-radius: 12px;
            padding: 28px 36px;
            border-left: 5px solid #c0262d;
        }

        .ar-helpline-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(192, 38, 45, .25);
            border: 2px solid rgba(192, 38, 45, .4);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.4rem;
            color: #f87171;
            flex-shrink: 0;
        }

        .ar-helpline-label {
            font-size: .7rem;
            font-weight: 700;
            color: rgba(255, 255, 255, .5);
            text-transform: uppercase;
            letter-spacing: .1em;
            margin-bottom: 4px;
        }

        .ar-helpline-number {
            font-family: 'Playfair Display', serif;
            font-size: 1.8rem;
            font-weight: 700;
            color: #fff;
            line-height: 1;
        }

        .ar-helpline-note {
            font-size: .75rem;
            color: rgba(255, 255, 255, .45);
            margin-top: 4px;
        }

        /* ── Pledge ── */
        .ar-pledge-icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: rgba(192, 38, 45, .2);
            border: 2px solid rgba(192, 38, 45, .4);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.7rem;
            color: #f87171;
            margin: 0 auto;
        }

        .ar-pledge-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #c0262d;
            color: #fff;
            font-size: .86rem;
            font-weight: 600;
            padding: 14px 30px;
            border-radius: 6px;
            text-decoration: none;
            margin-top: 32px;
            transition: background .22s, transform .22s;
        }

        .ar-pledge-btn:hover {
            background: #9b1e24;
            color: #fff;
            transform: translateY(-2px);
        }

        /* ─── RESPONSIVE ─── */
        @media (max-width: 1024px) {
            .ar-ctr {
                padding: 0 32px;
            }

            .ar-hero__inner {
                padding-left: 32px;
                padding-right: 32px;
            }

            .ar-what-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .ar-law-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 768px) {
            .ar-ctr {
                padding: 0 20px;
            }

            .ar-hero__inner {
                padding-left: 20px;
                padding-right: 20px;
            }

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

            .ar-what-grid {
                grid-template-columns: 1fr;
            }

            .ar-helpline-box {
                flex-direction: column;
                text-align: center;
                padding: 24px 20px;
            }
        }

        @media (max-width: 480px) {
            .ar-law-grid {
                grid-template-columns: 1fr;
            }
        }
