/* ===== Legal Pages Styles ===== */

/* Legal Page Layout */
.legal-page {
    padding: 140px 0 80px;
    background: #fff;
}

.legal-page h1 {
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #1a1a2e;
}

.legal-meta {
    font-size: 14px;
    color: #888;
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
}

.legal-content {
    max-width: 800px;
}

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

.legal-content h2 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 16px;
    margin-top: 32px;
}

.legal-content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    margin-top: 24px;
}

.legal-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 16px;
}

.legal-content ul, .legal-content ol {
    margin: 16px 0;
    padding-left: 24px;
}

.legal-content li {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 8px;
}

.legal-content a {
    color: #FF6B35;
    text-decoration: underline;
}

.legal-content a:hover {
    color: #e55a2b;
}

.contact-info {
    background: #f8f8f8;
    padding: 24px;
    border-radius: 12px;
    margin-top: 16px;
}

.contact-info p {
    margin-bottom: 4px;
}

/* ===== About Page ===== */
.about-hero {
    padding: 140px 0 60px;
    background: linear-gradient(180deg, #FFF5F0 0%, #fff 100%);
    text-align: center;
}

.about-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #1a1a2e;
}

.about-page {
    padding: 60px 0 80px;
}

.about-content {
    max-width: 900px;
    margin: 0 auto;
}

.about-section {
    margin-bottom: 60px;
}

.about-section h2 {
    font-size: 32px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 20px;
}

.about-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 16px;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 32px;
}

.about-feature {
    background: #f8f8f8;
    padding: 28px;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
}

.about-feature-icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.about-feature h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a2e;
}

.about-feature p {
    font-size: 15px;
    color: #666;
    margin-bottom: 0;
}

.values-list {
    list-style: none;
    padding: 0;
}

.values-list li {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
}

.values-list li:last-child {
    border-bottom: none;
}

.company-info {
    background: #FFF8F5;
    padding: 40px;
    border-radius: 20px;
}

.company-card {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.company-logo {
    width: 80px;
    height: 80px;
    border-radius: 16px;
}

.company-details h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a2e;
}

.company-address {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ffe0d0;
}

.about-cta {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

/* ===== Contact Page ===== */
.contact-hero {
    padding: 140px 0 60px;
    background: linear-gradient(180deg, #FFF5F0 0%, #fff 100%);
    text-align: center;
}

.contact-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #1a1a2e;
}

.contact-page {
    padding: 60px 0 80px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

.contact-info-section h2,
.contact-form-section h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a2e;
}

.contact-info-section > p {
    font-size: 16px;
    color: #666;
    margin-bottom: 32px;
    line-height: 1.7;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-method {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.contact-method:hover {
    background: #FFF8F5;
    border-color: #FFE0D0;
}

.contact-icon {
    font-size: 28px;
    line-height: 1;
}

.contact-details h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #1a1a2e;
}

.contact-details a {
    color: #FF6B35;
    font-size: 15px;
    text-decoration: none;
}

.contact-details a:hover {
    text-decoration: underline;
}

.contact-note {
    font-size: 13px;
    color: #888;
    margin-top: 4px;
}

.company-address-card {
    margin-top: 32px;
    padding: 24px;
    background: #1a1a2e;
    border-radius: 16px;
    color: #fff;
}

.company-address-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #fff;
}

.address-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #ccc;
    margin: 0;
}

.address-content strong {
    color: #fff;
}

/* Contact Form */
.contact-form {
    background: #f8f8f8;
    padding: 32px;
    border-radius: 20px;
}

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

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

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    font-size: 15px;
    font-family: inherit;
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    transition: border-color 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #FF6B35;
}

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

.contact-form .btn {
    width: 100%;
    justify-content: center;
}

.response-time {
    margin-top: 20px;
    text-align: center;
}

.response-time p {
    font-size: 14px;
    color: #888;
}

/* FAQ Section */
.faq-section {
    padding-top: 60px;
    border-top: 1px solid #eee;
}

.faq-section h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #1a1a2e;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.faq-item {
    padding: 24px;
    background: #f8f8f8;
    border-radius: 16px;
}

.faq-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a2e;
}

.faq-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.faq-item a {
    color: #FF6B35;
}

/* Footer Company Info */
.footer-company {
    font-size: 12px;
    color: #666;
    margin-top: 12px;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
    .legal-page {
        padding: 120px 0 60px;
    }

    .legal-page h1 {
        font-size: 32px;
    }

    .about-hero h1,
    .contact-hero h1 {
        font-size: 32px;
    }

    .about-features {
        grid-template-columns: 1fr;
    }

    .company-card {
        flex-direction: column;
        text-align: center;
    }

    .about-cta {
        flex-direction: column;
    }

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }
}
