:root {
  --bg: #0b0b0c;
  --bg2: #141416;
  --text: #f4f4f0;
  --muted: #a7a7a0;
  --lime: #e0fd60;
  --line: rgba(255,255,255,.08);
  --max: 1100px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Matter, "Segoe UI", sans-serif;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(224,253,96,.12), transparent 55%),
    radial-gradient(900px 500px at 100% 0%, rgba(255,255,255,.04), transparent 50%),
    var(--bg);
  color: var(--text);
  line-height: 1.65;
}
a { color: var(--lime); text-decoration: none; }
a:hover { text-decoration: underline; }
.lm-skip {
  position: absolute; left: -9999px;
}
.lm-skip:focus { left: 1rem; top: 1rem; z-index: 99; background: var(--lime); color: #000; padding: .5rem .8rem; }
.lm-wrap { width: min(100% - 2rem, var(--max)); margin: 0 auto; }
.lm-top {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(11,11,12,.85);
  border-bottom: 1px solid var(--line);
}
.lm-top-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; min-height: 72px;
}
.lm-logo img { display: block; height: 36px; width: auto; }
.lm-nav { display: flex; flex-wrap: wrap; gap: .35rem .9rem; align-items: center; justify-content: flex-end; }
.lm-nav a { color: var(--text); font-size: .92rem; text-decoration: none; opacity: .88; }
.lm-nav a:hover { opacity: 1; color: var(--lime); }
.lm-nav-cta {
  background: var(--lime); color: #111 !important; font-weight: 600;
  padding: .45rem .85rem; border-radius: 999px; opacity: 1 !important;
}
.lm-nav-cta:hover { text-decoration: none; filter: brightness(1.05); }
.lm-main { padding: 2.5rem 0 4rem; }
.lm-hero { margin-bottom: 2rem; }
.lm-kicker {
  display: inline-block; color: #111; background: var(--lime);
  font-size: .75rem; letter-spacing: .04em; text-transform: uppercase;
  padding: .25rem .55rem; margin-bottom: 1rem; font-weight: 600;
}
.lm-hero h1 {
  font-family: "Gallery Modern", Matter, serif;
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: .95; letter-spacing: -.02em; text-transform: uppercase;
  margin: 0 0 .8rem;
}
.lm-hero .lead { color: var(--muted); font-size: 1.1rem; max-width: 42rem; margin: 0; }
.lm-grid {
  display: grid; grid-template-columns: 1.6fr .9fr; gap: 1.5rem; align-items: start;
}
.lm-card {
  background: var(--bg2); border: 1px solid var(--line); padding: 1.4rem 1.5rem;
}
.lm-prose h2 {
  font-size: 1.45rem; margin: 1.8rem 0 .7rem; line-height: 1.25;
}
.lm-prose h2:first-child { margin-top: 0; }
.lm-prose p, .lm-prose li { color: #d7d7d0; }
.lm-prose ul { padding-left: 1.2rem; }
.lm-prose li { margin: .35rem 0; }
.lm-side strong { display: block; margin-bottom: .6rem; }
.lm-side ul { list-style: none; padding: 0; margin: 0 0 1rem; }
.lm-side li { margin: .4rem 0; }
.lm-cta {
  display: inline-flex; align-items: center; gap: .4rem;
  background: var(--lime); color: #111; font-weight: 700;
  padding: .85rem 1.1rem; border-radius: 999px; text-decoration: none;
}
.lm-cta:hover { text-decoration: none; filter: brightness(1.05); }
.lm-faq details {
  border-top: 1px solid var(--line); padding: .9rem 0;
}
.lm-faq details:first-child { border-top: 0; }
.lm-faq summary { cursor: pointer; font-weight: 600; }
.lm-faq p { color: var(--muted); margin: .55rem 0 0; }
.lm-posts { display: grid; gap: 1rem; }
.lm-post {
  display: grid; gap: .35rem;
  background: var(--bg2); border: 1px solid var(--line); padding: 1.2rem 1.3rem;
  transition: border-color .2s ease, transform .2s ease;
}
.lm-post:hover { border-color: rgba(224,253,96,.35); transform: translateY(-2px); }
.lm-meta { color: var(--muted); font-size: .85rem; }
.lm-post h2, .lm-post h3 { margin: 0; font-size: 1.25rem; color: var(--text); }
.lm-post p { margin: 0; color: var(--muted); }
.lm-bread { color: var(--muted); font-size: .9rem; margin-bottom: 1.2rem; }
.lm-bread a { color: var(--muted); }
.lm-foot {
  border-top: 1px solid var(--line); padding: 2.5rem 0 2rem; background: #09090a;
}
.lm-foot-grid {
  display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 1.5rem;
}
.lm-foot strong { display: block; margin-bottom: .5rem; color: var(--lime); }
.lm-foot p, .lm-foot li { color: var(--muted); font-size: .95rem; }
.lm-foot ul { list-style: none; padding: 0; margin: 0; }
.lm-foot li { margin: .35rem 0; }
.lm-copy { margin-top: 2rem; color: #777; font-size: .85rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.lm-wa {
  position: fixed; left: 1rem; bottom: 1rem; z-index: 30;
  width: 48px; height: 48px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--lime); color: #111; font-weight: 800; text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
@media (max-width: 900px) {
  .lm-grid, .lm-foot-grid { grid-template-columns: 1fr; }
  .lm-nav { display: none; }
  .lm-top-inner { justify-content: space-between; }
  .lm-top-inner::after {
    content: "Menü: Blog / İletişim";
    font-size: .75rem; color: var(--muted);
  }
}
@media (max-width: 900px) {
  .lm-top-inner::after { display: none; }
  .lm-nav {
    display: flex; width: 100%;
    justify-content: flex-start;
    overflow-x: auto; padding-bottom: .35rem;
    -webkit-overflow-scrolling: touch;
  }
  .lm-top-inner { flex-wrap: wrap; padding: .7rem 0; }
}
