        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 1.7;
            color: #1e2a3a;
            background: #f8fafc;
            padding: 0;
            margin: 0;
        }
        a {
            color: #0b5e7e;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #e67e22;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        h1,
        h2,
        h3,
        h4 {
            line-height: 1.3;
            color: #0b2b3a;
            margin-top: 1.6em;
            margin-bottom: 0.6em;
        }
        h1 {
            font-size: 2.4rem;
            border-left: 6px solid #e67e22;
            padding-left: 1rem;
        }
        h2 {
            font-size: 1.8rem;
            border-bottom: 2px solid #e0e7ed;
            padding-bottom: 0.3rem;
        }
        h3 {
            font-size: 1.4rem;
            color: #1e4a5e;
        }
        h4 {
            font-size: 1.15rem;
            color: #2d5f75;
        }
        p {
            margin-bottom: 1.2em;
        }
        ul,
        ol {
            margin-bottom: 1.2em;
            padding-left: 1.6em;
        }
        li {
            margin-bottom: 0.4em;
        }
        .container {
            max-width: 1180px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(135deg, #0b2b3a 0%, #1a4a5e 100%);
            color: #fff;
            padding: 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.8rem 20px;
            max-width: 1180px;
            margin: 0 auto;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            color: #f6c445;
            letter-spacing: 1px;
            text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
            transition: transform 0.3s;
        }
        .my-logo:hover {
            transform: scale(1.03);
            color: #ffd966;
            text-decoration: none;
        }
        .my-logo span {
            color: #fff;
            font-weight: 300;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid rgba(255, 255, 255, 0.5);
            color: #fff;
            font-size: 1.6rem;
            padding: 0.3rem 0.8rem;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.15);
        }
        .nav-menu {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .nav-menu a {
            color: #e4edf2;
            padding: 0.4rem 0.9rem;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .nav-menu a:hover {
            background: rgba(255, 255, 255, 0.2);
            color: #f6c445;
            text-decoration: none;
        }
        .breadcrumb {
            background: #e8edf2;
            padding: 0.5rem 20px;
            font-size: 0.85rem;
            color: #4a5a6a;
            max-width: 1180px;
            margin: 0 auto;
            width: 100%;
        }
        .breadcrumb a {
            color: #0b5e7e;
        }
        .breadcrumb a:hover {
            color: #e67e22;
        }
        .breadcrumb .sep {
            margin: 0 0.4em;
            color: #8a9aa8;
        }
        .hero {
            background: linear-gradient(135deg, #0b2b3a 0%, #1a5a6e 50%, #2d7a8a 100%);
            color: #fff;
            padding: 2.8rem 20px 2.4rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero::after {
            content: '⚽';
            font-size: 14rem;
            position: absolute;
            right: -2rem;
            bottom: -3rem;
            opacity: 0.08;
            pointer-events: none;
        }
        .hero h1 {
            color: #fff;
            border-left: none;
            padding-left: 0;
            font-size: 2.6rem;
            margin-top: 0;
            margin-bottom: 0.4rem;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
        }
        .hero p {
            font-size: 1.15rem;
            max-width: 720px;
            margin: 0.6rem auto 1.2rem;
            opacity: 0.92;
        }
        .hero .meta-info {
            font-size: 0.9rem;
            opacity: 0.8;
            display: flex;
            gap: 1.4rem;
            justify-content: center;
            flex-wrap: wrap;
        }
        .hero .meta-info i {
            margin-right: 0.3rem;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 280px;
            gap: 2.4rem;
            padding: 2.4rem 0;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            font-size: 0.92rem;
        }
        .sidebar .card {
            background: #fff;
            border-radius: 12px;
            padding: 1.4rem;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
            margin-bottom: 1.6rem;
            border: 1px solid #e8edf2;
        }
        .sidebar h3 {
            font-size: 1.1rem;
            margin-top: 0;
            border-bottom: 2px solid #e67e22;
            padding-bottom: 0.4rem;
            margin-bottom: 0.8rem;
        }
        .sidebar ul {
            list-style: none;
            padding-left: 0;
        }
        .sidebar ul li {
            padding: 0.3rem 0;
            border-bottom: 1px dashed #e8edf2;
        }
        .sidebar ul li:last-child {
            border-bottom: none;
        }
        .sidebar ul li a {
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .sidebar ul li a::before {
            content: '📍';
            font-size: 0.8rem;
        }
        .feature-card {
            background: #fff;
            border-radius: 14px;
            padding: 1.6rem 1.8rem;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
            margin-bottom: 1.8rem;
            border: 1px solid #e8edf2;
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .feature-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
        }
        .feature-card h3 {
            margin-top: 0;
        }
        .feature-card .icon-lg {
            font-size: 2.2rem;
            margin-bottom: 0.4rem;
        }
        .img-wrapper {
            border-radius: 12px;
            overflow: hidden;
            margin: 1.6rem 0;
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
            background: #e8edf2;
        }
        .img-wrapper img {
            width: 100%;
            object-fit: cover;
            min-height: 200px;
        }
        .img-wrapper .caption {
            padding: 0.6rem 1rem;
            background: #f0f4f8;
            font-size: 0.85rem;
            color: #4a5a6a;
            font-style: italic;
        }
        .form-card {
            background: #fff;
            border-radius: 14px;
            padding: 1.6rem 1.8rem;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
            margin-bottom: 1.8rem;
            border: 1px solid #e8edf2;
        }
        .form-card h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .form-group {
            margin-bottom: 1rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            font-size: 0.92rem;
            margin-bottom: 0.3rem;
            color: #1e3a4a;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #dce3ea;
            border-radius: 8px;
            font-size: 1rem;
            font-family: inherit;
            transition: border-color 0.2s;
            background: #fafcfe;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #0b5e7e;
            background: #fff;
        }
        .form-group textarea {
            resize: vertical;
            min-height: 90px;
        }
        .btn {
            background: #0b5e7e;
            color: #fff;
            border: none;
            padding: 0.7rem 1.8rem;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .btn:hover {
            background: #e67e22;
            transform: scale(1.02);
            text-decoration: none;
        }
        .btn-secondary {
            background: #e8edf2;
            color: #1e2a3a;
        }
        .btn-secondary:hover {
            background: #d0d8e0;
            color: #1e2a3a;
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.6rem;
            color: #d0a84b;
            cursor: pointer;
            direction: rtl;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            cursor: pointer;
            transition: transform 0.1s, color 0.15s;
            color: #d0d8e0;
        }
        .rating-stars label:hover,
        .rating-stars label:hover~label,
        .rating-stars input:checked~label {
            color: #f1c40f;
            transform: scale(1.15);
        }
        .site-footer {
            background: #0b2b3a;
            color: #c8d6de;
            padding: 2.4rem 20px 1.6rem;
            margin-top: 2.4rem;
        }
        .footer-inner {
            max-width: 1180px;
            margin: 0 auto;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
            margin-bottom: 1.6rem;
        }
        .footer-grid h4 {
            color: #f6c445;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .footer-grid a {
            color: #b0c8d6;
        }
        .footer-grid a:hover {
            color: #f6c445;
        }
        friend-link {
            display: block;
            background: rgba(255, 255, 255, 0.05);
            padding: 1.2rem 1.6rem;
            border-radius: 10px;
            margin: 1.2rem 0;
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        friend-link::before {
            content: '🌐 Friend Links';
            display: block;
            font-weight: 700;
            font-size: 1rem;
            color: #f6c445;
            margin-bottom: 0.6rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.2rem 0.8rem 0.2rem 0;
            padding: 0.2rem 0.6rem;
            background: rgba(255, 255, 255, 0.06);
            border-radius: 16px;
            font-size: 0.88rem;
        }
        friend-link a:hover {
            background: rgba(255, 255, 255, 0.15);
        }
        .copyright {
            text-align: center;
            padding-top: 1.2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            font-size: 0.85rem;
            color: #8a9aa8;
        }
        .copyright strong {
            color: #d0d8e0;
        }
        @media (max-width: 900px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            .hero h1 {
                font-size: 2rem;
            }
        }
        @media (max-width: 700px) {
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                flex-direction: column;
                width: 100%;
                padding: 0.8rem 0 0.4rem;
                gap: 0.3rem;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
                margin-top: 0.6rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                padding: 0.5rem 1rem;
                border-radius: 8px;
                width: 100%;
            }
            .header-inner {
                padding: 0.6rem 16px;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .hero {
                padding: 1.8rem 16px;
            }
            .hero h1 {
                font-size: 1.6rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .container {
                padding: 0 14px;
            }
            .feature-card,
            .form-card {
                padding: 1.2rem 1.2rem;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            h3 {
                font-size: 1.2rem;
            }
            .breadcrumb {
                font-size: 0.78rem;
                padding: 0.4rem 14px;
            }
        }
        @media (max-width: 480px) {
            .hero h1 {
                font-size: 1.3rem;
            }
            .hero .meta-info {
                font-size: 0.78rem;
                gap: 0.8rem;
            }
            .btn {
                padding: 0.6rem 1.2rem;
                font-size: 0.9rem;
            }
            .rating-stars {
                font-size: 1.3rem;
            }
        }
        .text-highlight {
            background: linear-gradient(120deg, #fdf6e3 0%, #fceecb 100%);
            padding: 0.1em 0.4em;
            border-radius: 4px;
        }
        .badge {
            display: inline-block;
            background: #e67e22;
            color: #fff;
            padding: 0.15rem 0.7rem;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.3px;
        }
        .badge-india {
            background: #138808;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 1rem;
            margin: 1.4rem 0;
        }
        .stat-item {
            background: #f0f6fa;
            border-radius: 10px;
            padding: 1rem;
            text-align: center;
            border: 1px solid #dce3ea;
        }
        .stat-item .num {
            font-size: 1.8rem;
            font-weight: 800;
            color: #0b5e7e;
        }
        .stat-item .label {
            font-size: 0.82rem;
            color: #4a6a7a;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.4rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.92rem;
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        }
        th {
            background: #0b2b3a;
            color: #fff;
            padding: 0.7rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        td {
            padding: 0.6rem 1rem;
            border-bottom: 1px solid #e8edf2;
        }
        tr:last-child td {
            border-bottom: none;
        }
        tr:hover td {
            background: #f4f8fb;
        }
        .emoji-big {
            font-size: 2rem;
            display: inline-block;
            margin-right: 0.3rem;
        }
        .tag {
            display: inline-block;
            background: #e8edf2;
            padding: 0.1rem 0.6rem;
            border-radius: 12px;
            font-size: 0.78rem;
            color: #2a5a6a;
        }
