.about-hero {
    position: relative;
    padding: 96px 0 72px;
    background: #f6f7fb;
    border-bottom: 1px solid #e6ebf3;
}

.about-hero-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.about-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(21, 101, 192, 0.08);
    color: #1565C0;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 22px;
}

.about-hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.15;
    color: #1a202c;
    margin: 0 0 20px;
    letter-spacing: -0.5px;
}

.about-hero-title .accent {
    background: linear-gradient(90deg, #1565C0, #42A5F5);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-hero-desc {
    font-size: 17px;
    line-height: 1.75;
    color: #64748b;
    margin: 0 auto;
    max-width: 720px;
}

[data-theme="dark"] .about-hero {
    background: #171b25;
    border-bottom-color: #333949;
}

[data-theme="dark"] .about-hero-eyebrow {
    background: rgba(66, 165, 245, 0.12);
    color: #6cb6f5;
}

[data-theme="dark"] .about-hero-title {
    color: #e6eaf2;
}

[data-theme="dark"] .about-hero-desc {
    color: #a2acc0;
}

@media (max-width: 768px) {
    .about-hero {
        padding: 64px 0 52px;
    }

    .about-hero-title {
        font-size: 34px;
    }

    .about-hero-desc {
        font-size: 15.5px;
    }
}

.about-story {
    padding: 90px 0;
    background: #ffffff;
}

.about-story-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 72px;
    align-items: center;
}

.about-story-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(21, 101, 192, 0.08);
    color: #1565C0;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.about-story-title {
    font-size: 34px;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 20px;
}

.about-story-desc {
    font-size: 15.5px;
    line-height: 1.85;
    color: #64748b;
    margin: 0 0 36px;
}

.about-story-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.about-stat {
    padding: 22px 20px;
    border-radius: 16px;
    background: #f6f8fc;
    border: 1px solid #eaeef5;
    text-align: center;
}

.about-stat-number {
    font-size: 30px;
    font-weight: 800;
    color: #1565C0;
    line-height: 1;
    margin-bottom: 8px;
}

.about-stat-label {
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
}

.about-story-visual {
    position: relative;
}

.about-story-image {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #eaeef5;
    background: #f6f8fc;
    aspect-ratio: 4 / 3;
}

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

[data-theme="dark"] .about-story {
    background: #1b1f2a;
}

[data-theme="dark"] .about-story-eyebrow {
    background: rgba(66, 165, 245, 0.12);
    color: #6cb6f5;
}

[data-theme="dark"] .about-story-title {
    color: #e6eaf2;
}

[data-theme="dark"] .about-story-desc {
    color: #a2acc0;
}

[data-theme="dark"] .about-stat {
    background: #1e222e;
    border-color: #333949;
}

[data-theme="dark"] .about-stat-number {
    color: #6cb6f5;
}

[data-theme="dark"] .about-stat-label {
    color: #a2acc0;
}

[data-theme="dark"] .about-story-image {
    background: #1e222e;
    border-color: #333949;
}

@media (max-width: 900px) {
    .about-story-container {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .about-story-visual {
        order: -1;
    }
}

@media (max-width: 768px) {
    .about-story {
        padding: 60px 0;
    }

    .about-story-title {
        font-size: 27px;
    }
}

@media (max-width: 480px) {
    .about-story-stats {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .about-stat {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 16px 20px;
    }

    .about-stat-number {
        margin-bottom: 0;
    }
}

.about-values {
    padding: 90px 0;
    background: #eef2f8;
}

.about-values-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-values-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 52px;
}

.about-values-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(21, 101, 192, 0.08);
    color: #1565C0;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 18px;
}

.about-values-title {
    font-size: 34px;
    font-weight: 800;
    color: #1a202c;
    margin: 0 0 14px;
}

.about-values-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.about-value {
    display: flex;
    flex-direction: column;
    padding: 34px 32px;
    border-radius: 20px;
    background: #ffffff;
    border: 1px solid #e6ebf3;
}

.about-value-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(21, 101, 192, 0.08);
    color: #1565C0;
    font-size: 22px;
    margin-bottom: 22px;
}

.about-value-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1565C0;
    margin-bottom: 10px;
}

.about-value-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a202c;
    margin: 0 0 12px;
}

.about-value-text {
    font-size: 14.5px;
    line-height: 1.7;
    color: #64748b;
    margin: 0 0 22px;
}

.about-value-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.about-value-tag {
    padding: 5px 14px;
    border-radius: 20px;
    background: #f1f5fb;
    border: 1px solid #e6ebf3;
    color: #475569;
    font-size: 12.5px;
    font-weight: 600;
}

[data-theme="dark"] .about-values {
    background: #161a23;
}

[data-theme="dark"] .about-values-eyebrow {
    background: rgba(66, 165, 245, 0.12);
    color: #6cb6f5;
}

[data-theme="dark"] .about-values-title {
    color: #e6eaf2;
}

[data-theme="dark"] .about-values-sub {
    color: #a2acc0;
}

[data-theme="dark"] .about-value {
    background: #1e222e;
    border-color: #333949;
}

[data-theme="dark"] .about-value-icon {
    background: rgba(66, 165, 245, 0.12);
    color: #6cb6f5;
}

[data-theme="dark"] .about-value-label {
    color: #6cb6f5;
}

[data-theme="dark"] .about-value-title {
    color: #e6eaf2;
}

[data-theme="dark"] .about-value-text {
    color: #a2acc0;
}

[data-theme="dark"] .about-value-tag {
    background: #252b3b;
    border-color: #373d4c;
    color: #a2acc0;
}

@media (max-width: 768px) {
    .about-values {
        padding: 60px 0;
    }

    .about-values-title {
        font-size: 27px;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-value {
        padding: 28px 24px;
    }
}
