/* Policy Pages Styles */
.policy-page {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #1E1E1E 0%, #2A2A2A 50%, #1E1E1E 100%);
    min-height: 100vh;
}

.policy-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.policy-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #333;
}

.policy-header h1 {
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
}

.policy-header .subtitle {
    color: #b0b0b0;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.policy-header .last-updated {
    color: #888;
    font-size: 0.9rem;
    font-style: italic;
}

.policy-content {
    background: linear-gradient(135deg, #2A2A2A 0%, #333 100%);
    border: 1px solid #444;
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 2rem;
    line-height: 1.8;
}

.policy-content h2 {
    color: #ffffff;
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #3E7CB1;
}

.policy-content h2:first-child {
    margin-top: 0;
}

.policy-content h3 {
    color: #e0e0e0;
    font-size: 1.4rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.policy-content h4 {
    color: #d0d0d0;
    font-size: 1.2rem;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
}

.policy-content p {
    color: #b0b0b0;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.policy-content ul,
.policy-content ol {
    color: #b0b0b0;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.policy-content li {
    margin-bottom: 0.5rem;
}

.policy-content strong {
    color: #e0e0e0;
    font-weight: 600;
}

.policy-content em {
    color: #c0c0c0;
    font-style: italic;
}

.policy-content a {
    color: #3E7CB1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.policy-content a:hover {
    color: #FF5A5F;
    text-decoration: underline;
}

.policy-content .highlight-box {
    background: linear-gradient(135deg, #3E7CB1 0%, #FF5A5F 100%);
    background-clip: padding-box;
    border: 2px solid transparent;
    border-radius: 15px;
    padding: 1.5rem;
    margin: 2rem 0;
    position: relative;
}

.policy-content .highlight-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1E1E1E 0%, #2A2A2A 100%);
    border-radius: 13px;
    z-index: -1;
}

.policy-content .highlight-box p {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 500;
}

.policy-content .info-box {
    background: rgba(62, 124, 177, 0.1);
    border-left: 4px solid #3E7CB1;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 5px;
}

.policy-content .info-box p {
    color: #e0e0e0;
    margin-bottom: 0;
}

.policy-content .warning-box {
    background: rgba(255, 90, 95, 0.1);
    border-left: 4px solid #FF5A5F;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 5px;
}

.policy-content .warning-box p {
    color: #e0e0e0;
    margin-bottom: 0;
}

.policy-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: rgba(30, 30, 30, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.policy-content th,
.policy-content td {
    padding: 1rem;
    text-align: left;
    border-bottom: 1px solid #444;
}

.policy-content th {
    background: linear-gradient(45deg, #3E7CB1, #FF5A5F);
    color: white;
    font-weight: 600;
}

.policy-content td {
    color: #b0b0b0;
}

.policy-content .contact-section {
    background: linear-gradient(135deg, #1E1E1E 0%, #2A2A2A 100%);
    border: 1px solid #333;
    border-radius: 15px;
    padding: 2rem;
    margin: 3rem 0;
    text-align: center;
}

.policy-content .contact-section h3 {
    color: #ffffff;
    margin-bottom: 1rem;
}

.policy-content .contact-section p {
    color: #b0b0b0;
    margin-bottom: 1.5rem;
}

.policy-content .contact-info {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.policy-content .contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #3E7CB1;
}

.policy-content .contact-item svg {
    flex-shrink: 0;
}

.policy-content .contact-item a {
    color: #3E7CB1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.policy-content .contact-item a:hover {
    color: #FF5A5F;
}

.policy-navigation {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.policy-nav-link {
    background: linear-gradient(45deg, #3E7CB1, #FF5A5F);
    color: white;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(62, 124, 177, 0.3);
}

.policy-nav-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(62, 124, 177, 0.4);
}

.policy-nav-link.secondary {
    background: transparent;
    color: #3E7CB1;
    border: 2px solid #3E7CB1;
    box-shadow: none;
}

.policy-nav-link.secondary:hover {
    background: #3E7CB1;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(62, 124, 177, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .policy-page {
        padding: 100px 0 60px;
    }
    
    .policy-container {
        padding: 0 15px;
    }
    
    .policy-content {
        padding: 2rem;
    }
    
    .policy-content h2 {
        font-size: 1.5rem;
    }
    
    .policy-content h3 {
        font-size: 1.3rem;
    }
    
    .policy-content h4 {
        font-size: 1.1rem;
    }
    
    .policy-content p,
    .policy-content li {
        font-size: 1rem;
    }
    
    .policy-content .contact-info {
        flex-direction: column;
        gap: 1rem;
    }
    
    .policy-navigation {
        flex-direction: column;
        align-items: center;
    }
    
    .policy-nav-link {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .policy-content {
        padding: 1.5rem;
    }
    
    .policy-content ul,
    .policy-content ol {
        padding-left: 1.5rem;
    }
    
    .policy-content table {
        font-size: 0.9rem;
    }
    
    .policy-content th,
    .policy-content td {
        padding: 0.75rem;
    }
}

/* Print Styles */
@media print {
    .policy-page {
        background: white !important;
        color: black !important;
    }
    
    .policy-content {
        background: white !important;
        border: 1px solid #ccc !important;
        box-shadow: none !important;
    }
    
    .policy-content h2,
    .policy-content h3,
    .policy-content h4 {
        color: black !important;
    }
    
    .policy-content p,
    .policy-content li {
        color: black !important;
    }
    
    .policy-navigation {
        display: none !important;
    }
    
    .policy-content .highlight-box,
    .policy-content .info-box,
    .policy-content .warning-box {
        background: #f5f5f5 !important;
        border: 1px solid #ccc !important;
    }
} 