/* Page Templates (Privacy Policy, Terms & Conditions) Styles */

.page-hero-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.page-hero-title {
    text-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.page-hero-subtitle {
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.page-hero-date {
    font-size: 0.9rem;
}

.page-section-heading {
    color: #667eea;
}

.page-section-heading .emoji {
    font-size: 1.5rem;
}

.page-subheading {
    color: #764ba2;
}

.page-content-text {
    line-height: 1.8;
    font-size: 1.05rem;
}

.page-list-text {
    line-height: 1.8;
}

.page-divider {
    border-color: rgba(102, 126, 234, 0.2);
    border-width: 2px;
}

.page-feature-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.page-feature-card .feature-title {
    color: #667eea;
}

.page-feature-card .feature-text {
    font-size: 0.95rem;
}

.page-contact-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.page-contact-card .contact-title {
    font-size: 1.8rem;
}

.page-contact-card .contact-icon {
    font-size: 2rem;
}

.page-contact-card .contact-link {
    font-size: 1.1rem;
    word-break: break-word;
}

/* Terms & Conditions Specific Styles */
.terms-section-number {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.terms-info-box {
    background: linear-gradient(135deg, #e7f3ff 0%, #f0f8ff 100%);
}

.terms-info-title {
    color: #0066cc;
}

.terms-warning-box {
    background: linear-gradient(135deg, #ffe7e7 0%, #fff0f0 100%);
}

.terms-warning-title {
    color: #dc3545;
}

.terms-alert-success {
    border-left: 4px solid #28a745 !important;
}

.terms-alert-success .alert-heading {
    color: #28a745;
}

.terms-alert-warning {
    border-left: 4px solid #ffc107 !important;
}

.terms-alert-warning .alert-heading {
    color: #ffc107;
}

.terms-alert-danger {
    border-left: 4px solid #dc3545 !important;
}

.terms-alert-danger .alert-heading {
    color: #dc3545;
}

.terms-contact-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 15px;
    color: white;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}
