/*
Theme Name: AvukatPro
Theme URI: https://siteniz.com
Author: Sizin Adınız
Description: Alanya Legal özel tasarımı — Mobil-first avukat WordPress teması.
Version: 1.0
License: GPLv2 or later
Text Domain: avukatpro
*/

/* ---------- ALANYA LEGAL ORİJİNAL CSS ---------- */
:root{
  --navy:#16283d;
  --navy-deep:#0e1b29;
  --stone:#ece3d0;
  --stone-soft:#f4eee1;
  --stone-line:#d8cbac;
  --brick:#a23a2c;
  --brick-deep:#812c21;
  --teal:#2c6b72;
  --brass:#b6873c;
  --ink:#1d1a16;
  --paper-shadow: 0 1px 0 rgba(0,0,0,.05);
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--stone-soft);
  color:var(--ink);
  font-family:'Manrope',sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,.display{
  font-family:'Fraunces',serif;
  font-weight:600;
  letter-spacing:-0.01em;
  color:var(--navy);
  margin:0;
}
a{color:inherit;}
img,svg{display:block;max-width:100%;}
.container{max-width:1120px;margin:0 auto;padding:0 28px;}
.eyebrow{
  font-family:'IBM Plex Mono',monospace;
  font-size:12px;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--brick);
  display:flex;
  align-items:center;
  gap:10px;
}
.eyebrow::before{
  content:"";
  width:18px;height:1px;background:var(--brick);display:inline-block;
}

.seal{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-family:'IBM Plex Mono',monospace;
  font-size:12.5px;
  line-height:1.3;
  color:var(--brick-deep);
  background:rgba(162,58,44,.07);
  border:1px solid rgba(162,58,44,.28);
  border-radius:999px;
  padding:5px 12px 5px 8px;
  white-space:normal;
}
.seal .dot{
  flex:none;
  width:16px;height:16px;
  border-radius:50%;
  background:var(--brick);
  position:relative;
}
.seal .dot::after{
  content:"";
  position:absolute;inset:3px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.65);
}

header{
  position:sticky;top:0;z-index:50;
  background:rgba(244,238,225,.92);
  backdrop-filter:blur(6px);
  border-bottom:1px solid var(--stone-line);
}
.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0;}
.logo{display:flex;align-items:center;gap:10px;font-family:'Fraunces',serif;font-weight:600;font-size:20px;color:var(--navy);}
.logo .mark{width:30px;height:30px;flex:none;}
.navlinks{display:flex;gap:26px;font-size:14.5px;font-weight:600;}
.navlinks a{text-decoration:none;color:var(--navy);opacity:.75;}
.navlinks a:hover{opacity:1;}
.btn{
  display:inline-flex;align-items:center;gap:8px;
  font-weight:700;font-size:14.5px;
  padding:12px 22px;border-radius:3px;
  text-decoration:none;
  border:1px solid transparent;
  cursor:pointer;
}
.btn-primary{background:var(--brick);color:#fff;}
.btn-primary:hover{background:var(--brick-deep);}
.btn-ghost{background:transparent;color:var(--navy);border-color:var(--navy);}
.btn-ghost:hover{background:var(--navy);color:#fff;}
@media (max-width:860px){ .navlinks{display:none;} }

.hero{
  background:linear-gradient(180deg,var(--navy) 0%, var(--navy-deep) 100%);
  color:var(--stone-soft);
  padding:96px 0 84px;
  position:relative;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;right:-140px;top:-80px;
  width:520px;height:520px;
  border:1px solid rgba(236,227,208,.14);
  border-radius:50%;
}
.hero::after{
  content:"";
  position:absolute;right:-40px;top:20px;
  width:360px;height:360px;
  border:1px solid rgba(236,227,208,.1);
  border-radius:50%;
}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:56px;align-items:center;position:relative;}
@media (max-width:900px){ .hero-grid{grid-template-columns:1fr;} }
.hero h1{
  font-size:clamp(34px,4.4vw,54px);
  line-height:1.08;
  color:#fff;
  margin-top:18px;
}
.hero h1 em{font-style:italic;color:#e7c793;}
.hero p.lead{
  font-size:18px;color:rgba(236,227,208,.86);
  max-width:52ch;margin-top:20px;
}
.hero-cta{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap;}
.hero-cta .btn-ghost{border-color:rgba(236,227,208,.5);color:#fff;}
.hero-cta .btn-ghost:hover{background:rgba(236,227,208,.12);}
.trust-row{
  display:flex;gap:28px;margin-top:46px;flex-wrap:wrap;
  font-family:'IBM Plex Mono',monospace;font-size:12.5px;color:rgba(236,227,208,.65);
}
.trust-row b{display:block;font-family:'Fraunces',serif;font-size:26px;color:#fff;font-weight:600;}

.tower-card{
  background:rgba(236,227,208,.06);
  border:1px solid rgba(236,227,208,.18);
  border-radius:6px;
  padding:30px;
}
.tower-card svg{margin:0 auto;}
.tower-caption{
  font-family:'IBM Plex Mono',monospace;
  font-size:12px;text-align:center;color:rgba(236,227,208,.6);
  margin-top:14px;letter-spacing:.04em;
}

section{padding:88px 0;}
.section-head{max-width:640px;margin-bottom:44px;}
.section-head h2{font-size:clamp(26px,3vw,36px);margin-top:14px;}
.section-head p{margin-top:14px;color:#4b463c;font-size:16.5px;}

.band-stone{background:var(--stone);}
.band-navy{background:var(--navy);color:var(--stone-soft);}
.band-navy h2,.band-navy .section-head p{color:var(--stone-soft);}
.band-navy .eyebrow{color:#e7c793;}
.band-navy .eyebrow::before{background:#e7c793;}

.about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:start;}
@media (max-width:860px){.about-grid{grid-template-columns:1fr;}}
.about-grid p{color:#3f3a32;margin-top:16px;}
.pillar-list{display:grid;gap:18px;}
.pillar{
  background:var(--stone-soft);
  border:1px solid var(--stone-line);
  border-radius:6px;
  padding:20px 22px;
}
.pillar h3{font-size:17px;margin-bottom:6px;}
.pillar p{margin:0;color:#4b463c;font-size:14.5px;}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
@media (max-width:900px){.cards{grid-template-columns:repeat(2,1fr);}}
@media (max-width:620px){.cards{grid-template-columns:1fr;}}
.card{
  background:var(--stone-soft);
  border:1px solid var(--stone-line);
  border-radius:6px;
  padding:26px 24px;
  display:flex;flex-direction:column;gap:14px;
}
.card h3{font-size:19px;}
.card p{margin:0;color:#4b463c;font-size:14.8px;}

.quad{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
@media (max-width:900px){.quad{grid-template-columns:repeat(2,1fr);}}
.quad .item{padding:22px 4px;border-top:2px solid var(--brass);}
.quad h3{font-size:17px;margin-bottom:8px;}
.quad p{margin:0;font-size:14.5px;color:#4b463c;}
.band-navy .quad .item{border-top-color:#e7c793;}
.band-navy .quad p{color:rgba(236,227,208,.78);}

.process{counter-reset:step;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;}
@media (max-width:960px){.process{grid-template-columns:repeat(2,1fr);}}
.step{position:relative;padding-top:46px;}
.step::before{
  counter-increment:step;
  content:counter(step,decimal-leading-zero);
  font-family:'IBM Plex Mono',monospace;
  font-size:13px;color:var(--brick);
  position:absolute;top:0;left:0;
  padding-bottom:10px;border-bottom:1px solid var(--stone-line);
  width:100%;
}
.step h3{font-size:16px;margin-bottom:6px;}
.step p{margin:0;font-size:14px;color:#4b463c;}

.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
@media (max-width:900px){.news-grid{grid-template-columns:1fr;}}
.news-card{border:1px solid var(--stone-line);border-radius:6px;overflow:hidden;background:var(--stone-soft);}
.news-date{
  font-family:'IBM Plex Mono',monospace;font-size:12px;color:#fff;
  background:var(--teal);padding:8px 16px;letter-spacing:.03em;
}
.news-card .body{padding:20px;}
.news-card h3{font-size:17px;margin-bottom:8px;}
.news-card p{margin:0;color:#4b463c;font-size:14.3px;}

.closing{
  background:var(--brick);
  color:#fff;
  border-radius:8px;
  padding:52px 44px;
  display:flex;justify-content:space-between;align-items:center;gap:30px;flex-wrap:wrap;
}
.closing h2{color:#fff;font-size:clamp(24px,3vw,32px);}
.closing p{color:rgba(255,255,255,.85);margin-top:10px;max-width:46ch;}
.closing .btn-primary{background:#fff;color:var(--brick-deep);}
.closing .btn-primary:hover{background:var(--stone-soft);}

footer{background:var(--navy-deep);color:rgba(236,227,208,.7);padding:56px 0 30px;font-size:14.5px;}
.foot-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:40px;}
@media (max-width:760px){.foot-grid{grid-template-columns:1fr;}}
footer h4{font-family:'Fraunces',serif;color:#fff;font-size:16px;margin-bottom:14px;font-weight:600;}
footer a{text-decoration:none;color:rgba(236,227,208,.7);}
footer a:hover{color:#fff;}
.foot-links{display:grid;gap:8px;}
.foot-bottom{
  margin-top:40px;padding-top:22px;border-top:1px solid rgba(236,227,208,.14);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;
}
.lang-note{
  font-family:'IBM Plex Mono',monospace;font-size:12px;color:rgba(236,227,208,.5);
}