        * { margin: 0; padding: 0; box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.7;
            color: #333;
            background-color: #f9f9f9;
            max-width: 100%;
            overflow-x: hidden;
        }
        img { max-width: 100%; height: auto; display: block; }
        h1 { font-size: 2.8rem; margin-bottom: 1.5rem; color: #2c3e50; line-height: 1.2; }
        h2 { font-size: 2.2rem; margin: 2.5rem 0 1.2rem; color: #16a085; border-bottom: 2px solid #eee; padding-bottom: 0.5rem; }
        h3 { font-size: 1.8rem; margin: 2rem 0 1rem; color: #2980b9; }
        h4 { font-size: 1.4rem; margin: 1.5rem 0 0.8rem; color: #8e44ad; }
        p { margin-bottom: 1.5rem; font-size: 1.125rem; }
        .lead { font-size: 1.3rem; color: #555; font-weight: 300; }
        .highlight { background-color: #fffacd; padding: 0.2rem 0.5rem; border-radius: 3px; }
        .emoji { font-size: 1.2em; margin-right: 0.3rem; }
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        main.container { padding: 30px 20px; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.05); border-radius: 0 0 10px 10px; }
        header { background: linear-gradient(135deg, #1a2980, #26d0ce); color: white; padding: 1rem 0; position: sticky; top: 0; z-index: 1000; box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
        .header-content { display: flex; justify-content: space-between; align-items: center; }
        .logo a { font-size: 2.2rem; font-weight: 800; color: white; text-decoration: none; font-family: 'Courier New', monospace; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); transition: color 0.3s; }
        .logo a:hover { color: #f1c40f; }
        .my-logo::after { content: " 🇮🇳"; }
        .desktop-nav ul { display: flex; list-style: none; }
        .desktop-nav li { margin-left: 2rem; }
        .desktop-nav a { color: white; text-decoration: none; font-weight: 600; padding: 0.5rem 0; position: relative; transition: color 0.3s; }
        .desktop-nav a:hover { color: #f1c40f; }
        .desktop-nav a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background: #f1c40f; transition: width 0.3s; }
        .desktop-nav a:hover::after { width: 100%; }
        .hamburger { display: none; font-size: 1.8rem; background: none; border: none; color: white; cursor: pointer; }
        .mobile-nav { display: none; position: absolute; top: 100%; left: 0; width: 100%; background: #1a2980; flex-direction: column; padding: 1rem; box-shadow: 0 5px 10px rgba(0,0,0,0.2); }
        .mobile-nav.active { display: flex; }
        .mobile-nav a { color: white; padding: 0.8rem; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.1); transition: background 0.3s; }
        .mobile-nav a:hover { background: rgba(255,255,255,0.1); }
        .breadcrumb { padding: 1rem 0; background: #ecf0f1; font-size: 0.95rem; }
        .breadcrumb ul { display: flex; list-style: none; flex-wrap: wrap; }
        .breadcrumb li:not(:last-child)::after { content: "›"; margin: 0 10px; color: #7f8c8d; }
        .breadcrumb a { color: #3498db; text-decoration: none; }
        .breadcrumb a:hover { text-decoration: underline; }
        .article-intro { padding: 2rem; background: linear-gradient(to right, #e3f2fd, #f3e5f5); border-radius: 10px; margin-bottom: 3rem; }
        .content-block { margin-bottom: 2.5rem; }
        .pull-quote { font-size: 1.5rem; font-style: italic; color: #16a085; border-left: 5px solid #16a085; padding-left: 1.5rem; margin: 2rem 0; }
        .stats-box { background: #f8f9fa; border-left: 5px solid #e74c3c; padding: 1.5rem; margin: 2rem 0; border-radius: 0 8px 8px 0; }
        .inline-link { color: #e74c3c; text-decoration: none; font-weight: 600; border-bottom: 1px dashed #e74c3c; transition: all 0.2s; }
        .inline-link:hover { color: #c0392b; border-bottom-style: solid; background-color: #fff5f5; }
        .article-image { max-width: 800px; margin: 2.5rem auto; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.15); }
        .article-image img { transition: transform 0.5s; }
        .article-image:hover img { transform: scale(1.03); }
        .caption { text-align: center; font-style: italic; color: #7f8c8d; padding: 0.8rem; background: #f5f5f5; font-size: 0.95rem; }
        .module { background: #f8f9fa; border-radius: 10px; padding: 2rem; margin: 3rem 0; border: 1px solid #e9ecef; }
        .module h3 { margin-top: 0; color: #2c3e50; }
        form { display: grid; gap: 1rem; }
        input, textarea, select { padding: 0.8rem; border: 1px solid #bdc3c7; border-radius: 5px; font-family: inherit; font-size: 1rem; }
        button { background: linear-gradient(to right, #3498db, #2980b9); color: white; border: none; padding: 1rem 1.5rem; border-radius: 5px; cursor: pointer; font-weight: bold; transition: background 0.3s, transform 0.2s; }
        button:hover { background: linear-gradient(to right, #2980b9, #1c5a7c); transform: translateY(-2px); }
        .star-rating { direction: rtl; unicode-bidi: bidi-override; }
        .star-rating input { display: none; }
        .star-rating label { font-size: 2rem; color: #ddd; cursor: pointer; transition: color 0.2s; }
        .star-rating label:hover,
        .star-rating label:hover ~ label,
        .star-rating input:checked ~ label { color: #f39c12; }
        footer { background: #2c3e50; color: #ecf0f1; padding: 3rem 0 1.5rem; margin-top: 4rem; }
        .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
        .footer-section h4 { color: #f1c40f; margin-bottom: 1.2rem; }
        friend-link { display: block; margin-bottom: 0.5rem; }
        friend-link a { color: #bdc3c7; text-decoration: none; transition: color 0.3s; }
        friend-link a:hover { color: #f1c40f; }
        .copyright { text-align: center; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid #34495e; color: #95a5a6; font-size: 0.9rem; }
        @media (max-width: 768px) {
            h1 { font-size: 2.2rem; }
            h2 { font-size: 1.8rem; }
            h3 { font-size: 1.5rem; }
            .header-content { flex-wrap: wrap; }
            .desktop-nav { display: none; }
            .hamburger { display: block; }
            .mobile-nav { display: none; }
            .mobile-nav.active { display: flex; }
            .module { padding: 1.5rem; }
        }
