/* ========================================
   Nosabo - Secondary Pages (Clay Theme - Updated)
   ======================================== */

/* ========== Page Body ========== */
.page-body {
    background: #F4EFE6;
    color: #2A2A2A;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Note: Header is now handled by .header in styles.css (fixed blur header) */

/* ========== Main Content ========== */
.page-main {
    flex: 1;
    padding: 6rem 2rem 4rem;
}

.page-content {
    max-width: 900px;
    margin: 0 auto;
    background: #FFFFFF;
    padding: 3rem;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.page-content-narrow {
    max-width: 700px;
}

/* ========== Minimalist Support Page ========== */
.support-content {
    max-width: 900px;
    margin: 0 auto;
}

.support-hero {
    text-align: center;
    margin-bottom: 4rem;
}

.support-character {
    width: 180px;
    height: 180px;
    object-fit: contain;
    margin-bottom: 2rem;
}

.support-hero h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    color: #2A2A2A;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.support-hero p {
    font-size: 1.25rem;
    color: #4A4A4A;
    line-height: 1.6;
}

.support-faqs {
    margin-bottom: 4rem;
}

.support-faq-item {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

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

.support-faq-item h3 {
    font-size: 1.35rem;
    font-weight: 800;
    color: #2A2A2A;
    margin-bottom: 0.75rem;
}

.support-faq-item p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4A4A4A;
}

.support-faq-item a {
    color: #7B68EE;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.support-faq-item a:hover {
    border-bottom-color: #7B68EE;
}

.support-contact {
    text-align: center;
    padding: 3rem 2rem;
    background: #7B68EE;
    border-radius: 16px;
    margin-top: 4rem;
}

.support-contact p {
    font-size: 1.25rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.support-contact a {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.support-contact a:hover {
    border-bottom-color: #FFFFFF;
    transform: translateY(-2px);
}

/* ========== Flat Legal Pages (Privacy, Terms) ========== */
.legal-content {
    max-width: 900px;
    margin: 0 auto;
    color: #2A2A2A;
}

.legal-content h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    color: #2A2A2A;
    margin-bottom: 2rem;
    line-height: 1.2;
}

.legal-content .content-section {
    margin-bottom: 2.5rem;
}

.legal-content .content-section h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #2A2A2A;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.legal-content .content-section h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #4A4A4A;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}

.legal-content .content-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #4A4A4A;
    margin-bottom: 1rem;
}

.legal-content .content-section ul {
    margin: 1rem 0 1rem 1.5rem;
    line-height: 1.8;
}

.legal-content .content-section li {
    font-size: 1.05rem;
    color: #4A4A4A;
    margin-bottom: 0.5rem;
}

.legal-content .content-section a {
    color: #7B68EE;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.legal-content .content-section a:hover {
    border-bottom-color: #7B68EE;
}

.legal-content .last-updated {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #6A6A6A;
    font-size: 0.9rem;
    font-style: italic;
}

.page-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    color: #7B68EE;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.page-intro {
    font-size: 1.25rem;
    color: #666;
    margin-bottom: 3rem;
    line-height: 1.6;
}

/* ========== Content Sections ========== */
.content-section {
    margin-bottom: 2.5rem;
}

.content-section h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #2D2D2D;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.content-section h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #444;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}

.content-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1rem;
}

.content-section ul {
    margin: 1rem 0 1rem 1.5rem;
    line-height: 1.8;
}

.content-section li {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 0.5rem;
}

.content-section a {
    color: #7B68EE;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.content-section a:hover {
    border-bottom-color: #7B68EE;
}

.last-updated {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #E5E5E5;
    color: #999;
    font-size: 0.9rem;
    font-style: italic;
}

/* ========== Contact Form ========== */
.contact-form {
    margin: 3rem 0;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #2D2D2D;
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    border: 2px solid #E5E5E5;
    border-radius: 8px;
    background: #FAFAFA;
    color: #2D2D2D;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #7B68EE;
    background: #FFFFFF;
}

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

.btn-submit {
    background: #7B68EE;
    color: #FFFFFF;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 800;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Nunito', sans-serif;
}

.btn-submit:hover {
    background: #6A57DD;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(123, 104, 238, 0.3);
}

/* ========== Contact Alternatives ========== */
.contact-alternatives {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: 1px solid #E5E5E5;
}

.contact-alternatives h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #2D2D2D;
    margin-bottom: 1.5rem;
}

.contact-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.contact-method h3 {
    font-size: 1.125rem;
    font-weight: 700;
    color: #7B68EE;
    margin-bottom: 0.5rem;
}

.contact-method p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.contact-method a {
    color: #7B68EE;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.contact-method a:hover {
    border-bottom-color: #7B68EE;
}

/* ========== FAQ Section ========== */
.faq-section {
    margin-top: 3rem;
}

.faq-section h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #2D2D2D;
    margin-bottom: 2rem;
}

.faq-item {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #E5E5E5;
}

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

.faq-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2D2D2D;
    margin-bottom: 0.75rem;
}

.faq-item p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #555;
}

.faq-item a {
    color: #7B68EE;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.3s ease;
}

.faq-item a:hover {
    border-bottom-color: #7B68EE;
}

/* Help CTA removed - now using support-contact-cta instead */

/* ========== Page Footer ========== */
/* Footer now uses same styling as index.html footer */
.page-footer {
    padding: 3rem 2rem 2rem;
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.page-footer .footer-content {
    max-width: 1400px;
    margin: 0 auto;
}

.page-footer .footer-social a {
    color: #6A6A6A;
}

.page-footer .footer-social a:hover {
    color: #7B68EE;
}

.page-footer .footer-company-name {
    color: #2A2A2A;
}

.page-footer .footer-location {
    color: #6A6A6A;
}

.page-footer .footer-links a {
    color: #6A6A6A;
}

.page-footer .footer-links a:hover {
    color: #7B68EE;
}

.page-footer .footer-copy {
    color: #9A9A9A;
}

/* ========== Contact Page (Simplified) ========== */
.contact-simple {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.contact-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.contact-text {
    padding: 2rem;
}

.contact-text h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    color: #2A2A2A;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.contact-text p {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #4A4A4A;
    margin-bottom: 1.5rem;
}

.contact-email {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #7B68EE;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
    margin-top: 1rem;
}

.contact-email:hover {
    border-bottom-color: #7B68EE;
    transform: translateY(-2px);
}

/* ========== Responsive ========== */
@media (max-width: 768px) {
    .page-main {
        padding: 5rem 1.5rem 3rem;
    }

    .page-content {
        padding: 2rem 1.5rem;
        border-radius: 12px;
    }

    .page-title {
        font-size: 2rem;
    }

    .page-intro {
        font-size: 1.125rem;
        margin-bottom: 2rem;
    }

    .content-section h2 {
        font-size: 1.5rem;
    }

    .content-section h3 {
        font-size: 1.2rem;
    }

    .contact-methods {
        grid-template-columns: 1fr;
    }

    /* Support page responsive */
    .support-character {
        width: 140px;
        height: 140px;
    }

    .support-hero h1 {
        font-size: 2rem;
    }

    .support-hero p {
        font-size: 1.125rem;
    }

    .support-faq-item h3 {
        font-size: 1.2rem;
    }

    .support-contact {
        padding: 2rem 1.5rem;
    }

    .support-contact p {
        font-size: 1.125rem;
    }

    .support-contact a {
        font-size: 1.25rem;
    }

    /* Contact page responsive */
    .contact-simple {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .contact-image {
        height: 300px;
    }

    .contact-text {
        padding: 1rem;
        text-align: center;
    }

    .contact-text h1 {
        font-size: 2rem;
    }

    .contact-text p {
        font-size: 1.125rem;
    }

    .contact-email {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .page-content {
        padding: 1.5rem 1rem;
    }

    .page-title {
        font-size: 1.75rem;
    }

    .page-main {
        padding: 4.5rem 1rem 2rem;
    }

    .support-character {
        width: 120px;
        height: 120px;
    }

    .support-hero h1 {
        font-size: 1.75rem;
    }

    .support-hero p {
        font-size: 1rem;
    }

    .support-faq-item h3 {
        font-size: 1.125rem;
    }

    .support-faq-item p {
        font-size: 1rem;
    }

    .support-contact {
        padding: 1.5rem 1rem;
    }

    .support-contact p {
        font-size: 1rem;
    }

    .support-contact a {
        font-size: 1.125rem;
    }

    .contact-image {
        height: 250px;
    }

    .contact-text h1 {
        font-size: 1.75rem;
    }

    .contact-text p {
        font-size: 1rem;
    }

    .contact-email {
        font-size: 1.125rem;
    }
}
