.why-choose-partner-section{width:100%;background:#000;overflow:hidden;position:relative;z-index:10}.why-choose-partner-container{width:100%;max-width:100%;margin:0 auto}.why-choose-layout{display:grid;grid-template-columns:repeat(12,1fr);width:100%;min-height:700px}.why-choose-left{grid-column:span 6;background-color:#070c19;background-image:linear-gradient(180deg,rgba(7,12,25,.2),rgba(7,12,25,.5)),url(/assets/images/gcc-bg.png);background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;display:flex;align-items:center;justify-content:center;padding:clamp(40px,6vw,90px)}.why-choose-left-content{position:relative;z-index:2;width:100%;max-width:580px}.why-choose-title{font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.2;color:#fff;margin-bottom:24px}.why-choose-title .blue-highlight{color:#006dff}.why-choose-desc{font-size:clamp(14px,2vw,16px);font-weight:400;line-height:1.6;color:#ccc;margin-bottom:32px}.why-choose-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.why-choose-bullets li{display:flex;align-items:center;font-size:clamp(14px,2vw,16px);font-weight:500;color:#fff;gap:12px}.bullet-dot{width:6px;height:6px;background-color:#006dff;border-radius:50%;box-shadow:0 0 8px #006dff;display:inline-block;flex-shrink:0}.why-choose-right{grid-column:span 6;background:#0b0b0b;display:flex;align-items:center;justify-content:center;padding:0;border-left:1px solid hsla(0,0%,100%,.1)}.why-choose-faq-list{width:100%;display:flex;flex-direction:column}.why-choose-faq-item{padding:clamp(32px,5vw,48px);border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:column;gap:12px;transition:background-color .3s ease;text-align:left}.why-choose-faq-item:last-child{border-bottom:none}.why-choose-faq-item:hover{background-color:hsla(0,0%,100%,.02)}.why-choose-faq-question{font-size:clamp(18px,2.5vw,22px);font-weight:600;line-height:1.3;color:#fff;margin:0}.why-choose-faq-answer{font-size:clamp(13px,1.8vw,14px);font-weight:300;line-height:1.6;color:#aaa;margin:0}@media (max-width:991px){.why-choose-left,.why-choose-right{grid-column:span 12}.why-choose-right{border-left:none;border-top:1px solid hsla(0,0%,100%,.1)}}