/* === ABOUT PAGE === */
.fp-about-hero {
    padding: 2.5rem 1.5rem 1.5rem;
    background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
    border-radius: 12px;
    margin-bottom: 2.5rem;
}

.fp-about-title {
    color: #1a202c;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.fp-about-subtitle {
    color: #718096;
    max-width: 540px;
    margin: 0.5rem auto 0;
}

.fp-about-content {
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.fp-about-section {
    padding: 0.75rem 0;
}

.fp-about-section p {
    color: #4a5568;
    line-height: 1.75;
    font-size: 1rem;
}

.fp-about-section .title {
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.fp-about-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #fff5f5;
    color: #e53e3e;
    font-size: 1.2rem;
}

.fp-about-divider {
    background-color: #edf2f7;
    height: 1px;
    margin: 1rem 0;
}

.fp-about-sports {
    margin-top: 2rem;
    padding: 2rem 1rem;
    background: #f7fafc;
    border-radius: 12px;
}

.fp-about-sports-label {
    color: #718096;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 1rem;
}

.fp-about-tags .tag {
    font-size: 0.95rem !important;
    padding: 0.6em 1.1em;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #2d3748;
}

.fp-about-cta {
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
