<div class="legal-container">
    <div class="hero">
        <h1>Legal Sarathi</h1>
        <p>Empowering Aspirants for PCS-J, APO & Legal Excellence</p>
        <a href="/legal-news" class="btn-main">Read Latest Judgments</a>
    </div>

    <div class="grid-3">
        <div class="card">
            <h3>⚖️ Legal News</h3>
            <p>Stay updated with the latest Supreme Court judgments, High Court directives, and important amendments.</p>
            <a href="/legal-news" class="card-link">Read Updates &rarr;</a>
        </div>
        <div class="card">
            <h3>🚨 Crime News</h3>
            <p>Analysis of major criminal cases, FIR trends, and procedural updates for criminal law practitioners.</p>
            <a href="/crime-news" class="card-link">View Cases &rarr;</a>
        </div>
        <div class="card">
            <h3>📝 RTI Corner</h3>
            <p>Learn how to file RTIs, download templates, and understand the Transparency Act.</p>
            <a href="/rti" class="card-link">Get RTI Help &rarr;</a>
        </div>
    </div>
</div>
2. LEGAL NEWS
A clean blog-style layout for judgments and legal updates.

HTML
<div class="legal-container">
    <h2 style="border-left: 5px solid #1f2937; padding-left: 15px; margin-bottom: 30px;">Latest Legal Developments</h2>

    <div class="card" style="margin-bottom: 20px; display: flex; flex-direction: column;">
        <span style="background: #e11d48; color: white; padding: 2px 8px; font-size: 0.8rem; border-radius: 4px; width: fit-content;">Supreme Court</span>
        <h3 style="margin-top: 10px; border: none;">Satender Kumar Antil v. CBI Guidelines Issued</h3>
        <p style="font-size: 0.9rem; color: #888;">Posted on: Oct 24, 2025</p>
        <p>The Supreme Court has issued strict guidelines regarding bail and arrest, categorizing offenses into A, B, C, and D. This is a must-read for all judicial aspirants...</p>
        <a href="#" class="btn-main" style="background: #1f2937; font-size: 0.9rem; width: fit-content;">Read Full Article</a>
    </div>

    <div class="card" style="margin-bottom: 20px; display: flex; flex-direction: column;">
        <span style="background: #2563eb; color: white; padding: 2px 8px; font-size: 0.8rem; border-radius: 4px; width: fit-content;">High Court</span>
        <h3 style="margin-top: 10px; border: none;">Allahabad HC on Section 498A IPC</h3>
        <p style="font-size: 0.9rem; color: #888;">Posted on: Oct 20, 2025</p>
        <p>New directions have been issued regarding the cooling-off period in matrimonial disputes before immediate arrest...</p>
        <a href="#" class="btn-main" style="background: #1f2937; font-size: 0.9rem; width: fit-content;">Read Full Article</a>
    </div>
</div>