/**
 * About Page Styles
 * Clean, modern, premium design
 */

/* ========== Base Container ========== */

.we-about-page {
    background: #ffffff;
}

.we-about-container {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ========== Hero Section ========== */

.we-about-hero {
    padding: 80px 24px 64px;
    text-align: center;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.we-about-title {
    font-size: 2.75rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 16px;
    letter-spacing: -0.03em;
}

.we-about-tagline {
    font-size: 1.5rem;
    font-weight: 500;
    color: #3b82f6;
    margin: 0 0 48px;
}

.we-about-intro {
    font-size: 1.125rem;
    line-height: 1.9;
    color: #475569;
    text-align: left;
}

.we-about-intro p {
    margin: 0 0 20px;
}

.we-about-intro strong {
    color: #0f172a;
}

/* ========== Section Base ========== */

.we-about-section {
    padding: 64px 24px;
}

.we-about-section--alt {
    background: #f8fafc;
}

.we-section-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 16px;
    text-align: center;
}

.we-section-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: #64748b;
    margin: 0 0 32px;
    text-align: center;
}

.we-about-section p {
    font-size: 1.0625rem;
    line-height: 1.9;
    color: #475569;
    margin: 0 0 16px;
}

.we-about-note {
    text-align: center;
    margin-top: 32px !important;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

/* ========== Levels Grid ========== */

.we-levels-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin: 32px 0;
}

.we-level-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.we-level-item .we-level-badge {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #ffffff;
}

.we-level-a1 .we-level-badge {
    background: linear-gradient(135deg, #10b981, #059669);
}

.we-level-a2 .we-level-badge {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.we-level-b1 .we-level-badge {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}

.we-level-b2 .we-level-badge {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.we-level-desc {
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.5;
}

/* ========== Benefits Grid ========== */

.we-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 40px;
}

.we-benefit-card {
    padding: 28px;
    background: #f8fafc;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    transition: transform 0.2s, box-shadow 0.2s;
}

.we-benefit-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.we-benefit-number {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
    margin-bottom: 16px;
}

.we-benefit-card h3 {
    font-size: 1.0625rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}

.we-benefit-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

/* ========== List ========== */

.we-about-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 32px;
}

.we-about-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #475569;
    padding: 8px 0;
}

.we-about-list li::before {
    content: "✓";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #dbeafe;
    color: #2563eb;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 6px;
}

.we-about-highlight {
    font-size: 1.125rem;
    font-style: italic;
    color: #0f172a;
    text-align: center;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

/* ========== Promise Section ========== */

.we-about-promise {
    padding: 64px 24px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    text-align: center;
}

.we-about-promise .we-section-title {
    color: #94a3b8;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

.we-about-promise p {
    font-size: 1.375rem;
    line-height: 2;
    color: #e2e8f0;
    margin: 0;
}

/* ========== CTA Section ========== */

.we-about-cta {
    padding: 64px 24px;
    text-align: center;
    background: #f8fafc;
}

.we-about-cta p {
    font-size: 1.0625rem;
    line-height: 1.9;
    color: #475569;
    margin: 0 0 32px;
}

.we-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.we-btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.2s;
}

.we-btn--primary {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3);
}

.we-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(59, 130, 246, 0.4);
}

.we-btn--secondary {
    background: #ffffff;
    color: #0f172a;
    border: 2px solid #e2e8f0;
}

.we-btn--secondary:hover {
    border-color: #3b82f6;
    color: #3b82f6;
}

/* ========== Responsive ========== */

@media (max-width: 768px) {
    .we-about-hero {
        padding: 48px 16px;
    }

    .we-about-title {
        font-size: 2rem;
    }

    .we-about-tagline {
        font-size: 1.25rem;
    }

    .we-about-section {
        padding: 48px 16px;
    }

    .we-section-title {
        font-size: 1.5rem;
    }

    .we-levels-grid,
    .we-benefits-grid {
        grid-template-columns: 1fr;
    }

    .we-cta-buttons {
        flex-direction: column;
    }

    .we-btn {
        justify-content: center;
    }
}