:root {
    --primary-color: #667eea;
    --secondary-color: #764ba2;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: white;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 60px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.navbar {
    background: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: none;
}

.navbar-brand {
    font-weight: 700;
    color: white !important;
    font-size: 1.5rem;
}

.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
}

.navbar-nav .nav-link:hover {
    color: white !important;
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.policy-container {
    max-width: 900px;
    margin: 0 auto;
}

.policy-header {
    text-align: center;
    margin-bottom: 50px;
    padding: 60px 40px;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.policy-header h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.last-updated {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.policy-section {
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.policy-section h2 {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    margin-bottom: 25px;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
}

.policy-section h3 {
    font-size: clamp(1.2rem, 3vw, 1.4rem);
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: white;
}

.policy-section p {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px;
}

.policy-section ul {
    padding-left: 25px;
    margin-bottom: 20px;
}

.policy-section ul li {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
}

.policy-section ul li strong {
    color: white;
}

.highlight-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 25px;
    margin: 25px 0;
    font-size: clamp(1.1rem, 3vw, 1.25rem);
    line-height: 1.7;
}

.highlight-box strong {
    color: white;
    display: block;
    margin-bottom: 10px;
    font-size: 1.1em;
}

/* Promise Section - What We Don't Do */
.promise-section {
    background: rgba(0, 0, 0, 0.2);
}

.promise-intro {
    font-size: clamp(1.1rem, 3vw, 1.3rem) !important;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px !important;
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.promise-card {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 25px;
    transition: all 0.3s ease;
}

.promise-card:hover {
    background: rgba(0, 0, 0, 0.35);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.3);
}

.promise-card h3 {
    font-size: clamp(1.1rem, 3vw, 1.25rem);
    font-weight: 700;
    margin-bottom: 10px;
    color: white;
}

.promise-card p {
    font-size: clamp(0.9rem, 2.5vw, 1rem) !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
    color: rgba(255, 255, 255, 0.85);
}

.promise-footer {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 20px 25px;
    text-align: center;
}

.promise-footer p {
    margin-bottom: 0 !important;
    font-size: clamp(1rem, 2.5vw, 1.1rem) !important;
}

.contact-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 25px;
    margin: 20px 0;
}

.contact-box p {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.contact-box p:last-child {
    margin-bottom: 0;
}

/* Mobile Styles */
@media (max-width: 768px) {
    body {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .policy-header {
        padding: 40px 25px;
        border-radius: 16px;
        margin-bottom: 30px;
    }

    .policy-header h1 {
        font-size: clamp(1.8rem, 7vw, 2.5rem);
    }

    .policy-section {
        padding: 30px 20px;
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .policy-section h2 {
        font-size: clamp(1.4rem, 5.5vw, 1.8rem);
        margin-bottom: 20px;
        padding-bottom: 12px;
    }

    .policy-section h3 {
        font-size: clamp(1.15rem, 4.5vw, 1.3rem);
        margin-top: 25px;
    }

    .policy-section p,
    .policy-section ul li {
        font-size: clamp(1rem, 4vw, 1.15rem);
        line-height: 1.7;
    }

    .highlight-box,
    .contact-box {
        padding: 20px 15px;
        border-radius: 12px;
    }

    /* Promise grid mobile */
    .promise-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .promise-card {
        padding: 20px;
    }

    .promise-card:hover {
        transform: none;
    }

    .promise-card h3 {
        font-size: 1.1rem;
    }

    .promise-footer {
        padding: 15px 20px;
    }

    .highlight-box {
        font-size: clamp(1rem, 4vw, 1.15rem);
    }

    .navbar-brand {
        font-size: 1.25rem;
    }
}

/* Extra small screens */
@media (max-width: 374px) {
    .policy-header h1 {
        font-size: 1.6rem;
    }

    .policy-section h2 {
        font-size: 1.25rem;
    }

    .policy-section p,
    .policy-section ul li {
        font-size: 0.95rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}
