/* KVKK, gizlilik ve çerez sayfaları */
.legal-hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:12px;
  margin-bottom:18px;
  color:var(--accent-light);
  font-size:11px;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.legal-hero-kicker::before,
.legal-hero-kicker::after{
  content:"";
  width:34px;
  height:1px;
  background:var(--accent);
}
.legal-page.section{
  padding:100px 0;
  width:100%;
  max-width:100%;
  overflow:hidden;
  background:#f5f3ee;
  color:#171719;
}
.legal-page .legal-container.container{
  width:min(1000px,calc(100% - 48px));
  max-width:1000px;
  min-width:0;
}
.legal-updated{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  margin:0 0 34px;
  border:1px solid #ddd8ce;
  border-radius:999px;
  background:#fff;
  color:#66625c;
  font-size:13px;
  box-shadow:0 8px 30px rgba(26,22,15,.05);
}
.legal-updated svg{
  width:17px;
  height:17px;
  color:#9a7540;
}
.legal-content{
  display:block;
  width:100%;
  min-width:0;
  max-width:100%;
  padding:48px 56px;
  overflow-wrap:anywhere;
  border:1px solid #e2ded6;
  border-radius:18px;
  background:#fff;
  color:#4d4d51;
  box-shadow:0 20px 70px rgba(25,21,14,.07);
  font-size:17px;
  line-height:1.85;
}
.legal-content>*{
  max-width:100%;
  overflow-wrap:anywhere;
}
.legal-content h2{
  position:relative;
  margin:50px 0 17px;
  padding:8px 0 0;
  color:#171719;
  font-size:clamp(25px,3vw,34px);
  font-weight:600;
  line-height:1.2;
  letter-spacing:-.025em;
}
.legal-content h2:first-child{margin-top:0}
.legal-content h2::before{
  content:"";
  display:block;
  width:44px;
  height:2px;
  margin-bottom:17px;
  background:var(--accent);
}
.legal-content h3{
  margin:32px 0 10px;
  color:#27272a;
  font-size:21px;
  font-weight:600;
}
.legal-content p{margin:0 0 18px}
.legal-content ul,
.legal-content ol{
  display:block;
  margin:10px 0 24px;
  padding-left:28px;
}
.legal-content ul{list-style:disc outside}
.legal-content ol{list-style:decimal outside}
.legal-content li{
  display:list-item;
  margin:8px 0;
  padding-left:4px;
}
.legal-content li::marker{color:#9a7540}
.legal-content a{
  color:#8b6530;
  text-decoration:underline;
  text-underline-offset:3px;
}
.legal-content blockquote{
  margin:28px 0;
  padding:20px 24px;
  border-left:3px solid var(--accent);
  background:#f5f2eb;
}
.legal-content table{
  display:block;
  max-width:100%;
  overflow-x:auto;
  border-collapse:collapse;
}
.legal-content td,
.legal-content th{
  padding:10px;
  border:1px solid #ddd;
}
.legal-contact-card{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:22px;
  margin-top:28px;
  padding:34px;
  border-radius:18px;
  background:#141416;
  color:#fff;
}
.legal-contact-card>svg{
  width:50px;
  height:50px;
  padding:13px;
  border-radius:50%;
  background:rgba(201,165,106,.12);
  color:var(--accent);
}
.legal-contact-card span{
  color:var(--accent);
  font-size:11px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.legal-contact-card h2{
  margin:8px 0 12px;
  font-size:28px;
}
.legal-contact-card p{
  display:grid;
  gap:5px;
  margin:0;
  color:#aaa;
  line-height:1.6;
}
.legal-contact-links{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:20px;
}
.legal-contact-links a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 13px;
  overflow-wrap:anywhere;
  border:1px solid #ffffff22;
  border-radius:8px;
  font-size:13px;
}
.legal-contact-links a:hover{
  border-color:var(--accent);
  color:var(--accent);
}
.legal-contact-links svg{
  width:16px;
  flex:0 0 16px;
}
.legal-related{
  margin-top:48px;
  padding-top:30px;
  border-top:1px solid #d7d2c8;
}
.legal-related>span{
  display:block;
  margin-bottom:15px;
  color:#777;
  font-size:11px;
  font-weight:700;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.legal-related>div{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.legal-related a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  padding:18px 20px;
  border:1px solid #dedad2;
  border-radius:10px;
  background:#fff;
  font-weight:650;
}
.legal-related a:hover{
  border-color:var(--accent);
  color:#8b6530;
}
.legal-related svg{width:17px}

@media(max-width:768px){
  .legal-hero>.container{
    width:calc(100% - 32px);
    max-width:100%;
    overflow:hidden;
  }
  .legal-hero h1{
    width:100%;
    max-width:100%;
    margin-inline:auto;
    font-size:clamp(30px,9vw,42px);
    line-height:1.08;
    overflow-wrap:anywhere;
  }
  .legal-hero nav{
    width:100%;
    max-width:100%;
    font-size:12px;
    overflow-wrap:anywhere;
  }
  .legal-page.section{padding:70px 0}
  .legal-page .legal-container.container{
    width:calc(100% - 32px);
    max-width:none;
  }
  .legal-updated{
    max-width:100%;
    margin-bottom:24px;
    border-radius:12px;
  }
  .legal-content{
    padding:30px 22px;
    border-radius:14px;
    font-size:16px;
    line-height:1.78;
  }
  .legal-content h2{
    margin-top:40px;
    font-size:27px;
    overflow-wrap:anywhere;
  }
  .legal-content h3{font-size:20px}
  .legal-contact-card{
    grid-template-columns:1fr;
    padding:27px 22px;
    border-radius:14px;
  }
  .legal-contact-card h2{font-size:25px}
  .legal-contact-links{display:grid}
  .legal-related{margin-top:36px}
  .legal-related>div{grid-template-columns:1fr}
}

@media(max-width:390px){
  .legal-hero>.container{width:calc(100% - 24px)}
  .legal-hero h1{font-size:29px}
  .legal-page .legal-container.container{width:calc(100% - 28px)}
  .legal-content{padding:26px 18px}
  .legal-content h2{font-size:24px}
}
