/* Landing — clean white marketing page */
.euc-landing.lp-page {
  --lp-bg: #ffffff;
  --lp-bg-alt: #f8fafc;
  --lp-surface: #ffffff;
  --lp-surface-2: #f1f5f9;
  --lp-border: #e2e8f0;
  --lp-text: #0f172a;
  --lp-muted: #64748b;
  background:
    radial-gradient(1000px 500px at 5% -5%, rgba(14,165,233,.06), transparent 55%),
    radial-gradient(800px 400px at 95% 0%, rgba(99,102,241,.04), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
  color: var(--lp-text);
}
.lp-page { --lp-max: 1140px; --lp-scroll-offset: 7.5rem; scroll-padding-top: var(--lp-scroll-offset); }
html.has-lp-support-strip { --lp-scroll-offset: 10rem; }
html.has-lp-support-strip .lp-page { scroll-padding-top: var(--lp-scroll-offset); }
.lp-section { scroll-margin-top: var(--lp-scroll-offset); }

/* WhatsApp + header — tek blok, kaydırınca birlikte sabit */
.lp-top-stack {
  position: sticky;
  top: 0;
  z-index: 90;
}
.lp-support-strip {
  background: linear-gradient(90deg, #ecfdf5 0%, #f0fdf4 50%, #ecfdf5 100%);
  border-bottom: 1px solid rgba(34,197,94,.25);
  box-shadow: 0 2px 12px rgba(0,0,0,.04);
}
.lp-support-strip__link {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem; flex-wrap: nowrap;
  max-width: var(--lp-max); margin: 0 auto; padding: 0.5rem 1.25rem;
  color: #166534; text-decoration: none; font-size: 0.82rem; font-weight: 600;
  transition: color .2s; white-space: nowrap;
}
.lp-support-strip__link:hover { color: #14532d; }
.lp-support-strip__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: #25d366; color: #fff; flex-shrink: 0;
}
.lp-support-strip__cta {
  padding: 0.2rem 0.55rem; border-radius: 999px;
  background: #15803d; color: #ecfdf5; font-size: 0.75rem;
  flex-shrink: 0;
}
.lp-support-strip__text { flex-shrink: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.lp-mobile-nav__wa {
  display: flex !important; align-items: center; gap: 0.65rem;
  color: #4ade80 !important;
  background: #0a0f0a !important;
  border-radius: 12px;
  padding: 0.9rem 0.85rem !important;
  margin-bottom: 0.5rem;
  border: 1px solid rgba(74, 222, 128, 0.35) !important;
  border-bottom: 1px solid rgba(74, 222, 128, 0.35) !important;
  font-weight: 600;
  font-size: 1.05rem;
  text-shadow: 0 0 14px rgba(74, 222, 128, 0.5);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(74, 222, 128, 0.1);
}
.lp-mobile-nav__wa svg {
  color: #4ade80;
  flex-shrink: 0;
  filter: drop-shadow(0 0 8px rgba(74, 222, 128, 0.65));
}
.lp-mobile-nav__wa:hover {
  color: #86efac !important;
  background: #111827 !important;
  text-decoration: none;
}

.lp-header {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--lp-border);
  box-shadow: 0 1px 12px rgba(15,23,42,.04);
}
.lp-header__inner {
  max-width: var(--lp-max); margin: 0 auto; padding: 0.85rem 1.25rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.lp-brand { display: flex; align-items: center; gap: 0.6rem; color: var(--lp-text); text-decoration: none; font-weight: 700; font-size: 1.05rem; flex-shrink: 0; min-width: 0; }
.lp-brand:hover { text-decoration: none; color: var(--lp-text); }
.lp-brand__mark {
  width: 40px; height: 40px; border-radius: 11px; flex-shrink: 0; overflow: hidden;
  box-shadow: 0 0 0 1px rgba(14,165,233,.15), 0 4px 14px rgba(14,165,233,.2);
}
.lp-brand__mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.lp-nav { display: flex; align-items: center; gap: 0.25rem; flex-wrap: nowrap; flex-shrink: 1; min-width: 0; justify-content: flex-end; }
.lp-nav a:not(.euc-btn) { color: #475569; padding: 0.45rem 0.55rem; border-radius: 8px; font-size: 0.85rem; text-decoration: none; white-space: nowrap; }
.lp-nav a:not(.euc-btn):hover { color: var(--lp-text); background: #f1f5f9; text-decoration: none; }
.lp-nav .euc-lang-switch__btn { background: #f8fafc; border-color: var(--lp-border); color: var(--lp-text); }
.lp-menu-btn { display: none; width: 42px; height: 42px; border: 1px solid var(--lp-border); border-radius: 10px; background: #fff; color: var(--lp-text); cursor: pointer; }

/* Canlı platform — TV / radar ekranı (tek koyu blok) */
.lp-live {
  position: relative;
  padding: 1.5rem 1.25rem 1.75rem;
  background: #030712;
  border-bottom: 1px solid rgba(14, 165, 233, 0.2);
}
.lp-live__bezel {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 10px;
  border-radius: 20px;
  background: linear-gradient(145deg, #1e293b, #0f172a 40%, #1e293b);
  box-shadow:
    0 0 0 1px rgba(148, 163, 184, 0.15),
    0 24px 60px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.lp-live__screen {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(3, 7, 18, 0.99)),
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(14, 165, 233, 0.03) 2px, rgba(14, 165, 233, 0.03) 4px);
  border: 1px solid rgba(14, 165, 233, 0.25);
  box-shadow: inset 0 0 80px rgba(14, 165, 233, 0.06);
}
.lp-live__scan {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent 0%, rgba(14, 165, 233, 0.08) 50%, transparent 100%);
  animation: lp-live-scan 5s ease-in-out infinite;
  opacity: 0.5;
}
.lp-live__crt {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 3;
  background: radial-gradient(ellipse at center, transparent 55%, rgba(0, 0, 0, 0.45) 100%);
  opacity: 0.7;
}
@keyframes lp-live-scan {
  0%, 100% { transform: translateY(-100%); }
  50% { transform: translateY(100%); }
}
.lp-live__inner {
  position: relative;
  z-index: 4;
  padding: 1.1rem 1.25rem 1.15rem;
}
.lp-live__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem 0.85rem;
  margin-bottom: 0.85rem;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748b;
}
.lp-live__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(248, 113, 113, 0.4);
  color: #fca5a5;
  font-weight: 800;
  font-size: 0.68rem;
}
.lp-live__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55);
  animation: lp-live-pulse 1.8s ease-out infinite;
}
@keyframes lp-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55); }
  70% { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
}
.lp-live__title { color: #94a3b8; font-weight: 700; }
.lp-live__time {
  margin-left: auto;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: 0.68rem;
  color: #22d3ee;
  letter-spacing: 0.04em;
  text-transform: none;
  text-shadow: 0 0 12px rgba(34, 211, 238, 0.35);
}
.lp-live__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
}
.lp-live__cell {
  position: relative;
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.35);
  overflow: hidden;
  box-shadow: inset 0 0 24px rgba(14, 165, 233, 0.04);
}
.lp-live__cell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 0.9;
}
.lp-live__cell--links::before { background: linear-gradient(90deg, #60a5fa, #818cf8); }
.lp-live__cell--pass::before { background: linear-gradient(90deg, #34d399, #10b981); }
.lp-live__cell--block::before { background: linear-gradient(90deg, #fbbf24, #f59e0b); }
.lp-live__cell--bot::before { background: linear-gradient(90deg, #f87171, #ef4444); }
.lp-live__val {
  display: block;
  font-family: ui-monospace, "Cascadia Code", "SF Mono", monospace;
  font-size: clamp(1.4rem, 4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #f8fafc;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 20px rgba(34, 211, 238, 0.2);
  transition: color 0.25s, transform 0.25s;
}
.lp-live__val.is-tick { color: #6ee7b7; transform: scale(1.03); text-shadow: 0 0 24px rgba(110, 231, 183, 0.45); }
.lp-live__lbl {
  display: block;
  margin-top: 0.28rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
}
.lp-live__cell--pass .lp-live__lbl { color: #6ee7b7; }
.lp-live__cell--block .lp-live__lbl { color: #fcd34d; }
.lp-live__cell--bot .lp-live__lbl { color: #fca5a5; }
.lp-live__cell--links .lp-live__lbl { color: #93c5fd; }
.lp-live__trust {
  margin: 0.85rem 0 0;
  padding-top: 0.7rem;
  border-top: 1px dashed rgba(14, 165, 233, 0.2);
  font-size: 0.82rem;
  line-height: 1.5;
  color: #64748b;
  text-align: center;
}

@media (max-width: 720px) {
  .lp-live { padding: 1rem 0.85rem 1.25rem; }
  .lp-live__bezel { padding: 8px; border-radius: 16px; }
  .lp-live__grid { grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
  .lp-live__head { margin-bottom: 0.6rem; }
  .lp-live__time { width: 100%; margin-left: 0; text-align: left; }
  .lp-live__inner { padding: 0.85rem 0.9rem 0.95rem; }
  .lp-live__val { font-size: 1.35rem; }
  .lp-live__trust { font-size: 0.78rem; text-align: left; }
}
@media (max-width: 380px) {
  .lp-live__cell { padding: 0.65rem 0.7rem; }
}

.lp-hero {
  padding: 3.5rem 1.25rem 4rem;
  background:
    radial-gradient(900px 420px at 15% -5%, rgba(14,165,233,.08), transparent),
    radial-gradient(700px 350px at 90% 10%, rgba(99,102,241,.05), transparent),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.lp-hero__inner { max-width: var(--lp-max); margin: 0 auto; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2.5rem; align-items: center; }
.lp-hero__copy h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); line-height: 1.08; margin: 0.75rem 0 1rem; letter-spacing: -0.03em; color: var(--lp-text); }
.lp-hero__accent {
  background: linear-gradient(135deg, #0ea5e9, #6366f1 55%, #10b981);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lp-hero__lead { color: var(--lp-muted); font-size: 1.08rem; max-width: 34rem; margin: 0; line-height: 1.6; }
.lp-hero__checks {
  margin: 1.25rem 0 0; padding: 0; list-style: none; display: grid; gap: 0.45rem; max-width: 34rem;
}
.lp-hero__checks li {
  position: relative; padding-left: 1.35rem; color: #334155; font-size: 0.92rem; line-height: 1.45;
}
.lp-hero__checks li::before {
  content: ""; position: absolute; left: 0; top: 0.45rem; width: 8px; height: 8px; border-radius: 50%;
  background: linear-gradient(135deg, #0ea5e9, #10b981); box-shadow: 0 0 8px rgba(14,165,233,.3);
}
.lp-hero__note { margin-top: 1rem; }
.lp-hero__copy p { color: var(--lp-muted); font-size: 1.08rem; max-width: 34rem; margin: 0; }
.lp-hero__badge { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.35rem 0.75rem; border-radius: 999px; background: #eff6ff; color: #2563eb; font-size: 0.82rem; font-weight: 600; border: 1px solid #bfdbfe; white-space: nowrap; }
.lp-hero__tags {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem;
  margin-bottom: 1rem; max-width: 100%;
}
.lp-hero__trust {
  display: inline-flex; align-items: center; gap: 0.45rem; margin: 0;
  padding: 0.4rem 0.75rem; border-radius: 999px; font-size: 0.8rem; font-weight: 600;
  color: #047857; background: #ecfdf5; border: 1px solid #a7f3d0;
  white-space: nowrap; max-width: 100%;
}
@media (max-width: 900px) {
  .lp-hero__tags { justify-content: center; }
  .lp-hero__badge, .lp-hero__trust { white-space: normal; text-align: left; }
}
.lp-hero__trust svg { flex-shrink: 0; color: #10b981; }
.lp-hero__cta { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.75rem; }
.lp-hero__pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.25rem; }
.lp-pill { padding: 0.35rem 0.7rem; border-radius: 999px; background: #f8fafc; border: 1px solid var(--lp-border); font-size: 0.8rem; color: #475569; }

.lp-hero__visual { position: relative; }
.lp-mock {
  background: #ffffff;
  border: 1px solid var(--lp-border);
  border-radius: 20px;
  padding: 1.25rem;
  box-shadow: 0 20px 50px rgba(15,23,42,.08);
}
.lp-mock__bar { display: flex; gap: 0.35rem; margin-bottom: 1rem; }
.lp-mock__dot { width: 10px; height: 10px; border-radius: 50%; background: #e2e8f0; }
.lp-mock__row { display: flex; justify-content: space-between; align-items: center; padding: 0.65rem 0; border-bottom: 1px solid #f1f5f9; font-size: 0.85rem; color: var(--lp-text); }
.lp-mock__row:last-child { border-bottom: none; }
.lp-mock__tag { padding: 0.2rem 0.5rem; border-radius: 6px; font-size: 0.72rem; font-weight: 700; }
.lp-mock__tag--ok { background: #ecfdf5; color: #047857; }
.lp-mock__tag--bot { background: #fef2f2; color: #dc2626; }
.lp-mock--premium { box-shadow: 0 24px 60px rgba(14,165,233,.1), 0 0 0 1px rgba(14,165,233,.08); }
.lp-mock__title { margin-left: auto; font-size: 0.72rem; color: var(--lp-muted); letter-spacing: 0.06em; text-transform: uppercase; }
.lp-mock__chart {
  display: flex; align-items: flex-end; gap: 0.35rem; height: 64px; margin-top: 0.85rem; padding-top: 0.75rem;
  border-top: 1px solid #f1f5f9;
}
.lp-mock__chart span {
  flex: 1; border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, rgba(14,165,233,.7), rgba(14,165,233,.15));
  min-height: 8px;
}

.lp-stats { max-width: var(--lp-max); margin: -2.5rem auto 0; padding: 0 1.25rem; position: relative; z-index: 2; }
.lp-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; }
.lp-stat { background: #fff; border: 1px solid var(--lp-border); border-radius: 14px; padding: 1rem 1.1rem; text-align: center; box-shadow: 0 8px 24px rgba(15,23,42,.05); }
.lp-stat--premium {
  background: #fff;
  border-color: rgba(14,165,233,.2);
  box-shadow: 0 12px 32px rgba(14,165,233,.08);
}
.lp-stat strong { display: block; font-size: 1.5rem; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; color: var(--lp-text); }
.lp-stat span { font-size: 0.8rem; color: var(--lp-muted); }

.lp-trust {
  padding: 2.5rem 1.25rem 0; border-bottom: 1px solid var(--lp-border);
}
.lp-trust__inner { max-width: var(--lp-max); margin: 0 auto; text-align: center; }
.lp-trust__label {
  margin: 0 0 0.85rem; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--lp-muted);
}
.lp-trust__platforms { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.5rem; margin-bottom: 0.85rem; }
.lp-trust__chip {
  padding: 0.45rem 0.9rem; border-radius: 999px; font-size: 0.82rem; font-weight: 600; color: #334155;
  background: #fff; border: 1px solid var(--lp-border);
  box-shadow: 0 2px 8px rgba(15,23,42,.03);
}
.lp-trust__desc { margin: 0 auto 2rem; max-width: 40rem; color: var(--lp-muted); font-size: 0.92rem; line-height: 1.55; }

.lp-section__eyebrow {
  display: inline-block; margin-bottom: 0.5rem; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: #2563eb;
}

.lp-benefits { padding: 4.5rem 1.25rem; }
.lp-benefits__grid {
  max-width: var(--lp-max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr;
  gap: 2rem; align-items: start;
}
.lp-benefits__copy h2 { margin: 0 0 0.65rem; font-size: clamp(1.45rem, 3vw, 2rem); letter-spacing: -0.02em; color: var(--lp-text); }
.lp-benefits__copy p { margin: 0 0 1rem; color: var(--lp-muted); line-height: 1.55; }
.lp-benefits__list { margin: 0 0 1.25rem; padding: 0; list-style: none; display: grid; gap: 0.55rem; }
.lp-benefits__list li {
  padding-left: 1.25rem; position: relative; color: #334155; font-size: 0.92rem; line-height: 1.45;
}
.lp-benefits__list li::before { content: "✓"; position: absolute; left: 0; color: #10b981; font-weight: 700; }
.lp-benefits__cards { display: grid; gap: 0.75rem; }
.lp-benefit-card {
  padding: 1.15rem 1.25rem; border-radius: 16px;
  background: #fff; border: 1px solid var(--lp-border);
  transition: border-color .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 4px 16px rgba(15,23,42,.04);
}
.lp-benefit-card:hover { border-color: rgba(14,165,233,.35); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(14,165,233,.08); }
.lp-benefit-card strong { display: block; margin-bottom: 0.35rem; font-size: 0.95rem; color: var(--lp-text); }
.lp-benefit-card p { margin: 0; color: var(--lp-muted); font-size: 0.88rem; line-height: 1.5; }

.lp-usecases__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.lp-usecase {
  padding: 1.35rem; border-radius: 18px;
  background: #fff;
  border: 1px solid var(--lp-border);
  box-shadow: 0 4px 16px rgba(15,23,42,.04);
}
.lp-usecase h3 { margin: 0 0 0.5rem; font-size: 1.02rem; color: var(--lp-text); }
.lp-usecase p { margin: 0; color: var(--lp-muted); font-size: 0.9rem; line-height: 1.55; }

.lp-section { padding: 4.5rem 1.25rem; }
.lp-section--alt {
  background: #f8fafc;
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
}
#fiyat.lp-section {
  background:
    radial-gradient(800px 400px at 50% 0%, rgba(14,165,233,.06), transparent 60%),
    #ffffff;
}
.lp-section__head { max-width: var(--lp-max); margin: 0 auto 2rem; text-align: center; }
.lp-section__head h2 { margin: 0 0 0.5rem; font-size: clamp(1.5rem, 3vw, 2rem); letter-spacing: -0.02em; color: var(--lp-text); }
.lp-section__head p { margin: 0; color: var(--lp-muted); max-width: 36rem; margin-inline: auto; }
.lp-section__body { max-width: var(--lp-max); margin: 0 auto; }

.lp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.lp-feature { background: #fff; border: 1px solid var(--lp-border); border-radius: 16px; padding: 1.25rem; transition: transform .2s, border-color .2s, box-shadow .2s; box-shadow: 0 4px 16px rgba(15,23,42,.04); }
.lp-feature:hover { transform: translateY(-2px); border-color: rgba(14,165,233,.35); box-shadow: 0 12px 32px rgba(14,165,233,.08); }
.lp-feature__icon { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, rgba(14,165,233,.12), rgba(59,130,246,.08)); display: grid; place-items: center; margin-bottom: 0.75rem; font-size: 1.2rem; }
.lp-feature h3 { margin: 0 0 0.4rem; font-size: 1rem; color: var(--lp-text); }
.lp-feature p { margin: 0; color: var(--lp-muted); font-size: 0.9rem; line-height: 1.5; }

.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; counter-reset: step; }
.lp-step { background: #fff; border: 1px solid var(--lp-border); border-radius: 16px; padding: 1.25rem; position: relative; box-shadow: 0 4px 16px rgba(15,23,42,.04); }
.lp-step::before { counter-increment: step; content: counter(step); position: absolute; top: 1rem; right: 1rem; width: 28px; height: 28px; border-radius: 8px; background: #eff6ff; color: #2563eb; font-weight: 800; font-size: 0.85rem; display: grid; place-items: center; }
.lp-step h3 { margin: 0 0 0.4rem; font-size: 1rem; padding-right: 2rem; color: var(--lp-text); }
.lp-step p { margin: 0; color: var(--lp-muted); font-size: 0.9rem; }

.lp-pricing {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  align-items: stretch;
}
.lp-price {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--lp-border);
  border-radius: 22px;
  padding: 1.65rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
  transition: transform .2s, border-color .2s, box-shadow .2s;
  box-shadow: 0 8px 28px rgba(15,23,42,.06);
}
.lp-price:hover {
  transform: translateY(-4px);
  border-color: rgba(14,165,233,.35);
  box-shadow: 0 16px 40px rgba(14,165,233,.1);
}
.lp-price.is-featured {
  border-color: rgba(14,165,233,.45);
  box-shadow: 0 0 0 2px rgba(14,165,233,.12), 0 20px 48px rgba(14,165,233,.12);
}
.lp-price__ribbon {
  position: absolute; top: 0; right: 1.25rem; transform: translateY(-50%);
  padding: 0.3rem 0.75rem; border-radius: 999px; font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.04em; text-transform: uppercase;
  background: linear-gradient(135deg, #0ea5e9, #2563eb); color: #fff;
  box-shadow: 0 4px 14px rgba(14,165,233,.3);
}
.lp-price__head { margin-bottom: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--lp-border); }
.lp-price__head h3 { margin: 0; font-size: 1.15rem; font-weight: 700; letter-spacing: -0.02em; color: var(--lp-text); }
.lp-price__period { margin: 0.35rem 0 0; font-size: 0.82rem; color: var(--lp-muted); font-weight: 500; }
.lp-price__amount {
  font-size: clamp(2.1rem, 5vw, 2.65rem); font-weight: 800; letter-spacing: -0.04em;
  line-height: 1; color: var(--lp-text); margin-bottom: 1rem;
}
.lp-price__amount small { font-size: 1rem; font-weight: 600; color: var(--lp-muted); margin-left: 0.15rem; }
.lp-price__stat {
  display: flex; align-items: baseline; gap: 0.45rem; margin-bottom: 1rem;
  padding: 0.75rem 0.9rem; border-radius: 14px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
}
.lp-price__stat strong { font-size: 1.5rem; font-weight: 800; color: #0369a1; letter-spacing: -0.03em; }
.lp-price__cta.euc-btn--primary {
  background: linear-gradient(135deg, #06b6d4, #3b82f6);
  border: none;
  padding: 0.9rem 1.25rem;
  border-radius: 12px;
  font-size: 0.95rem;
  box-shadow: 0 8px 24px rgba(6,182,212,.35);
  transition: transform .15s, box-shadow .15s, filter .15s;
}
.lp-price__cta.euc-btn--primary:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(14,165,233,.45);
}
.lp-price.is-featured .lp-price__cta.euc-btn--primary {
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  box-shadow: 0 10px 32px rgba(14,165,233,.5);
}
.lp-price__stat span { font-size: 0.88rem; color: #475569; font-weight: 500; }
.lp-price__features {
  margin: 0 0 1.25rem; padding: 0; list-style: none; flex: 1;
  display: grid; gap: 0.55rem; color: #334155; font-size: 0.9rem; line-height: 1.4;
}
.lp-price__features li {
  display: flex; align-items: flex-start; gap: 0.5rem; padding-left: 0;
}
.lp-price__features li::before {
  content: ""; flex-shrink: 0; width: 18px; height: 18px; margin-top: 0.1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2334d399'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 0 1 0 1.414l-8 8a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414L8 12.586l7.293-7.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E") center/contain no-repeat;
}
.lp-price__cta { margin-top: auto; font-weight: 700; }

.lp-faq { max-width: 720px; margin: 0 auto; display: grid; gap: 0.5rem; }
.lp-faq__item { background: #fff; border: 1px solid var(--lp-border); border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(15,23,42,.03); }
.lp-faq__q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1rem 1.15rem; border: none; background: transparent; color: var(--lp-text); font: inherit; font-weight: 600; text-align: left; cursor: pointer; }
.lp-faq__q::after { content: "+"; font-size: 1.2rem; color: var(--lp-muted); transition: transform .2s; }
.lp-faq__item.is-open .lp-faq__q::after { transform: rotate(45deg); }
.lp-faq__a { display: none; padding: 0 1.15rem 1rem; color: var(--lp-muted); font-size: 0.92rem; line-height: 1.55; }
.lp-faq__item.is-open .lp-faq__a { display: block; }

.lp-cta { padding: 3rem 1.25rem 4rem; }
.lp-cta__box {
  max-width: var(--lp-max); margin: 0 auto; padding: 2.5rem 2rem; border-radius: 24px;
  background: linear-gradient(135deg, #eff6ff, #f0f9ff);
  border: 1px solid #bfdbfe;
  text-align: center;
  box-shadow: 0 16px 40px rgba(14,165,233,.08);
}
.lp-cta__box h2 { margin: 0 0 0.5rem; font-size: clamp(1.4rem, 3vw, 1.85rem); color: var(--lp-text); }
.lp-cta__box p { margin: 0 0 1.25rem; color: var(--lp-muted); }

.lp-section--contact { background: #f8fafc; }
.lp-contact { display: grid; grid-template-columns: 1fr 1.1fr; gap: 1.5rem; align-items: stretch; }
.lp-contact__card {
  height: 100%;
  padding: 1.75rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--lp-border);
  box-shadow: 0 8px 24px rgba(15,23,42,.05);
}
.lp-contact__icon { font-size: 1.75rem; display: block; margin-bottom: 0.75rem; }
.lp-contact__card h3 { margin: 0 0 0.5rem; font-size: 1.15rem; letter-spacing: -0.02em; color: var(--lp-text); }
.lp-contact__perks {
  margin: 1.25rem 0; padding: 0; list-style: none; display: grid; gap: 0.5rem;
  font-size: 0.9rem; color: var(--lp-muted);
}
.lp-contact__perks li {
  padding-left: 1.35rem; position: relative;
}
.lp-contact__perks li::before {
  content: ""; position: absolute; left: 0; top: 0.5rem; width: 8px; height: 8px; border-radius: 50%;
  background: linear-gradient(135deg, #0ea5e9, #3b82f6);
}
.lp-contact__form-wrap {
  padding: 1.75rem;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid var(--lp-border);
  box-shadow: 0 12px 32px rgba(15,23,42,.06);
}
.lp-contact-form { max-width: none; gap: 1rem; }
.lp-contact-form__title { margin: 0 0 0.25rem; font-size: 1.12rem; font-weight: 700; color: var(--lp-text); }
.lp-contact-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.lp-contact-form label { color: #334155; font-weight: 500; font-size: 0.88rem; }
.lp-contact-form input,
.lp-contact-form textarea {
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid var(--lp-border);
  background: #fff;
  color: var(--lp-text);
  font-size: 0.95rem;
  transition: border-color .2s, box-shadow .2s;
}
.lp-contact-form input::placeholder,
.lp-contact-form textarea::placeholder { color: #94a3b8; }
.lp-contact-form input:focus,
.lp-contact-form textarea:focus {
  outline: none;
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px rgba(14,165,233,.12);
}
.lp-contact-form textarea { min-height: 120px; resize: vertical; }
.lp-contact-form .euc-btn--primary {
  margin-top: 0.25rem;
  background: linear-gradient(135deg, #0ea5e9, #2563eb);
  box-shadow: 0 6px 20px rgba(14,165,233,.25);
}
.lp-contact__social { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.25rem; }
.euc-landing .euc-lang-switch__menu {
  background: #fff;
  border-color: #e2e8f0;
  box-shadow: 0 12px 36px rgba(15,23,42,.12);
}
.euc-landing .euc-lang-switch__item { color: #0f172a; }
.euc-landing .euc-lang-switch__item:hover,
.euc-landing .euc-lang-switch__item.is-active {
  background: #f0f9ff;
  color: #2563eb;
}

/* Yukarı çık — sol alt, minimal */
.lp-scroll-top {
  position: fixed;
  left: 1rem;
  bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
  z-index: 48;
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border-radius: 50%;
  border: 1px solid var(--lp-border);
  background: #fff;
  color: #475569;
  font-size: 1.15rem; line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(15,23,42,.08);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .2s, visibility .2s, transform .2s, border-color .2s;
}
.lp-scroll-top:hover { border-color: #cbd5e1; color: #0f172a; transform: translateY(-2px); }
.lp-scroll-top.is-visible { opacity: 1; visibility: visible; pointer-events: auto; }
@media (max-width: 900px) {
  .lp-scroll-top { bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px)); }
}
.euc-landing .euc-btn--ghost,
.euc-auth-page--chrome .euc-btn--ghost,
.lp-page .lp-nav .euc-btn--ghost {
  border-color: var(--lp-border, #e2e8f0);
  color: #334155;
  background: #fff;
}
.euc-landing .euc-btn--ghost:hover,
.euc-auth-page--chrome .euc-btn--ghost:hover,
.lp-page .lp-nav .euc-btn--ghost:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #0f172a;
}
.euc-btn--social-wa:hover { border-color: #25d366; color: #128c7e; }
.euc-btn--social-ig:hover { border-color: #dd2a7b; color: #c13584; }
.euc-btn--social-fb:hover { border-color: #1877f2; color: #1877f2; }

.lp-footer {
  padding: 0 0 calc(5rem + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--lp-border);
  background: #f8fafc;
  color: var(--lp-muted);
  font-size: 0.88rem;
}
.lp-footer__legal {
  max-width: var(--lp-max);
  margin: 0 auto;
  padding: 1.5rem 1.25rem 1rem;
}
.lp-footer-legal__group {
  border-radius: 14px;
  border: 1px solid var(--lp-border);
  background: #fff;
  margin-bottom: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}
.lp-footer-legal__summary {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--lp-text);
  list-style: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: background 0.15s;
}
.lp-footer-legal__summary-title { flex: 1; min-width: 0; }
.lp-footer-legal__summary::-webkit-details-marker { display: none; }
.lp-footer-legal__summary::after {
  content: "▾";
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: linear-gradient(180deg, #fff, #f1f5f9);
  color: #334155;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s, border-color 0.15s, background 0.15s;
}
.lp-footer-legal__group[open] .lp-footer-legal__summary {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.lp-footer-legal__group[open] .lp-footer-legal__summary::after {
  transform: rotate(180deg);
  border-color: #93c5fd;
  background: linear-gradient(180deg, #eff6ff, #dbeafe);
  color: #2563eb;
}
.lp-footer-legal__summary:active::after {
  transform: scale(0.96);
}
.lp-footer-legal__group[open] .lp-footer-legal__summary:active::after {
  transform: rotate(180deg) scale(0.96);
}
.lp-footer-legal__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.65rem;
  padding: 0 1.1rem 1rem;
  border-top: 1px solid #f1f5f9;
}
.lp-footer-legal__links a {
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #475569;
  background: #f8fafc;
  border: 1px solid var(--lp-border);
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
}
.lp-footer-legal__links a:hover {
  color: #2563eb;
  border-color: #bfdbfe;
  background: #eff6ff;
  text-decoration: none;
}
.lp-footer__copy {
  text-align: center;
  margin: 0;
  padding: 1rem 1.25rem 1.5rem;
  border-top: 1px solid var(--lp-border);
  background: #fff;
}
.lp-footer a { color: var(--lp-muted); }
.lp-footer a:hover { color: #2563eb; }

@media (min-width: 768px) {
  .lp-footer-legal__group { margin-bottom: 1.25rem; }
  .lp-footer-legal__summary { cursor: default; padding-bottom: 0.5rem; }
  .lp-footer-legal__summary::after { display: none; }
  .lp-footer-legal__links {
    display: flex !important;
    padding-top: 0.25rem;
    border-top: none;
  }
}
@media (max-width: 767px) {
  .lp-footer-legal__group:not([open]) .lp-footer-legal__links { display: none; }
  .lp-footer-legal__summary { padding: 1rem 1rem; }
  .lp-footer-legal__summary::after {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.1rem;
  }
}

/* Yasal sayfalar */
.lp-legal-page {
  padding: 2rem 1.25rem 3rem;
  background: #fff;
}
.lp-legal-page__inner {
  max-width: 720px;
  margin: 0 auto;
}
.lp-legal-back {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
}
.lp-legal-back:hover { color: #2563eb; text-decoration: none; }
.lp-legal-page h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  letter-spacing: -0.02em;
  color: var(--lp-text);
}
.lp-legal-body {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #334155;
}
.lp-legal-body h2 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1.05rem;
  color: var(--lp-text);
}
.lp-legal-body ul { padding-left: 1.25rem; }
.lp-legal-body a { color: #2563eb; }
.lp-legal-muted { margin-top: 2rem; font-size: 0.82rem; color: var(--lp-muted); }

/* Mobile full-screen nav */
.lp-mobile-nav {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(255,255,255,.98); backdrop-filter: blur(8px);
  display: flex; flex-direction: column; padding: 1rem 1.25rem 2rem;
  transform: translateY(-100%); opacity: 0; visibility: hidden;
  transition: transform .35s cubic-bezier(.4,0,.2,1), opacity .35s, visibility .35s;
}
.lp-mobile-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
.lp-mobile-nav__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.lp-mobile-nav__links { display: flex; flex-direction: column; gap: 0.25rem; flex: 1; }
.lp-mobile-nav__links a { color: var(--lp-text); font-size: 1.25rem; font-weight: 600; padding: 0.85rem 0; border-bottom: 1px solid var(--lp-border); text-decoration: none; }
.lp-mobile-nav__foot { display: grid; gap: 0.65rem; padding-top: 1rem; }

.lp-bottom-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 45;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.95); backdrop-filter: blur(10px);
  border-top: 1px solid var(--lp-border);
  box-shadow: 0 -4px 16px rgba(15,23,42,.06);
}
.lp-bottom-bar .euc-btn { width: 100%; }

@media (max-width: 900px) {
  .lp-nav { display: none; }
  .lp-menu-btn { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .lp-support-strip__text { display: none; }
  .lp-support-strip__link { padding: 0.45rem 1rem; font-size: 0.78rem; }
  .lp-hero__inner { grid-template-columns: 1fr; text-align: center; }
  .lp-hero__checks { margin-inline: auto; text-align: left; max-width: 22rem; }
  .lp-hero__copy p, .lp-hero__lead { margin-inline: auto; }
  .lp-hero__cta, .lp-hero__pills { justify-content: center; }
  .lp-hero__visual { order: -1; max-width: 400px; margin: 0 auto; }
  .lp-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .lp-benefits__grid { grid-template-columns: 1fr; }
  .lp-usecases__grid { grid-template-columns: 1fr; }
  .lp-features, .lp-steps { grid-template-columns: 1fr; }
  .lp-contact { grid-template-columns: 1fr; }
  .lp-contact-form__grid { grid-template-columns: 1fr; }
  .lp-bottom-bar { display: block; }
  .lp-page:has(.lp-bottom-bar) .lp-footer {
    padding-bottom: calc(5rem + env(safe-area-inset-bottom));
  }
}

/* 404 / hata sayfaları */
.lp-error-page { min-height: 100vh; display: flex; flex-direction: column; background: #f8fafc; }
.lp-error-main { flex: 1; }
.lp-error-page .lp-error { flex: 1; }
.lp-error {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1.25rem 4rem;
  overflow: hidden;
}
.lp-error__glow {
  pointer-events: none;
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.22), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.lp-error__inner {
  position: relative;
  z-index: 1;
  max-width: 560px;
  text-align: center;
}
.lp-error__code {
  margin: 0 0 0.5rem;
  font-size: clamp(4.5rem, 18vw, 7rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  background: linear-gradient(135deg, #93c5fd, var(--primary), #6366f1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0.95;
}
.lp-error h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0f172a;
}
.lp-error__lead {
  margin: 0 0 1rem;
  color: #64748b;
  font-size: 1.02rem;
  line-height: 1.55;
}
.lp-error__path {
  margin: 0 0 1.25rem;
}
.lp-error__path code {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  font-size: 0.82rem;
  color: #475569;
  word-break: break-all;
}
.lp-error__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin-bottom: 1.75rem;
}
.lp-error__tips {
  margin: 0;
  padding: 1rem 1.15rem;
  list-style: none;
  text-align: left;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}
.lp-error__tips li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.45rem;
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.45;
}
.lp-error__tips li:last-child { margin-bottom: 0; }
.lp-error__tips li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary);
}
@media (max-width: 480px) {
  .lp-error__actions .euc-btn { width: 100%; }
}
