* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #f5f7fa;
            color: #1a2634;
            line-height: 1.7;
            padding: 0 16px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
            border-radius: 28px;
            padding: 20px 28px 32px;
            margin-top: 16px;
            margin-bottom: 32px;
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 12px 0 16px;
            border-bottom: 2px solid #eef1f5;
        }
        .my-logo {
            font-size: 28px;
            font-weight: 800;
            letter-spacing: -0.5px;
            text-decoration: none;
            color: #0b1a2e;
            background: linear-gradient(145deg, #1a3a5c, #0f2a44);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .my-logo span {
            font-weight: 300;
            -webkit-text-fill-color: #3a6b8f;
        }
        .my-logo i {
            -webkit-text-fill-color: #e67e22;
            margin-right: 4px;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 28px;
            color: #1a2634;
            cursor: pointer;
            padding: 4px 8px;
        }
        .nav-menu {
            display: flex;
            gap: 8px 20px;
            flex-wrap: wrap;
            align-items: center;
        }
        .nav-menu a {
            text-decoration: none;
            color: #2c3e50;
            font-weight: 500;
            font-size: 15px;
            padding: 6px 10px;
            border-radius: 40px;
            transition: 0.2s;
        }
        .nav-menu a:hover {
            background: #eef3f9;
            color: #0f2a44;
        }
        .breadcrumb {
            padding: 12px 0 8px;
            font-size: 14px;
            color: #5b6f82;
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }
        .breadcrumb a {
            color: #2c6b9e;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb span {
            color: #7f8c8d;
        }
        h1 {
            font-size: 38px;
            font-weight: 800;
            line-height: 1.2;
            margin: 24px 0 12px;
            color: #0b1a2e;
        }
        h2 {
            font-size: 28px;
            font-weight: 700;
            margin: 40px 0 14px;
            padding-bottom: 6px;
            border-bottom: 3px solid #eef1f5;
            color: #142b44;
        }
        h3 {
            font-size: 22px;
            font-weight: 600;
            margin: 32px 0 10px;
            color: #1a3a5c;
        }
        h4 {
            font-size: 18px;
            font-weight: 600;
            margin: 24px 0 8px;
            color: #234a6b;
        }
        p {
            margin-bottom: 18px;
            font-size: 16px;
            color: #2c3e50;
        }
        .last-updated {
            font-size: 14px;
            color: #6a7e95;
            background: #f0f4fa;
            display: inline-block;
            padding: 4px 16px;
            border-radius: 40px;
            margin-bottom: 20px;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 20px;
            margin: 24px 0 20px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
        }
        .feature-img {
            width: 100%;
            object-fit: cover;
        }
        a {
            color: #1a6bb0;
            text-decoration: underline;
            transition: 0.15s;
        }
        a:hover {
            color: #e67e22;
        }
        strong {
            font-weight: 700;
            color: #0b1a2e;
        }
        .highlight-box {
            background: #f0f7fe;
            border-left: 4px solid #1a6bb0;
            padding: 18px 22px;
            border-radius: 12px;
            margin: 24px 0;
        }
        .highlight-box i {
            color: #1a6bb0;
            margin-right: 8px;
        }
        .emoji-big {
            font-size: 22px;
            margin-right: 6px;
        }
        .grid-2 {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
            margin: 28px 0;
        }
        .card {
            background: #f8fafc;
            border-radius: 20px;
            padding: 22px 24px;
            border: 1px solid #e8edf3;
            transition: 0.2s;
        }
        .card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
        }
        .card i {
            font-size: 32px;
            color: #1a6bb0;
            margin-bottom: 10px;
        }
        .search-section {
            background: #f0f4fa;
            border-radius: 24px;
            padding: 28px 30px;
            margin: 32px 0;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 16px;
        }
        .search-section label {
            font-weight: 600;
            font-size: 18px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form {
            display: flex;
            flex: 1;
            min-width: 240px;
            gap: 8px;
        }
        .search-form input {
            flex: 1;
            padding: 14px 20px;
            border: 1px solid #d0dae6;
            border-radius: 60px;
            font-size: 16px;
            background: white;
            outline: none;
            transition: 0.2s;
        }
        .search-form input:focus {
            border-color: #1a6bb0;
            box-shadow: 0 0 0 3px rgba(26, 107, 176, 0.12);
        }
        .search-form button {
            background: #1a3a5c;
            color: white;
            border: none;
            padding: 14px 28px;
            border-radius: 60px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
        }
        .search-form button:hover {
            background: #0f2a44;
            transform: scale(0.97);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 32px 0;
        }
        .feedback-card {
            background: #f8fafc;
            border-radius: 24px;
            padding: 24px 28px;
            border: 1px solid #e8edf3;
        }
        .feedback-card h3 {
            margin-top: 0;
            border-bottom: none;
            padding-bottom: 0;
        }
        .feedback-card form {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-top: 12px;
        }
        .feedback-card input,
        .feedback-card textarea {
            padding: 12px 16px;
            border: 1px solid #d0dae6;
            border-radius: 14px;
            font-size: 15px;
            font-family: inherit;
            outline: none;
            transition: 0.2s;
            background: white;
        }
        .feedback-card input:focus,
        .feedback-card textarea:focus {
            border-color: #1a6bb0;
            box-shadow: 0 0 0 3px rgba(26, 107, 176, 0.08);
        }
        .feedback-card textarea {
            min-height: 90px;
            resize: vertical;
        }
        .feedback-card button {
            background: #1a3a5c;
            color: white;
            border: none;
            padding: 12px 24px;
            border-radius: 60px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            align-self: flex-start;
        }
        .feedback-card button:hover {
            background: #0f2a44;
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 4px;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 28px;
            color: #d0dae6;
            cursor: pointer;
            transition: 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f1c40f;
        }
        .site-footer {
            margin-top: 48px;
            padding-top: 28px;
            border-top: 2px solid #eef1f5;
        }
        friend-link {
            display: block;
            background: #f0f4fa;
            border-radius: 20px;
            padding: 22px 28px;
            margin-bottom: 20px;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
            padding: 4px 12px;
            background: white;
            border-radius: 40px;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            color: #1a3a5c;
            border: 1px solid #dce3ec;
            transition: 0.15s;
        }
        friend-link a:hover {
            background: #1a3a5c;
            color: white;
            border-color: #1a3a5c;
        }
        .copyright {
            text-align: center;
            color: #6a7e95;
            font-size: 14px;
            padding: 16px 0 8px;
        }
        .copyright a {
            color: #1a6bb0;
            text-decoration: none;
        }
        @media (max-width: 768px) {
            .container {
                padding: 16px 16px 24px;
                border-radius: 20px;
                margin-top: 10px;
            }
            h1 {
                font-size: 28px;
            }
            h2 {
                font-size: 22px;
            }
            h3 {
                font-size: 19px;
            }
            .grid-2 {
                grid-template-columns: 1fr;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 12px 0 4px;
                gap: 4px;
            }
            .nav-menu.show {
                display: flex;
            }
            .nav-menu a {
                width: 100%;
                padding: 10px 14px;
                border-radius: 12px;
            }
            .search-section {
                flex-direction: column;
                align-items: stretch;
                padding: 20px;
            }
            .search-form {
                min-width: unset;
            }
            .search-form button {
                padding: 12px 20px;
                font-size: 15px;
            }
            .my-logo {
                font-size: 22px;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 12px 12px 20px;
            }
            h1 {
                font-size: 24px;
            }
            .feedback-card {
                padding: 18px 16px;
            }
            .star-rating label {
                font-size: 24px;
            }
        }
        html {
            scroll-behavior: smooth;
        }
        .stats-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0 28px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
        }
        .stats-table th {
            background: #1a3a5c;
            color: white;
            font-weight: 600;
            padding: 12px 16px;
            text-align: left;
        }
        .stats-table td {
            padding: 10px 16px;
            border-bottom: 1px solid #eef1f5;
            background: #fafcfe;
        }
        .stats-table tr:last-child td {
            border-bottom: none;
        }
        .stats-table td:first-child {
            font-weight: 600;
        }
        .number-list {
            list-style: none;
            counter-reset: item;
            margin: 16px 0 20px;
        }
        .number-list li {
            counter-increment: item;
            padding-left: 40px;
            position: relative;
            margin-bottom: 12px;
            font-size: 16px;
        }
        .number-list li::before {
            content: counter(item);
            background: #1a6bb0;
            color: white;
            font-weight: 700;
            font-size: 14px;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 0;
            top: 2px;
        }
        .inline-icon {
            margin-right: 6px;
            color: #e67e22;
        }
        .tag-india {
            background: #ff9933;
            color: #1a1a2e;
            padding: 2px 12px;
            border-radius: 40px;
            font-size: 13px;
            font-weight: 600;
            display: inline-block;
        }
        .qna {
            background: #f9fcff;
            border-radius: 16px;
            padding: 18px 22px;
            margin: 16px 0;
            border-left: 3px solid #1a6bb0;
        }
        .qna strong {
            color: #0b1a2e;
        }
        .fa,
        .fas,
        .far {
            font-family: "Font Awesome 6 Free";
        }
