#about_index .about-hero{background:linear-gradient(to right, rgb(216, 225, 254), rgb(255, 255, 255), rgb(216, 225, 254));min-height:596px;display:flex;justify-content:center;align-items:center;}
#about_index .about-hero .inner{text-align:center}
#about_index .about-hero h1{font-size:60px;font-weight:700;color:#000000;margin-bottom:50px;}
#about_index .about-hero p.sub{font-size:28px;max-width:1200px;margin:0 auto;color:#000;line-height:40px}
#about_index .about-hero .btn{font-size:18px;color:#ffffff;background-color:#063cff;padding:24px 30px;border-radius:8px;cursor:pointer;display:inline-block;margin-top:32px;text-decoration:none;border:none;font-weight:bold}
@media(max-width:1024px){#about_index .about-hero{min-height:400px} #about_index .about-hero h1{font-size:48px;margin-bottom:30px} #about_index .about-hero p.sub{font-size:24px;line-height:36px}}
@media(max-width:768px){#about_index .about-hero{min-height:300px;padding:32px 0 40px} #about_index .about-hero h1{font-size:32px;line-height:44px;margin-bottom:20px} #about_index .about-hero p.sub{font-size:20px;line-height:30px} #about_index .about-hero .btn{font-size:16px;padding:20px 24px}}

#about_index .about-overview{background:#ffffff;padding:72px 0}
#about_index .about-overview .title{font-size:48px;max-width:1200px;margin:0 auto 24px;font-weight:700;color:#000000;line-height:56px;text-align:center}
#about_index .about-overview .intro{max-width:1200px;margin:0 auto 80px;font-size:20px;line-height:30px;color:#2a3344;text-align:center}
#about_index .about-overview .cards{display:flex;flex-direction:column;gap:55px}
#about_index .about-overview .card{background:#ffffff;display:flex;flex-direction:row;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,0.06);max-height:567px;}
#about_index .about-overview .card .left{flex:1; line-height:0;}
#about_index .about-overview .card .right{flex:1; line-height:0;}
#about_index .about-overview .card .text_box{flex:1;display:flex;flex-direction:column;justify-content:center;text-align:left;padding-left:70px}
#about_index .about-overview .card img{width:100%;height:475px;border-radius:12px;object-fit:cover;display:block;}
#about_index .about-overview .card h3{font-size:36px;font-weight:bold;color:#000000;line-height:28px}
#about_index .about-overview .card p{font-size:20px;margin-top:40px;line-height:40px;color:#2a3344}
@media(max-width:1024px){
    #about_index .about-overview{padding:56px 0} 
    #about_index .about-overview .cards{gap:40px} 
    #about_index .about-overview .card .text_box{padding-left:40px} 
    #about_index .about-overview .card h3{font-size:32px} 
    #about_index .about-overview .card p{font-size:18px;margin-top:30px}
}
@media(max-width:768px){
    #about_index .about-overview{padding:32px 0} 
    #about_index .about-overview .intro{margin:0 auto 40px} 
    #about_index .about-overview .cards{gap:30px} 
    #about_index .about-overview .card{flex-direction:column;max-height:none} 
    #about_index .about-overview .card .text_box{padding:20px;text-align:center} 
    #about_index .about-overview .card h3{font-size:28px} 
    #about_index .about-overview .card p{font-size:16px;margin-top:20px}
}

#about_index .about-capabilities{background:#f8fafc;padding:72px 0}
#about_index .about-capabilities .wrap{display:grid;grid-template-columns:58% 42%;gap:24px;}
#about_index .about-capabilities .title{font-size:48px;max-width:800px;margin:0 auto 80px;font-weight:700;color:#000000;line-height:56px;text-align:center}
#about_index .about-accordion{display:flex;flex-direction:column;gap:20px}
#about_index .about-accordion .item{background:#ffffff;flex:1;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 6px 20px rgba(0,0,0,0.04);padding:53px 30px}
#about_index .about-accordion .item .title_s{font-size:30px;color:#000000;font-weight:600;display:flex;justify-content:space-between;align-items:center;cursor:pointer}
#about_index .about-accordion .item .title_s .arrow{width:24px;height:24px;background:url('/frontend/web/images/about/arrow-default.png') center/contain no-repeat;transition:all 0.3s ease}
#about_index .about-accordion .item.active .title_s .arrow{background-image:url('/frontend/web/images/about/arrow-open.png')}
#about_index .about-accordion .item .content{font-size:20px;margin-top:20px;color:#2a3344;line-height:45px;display:none}
#about_index .about-capabilities img.figure{width:100%;height:auto;border-radius:12px;object-fit:cover}
@media(max-width:1024px){
    #about_index .about-capabilities{padding:56px 0} 
    #about_index .about-capabilities .wrap{grid-template-columns:60% 40%;gap:20px} 
    #about_index .about-accordion .item{padding:40px 24px} 
    #about_index .about-accordion .item .title_s{font-size:26px} 
    #about_index .about-accordion .item .content{font-size:18px;line-height:36px}
}
@media(max-width:768px){
    #about_index .about-capabilities{padding:32px 0} 
    #about_index .about-capabilities .wrap{grid-template-columns:1fr;gap:30px} 
    #about_index .about-accordion .item{padding:30px 20px} 
    #about_index .about-accordion .item .title_s{font-size:22px} 
    #about_index .about-accordion .item .content{font-size:16px;line-height:30px}
}

#about_index .about-trust{background:#ffffff;padding:72px 0}
#about_index .about-trust .title{font-size:48px;max-width:1200px;margin:0 auto 80px;font-weight:700;color:#000000;line-height:56px;text-align:center}
#about_index .about-trust .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
#about_index .about-trust .card{background:#ffffff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 6px 20px rgba(0,0,0,0.06);padding:70px 0;text-align:center}
#about_index .about-trust .card .icon-wrapper{width:100px;height:100px;background-color:#0b63ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}
#about_index .about-trust .card .icon-wrapper img{width:50px;height:50px}
#about_index .about-trust .card h3{font-size:36px;margin-top:40px;font-weight:bold;color:#000000}
#about_index .about-trust .card p{font-size:20px;max-width:600px;margin:30px auto 0;line-height:30px;color:#2a3344}
@media(max-width:1024px){
    #about_index .about-trust{padding:56px 0} 
    #about_index .about-trust .grid{gap:20px} 
    #about_index .about-trust .card{padding:50px 20px} 
    #about_index .about-trust .card .icon-wrapper{width:80px;height:80px;margin:0 auto 20px} 
    #about_index .about-trust .card .icon-wrapper img{width:40px;height:40px} 
    #about_index .about-trust .card h3{font-size:30px;margin-top:30px} 
    #about_index .about-trust .card p{font-size:18px;margin:20px auto 0}
}
@media(max-width:768px){
    #about_index .about-trust{padding:32px 0} 
    #about_index .about-trust .grid{grid-template-columns:1fr;gap:16px} 
    #about_index .about-trust .card{padding:40px 16px} 
    #about_index .about-trust .card .icon-wrapper{width:70px;height:70px;margin:0 auto 16px} 
    #about_index .about-trust .card .icon-wrapper img{width:35px;height:35px} 
    #about_index .about-trust .card h3{font-size:24px;margin-top:20px} 
    #about_index .about-trust .card p{font-size:16px;margin:16px auto 0;max-width:none}
}

