/* =====================================================================
   NURİ YENİÇERİ HUKUK — Kurumsal Tema
   Renk: mürekkep laciverti + pirinç (brass) hairline aksan
   Tipografi: Fraunces (display) · Inter (metin/arayüz)
===================================================================== */

:root {
    --ink: #0e1b2e;
    --ink-2: #16273f;
    --ink-3: #24384f;
    --paper: #ffffff;
    --mist: #f5f6f8;
    --mist-2: #eef1f5;
    --line: #e4e8ee;
    --line-2: #d3dae3;
    --text: #1e2836;
    --muted: #64717f;
    --brass: #a9803f;
    --brass-2: #c2a068;
    --brass-tint: rgba(169, 128, 63, .10);
    --maxw: 1200px;
    --pad: clamp(20px, 5vw, 40px);
    --ease: cubic-bezier(.22, .61, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--text); background: var(--paper); line-height: 1.65;
    font-size: 16px; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
h1, h2, h3, h4 { font-family: 'Fraunces', 'Times New Roman', serif; color: var(--ink); font-weight: 500; line-height: 1.14; letter-spacing: -.01em; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.ikon { display: inline-block; vertical-align: middle; flex-shrink: 0; }
.container { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.center { text-align: center; }

/* Scroll ilerleme */
.progress { position: fixed; top: 0; left: 0; height: 2px; width: 0; background: var(--brass); z-index: 2000; }

/* ---- Tipografi yardımcıları ---- */
.eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: 'Inter', sans-serif; font-size: .74rem; font-weight: 600;
    letter-spacing: .2em; text-transform: uppercase; color: var(--brass);
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--brass); opacity: .7; }
.eyebrow.on-dark { color: var(--brass-2); }
.eyebrow.on-dark::before { background: var(--brass-2); }

.section { padding: clamp(64px, 9vw, 108px) 0; }
.sec-head { max-width: 640px; margin-bottom: 52px; }
.sec-head.center { margin-left: auto; margin-right: auto; }
.sec-head h2 { font-size: clamp(1.85rem, 4vw, 2.75rem); margin-top: 16px; }
.sec-head p { color: var(--muted); margin-top: 16px; font-size: 1.06rem; }
.lead { font-size: 1.12rem; color: var(--muted); }

/* ---- Butonlar ---- */
.btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 14px 26px;
    font-family: 'Inter', sans-serif; font-size: .93rem; font-weight: 600; letter-spacing: .01em;
    border: 1px solid transparent; cursor: pointer; transition: all .3s var(--ease); white-space: nowrap;
}
.btn .ikon { width: 18px; height: 18px; transition: transform .3s var(--ease); }
.btn:hover .ikon { transform: translateX(3px); }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: var(--ink-2); }
.btn-brass { background: var(--brass); color: #fff; }
.btn-brass:hover { background: #96702f; }
.btn-outline { border-color: var(--line-2); color: var(--ink); background: transparent; }
.btn-outline:hover { border-color: var(--ink); background: var(--ink); color: #fff; }
.btn-ghost { border-color: rgba(255,255,255,.28); color: #fff; }
.btn-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.btn-lg { padding: 16px 32px; font-size: .98rem; }

.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-weight: 600; font-size: .92rem; }
.text-link .ikon { width: 17px; height: 17px; color: var(--brass); transition: transform .3s var(--ease); }
.text-link:hover .ikon { transform: translateX(4px); }

/* =====================  HEADER  ===================== */
.site-header { position: sticky; top: 0; z-index: 1000; background: var(--paper); border-bottom: 1px solid var(--line); }
.topbar { background: var(--ink); color: #b9c4d2; font-size: .82rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; height: 40px; }
.topbar a { color: #b9c4d2; transition: color .2s; }
.topbar a:hover { color: #fff; }
.topbar .t-info { display: flex; gap: 26px; }
.topbar .t-info span { display: inline-flex; align-items: center; gap: 8px; }
.topbar .t-info .ikon { width: 15px; height: 15px; color: var(--brass-2); }
.topbar .t-social { display: flex; gap: 14px; align-items: center; }
.topbar .t-social .ikon { width: 16px; height: 16px; }

.navbar { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand .mark {
    width: 46px; height: 46px; display: grid; place-items: center;
    border: 1px solid var(--brass); color: var(--brass);
    font-family: 'Fraunces', serif; font-size: 1.2rem; font-weight: 600; letter-spacing: .02em;
}
.brand .wordmark b { display: block; font-family: 'Fraunces', serif; font-size: 1.2rem; font-weight: 600; color: var(--ink); line-height: 1.05; letter-spacing: .01em; }
.brand .wordmark span { display: block; font-size: .66rem; letter-spacing: .24em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a { position: relative; padding: 9px 15px; font-size: .93rem; font-weight: 500; color: var(--ink-3); transition: color .2s; }
.nav a::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 2px; height: 1.5px; background: var(--brass); transform: scaleX(0); transform-origin: left; transition: transform .28s var(--ease); }
.nav a:hover { color: var(--ink); }
.nav a:hover::after, .nav a.aktif::after { transform: scaleX(1); }
.nav a.aktif { color: var(--ink); }
.nav .nav-btn { margin-left: 12px; padding: 11px 22px; background: var(--ink); color: #fff; }
.nav .nav-btn::after { display: none; }
.nav .nav-btn:hover { background: var(--brass); color: #fff; }

.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-2); background: #fff; cursor: pointer; align-items: center; justify-content: center; color: var(--ink); }
.nav-toggle .ikon { width: 22px; height: 22px; }

/* =====================  HERO (Ana sayfa)  ===================== */
.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.hero::after {
    content: ""; position: absolute; inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
    background-size: 64px 64px; pointer-events: none;
}
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; padding-top: clamp(64px, 9vw, 104px); padding-bottom: clamp(64px, 9vw, 104px); }
.hero-copy { border-left: 2px solid var(--brass); padding-left: 32px; }
.hero-copy h1 { color: #fff; font-size: clamp(2.3rem, 5.2vw, 3.7rem); font-weight: 500; margin: 20px 0 24px; }
.hero-copy .lead { color: #c3ccd8; font-size: 1.14rem; max-width: 540px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 36px; }

.hero-side { display: grid; gap: 1px; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.10); }
.hero-side .cell { background: var(--ink); padding: 26px 24px; }
.hero-side .cell b { display: block; font-family: 'Fraunces', serif; font-size: 2.4rem; font-weight: 500; color: var(--brass-2); line-height: 1; }
.hero-side .cell span { display: block; color: #aab6c4; font-size: .86rem; margin-top: 8px; }

/* =====================  MARKA ŞERİDİ / GÜVEN  ===================== */
.trust { background: var(--mist); border-bottom: 1px solid var(--line); }
.trust .container { display: flex; flex-wrap: wrap; gap: 28px 48px; align-items: center; justify-content: space-between; padding-top: 26px; padding-bottom: 26px; }
.trust .stmt { font-family: 'Fraunces', serif; font-size: 1.15rem; color: var(--ink); max-width: 520px; }
.trust .items { display: flex; gap: 40px; }
.trust .items div b { font-family: 'Fraunces', serif; font-size: 1.6rem; color: var(--brass); }
.trust .items div span { display: block; color: var(--muted); font-size: .82rem; }

/* =====================  HİZMETLER (numaralı)  ===================== */
.svc-grid { border-top: 1px solid var(--line); }
.svc-grid .row { display: grid; grid-template-columns: repeat(3, 1fr); }
.svc-card {
    position: relative; padding: 40px 34px 36px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line);
    transition: background .3s var(--ease); display: flex; flex-direction: column;
}
.svc-grid .row .svc-card:nth-child(3n) { border-right: 0; }
.svc-card:hover { background: var(--mist); }
.svc-card .num { font-family: 'Fraunces', serif; font-size: .9rem; color: var(--brass); letter-spacing: .05em; }
.svc-card .ico { width: 46px; height: 46px; color: var(--ink); margin: 18px 0 20px; }
.svc-card .ico .ikon { width: 46px; height: 46px; stroke-width: 1.4; }
.svc-card:hover .ico { color: var(--brass); }
.svc-card h3 { font-size: 1.32rem; margin-bottom: 12px; }
.svc-card p { color: var(--muted); font-size: .95rem; flex: 1; }
.svc-card .go { margin-top: 22px; }

/* =====================  HAKKIMIZDA (özet blok)  ===================== */
.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; align-items: center; }
.about-portrait { position: relative; aspect-ratio: 4/5; background: var(--ink); border: 1px solid var(--line); display: grid; place-items: center; overflow: hidden; }
.about-portrait::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(194,160,104,.4); }
.about-portrait .mono { font-family: 'Fraunces', serif; font-size: 5rem; color: var(--brass-2); }
.about-portrait .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 20px 22px; background: linear-gradient(transparent, rgba(14,27,46,.9)); color: #fff; }
.about-portrait .cap b { font-family: 'Fraunces', serif; font-size: 1.15rem; font-weight: 500; }
.about-portrait .cap span { display: block; color: #b9c4d2; font-size: .8rem; letter-spacing: .06em; }
.about-text h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin: 16px 0 18px; }
.about-text p { color: var(--muted); margin-bottom: 16px; }
.about-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin-top: 26px; }
.about-list li { display: flex; gap: 11px; align-items: flex-start; font-size: .95rem; color: var(--text); }
.about-list .ikon { width: 20px; height: 20px; color: var(--brass); margin-top: 2px; }

/* =====================  SÜREÇ  ===================== */
.process { background: var(--ink); color: #fff; }
.process .sec-head h2 { color: #fff; }
.process .sec-head p { color: #aab6c4; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.1); margin-top: 12px; }
.step { background: var(--ink); padding: 32px 26px; }
.step .n { font-family: 'Fraunces', serif; font-size: 1.1rem; color: var(--brass-2); border-bottom: 1px solid rgba(194,160,104,.4); padding-bottom: 12px; display: inline-block; }
.step h4 { color: #fff; font-size: 1.16rem; margin: 18px 0 10px; font-weight: 500; }
.step p { color: #aab6c4; font-size: .92rem; }

/* =====================  REFERANSLAR  ===================== */
.testi { background: var(--mist); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: var(--paper); border: 1px solid var(--line); padding: 32px 30px; display: flex; flex-direction: column; }
.testi-card .q { width: 30px; height: 30px; color: var(--brass); margin-bottom: 16px; }
.testi-card .q .ikon { width: 30px; height: 30px; }
.testi-card .stars { display: flex; gap: 3px; color: var(--brass); margin-bottom: 14px; }
.testi-card .stars .ikon { width: 16px; height: 16px; }
.testi-card p { color: var(--text); font-size: 1rem; flex: 1; }
.testi-who { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); }
.testi-who b { font-family: 'Fraunces', serif; font-weight: 500; color: var(--ink); font-size: 1.02rem; }
.testi-who span { display: block; color: var(--muted); font-size: .84rem; }

/* =====================  BLOG  ===================== */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; transition: border-color .3s, transform .3s var(--ease); }
.post-card:hover { border-color: var(--line-2); transform: translateY(-4px); }
.post-card .thumb { aspect-ratio: 16/10; background: var(--ink); position: relative; overflow: hidden; }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.post-card .thumb .ph { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(194,160,104,.5); }
.post-card .thumb .ph .ikon { width: 46px; height: 46px; }
.post-card .cat { position: absolute; top: 14px; left: 14px; background: var(--paper); color: var(--ink); font-size: .72rem; font-weight: 600; letter-spacing: .04em; padding: 5px 12px; }
.post-card .body { padding: 24px 26px 28px; flex: 1; display: flex; flex-direction: column; }
.post-card .meta { font-size: .8rem; color: var(--muted); display: flex; gap: 16px; margin-bottom: 12px; }
.post-card h3 { font-size: 1.22rem; margin-bottom: 10px; }
.post-card h3 a:hover { color: var(--brass); }
.post-card p { color: var(--muted); font-size: .93rem; flex: 1; }
.post-card .go { margin-top: 18px; }

/* İç sayfa üst başlık */
.page-hero { background: var(--ink); color: #fff; position: relative; }
.page-hero::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px); background-size: 64px 64px; }
.page-hero .container { position: relative; z-index: 2; padding-top: clamp(52px, 7vw, 84px); padding-bottom: clamp(52px, 7vw, 84px); }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4.4vw, 3.1rem); font-weight: 500; margin-top: 16px; max-width: 780px; }
.page-hero p { color: #b9c4d2; margin-top: 16px; max-width: 620px; font-size: 1.06rem; }
.breadcrumb { display: flex; gap: 8px; font-size: .82rem; color: #8b98a8; }
.breadcrumb a:hover { color: var(--brass-2); }
.breadcrumb span { color: var(--brass-2); }

/* Tekil yazı */
.article-wrap { display: grid; grid-template-columns: 1fr; max-width: 780px; margin: 0 auto; }
.article-body { font-size: 1.08rem; color: #2c3948; }
.article-body > img { width: 100%; margin: 8px 0 28px; }
.article-body p { margin-bottom: 20px; }
.article-body h2 { font-size: 1.6rem; margin: 36px 0 14px; }
.article-body h3 { font-size: 1.3rem; margin: 28px 0 12px; }
.article-body ul, .article-body ol { margin: 0 0 20px 22px; color: #2c3948; }
.article-body li { margin-bottom: 8px; }
.article-body blockquote { border-left: 2px solid var(--brass); padding: 6px 24px; margin: 24px 0; color: var(--ink); font-family: 'Fraunces', serif; font-size: 1.2rem; font-style: italic; }
.article-body a { color: var(--brass); text-decoration: underline; text-underline-offset: 3px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.tags a { font-size: .82rem; color: var(--muted); border: 1px solid var(--line); padding: 6px 14px; }
.tags a:hover { border-color: var(--brass); color: var(--brass); }

.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 56px; }
.pagination a, .pagination span { min-width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); font-weight: 600; font-size: .92rem; color: var(--ink); }
.pagination a:hover { border-color: var(--ink); }
.pagination .cur { background: var(--ink); color: #fff; border-color: var(--ink); }

/* =====================  SSS  ===================== */
.faq-wrap { max-width: 820px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; background: none; border: 0; padding: 26px 4px; display: flex; justify-content: space-between; align-items: center; gap: 20px; cursor: pointer; text-align: left; font-family: 'Fraunces', serif; font-size: 1.18rem; font-weight: 500; color: var(--ink); }
.faq-q .ico { width: 24px; height: 24px; color: var(--brass); transition: transform .3s var(--ease); flex-shrink: 0; }
.faq-item.open .faq-q .ico { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-a p { padding: 0 4px 28px; color: var(--muted); }
.faq-item.open .faq-a { max-height: 420px; }

/* =====================  İLETİŞİM  ===================== */
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 52px; align-items: start; }
.info-list { display: grid; gap: 4px; }
.info-item { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.info-item:first-child { padding-top: 0; }
.info-item .ico { width: 40px; height: 40px; border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--brass); flex-shrink: 0; }
.info-item .ico .ikon { width: 20px; height: 20px; }
.info-item h4 { font-family: 'Inter', sans-serif; font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; }
.info-item p, .info-item a { color: var(--ink); font-size: 1.02rem; }
.info-item a:hover { color: var(--brass); }

.form-card { background: var(--paper); border: 1px solid var(--line); padding: clamp(26px, 4vw, 40px); }
.form-tabs { display: flex; gap: 0; border: 1px solid var(--line); margin-bottom: 26px; }
.form-tabs button { flex: 1; padding: 13px; background: none; border: 0; border-right: 1px solid var(--line); font-family: 'Inter', sans-serif; font-weight: 600; font-size: .9rem; color: var(--muted); cursor: pointer; transition: all .2s; }
.form-tabs button:last-child { border-right: 0; }
.form-tabs button.active { background: var(--ink); color: #fff; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink); margin-bottom: 8px; letter-spacing: .01em; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 15px; border: 1px solid var(--line-2); font-family: inherit; font-size: .96rem; color: var(--text); background: var(--paper); transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 0; border-color: var(--ink); box-shadow: 0 0 0 3px rgba(14,27,46,.06); }
.field textarea { min-height: 130px; resize: vertical; }
.hp { position: absolute; left: -9999px; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 10px; }
.form-msg { padding: 13px 16px; font-size: .92rem; margin-bottom: 18px; display: none; border: 1px solid; }
.form-msg.ok { display: block; background: #eef6f0; color: #1e5e34; border-color: #bfe0c9; }
.form-msg.err { display: block; background: #fbeeee; color: #a32626; border-color: #f0cccc; }

.map { line-height: 0; border-top: 1px solid var(--line); }
.map iframe { width: 100%; height: 420px; border: 0; filter: grayscale(1) contrast(1.05); }
.map-ph { height: 300px; background: var(--ink); color: var(--brass-2); display: grid; place-items: center; gap: 10px; text-align: center; }
.map-ph .ikon { width: 34px; height: 34px; }

/* =====================  CTA  ===================== */
.cta { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(194,160,104,.3); }
.cta .container { position: relative; z-index: 2; text-align: center; padding-top: clamp(60px, 8vw, 92px); padding-bottom: clamp(60px, 8vw, 92px); }
.cta h2 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 500; }
.cta p { color: #b9c4d2; max-width: 560px; margin: 16px auto 32px; font-size: 1.06rem; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =====================  FOOTER  ===================== */
.site-footer { background: var(--ink); color: #98a5b4; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 44px; padding: clamp(52px, 7vw, 76px) 0 48px; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-brand .mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid var(--brass); color: var(--brass-2); font-family: 'Fraunces', serif; font-size: 1.2rem; margin-bottom: 18px; }
.footer-brand p { font-size: .92rem; line-height: 1.75; max-width: 320px; }
.footer-social { display: flex; gap: 10px; margin-top: 20px; }
.footer-social a { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.14); display: grid; place-items: center; color: #b9c4d2; transition: all .25s; }
.footer-social a .ikon { width: 18px; height: 18px; }
.footer-social a:hover { border-color: var(--brass); color: var(--brass-2); }
.site-footer h5 { color: #fff; font-family: 'Inter', sans-serif; font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 20px; }
.f-links { list-style: none; display: grid; gap: 12px; }
.f-links a { font-size: .93rem; transition: color .2s, padding .2s; }
.f-links a:hover { color: var(--brass-2); padding-left: 4px; }
.f-contact { list-style: none; display: grid; gap: 14px; }
.f-contact li { display: flex; gap: 12px; font-size: .93rem; align-items: flex-start; }
.f-contact .ikon { width: 18px; height: 18px; color: var(--brass-2); margin-top: 2px; flex-shrink: 0; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 22px 0; font-size: .84rem; color: #6c7a8a; flex-wrap: wrap; gap: 10px; }
.footer-bottom a:hover { color: var(--brass-2); }

/* =====================  YÜZEN BUTONLAR  ===================== */
.floating { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: flex; flex-direction: column; gap: 12px; opacity: 0; transform: translateY(16px); transition: all .3s var(--ease); pointer-events: none; }
.floating.show { opacity: 1; transform: none; pointer-events: auto; }
.floating a { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; box-shadow: 0 8px 24px rgba(14,27,46,.22); transition: transform .25s; }
.floating a .ikon { width: 24px; height: 24px; }
.floating .wa { background: #1eaf5b; }
.floating .tel { background: var(--ink); }
.floating a:hover { transform: scale(1.08); }

/* =====================  MOBİL ALT MENÜ  ===================== */
.bottom-nav { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 950;
    background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 -4px 24px rgba(14,27,46,.07);
    padding-bottom: env(safe-area-inset-bottom, 0px); }
.bottom-nav ul { list-style: none; display: flex; align-items: flex-end; justify-content: space-around; height: 60px; }
.bottom-nav li { flex: 1; height: 100%; }
.bottom-nav a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
    height: 100%; color: var(--muted); font-size: .64rem; font-weight: 600; letter-spacing: .01em; }
.bottom-nav a .ikon { width: 22px; height: 22px; }
.bottom-nav a.aktif { color: var(--ink); }
.bottom-nav a.aktif .ikon { color: var(--brass); }
.bottom-nav .call a { justify-content: flex-end; }
.bottom-nav .call .circle { width: 54px; height: 54px; border-radius: 50%; background: var(--brass); color: #fff;
    display: grid; place-items: center; margin-top: -22px; border: 4px solid var(--paper); box-shadow: 0 6px 18px rgba(169,128,63,.4); }
.bottom-nav .call .circle .ikon { width: 24px; height: 24px; }
.bottom-nav .call span:last-child { color: var(--brass); margin-top: 4px; }

/* Boş durum */
.empty { text-align: center; padding: 70px 20px; color: var(--muted); }
.empty .ikon { width: 46px; height: 46px; color: var(--line-2); margin: 0 auto 14px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.vis { opacity: 1; transform: none; }

/* =====================  RESPONSIVE  ===================== */
@media (max-width: 1024px) {
    .hero .container { grid-template-columns: 1fr; gap: 40px; }
    .hero-side { grid-template-columns: 1fr 1fr; }
    .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .svc-grid .row { grid-template-columns: repeat(2, 1fr); }
    .svc-grid .row .svc-card:nth-child(3n) { border-right: 1px solid var(--line); }
    .svc-grid .row .svc-card:nth-child(2n) { border-right: 0; }
    .steps, .testi-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-top { grid-template-columns: 1fr 1fr; gap: 34px; }
    .trust .container { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
    .bottom-nav { display: block; }
    body { padding-bottom: calc(60px + env(safe-area-inset-bottom, 0px)); }
    .floating { display: none; } /* alt menü kapsıyor */
    .topbar { display: none; }
    .nav { position: fixed; inset: 78px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 8px 0; transform: translateY(-130%); transition: transform .3s var(--ease); box-shadow: 0 20px 40px rgba(14,27,46,.1); }
    .nav.open { transform: none; }
    .nav a { padding: 14px var(--pad); border-bottom: 1px solid var(--line); }
    .nav a::after { display: none; }
    .nav .nav-btn { margin: 10px var(--pad); justify-content: center; }
    .nav-toggle { display: inline-flex; }
    .hero-side { grid-template-columns: 1fr 1fr; }
    .svc-grid .row { grid-template-columns: 1fr; }
    .svc-grid .row .svc-card { border-right: 0 !important; }
    .steps, .testi-grid, .blog-grid, .about-list { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; }
    .hero-copy { padding-left: 22px; }
}

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .reveal { opacity: 1; transform: none; }
}
