 .privacy-hero {
            background: #0f172a;
            color: white;
            padding: 90px 20px;
            text-align: center;
        }

        .privacy-hero h1 {
            font-family: "Playfair Display", serif;
            font-size: clamp(2.5rem, 5vw, 4rem);
            margin-bottom: 15px;
        }

        .privacy-hero p {
            max-width: 750px;
            margin: 0 auto;
            color: #cbd5e1;
            font-size: 1.05rem;
        }

        .privacy-content {
            background: #f8fafc;
            padding: 70px 20px;
        }

        .privacy-card {
            max-width: 900px;
            margin: 0 auto;
            padding: 50px;
            background: white;
            border: 1px solid #e5e7eb;
            border-radius: 20px;
            box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
        }

        .privacy-card h2 {
            color: #0f172a;
            font-family: "Playfair Display", serif;
            font-size: 1.8rem;
            margin: 40px 0 15px;
        }

        .privacy-card h2:first-of-type {
            margin-top: 0;
        }

        .privacy-card p {
            margin-bottom: 15px;
            color: #475569;
        }

        .privacy-card ul {
            margin: 0 0 20px 25px;
            color: #475569;
        }

        .privacy-card li {
            margin-bottom: 10px;
        }

        .privacy-card a {
            color: #1e3a5f;
            font-weight: 700;
        }

        .effective-date {
            padding: 15px 18px;
            margin-bottom: 30px;
            background: #f8fafc;
            border-left: 4px solid #c9a227;
            border-radius: 8px;
        }

        .privacy-contact-box {
            margin-top: 20px;
            padding: 22px;
            background: #f8fafc;
            border: 1px solid #e5e7eb;
            border-radius: 12px;
        }

        .privacy-disclaimer {
            margin-top: 40px;
            padding: 20px;
            border-radius: 12px;
            background: #fff7ed;
            border: 1px solid #fed7aa;
            color: #9a3412;
        }

         @media (max-width: 700px) {

            .privacy-hero {
                padding: 65px 20px;
            }

            .privacy-content {
                padding: 40px 15px;
            }

            .privacy-card {
                padding: 30px 22px;
            }

            .privacy-card h2 {
                font-size: 1.5rem;
            }

        }
