/* Pazarpoint — Tanıtım (landing) + giriş sayfası stilleri.
   Tema belirteçleri styles.css'ten gelir (açık/koyu uyumlu). */

.lp { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.lp-body { background: var(--bg); }

/* ---- üst menü ---- */
.lp-nav { position: sticky; top: 0; z-index: 40; background: color-mix(in srgb, var(--surface) 88%, transparent);
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.lp-nav__in { display: flex; align-items: center; gap: 18px; height: 62px; }
.lp-logo { display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 16px; color: var(--text); }
.lp-logo__mark { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center; color: #fff;
  font-size: 13px; font-weight: 700; background: linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 55%, #37d6a4)); }
.lp-nav__links { display: flex; gap: 6px; margin-left: 12px; }
.lp-nav__links a { color: var(--text-muted); font-size: 13.5px; font-weight: 500; padding: 7px 12px; border-radius: 8px; }
.lp-nav__links a:hover { background: var(--surface-2); color: var(--text); text-decoration: none; }
.lp-nav__right { margin-left: auto; display: flex; align-items: center; gap: 10px; }

.lp-btn { display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--border-strong);
  background: var(--surface); color: var(--text); padding: 9px 16px; border-radius: 10px;
  font-size: 14px; font-weight: 600; transition: all .14s; white-space: nowrap; }
.lp-btn:hover { background: var(--surface-2); text-decoration: none; }
.lp-btn--primary { background: var(--accent); border-color: var(--accent); color: var(--accent-fg); }
.lp-btn--primary:hover { background: var(--accent-hover); border-color: var(--accent-hover); }
.lp-btn--lg { padding: 13px 24px; font-size: 15.5px; border-radius: 12px; }
.lp-btn--ghost { background: transparent; }
.lp-icon-btn { width: 36px; height: 36px; border-radius: 9px; border: 1px solid var(--border); background: var(--surface);
  color: var(--text-muted); display: grid; place-items: center; font-size: 15px; }
.lp-icon-btn:hover { background: var(--surface-2); }

/* ---- hero ---- */
.lp-hero { position: relative; overflow: hidden; padding: 70px 0 60px; text-align: center; }
.lp-hero::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(720px 340px at 50% -10%, color-mix(in srgb, var(--accent) 16%, transparent), transparent 70%); }
.lp-hero > * { position: relative; z-index: 1; }
.lp-badge { display: inline-flex; align-items: center; gap: 7px; background: var(--accent-soft); color: var(--accent);
  border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent); border-radius: 30px;
  padding: 5px 13px; font-size: 12.5px; font-weight: 600; margin-bottom: 22px; }
.lp-h1 { font-size: 46px; line-height: 1.1; letter-spacing: -.02em; font-weight: 750; margin: 0 auto 18px; max-width: 16ch; }
.lp-h1 em { font-style: normal; color: var(--accent); }
.lp-sub { font-size: 18px; line-height: 1.6; color: var(--text-muted); max-width: 60ch; margin: 0 auto 30px; }
.lp-cta-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.lp-trust { margin-top: 18px; font-size: 12.5px; color: var(--text-faint); }

/* hero panel görseli (sahte panel) */
.lp-shot { margin: 46px auto 0; max-width: 960px; border-radius: 16px; border: 1px solid var(--border);
  background: var(--surface); box-shadow: var(--elev-3); overflow: hidden; }
.lp-shot__bar { display: flex; align-items: center; gap: 7px; padding: 11px 14px; border-bottom: 1px solid var(--border); background: var(--surface-2); }
.lp-shot__dot { width: 11px; height: 11px; border-radius: 50%; background: var(--border-strong); }
.lp-shot__body { padding: 20px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.lp-stat { text-align: left; border: 1px solid var(--border); border-radius: 12px; padding: 14px 15px 14px 17px;
  background: var(--surface); position: relative; overflow: hidden; }
.lp-stat::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--c, var(--accent)); }
.lp-stat__l { font-size: 12px; color: var(--text-muted); margin-bottom: 5px; }
.lp-stat__v { font-size: 22px; font-weight: 700; font-variant-numeric: tabular-nums; }
.lp-stat__d { font-size: 11.5px; font-weight: 600; margin-top: 3px; }

/* ---- bölüm başlıkları ---- */
.lp-sec { padding: 62px 0; }
.lp-sec--alt { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.lp-sec__head { text-align: center; max-width: 62ch; margin: 0 auto 42px; }
.lp-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; color: var(--accent); margin-bottom: 10px; }
.lp-h2 { font-size: 32px; line-height: 1.2; letter-spacing: -.02em; font-weight: 720; margin-bottom: 12px; }
.lp-lead { font-size: 16px; color: var(--text-muted); line-height: 1.6; }

/* problem şeridi */
.lp-problem { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lp-prob { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 22px; }
.lp-prob__ic { font-size: 22px; margin-bottom: 10px; }
.lp-prob h3 { font-size: 16px; margin-bottom: 6px; }
.lp-prob p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; }

/* özellikler */
.lp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lp-feat { background: var(--surface); border: 1px solid var(--border); border-radius: 14px; padding: 22px;
  transition: border-color .14s, box-shadow .14s, transform .1s; }
.lp-feat:hover { border-color: var(--border-strong); box-shadow: var(--elev-2); transform: translateY(-2px); }
.lp-feat__ic { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; font-size: 19px;
  background: var(--accent-soft); margin-bottom: 13px; }
.lp-feat h3 { font-size: 16px; margin-bottom: 7px; }
.lp-feat p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; }

/* adımlar */
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.lp-step { text-align: center; }
.lp-step__n { counter-increment: step; width: 44px; height: 44px; border-radius: 13px; margin: 0 auto 14px;
  display: grid; place-items: center; font-size: 18px; font-weight: 700; color: var(--accent-fg);
  background: var(--accent); }
.lp-step__n::before { content: counter(step); }
.lp-step h3 { font-size: 17px; margin-bottom: 7px; }
.lp-step p { font-size: 13.5px; color: var(--text-muted); line-height: 1.6; }

/* fiyatlandırma */
.lp-price { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.lp-plan { background: var(--surface); border: 1px solid var(--border); border-radius: 18px; padding: 26px 24px;
  display: flex; flex-direction: column; position: relative; }
.lp-plan--pop { border-color: var(--accent); box-shadow: 0 0 0 1px var(--accent), var(--elev-2); }
.lp-plan__tag { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--accent);
  color: var(--accent-fg); font-size: 11.5px; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.lp-plan h3 { font-size: 18px; margin-bottom: 5px; }
.lp-plan__desc { font-size: 12.5px; color: var(--text-faint); margin-bottom: 16px; min-height: 34px; }
.lp-plan__price { font-size: 34px; font-weight: 750; letter-spacing: -.02em; }
.lp-plan__price span { font-size: 15px; font-weight: 500; color: var(--text-muted); }
.lp-plan__list { list-style: none; padding: 0; margin: 18px 0 22px; display: flex; flex-direction: column; gap: 10px; }
.lp-plan__list li { font-size: 13.5px; color: var(--text-muted); display: flex; gap: 9px; align-items: flex-start; line-height: 1.5; }
.lp-plan__list li::before { content: "✓"; color: var(--accent); font-weight: 700; flex-shrink: 0; }
.lp-plan .lp-btn { width: 100%; justify-content: center; margin-top: auto; }

/* SSS */
.lp-faq { max-width: 760px; margin: 0 auto; }
.lp-q { border: 1px solid var(--border); border-radius: 13px; background: var(--surface); margin-bottom: 11px; overflow: hidden; }
.lp-q__head { width: 100%; text-align: left; border: none; background: transparent; color: var(--text);
  padding: 17px 19px; font-size: 15px; font-weight: 600; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.lp-q__head .plus { color: var(--text-faint); font-size: 18px; transition: transform .18s; flex-shrink: 0; }
.lp-q.is-open .plus { transform: rotate(45deg); }
.lp-q__body { display: none; padding: 0 19px 17px; font-size: 13.5px; color: var(--text-muted); line-height: 1.65; }
.lp-q.is-open .lp-q__body { display: block; }

/* CTA bandı */
.lp-band { text-align: center; background: linear-gradient(135deg, color-mix(in srgb, var(--accent) 92%, #000), var(--accent));
  border-radius: 22px; padding: 48px 30px; color: #fff; }
.lp-band h2 { font-size: 30px; color: #fff; margin-bottom: 10px; letter-spacing: -.02em; }
.lp-band p { font-size: 16px; color: rgba(255,255,255,.86); margin-bottom: 24px; }
.lp-band .lp-btn { background: #fff; color: var(--accent); border-color: #fff; }
.lp-band .lp-btn:hover { background: rgba(255,255,255,.9); }

/* footer */
.lp-foot { border-top: 1px solid var(--border); background: var(--surface); padding: 40px 0 30px; }
.lp-foot__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 26px; margin-bottom: 30px; }
.lp-foot__grid h4 { font-size: 13px; margin-bottom: 12px; }
.lp-foot__grid a { display: block; color: var(--text-muted); font-size: 13px; padding: 4px 0; }
.lp-foot__grid a:hover { color: var(--accent); text-decoration: none; }
.lp-foot__brand p { font-size: 13px; color: var(--text-muted); line-height: 1.6; margin: 10px 0 0; max-width: 34ch; }
.lp-foot__bottom { border-top: 1px solid var(--border); padding-top: 18px; display: flex; justify-content: space-between;
  gap: 12px; flex-wrap: wrap; font-size: 12.5px; color: var(--text-faint); }

/* ---- giriş ekranı ---- */
.lp-auth { min-height: 100vh; display: grid; place-items: center; padding: 24px;
  background: radial-gradient(680px 380px at 50% -5%, color-mix(in srgb, var(--accent) 14%, transparent), transparent 70%), var(--bg); }
.lp-card { width: 100%; max-width: 400px; background: var(--surface); border: 1px solid var(--border);
  border-radius: 18px; box-shadow: var(--elev-3); padding: 32px 30px; }
.lp-card__logo { display: flex; align-items: center; gap: 10px; justify-content: center; margin-bottom: 6px; font-weight: 700; }
.lp-card h1 { font-size: 20px; text-align: center; margin: 14px 0 4px; }
.lp-card__sub { text-align: center; color: var(--text-muted); font-size: 13.5px; margin-bottom: 22px; }
.lp-field { margin-bottom: 14px; }
.lp-field label { display: block; font-size: 12.5px; font-weight: 600; color: var(--text-muted); margin-bottom: 6px; }
.lp-field input { width: 100%; padding: 11px 13px; border: 1px solid var(--border-strong); border-radius: 10px;
  font-size: 14px; background: var(--surface); color: var(--text); }
.lp-field input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 24%, transparent); }
.lp-field__hint { display: block; font-size: 11.5px; color: var(--text-faint); margin-top: 6px; font-weight: 400; }
.lp-auth__msg { font-size: 13px; color: var(--danger); min-height: 18px; margin: 2px 0 10px; }
.lp-card .lp-btn { width: 100%; justify-content: center; }
.lp-card__foot { text-align: center; margin-top: 18px; font-size: 12.5px; color: var(--text-faint); }
.lp-card__foot a { color: var(--accent); }

/* ---- yasal/doküman sayfaları ---- */
.lp-doc { max-width: 820px; margin: 0 auto; padding: 44px 0 60px; }
.lp-doc h1 { font-size: 30px; letter-spacing: -.02em; margin-bottom: 8px; }
.lp-doc__meta { color: var(--text-faint); font-size: 13px; margin-bottom: 28px; }
.lp-doc h2 { font-size: 19px; margin: 30px 0 10px; }
.lp-doc p, .lp-doc li { font-size: 14.5px; line-height: 1.75; color: var(--text-muted); }
.lp-doc ul { padding-left: 20px; margin: 8px 0; }
.lp-doc a { color: var(--accent); }
.lp-doc .todo { background: #fff4d6; color: #8a6100; border: 1px dashed #e0b950; border-radius: 6px; padding: 1px 6px; font-size: 13px; }
.lp-doc__back { display: inline-block; margin-bottom: 18px; color: var(--text-muted); font-size: 13.5px; }

/* ---- duyarlı ---- */
@media (max-width: 900px) {
  .lp-h1 { font-size: 36px; }
  .lp-features, .lp-problem, .lp-price, .lp-steps { grid-template-columns: 1fr; }
  .lp-shot__body { grid-template-columns: repeat(2, 1fr); }
  .lp-foot__grid { grid-template-columns: 1fr 1fr; }
  .lp-nav__links { display: none; }
}
@media (max-width: 520px) {
  .lp-h1 { font-size: 30px; }
  .lp-shot__body { grid-template-columns: 1fr; }
  .lp-foot__grid { grid-template-columns: 1fr; }
}
