        body {
            margin: 0;
            padding: 0;
            background: #f5f5f5;
            font-family: "Cairo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            line-height: 1.8;
        }

        .policy-container {
            max-width: 90%;
            margin: 30px auto;
            background: #ffffff;
            padding: 25px 20px 35px;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        }

        .policy-header {
            text-align: center;
            margin-bottom: 25px;
        }

        .policy-header h1 {
            margin: 0 0 10px;
            font-size: 26px;
            color: #222;
        }

        .policy-header p {
            margin: 0;
            color: #777;
            font-size: 14px;
        }

        .policy-section {
            margin-bottom: 25px;
        }

        .policy-section h2 {
            font-size: 20px;
            margin: 0 0 10px;
            color: #444;
            border-right: 4px solid #c49a3a;
            padding-right: 8px;
        }

        .policy-section p {
            margin: 0 0 10px;
            color: #444;
            font-size: 15px;
        }

        .policy-section ul {
            margin: 0 0 10px 0;
            padding-right: 20px;
            list-style-type: "• ";
        }

        .policy-section li {
            margin-bottom: 6px;
            color: #444;
            font-size: 15px;
        }

        .note-box {
            background: #fff9e6;
            border-right: 4px solid #f0b400;
            padding: 12px 15px;
            border-radius: 8px;
            margin-top: 10px;
            font-size: 14px;
            color: #555;
        }

        .small-text {
            font-size: 13px;
            color: #777;
            margin-top: 15px;
        }

        @media (max-width: 600px) {
            .policy-container {
                margin: 15px;
                padding: 20px 15px 25px;
            }

            .policy-header h1 {
                font-size: 22px;
            }

            .policy-section h2 {
                font-size: 18px;
            }

            .policy-section p,
            .policy-section li {
                font-size: 14px;
            }
        }
        .policy-section li.bill {color: red;}