/* === YASAL METİN SAYFALARI (KVKK, Kullanıcı Sözleşmesi) === */
.bdt-kvkk{font-family:inherit;color:var(--bdt-text,#1f2d3d);line-height:1.75;}
.bdt-kvkk *{box-sizing:border-box;}

.bdt-kvkk-hero{
  position:relative;
  padding:64px 20px 52px;
  background:linear-gradient(135deg,#EAF3FF 0%,#F4FBF8 55%,#E6F8F1 100%);
  border-radius:0 0 var(--bdt-radius,18px) var(--bdt-radius,18px);
  overflow:hidden;
}
.bdt-kvkk-hero::before{
  content:"";
  position:absolute;
  top:-100px;right:-100px;
  width:320px;height:320px;
  background:radial-gradient(circle,rgba(14,159,110,.15),transparent 70%);
  border-radius:50%;
}
.bdt-kvkk-hero-inner{
  max-width:880px;
  margin:0 auto;
  position:relative;
  z-index:1;
  text-align:center;
}
.bdt-kvkk-badge{
  display:inline-block;
  background:#fff;
  color:var(--bdt-green-dark,#057a52);
  padding:8px 18px;
  border-radius:50px;
  font-size:13px;
  font-weight:700;
  box-shadow:0 8px 22px rgba(14,159,110,.12);
  margin-bottom:16px;
}
.bdt-kvkk-hero h1{
  margin:0 0 14px;
  font-size:clamp(1.5rem,4.5vw,2.15rem);
  line-height:1.25;
  font-weight:800;
  color:#0d2440;
}
.bdt-kvkk-hero p{
  margin:0 auto;
  max-width:720px;
  font-size:16px;
  color:var(--bdt-muted,#5b6b80);
  line-height:1.65;
}
.bdt-kvkk-updated{
  display:inline-block;
  margin-top:18px;
  font-size:13px;
  font-weight:600;
  color:#3b4a63;
  background:rgba(255,255,255,.75);
  padding:6px 14px;
  border-radius:50px;
}

.bdt-kvkk-body{
  max-width:820px;
  margin:0 auto;
  padding:48px 20px 72px;
}
.bdt-kvkk-toc{
  background:linear-gradient(135deg,var(--bdt-cream,#F4FBF8),var(--bdt-soft,#EAF3FF));
  border:2px solid #e8f0f8;
  border-radius:16px;
  padding:22px 24px;
  margin-bottom:36px;
}
.bdt-kvkk-toc h2{
  margin:0 0 12px;
  font-size:17px;
  font-weight:800;
  color:#0d2440;
}
.bdt-kvkk-toc ol{
  margin:0;
  padding-left:20px;
  columns:1;
}
.bdt-kvkk-toc li{
  margin:6px 0;
  font-size:14.5px;
  font-weight:600;
  color:#2b3a52;
  break-inside:avoid;
}
.bdt-kvkk-toc a{
  color:var(--bdt-green-dark,#057a52);
  text-decoration:none;
}
.bdt-kvkk-toc a:hover{text-decoration:underline;}

.bdt-kvkk-section{
  margin-bottom:36px;
  scroll-margin-top:calc(var(--site-header-h,72px) + 16px);
}
.bdt-kvkk-section h2{
  margin:0 0 14px;
  font-size:clamp(1.15rem,3.5vw,1.45rem);
  font-weight:800;
  color:#0d2440;
  padding-left:16px;
  border-left:5px solid var(--bdt-green,#0E9F6E);
  line-height:1.35;
}
.bdt-kvkk-section p{
  margin:0 0 14px;
  font-size:16px;
  color:var(--bdt-text,#1f2d3d);
  line-height:1.75;
}
.bdt-kvkk-section ul{
  margin:0 0 16px;
  padding-left:0;
  list-style:none;
}
.bdt-kvkk-section ul li{
  position:relative;
  padding:6px 0 6px 28px;
  font-size:15.5px;
  line-height:1.65;
}
.bdt-kvkk-section ul li::before{
  content:"";
  position:absolute;
  left:0;top:14px;
  width:8px;height:8px;
  border-radius:50%;
  background:var(--bdt-green,#0E9F6E);
}
.bdt-kvkk-section strong{color:#0d2440;}
.bdt-kvkk-section h3{
  margin:18px 0 10px;
  font-size:1.05rem;
  font-weight:800;
  color:#1a3354;
}

.bdt-kvkk-card{
  background:#fff;
  border:2px solid #e8f0f8;
  border-radius:14px;
  padding:18px 20px;
  margin:16px 0;
  box-shadow:0 6px 18px rgba(13,36,64,.05);
}
.bdt-kvkk-card p:last-child{margin-bottom:0;}
.bdt-kvkk-warn{
  background:linear-gradient(135deg,#fff8e6,#fff3cd);
  border-left:5px solid #e6a817;
  border-radius:12px;
  padding:16px 18px;
  margin:18px 0;
  font-size:15px;
  line-height:1.65;
}

.bdt-kvkk-contact{
  margin-top:40px;
  padding:28px 24px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--bdt-green,#0E9F6E),var(--bdt-blue,#1E4FBF));
  color:#fff;
  text-align:center;
}
.bdt-kvkk-contact h2{
  margin:0 0 10px;
  font-size:20px;
  font-weight:800;
  color:#fff;
  border:none;
  padding:0;
}
.bdt-kvkk-contact p{
  margin:0 0 18px;
  color:rgba(255,255,255,.95);
  font-size:15px;
}
.bdt-kvkk-contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}
.bdt-kvkk-contact-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 22px;
  border-radius:50px;
  background:#fff;
  color:var(--bdt-green-dark,#057a52) !important;
  font-weight:800;
  font-size:14px;
  text-decoration:none !important;
  transition:transform .2s ease,box-shadow .2s ease;
}
.bdt-kvkk-contact-actions a:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(0,0,0,.15);
}

@media (min-width:601px) and (max-width:1024px){
  .bdt-kvkk-toc ol{columns:2;column-gap:28px;}
}
@media (max-width:600px){
  .bdt-kvkk-hero{padding:48px 16px 40px;}
  .bdt-kvkk-body{padding:36px 16px 56px;}
  .bdt-kvkk-toc{padding:18px 16px;}
  .bdt-kvkk-section h2{padding-left:12px;font-size:1.1rem;}
  .bdt-kvkk-section p,.bdt-kvkk-section ul li{font-size:15px;}
  .bdt-kvkk-contact{padding:22px 16px;}
  .bdt-kvkk-contact-actions{flex-direction:column;align-items:stretch;}
  .bdt-kvkk-contact-actions a{width:100%;}
}
