/* SEO içerik bloğu */
.seo-content { padding: 70px 0; background: var(--c-bg-soft); border-top: 1px solid rgba(184,144,47,.15); }
.seo-content h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--c-gold); margin-bottom: 18px; }
.seo-content p { max-width: 820px; margin: 0 auto 16px; line-height: 1.85; color: #444; }
.seo-keywords { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 24px; }
.seo-keywords span { background: #fff; border: 1px solid rgba(184,144,47,.3); color: var(--c-charcoal); padding: 6px 14px; border-radius: 30px; font-size: .85rem; }

/* Form başarı/hata mesajları */
.form-success { background: #e8f5e9; color: #2e7d32; padding: 20px; border-radius: 10px; text-align: center; font-weight: 600; }
.form-error { background: #ffebee; color: #c62828; padding: 20px; border-radius: 10px; text-align: center; font-weight: 600; }

/* Blog yazı sayfası */
.blog-post { padding: 40px 0 60px; }
.blog-title { font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--c-charcoal); margin: 15px 0 10px; line-height: 1.2; }
.blog-meta { color: var(--c-muted); font-size: .9rem; margin-bottom: 25px; }
.blog-hero-img { width: 100%; height: auto; border-radius: 16px; margin-bottom: 30px; box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.blog-content { font-size: 1.05rem; line-height: 1.8; color: #444; }
.blog-content h2 { font-size: 1.5rem; color: var(--c-charcoal); margin: 35px 0 15px; }
.blog-content p { margin-bottom: 18px; }
.blog-content ul { margin: 0 0 20px 25px; }
.blog-content li { margin-bottom: 8px; }
.blog-content blockquote { border-left: 4px solid var(--c-gold); padding: 15px 20px; background: var(--c-bg-soft); border-radius: 0 10px 10px 0; margin: 25px 0; font-style: italic; color: var(--c-charcoal); }
.blog-tags { margin-top: 35px; display: flex; gap: 10px; flex-wrap: wrap; }
.blog-tags span { background: var(--c-bg-soft); padding: 6px 14px; border-radius: 20px; font-size: .85rem; color: var(--c-muted); }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; margin-top: 30px; }
.blog-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,.06); transition: transform .3s; text-decoration: none; }
.blog-card:hover { transform: translateY(-6px); }
.blog-card img { width: 100%; height: auto; max-height: 320px; object-fit: contain; background: #f5f2ea; }
.blog-card h4 { color: var(--c-charcoal); padding: 15px 18px 5px; font-size: 1.05rem; }
.blog-card p { color: var(--c-muted); padding: 0 18px 18px; font-size: .9rem; }

/* Katalog */
.cat-group { font-size: clamp(1.4rem, 3vw, 2rem); color: var(--c-gold); margin: 50px 0 24px; padding-bottom: 10px; border-bottom: 2px solid rgba(184,144,47,.2); }
.catalog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; }
.cat-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,.06); transition: transform .3s, box-shadow .3s; }
.cat-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,.1); }
.cat-card img { width: 100%; height: 200px; object-fit: cover; background: #f5f2ea; }
.cat-body { padding: 18px 20px 22px; }
.cat-body h3 { font-size: 1.1rem; color: var(--c-charcoal); margin-bottom: 8px; }
.cat-body p { font-size: .9rem; color: var(--c-muted); line-height: 1.6; margin-bottom: 10px; }
.spec { list-style: none; padding: 0; margin: 0; }
.spec li { font-size: .82rem; color: #666; padding: 3px 0; border-top: 1px dashed rgba(0,0,0,.08); }
.spec li::before { content: "▸ "; color: var(--c-gold); }


/* FAQ */
.faq details { background: #fff; border: 1px solid rgba(184,144,47,.2); border-radius: 12px; padding: 0 22px; margin-bottom: 14px; transition: box-shadow .3s; }
.faq details[open] { box-shadow: 0 10px 30px rgba(0,0,0,.06); }
.faq summary { cursor: pointer; padding: 20px 0; font-weight: 600; color: var(--c-charcoal); list-style: none; position: relative; padding-right: 30px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--c-gold); font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 0 20px; color: var(--c-muted); line-height: 1.7; }

/* Kalite & Neden Biz */
.quality-grid, .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 24px; margin-top: 10px; }
.q-item, .why-item { background: var(--c-bg-soft); border: 1px solid rgba(184,144,47,.18); border-radius: 14px; padding: 24px; transition: transform .3s, box-shadow .3s; }
.q-item:hover, .why-item:hover { transform: translateY(-5px); box-shadow: 0 14px 34px rgba(0,0,0,.08); }
.q-ic { font-size: 1.8rem; margin-bottom: 10px; }
.q-item strong { color: var(--c-gold); display: block; margin-bottom: 6px; font-size: 1.02rem; }
.q-item p, .why-item p { color: var(--c-muted); font-size: .92rem; line-height: 1.6; }
.why-num { font-size: 1.6rem; font-weight: 800; color: rgba(184,144,47,.35); display: block; margin-bottom: 6px; }
.why-item h4 { color: var(--c-charcoal); margin-bottom: 8px; }

/* Blog */
.hero-short { padding: 120px 0 60px; min-height: auto; }
.hero-short h1 { font-size: clamp(2rem, 5vw, 3.4rem); }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.blog-card { background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,.06); transition: transform .3s; }
.blog-card:hover { transform: translateY(-6px); }
.blog-card h4 { color: var(--c-charcoal); padding: 15px 18px 5px; font-size: 1.05rem; }
.blog-meta { font-size: .82rem; color: var(--c-gold); padding: 16px 20px 0; font-weight: 600; }
.blog-card h2 { font-size: 1.2rem; padding: 8px 20px 0; line-height: 1.4; }
.blog-card h2 a { color: var(--c-charcoal); text-decoration: none; }
.blog-card p { padding: 10px 20px 0; color: #555; font-size: .92rem; line-height: 1.6; }
.read-more { display: inline-block; padding: 14px 20px 20px; color: var(--c-gold); font-weight: 600; text-decoration: none; }
.blog-hero { width: 100%; height: 380px; object-fit: cover; border-radius: 14px; margin: 24px 0; }
.blog-cta { display: flex; gap: 14px; margin: 30px 0; flex-wrap: wrap; }



:root {
  --c-ink: #1a1a1f;
  --c-charcoal: #1c1d22;
  --c-charcoal-2: #26272e;
  --c-bg: #f6f4ef;
  --c-bg-soft: #ece7dd;
  --c-gold: #b8902f;
  --c-gold-soft: #d9b65a;
  --c-gold-grad: linear-gradient(135deg, #d9b65a, #b8902f 60%, #8a6a1f);
  --c-line: #e3ddd0;
  --c-muted: #6b655c;
  --c-white: #ffffff;
  --shadow-sm: 0 1px 3px rgba(20,20,25,.05), 0 6px 18px rgba(20,20,25,.05);
  --shadow-md: 0 10px 30px rgba(20,20,25,.10), 0 2px 6px rgba(20,20,25,.06);
  --shadow-lg: 0 24px 60px rgba(20,20,25,.16);
  --radius: 16px;
  --radius-sm: 10px;
  --maxw: 1200px;
  --ff: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
  --serif: "Georgia", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ff);
  color: var(--c-ink);
  background: var(--c-bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { line-height: 1.18; margin: 0 0 .5em; font-weight: 800; letter-spacing: -.02em; }
p { margin: 0 0 1em; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  padding: 14px 30px; border-radius: 999px; font-weight: 700;
  font-size: .98rem; transition: transform .18s ease, box-shadow .25s ease, background .25s, color .25s;
  cursor: pointer; border: none; letter-spacing: .01em;
}
.btn-primary { background: var(--c-gold-grad); color: #1a1408; box-shadow: 0 8px 22px rgba(184,144,47,.32); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(184,144,47,.42); }
.btn-ghost { background: transparent; color: var(--c-ink); border: 1.5px solid var(--c-line); }
.btn-ghost:hover { border-color: var(--c-gold); color: var(--c-gold); transform: translateY(-2px); }
.btn-wa { background: #25D366; color: #fff; box-shadow: 0 8px 22px rgba(37,211,102,.3); }
.btn-wa:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(37,211,102,.4); }
.btn-gold-outline { background: transparent; color: var(--c-gold); border: 1.5px solid var(--c-gold); }
.btn-gold-outline:hover { background: var(--c-gold-grad); color: #1a1408; transform: translateY(-2px); }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: #f6f4ef;
  background: rgba(246,244,239,.82);
  backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(227,221,208,.7);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; overflow: visible; }
.brand { display: flex; align-items: center; gap: 13px; font-weight: 800; font-size: 1.22rem; letter-spacing: -.02em; }
.brand .logo {
  width: auto; height: 48px; display: block;
  border-radius: 6px;
}
/* Yeni logo zaten "MIRAS / Tekstil & Aksesuar" yazısını içerdiğinden
   HTML wordmark metnini gizle (çift yazıyı önler) */
.brand > span { display: none; }
.brand small { display: block; font-size: .66rem; font-weight: 600; color: var(--c-muted); letter-spacing: .08em; }
.nav-links { display: flex; gap: 20px; align-items: center; white-space: nowrap; }
.main-nav { display: flex; gap: 24px; align-items: center; flex-wrap: wrap; white-space: nowrap; }
.nav-links a, .main-nav a { font-weight: 600; font-size: .97rem; color: var(--c-ink); position: relative; padding: 4px 0; }
.nav-links a::after, .main-nav a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--c-gold); transition: width .25s;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 13px; }

/* Dil seçici */
.lang-select { position: relative; }
.lang-btn {
  background: var(--c-white); border: 1px solid var(--c-line); color: var(--c-ink);
  border-radius: 999px; padding: 9px 15px; font-size: .9rem; font-weight: 600; cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px; transition: border .2s, color .2s;
}
.lang-btn:hover { border-color: var(--c-gold); color: var(--c-gold); }
.lang-menu {
  position: absolute; top: calc(100% + 10px); z-index: 60;
  background: var(--c-white); border: 1px solid var(--c-line); border-radius: 14px;
  box-shadow: var(--shadow-md); padding: 8px; min-width: 178px; display: none;
}
.lang-menu.open { display: block; animation: pop .18s ease; }
.lang-menu a { display: flex; align-items: center; gap: 10px; padding: 10px 13px; border-radius: 9px; font-size: .93rem; color: var(--c-ink); }
.lang-menu a:hover { background: var(--c-bg-soft); color: var(--c-gold); }
.lang-menu .flag { font-size: 1.15rem; }
@keyframes pop { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: translateY(0); } }

.nav-toggle { display: none; background: none; border: none; font-size: 1.7rem; cursor: pointer; color: var(--c-ink); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(217,182,90,.16), transparent 60%),
    radial-gradient(800px 400px at 0% 110%, rgba(28,29,34,.06), transparent 60%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: .9fr 1.35fr; gap: 50px; align-items: center; padding: 64px 0 74px; position: relative; }
.hero-eyebrow {
  display: inline-block; font-size: .8rem; font-weight: 800; letter-spacing: .16em;
  text-transform: uppercase; color: var(--c-gold); margin-bottom: 18px;
  padding: 7px 15px; border: 1px solid rgba(184,144,47,.3); border-radius: 999px; background: rgba(184,144,47,.06);
}
.hero h1 { font-size: clamp(2.4rem, 5.2vw, 3.9rem); line-height: 1.08; }
.hero h1 .accent { background: var(--c-gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero p.lead { font-size: 1.18rem; color: var(--c-muted); max-width: 42ch; margin-top: 20px; }
.hero-actions { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 14px; }
.hero-stats { display: flex; gap: 40px; margin-top: 44px; flex-wrap: wrap; }
.hero-stats b { display: block; font-size: 2rem; color: var(--c-charcoal); font-weight: 800; letter-spacing: -.02em; }
.hero-stats span { font-size: .84rem; color: var(--c-muted); font-weight: 500; }
.hero-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/3; background: var(--c-bg-soft); position: relative; margin-top: -113px; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hero-img:hover img { transform: scale(1.04); }
.hero-img::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); border-radius: var(--radius); pointer-events: none; }

/* ---------- Bölüm başlıkları ---------- */
.section { padding: 90px 0; }
.section-alt { background: var(--c-bg-soft); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 56px; }
.section-head .eyebrow { color: var(--c-gold); font-weight: 800; letter-spacing: .16em; text-transform: uppercase; font-size: .8rem; }
.section-head h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); margin-top: 12px; }
.section-head p { color: var(--c-muted); font-size: 1.05rem; }

/* ---------- Ürün kartları (ana) ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.card {
  background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius);
  overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex; flex-direction: column; position: relative;
}
.card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: rgba(184,144,47,.4); }
.card-img { aspect-ratio: 16/10; overflow: hidden; background: var(--c-bg-soft); position: relative; }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.card:hover .card-img img { transform: scale(1.07); }
.card-body { padding: 26px 26px 30px; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { font-size: 1.32rem; }
.card-body p { color: var(--c-muted); font-size: .96rem; flex: 1; }
.card-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.card-tags span { font-size: .76rem; background: var(--c-bg-soft); border: 1px solid var(--c-line); padding: 5px 11px; border-radius: 999px; color: var(--c-muted); }
.card-link { font-weight: 700; color: var(--c-gold); font-size: .93rem; display: inline-flex; align-items: center; gap: 6px; transition: gap .2s; }
.card:hover .card-link { gap: 11px; }

/* ---------- Neden biz ---------- */
.features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.feature { text-align: center; padding: 14px; }
.feature .ic { width: 62px; height: 62px; margin: 0 auto 18px; border-radius: 16px; background: linear-gradient(140deg, #fff, var(--c-bg-soft)); display: grid; place-items: center; font-size: 1.6rem; box-shadow: var(--shadow-sm); border: 1px solid var(--c-line); }
.feature h4 { font-size: 1.08rem; }
.feature p { font-size: .92rem; color: var(--c-muted); }

/* ---------- CTA ---------- */
.cta { background: linear-gradient(150deg, #1a1a2e, #0f0f1a); color: #fff; border-radius: 22px; padding: 62px 48px; text-align: center; position: relative; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 80% 0%, rgba(217,182,90,.18), transparent 60%); }
.cta h2 { color: #fff; position: relative; font-size: clamp(1.5rem, 3vw, 2.2rem); }
.cta p { color: #cfc9bf; max-width: 52ch; margin: 0 auto 26px; position: relative; }
.cta .hero-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }

/* ---------- Detay sayfası ürün blokları ---------- */
.product-block { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; padding: 44px 0; border-bottom: 1px solid var(--c-line); }
.product-block:nth-child(even) .pb-img { order: 2; }
.pb-img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 4/3; background: var(--c-bg-soft); }
.pb-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.pb-img:hover img { transform: scale(1.05); }
.pb-text h3 { font-size: clamp(1.5rem, 2.6vw, 2rem); display: flex; align-items: center; gap: 12px; }
.pb-text h3 .num { width: 38px; height: 38px; border-radius: 10px; background: var(--c-gold-grad); color: #1a1408; display: grid; place-items: center; font-size: .95rem; font-weight: 800; flex: 0 0 38px; }
.pb-text p { color: var(--c-muted); font-size: 1rem; }
.pb-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 8px; }
.pb-tags span { font-size: .8rem; background: var(--c-white); border: 1px solid var(--c-line); padding: 6px 13px; border-radius: 999px; color: var(--c-muted); }

/* ---------- Sayfa başlığı ---------- */
.page-hero { background: linear-gradient(160deg, #23242b, #16171b); color: #fff; padding: 66px 0; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 360px at 85% 0%, rgba(217,182,90,.18), transparent 60%); }
.page-hero .container { position: relative; }
.page-hero h1 { color: #fff; font-size: clamp(2.1rem, 4.2vw, 3rem); }
.page-hero p { color: #cfc9bf; max-width: 62ch; font-size: 1.05rem; }
.breadcrumb { font-size: .85rem; color: var(--c-gold-soft); margin-bottom: 12px; letter-spacing: .02em; }

/* ---------- İletişim ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.info-item { display: flex; gap: 15px; margin-bottom: 24px; }
.info-item .ic { flex: 0 0 46px; height: 46px; border-radius: 12px; background: var(--c-bg-soft); display: grid; place-items: center; font-size: 1.2rem; }
.info-item h4 { margin: 0 0 3px; font-size: 1rem; }
.info-item p, .info-item a { margin: 0; color: var(--c-muted); }
.map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--c-line); min-height: 300px; background: var(--c-bg-soft); box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .85rem; font-weight: 600; margin-bottom: 7px; }
.field input, .field textarea {
  width: 100%; padding: 13px 15px; border: 1.5px solid var(--c-line); border-radius: 12px;
  font-family: inherit; font-size: .95rem; background: var(--c-white); color: var(--c-ink); transition: border .2s, box-shadow .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--c-gold); box-shadow: 0 0 0 4px rgba(184,144,47,.12); }
.field textarea { resize: vertical; min-height: 124px; }
.form-note { font-size: .8rem; color: var(--c-muted); }

/* ---------- Footer ---------- */
.site-footer { background: linear-gradient(160deg, #1c1d22, #131418); color: #cfc9bf; padding: 62px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.site-footer a { color: #cfc9bf; font-size: .92rem; display: block; margin-bottom: 9px; transition: color .2s; }
.site-footer a:hover { color: var(--c-gold-soft); }
.footer-brand .brand { color: #fff; margin-bottom: 14px; }
.footer-brand p { font-size: .9rem; }
.footer-grid a { display: block; color: var(--c-muted); text-decoration: none; margin-bottom: 8px; font-size: .92rem; }
.footer-grid a:hover { color: var(--c-gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: .82rem; color: #8f8a80; }

/* ---------- WhatsApp ---------- */
.wa-float { position: fixed; right: 24px; bottom: 24px; z-index: 60; background: #25D366; color: #fff; width: 60px; height: 60px; border-radius: 50%; display: grid; place-items: center; font-size: 1.8rem; box-shadow: var(--shadow-md); transition: transform .2s; }
.wa-float:hover { transform: scale(1.09); }

/* ---------- Reveal animasyonu ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- RTL (Arabic) ---------- */
html[dir="rtl"] body { direction: rtl; text-align: right; }
html[dir="rtl"] .nav-links, html[dir="rtl"] .footer-grid, html[dir="rtl"] .features, html[dir="rtl"] .cards { direction: rtl; }
html[dir="rtl"] .hero-grid, html[dir="rtl"] .contact-grid, html[dir="rtl"] .product-block { direction: rtl; }
html[dir="rtl"] .product-block:nth-child(even) .pb-img { order: 0; }
html[dir="rtl"] .info-item { direction: rtl; text-align: right; }
html[dir="rtl"] .lang-menu { right: auto; left: 0; }
html[dir="rtl"] .nav-links a::after { right: 0; left: auto; }
html[dir="rtl"] .brand { direction: rtl; }
html[dir="rtl"] .wa-float { right: auto; left: 24px; }

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
  .nav-links { gap: 14px; }
  .nav-links a { font-size: .85rem; }
  .nav-cta .btn-ghost { display: none; }
  .lang-btn { font-size: .85rem; }
}

@media (max-width: 1000px) {
  .nav-links a { font-size: .78rem; }
  .nav-links { gap: 10px; }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; padding: 52px 0; gap: 36px; }
  .hero-img { order: -1; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .features { grid-template-columns: repeat(2, 1fr); }
  .contact-grid, .product-block { grid-template-columns: 1fr; }
  .product-block:nth-child(even) .pb-img { order: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links {
      position: absolute; top: 74px; left: 0; right: 0; background: var(--c-bg);
      flex-direction: column; gap: 0; padding: 0; border-bottom: 1px solid var(--c-line);
      max-height: 0; overflow: hidden; transition: max-height .3s ease; align-items: stretch;
    }
    .main-nav { display: none; }
    .nav-links.open { max-height: 380px; }
    .nav-links a, .main-nav a { padding: 16px 24px; border-bottom: 1px solid var(--c-line); }
    .nav-links a::after, .main-nav a::after { display: none; }
    .nav-toggle { display: block; }
  .nav-cta .btn-ghost { display: none; }
}
@media (max-width: 560px) {
  .cards, .features, .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
  .section { padding: 58px 0; }
  .cta { padding: 40px 20px; border-radius: 16px; }
  .cta h2 { font-size: 1.3rem; }
  .cta p { font-size: .9rem; }
  .cta .hero-actions { flex-direction: column; align-items: stretch; }
  .cta .hero-actions .btn { justify-content: center; width: 100%; }
}

/* Sticky WhatsApp Butonu */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; background: #25D366; color: #fff; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(37,211,102,.4); transition: transform .2s; }
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 32px; height: 32px; fill: #fff; }
@media (max-width: 600px) { .wa-float { bottom: 16px; right: 16px; } }
