/* ==========================================================
   EymSoft — site stilleri
   Marka: "Eym" siyah (#0b0b0f) · "Soft" mavi (#2563eb)
   ========================================================== */
:root {
    --ink: #0b0b0f;
    --text: #1e293b;
    --muted: #64748b;
    --blue: #2563eb;
    --blue-d: #1d4ed8;
    --blue-l: #eff6ff;
    --bg: #ffffff;
    --bg-alt: #f6f8fc;
    --line: #e5e9f2;
    --ok: #16a34a;
    --warn: #d97706;
    --err: #dc2626;
    --wa: #25d366;
    --radius: 18px;
    --radius-sm: 12px;
    --shadow: 0 10px 30px rgba(15, 23, 42, .06);
    --shadow-lg: 0 30px 70px rgba(15, 23, 42, .12);
    --header: 76px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.65; font-size: 16px; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: var(--blue-d); }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; margin: 0 0 .6em; letter-spacing: -.02em; font-weight: 800; }
h1 { font-size: clamp(2rem, 4.6vw, 3.4rem); }
h2, .h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3, .h3 { font-size: 1.3rem; }
.h4 { font-size: 1.1rem; }
p { margin: 0 0 1em; }
small { font-weight: 500; color: var(--muted); }
.ic { flex-shrink: 0; vertical-align: middle; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.hp { position: absolute; left: -9999px; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 2000; }
.skip-link:focus { left: 8px; }
:focus-visible { outline: 3px solid rgba(37, 99, 235, .45); outline-offset: 2px; }

.container { width: min(1200px, 100% - 32px); margin-inline: auto; }
.narrow { max-width: 860px; }
.narrow-sm { max-width: 520px; }
.center { text-align: center; }
.mt { margin-top: 28px; }
.muted { color: var(--muted); }
.small { font-size: .88rem; }
.pt-0 { padding-top: 0 !important; }

/* ---------- Logo ---------- */
.logo { font-size: 1.7rem; font-weight: 800; letter-spacing: -.035em; line-height: 1; display: inline-flex; align-items: baseline; white-space: nowrap; }
.logo-eym { color: var(--ink); }
.logo-soft { color: var(--blue); }
.logo-light .logo-eym { color: #fff; }
.logo-light .logo-soft { color: #60a5fa; }

/* ---------- Butonlar ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 20px; border-radius: var(--radius-sm); border: 1.5px solid transparent; font: inherit; font-weight: 700; font-size: .95rem; cursor: pointer; transition: .2s ease; text-align: center; line-height: 1.2; white-space: nowrap; }
.btn-primary { background: var(--blue); color: #fff; box-shadow: 0 10px 24px rgba(37, 99, 235, .25); }
.btn-primary:hover { background: var(--blue-d); color: #fff; transform: translateY(-1px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #1f2937; color: #fff; transform: translateY(-1px); }
.btn-outline { border-color: var(--line); color: var(--ink); background: #fff; }
.btn-outline:hover { border-color: var(--blue); color: var(--blue); }
.btn-white { background: #fff; color: var(--ink); }
.btn-white:hover { color: var(--blue); transform: translateY(-1px); }
.btn-ghost-white { border-color: rgba(255, 255, 255, .45); color: #fff; }
.btn-ghost-white:hover { background: rgba(255, 255, 255, .12); color: #fff; }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: #1ebe5b; color: #fff; }
.btn-link { color: var(--blue); background: none; }
.btn-sm { min-height: 40px; padding: 0 14px; font-size: .88rem; }
.btn-lg { min-height: 54px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; }

.eyebrow { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; background: var(--blue-l); color: var(--blue); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 14px; }
.eyebrow-dark { background: rgba(96, 165, 250, .15); color: #93c5fd; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 900; background: rgba(255, 255, 255, .9); backdrop-filter: saturate(180%) blur(14px); -webkit-backdrop-filter: saturate(180%) blur(14px); border-bottom: 1px solid var(--line); }
.nav-wrap { height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.main-nav { display: flex; align-items: center; gap: 2px; }
.main-nav > a, .nav-item > a { display: inline-flex; align-items: center; gap: 4px; padding: 10px 13px; border-radius: 10px; color: var(--text); font-weight: 600; font-size: .94rem; }
.main-nav > a:hover, .nav-item > a:hover, .main-nav a.active { color: var(--blue); background: var(--blue-l); }
.main-nav .nav-cta { color: #fff; margin-left: 8px; padding: 0 18px; }
.main-nav .nav-cta:hover { color: #fff; background: var(--blue-d); }
.nav-item { position: relative; }
.sub-menu { position: absolute; top: calc(100% + 8px); left: -20px; width: 520px; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .18s ease; }
.nav-item:hover .sub-menu, .nav-item:focus-within .sub-menu { opacity: 1; visibility: visible; transform: none; }
.sub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.sub-grid a { padding: 8px 10px; border-radius: 8px; color: var(--text); font-size: .9rem; font-weight: 600; }
.sub-grid a:hover { background: var(--blue-l); color: var(--blue); }
.sub-all { display: flex; align-items: center; gap: 6px; margin-top: 8px; padding: 10px; border-top: 1px solid var(--line); font-weight: 700; font-size: .9rem; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); cursor: pointer; place-items: center; }
.nav-toggle .i-close { display: none; }
.nav-open .nav-toggle .i-open { display: none; }
.nav-open .nav-toggle .i-close { display: block; }

/* ---------- Hero ---------- */
.hero { position: relative; padding: 72px 0 64px; background: radial-gradient(1000px 500px at 85% -10%, rgba(37, 99, 235, .12), transparent 60%), radial-gradient(700px 400px at -10% 20%, rgba(14, 165, 233, .08), transparent 60%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.hero h1 { margin-bottom: 18px; }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 640px; }
.hero-search { display: flex; align-items: center; gap: 10px; margin: 26px 0 20px; padding: 7px 7px 7px 16px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); max-width: 560px; color: var(--muted); }
.hero-search input { flex: 1; min-width: 0; border: 0; outline: 0; font: inherit; font-size: 1rem; color: var(--ink); background: transparent; padding: 8px 0; }
.hero-points { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero-points li { display: flex; align-items: center; gap: 7px; font-weight: 600; font-size: .93rem; color: var(--text); }
.hero-points .ic { color: var(--ok); }
.hero-visual { position: relative; height: 460px; }
.hv-card { position: absolute; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); }
.hv-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top; }
.hv-1 { width: 78%; right: 0; top: 0; z-index: 2; animation: float 7s ease-in-out infinite; }
.hv-2 { width: 52%; left: 0; bottom: 10px; z-index: 3; animation: float 8s ease-in-out infinite reverse; }
.hv-3 { width: 44%; right: 4%; bottom: -30px; z-index: 1; opacity: .9; }
.hv-stat { position: absolute; left: 6%; top: 12%; z-index: 4; background: #fff; border-radius: 14px; padding: 12px 18px; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; line-height: 1.1; }
.hv-stat strong { font-size: 1.6rem; color: var(--blue); }
.hv-stat span { font-size: .8rem; color: var(--muted); font-weight: 600; }
@keyframes float { 50% { transform: translateY(-10px); } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } }

.browser-bar { display: flex; align-items: center; gap: 6px; height: 30px; padding: 0 12px; background: #f1f5f9; border-bottom: 1px solid var(--line); }
.browser-bar i { width: 9px; height: 9px; border-radius: 50%; background: #cbd5e1; }
.browser-bar i:nth-child(1) { background: #f87171; }
.browser-bar i:nth-child(2) { background: #fbbf24; }
.browser-bar i:nth-child(3) { background: #34d399; }
.browser-bar span { margin-left: 10px; font-size: .75rem; color: var(--muted); background: #fff; padding: 2px 10px; border-radius: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---------- Trust ---------- */
.trust-bar { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 24px 16px; text-align: center; display: flex; flex-direction: column; }
.trust-grid > div + div { border-left: 1px solid var(--line); }
.trust-grid strong { font-size: 1.6rem; color: var(--ink); font-weight: 800; }
.trust-grid span { color: var(--muted); font-size: .9rem; font-weight: 600; }

/* ---------- Bölümler ---------- */
.section { padding: 80px 0; }
.section-alt { background: var(--bg-alt); }
.section-dark { background: var(--ink); color: #cbd5e1; }
.section-dark h2 { color: #fff; }
.section-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.05rem; }
.row-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; max-width: none; text-align: left; flex-wrap: wrap; }
.row-head h2 { margin: 0; }

.sector-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; }
.sector-chip { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; color: var(--ink); font-weight: 700; transition: .2s; }
.sector-chip .ic { color: var(--muted); transition: .2s; }
.sector-chip:hover { border-color: var(--blue); color: var(--blue); box-shadow: var(--shadow); transform: translateY(-2px); }
.sector-chip:hover .ic { color: var(--blue); transform: translateX(3px); }

/* ---------- Tasarım kartı ---------- */
.design-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.design-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; transition: .25s ease; }
.design-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; }
.dc-media { position: relative; display: block; background: #f1f5f9; overflow: hidden; }
.dc-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top; transition: object-position 3s ease, transform .4s; }
.design-card:hover .dc-media img { object-position: bottom; }
.dc-badge { position: absolute; top: 42px; right: 12px; background: var(--err); color: #fff; font-size: .75rem; font-weight: 800; padding: 4px 10px; border-radius: 999px; }
.dc-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.dc-cat { display: inline-block; font-size: .78rem; font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: .04em; margin-bottom: 6px; }
.dc-title { font-size: 1.08rem; margin-bottom: 10px; }
.dc-title a { color: var(--ink); }
.dc-title a:hover { color: var(--blue); }
.dc-price { display: flex; align-items: baseline; gap: 6px; margin: auto 0 16px; flex-wrap: wrap; }
.dc-price strong { font-size: 1.35rem; color: var(--ink); }
.dc-price span { color: var(--muted); font-size: .88rem; }
.dc-price del { color: var(--muted); font-size: .9rem; margin-left: auto; }
.dc-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dc-actions .btn { padding: 0 10px; }

/* ---------- Adımlar ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: s; }
.steps li { position: relative; padding: 28px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.steps h3 { font-size: 1.12rem; margin-top: 16px; }
.steps p { color: var(--muted); margin: 0; font-size: .95rem; }
.step-no { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--ink); color: #fff; font-weight: 800; }
.steps li:nth-child(even) .step-no { background: var(--blue); }

/* ---------- Özellikler ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.feature h3 { font-size: 1.1rem; margin: 16px 0 8px; }
.feature p { color: var(--muted); margin: 0; font-size: .95rem; }
.f-ic { display: inline-grid; place-items: center; width: 50px; height: 50px; border-radius: 14px; background: var(--blue-l); color: var(--blue); flex-shrink: 0; }
.f-ic.wa { background: #dcfce7; color: #16a34a; }

/* ---------- Lisans ---------- */
.license-box { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.license-box p { color: var(--muted); font-size: 1.05rem; }
.price-card { background: linear-gradient(160deg, #0b0b0f, #172554); color: #e2e8f0; border-radius: 24px; padding: 34px; box-shadow: var(--shadow-lg); }
.pc-label { font-size: .85rem; font-weight: 700; color: #93c5fd; text-transform: uppercase; letter-spacing: .05em; }
.pc-price { font-size: 2.4rem; font-weight: 800; color: #fff; margin: 6px 0 18px; letter-spacing: -.02em; }
.pc-price span { font-size: .95rem; font-weight: 600; color: #94a3b8; margin-left: 6px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.check-list li { display: flex; gap: 10px; align-items: center; }
.check-list .ic { color: #4ade80; }

/* ---------- Kartvizit tanıtım ---------- */
.kv-teaser { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; align-items: center; }
.kv-teaser p { font-size: 1.05rem; margin-bottom: 26px; }
.kv-phone { justify-self: center; width: 250px; height: 480px; border-radius: 40px; background: #1e293b; padding: 12px; box-shadow: 0 30px 80px rgba(37, 99, 235, .35); }
.kv-screen { height: 100%; border-radius: 30px; background: linear-gradient(180deg, #2563eb 0 34%, #fff 34%); padding: 40px 22px; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.kv-avatar { width: 84px; height: 84px; border-radius: 50%; background: #e2e8f0; border: 4px solid #fff; margin-top: 50px; }
.kv-line { height: 10px; border-radius: 6px; background: #cbd5e1; }
.kv-line.w60 { width: 60%; background: #334155; height: 13px; }
.kv-line.w40 { width: 40%; }
.kv-btns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; width: 100%; margin: 10px 0; }
.kv-btns span { aspect-ratio: 1; border-radius: 12px; background: var(--blue-l); border: 1px solid #bfdbfe; }
.kv-row { width: 100%; height: 38px; border-radius: 10px; background: #f1f5f9; }

/* ---------- SEO metni ---------- */
.seo-text h2 { text-align: center; max-width: 800px; margin: 0 auto 32px; }
.seo-cols { columns: 2; column-gap: 40px; color: var(--muted); }
.seo-cols p { break-inside: avoid; }
.seo-cols strong { color: var(--text); }

/* ---------- SSS ---------- */
.faq-list { display: grid; gap: 12px; }
.faq { background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 20px; font-weight: 700; color: var(--ink); cursor: pointer; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { transition: .2s; color: var(--muted); }
.faq[open] summary .ic { transform: rotate(180deg); color: var(--blue); }
.faq-a { padding: 0 20px 18px; color: var(--muted); }

/* ---------- Blog kartları ---------- */
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; display: flex; flex-direction: column; transition: .2s; }
.post-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.pc-media img, .pc-ph { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.pc-ph { display: grid; place-items: center; background: linear-gradient(135deg, var(--blue-l), #e0e7ff); color: var(--blue); }
.pc-body { padding: 20px; }
.pc-body time { font-size: .82rem; color: var(--muted); font-weight: 600; }
.pc-body h3 { font-size: 1.1rem; margin: 6px 0 8px; }
.pc-body h3 a { color: var(--ink); }
.pc-body h3 a:hover { color: var(--blue); }
.pc-body p { color: var(--muted); font-size: .93rem; margin: 0; }

/* ---------- CTA ---------- */
.cta-band { background: linear-gradient(120deg, var(--blue-d), var(--blue) 50%, #0ea5e9); color: #dbeafe; padding: 56px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: 8px; }
.cta-band p { margin: 0; max-width: 620px; }
.cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #94a3b8; padding: 64px 0 0; font-size: .94rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1.3fr 1fr 1.1fr; gap: 40px; }
.site-footer h3 { color: #fff; font-size: 1rem; margin-bottom: 16px; letter-spacing: 0; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a { color: #cbd5e1; }
.site-footer a:hover { color: #fff; }
.footer-brand p { margin-top: 16px; }
.footer-cats { grid-template-columns: 1fr; }
.contact-list li { display: flex; gap: 10px; align-items: flex-start; }
.contact-list .ic { margin-top: 4px; color: #60a5fa; }
.social { display: flex; gap: 8px; }
.social a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; background: rgba(255, 255, 255, .07); }
.social a:hover { background: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 24px 0; margin-top: 48px; border-top: 1px solid rgba(255, 255, 255, .08); font-size: .85rem; }

.wa-float { position: fixed; left: 20px; bottom: 20px; z-index: 800; width: 58px; height: 58px; border-radius: 50%; background: var(--wa); color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(37, 211, 102, .45); transition: .2s; }
.wa-float:hover { transform: scale(1.07); color: #fff; }

/* ---------- İç sayfalar ---------- */
.page-hero { padding: 48px 0 40px; background: radial-gradient(800px 300px at 80% 0, rgba(37, 99, 235, .09), transparent 70%); }
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 12px; }
.hero-price { margin-top: 10px; font-weight: 600; }
.hero-price strong { color: var(--blue); }
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; font-size: .86rem; color: var(--muted); margin-bottom: 16px; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--blue); }

.filter-bar { display: flex; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.filter-search { flex: 1; min-width: 240px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: #fff; }
.filter-search input { flex: 1; border: 0; outline: 0; font: inherit; padding: 12px 0; min-width: 0; background: transparent; }
.filter-sort select { height: 100%; min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; font: inherit; background: #fff; color: var(--ink); cursor: pointer; }
.type-tabs { display: inline-flex; gap: 4px; padding: 4px; background: var(--bg-alt); border-radius: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.type-tabs a { padding: 9px 16px; border-radius: 9px; color: var(--muted); font-weight: 700; font-size: .92rem; }
.type-tabs a.on { background: #fff; color: var(--blue); box-shadow: 0 2px 8px rgba(15, 23, 42, .08); }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.chip { padding: 8px 14px; border-radius: 999px; border: 1px solid var(--line); background: #fff; color: var(--text); font-size: .88rem; font-weight: 600; }
.chip:hover { border-color: var(--blue); color: var(--blue); }
.result-count { color: var(--muted); font-size: .9rem; font-weight: 600; }
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 40px; }
.pagination a, .pagination span { display: grid; place-items: center; min-width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line); color: var(--ink); font-weight: 700; }
.pagination .current { background: var(--blue); color: #fff; border-color: var(--blue); }
.empty { text-align: center; padding: 60px 20px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); }
.empty .ic { color: var(--blue); margin-bottom: 12px; }

.prose { font-size: 1.04rem; color: #334155; }
.prose h2 { font-size: 1.55rem; margin-top: 1.6em; }
.prose h3 { font-size: 1.22rem; margin-top: 1.4em; }
.prose h2:first-child, .prose h3:first-child { margin-top: 0; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.2em; }
.prose li { margin-bottom: .4em; }
.prose a { text-decoration: underline; text-underline-offset: 3px; }
.prose img { border-radius: 12px; margin: 1em 0; }
.prose blockquote { margin: 1.2em 0; padding: 14px 20px; border-left: 4px solid var(--blue); background: var(--blue-l); border-radius: 0 10px 10px 0; }

/* ---------- Ürün detay ---------- */
.product { padding-top: 32px; }
.product-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 40px; align-items: start; }
.gallery-main { position: relative; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: #f1f5f9; box-shadow: var(--shadow); }
.gallery-main img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: top; }
.gallery-overlay { position: absolute; inset: 30px 0 0; display: grid; place-items: center; background: rgba(11, 11, 15, .45); opacity: 0; transition: .25s; }
.gallery-main:hover .gallery-overlay { opacity: 1; }
.gallery-thumbs { display: flex; gap: 10px; margin-top: 12px; overflow-x: auto; padding-bottom: 4px; }
.g-thumb { flex: 0 0 110px; padding: 0; border: 2px solid transparent; border-radius: 10px; overflow: hidden; cursor: pointer; background: none; }
.g-thumb.on { border-color: var(--blue); }
.g-thumb img { aspect-ratio: 4 / 3; object-fit: cover; object-position: top; }
.buy-box { position: sticky; top: calc(var(--header) + 20px); padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.buy-box h1 { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: 10px; }
.buy-desc { color: var(--muted); }
.buy-price { padding: 18px 0; margin: 6px 0 18px; border-block: 1px solid var(--line); }
.buy-price strong { font-size: 2.1rem; color: var(--ink); letter-spacing: -.02em; }
.buy-price > span { color: var(--muted); margin-left: 6px; font-weight: 600; }
.buy-price del { color: var(--muted); margin-right: 8px; }
.buy-price em { font-style: normal; color: var(--err); font-weight: 700; font-size: .9rem; }
.buy-actions { display: grid; gap: 10px; }
.buy-includes { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 9px; font-size: .92rem; }
.buy-includes li { display: flex; gap: 8px; align-items: center; }
.buy-includes .ic { color: var(--ok); }
.product-details { display: grid; grid-template-columns: 1.55fr 1fr; gap: 40px; margin-top: 56px; }
.pd-main section + section { margin-top: 40px; }
.pd-main h2 { font-size: 1.55rem; }
.feature-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.feature-list li { display: flex; gap: 10px; align-items: flex-start; }
.feature-list .ic { color: var(--blue); margin-top: 3px; }
.pd-side { display: grid; gap: 18px; align-content: start; }
.side-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: #fff; }
.side-card h3 { font-size: 1.05rem; }
.tag-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.tag-list li { padding: 5px 11px; border-radius: 8px; background: var(--bg-alt); font-size: .86rem; font-weight: 600; }
.spec { display: grid; grid-template-columns: auto 1fr; gap: 8px 16px; margin: 0; font-size: .92rem; }
.spec dt { color: var(--muted); }
.spec dd { margin: 0; font-weight: 600; text-align: right; }
.side-note { display: flex; gap: 12px; background: var(--blue-l); border-color: #bfdbfe; }
.side-note .ic { color: var(--blue); }
.side-note p { margin: 0; font-size: .9rem; }
.mobile-buy { display: none; }

/* ---------- Formlar / kartlar ---------- */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.form .field { margin-bottom: 16px; }
.form label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: var(--ink); }
.form input:not([type=checkbox]), .form textarea, .form select { width: 100%; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 11px; font: inherit; font-size: 1rem; color: var(--ink); background: #fff; transition: .15s; }
.form input:focus, .form textarea:focus, .form select:focus { outline: 0; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(37, 99, 235, .12); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form h2 { margin-top: 10px; }
.check { display: flex !important; gap: 10px; align-items: flex-start; font-weight: 500 !important; margin: 4px 0 18px; cursor: pointer; line-height: 1.5; }
.check input { margin-top: 4px; width: 18px; height: 18px; accent-color: var(--blue); flex-shrink: 0; }
.alert { padding: 13px 16px; border-radius: 11px; margin-bottom: 16px; font-weight: 500; border: 1px solid; }
.alert-danger { background: #fef2f2; color: #991b1b; border-color: #fecaca; }
.alert-success { background: #f0fdf4; color: #166534; border-color: #bbf7d0; }
.alert-warning { background: #fffbeb; color: #92400e; border-color: #fde68a; }
.alert-info { background: var(--blue-l); color: #1e40af; border-color: #bfdbfe; }
.badge { display: inline-block; padding: 5px 12px; border-radius: 999px; font-size: .8rem; font-weight: 700; white-space: nowrap; }
.badge-warning { background: #fef3c7; color: #92400e; }
.badge-info { background: #dbeafe; color: #1e40af; }
.badge-success { background: #dcfce7; color: #166534; }
.badge-danger { background: #fee2e2; color: #991b1b; }

.checkout-steps, .progress-steps { list-style: none; padding: 0; margin: 0 0 28px; display: flex; gap: 8px; flex-wrap: wrap; }
.checkout-steps li { padding: 8px 14px; border-radius: 999px; background: var(--bg-alt); color: var(--muted); font-weight: 700; font-size: .88rem; }
.checkout-steps li.on { background: var(--blue); color: #fff; }
.checkout-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 28px; align-items: start; }
.order-summary { position: sticky; top: calc(var(--header) + 20px); }
.os-item { display: flex; gap: 14px; align-items: center; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.os-item img { width: 96px; border-radius: 10px; aspect-ratio: 4 / 3; object-fit: cover; object-position: top; border: 1px solid var(--line); }
.os-item strong { display: block; color: var(--ink); line-height: 1.35; }
.os-item span { color: var(--muted); font-size: .88rem; }
.os-rows { display: grid; grid-template-columns: 1fr auto; gap: 10px 16px; margin: 16px 0; }
.os-rows dt { color: var(--muted); }
.os-rows dd { margin: 0; text-align: right; font-weight: 600; color: var(--ink); word-break: break-word; }
.os-rows .total { font-size: 1.2rem; font-weight: 800; color: var(--ink); padding-top: 12px; border-top: 1px solid var(--line); }
.os-note { display: flex; gap: 10px; padding: 14px; border-radius: 12px; background: var(--blue-l); color: #1e40af; font-size: .9rem; }
.os-note p { margin: 0; }

.success-head { text-align: center; margin-bottom: 28px; }
.success-ic { display: inline-grid; place-items: center; width: 72px; height: 72px; border-radius: 50%; background: #dcfce7; color: var(--ok); margin-bottom: 14px; }
.ob-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.ob-head .muted { display: block; font-size: .85rem; }
.order-no { font-size: 1.5rem; color: var(--ink); letter-spacing: .02em; }
.progress-steps { margin: 20px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
.progress-steps li { padding-top: 12px; border-top: 4px solid var(--line); color: var(--muted); font-weight: 600; font-size: .88rem; }
.progress-steps li.on { border-color: var(--blue); color: var(--ink); }
.bank-list { display: grid; gap: 14px; }
.bank-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 22px; background: #fff; }
.bank-name { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--ink); font-size: 1.08rem; margin-bottom: 12px; }
.bank-name .ic { color: var(--blue); }
.bank-card dl { display: grid; grid-template-columns: 80px 1fr; gap: 8px; margin: 0; }
.bank-card dt { color: var(--muted); }
.bank-card dd { margin: 0; font-weight: 600; color: var(--ink); }
.iban { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.iban span { font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace; letter-spacing: .03em; }
.copy-btn { display: inline-flex; align-items: center; gap: 5px; border: 1px solid var(--line); background: #fff; border-radius: 8px; padding: 4px 10px; font: inherit; font-size: .8rem; font-weight: 700; cursor: pointer; color: var(--blue); }
.copy-btn.done { background: #dcfce7; color: var(--ok); border-color: #bbf7d0; }
code { background: var(--bg-alt); padding: 2px 8px; border-radius: 6px; font-size: .92em; }

.post-head { margin-bottom: 24px; }
.post-head h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); }
.post-cover { border-radius: var(--radius); margin-bottom: 32px; width: 100%; }
.share { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); font-weight: 700; }
.share a { padding: 7px 14px; border-radius: 9px; background: var(--bg-alt); color: var(--ink); font-size: .88rem; }
.share a:hover { background: var(--blue); color: #fff; }

.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 28px; align-items: start; }
.contact-cards { display: grid; gap: 12px; }
.contact-card { display: flex; gap: 14px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--text); background: #fff; transition: .2s; }
a.contact-card:hover { border-color: var(--blue); box-shadow: var(--shadow); }
.contact-card strong { display: block; color: var(--ink); }
.contact-card span { color: var(--muted); font-size: .92rem; }
.big-404 { font-size: 7rem; font-weight: 800; line-height: 1; margin: 0; background: linear-gradient(135deg, var(--ink), var(--blue)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ==========================================================
   Duyarlı (mobil) düzen
   ========================================================== */
@media (max-width: 1080px) {
    .main-nav > a, .nav-item > a { padding: 10px 9px; font-size: .9rem; }
    .design-grid, .post-grid { grid-template-columns: repeat(2, 1fr); }
    .steps { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
    :root { --header: 66px; }
    .nav-toggle { display: grid; }
    .main-nav { position: fixed; inset: var(--header) 0 0 0; flex-direction: column; align-items: stretch; gap: 2px; padding: 16px; background: #fff; overflow-y: auto; transform: translateX(100%); transition: transform .25s ease; visibility: hidden; }
    .nav-open .main-nav { transform: none; visibility: visible; }
    .nav-open { overflow: hidden; }
    .main-nav > a, .nav-item > a { padding: 14px; font-size: 1.02rem; justify-content: space-between; }
    .main-nav .nav-cta { margin: 12px 0 0; justify-content: center; }
    .sub-menu { position: static; width: auto; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; padding: 0 0 6px 12px; display: none; }
    .nav-item.open .sub-menu { display: block; }
    .nav-item:hover .sub-menu { opacity: 1; }
    .sub-grid { grid-template-columns: 1fr; }

    .hero { padding: 40px 0 48px; }
    .hero-grid, .license-box, .kv-teaser, .product-grid, .product-details, .checkout-grid, .contact-grid { grid-template-columns: 1fr; }
    .hero-visual { height: 340px; max-width: 560px; width: 100%; margin: 0 auto; }
    .feature-grid { grid-template-columns: 1fr 1fr; }
    .buy-box, .order-summary { position: static; }
    .order-summary { order: -1; }
    .product-details { margin-top: 40px; }
    .section { padding: 60px 0; }
    .mobile-buy { display: flex; align-items: center; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 700; padding: 10px 16px calc(10px + env(safe-area-inset-bottom)); background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(15, 23, 42, .08); }
    .mobile-buy div { margin-right: auto; line-height: 1.1; }
    .mobile-buy strong { display: block; font-size: 1.15rem; color: var(--ink); }
    .mobile-buy span { font-size: .8rem; color: var(--muted); }
    body:has(.mobile-buy) .wa-float { bottom: 84px; }
    body:has(.mobile-buy) .site-footer { padding-bottom: 70px; }
    .seo-cols { columns: 1; }
}

@media (max-width: 640px) {
    body { font-size: 15.5px; }
    .container { width: calc(100% - 32px); }
    .logo { font-size: 1.5rem; }
    .hero-search { flex-wrap: wrap; padding: 10px; }
    .hero-search > .ic { display: none; }
    .hero-search input { flex-basis: 100%; padding: 6px 4px; }
    .hero-search .btn { width: 100%; }
    .hero-visual { height: 260px; }
    .hv-stat { display: none; }
    .trust-grid { grid-template-columns: 1fr 1fr; }
    .trust-grid > div:nth-child(3) { border-left: 0; }
    .trust-grid > div:nth-child(n+3) { border-top: 1px solid var(--line); }
    .design-grid, .post-grid, .steps, .feature-grid, .footer-grid, .form-row, .feature-list { grid-template-columns: 1fr; }
    .section { padding: 48px 0; }
    .section-head { margin-bottom: 28px; }
    .card { padding: 20px; }
    .price-card { padding: 26px; }
    .pc-price { font-size: 2rem; }
    .cta-actions, .cta-actions .btn { width: 100%; }
    .kv-phone { width: 210px; height: 400px; }
    .bank-card dl { grid-template-columns: 1fr; gap: 2px; }
    .bank-card dd { margin-bottom: 8px; }
    .footer-bottom { flex-direction: column; }
    .wa-float { left: 14px; bottom: 14px; width: 54px; height: 54px; }
}
.admin-demo-note { margin: -2px 0 2px; text-align: center; font-size: .8rem; color: var(--muted); }
