/* ============================================
   PRIVACY POLICY PAGE STYLES
   ============================================ */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #0f172a;
    color: #e2e8f0;
    line-height: 1.7;
    min-height: 100vh;
}

/* ============================================
   NAVBAR
   ============================================ */
.navbar {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(16, 185, 129, 0.1);
    padding: 0.8rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.brand-logo {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

.brand-text {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
}

.brand-text-primary {
    color: #10b981;
}

.brand-text-secondary {
    color: #fff;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.nav-link {
    color: #94a3b8;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #10b981;
    background: rgba(16, 185, 129, 0.1);
}

.nav-link-primary {
    color: #fff !important;
    background: linear-gradient(135deg, #10b981, #059669) !important;
    padding: 0.5rem 1.2rem !important;
}

.nav-link-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
}

.nav-link-secondary {
    color: #10b981 !important;
    border: 1px solid #10b981;
    padding: 0.5rem 1.2rem !important;
}

.nav-link-secondary:hover {
    background: rgba(16, 185, 129, 0.1) !important;
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    color: #e2e8f0;
    font-size: 1.3rem;
    cursor: pointer;
    padding: 0.5rem;
}

/* ============================================
   CONTAINER
   ============================================ */
.container-custom {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero-section {
    text-align: center;
    padding: 4rem 0 3rem;
}

.hero-content {
    max-width: 700px;
    margin: 0 auto;
}

.hero-badge {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: #94a3b8;
    margin-bottom: 0.5rem;
}

.hero-date {
    font-size: 0.9rem;
    color: #64748b;
    font-style: italic;
}

/* ============================================
   CONTENT SECTIONS
   ============================================ */
.content-section {
    background: rgba(30, 41, 59, 0.5);
    border: 1px solid rgba(51, 65, 85, 0.5);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    transition: border-color 0.3s ease;
}

.content-section:hover {
    border-color: rgba(16, 185, 129, 0.3);
}

.content-section.highlight-section {
    border-color: rgba(66, 133, 244, 0.3);
    background: rgba(30, 41, 59, 0.7);
}

.content-section.highlight-section:hover {
    border-color: rgba(66, 133, 244, 0.5);
}

.section-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.section-icon {
    font-size: 1.3rem;
    color: #10b981;
    width: 40px;
    height: 40px;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.section-icon.google-icon {
    color: #4285F4;
    background: rgba(66, 133, 244, 0.1);
}

.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
}

.section-content p {
    color: #cbd5e1;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.section-content h3 {
    color: #e2e8f0;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.section-content h3 i {
    color: #10b981;
    font-size: 1rem;
}

.section-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
}

.section-content ul li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
    color: #cbd5e1;
    font-size: 0.95rem;
}

.section-content ul li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: 600;
}

.section-content a {
    color: #10b981;
    text-decoration: none;
    transition: color 0.3s ease;
}

.section-content a:hover {
    color: #34d399;
    text-decoration: underline;
}

/* ============================================
   USAGE GRID
   ============================================ */
.usage-grid,
.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.usage-card,
.right-card {
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(51, 65, 85, 0.5);
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.3s ease;
}

.usage-card:hover,
.right-card:hover {
    border-color: rgba(16, 185, 129, 0.3);
    transform: translateY(-2px);
}

.usage-card i,
.right-card i {
    font-size: 1.5rem;
    color: #10b981;
    margin-bottom: 0.75rem;
    display: block;
}

.usage-card h4,
.right-card h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.usage-card p,
.right-card p {
    color: #94a3b8;
    font-size: 0.85rem;
    margin-bottom: 0;
}

.rights-note {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(16, 185, 129, 0.1);
    border-radius: 10px;
    border: 1px solid rgba(16, 185, 129, 0.2);
    font-size: 0.9rem;
}

/* ============================================
   GOOGLE INFO GRID
   ============================================ */
.google-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.google-info-card {
    background: rgba(15, 23, 42, 0.5);
    border: 1px solid rgba(51, 65, 85, 0.5);
    border-radius: 12px;
    padding: 1.25rem;
}

.google-info-card h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.google-info-card h4 .fa-check-circle {
    color: #10b981;
}

.google-info-card h4 .fa-times-circle {
    color: #ef4444;
}

.google-info-card ul li {
    font-size: 0.9rem;
}

/* ============================================
   CONTACT SECTION
   ============================================ */
.contact-section {
    border-color: rgba(16, 185, 129, 0.3);
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1rem;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(15, 23, 42, 0.5);
    border-radius: 10px;
    border: 1px solid rgba(51, 65, 85, 0.5);
}

.contact-method i {
    color: #10b981;
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.contact-method span {
    color: #cbd5e1;
    font-size: 0.95rem;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }

    .container-custom {
        padding: 1rem;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-section {
        padding: 2.5rem 0 2rem;
    }

    .content-section {
        padding: 1.25rem;
    }

    .section-title {
        font-size: 1.15rem;
    }

    .usage-grid,
    .rights-grid,
    .google-info-grid {
        grid-template-columns: 1fr;
    }

    .hero-badge {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .section-title {
        font-size: 1.05rem;
    }
}
