.three-reviews-home{
  display:block!important;
  background:#f5f7fb!important;
  padding:58px 0 64px!important;
  overflow:hidden!important;
  color:#07152d!important;
}

.three-reviews-head{
  width:min(1180px,calc(100% - 48px))!important;
  margin:0 auto 24px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
}

.three-reviews-title{
  margin:0!important;
  font-size:clamp(28px,3vw,42px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
  font-weight:950!important;
  color:#07152d!important;
}

.three-reviews-actions{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}

.three-reviews-btn{
  appearance:none!important;
  border:1px solid #dbe4ef!important;
  background:#fff!important;
  color:#07152d!important;
  height:44px!important;
  padding:0 20px!important;
  border-radius:12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  font-size:13px!important;
  font-weight:900!important;
  box-shadow:0 12px 28px rgba(15,23,42,.08)!important;
  cursor:pointer!important;
}

.three-reviews-btn.primary{
  background:#e51b2b!important;
  border-color:#e51b2b!important;
  color:#fff!important;
}

.three-reviews-marquee{
  width:100%!important;
  overflow:hidden!important;
  position:relative!important;
}

.three-reviews-track{
  display:flex!important;
  gap:18px!important;
  width:max-content!important;
  min-width:max-content!important;
  padding:2px 0!important;
  animation:threeReviewsSlowScroll 150s linear infinite!important;
  will-change:transform!important;
}

.three-reviews-marquee:hover .three-reviews-track{
  animation-play-state:paused!important;
}

@keyframes threeReviewsSlowScroll{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

.three-review-card{
  width:310px!important;
  min-width:310px!important;
  min-height:184px!important;
  background:#fff!important;
  border:1px solid #e1e8f2!important;
  border-radius:16px!important;
  box-shadow:0 16px 34px rgba(15,23,42,.07)!important;
  padding:22px 22px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
}

.three-review-stars{
  color:#ffad00!important;
  letter-spacing:1px!important;
  font-size:16px!important;
  line-height:1!important;
  margin-bottom:14px!important;
  font-weight:900!important;
  text-align:center!important;
}

.three-review-comment{
  margin:0!important;
  color:#667085!important;
  font-size:14px!important;
  line-height:1.65!important;
  font-weight:700!important;
  text-align:center!important;
}

.three-review-sep{
  height:1px!important;
  background:#e7edf5!important;
  margin:18px 0 12px!important;
}

.three-review-person{
  text-align:center!important;
}

.three-review-name{
  color:#07152d!important;
  font-size:18px!important;
  line-height:1.1!important;
  font-weight:950!important;
  letter-spacing:-.02em!important;
}

.three-review-service{
  color:#7b8798!important;
  font-size:11px!important;
  font-weight:900!important;
  margin-top:4px!important;
}

.three-reviews-page-main{
  background:#f5f7fb!important;
  color:#07152d!important;
}

.three-reviews-page-hero{
  width:min(1180px,calc(100% - 48px))!important;
  margin:0 auto!important;
  padding:56px 0 26px!important;
}

.three-reviews-page-hero h1{
  margin:0 0 14px!important;
  font-size:clamp(38px,4vw,64px)!important;
  line-height:1.02!important;
  letter-spacing:-.06em!important;
  font-weight:950!important;
}

.three-reviews-page-hero p{
  margin:0!important;
  max-width:760px!important;
  color:#556273!important;
  font-size:16px!important;
  line-height:1.85!important;
  font-weight:600!important;
}

.three-reviews-page-toolbar{
  width:min(1180px,calc(100% - 48px))!important;
  margin:0 auto 22px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  flex-wrap:wrap!important;
}

.three-all-reviews-grid{
  width:min(1180px,calc(100% - 48px))!important;
  margin:0 auto!important;
  padding:0 0 70px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}

.three-all-reviews-grid .three-review-card{
  width:auto!important;
  min-width:0!important;
  min-height:210px!important;
}

.three-review-modal{
  position:fixed!important;
  inset:0!important;
  z-index:9999999!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:18px!important;
  background:rgba(7,21,45,.55)!important;
  backdrop-filter:blur(8px)!important;
}

.three-review-modal.is-open{
  display:flex!important;
}

.three-review-dialog{
  width:min(520px,100%)!important;
  background:#fff!important;
  border-radius:18px!important;
  box-shadow:0 30px 90px rgba(0,0,0,.28)!important;
  border:1px solid #e1e8f2!important;
  overflow:hidden!important;
}

.three-review-dialog-head{
  height:62px!important;
  padding:0 20px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  border-bottom:1px solid #e8eef6!important;
}

.three-review-dialog-head b{
  color:#07152d!important;
  font-size:18px!important;
  font-weight:950!important;
}

.three-review-close{
  width:38px!important;
  height:38px!important;
  border-radius:10px!important;
  border:1px solid #dbe4ef!important;
  background:#fff!important;
  cursor:pointer!important;
  font-size:20px!important;
  font-weight:900!important;
  color:#07152d!important;
}

.three-review-form{
  padding:20px!important;
  display:grid!important;
  gap:12px!important;
}

.three-review-form label{
  display:grid!important;
  gap:7px!important;
  color:#344054!important;
  font-size:13px!important;
  font-weight:900!important;
}

.three-review-form input,
.three-review-form select,
.three-review-form textarea{
  width:100%!important;
  border:1px solid #dbe4ef!important;
  background:#fff!important;
  border-radius:12px!important;
  min-height:46px!important;
  padding:0 13px!important;
  color:#07152d!important;
  font-size:14px!important;
  font-weight:700!important;
  outline:none!important;
}

.three-review-form textarea{
  min-height:110px!important;
  padding-top:12px!important;
  resize:vertical!important;
  line-height:1.55!important;
}

.three-review-form button[type="submit"]{
  height:48px!important;
  border:0!important;
  border-radius:12px!important;
  background:#e51b2b!important;
  color:#fff!important;
  font-weight:950!important;
  cursor:pointer!important;
}

.three-review-toast{
  position:fixed!important;
  right:18px!important;
  bottom:18px!important;
  z-index:10000000!important;
  background:#07152d!important;
  color:#fff!important;
  padding:12px 15px!important;
  border-radius:12px!important;
  box-shadow:0 16px 40px rgba(0,0,0,.22)!important;
  font-size:13px!important;
  font-weight:900!important;
  display:none!important;
}

.three-review-toast.is-visible{
  display:block!important;
}

@media(max-width:980px){
  .three-all-reviews-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:640px){
  .three-reviews-home{
    padding:42px 0 48px!important;
  }

  .three-reviews-head,
  .three-reviews-page-hero,
  .three-reviews-page-toolbar,
  .three-all-reviews-grid{
    width:calc(100% - 30px)!important;
  }

  .three-reviews-head{
    align-items:flex-start!important;
    flex-direction:column!important;
  }

  .three-reviews-actions{
    width:100%!important;
  }

  .three-reviews-btn{
    flex:1!important;
    padding:0 12px!important;
  }

  .three-review-card{
    width:82vw!important;
    min-width:82vw!important;
    min-height:190px!important;
  }

  .three-all-reviews-grid{
    grid-template-columns:1fr!important;
  }

  .three-all-reviews-grid .three-review-card{
    width:auto!important;
    min-width:0!important;
  }

  .three-reviews-page-hero{
    padding-top:36px!important;
  }

  .three-review-dialog{
    max-height:88vh!important;
    overflow:auto!important;
  }
}

/* Yorumlar banner altında daha düzgün dursun */
.three-reviews-home{
  margin-top:0!important;
  padding-top:44px!important;
}
