.kvkk-visible-hero{
  background:radial-gradient(circle at top left,#dcfce7 0,#eff6ff 34%,#ffffff 70%)!important;
}
.kvkk-main-tag{
  background:#dcfce7!important;
  color:#166534!important;
  border:1px solid #86efac!important;
}
.kvkk-visible-hero h1{
  max-width:860px!important;
}
.kvkk-trust-row{
  flex-wrap:wrap!important;
}
.kvkk-trust-row span{
  background:#fff!important;
  border:1px solid #bbf7d0!important;
  color:#166534!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  font-weight:900!important;
}
.kvkk-hero-card .showcase-card{
  background:linear-gradient(135deg,#03111f,#0f172a)!important;
  color:#fff!important;
}
.kvkk-hero-card .showcase-card h3{
  color:#fff!important;
}
.kvkk-hero-card .showcase-card p{
  color:#cbd5e1!important;
}
.kvkk-visible-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin-top:-30px;
  position:relative;
  z-index:3;
}
.kvkk-visible-strip div{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:22px;
  padding:18px;
  box-shadow:0 18px 44px rgba(15,23,42,.10);
}
.kvkk-visible-strip b{
  display:block;
  color:#03111f;
  font-size:22px;
  margin-bottom:6px;
}
.kvkk-visible-strip span{
  color:#64748b;
  font-weight:800;
}
.kvkk-big-section .section-head p{
  max-width:920px;
  margin-left:auto;
  margin-right:auto;
  color:#64748b;
  line-height:1.8;
}
.kvkk-big-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:30px;
}
.kvkk-big-card{
  min-height:310px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:30px;
  padding:24px;
  box-shadow:0 18px 44px rgba(15,23,42,.08);
  text-decoration:none;
  display:flex;
  flex-direction:column;
  transition:.25s ease;
}
.kvkk-big-card:hover{
  transform:translateY(-6px);
  box-shadow:0 28px 70px rgba(15,23,42,.14);
}
.kvkk-big-card strong{
  width:52px;
  height:52px;
  border-radius:18px;
  background:#dcfce7;
  color:#166534;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  margin-bottom:18px;
}
.kvkk-big-card h3{
  color:#03111f;
  font-size:23px;
  line-height:1.25;
  margin:0 0 12px;
}
.kvkk-big-card p{
  color:#475569;
  line-height:1.75;
  margin:0 0 18px;
}
.kvkk-big-card span{
  margin-top:auto;
  color:#0ea5e9;
  font-weight:900;
}
.kvkk-big-card.featured{
  background:linear-gradient(135deg,#03111f,#0f172a);
}
.kvkk-big-card.featured h3,
.kvkk-big-card.featured p{
  color:#fff;
}
.kvkk-big-card.featured p{
  color:#cbd5e1;
}
.kvkk-visible-faq{
  padding-top:46px;
}
.kvkk-faq-grid{
  display:grid;
  gap:14px;
  max-width:980px;
  margin:0 auto;
}
.kvkk-faq-grid details{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:20px;
  padding:18px 20px;
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}
.kvkk-faq-grid summary{
  cursor:pointer;
  font-weight:900;
  color:#03111f;
  font-size:17px;
}
.kvkk-faq-grid p{
  color:#475569;
  line-height:1.8;
  margin:14px 0 0;
}
@media(max-width:1100px){
  .kvkk-visible-strip,.kvkk-big-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:700px){
  .kvkk-visible-strip,.kvkk-big-grid{
    grid-template-columns:1fr;
  }
  .kvkk-visible-strip{
    margin-top:20px;
  }
  .kvkk-big-card{
    min-height:auto;
  }
}
