/* ============================================================
   Av. Sümeyye Tuğçe Yaba — Ortak Tasarım Sistemi
   Tek dosya; tüm sayfalar bunu kullanır.  /assets/style.css
   ============================================================ */

:root{
  --ink:#13233b;          /* ana koyu lacivert */
  --ink-2:#1b3050;        /* yüzey lacivert */
  --ink-3:#24405f;
  --brass:#b8893f;        /* pirinç/altın vurgu */
  --brass-2:#cda05a;
  --garnet:#8c2f2a;       /* acil/CTA için sıcak vurgu */
  --bg:#f5f7fa;           /* serin açık zemin (cream klişesinden kaçınıldı) */
  --bg-2:#eef1f6;
  --card:#ffffff;
  --line:#dce2ec;
  --line-soft:#e9edf3;
  --text:#1f2733;
  --muted:#5b6678;
  --muted-2:#7a8496;
  --ok:#2f7d4f;
  --maxw:1080px;
  --radius:14px;
  --shadow:0 1px 2px rgba(19,35,59,.04), 0 8px 24px rgba(19,35,59,.06);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth; -webkit-text-size-adjust:100%}
body{
  font-family:'Inter',system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  background:var(--bg); color:var(--text); line-height:1.72; font-size:17px;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%; display:block}
.wrap{max-width:var(--maxw); margin:0 auto; padding:0 22px}

h1,h2,h3,h4{font-family:'Spectral',Georgia,'Times New Roman',serif; color:var(--ink); line-height:1.22; font-weight:600; letter-spacing:-.01em}
a{color:var(--brass); text-decoration:none; transition:color .15s}
a:hover{color:var(--ink)}
strong{color:var(--ink)}

/* ---------- ÜST ACİL ŞERİT ---------- */
.alertbar{background:var(--garnet); color:#fff; font-size:14px; text-align:center; padding:8px 16px}
.alertbar a{color:#fff; font-weight:600; text-decoration:underline}

/* ---------- HEADER / NAV ---------- */
header.site{position:sticky; top:0; z-index:50; background:rgba(255,255,255,.92); backdrop-filter:saturate(160%) blur(8px); border-bottom:1px solid var(--line)}
.nav{display:flex; align-items:center; justify-content:space-between; gap:18px; padding:14px 22px; max-width:var(--maxw); margin:0 auto}
.brand{display:flex; flex-direction:column; line-height:1.1}
.brand .n{font-family:'Spectral',serif; font-weight:600; font-size:19px; color:var(--ink)}
.brand .t{font-size:11.5px; letter-spacing:2px; text-transform:uppercase; color:var(--brass); font-weight:600}
.menu{display:flex; align-items:center; gap:22px; list-style:none}
.menu a{color:var(--ink); font-weight:500; font-size:15px}
.menu a:hover{color:var(--brass)}
.nav-actions{display:flex; align-items:center; gap:12px}
.lang{display:flex; gap:8px; font-size:13px}
.lang a{color:var(--muted); font-weight:600}
.lang a.active{color:var(--ink)}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:11px 20px; border-radius:9px; font-weight:600; font-size:15px; border:1.5px solid transparent; cursor:pointer; transition:.15s; white-space:nowrap}
.btn-primary{background:var(--brass); color:#fff}
.btn-primary:hover{background:var(--ink); color:#fff}
.btn-call{background:var(--garnet); color:#fff}
.btn-call:hover{filter:brightness(1.08); color:#fff}
.btn-ghost{background:transparent; color:var(--ink); border-color:var(--line)}
.btn-ghost:hover{border-color:var(--ink); color:var(--ink)}
.btn-lg{padding:14px 26px; font-size:16px}
.hamburger{display:none; background:none; border:0; cursor:pointer; padding:6px}
.hamburger span{display:block; width:24px; height:2px; background:var(--ink); margin:5px 0; transition:.2s}

/* ---------- BREADCRUMB ---------- */
.crumb{font-size:13px; color:var(--muted); padding:16px 0 0}
.crumb a{color:var(--muted)} .crumb a:hover{color:var(--brass)}

/* ---------- HERO ---------- */
.hero{position:relative; background:
   radial-gradient(1200px 400px at 80% -10%, rgba(184,137,63,.10), transparent 60%),
   linear-gradient(180deg, #fff 0%, var(--bg) 100%);
   padding:48px 0 34px; border-bottom:1px solid var(--line-soft)}
.eyebrow{display:inline-block; font-size:12.5px; letter-spacing:2.4px; text-transform:uppercase; color:var(--brass); font-weight:700; margin-bottom:14px}
.hero h1{font-size:clamp(31px,5.6vw,50px); margin-bottom:16px}
.hero .lead{font-size:clamp(17px,2.4vw,20px); color:var(--ink-3); max-width:720px}
.hero-cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:26px}
.trust{display:flex; align-items:center; gap:18px; flex-wrap:wrap; margin-top:24px; font-size:14px; color:var(--muted)}
.trust .stars{color:var(--brass); letter-spacing:2px; font-size:16px}
.trust b{color:var(--ink)}

/* ---------- BÖLÜMLER ---------- */
section{padding:38px 0}
section.tint{background:var(--bg-2); border-top:1px solid var(--line-soft); border-bottom:1px solid var(--line-soft)}
.sec-head{max-width:760px; margin-bottom:22px}
.sec-head .eyebrow{margin-bottom:10px}
h2{font-size:clamp(24px,4vw,33px)}
h2 + .sub{color:var(--muted); margin-top:6px; font-size:16px}
section p{margin-bottom:14px}
h3{font-size:21px; margin:24px 0 8px}
.lead-p{font-size:18px; color:var(--ink-3)}

/* ---------- SÜREÇ TIMELINE (signature) ---------- */
.stages{list-style:none; counter-reset:s; margin-top:8px}
.stages li{position:relative; padding:0 0 26px 46px}
.stages li::before{counter-increment:s; content:counter(s); position:absolute; left:0; top:0;
  width:30px; height:30px; border-radius:50%; background:var(--ink); color:#fff;
  font-family:'Spectral',serif; font-weight:600; display:flex; align-items:center; justify-content:center; font-size:15px}
.stages li::after{content:""; position:absolute; left:14px; top:34px; bottom:2px; width:2px; background:var(--line)}
.stages li:last-child::after{display:none}
.stages h3{margin:2px 0 5px; font-size:18px}
.stages p{margin:0; font-size:15.5px; color:var(--ink-3)}

/* ---------- KART IZGARASI ---------- */
.grid{display:grid; gap:16px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.card{background:var(--card); border:1px solid var(--line); border-radius:var(--radius); padding:22px; box-shadow:var(--shadow)}
.card h3{margin:0 0 8px; font-size:18px; display:flex; align-items:center; gap:10px}
.card p{margin:0; font-size:15px; color:var(--ink-3)}
.card .ic{flex:0 0 auto; width:30px; height:30px; color:var(--brass)}
.card a.more{display:inline-block; margin-top:12px; font-weight:600; font-size:14px}

/* ---------- CALLOUT / ACİL REHBER ---------- */
.callout{background:#fff; border:1px solid var(--line); border-left:4px solid var(--brass); border-radius:12px; padding:22px 24px}
.callout.garnet{border-left-color:var(--garnet)}
.callout h3{margin:0 0 8px}
.steps-inline{list-style:none; margin-top:10px; counter-reset:n}
.steps-inline li{position:relative; padding:8px 0 8px 34px; border-bottom:1px dashed var(--line)}
.steps-inline li:last-child{border-bottom:0}
.steps-inline li::before{counter-increment:n; content:counter(n); position:absolute; left:0; top:8px; width:24px; height:24px; border-radius:50%; background:var(--garnet); color:#fff; font-size:13px; font-weight:600; display:flex; align-items:center; justify-content:center}

/* ---------- FAQ ---------- */
.faq details{background:var(--card); border:1px solid var(--line); border-radius:11px; padding:2px 20px; margin-bottom:12px; box-shadow:var(--shadow)}
.faq summary{cursor:pointer; font-family:'Spectral',serif; font-weight:600; color:var(--ink); font-size:17px; padding:15px 0; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:14px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+"; color:var(--brass); font-size:26px; font-weight:300; line-height:1; transition:.2s}
.faq details[open] summary::after{content:"–"}
.faq details > div{padding:0 0 16px; color:var(--ink-3); font-size:15.5px}

/* ---------- YORUMLAR ---------- */
.reviews-head{display:flex; align-items:center; gap:20px; flex-wrap:wrap; margin-bottom:18px}
.rating-badge{display:flex; align-items:center; gap:12px; background:#fff; border:1px solid var(--line); border-radius:12px; padding:12px 18px; box-shadow:var(--shadow)}
.rating-badge .num{font-family:'Spectral',serif; font-size:34px; font-weight:700; color:var(--ink); line-height:1}
.rating-badge .stars{color:var(--brass); font-size:18px; letter-spacing:2px}
.rating-badge .cnt{font-size:13px; color:var(--muted)}
.review-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:16px}
.review{background:#fff; border:1px solid var(--line); border-radius:12px; padding:18px; box-shadow:var(--shadow)}
.review .top{display:flex; align-items:center; gap:12px; margin-bottom:8px}
.review .av{width:40px; height:40px; border-radius:50%; background:var(--bg-2); color:var(--ink); display:flex; align-items:center; justify-content:center; font-weight:700; font-family:'Spectral',serif; overflow:hidden}
.review .nm{font-weight:600; font-size:15px; color:var(--ink)}
.review .dt{font-size:12.5px; color:var(--muted)}
.review .rstars{color:var(--brass); letter-spacing:1px; font-size:14px; margin-bottom:6px}
.review .txt{font-size:14.5px; color:var(--ink-3)}
.review .g{margin-top:10px; font-size:12px; color:var(--muted); display:flex; align-items:center; gap:6px}
.reviews-loading{color:var(--muted); padding:18px 0}

/* ---------- İLETİŞİM / FORM ---------- */
.contact-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:26px; align-items:start}
.field{margin-bottom:14px}
.field label{display:block; font-size:13.5px; font-weight:600; color:var(--ink); margin-bottom:6px}
.field input,.field textarea{width:100%; padding:12px 14px; border:1.5px solid var(--line); border-radius:9px; font:inherit; font-size:15px; background:#fff; color:var(--text)}
.field input:focus,.field textarea:focus{outline:none; border-color:var(--brass)}
.consent{font-size:12.5px; color:var(--muted); display:flex; gap:8px; align-items:flex-start; margin-bottom:14px}
.info-list{list-style:none}
.info-list li{display:flex; gap:12px; padding:12px 0; border-bottom:1px solid var(--line-soft); font-size:15px}
.info-list .ic{color:var(--brass); flex:0 0 22px}

/* ---------- FINAL CTA ---------- */
.final{background:linear-gradient(135deg,var(--ink) 0%, var(--ink-2) 100%); color:#fff; border-radius:18px; padding:42px 30px; text-align:center; position:relative; overflow:hidden}
.final::before{content:""; position:absolute; inset:0; background:radial-gradient(600px 200px at 50% -20%, rgba(184,137,63,.25), transparent 70%)}
.final > *{position:relative}
.final h2{color:#fff}
.final p{color:#c8d2e0; max-width:560px; margin:10px auto 0}
.final .hero-cta{justify-content:center}

/* ---------- FOOTER ---------- */
footer.site{background:var(--ink); color:#b9c3d3; font-size:14px; padding:40px 0 26px; margin-top:14px}
footer.site .cols{display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:30px}
footer.site h4{color:#fff; font-size:16px; margin-bottom:12px}
footer.site a{color:#cbd4e2} footer.site a:hover{color:var(--brass-2)}
footer.site ul{list-style:none} footer.site li{padding:4px 0}
footer.site .brand .n{color:#fff} footer.site .brand .t{color:var(--brass-2)}
.foot-bottom{border-top:1px solid rgba(255,255,255,.12); margin-top:26px; padding-top:18px; font-size:12.5px; color:#8f9bb0; line-height:1.6}

/* ---------- ARTICLE (blog) ---------- */
.article{max-width:760px; margin:0 auto}
.article .meta{font-size:13.5px; color:var(--muted); margin-bottom:18px}
.article h2{margin-top:30px}
.article h3{margin-top:22px}
.article p{margin-bottom:16px; font-size:17px}
.article ul,.article ol{margin:0 0 16px 22px}
.article li{margin-bottom:8px}
.toc{background:var(--bg-2); border:1px solid var(--line); border-radius:12px; padding:18px 22px; margin:22px 0}
.toc strong{display:block; margin-bottom:8px}
.toc ol{margin-left:18px}

/* ---------- FLOATING WHATSAPP ---------- */
.fab{position:fixed; right:18px; bottom:18px; z-index:60; width:56px; height:56px; border-radius:50%; background:#25d366; box-shadow:0 6px 20px rgba(0,0,0,.2); display:flex; align-items:center; justify-content:center}
.fab svg{width:30px; height:30px; fill:#fff}

/* ---------- RESPONSIVE ---------- */
@media (max-width:880px){
  footer.site .cols{grid-template-columns:1fr 1fr}
  .contact-grid{grid-template-columns:1fr}
  .grid-3,.review-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:680px){
  body{font-size:16px}
  .menu, .nav-actions .btn-ghost{display:none}
  .hamburger{display:block}
  .menu.open{display:flex; position:absolute; top:100%; left:0; right:0; flex-direction:column; background:#fff; border-bottom:1px solid var(--line); padding:14px 22px; gap:14px}
  .grid-2,.grid-3,.review-grid{grid-template-columns:1fr}
  footer.site .cols{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto} *{transition:none!important}}

/* ============ RTL (Arapça) DESTEĞİ ============ */
[dir="rtl"] body{text-align:right}
[dir="rtl"] .stages li{padding:0 46px 26px 0}
[dir="rtl"] .stages li::before{left:auto; right:0}
[dir="rtl"] .stages li::after{left:auto; right:14px}
[dir="rtl"] .steps-inline li{padding:8px 34px 8px 0}
[dir="rtl"] .steps-inline li::before{left:auto; right:0}
[dir="rtl"] .callout{border-left:0; border-right:4px solid var(--brass)}
[dir="rtl"] .callout.garnet{border-right-color:var(--garnet)}
[dir="rtl"] .crumb{direction:rtl}
[dir="rtl"] .toc ol,[dir="rtl"] .article ul,[dir="rtl"] .article ol{margin:0 22px 16px 0}
[dir="rtl"] .info-list li{flex-direction:row}
[dir="rtl"] .lang{direction:ltr}

/* ============ MOBİL & TİPOGRAFİ İNCE AYAR ============ */
.page-hero{padding:40px 0 28px}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service{display:block;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);transition:.15s;color:var(--text)}
.service:hover{transform:translateY(-2px);border-color:var(--brass);color:var(--text)}
.service h3{margin:0 0 6px;font-size:18px}
.service p{margin:0;font-size:14.5px;color:var(--ink-3)}
.service .more{display:inline-block;margin-top:10px;font-size:14px;font-weight:600;color:var(--brass)}
.kw{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}
.kw a{font-size:13px;background:var(--bg-2);border:1px solid var(--line);border-radius:999px;padding:6px 12px;color:var(--ink-3)}
.kw a:hover{border-color:var(--brass);color:var(--ink)}
.bloglist{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.bloglist a.post{display:block;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;box-shadow:var(--shadow);color:var(--text)}
.bloglist a.post:hover{border-color:var(--brass)}
.bloglist .tag{font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:var(--brass);font-weight:700}
.bloglist h3{margin:6px 0 6px;font-size:18px}
.bloglist p{margin:0;font-size:14.5px;color:var(--muted)}
.profile{display:grid;grid-template-columns:200px 1fr;gap:26px;align-items:start}
.profile img{width:200px;height:200px;border-radius:14px;object-fit:cover;background:var(--bg-2);border:1px solid var(--line)}
@media (max-width:880px){.services-grid{grid-template-columns:1fr 1fr}}
@media (max-width:680px){
  body{font-size:16px;line-height:1.7}
  .hero{padding:34px 0 26px}
  .hero h1{font-size:clamp(27px,8vw,34px)}
  .hero .lead{font-size:16.5px}
  section{padding:30px 0}
  .services-grid,.bloglist{grid-template-columns:1fr}
  .hero-cta .btn,.final .hero-cta .btn{flex:1 1 100%;text-align:center}
  .profile{grid-template-columns:1fr}
  .profile img{width:140px;height:140px}
  h2{font-size:clamp(22px,6vw,27px)}
  .wrap{padding:0 18px}
}
@media (max-width:380px){ body{font-size:15.5px} .btn{padding:11px 16px} }
