/* =========================================
   GLOBAL HEADER
========================================= */

.container{
    width:1200px;
    max-width:90%;
    margin:0 auto;
}
.about-hero .hero-content{
    max-width:760px;
}

.hero-badge{
    display:inline-block;
    padding:8px 20px;
    background:#C89B4B;
    color:#0B1F3A;
    border-radius:50px;
    font-weight:600;
    font-size:14px;
    letter-spacing:.5px;
    margin-bottom:20px;
}
/* =========================================
   WHY WE BUILT SKALECART
========================================= */

.about-story{

    padding:120px 0;

    background:#ffffff;

}

.story-grid{

    width:1200px;
    max-width:90%;

    margin:0 auto;

    display:grid;

    grid-template-columns:38% 62%;

    gap:90px;

    align-items:start;

}

.story-title{

    position:sticky;

    top:120px;

}

.story-title h2{

    margin-top:22px;

    font-size:48px;

    line-height:1.18;

    color:#0B1F3A;

    font-weight:700;

    letter-spacing:-1px;

}

.story-content{

    max-width:720px;

}

.story-content p{

    font-size:19px;

    line-height:2;

    color:#555555;

    margin-bottom:32px;

}

.story-content p:last-child{

    margin-bottom:0;

}

.story-content strong{

    color:#0B1F3A;

    font-weight:600;

}

.section-tag{

    display:inline-flex;

    align-items:center;

    padding:8px 18px;

    border-radius:50px;

    background:#F5E8CB;

    color:#8B6A2F;

    font-size:13px;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

}
/* =========================================
   WHAT WE'VE LEARNED
========================================= */

.about-learnings{

    padding:120px 0;

    background:#F8F9FB;

}

.about-learnings .container{

    width:1200px;
    max-width:90%;
    margin:0 auto;

}

.section-heading{

    max-width:760px;

    margin-bottom:70px;

}

.section-heading h2{

    margin-top:20px;

    font-size:48px;

    line-height:1.18;

    color:#0B1F3A;

    letter-spacing:-1px;

}

.section-heading p{

    margin-top:24px;

    font-size:19px;

    line-height:1.9;

    color:#666;

}

.learning-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:32px;

}

.learning-card{

    background:#ffffff;
    padding:42px;
    border-radius:24px;
    transition:.35s ease;
    border:1px solid #ECECEC;

}

.learning-card:hover{

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

}

.learning-number{

    display:block;
    margin-bottom:28px;
    font-size:42px;
    font-weight:700;
    color:#C89B4B;
    opacity:.85;

}

.learning-card h3{

    font-size:28px;
    line-height:1.3;
    color:#0B1F3A;
    margin-bottom:18px;

}

.learning-card p{

    font-size:17px;
    line-height:1.9;
    color:#666;

}

/* =========================================
   HOW WE THINK
========================================= */

.thinking-section{

    padding:120px 0;
    background:#ffffff;

}

.thinking-section .container{

    width:1200px;
    max-width:90%;
    margin:0 auto;

}

.thinking-layout{
    display:grid;
    grid-template-columns:38% 62%;
    gap:90px;
    align-items:start;
}

.thinking-left{
    position:sticky;
    top:120px;
}

.thinking-left h2{
    margin-top:20px;
    font-size:42px;
    line-height:1.2;
    color:#0B1F3A;
    letter-spacing:-1px;
}

.thinking-left > p{
    margin-top:20px;
    font-size:18px;
    color:#666;
}

.thinking-checklist{
    list-style:none;
    padding:0;
    margin-top:36px;
}

.thinking-checklist li{
    position:relative;
    padding-left:32px;
    margin-bottom:18px;
    font-size:17px;
    line-height:1.6;
    color:#333;
}

.thinking-checklist li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#C89B4B;
    font-weight:700;
}

.framework-path{
    position:relative;
    padding-left:70px;
}

.framework-path::before{
    content:"";
    position:absolute;
    left:26px;
    top:26px;
    bottom:26px;
    width:0;
    border-left:2px dashed #C89B4B;
}

.framework-node{
    position:relative;
    margin-bottom:56px;
}

.framework-node:last-child{
    margin-bottom:0;
}

.node-number{
    position:absolute;
    left:-70px;
    top:0;
    width:52px;
    height:52px;
    border-radius:50%;
    background:#0B1F3A;
    color:#C89B4B;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
    font-weight:700;
}

.node-text h3{
    font-size:22px;
    color:#0B1F3A;
    margin-bottom:8px;
}

.node-text p{
    font-size:16px;
    color:#666;
    line-height:1.7;
    max-width:480px;
}
/* =========================================
   WHO WE WORK BEST WITH
========================================= */

.ideal-clients{
    padding:120px 0;
    background:#0B1F3A;
}

.ideal-clients .container{
    width:1200px;
    max-width:90%;
    margin:0 auto;
}

.clients-layout{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    gap:60px;
    align-items:center;
}

.clients-col h2{
    margin-top:20px;
    margin-bottom:28px;
    font-size:30px;
    color:#ffffff;
    line-height:1.3;
}

.clients-col:first-child .section-tag{
    background:rgba(255,255,255,.08);
    color:#C89B4B;
    border:1px solid rgba(255,255,255,.12);
}

.clients-list{
    list-style:none;
    padding:0;
}

.clients-list li{
    position:relative;
    padding-left:32px;
    margin-bottom:18px;
    font-size:17px;
    line-height:1.6;
    color:rgba(255,255,255,.8);
}

.clients-yes li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#C89B4B;
    font-weight:700;
}

.clients-no li::before{
    content:"✕";
    position:absolute;
    left:0;
    top:0;
    color:rgba(255,255,255,.4);
    font-weight:700;
}

.clients-icon{
    display:flex;
    align-items:center;
    justify-content:center;
}

.icon-circle{
    width:110px;
    height:110px;
    border-radius:50%;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.15);
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Left Card */

.client-card:first-child li{

    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#C89B4B;
    font-size:20px;
    font-weight:700;
}

/* Right Card */

.client-card:last-child li{

    content:"—";
    position:absolute;
    left:0;
    top:0;
    color:#999;
    font-size:20px;
    font-weight:700;
}

/* =========================================
   HOW WE MEASURE SUCCESS
========================================= */

.success-section{
    padding:120px 0;
    background:#ffffff;
}

.success-section .container{
    width:1200px;
    max-width:90%;
    margin:0 auto;
}

.success-layout{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:start;
}

.success-col h2{
    margin-top:20px;
    margin-bottom:32px;
    font-size:34px;
    line-height:1.25;
    color:#0B1F3A;
    letter-spacing:-1px;
}

.success-col p{
    font-size:17px;
    line-height:1.9;
    color:#666;
    margin-bottom:18px;
}

.stats-row{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:36px;
}

.stat-item h3{
    font-size:38px;
    color:#C89B4B;
    margin-bottom:6px;
}

.stat-item p{
    font-size:15px;
    color:#666;
    margin:0;
}

.insight-quote{
    padding:0 0 120px;
    background:#ffffff;
}

.insight-quote .container{
    width:1200px;
    max-width:90%;
    margin:0 auto;
}

.quote-box{
    position:relative;
    background:#FFF5E4;
    border-radius:24px;
    padding:50px 60px;
    display:grid;
    grid-template-columns:auto 1fr auto;
    gap:40px;
    align-items:center;
}

.quote-mark{
    font-size:60px;
    color:#C89B4B;
    line-height:1;
    font-weight:700;
}

.quote-text p{
    margin-top:14px;
    font-size:22px;
    line-height:1.5;
    color:#0B1F3A;
    font-weight:500;
}

.quote-sub{
    max-width:220px;
    font-size:15px;
    line-height:1.7;
    color:#666;
}
/* =========================================
FINAL CTA
========================================= */

.about-cta{

    padding:140px 0;

    background:#ffffff;

}

.cta-content{

    max-width:900px;

    margin:0 auto;

    text-align:center;

}

.cta-wrapper h2{

    margin:25px 0;

    font-size:56px;

    line-height:1.18;

    color:#0B1F3A;

    letter-spacing:-1px;

}

.cta-wrapper>p{

    max-width:700px;

    margin:0 auto;

    font-size:20px;

    line-height:1.9;

    color:#666;

}

.cta-small{

    margin-top:40px !important;

    font-size:17px !important;

    color:#888 !important;

    font-style:italic;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:55px;

}

.outline-btn-dark{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:56px;

    padding:0 34px;

    border-radius:50px;

    border:1px solid #0B1F3A;

    color:#0B1F3A;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.outline-btn-dark:hover{

    background:#0B1F3A;

    color:#ffffff;

}
@media (max-width: 900px){

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

    .story-grid{
        grid-template-columns:1fr;
        gap:30px;
    }

    .story-title{
        position:static;
    }

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

    .thinking-layout{
        grid-template-columns:1fr;
        gap:40px;
    }

    .thinking-left{
        position:static;
    }

    .clients-layout{
        grid-template-columns:1fr;
        gap:40px;
        text-align:center;
    }

    .clients-icon{
        order:-1;
    }

    .success-layout{
        grid-template-columns:1fr;
        gap:40px;
    }

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

    .quote-box{
        grid-template-columns:1fr;
        text-align:center;
        gap:20px;
    }

    .cta-content h2{
        font-size:32px;
    }

}

@media (max-width: 600px){

    .about-hero{
        padding:140px 0 80px;
    }

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

    .learning-grid,
    .stats-row{
        grid-template-columns:1fr;
    }

    .about-hero .hero-buttons,
    .cta-buttons{
        flex-direction:column;
        width:100%;
    }

}
@media (max-width: 600px){

    .about-story,
    .about-learnings,
    .thinking-section,
    .ideal-clients,
    .success-section,
    .about-cta{
        padding-top:50px;
        padding-bottom:50px;
    }

    .story-content p,
    .learning-card p,
    .thinking-checklist li,
    .client-card p{
        line-height:1.6;
    }
   .learning-card{
        padding:24px 20px;
    }

    .client-card{
        padding:28px 22px;
    }

    .quote-box{
        padding:30px 24px;
    }

}
