
/* =========================================
PREMIUM ABOUT PAGE
========================================= */

.about-hero-section{
    position:relative;
    overflow:hidden;
    padding:180px 0 140px;
    background:
    radial-gradient(circle at top left,
    rgba(255,0,0,0.15),
    transparent 40%),
    radial-gradient(circle at bottom right,
    rgba(255,80,0,0.12),
    transparent 40%),
    #050505;
}

.about-hero-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:
    linear-gradient(
    90deg,
    rgba(255,255,255,0.02) 1px,
    transparent 1px
    );
    background-size:80px 80px;
    opacity:0.15;
}

.about-hero-wrapper{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:80px;
    align-items:center;
}

.section-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 24px;
    border-radius:60px;
    background:rgba(255,0,0,0.08);
    border:1px solid rgba(255,0,0,0.2);
    color:#ff3b1d;
    font-size:13px;
    font-weight:700;
    margin-bottom:30px;
    letter-spacing:0.5px;
}

.about-hero-title{
    font-size:64px;
    line-height:0.95;
    font-weight:900;
    color:#ffffff;
    margin-bottom:35px;
    letter-spacing:-3px;
}

.about-hero-desc{
    font-size:18px;
    line-height:1.9;
    color:#b5b5b5;
    max-width:650px;
    margin-bottom:45px;
}

.about-hero-buttons{
    display:flex;
    gap:20px;
    margin-bottom:60px;
    flex-wrap:wrap;
}

.about-mini-stats{
    display:flex;
    gap:24px;
    flex-wrap:wrap;
}

.mini-stat{
    padding:28px 34px;
    border-radius:28px;
    background:
    linear-gradient(
    180deg,
    rgba(45,0,0,0.7),
    rgba(0,0,0,0.95)
    );
    border:1px solid rgba(255,0,0,0.15);
    backdrop-filter:blur(12px);
    min-width:160px;
    transition:0.4s ease;
}

.mini-stat:hover{
    transform:translateY(-10px);
    border-color:rgba(255,0,0,0.35);
}

.mini-stat h3{
    font-size:42px;
    font-weight:900;
    color:#ff2f1a;
    margin-bottom:8px;
}

.mini-stat p{
    color:#ffffff;
    font-size:14px;
    opacity:0.85;
}

.about-hero-image{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.about-image-circle{
    position:absolute;
    width:520px;
    height:520px;
    border-radius:50%;
    background:radial-gradient(
    circle,
    rgba(255,0,0,0.4),
    transparent 70%
    );
    filter:blur(40px);
}

.about-hero-image img{
    position:relative;
    z-index:2;
    width:100%;
    max-width:500px;
    filter:drop-shadow(0 40px 80px rgba(255,0,0,0.35));
    animation:floatImage 5s ease-in-out infinite;
}

/* =========================================
GLOBAL SECTION
========================================= */

.section-title{
    font-size:46px;
    line-height:1.05;
    font-weight:900;
    color:#ffffff;
    margin-bottom:28px;
    letter-spacing:-2px;
}

.section-center{
    max-width:850px;
    margin:auto auto 80px;
    text-align:center;
}

/* =========================================
ABOUT COMPANY
========================================= */

.about-company-section{
    padding:140px 0;
    background:#070707;
}

.about-company-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:center;
}

.about-company-image{
    position:relative;
}

.about-company-image::before{
    content:'';
    position:absolute;
    inset:-20px;
    border-radius:40px;
    border:1px solid rgba(255,0,0,0.12);
}

.about-company-image img{
    width:100%;
    border-radius:35px;
    position:relative;
    z-index:2;
}

.about-company-content p{
    font-size:17px;
    line-height:2;
    color:#b5b5b5;
    margin-bottom:24px;
}

.about-feature-grid{
    margin-top:50px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}

.about-feature-card{
    padding:34px;
    border-radius:30px;
    background:
    linear-gradient(
    180deg,
    rgba(45,0,0,0.7),
    rgba(0,0,0,0.95)
    );
    border:1px solid rgba(255,0,0,0.12);
    transition:0.4s ease;
}

.about-feature-card:hover{
    transform:translateY(-10px);
    border-color:rgba(255,0,0,0.35);
}

.about-feature-card i{
    width:72px;
    height:72px;
    border-radius:50%;
    background:linear-gradient(135deg,#ff3300,#ff0033);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size:26px;
    margin-bottom:24px;
}

.about-feature-card h4{
    font-size:22px;
    color:#ffffff;
    font-weight:800;
}

/* =========================================
FOUNDER
========================================= */

.founder-section{
    padding:140px 0;
    background:#050505;
}

.founder-card{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:80px;
    align-items:center;
    padding:80px;
    border-radius:45px;
    background:
    linear-gradient(
    135deg,
    rgba(45,0,0,0.95),
    rgba(0,0,0,1)
    );
    border:1px solid rgba(255,0,0,0.15);
    overflow:hidden;
    position:relative;
}

.founder-card::before{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(255,0,0,0.15);
    filter:blur(120px);
    top:-120px;
    right:-120px;
    border-radius:50%;
}

.founder-image img{
    width:90%;
    height:50%;
    border-radius:35px;
    position:relative;
    z-index:2;
}

.founder-content{
    position:relative;
    z-index:2;
}

.founder-content p{
    font-size:17px;
    line-height:2;
    color:#b5b5b5;
    margin-bottom:24px;
}

.founder-signature{
    margin-top:35px;
    font-size:22px;
    color:#ff2f1a;
    font-weight:800;
}

/* =========================================
VISION
========================================= */

.vision-section{
    padding:140px 0;
    background:#070707;
}

.vision-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.vision-card{
    padding:55px 45px;
    border-radius:35px;
    background:#0c0c0c;
    border:1px solid rgba(255,0,0,0.12);
    transition:0.4s ease;
    position:relative;
    overflow:hidden;
}

.vision-card::before{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(255,0,0,0.08);
    filter:blur(80px);
    top:-60px;
    right:-60px;
}

.vision-card:hover{
    transform:translateY(-12px);
    border-color:rgba(255,0,0,0.35);
}

.vision-icon{
    width:90px;
    height:90px;
    border-radius:50%;
    background:linear-gradient(135deg,#ff3300,#ff0033);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    font-size:32px;
    margin-bottom:28px;
    position:relative;
    z-index:2;
}

.vision-card h3{
    position:relative;
    z-index:2;
    font-size:24px;
    color:#ffffff;
    margin-bottom:20px;
    font-weight:800;
}

.vision-card p{
    position:relative;
    z-index:2;
    font-size:16px;
    line-height:1.9;
    color:#b5b5b5;
}

/* =========================================
TIMELINE
========================================= */

.timeline-section{
    padding:140px 0;
    background:#050505;
}

.timeline-wrapper{
    max-width:1000px;
    margin:auto;
    position:relative;
}

.timeline-wrapper::before{
    content:'';
    position:absolute;
    width:4px;
    top:0;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    background:rgba(255,0,0,0.2);
}

.timeline-item{
    width:50%;
    padding:30px 45px;
    position:relative;
}

.timeline-item:nth-child(odd){
    left:0;
    text-align:right;
}

.timeline-item:nth-child(even){
    left:50%;
}

.timeline-year{
    display:inline-flex;
    padding:14px 28px;
    border-radius:60px;
    background:linear-gradient(135deg,#ff3300,#ff0033);
    color:#ffffff;
    font-weight:800;
    margin-bottom:24px;
}

.timeline-content{
    padding:36px;
    border-radius:30px;
    background:#0c0c0c;
    border:1px solid rgba(255,0,0,0.12);
}

.timeline-content h4{
    font-size:22px;
    color:#ffffff;
    margin-bottom:18px;
    font-weight:800;
}

.timeline-content p{
    color:#b5b5b5;
    line-height:1.9;
    font-size:15px;
}

/* =========================================
QUALITY
========================================= */

.quality-section{
    padding:140px 0;
    background:#070707;
}

.quality-wrapper{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:90px;
    align-items:center;
}

.quality-content p{
    font-size:17px;
    line-height:2;
    color:#b5b5b5;
    margin-bottom:28px;
}

.quality-list{
    margin-top:40px;
    display:grid;
    gap:20px;
}

.quality-item{
    display:flex;
    align-items:center;
    gap:16px;
    font-size:16px;
    color:#ffffff;
}

.quality-item i{
    color:#ff2f1a;
}

.quality-image img{
    width:100%;
    border-radius:35px;
    border:1px solid rgba(255,0,0,0.12);
}

/* =========================================
STATS
========================================= */

.about-stats-section{
    padding:140px 0;
    background:#050505;
}

.stats-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.stats-card{
    padding:65px 35px;
    border-radius:35px;
    text-align:center;
    background:
    linear-gradient(
    180deg,
    rgba(45,0,0,0.7),
    rgba(0,0,0,0.95)
    );
    border:1px solid rgba(255,0,0,0.12);
    transition:0.4s ease;
}

.stats-card:hover{
    transform:translateY(-12px);
    border-color:rgba(255,0,0,0.35);
}

.stats-card h3{
    font-size:46px;
    color:#ff2f1a;
    margin-bottom:18px;
    font-weight:900;
}

.stats-card p{
    font-size:17px;
    color:#ffffff;
}

/* =========================================
CTA
========================================= */

.about-cta-section{
    padding:140px 0;
    background:#070707;
}

.about-cta-box{
    position:relative;
    overflow:hidden;
    padding:100px 70px;
    border-radius:45px;
    text-align:center;
    background:
    linear-gradient(
    135deg,
    rgba(45,0,0,0.95),
    rgba(0,0,0,1)
    );
    border:1px solid rgba(255,0,0,0.15);
}

.about-cta-box::before{
    content:'';
    position:absolute;
    width:420px;
    height:420px;
    background:rgba(255,0,0,0.15);
    filter:blur(130px);
    top:-120px;
    right:-120px;
    border-radius:50%;
}

.about-cta-box h2{
    position:relative;
    z-index:2;
    font-size:48px;
    line-height:1.05;
    font-weight:900;
    color:#ffffff;
    margin-bottom:30px;
    letter-spacing:-2px;
}

.about-cta-box p{
    position:relative;
    z-index:2;
    max-width:760px;
    margin:auto;
    color:#b5b5b5;
    font-size:18px;
    line-height:2;
}

.about-cta-buttons{
    position:relative;
    z-index:2;
    margin-top:45px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

/* =========================================
ANIMATION
========================================= */

@keyframes floatImage{

    0%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(-18px);
    }

    100%{
        transform:translateY(0px);
    }

}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:1200px){

    .about-hero-wrapper,
    .about-company-wrapper,
    .quality-wrapper{
        grid-template-columns:1fr;
    }

    .founder-card{
        grid-template-columns:1fr;
    }

    .vision-grid{
        grid-template-columns:1fr;
    }

    .stats-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .timeline-wrapper::before{
        left:20px;
    }

    .timeline-item{
        width:100%;
        left:0 !important;
        text-align:left !important;
        padding-left:80px;
    }

}

@media(max-width:768px){

    .about-hero-title{
        font-size:42px;
        line-height:1.1;
    }

    .section-title{
        font-size:34px;
        line-height:1.2;
    }

    .about-feature-grid{
        grid-template-columns:1fr;
    }

    .stats-grid{
        grid-template-columns:1fr;
    }

    .about-cta-box{
        padding:70px 30px;
    }

    .about-cta-box h2{
        font-size:34px;
        line-height:1.2;
    }

}

@media(max-width:576px){

    .about-hero-section{
        padding:150px 0 90px;
    }

    .about-hero-title{
        font-size:32px;
    }

    .section-title{
        font-size:34px;
    }

    .mini-stat{
        width:100%;
    }

    .founder-card{
        padding:40px 25px;
    }

    .vision-card{
        padding:40px 30px;
    }

    .stats-card h3{
        font-size:48px;
    }

    .about-cta-box h2{
        font-size:34px;
    }

}

