/* ============================================
   QUANTAPS • LinkedIn Türk Yorum Rehberi
   Premium Blue Corporate Style
============================================ */

.ln-yorum-wrapper{
  max-width:880px;
  margin:0 auto;
  padding:28px 18px 80px;
  font-family:Inter,system-ui,sans-serif;
  color:#0f172a;
}

/* HERO */
.ln-hero-card{
  background:rgba(10,102,194,0.08);
  border:1px solid rgba(10,102,194,0.18);
  padding:32px;
  border-radius:22px;
  box-shadow:0 10px 32px rgba(0,0,0,0.06);
  backdrop-filter:blur(8px);
  text-align:center;
}

.ln-hero-icon{
  font-size:48px;
  margin-bottom:12px;
}

.ln-hero-title{
  font-size:clamp(24px,2.8vw,36px);
  color:#0a66c2;
  margin-bottom:14px;
  font-weight:800;
}

.ln-hero-desc{
  font-size:17px;
  color:#243447;
}

/* BOX */
.ln-box{
  background:#ffffff;
  border:1px solid rgba(0,0,0,0.08);
  padding:26px 22px;
  border-radius:18px;
  margin-top:30px;
  box-shadow:0 8px 24px rgba(0,0,0,0.05);
}

.ln-box h2{
  color:#0a66c2;
  margin-bottom:10px;
  font-size:22px;
}

.ln-list{
  list-style:none;
  margin:12px 0;
  padding:0;
}

.ln-list li{
  margin-bottom:10px;
  font-size:16px;
}

.ln-note{
  background:#eaf4ff;
  border-left:4px solid #0a66c2;
  padding:12px 14px;
  border-radius:8px;
  font-size:15px;
  margin-top:12px;
}

/* CTA */
.ln-cta{
  text-align:center;
  margin-top:50px;
  padding:34px;
  background:rgba(10,102,194,0.08);
  border:1px solid rgba(10,102,194,0.15);
  border-radius:20px;
}

.ln-cta-title{
  color:#0a66c2;
  font-size:26px;
  margin-bottom:10px;
  font-weight:800;
}

.ln-cta-desc{
  color:#243447;
  margin-bottom:20px;
}

.ln-cta-btn{
  background:#0a66c2;
  color:#fff;
  padding:14px 24px;
  display:inline-block;
  border-radius:12px;
  font-weight:700;
  text-decoration:none;
  transition:.2s;
}

.ln-cta-btn:hover{
  background:#074a8a;
}