/**
 * About Page - Optimized for Speed
 * Soft UI Fashion Store
 */

.about-page {
    background: #fafbff;
    font-family: 'Vazirmatn', sans-serif;
}

/* Section Labels */
.about-page .section-header {
    text-align: center;
    margin-bottom: 2rem;
}

.about-page .section-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #6366f1;
    letter-spacing: 1px;
}

.about-page .section-label.center {
    justify-content: center;
}

.about-page .label-line {
    display: block;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, #6366f1, #a78bfa);
    border-radius: 2px;
}

.about-page .section-header h2 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1e1b4b;
    margin: 0;
}

/* ===== HERO ===== */
.about-hero {
    background: linear-gradient(160deg, #312e81 0%, #4338ca 30%, #6366f1 60%, #818cf8 100%);
    padding: 3.5rem 0 2.5rem;
    text-align: center;
    color: white;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255,255,255,0.12);
    padding: 0.4rem 1.2rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
    border: 1px solid rgba(255,255,255,0.2);
}

.about-badge .badge-dot {
    width: 6px;
    height: 6px;
    background: #34d399;
    border-radius: 50%;
}

.about-hero h1 {
    font-size: 2.5rem;
    font-weight: 900;
    margin: 0 0 0.5rem;
    line-height: 1.2;
}

.about-hero .hero-highlight {
    background: linear-gradient(135deg, #c4b5fd, #fbbf24);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero .hero-subtitle {
    font-size: 1rem;
    opacity: 0.8;
    margin: 0;
    font-weight: 300;
}

/* ===== STORY ===== */
.about-story {
    padding: 3rem 0 2.5rem;
}

.story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    align-items: center;
}

.story-content .section-label {
    margin-bottom: 0.75rem;
}

.story-content h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #1e1b4b;
    margin-bottom: 1rem;
}

.story-content p {
    font-size: 0.95rem;
    line-height: 1.9;
    color: #64748b;
    margin-bottom: 0.75rem;
}

/* Image */
.story-image-wrapper {
    position: relative;
}

.story-image {
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    box-shadow: 0 16px 40px rgba(99,102,241,0.12);
}

.story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.story-floating-badge {
    position: absolute;
    bottom: -14px;
    right: 20px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 20px rgba(99,102,241,0.25);
    border: 3px solid white;
}

.floating-number {
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
}

.floating-text {
    font-size: 0.6rem;
    opacity: 0.9;
}

/* ===== FEATURES ===== */
.story-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.85rem;
    margin-top: 2.5rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.75rem 0.85rem;
    background: white;
    border-radius: 14px;
    border: 1px solid rgba(99,102,241,0.08);
    box-shadow: 0 2px 8px rgba(99,102,241,0.03);
    transition: transform 0.25s, box-shadow 0.25s;
}

.feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(99,102,241,0.1);
}

.feature-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 16px;
    height: 16px;
    fill: white;
}

.feature-content {
    display: flex;
    flex-direction: column;
}

.feature-number {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1e1b4b;
    line-height: 1.2;
}

.feature-label {
    font-size: 0.7rem;
    color: #94a3b8;
    font-weight: 500;
}

/* ===== VALUES ===== */
.about-values {
    padding: 2.5rem 0;
    background: white;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.85rem;
}

.value-card {
    padding: 1.25rem 1rem;
    background: #fafbff;
    border: 1px solid rgba(99,102,241,0.08);
    border-radius: 16px;
    text-align: center;
    position: relative;
    transition: transform 0.25s, box-shadow 0.25s;
}

.value-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(99,102,241,0.08);
}

.value-number {
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 0.65rem;
    font-weight: 800;
    color: rgba(99,102,241,0.15);
    letter-spacing: 1px;
}

.value-icon {
    width: 42px;
    height: 42px;
    margin: 0 auto 0.6rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-icon.blue { background: linear-gradient(135deg, #3b82f6, #6366f1); }
.value-icon.purple { background: linear-gradient(135deg, #8b5cf6, #a855f7); }
.value-icon.indigo { background: linear-gradient(135deg, #6366f1, #818cf8); }
.value-icon.violet { background: linear-gradient(135deg, #7c3aed, #6366f1); }

.value-icon svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.value-card h3 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e1b4b;
    margin: 0 0 0.3rem;
}

.value-card p {
    font-size: 0.72rem;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* ===== TEAM ===== */
.about-team {
    padding: 2.5rem 0;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    max-width: 650px;
    margin: 0 auto;
}

.team-card {
    text-align: center;
    padding: 1.25rem 0.75rem;
    background: white;
    border-radius: 16px;
    border: 1px solid rgba(99,102,241,0.08);
    transition: transform 0.25s, box-shadow 0.25s;
}

.team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(99,102,241,0.08);
}

.team-avatar {
    width: 64px;
    height: 64px;
    margin: 0 auto 0.75rem;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(99,102,241,0.12);
}

.team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-info h3 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e1b4b;
    margin: 0 0 0.3rem;
}

.team-role-badge {
    display: inline-block;
    background: rgba(99,102,241,0.08);
    color: #6366f1;
    padding: 0.2rem 0.65rem;
    border-radius: 50px;
    font-size: 0.7rem;
    font-weight: 600;
}

/* ===== CTA ===== */
.about-cta {
    padding: 3rem 0;
    background: linear-gradient(160deg, #312e81 0%, #4338ca 40%, #6366f1 100%);
    text-align: center;
    color: white;
}

.about-cta h2 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.about-cta p {
    font-size: 0.95rem;
    opacity: 0.8;
    margin-bottom: 1.5rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: white;
    color: #4338ca;
    padding: 0.8rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    border: 2px solid white;
    transition: background 0.25s, color 0.25s;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.cta-button:hover {
    background: transparent;
    color: white;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .story-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .story-image { height: 250px; }
    .story-features { grid-template-columns: repeat(2, 1fr); }
    .values-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid { max-width: 450px; }
}

@media (max-width: 768px) {
    .about-hero h1 { font-size: 2rem; }
    .story-image { height: 220px; }
    .story-features,
    .values-grid { grid-template-columns: 1fr 1fr; gap: 0.6rem; }
    .team-grid {
        grid-template-columns: 1fr;
        max-width: 250px;
    }
    .about-page .section-header h2 { font-size: 1.5rem; }
    .about-cta h2 { font-size: 1.5rem; }
}

@media (max-width: 480px) {
    .about-hero h1 { font-size: 1.75rem; }
    .story-features,
    .values-grid { grid-template-columns: 1fr; }
}