.os-faq-section{
  width:100%;
  background:#f7f7f7;
  padding:70px 48px 80px;
  font-family:inherit;
  color:#111;
}

.os-faq-header{
  width:100%;
  max-width:1380px;
  margin:0 auto 44px;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  gap:90px;
  align-items:start;
}

.os-faq-badge{
  display:inline-flex;
  align-items:center;
  gap:9px;
  background:#fff;
  color:#555;
  border-radius:8px;
  padding:9px 15px;
  font-size:15px;
  font-weight:600;
  line-height:1;
  margin-bottom:24px;
}

.os-faq-badge-icon{
  font-size:13px;
  line-height:1;
  opacity:.85;
}

.os-faq-header-left h2{
  margin:0;
  max-width:760px;
  font-size:clamp(40px,3.9vw,62px);
  line-height:1.12;
  font-weight:400;
  letter-spacing:-2.3px;
  color:#111;
}

.os-faq-header-right{
  width:100%;
  max-width:560px;
  justify-self:start;
  padding-top:8px;
}

.os-faq-header-right p{
  margin:0 0 26px;
  max-width:560px;
  font-size:20px;
  line-height:1.5;
  font-weight:400;
  color:#555;
  letter-spacing:-.2px;
}

.os-faq-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:168px;
  height:72px;
  padding:0 34px;
  border-radius:999px;
  background:#05a64f;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:700;
  font-size:19px;
  line-height:1;
  transition:background .2s ease, transform .2s ease;
}

.os-faq-btn:hover{
  background:#009647;
  color:#fff!important;
  transform:translateY(-1px);
}

.os-faq-grid{
  width:100%;
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.os-faq-col{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.os-faq-item{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:none;
}

.os-faq-question{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:transparent;
  border:0;
  cursor:pointer;
  text-align:left;
  padding:20px 22px;
  font-size:15px;
  line-height:1.45;
  color:#111;
  font-weight:600;
}

.os-faq-icon{
  flex:0 0 auto;
  font-size:21px;
  line-height:1;
  color:#444;
}

.os-faq-answer{
  border-top:1px solid #ececec;
}

.os-faq-answer-inner{
  padding:18px 22px 22px;
  font-size:15px;
  line-height:1.7;
  color:#666;
}

.os-faq-answer-inner p{
  margin-top:0;
}

.os-faq-item.is-open .os-faq-icon{
  font-size:24px;
}

@media (max-width: 1024px){
  .os-faq-section{
    padding:58px 30px 70px;
  }

  .os-faq-header{
    grid-template-columns:1fr;
    gap:28px;
  }

  .os-faq-header-right{
    max-width:720px;
    padding-top:0;
  }

  .os-faq-header-left h2{
    font-size:44px;
  }

  .os-faq-header-right p{
    font-size:18px;
  }
}

@media (max-width: 760px){
  .os-faq-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 520px){
  .os-faq-section{
    padding:46px 22px 58px;
  }

  .os-faq-badge{
    font-size:14px;
    padding:8px 13px;
    margin-bottom:20px;
  }

  .os-faq-header-left h2{
    font-size:34px;
    line-height:1.16;
    letter-spacing:-1.4px;
  }

  .os-faq-header-right p{
    font-size:16px;
    line-height:1.55;
    margin-bottom:22px;
  }

  .os-faq-btn{
    width:100%;
    height:62px;
    font-size:17px;
  }

  .os-faq-question{
    font-size:14px;
    padding:18px 18px;
  }

  .os-faq-answer-inner{
    font-size:14px;
    padding:16px 18px 20px;
  }
}
