/* =========================================================
   WHO WE ARE PAGE
   LAMiC - Legacy Africa Micro-Credit Ltd
========================================================= */


/* =========================================================
   HERO
========================================================= */

.who-hero {

    position: relative;

    min-height: 520px;

    display: flex;

    align-items: center;

    background:
        linear-gradient(
            120deg,
            rgba(18, 39, 71, .97),
            rgba(24, 50, 91, .88)
        ),
        url("../images/lamic.png") center/cover no-repeat;

    overflow: hidden;

}


.who-hero::before {

    content: "";

    position: absolute;

    width: 420px;

    height: 420px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,.12);

    right: -100px;

    bottom: -180px;

}


.who-hero::after {

    content: "";

    position: absolute;

    width: 280px;

    height: 280px;

    border-radius: 50%;

    border: 1px solid rgba(0,166,81,.20);

    right: 100px;

    top: -160px;

}


.who-hero-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(18,39,71,.96),
            rgba(18,39,71,.72),
            rgba(18,39,71,.30)
        );

}


.who-hero-content {

    position: relative;

    z-index: 2;

    max-width: 950px;

    padding-top: 50px;

    padding-bottom: 50px;

}


/* =========================================================
   BREADCRUMB
========================================================= */

.who-breadcrumb {

    display: flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 28px;

    font-size: 14px;

}


.who-breadcrumb a {

    color: rgba(255,255,255,.72);

    text-decoration: none;

    transition: .3s ease;

}


.who-breadcrumb a:hover {

    color: #ffffff;

}


.who-breadcrumb span {

    color: #ffffff;

    font-weight: 600;

}


.who-breadcrumb i {

    font-size: 10px;

    color: #00A651;

}


/* =========================================================
   HERO LABEL
========================================================= */

.who-hero-label {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #00A651;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 2px;

    margin-bottom: 18px;

}


.who-hero-label::before {

    content: "";

    width: 34px;

    height: 2px;

    background: #00A651;

}


/* =========================================================
   HERO TITLE
========================================================= */

.who-hero h1 {

    max-width: 850px;

    margin: 0 0 24px;

    color: #ffffff;

    font-size: clamp(42px, 5vw, 68px);

    line-height: 1.08;

    font-weight: 700;

    letter-spacing: -1.5px;

}


.who-hero h1 strong {

    display: block;

    color: #00A651;

    font-weight: 700;

}


.who-hero p {

    max-width: 720px;

    margin: 0;

    color: rgba(255,255,255,.82);

    font-size: 18px;

    line-height: 1.8;

}


/* =========================================================
   INTRODUCTION
========================================================= */

.who-intro {

    background: #ffffff;

}


.who-intro-grid {

    display: grid;

    grid-template-columns: 1.05fr .95fr;

    gap: 80px;

    align-items: center;

}


.who-intro-content h2 {

    max-width: 620px;

    margin: 15px 0 25px;

    color: #18325B;

    font-size: clamp(34px, 4vw, 50px);

    line-height: 1.15;

}


.who-intro-content p {

    max-width: 680px;

    color: #596579;

    font-size: 16px;

    line-height: 1.85;

    margin-bottom: 18px;

}


.who-intro-content .lead {

    color: #29384d;

    font-size: 19px;

    line-height: 1.75;

}


/* =========================================================
   INTRO VISUAL
========================================================= */

.who-intro-visual {

    position: relative;

    min-height: 480px;

    display: flex;

    align-items: center;

    justify-content: center;

}


.who-main-card {

    position: relative;

    width: 390px;

    min-height: 390px;

    padding: 55px 45px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    text-align: center;

    background: #18325B;

    border-radius: 10px;

    box-shadow: 0 25px 60px rgba(18,39,71,.20);

    overflow: hidden;

}


.who-main-card::before {

    content: "";

    position: absolute;

    width: 230px;

    height: 230px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,.08);

    top: -100px;

    right: -80px;

}


.who-main-card::after {

    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    border-radius: 50%;

    border: 1px solid rgba(0,166,81,.20);

    bottom: -100px;

    left: -70px;

}


.who-main-icon {

    position: relative;

    z-index: 2;

    width: 80px;

    height: 80px;

    margin: 0 auto 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #00A651;

    color: #ffffff;

    font-size: 30px;

}


.who-main-card > span {

    position: relative;

    z-index: 2;

    color: #00A651;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 2px;

}


.who-main-card h3 {

    position: relative;

    z-index: 2;

    margin: 15px 0;

    color: #ffffff;

    font-size: 28px;

    line-height: 1.3;

}


.who-main-card p {

    position: relative;

    z-index: 2;

    margin: 0;

    color: rgba(255,255,255,.70);

    line-height: 1.7;

}


.who-floating-card {

    position: absolute;

    right: 0;

    bottom: 35px;

    width: 250px;

    padding: 20px;

    display: flex;

    align-items: center;

    gap: 15px;

    background: #ffffff;

    border-radius: 8px;

    box-shadow: 0 20px 50px rgba(18,39,71,.16);

}


.who-floating-card > i {

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: rgba(0,166,81,.10);

    color: #00A651;

}


.who-floating-card strong {

    display: block;

    color: #18325B;

    margin-bottom: 4px;

}


.who-floating-card span {

    display: block;

    color: #718096;

    font-size: 13px;

}


/* =========================================================
   IDENTITY SECTION
========================================================= */

.identity-section {

    background: #f5f8fa;

}


.identity-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 22px;

    margin-top: 50px;

}


.identity-card {

    position: relative;

    padding: 35px 28px;

    background: #ffffff;

    border: 1px solid #e6ebef;

    border-radius: 8px;

    transition: .35s ease;

}


.identity-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 18px 40px rgba(18,39,71,.10);

}


.identity-icon {

    width: 58px;

    height: 58px;

    margin-bottom: 24px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 8px;

    background: rgba(0,166,81,.10);

    color: #00A651;

    font-size: 22px;

}


.identity-card h3 {

    color: #18325B;

    margin-bottom: 14px;

    font-size: 21px;

}


.identity-card p {

    color: #687587;

    font-size: 15px;

    line-height: 1.75;

    margin: 0;

}


/* =========================================================
   APPROACH SECTION
========================================================= */

.approach-section {

    background: #ffffff;

}


.approach-grid {

    display: grid;

    grid-template-columns: .85fr 1.15fr;

    gap: 85px;

    align-items: center;

}


.approach-visual {

    display: flex;

    justify-content: center;

}


.approach-box {

    position: relative;

    width: 400px;

    min-height: 430px;

    padding: 60px 45px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    border-radius: 10px;

    background: #18325B;

    overflow: hidden;

}


.approach-box::before {

    content: "";

    position: absolute;

    width: 350px;

    height: 350px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,.08);

}


.approach-circle {

    position: relative;

    width: 90px;

    height: 90px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #00A651;

    color: #ffffff;

    font-size: 34px;

    margin-bottom: 30px;

}


.approach-box h3 {

    position: relative;

    color: #ffffff;

    font-size: 28px;

    line-height: 1.35;

    margin-bottom: 18px;

}


.approach-box p {

    position: relative;

    color: rgba(255,255,255,.70);

    line-height: 1.7;

    margin: 0;

}


.approach-content h2 {

    color: #18325B;

    font-size: clamp(34px, 4vw, 48px);

    line-height: 1.15;

    margin: 15px 0 25px;

}


.approach-content > p {

    color: #687587;

    line-height: 1.8;

    font-size: 16px;

}


.approach-list {

    margin-top: 30px;

}


.approach-item {

    display: flex;

    gap: 20px;

    padding: 20px 0;

    border-bottom: 1px solid #e9edf1;

}


.approach-number {

    flex-shrink: 0;

    width: 45px;

    height: 45px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #18325B;

    color: #ffffff;

    font-size: 12px;

    font-weight: 800;

    border-radius: 5px;

}


.approach-item h3 {

    color: #18325B;

    margin: 0 0 5px;

    font-size: 18px;

}


.approach-item p {

    color: #718096;

    margin: 0;

    line-height: 1.6;

    font-size: 14px;

}


/* =========================================================
   FOCUS SECTION
========================================================= */

.focus-section {

    background: #f5f8fa;

}


.focus-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 22px;

    margin-top: 50px;

}


.focus-card {

    position: relative;

    padding: 38px 28px;

    background: #ffffff;

    border-radius: 8px;

    border: 1px solid #e6ebef;

    overflow: hidden;

    transition: .35s ease;

}


.focus-card:hover {

    transform: translateY(-7px);

    box-shadow: 0 20px 45px rgba(18,39,71,.10);

}


.focus-number {

    position: absolute;

    top: 20px;

    right: 22px;

    color: #dfe6eb;

    font-size: 35px;

    font-weight: 800;

}


.focus-card > i {

    display: flex;

    width: 58px;

    height: 58px;

    align-items: center;

    justify-content: center;

    margin-bottom: 25px;

    background: rgba(0,166,81,.10);

    color: #00A651;

    border-radius: 8px;

    font-size: 22px;

}


.focus-card h3 {

    color: #18325B;

    font-size: 21px;

    margin-bottom: 12px;

}


.focus-card p {

    color: #718096;

    font-size: 14px;

    line-height: 1.75;

    margin: 0;

}


/* =========================================================
   STRATEGIC DIRECTION
========================================================= */

.direction-section {

    padding: 100px 0;

    background: #18325B;

    position: relative;

    overflow: hidden;

}


.direction-section::before {

    content: "";

    position: absolute;

    width: 550px;

    height: 550px;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 50%;

    right: -200px;

    top: -220px;

}


.direction-section::after {

    content: "";

    position: absolute;

    width: 300px;

    height: 300px;

    border: 1px solid rgba(0,166,81,.18);

    border-radius: 50%;

    left: -120px;

    bottom: -140px;

}


.direction-inner {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns: 1.1fr .9fr;

    gap: 80px;

    align-items: center;

}


.direction-content h2 {

    max-width: 650px;

    color: #ffffff;

    font-size: clamp(35px, 4vw, 52px);

    line-height: 1.15;

    margin: 15px 0 25px;

}


.direction-content > p {

    max-width: 680px;

    color: rgba(255,255,255,.72);

    font-size: 16px;

    line-height: 1.8;

}


.direction-points {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 15px 30px;

    margin-top: 30px;

}


.direction-points span {

    color: rgba(255,255,255,.82);

    font-size: 14px;

}


.direction-points i {

    margin-right: 8px;

    color: #00A651;

}


.direction-visual {

    display: flex;

    justify-content: center;

    align-items: center;

}


.direction-center {

    position: relative;

    width: 310px;

    height: 310px;

    border: 1px solid rgba(255,255,255,.15);

    border-radius: 50%;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background: rgba(255,255,255,.03);

}


.direction-center::before {

    content: "";

    position: absolute;

    width: 230px;

    height: 230px;

    border: 1px solid rgba(0,166,81,.35);

    border-radius: 50%;

}


.direction-center i {

    position: relative;

    z-index: 2;

    font-size: 40px;

    color: #00A651;

    margin-bottom: 15px;

}


.direction-center strong {

    position: relative;

    z-index: 2;

    color: #ffffff;

    font-size: 30px;

}


.direction-center span {

    position: relative;

    z-index: 2;

    color: rgba(255,255,255,.55);

    font-size: 10px;

    letter-spacing: 3px;

    margin-top: 5px;

}


/* =========================================================
   RESPONSIVE DESIGN
========================================================= */

@media (max-width: 1100px) {

    .identity-grid,
    .focus-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}


@media (max-width: 900px) {

    .who-intro-grid,
    .approach-grid,
    .direction-inner {

        grid-template-columns: 1fr;

        gap: 50px;

    }


    .who-intro-visual {

        min-height: 430px;

    }


    .approach-visual {

        order: 2;

    }


    .direction-visual {

        order: -1;

    }

}


@media (max-width: 650px) {

    .who-hero {

        min-height: 500px;

    }


    .who-hero h1 {

        font-size: 40px;

    }


    .who-hero p {

        font-size: 16px;

    }


    .who-main-card {

        width: 100%;

        min-height: 360px;

    }


    .who-floating-card {

        right: 10px;

        bottom: 15px;

    }


    .identity-grid,
    .focus-grid {

        grid-template-columns: 1fr;

    }


    .direction-points {

        grid-template-columns: 1fr;

    }


    .approach-box {

        width: 100%;

    }

}