/* Legal Pages Specific Styles */

.legal-page {
    padding-top: 100px;
    min-height: 100vh;
    background: #f8fafc;
}

.legal-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 60px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 20px;
    margin: 20px auto;
    max-width: 1200px;
}

.legal-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.last-updated {
    font-size: 1.1rem;
    opacity: 0.9;
    font-weight: 500;
}

.legal-content {
    max-width: 1200px;
    margin: 0 auto;
    background: white;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.legal-section {
    margin-bottom: 40px;
}

.legal-section:last-child {
    margin-bottom: 0;
}

.legal-section h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e8f0;
}

.legal-section h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #334155;
    margin: 25px 0 15px 0;
}

.legal-section p {
    font-size: 1rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 15px;
}

.legal-section ul {
    margin: 20px 0;
    padding-left: 0;
}

.legal-section li {
    font-size: 1rem;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    list-style: none;
}

.legal-section li::before {
    content: '•';
    color: #2563eb;
    font-weight: bold;
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

.legal-section ol {
    margin: 20px 0;
    padding-left: 20px;
}

.legal-section ol li {
    padding-left: 10px;
}

.legal-section ol li::before {
    display: none;
}

.contact-info {
    background: #f1f5f9;
    padding: 25px;
    border-radius: 12px;
    margin-top: 20px;
    border-left: 4px solid #2563eb;
}

.contact-info p {
    margin-bottom: 10px;
    font-size: 1rem;
}

.contact-info strong {
    color: #1e293b;
}

/* Pricing Styles */
.pricing-info {
    background: #f8fafc;
    padding: 30px;
    border-radius: 12px;
    margin: 20px 0;
    border-left: 4px solid #2563eb;
}

.pricing-table {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.pricing-item {
    background: white;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.pricing-item:hover {
    border-color: #2563eb;
    transform: translateY(-2px);
}

.pricing-item h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 15px;
}

.pricing-item .price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2563eb;
    margin-bottom: 10px;
}

.pricing-item p:last-child {
    color: #64748b;
    font-size: 0.9rem;
    margin: 0;
}

.pricing-note {
    font-size: 0.9rem;
    color: #64748b;
    font-style: italic;
    margin-top: 20px;
    padding: 15px;
    background: #fef3c7;
    border-radius: 8px;
    border-left: 4px solid #f59e0b;
}

/* Support Page Specific Styles */
.support-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 120px 0 80px;
    text-align: center;
}

.support-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.support-hero p {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.support-content {
    padding: 80px 0;
}

/* Usage Guide Styles */
.usage-guide {
    background: white;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    max-width: 1200px;
    margin: 40px auto;
}

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

.guide-item {
    padding: 25px;
    background: #f8fafc;
    border-radius: 12px;
    border-left: 4px solid #2563eb;
}

.guide-item h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 15px;
}

.guide-item p {
    color: #64748b;
    line-height: 1.6;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.support-card {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.support-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.support-card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 1.5rem;
}

.support-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 15px;
}

.support-card p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

.support-card .btn {
    display: inline-block;
    padding: 12px 24px;
    background: #2563eb;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.support-card .btn:hover {
    background: #1d4ed8;
    transform: translateY(-2px);
}

/* FAQ Styles */
.faq-section {
    background: white;
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    max-width: 1200px;
    margin: 0 auto 40px auto;
}

.faq-item {
    border-bottom: 1px solid #e2e8f0;
    padding: 25px 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: #2563eb;
}

.faq-question::after {
    content: '+';
    font-size: 1.5rem;
    font-weight: 300;
    transition: transform 0.3s ease;
}

.faq-question.active::after {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    color: #64748b;
    line-height: 1.6;
}

.faq-answer.active {
    max-height: 200px;
    padding-top: 15px;
}

/* Contact Form Styles */
.contact-form {
    background: white;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    margin-top: 40px;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background: white;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.form-group input.error,
.form-group textarea.error,
.form-group select.error {
    border-color: #ef4444;
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    text-align: center;
    margin-top: 30px;
}

.form-submit .btn {
    padding: 15px 40px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-submit .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive Design for Legal Pages */
@media (max-width: 768px) {
    .legal-header h1 {
        font-size: 2.5rem;
    }
    
    .legal-content {
        padding: 40px 20px;
        margin: 20px;
    }
    
    .support-hero h1 {
        font-size: 2.5rem;
    }
    
    .support-grid {
        grid-template-columns: 1fr;
    }
    
    .faq-section,
    .contact-form {
        padding: 30px 20px;
        margin: 20px;
    }
}
