.about-hero {

    position: relative;

    overflow: hidden;

    padding: 42px 0 70px;

    background:
        linear-gradient(
            135deg,
            #fff7f8,
            #ffffff 55%,
            #f7f7f9
        );

    border-bottom:
        1px solid #ececef;

}

.about-hero::after {

    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    right: -180px;

    top: -220px;

    border-radius: 50%;

    background:
        rgba(180,0,24,.055);

}


/* =========================================================
   BREADCRUMB
========================================================= */

.about-breadcrumb {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 55px;

    color: #858990;

    font-size: 10px;

    font-weight: 600;

}

.about-breadcrumb a {

    display: flex;

    align-items: center;

    gap: 6px;

    color: var(--red);

}

.about-breadcrumb > i {

    color: #c5c7ca;

    font-size: 8px;

}


/* =========================================================
   HERO CONTENT
========================================================= */

.about-hero-content {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 50px;

}

.about-hero-text {

    max-width: 850px;

}

.about-label {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 17px;

    padding: 7px 11px;

    border-radius: 100px;

    background: var(--red-pale);

    color: var(--red);

    font-size: 9px;

    font-weight: 900;

    letter-spacing: 1.3px;

}

.about-label i {

    font-size: 9px;

}

.about-hero h1 {

    margin: 0 0 20px;

    font-size:
        clamp(
            38px,
            5vw,
            64px
        );

    line-height: 1.02;

    letter-spacing: -3px;

}

.about-hero h1 span {

    color: var(--red);

}

.about-hero-text > p {

    max-width: 700px;

    margin: 0;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.8;

}


/* =========================================================
   HERO ICON
========================================================= */

.about-hero-icon {

    position: relative;

    z-index: 2;

    width: 220px;

    flex-shrink: 0;

    text-align: center;

}

.hero-icon-circle {

    width: 145px;

    height: 145px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    color: var(--red);

    background: white;

    border:
        1px solid
        rgba(180,0,24,.12);

    box-shadow:
        0 20px 45px
        rgba(180,0,24,.10);

}

.hero-icon-circle i {

    font-size: 55px;

}

.about-hero-icon span {

    display: block;

    margin-top: 15px;

    color: #777b82;

    font-size: 9px;

    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: .8px;

}


/* =========================================================
   ABOUT SECTION
========================================================= */

.about-section {

    padding: 90px 0;

    background: white;

}


/* =========================================================
   INTRO
========================================================= */

.about-intro {

    display: grid;

    grid-template-columns:
        330px 1fr;

    gap: 80px;

    align-items: center;

}

.intro-image {

    display: flex;

    align-items: center;

    justify-content: center;

}

.seal-container {

    position: relative;

    width: 260px;

    height: 260px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(
            145deg,
            #fff5f6,
            #f9f9fa
        );

    border:
        1px solid
        rgba(180,0,24,.08);

    box-shadow:
        0 25px 60px
        rgba(20,20,30,.08);

}

.seal-container::before {

    content: "";

    position: absolute;

    inset: 17px;

    border:
        1px dashed
        rgba(180,0,24,.18);

    border-radius: 50%;

}

.seal-container img {

    position: relative;

    z-index: 2;

    width: 180px;

    height: 180px;

    object-fit: contain;

}

.intro-content {

    max-width: 750px;

}

.section-kicker {

    display: block;

    margin-bottom: 7px;

    color: var(--red);

    font-size: 9px;

    font-weight: 900;

    letter-spacing: 1.5px;

}

.intro-content h2,
.center-heading h2 {

    margin: 0 0 18px;

    color: var(--black);

    font-size: 34px;

    letter-spacing: -1.5px;

    font-weight: 900;

}

.intro-content p {

    margin: 0 0 15px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.8;

}

.intro-content strong {

    color: var(--black);

}

.intro-highlight {

    display: flex;

    align-items: center;

    gap: 13px;

    margin-top: 25px;

    padding: 15px;

    border-radius: 12px;

    background: var(--red-pale);

}

.intro-highlight > i {

    color: var(--red);

    font-size: 20px;

}

.intro-highlight strong {

    display: block;

    margin-bottom: 3px;

    color: var(--red);

    font-size: 11px;

}

.intro-highlight span {

    display: block;

    color: #7b5257;

    font-size: 10px;

}


/* =========================================================
   PURPOSE
========================================================= */

.purpose-section {

    padding: 90px 0;

    background: #f7f7f9;

    border-top:
        1px solid var(--border);

    border-bottom:
        1px solid var(--border);

}

.center-heading {

    max-width: 700px;

    margin: 0 auto 38px;

    text-align: center;

}

.center-heading h2 {

    margin-bottom: 10px;

}

.center-heading p {

    margin: 0;

    color: var(--muted);

    font-size: 12px;

    line-height: 1.7;

}

.purpose-grid {

    display: grid;

    grid-template-columns:
        repeat(4,1fr);

    gap: 15px;

}

.purpose-card {

    position: relative;

    overflow: hidden;

    min-height: 260px;

    padding: 25px;

    background: white;

    border:
        1px solid var(--border);

    border-radius: 17px;

    box-shadow: var(--shadow-sm);

    transition: .25s ease;

}

.purpose-card:hover {

    transform:
        translateY(-6px);

    box-shadow: var(--shadow);

    border-color:
        rgba(180,0,24,.15);

}

.purpose-number {

    position: absolute;

    right: 17px;

    top: 13px;

    color: #eeeeef;

    font-size: 45px;

    font-weight: 900;

}

.purpose-icon {

    position: relative;

    width: 49px;

    height: 49px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 24px;

    border-radius: 13px;

    color: var(--red);

    background: var(--red-pale);

}

.purpose-icon i {

    font-size: 19px;

}

.purpose-card h3 {

    position: relative;

    margin: 0 0 9px;

    color: var(--black);

    font-size: 15px;

    font-weight: 800;

}

.purpose-card p {

    position: relative;

    margin: 0;

    color: var(--muted);

    font-size: 11px;

    line-height: 1.7;

}


/* =========================================================
   FEATURE LIST
========================================================= */

.feature-list {

    max-width: 900px;

    margin: auto;

    display: grid;

    grid-template-columns:
        repeat(2,1fr);

    gap: 14px;

}

.feature-item {

    position: relative;

    display: flex;

    align-items: flex-start;

    gap: 16px;

    padding: 22px;

    background: white;

    border:
        1px solid var(--border);

    border-radius: 15px;

    box-shadow: var(--shadow-sm);

    transition: .25s ease;

}

.feature-item:hover {

    transform:
        translateY(-4px);

    box-shadow: var(--shadow);

    border-color:
        rgba(180,0,24,.16);

}

.feature-icon {

    width: 47px;

    height: 47px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 12px;

    color: var(--red);

    background: var(--red-pale);

}

.feature-icon i {

    font-size: 17px;

}

.feature-item h3 {

    margin: 0 0 6px;

    color: var(--black);

    font-size: 13px;

    font-weight: 800;

}

.feature-item p {

    margin: 0;

    color: var(--muted);

    font-size: 10px;

    line-height: 1.6;

}

.feature-arrow {

    position: absolute;

    right: 18px;

    bottom: 18px;

    color: #c7c9cd;

    font-size: 10px;

    transition: .2s ease;

}

.feature-item:hover .feature-arrow {

    color: var(--red);

    transform:
        translateX(4px);

}


/* =========================================================
   USERS
========================================================= */

.users-section {

    padding: 90px 0;

    background:
        linear-gradient(
            180deg,
            #fafafa,
            #f3f4f6
        );

}

.users-grid {

    display: grid;

    grid-template-columns:
        repeat(3,1fr);

    gap: 16px;

}

.user-card {

    position: relative;

    padding: 30px;

    overflow: hidden;

    background: white;

    border:
        1px solid var(--border);

    border-radius: 18px;

    box-shadow: var(--shadow-sm);

}

.user-card > span {

    position: absolute;

    right: 20px;

    top: 18px;

    color: #ededee;

    font-size: 38px;

    font-weight: 900;

}

.user-icon {

    width: 52px;

    height: 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 22px;

    border-radius: 14px;

    color: var(--red);

    background: var(--red-pale);

}

.user-icon i {

    font-size: 20px;

}

.user-card h3 {

    margin: 0 0 9px;

    color: var(--black);

    font-size: 15px;

    font-weight: 800;

}

.user-card p {

    margin: 0;

    color: var(--muted);

    font-size: 11px;

    line-height: 1.7;

}


/* =========================================================
   OBJECTIVES
========================================================= */

.objectives-section {

    padding: 95px 0;

    background: white;

}

.objectives-layout {

    display: grid;

    grid-template-columns:
        .8fr 1.2fr;

    gap: 90px;

    align-items: start;

}

.objectives-heading h2 {

    margin: 0 0 15px;

    max-width: 400px;

    color: var(--black);

    font-size: 38px;

    line-height: 1.08;

    letter-spacing: -1.7px;

    font-weight: 900;

}

.objectives-heading p {

    max-width: 430px;

    margin: 0;

    color: var(--muted);

    font-size: 12px;

    line-height: 1.7;

}

.objectives-list {

    border-top:
        1px solid var(--border);

}

.objective {

    display: grid;

    grid-template-columns: 55px 1fr;

    gap: 15px;

    padding: 21px 0;

    border-bottom:
        1px solid var(--border);

}

.objective-number {

    color: var(--red);

    font-size: 11px;

    font-weight: 900;

}

.objective h3 {

    margin: 0 0 5px;

    color: var(--black);

    font-size: 14px;

    font-weight: 800;

}

.objective p {

    margin: 0;

    color: var(--muted);

    font-size: 10px;

    line-height: 1.6;

}


/* =========================================================
   CTA
========================================================= */

.about-cta {

    padding: 30px 0 90px;

    background: white;

}

.about-cta-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 40px;

    border-radius: 20px;

    color: white;

    background:
        linear-gradient(
            110deg,
            #7f0011,
            #b40018,
            #d4142d
        );

    box-shadow:
        0 20px 50px
        rgba(180,0,24,.18);

}

.about-cta-inner > div {

    max-width: 750px;

}

.about-cta-inner span {

    color: #ffc2c9;

    font-size: 9px;

    font-weight: 900;

    letter-spacing: 1.4px;

}

.about-cta-inner h2 {

    margin: 6px 0 8px;

    font-size: 25px;

    letter-spacing: -.7px;

}

.about-cta-inner p {

    margin: 0;

    color: #ffdee2;

    font-size: 11px;

    line-height: 1.6;

}

.about-cta-button {

    flex-shrink: 0;

    color: var(--red);

    background: white;

}

.about-cta-button:hover {

    transform:
        translateY(-3px);

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {

    .about-intro {

        grid-template-columns: 1fr;

        gap: 45px;

    }

    .intro-image {

        order: 2;

    }

    .purpose-grid {

        grid-template-columns:
            repeat(2,1fr);

    }

    .objectives-layout {

        grid-template-columns: 1fr;

        gap: 45px;

    }

}


@media (max-width: 750px) {

    .about-hero-content {

        display: block;

    }

    .about-hero-icon {

        display: none;

    }

    .about-hero h1 {

        font-size: 42px;

        letter-spacing: -2px;

    }

    .feature-list {

        grid-template-columns: 1fr;

    }

    .users-grid {

        grid-template-columns: 1fr;

    }

    .about-cta-inner {

        display: block;

        padding: 30px;

    }

    .about-cta-button {

        margin-top: 20px;

    }

}


@media (max-width: 520px) {

    .about-hero {

        padding: 30px 0 55px;

    }

    .about-breadcrumb {

        margin-bottom: 35px;

    }

    .about-hero h1 {

        font-size: 36px;

    }

    .about-section,
    .purpose-section,
    .users-section,
    .objectives-section {

        padding: 60px 0;

    }

    .purpose-grid {

        grid-template-columns: 1fr;

    }

    .seal-container {

        width: 210px;

        height: 210px;

    }

    .seal-container img {

        width: 145px;

        height: 145px;

    }

    .intro-content h2,
    .center-heading h2 {

        font-size: 28px;

    }

    .objectives-heading h2 {

        font-size: 31px;

    }

}