/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   NewsRadar · Landing — "mürekkep" sistemi
   Koyu yeşil zemin (marka mürekkebi) + Space Grotesk başlıklar.
   Gövde ve arayüz Inter'de kalır; display yalnız pazarlama başlıklarında.
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.landing-body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  margin: 0;
}

.landing-body h1,
.landing-body h2,
.landing-body h3,
.how-no {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
}

/* ─── Mürekkep blokları (koyu yeşil zemin) ─── */
.ink {
  background: var(--deep);
  color: #eaf3f1;
}
.ink .btn-primary {
  background: #c6ff3a;
  color: #0a1400;
}
.ink .btn-primary:hover {
  background: #d4ff5a;
  box-shadow: 0 4px 18px rgba(198, 255, 58, 0.25);
}

/* ─── Üst gezinme ─── */
.landing-nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-nav .logo-img { height: 30px; display: block; }
.landing-nav-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav-link {
  color: rgba(234, 243, 241, 0.82);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.15s;
}
.nav-link:hover { color: #fff; }
.nav-cta { height: 38px; padding: 0 18px; font-size: 13.5px; }

/* ─── Hero ─── */
.hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 96px) 24px clamp(56px, 7vw, 100px);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}
.hero-lead {
  margin: 0 0 18px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #8fc7ba;
}
.hero h1 {
  margin: 0 0 22px;
  font-size: clamp(34px, 4.8vw, 56px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.025em;
  color: #f4faf8;
}
.hero-sub {
  margin: 0 0 30px;
  max-width: 54ch;
  font-size: clamp(15.5px, 1.5vw, 17.5px);
  line-height: 1.7;
  color: rgba(234, 243, 241, 0.84);
}
.hero-cta {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.hero-cta-alt {
  color: #8fc7ba;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(143, 199, 186, 0.45);
  padding-bottom: 2px;
  transition: color 0.15s, border-color 0.15s;
}
.hero-cta-alt:hover { color: #c8ece3; border-color: #c8ece3; }
.hero-note {
  margin: 14px 0 0;
  font-size: 13px;
  color: rgba(234, 243, 241, 0.55);
}
.hero-facts {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.hero-facts li {
  border-top: 1px solid rgba(234, 243, 241, 0.22);
  padding-top: 12px;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(234, 243, 241, 0.75);
}

/* Hero görseli: akış (kaynak → çeviri → WordPress) */
.hero-vis { min-width: 0; }
.hero-pipeline {
  display: flex;
  flex-direction: column;
  max-width: 440px;
  margin-left: auto;
}
.pipe-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #79b3a6;
  margin-bottom: 8px;
}
.pipe-step { display: flex; flex-direction: column; gap: 8px; }
.pipe-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(244, 250, 248, 0.92);
}
.pipe-step .pipe-card + .pipe-card { margin-left: 18px; }
.pipe-card .hero-flag {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.pipe-card .hero-flag .ic { width: 14px; height: 14px; color: rgba(234, 243, 241, 0.6); }
.pipe-rail {
  width: 2px;
  height: 22px;
  margin: 10px 0 10px 22px;
  background: linear-gradient(180deg, rgba(198, 255, 58, 0.6), rgba(198, 255, 58, 0.15));
  border-radius: 2px;
}
.pipe-card-ai { display: block; }
.pipe-card-ai .pipe-title { font-weight: 600; margin-bottom: 5px; }
.pipe-card-ai .pipe-meta {
  font-size: 11.5px;
  color: #79b3a6;
  font-variant-numeric: tabular-nums;
}
.pipe-card-wp { border-color: rgba(198, 255, 58, 0.45); }
.pipe-ok {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #c6ff3a;
  color: #0a1400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pipe-ok .ic { width: 12px; height: 12px; }

/* ─── Canlı deneme ─── */
.trial {
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}
.trial-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 92px) 24px;
}
.trial-head h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.trial-help {
  margin: 0 0 28px;
  max-width: 62ch;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--text-muted);
}
.trial-form { display: flex; flex-direction: column; gap: 12px; }
.trial-textarea {
  width: 100%;
  box-sizing: border-box;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  padding: 16px 18px;
  font: inherit;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text);
  resize: vertical;
  outline: 0;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.trial-textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.trial-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.trial-count {
  font-size: 13px;
  color: var(--text-muted);
  font-variant-numeric: tabular-nums;
}
.trial-count.over { color: var(--danger, #b3261e); font-weight: 600; }
.btn-link {
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--accent-hover);
  cursor: pointer;
}
.btn-link:hover { text-decoration: underline; }
.trial-submit { align-self: flex-start; }
.trial-error {
  background: var(--danger-soft, #fdecea);
  border: 1px solid var(--danger-border, #f3c1bb);
  color: var(--danger, #b3261e);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 13.5px;
}

/* Deneme sonuçları */
.trial-result { margin-top: 36px; }
.trial-sources {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 26px;
}
.trial-source {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13.5px;
}
.trial-source-status {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.trial-source-status .ic { width: 12px; height: 12px; }
.trial-source.ok .trial-source-status { background: var(--success-soft, #e3f3e8); color: var(--success, #15803d); }
.trial-source.fail .trial-source-status { background: var(--danger-soft, #fdecea); color: var(--danger, #b3261e); }
.trial-source-name { font-weight: 600; }
.trial-source-cat {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent-hover);
  background: var(--accent-soft);
  border-radius: 999px;
  padding: 2px 9px;
}
.trial-source-count { margin-left: auto; color: var(--text-muted); font-variant-numeric: tabular-nums; }
.trial-source-err { margin-left: auto; color: var(--danger, #b3261e); font-size: 12.5px; }

.trial-articles { display: flex; flex-direction: column; }
.trial-card {
  border-top: 1px solid var(--border);
  padding: 20px 0;
}
.trial-card:first-child { border-top: 0; }
.trial-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 12.5px;
  color: var(--text-muted);
}
.trial-card-fav { width: 16px; height: 16px; border-radius: 4px; }
.trial-card-source { font-weight: 600; color: var(--text); }
.trial-card-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--border-strong); }
.trial-card-time { font-variant-numeric: tabular-nums; }
.trial-card-cat {
  font-size: 11px;
  font-weight: 700;
  color: var(--accent-hover);
  background: var(--accent-soft);
  border-radius: 999px;
  padding: 2px 9px;
}
.trial-card-title { margin: 0 0 6px; }
.trial-card-title a {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--text);
  text-decoration: none;
}
.trial-card-title a:hover { color: var(--accent-hover); }
.trial-card-summary {
  margin: 0;
  max-width: 72ch;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

.trial-empty {
  text-align: center;
  padding: 44px 20px;
  color: var(--text-muted);
}
.trial-empty-icon {
  display: inline-flex;
  color: var(--text-faint);
  margin-bottom: 12px;
}
.trial-empty-icon .ic { width: 34px; height: 34px; }
.trial-empty-title { font-weight: 700; color: var(--text); margin-bottom: 6px; }
.trial-empty-help { font-size: 13.5px; max-width: 52ch; margin: 0 auto; }

.spinner {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: currentColor;
  border-radius: 50%;
  animation: trial-spin 0.7s linear infinite;
}
@keyframes trial-spin { to { transform: rotate(360deg); } }

/* ─── Üç adım ─── */
.how { background: var(--surface); }
.how-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(56px, 7vw, 96px) 24px;
}
.how-title {
  margin: 0 0 16px;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.how-row {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: clamp(18px, 3vw, 36px);
  padding: 38px 0;
  border-top: 1px solid var(--border);
}
.how-row:first-of-type { border-top: 0; padding-top: 24px; }
.how-no {
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 800;
  line-height: 1;
  color: var(--accent);
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.how-body h3 {
  margin: 4px 0 10px;
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.015em;
}
.how-body p {
  margin: 0 0 10px;
  max-width: 64ch;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--text-muted);
}
.how-detail {
  font-size: 13.5px !important;
  color: var(--text-faint) !important;
}

/* ─── Ayrıntılar (künye) ─── */
.details { background: var(--bg); border-top: 1px solid var(--border); }
.details-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 80px) 24px;
}
.details-inner h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  letter-spacing: -0.02em;
}
.details-list { margin: 0; }
.details-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--border);
}
.details-row:first-child { border-top: 0; padding-top: 24px; }
.details-row dt {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.details-row dd {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 64ch;
}

/* ─── Fiyat şeridi ─── */
.price-strip { background: var(--accent-soft); }
.price-strip-inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 26px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.price-strip-line {
  margin: 0;
  font-size: 15px;
  color: var(--text);
}
.price-strip-line strong {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-weight: 800;
}
.price-strip-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent-hover);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}
.price-strip-link:hover { color: var(--accent); }

/* ─── Final CTA ─── */
.final { text-align: center; }
.final-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(64px, 8vw, 104px) 24px;
}
.final h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 3.8vw, 44px);
  font-weight: 800;
  letter-spacing: -0.022em;
  color: #f4faf8;
}
.final-sub {
  margin: 0 0 28px;
  font-size: 16px;
  color: rgba(234, 243, 241, 0.75);
}

/* ─── Footer ─── */
.footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
}
.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 52px 24px 44px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 36px;
}
.footer-brand .logo-footer { height: 26px; display: block; margin-bottom: 14px; }
.footer-brand p {
  margin: 0 0 6px;
  font-size: 13.5px;
  color: var(--text-muted);
}
.footer-copy { color: var(--text-faint) !important; font-size: 12.5px !important; }
.footer-col h4 {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-faint);
}
.footer-col a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: var(--text);
  text-decoration: none;
}
.footer-col a:hover { color: var(--accent-hover); }

/* ─── Kayıt kapısı (kapatılabilir) ─── */
.trial-gate {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.trial-gate-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 28, 24, 0.62);
}
.trial-gate-card {
  position: relative;
  background: var(--surface);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(10, 28, 24, 0.35);
  width: 100%;
  max-width: 420px;
  padding: 30px 28px 24px;
  animation: gate-in 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes gate-in {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}
.trial-gate-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: var(--bg);
  color: var(--text-muted);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, color 0.15s;
}
.trial-gate-close:hover { background: var(--border); color: var(--text); }
.trial-gate-close .ic { width: 16px; height: 16px; }
.trial-gate-head h3 {
  margin: 0 0 8px;
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.015em;
  padding-right: 28px;
}
.trial-gate-sub {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}
.trial-gate-form { display: flex; flex-direction: column; gap: 14px; }
.trial-gate-field { display: flex; flex-direction: column; gap: 6px; }
.trial-gate-field span { font-size: 13px; font-weight: 600; }
.trial-gate-field input {
  height: 44px;
  padding: 0 14px;
  background: var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: 10px;
  font: inherit;
  font-size: 14.5px;
  color: var(--text);
  outline: 0;
}
.trial-gate-field input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.trial-gate-submit { width: 100%; justify-content: center; }
.trial-gate-error {
  background: var(--danger-soft, #fdecea);
  border: 1px solid var(--danger-border, #f3c1bb);
  color: var(--danger, #b3261e);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
}
.trial-gate-foot {
  margin-top: 16px;
  text-align: center;
  font-size: 13.5px;
  color: var(--text-muted);
}
.trial-gate-foot a { color: var(--accent-hover); font-weight: 600; }
body.gate-open { overflow: hidden; }

/* Kapı kapatıldıysa: alt hatırlatma şeridi */
.trial-stickybar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
  background: var(--deep);
  color: #eaf3f1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 12px 16px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -6px 24px rgba(10, 28, 24, 0.25);
  animation: sticky-in 0.25s ease-out;
}
@keyframes sticky-in {
  from { transform: translateY(100%); }
  to   { transform: translateY(0); }
}
.trial-stickybar-text { font-size: 14px; }
.trial-stickybar .btn-primary {
  background: #c6ff3a;
  color: #0a1400;
  height: 38px;
  padding: 0 18px;
  font-size: 13.5px;
}
.trial-stickybar .btn-primary:hover { background: #d4ff5a; }

/* ─── Duyarlılık ─── */
@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; }
  .hero-pipeline { margin: 0 auto; }
  .landing-nav-actions { gap: 16px; }
  .nav-link:first-child { display: none; }
}
@media (max-width: 640px) {
  .hero-facts { grid-template-columns: 1fr; gap: 10px; }
  .how-row { grid-template-columns: 1fr; gap: 6px; }
  .how-no { font-size: 30px; }
  .details-row { grid-template-columns: 1fr; gap: 4px; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .price-strip-inner { flex-direction: column; align-items: flex-start; }
  .landing-nav .nav-link { display: none; }
  .trial-stickybar { flex-direction: column; gap: 10px; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  .trial-gate-card, .trial-stickybar { animation: none; }
  .spinner { animation-duration: 1.4s; }
}
