 body {
            margin: 0;
            font-family: "Inter", "Segoe UI", Arial, sans-serif;
            background: linear-gradient(180deg, #f3f6fb, #ffffff);
            color: #1f2933;
            line-height: 1.85;
        }

        .container {
            max-width: 1200px;
            margin: auto;
            padding: 50px 30px;
        }

        h1 {
            text-align: center;
            font-size: 42px;
            color: #0f172a;
            margin-bottom: 15px;
        }

        .subtitle {
            text-align: center;
            font-size: 18px;
            color: #475569;
            margin-bottom: 55px;
        }

        .company {
            background: #ffffff;
            border-radius: 16px;
            padding: 40px;
            margin-bottom: 50px;
            box-shadow: 0 25px 50px rgba(15, 23, 42, 0.08);
        }

        h2 a {
            text-decoration: none;
            color: #0f172a;
        }

        h2 a:hover {
            color: #2563eb;
        }

        .rating {
            font-size: 20px;
            color: #f59e0b;
            margin-bottom: 18px;
        }

        h3 {
            color: #334155;
            margin-top: 22px;
        }

        ul {
            padding-left: 22px;
        }

        .testimonial {
            background: #f8fafc;
            border-left: 5px solid #2563eb;
            padding: 20px 24px;
            margin-top: 22px;
            border-radius: 6px;
            font-style: italic;
        }

        footer {
            text-align: center;
            margin-top: 60px;
            font-size: 14px;
            color: #64748b;
        }