:root{
    --about-dark:#031223;
    --about-ink:#101828;
    --about-muted:#667085;
    --about-soft:#f4f8fb;
    --about-cream:#f7f4ef;
    --about-blue:#005dff;
    --about-cyan:#00dfff;
}

.about-hero{
    position:relative;
    min-height:720px;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:url('../images/aboutus.jpg') center center/cover no-repeat;
}

.about-hero::after{
    content:'';
    position:absolute;
    inset:auto 7% 70px auto;
    width:180px;
    height:180px;
    border-radius:50%;
    background:linear-gradient(135deg,rgba(0,93,255,.9),rgba(0,223,255,.65));
    filter:blur(25px);
    opacity:.45;
}

.hero-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(3,18,35,.92),rgba(3,18,35,.68),rgba(3,18,35,.58));
}

.about-hero .container{
    position:relative;
    z-index:2;
    max-width:1280px;
}

.hero-content{
    color:#fff;
    max-width:900px;
    margin:0 auto;
    padding-top:90px;
}

.about-hero-kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#91f4ff;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:3px;
    margin-bottom:22px;
}

.hero-title{
    max-width:980px;
    margin:0 auto 24px;
    color:#fff;
    font-size:64px;
    line-height:1.05;
    font-weight:800;
    letter-spacing:0;
}

.about-hero-desc{
    max-width:780px;
    margin:0 auto 34px;
    color:#d7e7f4;
    font-size:19px;
    line-height:1.8;
}

.about-hero-actions{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
}

.about-outline-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:12px 24px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:40px;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.about-outline-btn:hover{
    color:#fff;
    border-color:#00dfff;
    transform:translateY(-2px);
}

.hero-breadcrumb{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
    margin-top:32px;
    color:rgba(255,255,255,.85);
    font-size:15px;
    font-weight:600;
}

.hero-breadcrumb a{
    color:#00dfff;
    text-decoration:none;
}

.section-tag{
    color:#005dff;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:3px;
    margin-bottom:16px;
}

.section-title{
    color:#071426;
    font-size:48px;
    line-height:1.12;
    font-weight:800;
    margin-bottom:24px;
}

.section-desc{
    color:#667085;
    font-size:17px;
    line-height:1.8;
}

.about-intro-section{
    padding:120px 0;
    background:#fff;
}

.about-intro-section p{
    color:#667085;
    font-size:17px;
    line-height:1.85;
}

.about-intro-section .image-wrapper{
    position:relative;
    padding:0 38px 38px 0;
}

.about-intro-section .image-wrapper::after{
    content:'';
    position:absolute;
    right:0;
    bottom:0;
    width:70%;
    height:72%;
    border-radius:26px;
    background:linear-gradient(135deg,#005dff,#00dfff);
    z-index:0;
}

.about-intro-section .image-wrapper img,
.innovation-section .image-wrapper img{
    position:relative;
    z-index:1;
    width:100%;
    min-height:520px;
    object-fit:cover;
    border-radius:26px;
    box-shadow:0 24px 70px rgba(7,20,38,.14);
}

.about-mini-stats{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
    margin-top:34px;
}

.about-mini-stats div{
    background:#f4f8fb;
    border:1px solid #dfeaf2;
    border-radius:18px;
    padding:20px;
}

.about-mini-stats strong{
    display:block;
    color:#071426;
    font-size:25px;
    line-height:1.2;
    margin-bottom:8px;
}

.about-mini-stats span{
    color:#667085;
    font-size:14px;
    font-weight:700;
}

.journey-section{
    padding:115px 0;
    background:#f7f4ef;
    overflow:hidden;
}

.section-heading{
    margin-bottom:70px;
}

.timeline-wrapper{
    position:relative;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
}

.timeline-line{
    position:absolute;
    top:57px;
    left:8%;
    right:8%;
    height:2px;
    background:linear-gradient(90deg,#005dff,#00dfff);
    z-index:0;
}

.timeline-item{
    position:relative;
    z-index:1;
    text-align:center;
}

.timeline-circle{
    width:114px;
    height:114px;
    margin:0 auto 24px;
    border-radius:50%;
    background:#fff;
    border:8px solid #e8f3fa;
    box-shadow:0 14px 35px rgba(7,20,38,.1);
    display:flex;
    align-items:center;
    justify-content:center;
}

.timeline-circle span{
    color:#005dff;
    font-size:34px;
    font-weight:800;
}

.timeline-content{
    background:#fff;
    border:1px solid #e4e9ef;
    border-radius:22px;
    padding:26px;
    min-height:180px;
    box-shadow:0 14px 34px rgba(7,20,38,.06);
}

.timeline-content h4{
    color:#071426;
    font-size:25px;
    font-weight:800;
    margin-bottom:12px;
}

.timeline-content p{
    color:#667085;
    font-size:16px;
    line-height:1.65;
    margin:0;
}

.about-products-section,
.innovation-section{
    padding:120px 0;
    background:#fff;
}

.about-category-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
}

.about-category-card{
    background:#fff;
    border:1px solid #dfe8f0;
    border-radius:24px;
    padding:30px;
    min-height:330px;
    box-shadow:0 16px 42px rgba(7,20,38,.08);
    transition:.3s ease;
}

.about-category-card:hover{
    transform:translateY(-6px);
    border-color:#00dfff;
}

.about-category-card i{
    width:58px;
    height:58px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    border-radius:18px;
    background:linear-gradient(135deg,#005dff,#00dfff);
    color:#fff;
    font-size:25px;
}

.about-category-card h4{
    color:#071426;
    font-size:21px;
    font-weight:800;
    margin-bottom:16px;
}

.about-category-card ul,
.vm-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.about-category-card li,
.vm-card li{
    color:#667085;
    line-height:1.75;
    margin-bottom:6px;
    padding-left:20px;
    position:relative;
}

.about-category-card li::before,
.vm-card li::before{
    content:'';
    position:absolute;
    left:0;
    top:12px;
    width:7px;
    height:7px;
    border-radius:50%;
    background:#00dfff;
}

.why-choose-about,
.sports-section{
    padding:120px 0;
    background:
        radial-gradient(circle at 14% 18%,rgba(0,223,255,.16),transparent 30%),
        linear-gradient(135deg,#031223,#06345a);
    color:#fff;
}

.why-choose-about .section-title,
.sports-section .section-title{
    color:#fff;
}

.why-choose-about .section-desc,
.sports-section .section-desc{
    color:#c5d2df;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.why-grid div{
    display:flex;
    align-items:center;
    gap:14px;
    min-height:70px;
    padding:18px 22px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:16px;
    background:rgba(255,255,255,.06);
    color:#fff;
    font-weight:700;
}

.why-grid i{
    color:#00dfff;
    font-size:22px;
}

.vision-mission-section,
.about-quality-section,
.about-counter-section{
    padding:110px 0;
    background:#f7f4ef;
}

.vm-card{
    height:100%;
    padding:42px;
    border-radius:26px;
    background:#fff;
    border:1px solid #e4e9ef;
    box-shadow:0 18px 42px rgba(7,20,38,.08);
}

.vm-card h3{
    color:#071426;
    font-size:32px;
    font-weight:800;
    margin-bottom:18px;
}

.vm-card p{
    color:#667085;
    line-height:1.85;
    margin:0;
}

.quality-pillars{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.quality-pillars div{
    min-height:160px;
    padding:28px;
    border-radius:22px;
    background:#fff;
    border:1px solid #e3eaf1;
    box-shadow:0 16px 40px rgba(7,20,38,.07);
}

.quality-pillars i{
    display:inline-flex;
    width:54px;
    height:54px;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    border-radius:16px;
    background:#eaf7ff;
    color:#005dff;
    font-size:24px;
}

.quality-pillars h4{
    color:#071426;
    font-weight:800;
    margin:0;
}

.focus-list{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}

.focus-list span{
    padding:12px 16px;
    border-radius:40px;
    background:#eaf7ff;
    color:#005dff;
    font-weight:800;
    font-size:14px;
}

.sports-benefits{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.sports-benefits div{
    min-height:120px;
    display:flex;
    align-items:center;
    padding:26px;
    border-radius:22px;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.14);
    color:#fff;
    font-size:20px;
    font-weight:800;
}

.about-counter-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}

.about-counter-grid .counter-container{
    min-height:180px;
    align-items:flex-start;
    text-align:left;
    background:#fff;
    border-radius:24px;
    padding:30px;
    box-shadow:0 18px 42px rgba(7,20,38,.08);
}

.about-counter-grid .counter,
.counter-plus,
.text-stat{
    color:#071426;
    font-size:38px;
    line-height:1;
    font-weight:800;
}

.about-counter-grid p{
    margin:16px 0 0;
    color:#667085;
    font-weight:700;
}

.about-cta-section{
    padding:110px 0;
    background:#fff;
}

.cta-card{
    position:relative;
    overflow:hidden;
    border-radius:34px;
    padding:76px 60px;
    text-align:center;
    color:#fff;
    background:
        radial-gradient(circle at 86% 22%,rgba(0,223,255,.34),transparent 30%),
        linear-gradient(135deg,#031223,#005dff);
    box-shadow:0 28px 70px rgba(7,20,38,.2);
}

.cta-card .section-title{
    color:#fff;
    max-width:820px;
    margin-left:auto;
    margin-right:auto;
}

.about-cta-text{
    max-width:850px;
    margin:0 auto 14px;
    color:#dceaf6;
    font-size:18px;
    line-height:1.8;
}

.brand-logo{
    display:flex;
    align-items:center;
    gap:14px;
}

.brand-icon{
    width:54px;
    height:54px;
    border-radius:50%;
    background:linear-gradient(135deg,#005dff,#00dfff);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.brand-logo h4{
    margin:0;
    font-weight:800;
}

.brand-logo span{
    color:#00dfff;
}

@media (max-width: 991px){
    .about-hero{
        min-height:650px;
    }

    .hero-title{
        font-size:48px;
    }

    .section-title{
        font-size:38px;
    }

    .timeline-wrapper,
    .about-category-grid,
    .why-grid,
    .quality-pillars,
    .sports-benefits,
    .about-counter-grid{
        grid-template-columns:1fr;
    }

    .timeline-line{
        display:none;
    }

    .about-intro-section .image-wrapper img,
    .innovation-section .image-wrapper img{
        min-height:380px;
    }
}

@media (max-width: 767px){
    .about-hero{
        min-height:620px;
    }

    .hero-content{
        padding-top:70px;
    }

    .hero-title{
        font-size:36px;
    }

    .about-hero-desc{
        font-size:16px;
    }

    .section-title{
        font-size:32px;
    }

    .about-mini-stats{
        grid-template-columns:1fr;
    }

    .about-intro-section,
    .journey-section,
    .about-products-section,
    .why-choose-about,
    .vision-mission-section,
    .about-quality-section,
    .innovation-section,
    .sports-section,
    .about-counter-section,
    .about-cta-section{
        padding:78px 0;
    }

    .vm-card,
    .about-category-card,
    .cta-card{
        padding:28px;
    }

    .about-hero-actions a{
        width:100%;
    }
}
