.about-container{
    width:92%;
    max-width:1320px;
    margin:0 auto;
}

.about-hero{
    padding:88px 0 54px;
    background:
        radial-gradient(circle at top left, rgba(128,82,226,.12), transparent 34%),
        linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
}

.about-hero-grid{
    display:grid;
    grid-template-columns:1fr 560px;
    gap:70px;
    align-items:center;
}

.about-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#8052e2;
    font-size:14px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
    margin-bottom:14px;
}

.about-hero-copy h1,
.about-text-block h2,
.about-centered h2,
.about-cta-card h2{
    color:#202331;
    font-weight:900;
    line-height:1.05;
    letter-spacing:-.04em;
}

.about-hero-copy h1{
    font-size:68px;
    max-width:720px;
    margin-bottom:22px;
}

.about-hero-copy p{
    color:#4b5563;
    font-size:21px;
    line-height:1.7;
    max-width:720px;
}

.about-hero-actions{
    display:flex;
    gap:16px;
    margin-top:34px;
    flex-wrap:wrap;
}

.about-primary-btn,
.about-secondary-btn{
    min-height:58px;
    padding:0 26px;
    border-radius:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:900;
    font-size:16px;
}

.about-primary-btn{
    background:#8052e2;
    color:#ffffff;
    box-shadow:0 14px 30px rgba(128,82,226,.22);
}

.about-secondary-btn{
    background:#ffffff;
    color:#202331;
    border:1px solid #e5e7eb;
}

.about-hero-card{
    position:relative;
}

.about-image-frame{
    border-radius:34px;
    overflow:hidden;
    box-shadow:0 30px 80px rgba(32,35,49,.16);
    background:#ffffff;
}

.about-image-frame img,
.about-media-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.about-image-frame{
    height:520px;
}

.about-floating-card{
    position:absolute;
    left:-36px;
    bottom:34px;
    width:310px;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:22px;
    padding:22px;
    box-shadow:0 24px 60px rgba(32,35,49,.18);
}

.about-floating-card strong,
.about-floating-card span{
    display:block;
}

.about-floating-card strong{
    color:#202331;
    font-size:17px;
    margin-bottom:8px;
}

.about-floating-card span{
    color:#6b7280;
    font-size:14px;
    line-height:1.5;
}

.about-stats{
    padding:34px 0 80px;
    background:#f8fafc;
}

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

.about-stats-grid div{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:24px;
    padding:30px;
    box-shadow:0 12px 34px rgba(32,35,49,.06);
}

.about-stats-grid strong{
    display:block;
    font-size:44px;
    color:#8052e2;
    line-height:1;
    margin-bottom:10px;
}

.about-stats-grid span{
    color:#202331;
    font-size:16px;
    font-weight:800;
}

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

.about-soft{
    background:#f8fafc;
}

.about-split{
    display:grid;
    grid-template-columns:470px 1fr;
    gap:70px;
    align-items:center;
}

.about-split.reverse{
    grid-template-columns:1fr 470px;
}

.about-media-card{
    height:430px;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 24px 60px rgba(32,35,49,.12);
}

.about-text-block h2,
.about-centered h2,
.about-cta-card h2{
    font-size:46px;
    margin-bottom:20px;
}

.about-text-block p,
.about-centered p,
.about-cta-card p{
    color:#4b5563;
    font-size:19px;
    line-height:1.75;
}

.about-check-list{
    margin-top:24px;
    display:grid;
    gap:13px;
    padding:0;
    list-style:none;
}

.about-check-list li{
    color:#202331;
    font-size:17px;
    font-weight:800;
    position:relative;
    padding-left:32px;
}

.about-check-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:-1px;
    width:22px;
    height:22px;
    border-radius:50%;
    background:#e8ddff;
    color:#8052e2;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:900;
}

.about-mission-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:30px;
    padding:34px;
    box-shadow:0 18px 50px rgba(32,35,49,.08);
}

.about-mission-card h3{
    color:#202331;
    font-size:26px;
    margin-bottom:22px;
}

.about-value{
    padding:20px 0;
    border-top:1px solid #e5e7eb;
}

.about-value strong{
    display:block;
    color:#202331;
    font-size:18px;
    margin-bottom:6px;
}

.about-value span{
    color:#6b7280;
    font-size:15px;
    line-height:1.6;
}

.about-centered{
    max-width:820px;
    text-align:center;
    margin:0 auto 42px;
}

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

.about-feature-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:26px;
    padding:28px;
    box-shadow:0 14px 40px rgba(32,35,49,.06);
}

.about-feature-card span{
    color:#8052e2;
    font-size:14px;
    font-weight:900;
}

.about-feature-card h3{
    color:#202331;
    font-size:22px;
    margin:14px 0 12px;
}

.about-feature-card p{
    color:#6b7280;
    font-size:15px;
    line-height:1.7;
}

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

.about-cta-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    background:
        radial-gradient(circle at right, rgba(128,82,226,.22), transparent 30%),
        #202331;
    color:#ffffff;
    border-radius:34px;
    padding:46px;
    overflow:hidden;
}

.about-cta-card h2,
.about-cta-card p{
    color:#ffffff;
}

.about-cta-card .about-eyebrow{
    color:#cdbbff;
}

@media(max-width:1050px){
    .about-hero-grid,
    .about-split,
    .about-split.reverse{
        grid-template-columns:1fr;
    }

    .about-hero-copy h1{
        font-size:50px;
    }

    .about-floating-card{
        left:24px;
    }

    .about-stats-grid,
    .about-feature-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:700px){
    .about-hero{
        padding:54px 0 36px;
    }

    .about-hero-copy h1{
        font-size:39px;
    }

    .about-hero-copy p,
    .about-text-block p,
    .about-centered p,
    .about-cta-card p{
        font-size:16px;
    }

    .about-image-frame{
        height:360px;
        border-radius:24px;
    }

    .about-floating-card{
        position:static;
        width:auto;
        margin-top:18px;
    }

    .about-stats-grid,
    .about-feature-grid{
        grid-template-columns:1fr;
    }

    .about-section{
        padding:60px 0;
    }

    .about-text-block h2,
    .about-centered h2,
    .about-cta-card h2{
        font-size:32px;
    }

    .about-media-card{
        height:320px;
    }

    .about-cta-card{
        flex-direction:column;
        align-items:flex-start;
        padding:30px;
    }

    .about-primary-btn,
    .about-secondary-btn{
        width:100%;
    }
}
