/* About Us page — Figma node 4375:13100 */

.section-label {
    display: block;
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #7b61ff;
}

/* Hero */
.about-hero-section {
    background: linear-gradient(180deg, rgba(5, 5, 62, 1) 36%, rgba(157, 123, 255, 1) 100%);
    padding: 67px 0 220px;
    text-align: center;
}

.about-hero-inner {
    max-width: 592px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.about-hero-label {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--white);
}

.about-hero-section h1 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 55px;
    line-height: 63px;
    color: var(--white);
    margin: 0;
    text-align: center;
}

.about-hero-accent {
    color: #7b61ff;
}

.about-hero-section p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #f5f6ff;
    margin: 0;
    text-align: center;
}

/* Meet founder */
.about-founder-section {
    margin-top: -160px;
    position: relative;
    z-index: 2;
    padding-bottom: 50px;
}

.about-founder-card {
    display: flex;
    align-items: center;
    gap: 44px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-right: 32px;
}

.about-founder-image {
    flex: 0 0 420px;
    width: 420px;
    height: 527px;
    overflow: hidden;
}

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

.about-founder-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 28px;
    padding: 20px 0;
    min-width: 0;
}

.about-founder-heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}

.about-founder-heading h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color: var(--headt-color);
    margin: 0;
}

.about-founder-bio {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-founder-bio p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5f5d68;
    margin: 0;
    max-width: 564px;
}

.about-founder-stats {
    display: flex;
    align-items: center;
    gap: 64px;
    flex-wrap: wrap;
}

.about-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: 132px;
}

.about-stat h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color: #7b61ff;
    margin: 0;
    text-align: center;
}

.about-stat p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5f5d68;
    margin: 0;
    text-align: left;
}

/* About company */
.about-company-section {
    padding: 50px 0;
    background: var(--white);
}

.about-company-header {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 20px;
}

.about-company-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color: var(--headt-color);
    margin: 0;
}

.about-company-section p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #475067;
    margin: 0;
}

/* Proof of expertise */
.about-proof-section {
    padding: 60px 0;
    background: linear-gradient(188deg, rgba(5, 5, 62, 1) 12%, rgba(157, 123, 255, 1) 100%);
}

.about-proof-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-proof-heading {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 368px;
}

.about-proof-heading h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color: #f5f6ff;
    margin: 0;
}

.about-proof-heading h3 {
    font-family: Inter, sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #f5f6ff;
    margin: 0;
}

.about-proof-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-proof-text p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #f5f6ff;
    margin: 0;
}

.about-proof-image {
    border-radius: 12px;
    overflow: hidden;
}

.about-proof-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

/* What makes us different */
.about-different-section {
    background: var(--light-bg);
    padding: 50px 0;
}

.about-different-header {
    max-width: 813px;
    margin: 0 auto 48px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.about-different-header .section-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.about-different-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 50.6px;
    letter-spacing: -0.0227em;
    color: var(--headt-color);
    margin: 0;
    text-align: center;
}

.about-different-header p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #5f5d68;
    margin: 0;
    text-align: center;
}

.about-diff-card {
    background: var(--white);
    border: 1px solid rgba(95, 93, 104, 0.64);
    border-radius: 20px;
    box-shadow: 0px 4px 50px 12px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-diff-image {
    height: 180px;
    overflow: hidden;
}

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

.about-diff-body {
    padding: 0 12px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.about-diff-body h3 {
    font-family: Inter, sans-serif !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--headt-color);
    margin: 0;
}

.about-diff-body p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5f5d68;
    margin: 0;
}

/* Why choose us */
.about-why-section {
    background: var(--headt-color);
    padding: 50px 0;
}

.about-why-header {
    max-width: 637px;
    margin: 0 auto 36px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.about-why-header h2 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    color: #f5f6ff;
    margin: 0;
    text-align: center;
}

.about-why-header h3 {
    font-family: Inter, sans-serif !important;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #a8aed0;
    margin: 0;
    text-align: center;
}

.about-why-header p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #f5f6ff;
    margin: 4px 0 0;
    text-align: center;
}

.about-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 298px));
    gap: 24px 24px;
    justify-content: center;
}

.about-why-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(216, 216, 255, 0.14);
    border-radius: 16px;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 100%;
}

.about-why-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: rgba(123, 97, 255, 0.18);
    border: 1px solid rgba(184, 167, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about-why-icon i {
    color: #b8a7ff;
    font-size: 18px;
}

.about-why-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-why-body h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #f5f6ff;
    margin: 0;
}

.about-why-body p {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #f5f6ff;
    margin: 0;
    max-width: 274px;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .about-founder-card {
        gap: 28px;
        padding-right: 24px;
    }

    .about-founder-image {
        flex-basis: 340px;
        width: 340px;
        height: 460px;
    }

    .about-founder-heading h2,
    .about-company-header h2,
    .about-proof-heading h2,
    .about-different-header h2,
    .about-why-header h2 {
        font-size: 38px;
        line-height: 46px;
    }

    .about-founder-stats {
        gap: 36px;
    }

    .about-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .about-hero-section {
        padding: 56px 0 180px;
    }

    .about-hero-section h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .about-founder-section {
        margin-top: -120px;
    }

    .about-founder-card {
        flex-direction: column;
        padding: 0 0 28px;
        gap: 0;
    }

    .about-founder-image {
        width: 100%;
        flex-basis: auto;
        height: 420px;
    }

    .about-founder-content {
        padding: 28px 24px 0;
    }

    .about-founder-stats {
        gap: 28px;
    }

    .about-proof-heading {
        max-width: 100%;
    }

    .about-proof-image img {
        max-height: none;
    }

    .about-diff-card {
        border-radius: 16px;
    }
}

@media (max-width: 767.98px) {
    .about-hero-section {
        padding: 48px 0 140px;
    }

    .about-hero-section h1 {
        font-size: 34px;
        line-height: 42px;
    }

    .about-hero-section p,
    .about-hero-label {
        font-size: 16px;
        line-height: 24px;
    }

    .about-founder-section {
        margin-top: -100px;
        padding-bottom: 36px;
    }

    .about-founder-image {
        height: 360px;
    }

    .about-founder-heading h2,
    .about-company-header h2,
    .about-proof-heading h2,
    .about-different-header h2,
    .about-why-header h2,
    .about-stat h3 {
        font-size: 30px;
        line-height: 38px;
    }

    .section-label {
        font-size: 16px;
        line-height: 24px;
    }

    .about-founder-stats {
        gap: 20px;
    }

    .about-stat {
        width: calc(50% - 10px);
    }

    .about-company-section,
    .about-different-section,
    .about-why-section {
        padding: 40px 0;
    }

    .about-proof-section {
        padding: 48px 0;
    }

    .about-different-header {
        margin-bottom: 32px;
    }

    .about-why-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .about-why-body h4 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 575.98px) {
    .about-hero-section {
        padding: 40px 0 120px;
    }

    .about-hero-section h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .about-founder-content {
        padding: 24px 16px 0;
    }

    .about-founder-image {
        height: 300px;
    }

    .about-stat {
        width: 100%;
    }

    .about-stat h3 {
        text-align: left;
    }

    .about-founder-stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        text-align: center;
    }

    .about-stat:nth-child(3) {
        grid-column: 1 / -1; /* Third item full width */
        justify-self: center;
    }
}
