@import "variables.css";

/*=========================================
            ABOUT HERO
=========================================*/

.about-hero{

padding:90px 0;

background:linear-gradient(135deg,#F8FAFC,#FFFFFF);

overflow:hidden;

}

.about-hero-container{

display:grid;

grid-template-columns:1fr 1fr;

align-items:center;

gap:70px;

}

.about-tag{

display:inline-flex;

padding:10px 18px;

background:#E8F8EE;

color:#16A34A;

border-radius:50px;

font-size:15px;

font-weight:700;

margin-bottom:25px;

}

.about-left h1{

font-size:58px;

line-height:1.15;

font-weight:800;

color:#111827;

margin-bottom:25px;

letter-spacing:-1px;

}

.about-left p{

font-size:18px;

line-height:1.9;

color:#64748B;

margin-bottom:35px;

}

.about-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.about-buttons a{

height:54px;

padding:0 28px;

display:flex;

align-items:center;

justify-content:center;

text-decoration:none;

border-radius:14px;

font-weight:700;

transition:.35s;

}

.btn-primary{

background:#16A34A;

color:#fff;

}

.btn-primary:hover{

background:#15803D;

transform:translateY(-3px);

}

.btn-secondary{

background:#fff;

border:1px solid #E5E7EB;

color:#111827;

}

.btn-secondary:hover{

background:#F3F4F6;

}

.about-right{

display:flex;

justify-content:center;

}

.about-right img{

width:100%;

max-width:520px;

border-radius:35px;

box-shadow:0 30px 70px rgba(15,23,42,.12);

}

/*=========================================
            STORY
=========================================*/

.about-story{

padding:100px 0;

background:#fff;

}

.about-grid{

display:grid;

grid-template-columns:1fr 1fr;

gap:70px;

align-items:center;

}

.about-image img{

width:100%;

border-radius:28px;

box-shadow:0 25px 60px rgba(15,23,42,.08);

}

.about-content span{

display:inline-block;

color:#16A34A;

font-size:15px;

font-weight:700;

margin-bottom:18px;

letter-spacing:1px;

}

.about-content h2{

font-size:46px;

font-weight:800;

color:#111827;

margin-bottom:25px;

line-height:1.2;

}

.about-content p{

font-size:17px;

line-height:1.9;

color:#64748B;

margin-bottom:20px;

}

.story-features{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-top:35px;

}

.story-features div{

background:#F8FAFC;

padding:20px;

border-radius:18px;

font-weight:700;

transition:.3s;

border:1px solid #EEF2F7;

}

.story-features div:hover{

background:#16A34A;

color:#fff;

transform:translateY(-4px);

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:1200px){

.about-left h1{

font-size:50px;

}

.about-content h2{

font-size:40px;

}

}

@media(max-width:992px){

.about-hero-container,

.about-grid{

grid-template-columns:1fr;

}

.about-right{

order:-1;

}

.about-left{

text-align:center;

}

.about-buttons{

justify-content:center;

}

}

@media(max-width:768px){

.about-hero{

padding:70px 0;

}

.about-story{

padding:70px 0;

}

.about-left h1{

font-size:40px;

}

.about-content h2{

font-size:34px;

}

.story-features{

grid-template-columns:1fr;

}

}

@media(max-width:576px){

.about-left h1{

font-size:32px;

}

.about-left p,

.about-content p{

font-size:16px;

}

.about-buttons{

flex-direction:column;

}

.about-buttons a{

width:100%;

}

.about-right img,

.about-image img{

border-radius:20px;

}

}
/*=========================================
        MISSION & VISION
=========================================*/

.about-mission{

padding:100px 0;

background:#F8FAFC;

}

.section-heading{

text-align:center;

max-width:700px;

margin:0 auto 60px;

}

.section-heading span{

display:inline-block;

color:#16A34A;

font-weight:700;

letter-spacing:1px;

margin-bottom:15px;

}

.section-heading h2{

font-size:46px;

font-weight:800;

color:#111827;

margin-bottom:18px;

}

.section-heading p{

font-size:18px;

color:#64748B;

line-height:1.8;

}

.mission-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:35px;

}

.mission-card{

background:#fff;

padding:45px;

border-radius:28px;

border:1px solid #EEF2F7;

box-shadow:0 20px 45px rgba(15,23,42,.06);

transition:.35s;

text-align:center;

}

.mission-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(15,23,42,.10);

}

.mission-icon{

width:90px;

height:90px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

background:#ECFDF5;

display:flex;

justify-content:center;

align-items:center;

}

.mission-icon i{

font-size:42px;

color:#16A34A;

}

.mission-card h3{

font-size:28px;

margin-bottom:18px;

color:#111827;

}

.mission-card p{

font-size:17px;

line-height:1.9;

color:#64748B;

}

@media(max-width:992px){

.mission-grid{

grid-template-columns:1fr;

}

}

@media(max-width:576px){

.about-mission{

padding:70px 0;

}

.section-heading h2{

font-size:34px;

}

.mission-card{

padding:30px;

}

}

/*=========================================
            WHY CHOOSE US
=========================================*/

.about-choose{

padding:100px 0;

background:#fff;

}

.choose-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.choose-card{

background:#fff;

padding:35px;

border-radius:24px;

border:1px solid #EEF2F7;

text-align:center;

transition:.35s;

box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.choose-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 55px rgba(15,23,42,.10);

}

.choose-icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:25px;

border-radius:50%;

background:#ECFDF5;

display:flex;

justify-content:center;

align-items:center;

transition:.3s;

}

.choose-card:hover .choose-icon{

background:#16A34A;

}

.choose-icon i{

font-size:36px;

color:#16A34A;

transition:.3s;

}

.choose-card:hover .choose-icon i{

color:#fff;

}

.choose-card h3{

font-size:22px;

margin-bottom:15px;

color:#111827;

}

.choose-card p{

font-size:16px;

line-height:1.8;

color:#64748B;

}

@media(max-width:992px){

.choose-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.about-choose{

padding:70px 0;

}

.choose-grid{

grid-template-columns:1fr;

}

}

/*=========================================
            STATISTICS
=========================================*/

.about-stats{

padding:100px 0;

background:#F8FAFC;

}

.stats-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:50px;

}

.stat-card{

background:#fff;

padding:45px 25px;

text-align:center;

border-radius:24px;

border:1px solid #EEF2F7;

transition:.35s;

box-shadow:0 15px 35px rgba(15,23,42,.05);

}

.stat-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 70px rgba(15,23,42,.10);

}

.stat-card i{

font-size:55px;

color:#16A34A;

margin-bottom:20px;

}

.stat-card h3{

font-size:42px;

font-weight:800;

color:#111827;

margin-bottom:10px;

}

.stat-card p{

font-size:17px;

color:#64748B;

}

@media(max-width:992px){

.stats-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:576px){

.about-stats{

padding:70px 0;

}

.stats-grid{

grid-template-columns:1fr;

}

.stat-card{

padding:35px 20px;

}

}

/*=========================================
        MANUFACTURING PROCESS
=========================================*/

.about-process{

padding:90px 0;

background:#f8fafc;

}

.process-grid{

display:grid;

grid-template-columns:repeat(11,1fr);

align-items:center;

gap:18px;

margin-top:60px;

}

.process-card{

background:#fff;

border:1px solid #e5e7eb;

border-radius:22px;

padding:30px 22px;

text-align:center;

height:280px;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

transition:.35s;

box-shadow:0 15px 35px rgba(15,23,42,.06);

position:relative;

overflow:hidden;

}

.process-card::before{

content:"";

position:absolute;

top:0;

left:0;

width:100%;

height:5px;

background:linear-gradient(90deg,#16a34a,#22c55e);

transform:scaleX(0);

transition:.35s;

}

.process-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(22,163,74,.15);

}

.process-card:hover::before{

transform:scaleX(1);

}

.process-icon{

width:80px;

height:80px;

border-radius:50%;

background:linear-gradient(135deg,#16a34a,#22c55e);

display:flex;

justify-content:center;

align-items:center;

font-size:36px;

margin-bottom:22px;

box-shadow:0 10px 25px rgba(22,163,74,.25);

}

.process-card h3{

font-size:20px;

font-weight:700;

color:#111827;

margin-bottom:12px;

}

.process-card p{

font-size:14px;

line-height:1.8;

color:#64748b;

}

/*============================*/

.process-arrow{

display:flex;

justify-content:center;

align-items:center;

font-size:34px;

color:#16a34a;

}

/*============================*/

@media(max-width:1200px){

.process-grid{

grid-template-columns:repeat(3,1fr);

}

.process-arrow{

display:none;

}

}

@media(max-width:768px){

.process-grid{

grid-template-columns:1fr;

gap:22px;

}

.process-card{

height:auto;

min-height:240px;

}

}

/*=========================================
            QUALITY PROMISE
=========================================*/

.about-promise{

padding:100px 0;

background:#F8FAFC;

}

.promise-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

margin-top:50px;

}

.promise-item{

background:#fff;

padding:40px 30px;

border-radius:24px;

text-align:center;

border:1px solid #EEF2F7;

transition:.35s;

}

.promise-item:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.promise-item i{

font-size:50px;

color:#16A34A;

margin-bottom:20px;

}

.promise-item h3{

margin-bottom:15px;

font-size:22px;

}

.promise-item p{

color:#64748B;

line-height:1.8;

}

/*=========================================
                CTA
=========================================*/

.about-cta{

padding:100px 0;

background:#fff;

}

.about-cta p{

    color: #111827;

}

.cta-box{

background:linear-gradient(135deg,#16A34A,#15803D);

padding:70px;

border-radius:35px;

text-align:center;

color:#fff;

overflow:hidden;

position:relative;

}

.cta-box h2{

font-size:48px;

margin-bottom:20px;

}

.cta-box p{

max-width:700px;

margin:auto;

line-height:1.8;

font-size:18px;

opacity:.95;

margin-bottom:40px;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

.cta-buttons a{

height:55px;

padding:0 30px;

display:flex;

align-items:center;

justify-content:center;

border-radius:14px;

text-decoration:none;

font-weight:700;

transition:.3s;

}

.cta-buttons a:first-child{

background:#fff;

color:#16A34A;

}

.cta-buttons a:last-child{

border:2px solid rgba(255,255,255,.4);

color:#fff;

}

.cta-buttons a:hover{

transform:translateY(-4px);

}

/*=========================================
            RESPONSIVE
=========================================*/

@media(max-width:992px){

.promise-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.promise-grid{

grid-template-columns:1fr;

}

.cta-box{

padding:45px 25px;

}

.cta-box h2{

font-size:34px;

}

.cta-buttons{

flex-direction:column;

}

.cta-buttons a{

width:100%;

}

}


/*=========================================
            FOUNDER
=========================================*/

.about-founder{

padding:100px 0;

background:#fff;

}

.founder-row{

display:grid;

grid-template-columns:260px 1fr;

gap:60px;

align-items:center;

margin-bottom:90px;

}

.founder-row:last-child{

margin-bottom:0;

}

.founder-row.reverse{

grid-template-columns:1fr 260px;

}

.founder-row.reverse .founder-content{

order:1;

text-align:right;

}

.founder-row.reverse .founder-image{

order:2;

}

.founder-image{

display:flex;

justify-content:center;

}

.founder-image img{

width:240px;

height:320px;

object-fit:cover;

border-radius:24px;

box-shadow:0 20px 50px rgba(0,0,0,.10);

transition:.35s;

}

.founder-image img:hover{

transform:translateY(-8px);

}

.founder-content h2{

font-size:42px;

margin-bottom:10px;

color:#134E4A;

font-weight:800;

}

.founder-content h4{

font-size:24px;

color:#111827;

margin-bottom:20px;

}

.founder-content p{

font-size:17px;

line-height:1.9;

color:#64748B;

margin-bottom:18px;

}

@media(max-width:992px){

.founder-row,

.founder-row.reverse{

grid-template-columns:1fr;

}

.founder-row.reverse .founder-content,

.founder-row.reverse .founder-image{

order:unset;

text-align:center;

}

.founder-content{

text-align:center;

}

}

@media(max-width:576px){

.about-founder{

padding:70px 0;

}

.founder-image img{

width:220px;

height:290px;

}

.founder-content h2{

font-size:30px;

}

.founder-content h4{

font-size:20px;

}

}

.process-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:35px;

margin-top:60px;

}

.process-arrow{

display:none;

}

.process-card{

height:260px;

padding:30px;

border-radius:24px;

}

/* ==================================================
        SAIRAM HERBALS — OUR LEGACY
================================================== */

.about-legacy-section{

    position:relative;

    overflow:hidden;

    padding:120px 20px 110px;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(22,163,74,.07),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(180,145,70,.08),
            transparent 30%
        ),
        #FBFDF9;

}


/* ==================================================
        CONTAINER
================================================== */

.about-legacy-container{

    width:min(1180px,100%);

    margin:0 auto;

}


/* ==================================================
        MAIN HEADING
================================================== */

.about-legacy-heading{

    max-width:780px;

    margin:0 auto 75px;

    text-align:center;

}


.about-legacy-eyebrow{

    display:inline-flex;

    align-items:center;

    gap:8px;

    margin-bottom:16px;

    padding:7px 14px;

    border-radius:30px;

    background:#EAF7EE;

    color:#15803D;

    font-size:11px;

    font-weight:800;

    letter-spacing:1.5px;

}


.about-legacy-eyebrow::before,
.about-legacy-eyebrow::after{

    content:"";

    width:18px;

    height:1px;

    background:#86B996;

}


.about-legacy-heading h2{

    margin:0;

    color:#17251D;

    font-size:clamp(38px,5vw,62px);

    line-height:1.05;

    font-weight:800;

    letter-spacing:-2px;

}


.about-legacy-heading h2 span{

    display:block;

    color:#15803D;

}


.about-legacy-heading p{

    max-width:650px;

    margin:22px auto 0;

    color:#6B7280;

    font-size:16px;

    line-height:1.8;

}


/* ==================================================
        DADAJI + GURUJI
================================================== */

.about-legacy-founders{

    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:35px;

}


/* ==================================================
        PERSON CARD
================================================== */

.legacy-person{

    position:relative;

    display:grid;

    grid-template-columns:45% 55%;

    min-height:450px;

    overflow:hidden;

    border:1px solid rgba(21,128,61,.10);

    border-radius:28px;

    background:
        linear-gradient(
            145deg,
            #FFFFFF,
            #F5FAF6
        );

    box-shadow:
        0 20px 55px rgba(15,23,42,.07);

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


.legacy-person:hover{

    transform:translateY(-7px);

    box-shadow:
        0 30px 70px rgba(15,23,42,.11);

}


/* ==================================================
        IMAGE AREA
================================================== */

.legacy-person-image{

    position:relative;

    min-height:450px;

    display:flex;

    align-items:flex-end;

    justify-content:center;

    overflow:hidden;

    background:
        linear-gradient(
            180deg,
            #EEF8F1 0%,
            #FDFBF5 100%
        );

}


.legacy-image-glow{

    position:absolute;

    width:260px;

    height:260px;

    left:50%;

    bottom:40px;

    transform:translateX(-50%);

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(180,145,70,.20),
            transparent 68%
        );

    filter:blur(8px);

}


.legacy-person-image img{

    position:relative;

    z-index:2;

    width:100%;

    height:100%;

    object-fit:contain;

    object-position:center bottom;

    padding:20px 12px 0;

    filter:
        drop-shadow(
            0 15px 20px rgba(0,0,0,.10)
        );

    transition:
        transform .5s ease;

}


.legacy-person:hover
.legacy-person-image img{

    transform:scale(1.035);

}


/* ==================================================
        GENERATION BADGE
================================================== */

.legacy-generation-badge{

    position:absolute;

    z-index:5;

    top:18px;

    left:18px;

    padding:7px 11px;

    border-radius:8px;

    background:rgba(255,255,255,.90);

    border:1px solid rgba(21,128,61,.12);

    color:#15803D;

    font-size:9px;

    font-weight:800;

    letter-spacing:1px;

    box-shadow:
        0 5px 15px rgba(0,0,0,.07);

}


/* ==================================================
        PERSON CONTENT
================================================== */

.legacy-person-content{

    display:flex;

    flex-direction:column;

    justify-content:center;

    padding:45px 38px;

}


.legacy-role{

    margin-bottom:13px;

    color:#15803D;

    font-size:10px;

    font-weight:800;

    letter-spacing:1.4px;

}


.legacy-person-content h3{

    margin:0;

    color:#17251D;

    font-size:clamp(22px,2.2vw,31px);

    line-height:1.2;

    font-weight:750;

}


.legacy-divider{

    width:45px;

    height:3px;

    margin:19px 0;

    border-radius:5px;

    background:#B89555;

}


.legacy-person-content p{

    margin:0;

    color:#64748B;

    font-size:14px;

    line-height:1.8;

}


.legacy-person-content blockquote{

    position:relative;

    margin:25px 0 0;

    padding:17px 0 0 17px;

    border-left:2px solid #B89555;

    color:#475569;

    font-size:13px;

    line-height:1.7;

    font-style:italic;

}


/* ==================================================
        LEGACY STATEMENT
================================================== */

.legacy-statement{

    display:grid;

    grid-template-columns:1fr auto 1fr;

    align-items:center;

    gap:35px;

    margin:85px auto 80px;

    max-width:1050px;

}


.legacy-statement-line{

    height:1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #C8D8CC,
            transparent
        );

}


.legacy-statement-content{

    max-width:620px;

    text-align:center;

}


.legacy-statement-content i{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:48px;

    height:48px;

    margin-bottom:16px;

    border-radius:50%;

    background:#ECFDF5;

    color:#15803D;

    font-size:23px;

}


.legacy-statement-content h3{

    margin:0;

    color:#17251D;

    font-size:clamp(23px,3vw,34px);

    line-height:1.25;

    font-weight:750;

}


.legacy-statement-content p{

    margin:15px 0 0;

    color:#64748B;

    font-size:14px;

    line-height:1.8;

}


/* ==================================================
        NEXT GENERATION HEADING
================================================== */

.legacy-team-heading{

    margin:0 auto 35px;

    text-align:center;

}


.legacy-team-heading span{

    color:#15803D;

    font-size:10px;

    font-weight:800;

    letter-spacing:1.5px;

}


.legacy-team-heading h3{

    margin:8px 0 0;

    color:#17251D;

    font-size:clamp(27px,3vw,40px);

    font-weight:750;

}


/* ==================================================
        TEAM GRID
================================================== */

.legacy-team-grid{

    display:grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap:18px;

}


.legacy-team-card{

    display:flex;

    align-items:flex-start;

    gap:15px;

    padding:25px;

    border:1px solid #E4ECE6;

    border-radius:20px;

    background:rgba(255,255,255,.85);

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;

}


.legacy-team-card:hover{

    transform:translateY(-5px);

    border-color:#B8DCC3;

    box-shadow:
        0 16px 35px rgba(15,23,42,.07);

}


/* ==================================================
        TEAM ICON
================================================== */

.legacy-team-icon{

    width:45px;

    height:45px;

    flex-shrink:0;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:13px;

    background:#ECFDF5;

    color:#15803D;

    font-size:21px;

}


.legacy-team-card span{

    display:block;

    margin-bottom:5px;

    color:#15803D;

    font-size:9px;

    font-weight:800;

    letter-spacing:1px;

}


.legacy-team-card h4{

    margin:0 0 10px;

    color:#17251D;

    font-size:17px;

    font-weight:750;

}


.legacy-team-card p{

    margin:0;

    color:#64748B;

    font-size:12px;

    line-height:1.75;

}


/* ==================================================
        CLOSING QUOTE
================================================== */

.legacy-closing{

    max-width:720px;

    margin:75px auto 0;

    text-align:center;

}


.legacy-closing i{

    color:#B89555;

    font-size:32px;

}


.legacy-closing p{

    margin:15px 0 10px;

    color:#34463A;

    font-family:Georgia,serif;

    font-size:clamp(20px,3vw,29px);

    line-height:1.5;

    font-style:italic;

}


.legacy-closing span{

    color:#15803D;

    font-size:11px;

    font-weight:800;

    letter-spacing:1px;

}


/* ==================================================
        TABLET
================================================== */

@media(max-width:1050px){

    .about-legacy-section{

        padding:
            90px 20px;

    }


    .legacy-person{

        grid-template-columns:
            42% 58%;

    }


    .legacy-person-content{

        padding:35px 27px;

    }


    .legacy-team-grid{

        grid-template-columns:
            repeat(2,minmax(0,1fr));

    }

}


/* ==================================================
        MOBILE
================================================== */

@media(max-width:768px){

    .about-legacy-section{

        padding:
            75px 16px;

    }


    .about-legacy-heading{

        margin-bottom:45px;

    }


    .about-legacy-heading h2{

        letter-spacing:-1px;

    }


    .about-legacy-heading p{

        font-size:14px;

        line-height:1.7;

    }


    .about-legacy-founders{

        grid-template-columns:1fr;

        gap:22px;

    }


    .legacy-person{

        grid-template-columns:
            42% 58%;

        min-height:380px;

        border-radius:22px;

    }


    .legacy-person-image{

        min-height:380px;

    }


    .legacy-person-content{

        padding:28px 20px;

    }


    .legacy-person-content h3{

        font-size:21px;

    }


    .legacy-person-content p{

        font-size:12px;

        line-height:1.7;

    }


    .legacy-person-content blockquote{

        font-size:11px;

        margin-top:18px;

    }


    .legacy-generation-badge{

        top:12px;

        left:12px;

        padding:6px 8px;

        font-size:8px;

    }


    .legacy-statement{

        grid-template-columns:1fr;

        gap:0;

        margin:60px auto;

    }


    .legacy-statement-line{

        display:none;

    }


    .legacy-statement-content{

        padding:0 8px;

    }


    .legacy-team-grid{

        grid-template-columns:1fr;

    }


    .legacy-team-card{

        padding:20px;

    }


    .legacy-closing{

        margin-top:55px;

    }

}


/* ==================================================
        SMALL MOBILE
================================================== */

@media(max-width:480px){

    .about-legacy-section{

        padding:
            60px 13px;

    }


    .legacy-person{

        grid-template-columns:
            1fr;

        min-height:auto;

    }


    .legacy-person-image{

        min-height:360px;

        height:360px;

    }


    .legacy-person-content{

        padding:25px 22px 30px;

    }


    .legacy-person-content h3{

        font-size:23px;

    }


    .legacy-role{

        font-size:9px;

    }


    .legacy-person-content p{

        font-size:13px;

    }


    .legacy-team-card{

        gap:12px;

        padding:18px;

    }


    .legacy-team-icon{

        width:40px;

        height:40px;

        font-size:19px;

    }

}

/* ==================================================
        LEGACY TEAM CARDS
================================================== */

.legacy-team-grid{

    width:100%;
    max-width:980px;

    margin:45px auto 0;

    display:grid;

    grid-template-columns:
        repeat(2, minmax(0, 1fr));

    gap:22px;

    justify-content:center;

    align-items:stretch;

}


/* ==================================================
        CARD
================================================== */

.legacy-team-card{

    width:100%;
    min-width:0;

    display:flex;

    align-items:flex-start;

    gap:18px;

    padding:24px;

    background:#fff;

    border:1px solid #E3ECE5;

    border-radius:18px;

    box-sizing:border-box;

    box-shadow:
        0 8px 25px rgba(27,94,32,.055);

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        border-color .3s ease;

}


.legacy-team-card:hover{

    transform:translateY(-4px);

    border-color:#C8DECD;

    box-shadow:
        0 15px 35px rgba(27,94,32,.10);

}


/* ==================================================
        ICON
================================================== */

.legacy-team-icon{

    width:46px;
    height:46px;

    flex:0 0 46px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:13px;

    background:#EAF6EC;

    color:#2E7D32;

}


.legacy-team-icon i{

    font-size:21px;

}


/* ==================================================
        TEXT AREA
================================================== */

.legacy-team-card > div:last-child{

    min-width:0;

}


.legacy-team-card span{

    display:block;

    margin-bottom:6px;

    color:#2E7D32;

    font-size:9px;

    font-weight:800;

    letter-spacing:1px;

    line-height:1.3;

}


.legacy-team-card h4{

    margin:0 0 9px;

    color:#17251D;

    font-size:17px;

    line-height:1.3;

    font-weight:750;

}


.legacy-team-card p{

    margin:0;

    color:#66756C;

    font-size:12px;

    line-height:1.75;

}


/* ==================================================
        LARGE DESKTOP
================================================== */

@media(min-width:1200px){

    .legacy-team-grid{

        max-width:1000px;

        gap:24px;

    }

    .legacy-team-card{

        padding:26px;

    }

}


/* ==================================================
        TABLET
================================================== */

@media(max-width:900px){

    .legacy-team-grid{

        max-width:720px;

        grid-template-columns:
            repeat(2, minmax(0,1fr));

        gap:18px;

        margin-top:35px;

    }


    .legacy-team-card{

        padding:20px;

        gap:14px;

    }


    .legacy-team-icon{

        width:42px;
        height:42px;

        flex-basis:42px;

    }


    .legacy-team-icon i{

        font-size:19px;

    }


    .legacy-team-card h4{

        font-size:15px;

    }


    .legacy-team-card p{

        font-size:11px;

        line-height:1.7;

    }

}


/* ==================================================
        MOBILE
================================================== */

@media(max-width:600px){

    .legacy-team-grid{

        width:100%;

        max-width:430px;

        grid-template-columns:1fr;

        gap:14px;

        margin-top:30px;

    }


    .legacy-team-card{

        padding:18px;

        gap:14px;

        border-radius:15px;

    }


    .legacy-team-icon{

        width:40px;
        height:40px;

        flex-basis:40px;

        border-radius:11px;

    }


    .legacy-team-icon i{

        font-size:18px;

    }


    .legacy-team-card span{

        font-size:8px;

        letter-spacing:.8px;

    }


    .legacy-team-card h4{

        margin-bottom:7px;

        font-size:14px;

    }


    .legacy-team-card p{

        font-size:11px;

        line-height:1.7;

    }

}


/* ==================================================
        SMALL MOBILE
================================================== */

@media(max-width:380px){

    .legacy-team-grid{

        max-width:100%;

        gap:12px;

    }


    .legacy-team-card{

        padding:15px;

        gap:11px;

    }


    .legacy-team-icon{

        width:36px;
        height:36px;

        flex-basis:36px;

    }


    .legacy-team-icon i{

        font-size:16px;

    }


    .legacy-team-card h4{

        font-size:13px;

    }


    .legacy-team-card p{

        font-size:10px;

        line-height:1.65;

    }

}