*{
            font-family: Poppins;
        }
        .navbar {
            background: #ffffff;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            padding: 12px 0;
        }
        .navbar-brand {
            font-size: 1.4rem;
            font-weight: 700;
            color: #333 !important;
            letter-spacing: 0.3px;
        }
        .navbar-nav .nav-link {
            color: #444 !important;
            font-weight: 500;
            padding: 8px 14px;
            transition: 0.3s ease;
        }
        .navbar-nav .nav-link:hover {
            color: #007bff !important;
            transform: translateY(-1px);
        }
        .navbar-nav .nav-link.active {
            color: #007bff !important;
            font-weight: 600;
        }
        .navbar-toggler {
            border: none;
        }
        .navbar-toggler:focus {
            box-shadow: none;
        }
        .header-image {
            width: 100%;
            height: 520px;    
            object-fit: cover;
            border-radius: 0; 
        }
        .app-tile {
            background: #fff;
            border-radius: 16px;
            padding: 18px;
            transition: 0.3s ease;
        }

        .app-tile:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
        }

        .tile-banner {
            width: 100%;
            height: 170px;
            border-radius: 14px;
            object-fit: cover;
        }

        .tile-info {
            align-items: center;
        }

        .tile-icon {
            width: 55px;
            height: 55px;
            border-radius: 12px;
            object-fit: cover;
            box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        }
        .section-title {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 25px;
            text-align: left;
        }
		.policy-section:not(:last-child) {
            border-bottom: 1px solid #dee2e6;
        }
        .toc-link {
            color: inherit;
            text-decoration: none;
            transition: color 0.2s;
        }
        .toc-link:hover {
            color: #0d6efd;
        }