/* TradeAnalyzer.Pro – About page (dark premium) */
body.about-page {
    background:
        radial-gradient(900px 420px at 12% -5%, rgba(59, 130, 246, 0.14), transparent 55%),
        radial-gradient(700px 360px at 88% 0%, rgba(6, 182, 212, 0.1), transparent 50%),
        #0f172a;
}

.about-main {
    padding: 2.5rem 0 4rem;
}

.about-hero {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 2.5rem;
    padding: 2.5rem 1.5rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(59, 130, 246, 0.22);
    background:
        linear-gradient(145deg, rgba(30, 41, 59, 0.95), rgba(15, 23, 42, 0.98));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.about-hero-badge {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #93c5fd;
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.28);
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    margin-bottom: 1.25rem;
}

.about-hero h1 {
    font-size: clamp(1.85rem, 4vw, 2.75rem);
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #fff 0%, #cbd5e1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-hero-lead {
    font-size: 1.08rem;
    color: #94a3b8;
    margin: 0;
    line-height: 1.7;
}

.about-section {
    margin-bottom: 2rem;
}

.about-founder-card {
    border-radius: 1.15rem;
    border: 1px solid #334155;
    background: linear-gradient(160deg, #1e293b 0%, #172033 100%);
    padding: 2rem;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.about-founder-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(51, 65, 85, 0.65);
}

.about-founder-name {
    margin: 0 0 0.75rem;
    font-size: clamp(1.45rem, 3vw, 1.75rem);
    background: linear-gradient(90deg, #f8fafc 0%, #93c5fd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-founder-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.about-founder-badges span {
    font-size: 0.78rem;
    font-weight: 700;
    color: #bfdbfe;
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.35);
    border-radius: 999px;
    padding: 0.28rem 0.75rem;
}

.about-founder-card p {
    margin-bottom: 1rem;
}

.about-founder-card p:last-child {
    margin-bottom: 0;
}

.about-mission {
    border-left: 4px solid #3b82f6;
    background: rgba(59, 130, 246, 0.07);
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1.35rem 1.5rem;
}

.about-mission strong {
    color: #e2e8f0;
}

.about-team-box {
    border-radius: 0.85rem;
    border: 1px solid #334155;
    background: rgba(255, 255, 255, 0.02);
    padding: 1.35rem 1.5rem;
}

.about-section h2 {
    font-size: 1.45rem;
    margin-bottom: 1.15rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.about-section h2::before {
    content: "▸";
    color: #3b82f6;
    font-size: 1.1rem;
}

.about-pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.about-pillar {
    border: 1px solid #334155;
    border-radius: 0.85rem;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.02);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.about-pillar:hover {
    transform: translateY(-3px);
    border-color: #3b82f6;
}

.about-pillar h3 {
    font-size: 1rem;
    margin: 0 0 0.55rem;
    color: #e2e8f0;
}

.about-pillar p {
    margin: 0;
    font-size: 0.92rem;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
}

.about-stat {
    text-align: center;
    border-radius: 0.85rem;
    border: 1px solid #334155;
    background: #1e293b;
    padding: 1.1rem 0.75rem;
}

.about-stat-value {
    display: block;
    font-size: 1.55rem;
    font-weight: 800;
    color: #60a5fa;
    line-height: 1.2;
}

.about-stat-label {
    display: block;
    font-size: 0.78rem;
    color: #94a3b8;
    margin-top: 0.35rem;
}

.about-spec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
}

.about-spec-box {
    border: 1px solid #334155;
    border-radius: 0.85rem;
    padding: 1.25rem 1.35rem;
    background: rgba(255, 255, 255, 0.02);
}

.about-spec-box h3 {
    color: #60a5fa;
    font-size: 1.05rem;
    margin: 0 0 0.85rem;
}

.about-spec-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-spec-box li {
    margin-bottom: 0.55rem;
    font-size: 0.94rem;
}

.about-spec-box li:last-child {
    margin-bottom: 0;
}

.about-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.15rem;
}

.about-feature {
    text-align: center;
    border: 1px solid #334155;
    border-radius: 0.95rem;
    padding: 1.5rem 1.15rem;
    background: rgba(255, 255, 255, 0.02);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
    border-color: #3b82f6;
}

.about-feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(59, 130, 246, 0.12);
    color: #60a5fa;
    font-size: 1.35rem;
}

.about-feature h3 {
    font-size: 1.05rem;
    margin-bottom: 0.55rem;
}

.about-feature p {
    font-size: 0.9rem;
    margin: 0;
}

.about-tools ul {
    line-height: 1.85;
    padding-left: 1.25rem;
}

.about-tools a {
    font-weight: 600;
}

.about-risk {
    background: rgba(239, 68, 68, 0.1);
    border-left: 4px solid #ef4444;
    border-radius: 0 0.75rem 0.75rem 0;
    padding: 1.35rem 1.5rem;
    margin: 2rem 0;
}

.about-risk h3 {
    color: #f87171;
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
}

.about-risk a {
    color: #fca5a5;
    text-decoration: underline;
}

.about-legal {
    margin-top: 2rem;
    padding: 1.35rem 1.5rem;
    border-radius: 0.85rem;
    border: 1px solid rgba(59, 130, 246, 0.22);
    background: rgba(59, 130, 246, 0.06);
    font-size: 0.92rem;
}

.about-legal p {
    margin: 0;
}

.about-copyright {
    margin-top: 1.25rem;
    padding: 1.35rem 1.5rem;
    border-radius: 0.85rem;
    border: 1px solid #334155;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    font-size: 0.88rem;
}

.about-copyright p {
    margin: 0;
}

html[dir="rtl"] .about-mission {
    border-left: none;
    border-right: 4px solid #3b82f6;
    border-radius: 0.75rem 0 0 0.75rem;
}

html[dir="rtl"] .about-risk {
    border-left: none;
    border-right: 4px solid #ef4444;
    border-radius: 0.75rem 0 0 0.75rem;
}

html[dir="rtl"] .about-section h2::before {
    transform: scaleX(-1);
}

html[dir="rtl"] .about-tools ul {
    padding-right: 1.25rem;
    padding-left: 0;
}

@media (max-width: 576px) {
    .about-main {
        padding-top: 1.5rem;
    }

    .about-founder-card,
    .about-hero {
        padding: 1.35rem 1.1rem;
    }
}
