.ces-faqSection{
  position:relative;
  overflow:hidden;
}

.ces-faqSection__grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  min-height: 760px;
}

.ces-faqSection__left{
  background:
    linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.86)),
    url('../img/page-hero-placeholder.jpg') center/cover no-repeat;
  color:#fff;
}

.ces-faqSection__right{
  background:#d10000;
  color:#fff;
  position:relative;
}

.ces-faqSection__inner{
  max-width:720px;
  margin-left:auto;
  padding:90px 48px 90px 32px;
}

.ces-faqSection__right .ces-faqSection__formWrap{
  max-width:720px;
  margin-right:auto;
  padding:90px 32px 90px 48px;
  height:100%;
  display:flex;
  align-items:center;
}

.ces-faqSection__kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
  color:var(--ces-red);
  margin-bottom:18px;
}

.ces-faqSection__title{
  margin:0 0 34px;
  font-size:clamp(32px, 4.5vw, 62px);
  line-height:1.05;
  font-weight:800;
  color:#fff;
}

.ces-faqList{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.ces-faqItem{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.02);
  transition:all .25s ease;
}

.ces-faqItem:hover{
  border-color:rgba(255,255,255,.24);
}

.ces-faqItem__button{
  width:100%;
  border:0;
  background:transparent;
  color:#fff;
  display:flex;
  align-items:center;
  gap:14px;
  text-align:left;
  padding:26px 24px;
  cursor:pointer;
}

.ces-faqItem__number{
  flex:0 0 auto;
  min-width:54px;
  color:var(--ces-red);
  font-size:19px;
  font-weight:800;
}

.ces-faqItem__question{
  flex:1 1 auto;
  font-size:18px;
  line-height:1.45;
  font-weight:700;
  color:#fff;
}

.ces-faqItem__icon{
  flex:0 0 20px;
  width:20px;
  height:20px;
  position:relative;
}

.ces-faqItem__icon::before,
.ces-faqItem__icon::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  background:#fff;
  transform:translate(-50%, -50%);
  transition:all .25s ease;
}

.ces-faqItem__icon::before{
  width:16px;
  height:2px;
}

.ces-faqItem__icon::after{
  width:2px;
  height:16px;
}

.ces-faqItem.is-open .ces-faqItem__icon::after{
  opacity:0;
}

.ces-faqItem__answer{
  border-top:1px solid rgba(255,255,255,.08);
}

.ces-faqItem__answerInner{
  padding:22px 24px 26px 24px;
}

.ces-faqItem__answerInner p{
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.9;
}

/* Form alanı */
.ces-faqSection__formWrap{
  position:relative;
}

.ces-faqSection__formWrap .ff-el-group,
.ces-faqSection__formWrap .ff-t-cell{
  margin-bottom:16px;
}

.ces-faqSection__formWrap input,
.ces-faqSection__formWrap textarea,
.ces-faqSection__formWrap select{
  width:100%;
  min-height:56px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.08);
  color:#fff;
  border-radius:10px;
  padding:14px 16px;
  outline:none;
  box-shadow:none;
}

.ces-faqSection__formWrap textarea{
  min-height:150px;
  resize:vertical;
}

.ces-faqSection__formWrap input::placeholder,
.ces-faqSection__formWrap textarea::placeholder{
  color:rgba(255,255,255,.72);
}

.ces-faqSection__formWrap label,
.ces-faqSection__formWrap .ff-el-input--label label{
  color:#fff;
  font-weight:700;
  margin-bottom:8px;
}

.ces-faqSection__formWrap .ff-btn,
.ces-faqSection__formWrap button[type="submit"],
.ces-faqSection__formWrap input[type="submit"]{
  min-height:56px;
  border:0;
  border-radius:999px;
  background:#111;
  color:#fff;
  padding:0 28px;
  font-weight:800;
  cursor:pointer;
  transition:transform .2s ease, opacity .2s ease;
}

.ces-faqSection__formWrap .ff-btn:hover,
.ces-faqSection__formWrap button[type="submit"]:hover,
.ces-faqSection__formWrap input[type="submit"]:hover{
  transform:translateY(-2px);
  opacity:.94;
}

.ces-faqSection__formFallback{
  width:100%;
  padding:34px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:18px;
  background:rgba(255,255,255,.08);
}

.ces-faqSection__formFallback h3{
  margin:0 0 10px;
  font-size:24px;
  color:#fff;
}

.ces-faqSection__formFallback p{
  margin:0;
  color:rgba(255,255,255,.82);
  line-height:1.7;
}

.ces-faqSection__right{
  background:#d10000;
  color:#fff;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ces-faqSection__right .ces-faqSection__formWrap{
  width:100%;
  max-width:720px;
  margin:0 auto;
  padding:70px 36px;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ces-faqSection__right .fluentform,
.ces-faqSection__right .ff-default{
  width:100%;
}

.ces-faqSection__right .fluentform form,
.ces-faqSection__right .ff-default form{
  width:100%;
  background:#fff;
  border-radius:24px;
  padding:34px 32px;
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}

/* Label renkleri */
.ces-faqSection__formWrap label,
.ces-faqSection__formWrap .ff-el-input--label label{
  color:#111;
  font-weight:700;
  margin-bottom:8px;
}

/* Input alanları */
.ces-faqSection__formWrap input,
.ces-faqSection__formWrap textarea,
.ces-faqSection__formWrap select{
  width:100%;
  min-height:56px;
  border:1px solid #d9d9d9;
  background:#fff;
  color:#111;
  border-radius:12px;
  padding:14px 16px;
  outline:none;
  box-shadow:none;
}

.ces-faqSection__formWrap textarea{
  min-height:140px;
  resize:vertical;
}

.ces-faqSection__formWrap input::placeholder,
.ces-faqSection__formWrap textarea::placeholder{
  color:#7b7b7b;
}

/* Focus */
.ces-faqSection__formWrap input:focus,
.ces-faqSection__formWrap textarea:focus,
.ces-faqSection__formWrap select:focus{
  border-color:#d10000;
  box-shadow:0 0 0 3px rgba(209,0,0,.10);
}

/* Buton */
.ces-faqSection__formWrap .ff-btn,
.ces-faqSection__formWrap button[type="submit"],
.ces-faqSection__formWrap input[type="submit"]{
  min-height:56px;
  border:0;
  border-radius:999px;
  background:#111;
  color:#fff;
  padding:0 28px;
  font-weight:800;
  cursor:pointer;
  transition:transform .2s ease, opacity .2s ease;
}

.ces-faqSection__formWrap .ff-btn:hover,
.ces-faqSection__formWrap button[type="submit"]:hover,
.ces-faqSection__formWrap input[type="submit"]:hover{
  transform:translateY(-2px);
  opacity:.94;
}

@media (max-width: 991px){
  .ces-faqSection__grid{
    grid-template-columns:1fr;
  }

  .ces-faqSection__inner{
    max-width:none;
    padding:64px 20px;
  }

  .ces-faqSection__right .ces-faqSection__formWrap{
    max-width:none;
    padding:64px 20px;
  }

  .ces-faqSection__title{
    margin-bottom:28px;
  }

  .ces-faqItem__button{
    padding:20px 18px;
  }

  .ces-faqItem__number{
    min-width:46px;
    font-size:17px;
  }

  .ces-faqItem__question{
    font-size:16px;
  }

  .ces-faqItem__answerInner{
    padding:18px 18px 22px;
  }
}

@media (max-width: 991px){
  .ces-faqSection__right .ces-faqSection__formWrap{
    padding:36px 20px 56px;
  }

  .ces-faqSection__right .fluentform form,
  .ces-faqSection__right .ff-default form{
    padding:24px 18px;
    border-radius:18px;
  }
}