.elementor-2162 .elementor-element.elementor-element-b7137a9{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-63e38df *//* === Nur-Nil • Setler Kategori Sayfası === */

.nr-set-page{
  background:#FFFFFF;
  padding:clamp(40px,6vw,70px) 18px;
  font-size:14px;
}

@media(max-width:600px){
  .nr-set-page{
    padding-left:10px;
    padding-right:10px;
  }
}

/* HERO GRID */
.nr-set-hero{
  max-width:1300px;
  margin:0 auto 40px;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);
  gap:30px;
  align-items:flex-start;
}

@media(max-width:900px){
  .nr-set-hero{
    grid-template-columns:1fr;
  }
}

/* Sol taraf */
.nr-set-hero-left{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.nr-set-kicker{
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:#4F46E5;
}

.nr-set-title{
  font-size:clamp(24px,3vw,30px);
  font-weight:700;
  color:#020617;
  margin:0;
}

.nr-set-lead{
  font-size:15px;
  line-height:1.9;
  color:#4B5563;
  margin:0;
}

/* Tag list */
.nr-set-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:6px;
}
.nr-set-tags span{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(8,45,140,.16);
  background:#F8FAFF;
  color:#082D8C;
}

/* CTA butonları */
.nr-set-cta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:10px;
}

.nr-set-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 20px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  text-decoration:none;
  transition:.18s ease;
  cursor:pointer;
}

/* primary */
.nr-set-btn.primary{
  background:#082D8C;
  color:#FFFFFF;
  border:1px solid #082D8C;
  box-shadow:0 10px 24px rgba(8,45,140,.45);
}
.nr-set-btn.primary:hover{
  background:#0B3BB6;
  box-shadow:0 14px 32px rgba(8,45,140,.6);
}

/* ghost */
.nr-set-btn.ghost{
  background:#FFFFFF;
  color:#082D8C;
  border:1px solid rgba(8,45,140,.35);
}
.nr-set-btn.ghost:hover{
  background:#E5ECFF;
}

/* Sağ taraf: görsel */
.nr-set-hero-right{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}

.nr-set-image-wrap{
  width:100%;
  border-radius:22px;
  overflow:hidden;
  background:radial-gradient(circle at 0 0,#E0ECFF,#FFFFFF);
  box-shadow:0 18px 40px rgba(15,23,42,.15);
}
.nr-set-image-wrap img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}

.nr-set-image-caption{
  font-size:12px;
  color:#6B7280;
  margin:0;
}

/* NASIL ÇALIŞIR */
.nr-set-steps{
  max-width:1300px;
  margin:0 auto 46px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

@media(max-width:900px){
  .nr-set-steps{
    grid-template-columns:1fr;
  }
}

.nr-set-step{
  background:#FFFFFF;
  border-radius:18px;
  padding:18px 18px 16px;
  border:1px solid rgba(148,163,184,.35);
  box-shadow:0 12px 26px rgba(15,23,42,.06);
}
.nr-set-step h3{
  margin:0 0 6px;
  font-size:15px;
  font-weight:600;
  color:#082D8C;
}
.nr-set-step p{
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#4B5563;
}

/* KULLANIM ALANLARI */
.nr-set-usecases{
  max-width:1300px;
  margin:0 auto 46px;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr);
  gap:26px;
  align-items:flex-start;
}

@media(max-width:900px){
  .nr-set-usecases{
    grid-template-columns:1fr;
  }
}

.nr-set-use-text h2{
  margin:0 0 10px;
  font-size:20px;
  font-weight:600;
  color:#020617;
}
.nr-set-use-text p{
  margin:0;
  font-size:14px;
  line-height:1.8;
  color:#4B5563;
}

.nr-set-use-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

.nr-set-use-card{
  background:#F8FAFF;
  border-radius:16px;
  padding:14px 16px 12px;
  border:1px solid rgba(8,45,140,.10);
}
.nr-set-use-card h4{
  margin:0 0 4px;
  font-size:14px;
  font-weight:600;
  color:#082D8C;
}
.nr-set-use-card p{
  margin:0;
  font-size:13px;
  line-height:1.7;
  color:#4B5563;
}

/* ALT CTA BANT */
.nr-set-bottom-cta{
  max-width:1300px;
  margin:0 auto;
  padding:18px 20px;
  border-radius:20px;
  background:linear-gradient(135deg,#082D8C,#0F9AD6);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  box-shadow:0 18px 40px rgba(15,23,42,.35);
  color:#EFF6FF;
}

.nr-set-bottom-text h2{
  margin:0 0 6px;
  font-size:18px;
  font-weight:600;
  color:#FFFFFF;
}
.nr-set-bottom-text p{
  margin:0;
  font-size:14px;
  color:#E5EDFF;
}

.nr-set-bottom-btn{
  background:#FFFFFF;
  color:#082D8C;
  border:1px solid transparent;
  box-shadow:none;
}
.nr-set-bottom-btn:hover{
  background:#E0ECFF;
}/* End custom CSS */