.about-hero{
    position:relative;
    height:70vh;
    min-height:400px;

    background:url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?q=80&w=2200&auto=format&fit=crop') center/cover no-repeat;

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

    overflow:hidden;
}

.about-overlay{
    position:absolute;
    inset:0;

    background:
    linear-gradient(
        rgba(8,17,32,.75),
        rgba(8,17,32,.92)
    );
}

.about-hero-content{
    position:relative;
    z-index:2;

    text-align:center;

    color:white;

    max-width:900px;
    margin:auto;
}

.about-badge{
    display:inline-block;

    padding:12px 25px;

    border-radius:50px;

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

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

    backdrop-filter:blur(10px);

    color:#ff6b35;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:25px;
}

.about-hero-content h1{
    font-size:80px;

    font-weight:800;

    margin-bottom:20px;

    letter-spacing:1px;
}

.about-hero-content p{
    font-size:22px;

    color:#e2e8f0;

    max-width:700px;

    margin:auto;

    line-height:1.8;
}

/* Responsive */

@media(max-width:991px){

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

    .about-hero-content p{
        font-size:18px;
    }

    .about-hero{
        height:60vh;
    }
}

@media(max-width:576px){

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

.promoter-section{
    padding-top:80px ;
    background:#f8fafc;
}

.promoter-image{
    position:relative;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
}

.promoter-image img{
    width:100%;
    height:600px;
    object-fit:cover;
    transition:.6s;
}

.promoter-image:hover img{
    transform:scale(1.05);
}

.promoter-badge{
    position:absolute;
    bottom:20px;
    left:20px;

    background:linear-gradient(
        135deg,
        #ff6b35,
        #dc2626
    );

    color:white;

    padding:12px 20px;

    border-radius:50px;

    font-weight:600;
}

.promoter-content h2{
    font-size:32px;
    margin:20px 0;
    color:#081120;
}

.promoter-content p{
    color:#475569;
    line-height:1.9;
    margin-bottom:15px;
}

.intro{
    font-size:18px;
    font-weight:500;
    color:#081120;
}

.quote-box{
    margin-top:30px;
    padding:25px;
    border-left:5px solid #ff6b35;
    background:white;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.quote-box i{
    color:#ff6b35;
    font-size:30px;
    margin-bottom:10px;
}

.quote-box p{
    font-style:italic;
    margin:0;
}

.signature{
    margin-top:25px;
}

.signature strong{
    display:block;
    font-size:18px;
    color:#081120;
}

.signature span{
    color:#ff6b35;
    font-weight:500;
}

.section-badge{
    display:inline-block;
    padding:10px 20px;
    background:rgba(255,107,53,.1);
    color:#ff6b35;
    border-radius:50px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:13px;
}

@media(max-width:991px){

    .promoter-image img{
        height:450px;
    }

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

.why-cta-section{
    background:#f8fafc;
}

.why-cta-box{
    display:flex;
    align-items:center;
    gap:60px;

    background:white;

    border-radius:35px;

    padding:60px;

    box-shadow:0 30px 80px rgba(0,0,0,.08);
}

.why-cta-content{
    flex:1;
}

.why-cta-content h2{
    font-size:42px;
    color:#081120;
    margin:20px 0;
}

.why-cta-content p{
    color:#64748b;
    line-height:1.9;
    margin-bottom:25px;
}

.why-cta-list{
    list-style:none;
    padding:0;
    margin-bottom:30px;
}

.why-cta-list li{
    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:12px;

    color:#334155;
    font-weight:500;
}

.why-cta-list i{
    color:#ff6b35;
}

.why-cta-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.btn-primary-cta{
    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:16px 30px;

    border-radius:50px;

    background:linear-gradient(
        135deg,
        #ff6b35,
        #dc2626
    );

    color:white;

    font-weight:600;

    transition:.4s;
}

.btn-primary-cta:hover{
    transform:translateY(-5px);
    color:white;
}

.btn-secondary-cta{
    padding:16px 30px;

    border-radius:50px;

    border:2px solid #ff6b35;

    color:#ff6b35;

    font-weight:600;

    transition:.4s;
}

.btn-secondary-cta:hover{
    background:#ff6b35;
    color:white;
}

.why-cta-image{
    flex:1;
}

.why-cta-image img{
    width:100%;
    height:500px;

    object-fit:cover;

    border-radius:30px;

    transition:.6s;
}

.why-cta-image img:hover{
    transform:scale(1.05);
}

/* RESPONSIVE */

@media(max-width:991px){

    .why-cta-box{
        flex-direction:column;
        padding:40px;
    }

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

    .why-cta-image img{
        height:350px;
    }
}

.commitment-section{

    position:relative;

    padding:140px 0;

    background:url('https://images.unsplash.com/photo-1559339352-11d035aa65de?q=80&w=2000&auto=format&fit=crop');

    background-size:cover;
    background-position:center;

    overflow:hidden;
}

.commitment-overlay{

    position:absolute;
    inset:0;

    background:
    linear-gradient(
        rgba(8,17,32,.92),
        rgba(8,17,32,.95)
    );
}

.commitment-header{

    position:relative;
    z-index:2;

    text-align:center;

    max-width:900px;

    margin:auto;
    margin-bottom:80px;
}

.commitment-badge{

    display:inline-block;

    padding:12px 24px;

    border-radius:50px;

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

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

    color:#ff6b35;

    font-weight:600;

    margin-bottom:25px;
}

.commitment-header h2{

    color:white;

    font-size:58px;

    line-height:1.2;

    margin-bottom:25px;
}

.commitment-header p{

    color:#cbd5e1;

    font-size:18px;

    line-height:2;
}

.commitment-pillars{

    position:relative;
    z-index:2;

    display:grid;

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

    gap:30px;
}

.pillar{

    text-align:center;

    padding:40px 30px;

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

    backdrop-filter:blur(20px);

    border-radius:25px;

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

    transition:.4s;
}

.pillar:hover{

    transform:translateY(-10px);

    border-color:#ff6b35;
}
.pillar-icon{

    width:90px;
    height:90px;

    margin:auto;
    margin-bottom:25px;

    border-radius:25px;

    background:linear-gradient(
        135deg,
        #ff6b35,
        #dc2626
    );

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

    box-shadow:
    0 15px 35px rgba(255,107,53,.25);
}

.pillar-icon i{

    color:white;

    font-size:34px;
}

.pillar h3{

    color:white;

    margin-bottom:15px;
}

.pillar p{

    color:#cbd5e1;

    line-height:1.8;
}

@media(max-width:991px){

    .commitment-pillars{

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

    .commitment-header h2{

        font-size:40px;
    }
}

@media(max-width:768px){

    .commitment-pillars{

        grid-template-columns:1fr;
    }
}