      * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
            line-height: 1.6;
            color: #1e1e2f;
            background-color: #f8f9fc;
            padding: 2rem 1rem;
        }

        .policy-container {
            max-width: 1000px;
            margin: 0 auto;
            background: #ffffff;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            padding: 2.5rem;
            border: 1px solid #e9ecf2;
        }

        .policy-header {
            text-align: center;
            margin-bottom: 2.5rem;
            padding-bottom: 1.5rem;
            border-bottom: 2px solid #ec4899;
        }

        .policy-header h1 {
            font-size: 2.2rem;
            font-weight: 700;
            color: #0a0f1c;
            letter-spacing: -0.01em;
            margin-bottom: 0.5rem;
        }

        .policy-header .effective-date {
            font-size: 1rem;
            color: #64748b;
            font-weight: 400;
        }

        .company-info {
            background: #fdf2f8;
            padding: 1.2rem 1.5rem;
            border-radius: 12px;
            margin-bottom: 2rem;
            font-size: 1rem;
            border-left: 4px solid #ec4899;
        }

        .company-info p {
            margin-bottom: 0.25rem;
        }

        .company-info strong {
            color: #0f172a;
        }

        h2 {
            font-size: 1.5rem;
            font-weight: 600;
            color: #0f172a;
            margin-top: 2rem;
            margin-bottom: 1rem;
            padding-bottom: 0.5rem;
            border-bottom: 1px solid #e2e8f0;
        }

        h3 {
            font-size: 1.2rem;
            font-weight: 600;
            color: #1e293b;
            margin-top: 1.5rem;
            margin-bottom: 0.75rem;
        }

        p {
            margin-bottom: 1rem;
            color: #334155;
        }

        ul, ol {
            margin: 0.75rem 0 1.25rem 1.8rem;
            color: #334155;
        }

        li {
            margin-bottom: 0.5rem;
        }

        li strong {
            color: #0f172a;
        }

        .data-section {
            background: #f8fafc;
            padding: 1.2rem 1.5rem;
            border-radius: 10px;
            margin: 1rem 0 1.5rem 0;
            border: 1px solid #e2e8f0;
        }

        .data-section p {
            margin-bottom: 0.75rem;
        }

        .data-section ul {
            margin-bottom: 0.5rem;
        }

        .highlight-box {
            background: #fdf2f8;
            padding: 1.2rem 1.5rem;
            border-radius: 10px;
            margin: 1.5rem 0;
            border: 1px solid #fbcfe8;
        }

        .warning-box {
            background: #fff7ed;
            padding: 1.2rem 1.5rem;
            border-radius: 10px;
            margin: 1.5rem 0;
            border-left: 4px solid #f97316;
            border-top: 1px solid #fed7aa;
            border-right: 1px solid #fed7aa;
            border-bottom: 1px solid #fed7aa;
        }

        .warning-box strong {
            color: #9a3412;
        }

        .jurisdiction-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1rem;
            margin: 1.5rem 0;
        }

        .jurisdiction-card {
            background: #f1f5f9;
            padding: 1rem 1.2rem;
            border-radius: 8px;
            border-left: 3px solid #64748b;
        }

        .jurisdiction-card strong {
            display: block;
            color: #0f172a;
            margin-bottom: 0.25rem;
        }

        .jurisdiction-card span {
            color: #475569;
            font-size: 0.95rem;
        }

        .contact-methods {
            background: #f8fafc;
            padding: 1.5rem;
            border-radius: 10px;
            margin: 1.5rem 0;
            border: 1px dashed #94a3b8;
        }

        .signature-block {
            margin-top: 3rem;
            padding-top: 1.5rem;
            border-top: 1px solid #cbd5e1;
            font-style: italic;
            color: #475569;
        }

        .small-note {
            font-size: 0.9rem;
            color: #64748b;
            margin-top: 1.5rem;
            text-align: center;
        }

        .policy-container a {
            color: #db2777;
            text-decoration: none;
            border-bottom: 1px dotted #f9a8d4;
        }

        .policy-container a:hover {
            color: #be185d;
            border-bottom: 1px solid #be185d;
        }

        @media (max-width: 640px) {
            .policy-container {
                padding: 1.5rem;
            }
            .policy-header h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            .jurisdiction-grid {
                grid-template-columns: 1fr;
            }
        }
/*!This documentation and script was generated with the help of DeepSeek AI, in order to save time and spare us from writing a legal policy, which we can all agree is the most boring part of writing a website, the rest of the site was written by y7kim and edited by hand myself.*/