* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial Unicode MS', 'Segoe UI', Tahoma, sans-serif;
        }
        body {
            background-color: #fdf2f8;
            color: #2d3748;
            line-height: 2.0;
            padding-bottom: 80px;
        }
        .container {
            max-width: 1300px;
            margin: 0 auto;
            padding: 0 25px;
        }
        .header-nav {
            background-color: #e53e3e;
            padding: 20px 0;
            position: sticky;
            top: 0;
            z-index: 9999;
            box-shadow: 0 3px 15px rgba(0,0,0,0.15);
        }
        .nav-wrapper {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            font-size: 2.2rem;
            font-weight: 900;
            color: #ffffff;
            text-decoration: none;
            letter-spacing: 1px;
            text-shadow: 3px 3px 6px rgba(0,0,0,0.25);
            display: flex;
            align-items: center;
            gap: 12px;
            text-transform: uppercase;
        }
        .logo span {
            color: #ffdd00;
        }
        .nav-links {
            display: flex;
            gap: 35px;
        }
        .nav-links a {
            color: #ffffff;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.2rem;
            transition: all 0.3s ease;
            padding: 6px 0;
            border-bottom: 3px solid transparent;
        }
        .nav-links a:hover {
            color: #ffdd00;
            border-bottom: 3px solid #ffdd00;
        }
        .daman-link {
            background-color: #ffdd00;
            padding: 12px 24px;
            border-radius: 35px;
            color: #2d3748 !important;
            border-bottom: none !important;
            font-weight: 700;
        }
        .daman-link:hover {
            background-color: #ffc107;
            transform: translateY(-3px);
            box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        }
        .menu-toggle {
            display: none;
            font-size: 2.2rem;
            color: #ffffff;
            cursor: pointer;
            background: none;
            border: none;
        }
        .hero {
            text-align: center;
            padding: 80px 25px;
            background: linear-gradient(135deg, #fef7fb 0%, #fcf1f7 100%);
            border-radius: 25px;
            margin: 50px 0;
            box-shadow: 0 8px 20px rgba(0,0,0,0.08);
        }
        h1 {
            font-size: 3.5rem;
            color: #e53e3e;
            margin-bottom: 30px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
            line-height: 1.4;
        }
        .hero p {
            font-size: 1.4rem;
            max-width: 1000px;
            margin: 0 auto 40px;
            color: #4a5568;
            line-height: 1.9;
        }
        .btn-container {
            text-align: center;
            margin: 60px 0;
            display: flex;
            justify-content: center;
            gap: 30px;
            flex-wrap: wrap;
        }
        .btn {
            padding: 20px 40px;
            border-radius: 40px;
            font-size: 1.3rem;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            gap: 12px;
            box-shadow: 0 7px 20px rgba(0,0,0,0.15);
        }
        .download-btn {
            background-color: #e53e3e;
            color: #fff;
        }
        .download-btn:hover {
            background-color: #c53030;
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(229, 62, 62, 0.3);
        }
        .login-btn {
            background-color: #2563eb;
            color: #fff;
        }
        .login-btn:hover {
            background-color: #1d4ed8;
            transform: translateY(-4px);
            box-shadow: 0 10px 25px rgba(37, 99, 235, 0.3);
        }
        section {
            margin: 90px 0;
        }
        h2 {
            font-size: 2.5rem;
            color: #2d3748;
            margin-bottom: 45px;
            padding-bottom: 18px;
            border-bottom: 5px solid #e53e3e;
            display: inline-block;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.07);
        }
        h3 {
            font-size: 2.0rem;
            color: #e53e3e;
            margin: 50px 0 30px;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.07);
        }
        h4 {
            font-size: 1.5rem;
            color: #2563eb;
            margin: 35px 0 20px;
        }
        p {
            margin-bottom: 30px;
            font-size: 1.15rem;
            color: #374151;
        }
        .highlight {
            font-weight: 800;
            color: #e53e3e;
            font-size: 1.2rem;
        }
        .card {
            background-color: #fff;
            border-radius: 25px;
            padding: 50px;
            margin: 50px 0;
            box-shadow: 0 10px 30px rgba(0,0,0,0.09);
            border-left: 6px solid #e53e3e;
        }
        .image-container {
            text-align: center;
            margin: 70px 0;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            transition: transform 0.4s ease;
        }
        img:hover {
            transform: scale(1.03);
        }
        ul {
            margin: 35px 0 50px 60px;
        }
        li {
            margin-bottom: 25px;
            font-size: 1.15rem;
            color: #374151;
            list-style-type: disc;
            position: relative;
            padding-left: 20px;
        }
        li:before {
            content: "🤾";
            position: absolute;
            left: -35px;
            top: 2px;
            font-size: 1.3rem;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 35px;
            margin: 70px 0;
        }
        .stat-card {
            background-color: #fef7fb;
            padding: 40px;
            border-radius: 20px;
            text-align: center;
            border-top: 6px solid #e53e3e;
            box-shadow: 0 7px 20px rgba(0,0,0,0.07);
        }
        .stat-number {
            font-size: 3.2rem;
            font-weight: 900;
            color: #e53e3e;
            margin-bottom: 20px;
            line-height: 1.3;
        }
        .stat-label {
            font-size: 1.3rem;
            color: #2d3748;
            font-weight: 600;
        }
        .review-card {
            background-color: #f5fafe;
            padding: 35px;
            border-radius: 20px;
            margin-bottom: 35px;
            border-right: 6px solid #ffdd00;
            box-shadow: 0 7px 20px rgba(0,0,0,0.07);
        }
        .reviewer {
            font-weight: 700;
            color: #e53e3e;
            margin-bottom: 12px;
            display: block;
            font-size: 1.3rem;
        }
        .review-location {
            color: #6b7280;
            font-size: 1.05rem;
            margin-bottom: 18px;
            display: block;
        }
        .review-rating {
            color: #ffdd00;
            margin-bottom: 18px;
            font-size: 1.4rem;
        }
        .tip-box {
            background-color: #e8f4f8;
            padding: 35px;
            border-radius: 20px;
            margin: 50px 0;
            border-left: 6px solid #2563eb;
            box-shadow: 0 7px 20px rgba(0,0,0,0.07);
        }
        .tip-box h4 {
            color: #1e40af;
            font-size: 1.4rem;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .event-card {
            background-color: #faf0f5;
            padding: 40px;
            border-radius: 20px;
            margin-bottom: 40px;
            display: flex;
            flex-wrap: wrap;
            gap: 35px;
            align-items: center;
            box-shadow: 0 7px 20px rgba(0,0,0,0.07);
        }
        .event-img {
            flex: 1;
            min-width: 320px;
        }
        .event-details {
            flex: 2;
            min-width: 320px;
        }
        .event-date {
            font-weight: 700;
            color: #e53e3e;
            margin-bottom: 18px;
            font-size: 1.3rem;
            display: inline-block;
            background-color: #fee2e2;
            padding: 10px 18px;
            border-radius: 35px;
        }
        .community-card {
            background-color: #f8fafc;
            padding: 40px;
            border-radius: 20px;
            margin-bottom: 40px;
            box-shadow: 0 7px 20px rgba(0,0,0,0.07);
            border-top: 6px solid #22c55e;
        }
        .community-topics {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin: 30px 0;
        }
        .community-topic {
            background-color: #ecfdf5;
            padding: 10px 20px;
            border-radius: 30px;
            font-size: 1.1rem;
            color: #065f46;
            font-weight: 600;
        }
        .footer {
            background-color: #1f2937;
            color: #fff;
            padding: 90px 0 50px;
            margin-top: 120px;
            border-top-left-radius: 40px;
            border-top-right-radius: 40px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 60px;
            margin-bottom: 70px;
        }
        .footer-title {
            font-size: 1.6rem;
            margin-bottom: 35px;
            color: #ffdd00;
            border-bottom: 4px solid #ffdd00;
            padding-bottom: 18px;
            display: inline-block;
        }
        .footer-links {
            list-style: none;
            margin: 0;
            padding: 0;
        }
        .footer-links li {
            margin-bottom: 20px;
            list-style-type: none;
            padding-left: 0;
        }
        .footer-links li:before {
            content: "";
            display: none;
        }
        .footer-links a {
            color: #e5e7eb;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.1rem;
        }
        .footer-links a:hover {
            color: #ffdd00;
            padding-left: 10px;
        }
        .tag-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin: 40px 0;
        }
        .tag {
            background-color: #374151;
            padding: 12px 24px;
            border-radius: 35px;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }
        .tag:hover {
            background-color: #ffdd00;
        }
        .tag a {
            color: #fff;
            text-decoration: none;
        }
        .tag:hover a {
            color: #1f2937;
        }
        .promo-text {
            background-color: #f3f4f6;
            padding: 30px;
            border-radius: 20px;
            text-align: center;
            margin: 60px 0;
            font-size: 1.3rem;
            color: #1f2937;
            font-weight: 600;
            box-shadow: 0 7px 20px rgba(0,0,0,0.07);
        }
        .promo-text a {
            color: #e53e3e;
            font-weight: 700;
            text-decoration: underline;
            transition: color 0.3s ease;
        }
        .promo-text a:hover {
            color: #c53030;
        }
        .copyright {
            text-align: center;
            padding-top: 50px;
            border-top: 1px solid #374151;
            font-size: 1.1rem;
            color: #9ca3af;
        }
        @media (max-width: 1200px) {
            .logo {
                font-size: 1.9rem;
            }
            .nav-links {
                gap: 25px;
            }
            h1 {
                font-size: 3.0rem;
            }
            h2 {
                font-size: 2.2rem;
            }
            h3 {
                font-size: 1.8rem;
            }
            .btn {
                padding: 18px 35px;
                font-size: 1.2rem;
            }
            .stat-number {
                font-size: 2.8rem;
            }
        }
        @media (max-width: 992px) {
            .logo {
                font-size: 1.7rem;
            }
            .nav-links {
                gap: 20px;
            }
            h1 {
                font-size: 2.7rem;
            }
            h2 {
                font-size: 2.0rem;
            }
            h3 {
                font-size: 1.7rem;
            }
            .card {
                padding: 40px 30px;
            }
            .stats-grid {
                gap: 25px;
            }
            .stat-card {
                padding: 35px;
            }
        }
        @media (max-width: 768px) {
            .nav-links {
                display: none;
                flex-direction: column;
                position: absolute;
                top: 90px;
                left: 0;
                right: 0;
                background-color: #e53e3e;
                padding: 40px;
                gap: 25px;
                box-shadow: 0 15px 20px rgba(0,0,0,0.15);
            }
            .nav-links.active {
                display: flex;
            }
            .menu-toggle {
                display: block;
            }
            h1 {
                font-size: 2.4rem;
            }
            h2 {
                font-size: 1.8rem;
            }
            h3 {
                font-size: 1.6rem;
            }
            .hero {
                padding: 60px 20px;
            }
            .card {
                padding: 35px 25px;
            }
            .stats-grid {
                gap: 20px;
            }
            .stat-card {
                padding: 30px;
            }
            .stat-number {
                font-size: 2.4rem;
            }
            ul {
                margin-left: 40px;
            }
            .event-card {
                padding: 30px;
            }
            .footer-grid {
                gap: 40px;
            }
        }
        @media (max-width: 576px) {
            .logo {
                font-size: 1.5rem;
            }
            h1 {
                font-size: 2.1rem;
            }
            .btn {
                width: 100%;
                justify-content: center;
            }
            .stats-grid {
                grid-template-columns: 1fr;
            }
            .footer {
                padding: 70px 0 40px;
            }
            .tag-container {
                gap: 15px;
            }
            .tag {
                padding: 10px 20px;
                font-size: 1.0rem;
            }
        }
