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

.about-hero{

    padding:150px 0 100px;

    background:linear-gradient(
        180deg,
        #ffffff,
        #f5fbff
    );

}

.about-content{

    max-width:850px;

    margin:auto;

    text-align:center;

}

.about-content .section-title{

    margin:25px 0;

}

.about-content .section-description{

    max-width:720px;

    margin:auto;

}

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

.about-story{

background:#fff;

}

.story-grid{

display:grid;

grid-template-columns:1.1fr .9fr;

gap:60px;

align-items:center;

}

.story-card{

padding:50px;

border-radius:30px;

background:linear-gradient(
135deg,
#ECFDF5,
#F8FBFF
);

text-align:center;

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

}

.story-icon{

font-size:70px;

margin-bottom:25px;

}

.story-card h3{

margin-bottom:20px;

font-size:30px;

}

/*=====================================
        MISSION
======================================*/

.mission{

background:#F8FAFC;

}

.mission-grid{

display:grid;

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

gap:35px;

}

.mission-card{

padding:45px;

text-align:center;

}

.mission-icon{

font-size:60px;

margin-bottom:20px;

}

.mission-card h3{

margin-bottom:15px;

font-size:28px;

}

.mission-card p{

color:var(--gray);

line-height:1.8;

}

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

@media(max-width:992px){

.story-grid{

grid-template-columns:1fr;

}

.mission-grid{

grid-template-columns:1fr;

}

.story-card{

padding:35px;

}

}

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

.why-about{

background:#fff;

}

.why-grid{

display:grid;

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

gap:30px;

}

.why-card{

padding:35px;

text-align:center;

transition:.35s;

}

.why-card:hover{

transform:translateY(-10px);

}

.why-icon{

font-size:55px;

margin-bottom:20px;

}

.why-card h3{

margin-bottom:15px;

}

/*=====================================
        TIMELINE
======================================*/

.journey{

background:#F8FAFC;

}

.timeline{

max-width:750px;

margin:auto;

position:relative;

}

.timeline::before{

content:"";

position:absolute;

left:18px;

top:0;

bottom:0;

width:3px;

background:var(--primary);

}

.timeline-item{

display:flex;

gap:30px;

margin-bottom:50px;

position:relative;

}

.timeline-dot{

width:36px;

height:36px;

border-radius:50%;

background:var(--primary);

border:6px solid white;

flex-shrink:0;

box-shadow:0 8px 25px rgba(0,210,106,.3);

}

.timeline-content{

background:white;

padding:25px;

border-radius:20px;

box-shadow:0 12px 30px rgba(0,0,0,.06);

flex:1;

}

.timeline-content h3{

margin-bottom:10px;

}

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

@media(max-width:992px){

.why-grid{

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

}

}

@media(max-width:576px){

.why-grid{

grid-template-columns:1fr;

}

.timeline{

padding-left:10px;

}

}

/*=====================================
        COMPANY STATS
======================================*/

.company-stats{

background:#fff;

}

.company-grid{

display:grid;

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

gap:30px;

}

.company-card{

padding:40px;

text-align:center;

}

.company-card h2{

font-size:42px;

color:var(--primary);

margin-bottom:10px;

}

/*=====================================
        FUTURE
======================================*/

.future{

background:#F8FAFC;

}

.future-grid{

display:grid;

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

gap:30px;

}

.future-card{

padding:35px;

}

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

.about-cta{

background:linear-gradient(
135deg,
#0F172A,
#1E293B
);

color:white;

}

.cta-box{

text-align:center;

max-width:750px;

margin:auto;

}

.cta-box p{

margin:20px 0 35px;

color:#CBD5E1;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

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

@media(max-width:992px){

.company-grid{

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

}

.future-grid{

grid-template-columns:1fr;

}

}

@media(max-width:576px){

.company-grid{

grid-template-columns:1fr;

}

}

/*=====================================
        VALUES
======================================*/

.values{

background:#fff;

}

.value-card{

padding:35px;

text-align:center;

transition:.35s;

}

.value-card:hover{

transform:translateY(-10px);

}

.value-card h3{

margin:20px 0 15px;

}

.value-card p{

color:var(--gray);

line-height:1.8;

}

/*=====================================
        COMPANY STATS
======================================*/

.company-stats{

background:#F8FAFC;

}

.company-grid{

display:grid;

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

gap:30px;

}

.company-card{

padding:40px;

text-align:center;

}

.company-icon{

font-size:48px;

color:var(--primary);

margin-bottom:20px;

}

.company-card h2{

font-size:42px;

margin-bottom:10px;

color:var(--primary);

}

/*=====================================
        FUTURE
======================================*/

.future{

background:#fff;

}

.future-grid{

display:grid;

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

gap:30px;

}

.future-card{

padding:35px;

}

.future-card h3{

margin-bottom:15px;

}

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

.about-cta{

background:linear-gradient(
135deg,
#07111F,
#0E1C31
);

}

.cta-box{

padding:70px 50px;

text-align:center;

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

backdrop-filter:blur(20px);

border:1px solid rgba(255,255,255,.08);

color:white;

}

.cta-box h2{

font-size:46px;

margin-bottom:20px;

}

.cta-box p{

max-width:700px;

margin:auto auto 35px;

line-height:1.9;

color:#CBD5E1;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

flex-wrap:wrap;

}

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

@media(max-width:992px){

.company-grid{

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

}

.future-grid{

grid-template-columns:1fr;

}

}

@media(max-width:576px){

.company-grid{

grid-template-columns:1fr;

}

.cta-box{

padding:40px 25px;

}

.cta-box h2{

font-size:34px;

}

}