/* About page modern theme */
.about-page {
    --about-ink: #0f172a;
    --about-muted: #5b6478;
    --about-accent: #4f6ef7;
    --about-accent-2: #2fb5b0;
    --about-accent-3: #ff7a59;
    --about-surface: rgba(255, 255, 255, 0.92);
    --about-border: rgba(15, 23, 42, 0.12);
    --about-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    font-family: 'Sora', sans-serif;
    color: var(--about-ink);
    background:
        radial-gradient(120% 80% at 10% 10%, rgba(255, 122, 89, 0.16), transparent 60%),
        radial-gradient(120% 70% at 90% 0%, rgba(79, 110, 247, 0.18), transparent 55%),
        linear-gradient(160deg, #f6f7fb 0%, #eef2f7 45%, #f3f6fb 100%);
    min-height: 100vh;
    padding-top: 0;
    position: relative;
    overflow: hidden;
}

.about-page h1,
.about-page h2,
.about-page h3,
.about-page h4 {
    font-family: 'DM Serif Display', serif;
    letter-spacing: -0.01em;
}

.about-page input,
.about-page button,
.about-page select,
.about-page textarea {
    font-family: inherit;
}

.about-ambient {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.about-ambient::after {
    content: "";
    position: absolute;
    inset: -10% 0 0;
    background-image: radial-gradient(rgba(15, 23, 42, 0.08) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.25;
}

.about-orb {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(48px);
    opacity: 0.5;
}

.about-orb--one {
    background: rgba(79, 110, 247, 0.55);
    top: -120px;
    left: -80px;
}

.about-orb--two {
    background: rgba(47, 181, 176, 0.45);
    top: 12%;
    right: -120px;
}

.about-orb--three {
    background: rgba(255, 122, 89, 0.4);
    bottom: -140px;
    left: 20%;
}

.about-hero {
    padding: 5rem 0 4rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(79, 110, 247, 0.92));
    position: relative;
    overflow: hidden;
}

.about-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.22), transparent 50%);
    opacity: 0.9;
}

.about-hero .container {
    position: relative;
    z-index: 1;
}

.about-badge {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-weight: 600;
    padding: 0.45rem 0.9rem;
}

.about-story {
    background: linear-gradient(135deg, rgba(79, 110, 247, 0.95) 0%, rgba(47, 181, 176, 0.95) 100%);
    color: #ffffff;
}

.about-card {
    border-radius: 20px;
    border: 1px solid var(--about-border);
    background: var(--about-surface);
    box-shadow: var(--about-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.about-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.18);
}

.hover-lift {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hover-lift:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2) !important;
}

.about-timeline-card {
    background: rgba(255, 255, 255, 0.95);
}

.about-timeline-card--2019 { background: #ffffff; }
.about-timeline-card--2020 { background: #f0f8ff; }
.about-timeline-card--2021 { background: #f0fff4; }
.about-timeline-card--2026 {
    background: linear-gradient(135deg, #ffd89b 0%, #19547b 100%);
    color: #ffffff;
}

.timeline-icon-wrap {
    width: 80px;
    height: 80px;
}

.about-story .badge {
    font-weight: 600;
}

.about-cta {
    border-radius: 999px;
    font-weight: 600;
}

.about-mission {
    background: linear-gradient(90deg, #f8f9fa 0%, #e3f0ff 100%);
}

.about-surface {
    border-radius: 20px;
    background: var(--about-surface);
    box-shadow: var(--about-shadow);
}

.about-hero-image {
    max-height: 340px;
    object-fit: cover;
}

.about-metric-card {
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.about-metric-card--one { background: linear-gradient(135deg, #e3f0ff 0%, #ffffff 100%); }
.about-metric-card--two { background: linear-gradient(135deg, #f6fafd 0%, #ffffff 100%); }
.about-metric-card--three { background: linear-gradient(135deg, #fffbe6 0%, #ffffff 100%); }

.about-values {
    background: rgba(255, 255, 255, 0.7);
}

.value-icon {
    font-size: 2rem;
}

.about-stats,
.about-team,
.about-awards {
    background: transparent;
}

.about-counter-card {
    background: var(--about-surface);
}

.team-card img {
    object-fit: cover;
}

.tech-icon i,
.counter-icon i {
    font-size: 3rem;
}

.about-tech .tech-card {
    background: var(--about-surface);
}

.about-partners .about-partner-card {
    border: 1px solid rgba(79, 110, 247, 0.35);
    border-radius: 20px;
    background: var(--about-surface);
    box-shadow: var(--about-shadow);
}

.about-contact {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(79, 110, 247, 0.92));
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .about-hero {
        padding: 4rem 0 3rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-card,
    .hover-lift {
        transition: none;
    }
}
