/*
 * motta-landing.css — v12.49 Kurumsal Premium Landing
 * Namespace: motta-lp-*
 * Bağımlılık: motta-live.css token'larını miras alır (--ink, --gold, --paper, --line, --font-sans)
 * NOT: motta-live.css'e dokunulmaz. Bu dosya sadece landing bölümleri için ek stiller içerir.
 */

/* ════════════════════════════════════════════════════════════════════════
 * v2100 — Apple-tarzı Minimal Landing
 * Namespace: lp-v2100 (yeni — eski .motta-lp-v2000 selectorlar dokunulmaz)
 * Tarih: 2026-05-18
 * Tipografi: serif başlık (Georgia/New York), sans gövde, devasa whitespace
 * ════════════════════════════════════════════════════════════════════════ */

.lp-v2100 {
  --lp-serif: 'New York', 'Georgia', ui-serif, serif;
  --lp-sans: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', sans-serif;
  --lp-ink: #1d1d1f;
  --lp-ink-soft: #6e6e73;
  --lp-paper: #ffffff;
  --lp-paper-alt: #f5f5f7;
  --lp-line: rgba(0, 0, 0, .08);
  --lp-gold: #c9a24d;
  --lp-gold-deep: #a8862d;
  --lp-section-py: clamp(96px, 12vw, 160px);
  --lp-container: 1240px;
  --lp-radius: 18px;

  background: var(--lp-paper);
  color: var(--lp-ink);
  font-family: var(--lp-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  scroll-behavior: smooth;
}

.lp-v2100 *,
.lp-v2100 *::before,
.lp-v2100 *::after {
  box-sizing: border-box;
}

.lp-v2100 :target {
  scroll-margin-top: 72px;
}

/* ── Header / Nav ─────────────────────────────────────────────────────── */
.lp-v2100__header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .85);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--lp-line);
}

.lp-v2100__header-inner {
  max-width: var(--lp-container);
  margin: 0 auto;
  padding: 14px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.lp-v2100__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--lp-ink);
  font-family: var(--lp-serif);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.lp-v2100__brand-mark {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: var(--lp-ink);
  color: var(--lp-paper);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--lp-serif);
  font-weight: 700;
  font-size: 14px;
}

.lp-v2100__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.lp-v2100__nav-link {
  font-size: 14px;
  color: var(--lp-ink);
  text-decoration: none;
  font-weight: 400;
  opacity: .85;
  transition: opacity 200ms ease;
}

.lp-v2100__nav-link:hover {
  opacity: 1;
}

/* ── Container & Section ──────────────────────────────────────────────── */
.lp-v2100__section {
  padding-block: var(--lp-section-py);
}

.lp-v2100__container {
  max-width: var(--lp-container);
  margin: 0 auto;
  padding-inline: 32px;
}

.lp-v2100__section--alt {
  background: var(--lp-paper-alt);
}

/* ── Typography ───────────────────────────────────────────────────────── */
.lp-v2100 .lp-eyebrow {
  font-family: var(--lp-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lp-gold-deep);
  margin: 0 0 16px;
}

.lp-v2100__h1 {
  font-family: var(--lp-serif);
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--lp-ink);
  margin: 0 0 24px;
}

.lp-v2100__h2 {
  font-family: var(--lp-serif);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.015em;
  color: var(--lp-ink);
  margin: 0 0 20px;
}

.lp-v2100__h2--mega {
  font-size: clamp(56px, 8vw, 112px);
  text-align: center;
}

.lp-v2100__lead {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--lp-ink-soft);
  max-width: 620px;
  margin: 0 0 32px;
}

.lp-v2100__section-head {
  text-align: center;
  margin-bottom: 64px;
}

.lp-v2100__section-head .lp-eyebrow {
  display: inline-block;
}

.lp-v2100__section-head .lp-v2100__lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

/* ── Buttons ──────────────────────────────────────────────────────────── */
.lp-v2100 .lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 980px;
  font-family: var(--lp-sans);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  letter-spacing: 0;
  line-height: 1;
}

.lp-v2100 .lp-btn--gold {
  background: var(--lp-gold);
  color: #1d1d1f;
  box-shadow: 0 1px 2px rgba(168, 134, 45, .25), inset 0 1px 0 rgba(255, 255, 255, .3);
}

.lp-v2100 .lp-btn--gold:hover {
  background: var(--lp-gold-deep);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(168, 134, 45, .35);
}

.lp-v2100 .lp-btn--ghost {
  background: transparent;
  color: var(--lp-ink);
  border-color: rgba(0, 0, 0, .14);
}

.lp-v2100 .lp-btn--ghost:hover {
  border-color: var(--lp-ink);
  background: rgba(0, 0, 0, .03);
}

.lp-v2100 .lp-btn--xl {
  padding: 18px 40px;
  font-size: 18px;
}

.lp-v2100__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lp-v2100__cta-row--center {
  justify-content: center;
}

/* ── Section 1 — Hero ─────────────────────────────────────────────────── */
.lp-v2100__hero {
  padding-block: clamp(64px, 9vw, 120px) var(--lp-section-py);
}

.lp-v2100__hero-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.lp-v2100__hero-stage {
  position: relative;
  width: 100%;
  max-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-v2100__hero-mockup {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 823 / 1058;
  background: transparent;
  border-radius: 24px;
  overflow: visible;
  filter: drop-shadow(0 40px 80px rgba(0, 0, 0, .12));
}

.lp-v2100__hero-mockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 24px;
}

.lp-v2100__hero-device {
  position: absolute;
  right: -32px;
  top: -16px;
  width: 240px;
  height: 440px;
  transform: rotate(-3deg);
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, .18));
  pointer-events: none;
}

.lp-v2100__hero-copy {
  max-width: 520px;
}

.lp-v2100__hero-copy .lp-v2100__lead {
  max-width: 520px;
}

/* ── Section 2 — Mockup Demo ──────────────────────────────────────────── */
.lp-v2100__demo {
  background: var(--lp-paper-alt);
}

.lp-v2100__view-tabs {
  display: inline-flex;
  background: rgba(0, 0, 0, .05);
  border-radius: 980px;
  padding: 4px;
  margin: 0 auto 48px;
  justify-content: center;
}

.lp-v2100__view-tabs-wrap {
  display: flex;
  justify-content: center;
}

.lp-v2100__view-tab {
  appearance: none;
  border: none;
  background: transparent;
  padding: 8px 24px;
  border-radius: 980px;
  font-family: var(--lp-sans);
  font-size: 14px;
  font-weight: 500;
  color: var(--lp-ink-soft);
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease, box-shadow 200ms ease;
  line-height: 1.4;
}

.lp-v2100__view-tab.is-active {
  background: #fff;
  color: var(--lp-ink);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .08), 0 0 0 1px rgba(0, 0, 0, .04);
}

.lp-v2100__stage {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  aspect-ratio: 823 / 1058;
}

.lp-v2100__stage-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 400ms ease;
  pointer-events: none;
}

.lp-v2100__stage-img.is-active {
  opacity: 1;
}

.lp-v2100__stage-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lp-v2100__stage-layer[data-view="front"],
.lp-v2100__stage-layer[data-view="back"] {
  opacity: 0;
  transition: opacity 400ms ease;
}

.lp-v2100__stage-layer.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* Callout */
.lp-v2100__callout {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  pointer-events: auto;
  opacity: 0;
  transition: opacity 600ms ease;
  --i: 0;
  transition-delay: calc(var(--i, 0) * 80ms);
}

.lp-v2100__callout.is-revealed,
.lp-v2100__stage-layer.is-active .lp-v2100__callout {
  opacity: 1;
}

.lp-v2100__callout-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--lp-gold);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
  display: block;
  transition: transform 200ms ease, box-shadow 200ms ease;
  cursor: pointer;
}

.lp-v2100__callout:hover .lp-v2100__callout-dot,
.lp-v2100__callout:focus-visible .lp-v2100__callout-dot {
  transform: scale(1.3);
  box-shadow: 0 6px 18px rgba(201, 162, 77, .35);
}

.lp-v2100__callout-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 1px;
  border-top: 1px dashed var(--lp-ink-soft);
  transform-origin: 0 0;
}

.lp-v2100__callout--right .lp-v2100__callout-line {
  transform: translate(0, 0);
}

.lp-v2100__callout--left .lp-v2100__callout-line {
  transform: rotate(180deg);
}

.lp-v2100__callout-label {
  position: absolute;
  left: calc(50% + 64px);
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: var(--lp-ink);
  font-family: var(--lp-sans);
  font-size: 13px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .10);
  opacity: 0;
  transition: opacity 200ms ease, transform 200ms ease;
  pointer-events: none;
}

.lp-v2100__callout--left .lp-v2100__callout-label {
  left: auto;
  right: calc(50% + 64px);
}

.lp-v2100__callout:hover .lp-v2100__callout-label,
.lp-v2100__callout:focus-visible .lp-v2100__callout-label,
.lp-v2100__callout.is-active .lp-v2100__callout-label {
  opacity: 1;
}

/* Demo footer / legend */
.lp-v2100__demo-legend {
  text-align: center;
  font-size: 14px;
  color: var(--lp-ink-soft);
  margin-top: 56px;
}

/* ── Section 3 — Bayi Features (4 cards) ──────────────────────────────── */
.lp-v2100__features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.lp-v2100__feature-card {
  background: var(--lp-paper);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  padding: 40px 32px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 300ms cubic-bezier(.22, .61, .36, 1), border-color 300ms ease, box-shadow 300ms ease;
}

.lp-v2100__features-grid:hover .lp-v2100__feature-card {
  transform: scale(0.97);
  opacity: .85;
}

.lp-v2100__features-grid .lp-v2100__feature-card:hover {
  transform: scale(1.03);
  opacity: 1;
  border-color: var(--lp-gold);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
  z-index: 2;
}

.lp-v2100__feature-icon {
  width: 32px;
  height: 32px;
  color: var(--lp-ink);
  margin-bottom: 24px;
}

.lp-v2100__feature-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.lp-v2100__feature-num {
  font-family: var(--lp-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--lp-gold-deep);
  margin-bottom: 12px;
  display: block;
  text-transform: uppercase;
}

.lp-v2100__feature-title {
  font-family: var(--lp-serif);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--lp-ink);
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}

.lp-v2100__feature-body {
  font-size: 16px;
  line-height: 1.5;
  color: var(--lp-ink-soft);
  margin: 0 0 24px;
  flex: 1;
}

.lp-v2100__feature-cta {
  font-size: 14px;
  color: var(--lp-ink);
  align-self: flex-end;
  font-weight: 500;
}

/* ── Section 4 — Pricing (cascade over .motta-public-plan) ────────────── */
.lp-v2100__pricing {
  background: var(--lp-paper-alt);
}

.lp-v2100__pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
}

.lp-v2100__pricing .motta-public-plan {
  background: var(--lp-paper);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow: none;
  transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
  color: var(--lp-ink);
  position: relative;
}

.lp-v2100__pricing .motta-public-plan.is-recommended {
  border-top: 4px solid var(--lp-gold);
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, .08);
}

.lp-v2100__pricing .motta-public-plan:hover {
  border-color: var(--lp-ink-soft);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .08);
}

.lp-v2100__pricing .motta-public-plan__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
}

.lp-v2100__pricing .motta-public-plan__head p {
  font-family: var(--lp-sans);
  font-size: 13px;
  color: var(--lp-ink-soft);
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}

.lp-v2100__pricing .motta-public-plan__head h3 {
  font-family: var(--lp-serif);
  font-size: 28px;
  font-weight: 600;
  color: var(--lp-ink);
  margin: 0;
  letter-spacing: -0.01em;
}

.lp-v2100__pricing .motta-public-plan__badge {
  font-family: var(--lp-sans);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: var(--lp-gold);
  color: #1d1d1f;
  padding: 4px 10px;
  border-radius: 999px;
  font-style: normal;
  white-space: nowrap;
}

.lp-v2100__pricing .motta-public-plan__prices {
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line);
  padding: 24px 0;
}

.lp-v2100__pricing .motta-public-plan__prices > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.lp-v2100__pricing .motta-public-plan__prices > div:first-child strong {
  font-family: var(--lp-serif);
  font-size: 56px;
  font-weight: 500;
  color: var(--lp-ink);
  line-height: 1;
  letter-spacing: -0.02em;
}

.lp-v2100__pricing .motta-public-plan__prices > div:first-child span {
  font-size: 14px;
  color: var(--lp-ink-soft);
}

.lp-v2100__pricing .motta-public-plan__prices > div:not(:first-child) span {
  font-size: 13px;
  color: var(--lp-ink-soft);
}

.lp-v2100__pricing .motta-public-plan__prices > div:not(:first-child) strong {
  font-family: var(--lp-sans);
  font-size: 15px;
  font-weight: 500;
  color: var(--lp-ink);
}

.lp-v2100__pricing .motta-public-plan__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-v2100__pricing .motta-public-plan__features li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--lp-ink);
}

.lp-v2100__pricing .motta-public-plan__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8.5l3 3 7-7' fill='none' stroke='%23c9a24d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.lp-v2100__pricing .motta-public-plan__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 980px;
  font-family: var(--lp-sans);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  background: var(--lp-ink);
  color: #fff;
  border: 1px solid var(--lp-ink);
  margin-top: auto;
  transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.lp-v2100__pricing .motta-public-plan__cta:hover {
  background: transparent;
  color: var(--lp-ink);
  transform: translateY(-1px);
}

.lp-v2100__pricing .motta-public-plan.is-recommended .motta-public-plan__cta {
  background: var(--lp-gold);
  color: #1d1d1f;
  border-color: var(--lp-gold);
}

.lp-v2100__pricing .motta-public-plan.is-recommended .motta-public-plan__cta:hover {
  background: var(--lp-gold-deep);
  color: #fff;
  border-color: var(--lp-gold-deep);
}

/* ── Section 5 — Final CTA ────────────────────────────────────────────── */
.lp-v2100__final {
  text-align: center;
  padding-block: clamp(120px, 14vw, 200px);
}

.lp-v2100__final .lp-v2100__lead {
  max-width: 600px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 18px;
}

/* ── Footer ───────────────────────────────────────────────────────────── */
.lp-v2100__footer {
  background: var(--lp-paper);
  border-top: 1px solid var(--lp-line);
  padding: 40px 0;
}

.lp-v2100__footer-inner {
  max-width: var(--lp-container);
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 13px;
  color: var(--lp-ink-soft);
}

.lp-v2100__footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.lp-v2100__footer-nav a {
  color: var(--lp-ink-soft);
  text-decoration: none;
  transition: color 200ms ease;
}

.lp-v2100__footer-nav a:hover {
  color: var(--lp-ink);
}

/* ── Inline iPhone-frame skeleton (hero secondary) ────────────────────── */
.lp-v2100__device-frame {
  width: 100%;
  height: 100%;
  display: block;
}

/* ── Reveal animations (IntersectionObserver) ─────────────────────────── */
.lp-v2100__reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.22, .61, .36, 1);
}

.lp-v2100__reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .lp-v2100__header-inner {
    padding: 12px 24px;
  }
  .lp-v2100__container {
    padding-inline: 24px;
  }
  .lp-v2100__features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-v2100__pricing-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .lp-v2100__pricing .motta-public-plan.is-recommended {
    transform: none;
  }
}

@media (max-width: 768px) {
  .lp-v2100__nav {
    gap: 16px;
  }
  .lp-v2100__nav-link:not(.lp-btn) {
    display: none;
  }
  .lp-v2100__hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .lp-v2100__hero-copy {
    order: -1;
    max-width: 100%;
  }
  .lp-v2100__hero-mockup {
    max-width: 100%;
  }
  .lp-v2100__hero-device {
    width: 180px;
    height: 330px;
    right: -8px;
    top: -8px;
  }
  .lp-v2100__features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-v2100__feature-card {
    min-height: auto;
    padding: 32px 24px;
  }
  .lp-v2100__callout-label {
    font-size: 11px;
    padding: 4px 8px;
  }
}

@media (max-width: 600px) {
  .lp-v2100__container {
    padding-inline: 20px;
  }
  .lp-v2100__cta-row {
    flex-direction: column;
  }
  .lp-v2100 .lp-btn {
    width: 100%;
    padding: 16px 24px;
  }
  .lp-v2100__features-grid {
    grid-template-columns: 1fr;
  }
  .lp-v2100__features-grid .lp-v2100__feature-card:hover,
  .lp-v2100__features-grid:hover .lp-v2100__feature-card {
    transform: none;
    opacity: 1;
  }
  .lp-v2100__hero-device {
    display: none;
  }
}

@media (max-width: 480px) {
  .lp-v2100__h1 {
    font-size: clamp(40px, 10vw, 56px);
  }
  .lp-v2100__h2 {
    font-size: clamp(32px, 8vw, 44px);
  }
  .lp-v2100__h2--mega {
    font-size: clamp(40px, 12vw, 64px);
  }
  .lp-v2100__footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

/* ── prefers-reduced-motion ───────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .lp-v2100 *,
  .lp-v2100 *::before,
  .lp-v2100 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .lp-v2100__reveal,
  .lp-v2100__callout {
    opacity: 1 !important;
    transform: none !important;
    transition-delay: 0ms !important;
  }
}

/* ════════════════════════════════════════════════════════════════════════
 * v2200 — Rich Interactive Premium Landing
 * Namespace: lp-v2200 (v2100 yan yana, eski silinmedi)
 * Tarih: 2026-05-18
 * Vizyon: Stripe + Notion + Linear · zengin · interaktif · "wow"
 * Hedef: 10 bolum (Hero / Stat / Renkler / Mockup / Magaza / Urun / Odeme / Embed / Paketler / Final)
 * KRITIK BG FIX: body.motta-public dark gradient !important override
 * ════════════════════════════════════════════════════════════════════════ */

/* ── KRITIK: motta-live.css:2686 body.motta-public dark gradient override ── */
body.motta-public.lp-v2200 {
  background: #ffffff !important;
  color: #0a0e1a !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', sans-serif !important;
}
body.motta-public.lp-v2200::before,
body.motta-public.lp-v2200::after {
  display: none !important;
  content: none !important;
}
html:has(body.motta-public.lp-v2200) {
  background: #ffffff !important;
}

/* ── Token'lar ─────────────────────────────────────────────────────────── */
.lp-v2200 {
  --lp-serif: 'New York', 'Georgia', ui-serif, serif;
  --lp-sans: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', sans-serif;
  --lp-mono: 'SF Mono', 'JetBrains Mono', 'Menlo', Consolas, monospace;
  --lp-ink: #0a0e1a;
  --lp-ink-2: #4a5568;
  --lp-ink-soft: #6e6e73;
  --lp-paper: #ffffff;
  --lp-paper-alt: #f7f8fa;
  --lp-paper-dark: #0a0e1a;
  --lp-line: rgba(10, 14, 26, .08);
  --lp-line-strong: rgba(10, 14, 26, .14);
  --lp-gold: #c9a24d;
  --lp-gold-deep: #a8862d;
  --lp-gold-soft: rgba(201, 162, 77, .12);
  --lp-success: #10b981;
  --lp-section-py: clamp(80px, 10vw, 140px);
  --lp-container: 1240px;
  --lp-radius: 18px;
  --lp-radius-sm: 12px;
  --lp-radius-lg: 24px;
  --lp-shadow-card: 0 1px 3px rgba(10, 14, 26, .05), 0 12px 32px rgba(10, 14, 26, .07);
  --lp-shadow-lift: 0 24px 60px rgba(10, 14, 26, .12);

  background: var(--lp-paper);
  color: var(--lp-ink);
  font-family: var(--lp-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.55;
  scroll-behavior: smooth;
}

.lp-v2200 *,
.lp-v2200 *::before,
.lp-v2200 *::after { box-sizing: border-box; }

.lp-v2200 :target { scroll-margin-top: 80px; }

.lp-v2200 a { color: inherit; text-decoration: none; }
.lp-v2200 ul { list-style: none; padding: 0; margin: 0; }

/* ── Header / Nav ─────────────────────────────────────────────────────── */
.lp-v2200__header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  border-bottom: 1px solid var(--lp-line);
}
.lp-v2200__header-inner {
  max-width: var(--lp-container);
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.lp-v2200__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 18px;
  color: var(--lp-ink);
  letter-spacing: -0.01em;
}
.lp-v2200__brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--lp-ink) 0%, #1a2240 100%);
  color: var(--lp-gold);
  font-weight: 800;
  font-size: 16px;
  font-family: var(--lp-serif);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.lp-v2200__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.lp-v2200__nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--lp-ink-2);
  transition: color 180ms ease;
}
.lp-v2200__nav-link:hover { color: var(--lp-ink); }

/* ── Section / Container ──────────────────────────────────────────────── */
.lp-v2200__section { padding-block: var(--lp-section-py); }
.lp-v2200__container {
  max-width: var(--lp-container);
  margin: 0 auto;
  padding-inline: 32px;
}
.lp-v2200__section--alt { background: var(--lp-paper-alt); }

/* ── Typography ───────────────────────────────────────────────────────── */
.lp-v2200 .lp-eyebrow {
  font-family: var(--lp-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-gold-deep);
  margin: 0 0 18px;
}
.lp-v2200 .lp-eyebrow--light { color: var(--lp-gold); }

.lp-v2200__h1 {
  font-family: var(--lp-serif);
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.022em;
  color: var(--lp-ink);
  margin: 0 0 24px;
}
.lp-v2200__h1-accent {
  background: linear-gradient(135deg, var(--lp-gold) 0%, var(--lp-gold-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
}

.lp-v2200__h2 {
  font-family: var(--lp-serif);
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.018em;
  color: var(--lp-ink);
  margin: 0 0 20px;
}
.lp-v2200__h2--mega {
  font-size: clamp(52px, 7vw, 96px);
  text-align: center;
}

.lp-v2200__lead {
  font-size: 19px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--lp-ink-2);
  max-width: 620px;
  margin: 0 0 28px;
}
.lp-v2200__lead--center {
  text-align: center;
  margin-inline: auto;
}

.lp-v2200__section-head {
  text-align: center;
  margin-bottom: 56px;
  max-width: 760px;
  margin-inline: auto;
}
.lp-v2200__section-head .lp-eyebrow { display: inline-block; }
.lp-v2200__section-head .lp-v2200__lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

/* ── Reveal animations ────────────────────────────────────────────────── */
.lp-v2200__reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms cubic-bezier(.2,.7,.2,1), transform 700ms cubic-bezier(.2,.7,.2,1);
  transition-delay: calc(var(--i, 0) * 60ms);
}
.lp-v2200__reveal.is-revealed {
  opacity: 1;
  transform: none;
}

/* ── Buttons ──────────────────────────────────────────────────────────── */
.lp-v2200 .lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: 980px;
  font-family: var(--lp-sans);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  line-height: 1;
}
.lp-v2200 .lp-btn--gold {
  background: linear-gradient(180deg, var(--lp-gold) 0%, var(--lp-gold-deep) 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(168, 134, 45, .35), inset 0 1px 0 rgba(255, 255, 255, .25);
}
.lp-v2200 .lp-btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(168, 134, 45, .45);
}
.lp-v2200 .lp-btn--ghost {
  background: transparent;
  color: var(--lp-ink);
  border-color: var(--lp-line-strong);
}
.lp-v2200 .lp-btn--ghost:hover {
  border-color: var(--lp-ink);
  background: rgba(0, 0, 0, .03);
}
.lp-v2200 .lp-btn--ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,.3);
}
.lp-v2200 .lp-btn--ghost-light:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.5);
}
.lp-v2200 .lp-btn--xl {
  padding: 18px 38px;
  font-size: 17px;
}
.lp-v2200__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.lp-v2200__cta-row--center { justify-content: center; }

/* ════════════════════════════════════════════════════════════════════════
 * Section 1 — Hero
 * ════════════════════════════════════════════════════════════════════════ */
.lp-v2200__hero {
  padding-block: clamp(56px, 8vw, 100px) clamp(48px, 6vw, 72px);
  position: relative;
  overflow: hidden;
}
.lp-v2200__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 10%, rgba(201, 162, 77, .08) 0%, transparent 45%),
    radial-gradient(circle at 10% 90%, rgba(30, 58, 95, .05) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.lp-v2200__hero-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  position: relative;
  z-index: 1;
}
.lp-v2200__hero-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.lp-v2200__hero-mockup {
  position: relative;
  width: 100%;
  max-width: 560px;
  aspect-ratio: 823 / 1058;
  filter: drop-shadow(0 40px 80px rgba(10, 14, 26, .14));
  margin: 0;
}
.lp-v2200__hero-mockup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.lp-v2200__hero-device {
  position: absolute;
  right: -8%;
  bottom: -4%;
  width: 26%;
  height: auto;
  filter: drop-shadow(0 24px 48px rgba(10, 14, 26, .25));
}
.lp-v2200__hero-palettes {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.lp-v2200__hero-palette {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px 8px 8px;
  border-radius: 100px;
  border: 1px solid var(--lp-line);
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  color: var(--lp-ink-2);
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.lp-v2200__hero-palette:hover {
  border-color: var(--lp-gold);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(10, 14, 26, .08);
}
.lp-v2200__hero-swatch {
  width: 22px; height: 22px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--c1) 0%, var(--c1) 50%, var(--c2) 50%, var(--c2) 100%);
  border: 1px solid rgba(10, 14, 26, .12);
}
.lp-v2200__hero-copy { position: relative; z-index: 1; }
.lp-v2200__hero-bullets {
  margin: 0 0 28px;
  display: grid;
  gap: 10px;
}
.lp-v2200__hero-bullets li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--lp-ink-2);
}
.lp-v2200__hero-bullets svg {
  width: 18px; height: 18px;
  color: var(--lp-success);
  flex-shrink: 0;
}

/* ════════════════════════════════════════════════════════════════════════
 * Section 2 — Stat Row (koyu band)
 * ════════════════════════════════════════════════════════════════════════ */
.lp-v2200__stat-row {
  padding-block: clamp(48px, 6vw, 80px);
  background: linear-gradient(180deg, var(--lp-paper-dark) 0%, #131a2e 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.lp-v2200__stat-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(201, 162, 77, .12) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(201, 162, 77, .08) 0%, transparent 35%);
  pointer-events: none;
}
.lp-v2200__stat-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.lp-v2200__stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 24px 0;
  border-left: 1px solid rgba(255, 255, 255, .08);
  padding-left: 28px;
}
.lp-v2200__stat:first-child { border-left: 0; padding-left: 0; }
.lp-v2200__stat-n {
  font-family: var(--lp-serif);
  font-size: clamp(40px, 4.5vw, 56px);
  font-weight: 600;
  line-height: 1;
  color: var(--lp-gold);
  letter-spacing: -0.02em;
}
.lp-v2200__stat-l {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.lp-v2200__stat-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, .56);
}

/* ════════════════════════════════════════════════════════════════════════
 * Section 3 — Canli Renklendirme Demosu
 * ════════════════════════════════════════════════════════════════════════ */
.lp-v2200__color-demo { background: #fff; }
.lp-v2200__color-split {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}
.lp-v2200__color-canvas-wrap {
  position: sticky;
  top: 96px;
}
.lp-v2200__color-view-toggle {
  display: inline-flex;
  background: var(--lp-paper-alt);
  border-radius: 100px;
  padding: 4px;
  margin: 0 auto 20px;
  gap: 4px;
  border: 1px solid var(--lp-line);
}
.lp-v2200__color-canvas-wrap {
  text-align: center;
}
.lp-v2200__color-view-btn {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 9px 22px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 600;
  color: var(--lp-ink-2);
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
}
.lp-v2200__color-view-btn.is-active {
  background: var(--lp-ink);
  color: #fff;
  box-shadow: 0 2px 6px rgba(10, 14, 26, .15);
}
.lp-v2200__color-canvas {
  position: relative;
  aspect-ratio: 1 / 1.28;
  max-width: 520px;
  margin: 0 auto;
  background:
    radial-gradient(circle at 50% 30%, rgba(201, 162, 77, .06) 0%, transparent 60%),
    linear-gradient(180deg, var(--lp-paper-alt) 0%, #ecedf1 100%);
  border-radius: var(--lp-radius-lg);
  border: 1px solid var(--lp-line);
  overflow: hidden;
  box-shadow: var(--lp-shadow-lift);
}
.lp-v2200__color-stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate; /* mix-blend-mode'un sayfa arkaplanina taşmasını engeller */
}
/* v2300: Alt katman — gercek 3D forma mockup webp (renklendirme SVG'lerinin altinda referans) */
.lp-v2200__color-mockup-base {
  position: absolute;
  inset: 4%;
  width: 92%;
  height: 92%;
  object-fit: contain;
  margin: auto;
  z-index: 1;
  /* Hafif yumusatma — SVG renkleri uzerine bindiginde sahnenin agir gorunmesini engeller */
  opacity: 1;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  transition: opacity 400ms ease;
}
.lp-v2200__color-stage svg {
  position: absolute;
  inset: 4%;
  width: 92%;
  height: 92%;
  margin: auto;
}
/* v2300: Renkli zone SVG'leri mockup'in UZERINDE — multiply ile fotograf detaylarini koru */
.lp-v2200__color-stage .lp-v2200__color-svg {
  transition: opacity 400ms ease;
  mix-blend-mode: multiply;
}
/* z-index stacking — arkadan one: reglan -> body -> collar -> cuff */
.lp-v2200__color-stage .lp-v2200__color-svg--reglan { z-index: 2; }
.lp-v2200__color-stage .lp-v2200__color-svg--body   { z-index: 3; }
.lp-v2200__color-stage .lp-v2200__color-svg--collar { z-index: 4; }
.lp-v2200__color-stage .lp-v2200__color-svg--cuff   { z-index: 5; }
.lp-v2200__color-loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-ink-soft);
  transition: opacity 300ms ease;
  z-index: 6;
}
.lp-v2200__color-stage.is-loaded .lp-v2200__color-loader {
  opacity: 0;
  pointer-events: none;
}
.lp-v2200__color-canvas-caption {
  margin: 18px 0 0;
  font-size: 12px;
  color: var(--lp-ink-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.lp-v2200__color-controls {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.lp-v2200__color-section {
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  padding: 24px;
  box-shadow: var(--lp-shadow-card);
}
.lp-v2200__color-section-title {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--lp-ink-2);
}

/* Hazir paletler — 2x2 grid */
.lp-v2200__preset-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.lp-v2200__preset {
  appearance: none;
  border: 1px solid var(--lp-line);
  background: #fff;
  padding: 14px 16px;
  border-radius: var(--lp-radius-sm);
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  text-align: left;
}
.lp-v2200__preset:hover {
  border-color: var(--lp-gold);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(10, 14, 26, .08);
}
.lp-v2200__preset.is-active {
  border-color: var(--lp-ink);
  background: var(--lp-paper-alt);
  box-shadow: 0 0 0 2px var(--lp-ink) inset, 0 2px 8px rgba(10, 14, 26, .08);
}
.lp-v2200__preset-swatch {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c1) 0%, var(--c1) 50%, var(--c2) 50%, var(--c2) 100%);
  border: 1px solid rgba(10, 14, 26, .12);
  flex-shrink: 0;
}
.lp-v2200__preset-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--lp-ink);
}

/* Zone bazli swatch grids */
.lp-v2200__zone { margin-bottom: 18px; }
.lp-v2200__zone:last-child { margin-bottom: 0; }
.lp-v2200__zone-head { margin-bottom: 8px; }
.lp-v2200__zone-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--lp-ink);
}
.lp-v2200__swatch-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 6px;
}
.lp-v2200__swatch {
  appearance: none;
  border: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 6px;
  cursor: pointer;
  background: var(--swatch-color);
  position: relative;
  transition: transform 160ms ease, box-shadow 160ms ease;
  box-shadow: inset 0 0 0 1px rgba(10, 14, 26, .12);
}
.lp-v2200__swatch:hover {
  transform: scale(1.18);
  z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(10, 14, 26, .25), 0 4px 10px rgba(10, 14, 26, .15);
}
.lp-v2200__swatch.is-active::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 9px;
  border: 2px solid var(--lp-ink);
  pointer-events: none;
}

.lp-v2200__color-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 22px;
  background: var(--lp-paper-alt);
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-line);
}
.lp-v2200__color-note {
  margin: 0;
  font-size: 13px;
  color: var(--lp-ink-2);
  line-height: 1.55;
}

/* ════════════════════════════════════════════════════════════════════════
 * Section 4 — Mockup Demo (placement map)
 * ════════════════════════════════════════════════════════════════════════ */
.lp-v2200__view-tabs-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
.lp-v2200__view-tabs {
  display: inline-flex;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 100px;
  padding: 4px;
  gap: 4px;
  box-shadow: var(--lp-shadow-card);
}
.lp-v2200__view-tab {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 10px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 600;
  color: var(--lp-ink-2);
  cursor: pointer;
  transition: background 200ms ease, color 200ms ease;
}
.lp-v2200__view-tab.is-active {
  background: var(--lp-ink);
  color: #fff;
}

.lp-v2200__stage {
  position: relative;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  aspect-ratio: 823 / 1058;
}
.lp-v2200__stage-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 400ms ease;
  filter: drop-shadow(0 30px 60px rgba(10, 14, 26, .14));
}
.lp-v2200__stage-img.is-active { opacity: 1; }

.lp-v2200__stage-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 400ms ease;
}
.lp-v2200__stage-layer.is-active { opacity: 1; pointer-events: auto; }

.lp-v2200__callout {
  position: absolute;
  left: var(--x);
  top: var(--y);
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  opacity: 0;
  transform: translate(-50%, -50%) scale(.92);
  transition: opacity 600ms ease, transform 600ms ease;
  transition-delay: calc(var(--i, 0) * 80ms);
}
.lp-v2200__callout.is-revealed {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.lp-v2200__callout-dot {
  display: block;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--lp-gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 77, .25), 0 0 0 6px rgba(201, 162, 77, .12);
  position: relative;
}
.lp-v2200__callout-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid var(--lp-gold);
  opacity: 0;
  animation: lp-v2200-pulse 2.4s ease-out infinite;
}
@keyframes lp-v2200-pulse {
  0% { opacity: .6; transform: scale(.8); }
  100% { opacity: 0; transform: scale(2); }
}
.lp-v2200__callout-line {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background: var(--lp-ink);
  opacity: .3;
}
.lp-v2200__callout--left .lp-v2200__callout-line {
  right: 14px;
}
.lp-v2200__callout--right .lp-v2200__callout-line {
  left: 14px;
}
.lp-v2200__callout-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--lp-ink);
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 100px;
  box-shadow: 0 2px 6px rgba(10, 14, 26, .08);
}
.lp-v2200__callout--left .lp-v2200__callout-label {
  right: 56px;
}
.lp-v2200__callout--right .lp-v2200__callout-label {
  left: 56px;
}
.lp-v2200__callout:hover .lp-v2200__callout-dot,
.lp-v2200__callout.is-active .lp-v2200__callout-dot {
  transform: scale(1.3);
}
.lp-v2200__demo-legend {
  text-align: center;
  font-size: 13px;
  color: var(--lp-ink-soft);
  margin: 48px auto 0;
  max-width: 600px;
}

/* ════════════════════════════════════════════════════════════════════════
 * Sections 5, 6, 8 — Split layout (copy + visual)
 * ════════════════════════════════════════════════════════════════════════ */
.lp-v2200__split {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.lp-v2200__split--reverse .lp-v2200__split-copy { order: 1; }
.lp-v2200__split--reverse .lp-v2200__split-visual { order: 2; }
.lp-v2200__split-visual { position: relative; }
.lp-v2200__check-list {
  display: grid;
  gap: 12px;
  margin: 0 0 32px;
}
.lp-v2200__check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--lp-ink-2);
  line-height: 1.5;
}
.lp-v2200__check-list svg {
  width: 18px; height: 18px;
  color: var(--lp-success);
  flex-shrink: 0;
  margin-top: 2px;
}

/* ── Bolum 5: Storefront preview (MacBook frame) ─────────────────────── */
.lp-v2200__store .lp-v2200__split-visual {
  perspective: 1200px;
}
.lp-v2200__macbook {
  position: relative;
  border-radius: 14px 14px 4px 4px;
  background: #1d1f23;
  padding: 14px 14px 0;
  box-shadow: var(--lp-shadow-lift);
  transform: rotateX(2deg);
  transition: transform 600ms ease;
}
.lp-v2200__macbook:hover { transform: rotateX(0deg); }
.lp-v2200__macbook-screen {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.lp-v2200__macbook-base {
  width: 110%;
  height: 16px;
  margin: 0 -5%;
  background: linear-gradient(180deg, #c8c9cd 0%, #9a9b9f 100%);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 16px 32px rgba(10, 14, 26, .15);
  position: relative;
}
.lp-v2200__macbook-base::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 6px;
  background: #4a4d52;
  border-radius: 0 0 8px 8px;
}
.lp-v2200__browser-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 14px;
  background: #f5f5f7;
  border-bottom: 1px solid var(--lp-line);
}
.lp-v2200__browser-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.lp-v2200__browser-dot--red { background: #ff5f57; }
.lp-v2200__browser-dot--yellow { background: #febc2e; }
.lp-v2200__browser-dot--green { background: #28c840; }
.lp-v2200__browser-url {
  margin-left: 12px;
  padding: 4px 12px;
  background: #fff;
  border-radius: 6px;
  font-family: var(--lp-mono);
  font-size: 12px;
  color: var(--lp-ink-2);
  border: 1px solid var(--lp-line);
}
.lp-v2200__store-frame {
  padding: 18px;
  background: #fff;
  min-height: 320px;
}
.lp-v2200__store-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--lp-line);
  margin-bottom: 16px;
}
.lp-v2200__store-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-v2200__store-avatar {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lp-ink) 0%, #1a2240 100%);
  color: var(--lp-gold);
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--lp-serif);
}
.lp-v2200__store-brand strong {
  display: block;
  font-size: 14px;
  color: var(--lp-ink);
}
.lp-v2200__store-brand small {
  display: block;
  font-size: 11px;
  color: var(--lp-ink-soft);
}
.lp-v2200__store-cart {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border: 1px solid var(--lp-line);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  color: var(--lp-ink);
}
.lp-v2200__store-cart svg { width: 14px; height: 14px; }
.lp-v2200__store-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.lp-v2200__store-card {
  background: var(--lp-paper-alt);
  border: 1px solid var(--lp-line);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.lp-v2200__store-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(10, 14, 26, .08);
}
.lp-v2200__store-thumb {
  aspect-ratio: 1;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-v2200__store-thumb svg { width: 70%; height: 70%; }
.lp-v2200__store-info strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--lp-ink);
}
.lp-v2200__store-info span {
  font-size: 11px;
  color: var(--lp-gold-deep);
  font-weight: 700;
}

/* ── Bolum 6: Admin panel mock ──────────────────────────────────────── */
.lp-v2200__panel-mock {
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  padding: 22px;
  box-shadow: var(--lp-shadow-lift);
}
.lp-v2200__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--lp-line);
}
.lp-v2200__panel-title strong {
  display: block;
  font-family: var(--lp-serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--lp-ink);
}
.lp-v2200__panel-title small {
  display: block;
  font-size: 12px;
  color: var(--lp-ink-soft);
  margin-top: 2px;
}
.lp-v2200__panel-cta {
  appearance: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: var(--lp-ink);
  color: var(--lp-gold);
  border: 0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 180ms ease;
}
.lp-v2200__panel-cta svg { width: 14px; height: 14px; }
.lp-v2200__panel-cta:hover { transform: translateY(-1px); }

.lp-v2200__panel-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}
.lp-v2200__panel-chip {
  padding: 6px 12px;
  background: var(--lp-paper-alt);
  border: 1px solid var(--lp-line);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  color: var(--lp-ink-2);
}
.lp-v2200__panel-chip.is-active {
  background: var(--lp-ink);
  color: var(--lp-gold);
  border-color: var(--lp-ink);
}
.lp-v2200__panel-table {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--lp-line);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--lp-line);
}
.lp-v2200__panel-row {
  display: grid;
  grid-template-columns: 2.4fr 1.2fr 0.6fr 1fr;
  gap: 10px;
  padding: 12px 14px;
  background: #fff;
  align-items: center;
  font-size: 13px;
}
.lp-v2200__panel-row--head {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--lp-ink-soft);
  background: var(--lp-paper-alt);
}
.lp-v2200__panel-product {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.lp-v2200__panel-thumb {
  width: 28px; height: 28px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--c1) 0%, var(--c1) 50%, var(--c2) 50%, var(--c2) 100%);
  flex-shrink: 0;
}
.lp-v2200__panel-name {
  font-weight: 600;
  color: var(--lp-ink);
}
.lp-v2200__panel-sku {
  font-family: var(--lp-mono);
  font-size: 12px;
  color: var(--lp-ink-soft);
}
.lp-v2200__panel-stock {
  font-weight: 600;
  color: var(--lp-success);
}
.lp-v2200__panel-price {
  text-align: right;
  font-weight: 700;
  color: var(--lp-ink);
}

/* ════════════════════════════════════════════════════════════════════════
 * Section 7 — Payment cards
 * ════════════════════════════════════════════════════════════════════════ */
.lp-v2200__pay-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.lp-v2200__pay-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}
.lp-v2200__pay-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow-lift);
  border-color: var(--lp-line-strong);
}
.lp-v2200__pay-card--gold {
  border-color: var(--lp-gold);
  background: linear-gradient(180deg, #fffdf7 0%, #fff 60%);
  box-shadow: 0 12px 36px rgba(201, 162, 77, .12);
}
.lp-v2200__pay-badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background: var(--lp-gold);
  color: #fff;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 100px;
  box-shadow: 0 4px 10px rgba(201, 162, 77, .35);
}
.lp-v2200__pay-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lp-paper-alt);
  border-radius: 14px;
  border: 1px solid var(--lp-line);
}
.lp-v2200__pay-icon svg { width: 36px; height: 36px; }
.lp-v2200__pay-title {
  font-family: var(--lp-serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--lp-ink);
  margin: 0;
}
.lp-v2200__pay-desc {
  font-size: 14px;
  color: var(--lp-ink-2);
  margin: 0;
  line-height: 1.5;
}
.lp-v2200__pay-features {
  display: grid;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--lp-line);
  margin-top: 4px;
}
.lp-v2200__pay-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--lp-ink-2);
}
.lp-v2200__pay-features svg {
  width: 14px; height: 14px;
  color: var(--lp-success);
  flex-shrink: 0;
}
.lp-v2200__pay-foot {
  text-align: center;
  margin: 48px auto 0;
  font-size: 13px;
  color: var(--lp-ink-soft);
  max-width: 640px;
}

/* ════════════════════════════════════════════════════════════════════════
 * Section 8 — Embed code card
 * ════════════════════════════════════════════════════════════════════════ */
.lp-v2200__code-card {
  background: #0a0e1a;
  border-radius: var(--lp-radius);
  overflow: hidden;
  box-shadow: var(--lp-shadow-lift);
  border: 1px solid rgba(255, 255, 255, .08);
}
.lp-v2200__code-head {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, .04);
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.lp-v2200__code-file {
  margin-left: 12px;
  font-family: var(--lp-mono);
  font-size: 12px;
  color: rgba(255, 255, 255, .56);
}
.lp-v2200__code-body {
  margin: 0;
  padding: 24px;
  font-family: var(--lp-mono);
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .85);
  overflow-x: auto;
}
.lp-v2200__code-body code { white-space: pre; }
.lp-v2200__code-body .lp-c1 { color: rgba(255, 255, 255, .42); font-style: italic; }
.lp-v2200__code-body .lp-c2 { color: #ff7b72; }
.lp-v2200__code-body .lp-c3 { color: #79c0ff; }
.lp-v2200__code-body .lp-c4 { color: #a5d6ff; }
.lp-v2200__code-body .lp-c5 { color: var(--lp-gold); }
.lp-v2200__code-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, .03);
  border-top: 1px solid rgba(255, 255, 255, .06);
}
.lp-v2200__code-tag {
  padding: 4px 10px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 100px;
  font-family: var(--lp-mono);
  font-size: 11px;
  color: rgba(255, 255, 255, .72);
}

/* ════════════════════════════════════════════════════════════════════════
 * Section 9 — Pricing (v2300 compact corporate redesign — Apple/Stripe tarzı)
 * ──────────────────────────────────────────────────────────────────────
 * Strategy: dar container (1080px), 3 kart yan yana max 320px, Pro plan
 * elevated + gold top border, Apple serif fiyat tipografi, hairline border.
 * ════════════════════════════════════════════════════════════════════════ */
.lp-v2200__pricing {
  padding-block: clamp(72px, 9vw, 112px);
  background: linear-gradient(180deg, var(--lp-paper) 0%, var(--lp-paper-alt) 100%);
}

.lp-v2200__pricing .lp-v2200__container {
  max-width: 1080px;
}

.lp-v2200__pricing .lp-v2200__section-head {
  margin-bottom: 48px;
}

.lp-v2200__pricing .lp-v2200__h2 {
  font-size: clamp(30px, 3.4vw, 44px);
  margin-bottom: 14px;
}

.lp-v2200__pricing .lp-v2200__lead {
  font-size: 16px;
  max-width: 560px;
}

.lp-v2200__pricing .lp-v2200__pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1024px;
  margin: 0 auto;
  align-items: stretch;
}

.lp-v2200__pricing .motta-public-plan {
  background: var(--lp-paper);
  border: 1px solid var(--lp-line);
  border-radius: 16px;
  padding: 32px 28px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .02);
  transition:
    transform 240ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 240ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 240ms ease;
  color: var(--lp-ink);
}

.lp-v2200__pricing .motta-public-plan:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
  border-color: rgba(0, 0, 0, .12);
}

.lp-v2200__pricing .motta-public-plan.is-recommended {
  border-color: var(--lp-gold);
  border-width: 2px;
  padding: 31px 27px;
  background: linear-gradient(180deg, var(--lp-paper) 0%, #fffdf6 100%);
  box-shadow: 0 4px 16px rgba(201, 162, 77, .08);
}

.lp-v2200__pricing .motta-public-plan.is-recommended::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--lp-gold) 0%, var(--lp-gold-deep) 100%);
}

.lp-v2200__pricing .motta-public-plan.is-recommended:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(201, 162, 77, .16);
}

.lp-v2200__pricing .motta-public-plan__badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: linear-gradient(135deg, var(--lp-gold) 0%, var(--lp-gold-deep) 100%);
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  font-family: var(--lp-sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-style: normal;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(180, 134, 45, .25);
}

.lp-v2200__pricing .motta-public-plan__head {
  margin: 0 0 20px;
  display: block;
}

.lp-v2200__pricing .motta-public-plan__head > div {
  display: block;
}

.lp-v2200__pricing .motta-public-plan__head p {
  font-family: var(--lp-sans);
  font-size: 12px;
  color: var(--lp-ink-soft);
  margin: 0 0 6px;
  letter-spacing: 0.04em;
  text-transform: none;
  font-weight: 500;
}

.lp-v2200__pricing .motta-public-plan__head h3 {
  font-family: var(--lp-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--lp-ink);
  margin: 0;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.lp-v2200__pricing .motta-public-plan__prices {
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 1px solid rgba(0, 0, 0, .06);
  border-bottom: 1px solid rgba(0, 0, 0, .06);
  padding: 20px 0;
}

.lp-v2200__pricing .motta-public-plan__prices > div {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-family: var(--lp-sans);
  gap: 12px;
}

.lp-v2200__pricing .motta-public-plan__prices > div span {
  font-size: 12px;
  color: var(--lp-ink-soft);
  letter-spacing: 0.02em;
}

.lp-v2200__pricing .motta-public-plan__prices > div strong {
  font-family: var(--lp-serif);
  font-size: 17px;
  font-weight: 500;
  color: var(--lp-ink);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

/* Birinci satır (aylık fiyat) — Apple-style büyük tipografi */
.lp-v2200__pricing .motta-public-plan__prices > div:first-child {
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(0, 0, 0, .05);
}

.lp-v2200__pricing .motta-public-plan__prices > div:first-child span {
  order: 2;
  font-size: 13px;
}

.lp-v2200__pricing .motta-public-plan__prices > div:first-child strong {
  order: 1;
  font-family: var(--lp-serif);
  font-size: 44px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}

.lp-v2200__pricing .motta-public-plan__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.lp-v2200__pricing .motta-public-plan__features li {
  position: relative;
  padding-left: 22px;
  font-family: var(--lp-sans);
  font-size: 13px;
  font-weight: 400;
  color: #4a5568;
  line-height: 1.45;
}

.lp-v2200__pricing .motta-public-plan__features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8.5l3 3 7-7' fill='none' stroke='%23c9a24d' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.lp-v2200__pricing .motta-public-plan__cta {
  display: block;
  width: 100%;
  padding: 12px 20px;
  font-family: var(--lp-sans);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  background: rgba(0, 0, 0, .04);
  color: var(--lp-ink);
  border: 1px solid var(--lp-line);
  border-radius: 999px;
  letter-spacing: 0.01em;
  transition:
    background 200ms ease,
    color 200ms ease,
    border-color 200ms ease,
    transform 200ms ease,
    box-shadow 200ms ease;
  margin-top: auto;
}

.lp-v2200__pricing .motta-public-plan__cta:hover {
  background: var(--lp-ink);
  color: #fff;
  border-color: var(--lp-ink);
}

.lp-v2200__pricing .motta-public-plan.is-recommended .motta-public-plan__cta {
  background: linear-gradient(135deg, var(--lp-gold) 0%, var(--lp-gold-deep) 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 2px 8px rgba(180, 134, 45, .20);
  font-weight: 600;
}

.lp-v2200__pricing .motta-public-plan.is-recommended .motta-public-plan__cta:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 18px rgba(180, 134, 45, .32);
}

/* Mobile — tek sütun, sıkı kalır */
@media (max-width: 920px) {
  .lp-v2200__pricing .lp-v2200__pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    gap: 14px;
  }
  .lp-v2200__pricing .motta-public-plan {
    padding: 28px 24px;
  }
  .lp-v2200__pricing .motta-public-plan.is-recommended {
    padding: 27px 23px;
  }
  .lp-v2200__pricing .motta-public-plan__prices > div:first-child strong {
    font-size: 40px;
  }
}

/* ════════════════════════════════════════════════════════════════════════
 * Section 10 — Final CTA (koyu band)
 * ════════════════════════════════════════════════════════════════════════ */
.lp-v2200__final {
  background: linear-gradient(135deg, #050916 0%, #0a0e1a 50%, #131a2e 100%);
  color: #fff;
  text-align: center;
  padding-block: clamp(80px, 10vw, 140px);
  position: relative;
  overflow: hidden;
}
.lp-v2200__final::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 50%, rgba(201, 162, 77, .12) 0%, transparent 40%),
    radial-gradient(circle at 70% 50%, rgba(201, 162, 77, .08) 0%, transparent 35%);
  pointer-events: none;
}
.lp-v2200__final .lp-v2200__container {
  position: relative;
  z-index: 1;
}
.lp-v2200__final .lp-v2200__h2 {
  color: #fff;
}
.lp-v2200__final .lp-v2200__lead {
  color: rgba(255, 255, 255, .72);
}

/* ════════════════════════════════════════════════════════════════════════
 * Footer
 * ════════════════════════════════════════════════════════════════════════ */
.lp-v2200__footer {
  background: #0a0e1a;
  color: rgba(255, 255, 255, .72);
  padding: 64px 0 24px;
}
.lp-v2200__footer-inner {
  max-width: var(--lp-container);
  margin: 0 auto;
  padding: 0 32px 40px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.lp-v2200__footer-brand p {
  margin: 16px 0 0;
  font-size: 13px;
  color: rgba(255, 255, 255, .52);
  line-height: 1.55;
  max-width: 320px;
}
.lp-v2200__brand--footer { color: #fff; }
.lp-v2200__footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lp-v2200__footer-col strong {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}
.lp-v2200__footer-col a {
  font-size: 13px;
  color: rgba(255, 255, 255, .56);
  transition: color 180ms ease;
}
.lp-v2200__footer-col a:hover { color: var(--lp-gold); }
.lp-v2200__footer-bar {
  max-width: var(--lp-container);
  margin: 0 auto;
  padding: 24px 32px 0;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255, 255, 255, .42);
}

/* ════════════════════════════════════════════════════════════════════════
 * Responsive
 * ════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1280px) {
  .lp-v2200 { --lp-container: 1140px; }
}
@media (max-width: 1024px) {
  .lp-v2200__hero-grid,
  .lp-v2200__color-split,
  .lp-v2200__split {
    grid-template-columns: 1fr;
  }
  .lp-v2200__color-canvas-wrap {
    position: relative;
    top: auto;
  }
  .lp-v2200__stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .lp-v2200__stat {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 24px;
  }
  .lp-v2200__stat:nth-child(1),
  .lp-v2200__stat:nth-child(2) {
    border-top: 0;
    padding-top: 0;
  }
  .lp-v2200__pay-grid {
    grid-template-columns: 1fr 1fr;
  }
  .lp-v2200__split--reverse .lp-v2200__split-copy { order: 0; }
  .lp-v2200__split--reverse .lp-v2200__split-visual { order: 0; }
  .lp-v2200__footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .lp-v2200__hero-device {
    display: none;
  }
}
@media (max-width: 768px) {
  .lp-v2200__header-inner {
    padding: 14px 20px;
    gap: 16px;
  }
  .lp-v2200__nav {
    gap: 14px;
  }
  .lp-v2200__nav-link:not(.lp-btn) {
    display: none;
  }
  .lp-v2200__container {
    padding-inline: 20px;
  }
  .lp-v2200__pay-grid {
    grid-template-columns: 1fr;
  }
  .lp-v2200__swatch-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .lp-v2200__preset-grid {
    grid-template-columns: 1fr;
  }
  .lp-v2200__store-grid {
    grid-template-columns: 1fr 1fr;
  }
  .lp-v2200__panel-row {
    grid-template-columns: 1.6fr 1fr 1fr;
    font-size: 12px;
  }
  .lp-v2200__panel-row .lp-v2200__panel-sku {
    display: none;
  }
  .lp-v2200__callout-label {
    font-size: 11px;
    padding: 4px 8px;
  }
  .lp-v2200__callout-line {
    width: 24px;
  }
  .lp-v2200__callout--left .lp-v2200__callout-label {
    right: 40px;
  }
  .lp-v2200__callout--right .lp-v2200__callout-label {
    left: 40px;
  }
  .lp-v2200__hero {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .lp-v2200__stat-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .lp-v2200__stat {
    flex-direction: row;
    align-items: baseline;
    gap: 14px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 18px;
  }
  .lp-v2200__stat:nth-child(1) { border-top: 0; padding-top: 0; }
  .lp-v2200__stat:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 18px;
  }
  .lp-v2200__stat-n { font-size: 36px; flex-shrink: 0; min-width: 90px; }
  .lp-v2200__swatch-grid { grid-template-columns: repeat(6, 1fr); }
  .lp-v2200__footer-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .lp-v2200__footer-bar {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }
}

/* ── prefers-reduced-motion ───────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .lp-v2200 *,
  .lp-v2200 *::before,
  .lp-v2200 *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }
  .lp-v2200__reveal,
  .lp-v2200__callout {
    opacity: 1 !important;
    transform: none !important;
  }
  .lp-v2200__callout {
    transform: translate(-50%, -50%) !important;
  }
  .lp-v2200__callout-dot::after { animation: none !important; }
}

/* ════════════════════════════════════════════════════════════════════════
 * v2200 sonu — v2100 / .motta-lp-v2000 / .motta-lp* selectorlar asagida
 * ════════════════════════════════════════════════════════════════════════ */

/* ── Temel ──────────────────────────────────────────────────────────────── */

.motta-lp {
  scroll-behavior: smooth;
}

/* Sticky nav offset — anchor linkleri başlık altında kalmasın */
:target {
  scroll-margin-top: 80px;
}

/* ── Sticky glass nav ────────────────────────────────────────────────────── */

.motta-lp .motta-public-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 17, 31, .72);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  padding-top: 0;
  padding-bottom: 0;
  height: 64px;
}

/* ── Main: sections kendi padding'ini taşır, main sadece container ── */

.motta-lp .motta-public-main {
  display: flex;
  flex-direction: column;
}

/* ── Signals — doğru metin hizalaması + büyüklükler ─────────────────────── */

/* motta-live.css'te align-content: end; var — landing için override */
.motta-lp .motta-public-signals article {
  align-content: start;
  padding: 22px 22px 20px;
}

.motta-lp .motta-public-signals article strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 6px;
}

.motta-lp .motta-public-signals article span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
  color: rgba(255, 255, 255, .58);
}

/* Signals bölümü hero altında margin */
.motta-lp .motta-public-signals {
  margin-top: clamp(16px, 3vw, 32px);
  margin-bottom: clamp(8px, 2vw, 16px);
}

/* ── Preview figure — genişlik kısıtı ───────────────────────────────────── */

.motta-public-preview {
  width: min(100%, 440px);
  justify-self: center;
  align-self: center;
}

/* ── Hero Copy ───────────────────────────────────────────────────────────── */

.motta-public-hero__copy {
  display: grid;
  gap: 0;
  align-content: center;
}

/* ── Cockpit: Flow head + step state'leri ───────────────────────────────── */

.motta-public-flow__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  margin-bottom: 6px;
}

.motta-public-flow__head > span {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, .40);
}

.motta-public-flow__head > strong {
  font-size: 13px;
  font-weight: 800;
  color: rgba(255, 255, 255, .86);
}

/* Active step: mavi vurgu */
.motta-public-flow__step.is-active > span {
  background: rgba(17, 109, 255, .20);
  border: 1px solid rgba(17, 109, 255, .50);
  color: #6fa8ff;
}

.motta-public-flow__step.is-active strong {
  color: rgba(255, 255, 255, .94);
}

/* Pending step: soluk */
.motta-public-flow__step.is-pending {
  opacity: .48;
}

.motta-public-flow__step.is-pending > span {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .10);
  color: rgba(255, 255, 255, .28);
}

/* ── Section Head (wizard + personas paylaşımlı) ────────────────────────── */

.motta-lp-section-head {
  text-align: center;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.motta-lp-section-head h2 {
  margin: 8px 0 0;
  font-size: clamp(32px, 4.5vw, 58px);
  line-height: 1;
  letter-spacing: -.02em;
  color: #ffffff;
}

/* ── Wizard ─────────────────────────────────────────────────────────────── */

.motta-lp-wizard {
  padding: clamp(72px, 10vw, 128px) 0;
  width: min(1184px, calc(100% - var(--space-4, 48px)));
  margin: 0 auto;
}

.motta-lp-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

/* Yatay connector çizgisi */
.motta-lp-steps::before {
  content: "";
  position: absolute;
  top: 19px; /* step num height/2 */
  left: calc(20% / 2 + 20px);
  right: calc(20% / 2 + 20px);
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(17, 109, 255, .30) 15%,
    rgba(17, 109, 255, .30) 85%,
    transparent
  );
  pointer-events: none;
}

.motta-lp-steps li {
  padding: 0 16px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.motta-lp-step__num {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(17, 109, 255, .12);
  border: 1px solid rgba(17, 109, 255, .38);
  color: #6fa8ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .04em;
  position: relative;
  z-index: 1;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.motta-lp-steps li:hover .motta-lp-step__num {
  background: rgba(17, 109, 255, .22);
  border-color: rgba(17, 109, 255, .60);
  box-shadow: 0 0 0 4px rgba(17, 109, 255, .12);
}

.motta-lp-step__title {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.motta-lp-step__desc {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.55;
}

/* ── Personas ────────────────────────────────────────────────────────────── */

.motta-lp-personas {
  padding: clamp(64px, 8vw, 112px) 0 clamp(72px, 10vw, 128px);
  width: min(1184px, calc(100% - var(--space-4, 48px)));
  margin: 0 auto;
}

.motta-lp-persona-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.motta-lp-persona {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 22px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 20px;
  background: rgba(255, 255, 255, .04);
  transition: border-color .22s ease, background .22s ease, transform .22s ease;
}

.motta-lp-persona:hover {
  border-color: rgba(255, 255, 255, .17);
  background: rgba(255, 255, 255, .07);
  transform: translateY(-3px);
}

.motta-lp-persona.is-featured {
  border-color: rgba(17, 109, 255, .36);
  background: rgba(17, 109, 255, .06);
}

.motta-lp-persona.is-featured:hover {
  border-color: rgba(17, 109, 255, .56);
  background: rgba(17, 109, 255, .10);
}

/* Persona header */
.motta-lp-persona > header {
  display: grid;
  gap: 5px;
}

.motta-lp-persona__icon {
  display: block;
  font-size: 20px;
  color: rgba(17, 109, 255, .8);
  margin-bottom: 6px;
  line-height: 1;
}

.motta-lp-persona > header strong {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
}

.motta-lp-persona > header small {
  color: rgba(255, 255, 255, .52);
  font-size: 12px;
  font-weight: 700;
}

/* Persona feature list */
.motta-lp-persona ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.motta-lp-persona li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.motta-lp-persona li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .56em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(17, 109, 255, .54);
}

/* Persona CTA link */
.motta-lp-persona__link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
  justify-self: start;
}

.motta-lp-persona__link:hover {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .28);
  color: #ffffff;
}

.motta-lp-persona.is-featured .motta-lp-persona__link {
  background: rgba(17, 109, 255, .18);
  border-color: rgba(17, 109, 255, .44);
  color: #ffffff;
}

.motta-lp-persona.is-featured .motta-lp-persona__link:hover {
  background: rgba(17, 109, 255, .28);
  border-color: rgba(17, 109, 255, .64);
}

/* ── Pricing — plan CTA full-width ──────────────────────────────────────── */

.motta-public-plan__cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
}

/* ── Footer nav ─────────────────────────────────────────────────────────── */

.motta-public-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
}

.motta-public-footer nav a {
  color: rgba(255, 255, 255, .50);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: color .12s ease;
}

.motta-public-footer nav a:hover {
  color: rgba(255, 255, 255, .84);
}

/* ── Responsive ─────────────────────────────────────────────────────────── */

/* Tablet: wizard 2-col, personas tam genişlik */
@media (max-width: 1024px) {
  .motta-lp-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }

  .motta-lp-steps::before {
    display: none;
  }

  .motta-lp-steps li:last-child {
    grid-column: 1 / -1;
    max-width: 320px;
  }
}

/* Tablet küçük: personas 1-col */
@media (max-width: 768px) {
  .motta-lp-persona-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }

  .motta-lp-persona:hover {
    transform: none;
  }
}

/* Mobil: wizard 1-col + nav sadeleşme */
@media (max-width: 640px) {
  .motta-lp-steps {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .motta-lp-steps li:last-child {
    grid-column: auto;
    max-width: none;
  }

  /* Anchor linkler küçük ekranda gizlenir — sadece 2 CTA buton kalır */
  .motta-lp .motta-public-nav a:not(.motta-button) {
    display: none;
  }
}

/* Küçük mobil: footer nav column */
@media (max-width: 480px) {
  .motta-public-footer {
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
  }
}

/* ── Reduced motion ─────────────────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .motta-lp-persona,
  .motta-lp-step__num,
  .motta-lp-persona__link {
    transition: none;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   v12.50 — Landing Entrance Animations + Cockpit Polish
   ══════════════════════════════════════════════════════════════════════════ */

/* ── Keyframes ───────────────────────────────────────────────────────────── */

@keyframes motta-lp-fade-up {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes motta-lp-slide-right {
  from { opacity: 0; transform: translateX(32px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes motta-lp-pulse-ring {
  0%, 100% { box-shadow: 0 0 0 0 rgba(17, 109, 255, .32); }
  55%       { box-shadow: 0 0 0 7px rgba(17, 109, 255, .0); }
}

/* ── Hero copy cascade ───────────────────────────────────────────────────── */

.motta-lp .motta-kicker {
  animation: motta-lp-fade-up 600ms cubic-bezier(0.16, 1, 0.3, 1) 0ms both;
}

.motta-lp .motta-public-hero__copy h1 {
  animation: motta-lp-fade-up 660ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}

.motta-lp .motta-public-hero__lead {
  animation: motta-lp-fade-up 620ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both;
}

.motta-lp .motta-public-hero__actions {
  animation: motta-lp-fade-up 600ms cubic-bezier(0.16, 1, 0.3, 1) 280ms both;
}

/* ── Cockpit: slide in from right ────────────────────────────────────────── */

.motta-lp .motta-public-preview {
  animation: motta-lp-slide-right 720ms cubic-bezier(0.16, 1, 0.3, 1) 100ms both;
}

/* ── Section heads ───────────────────────────────────────────────────────── */

.motta-lp-wizard .motta-lp-section-head {
  animation: motta-lp-fade-up 560ms cubic-bezier(0.16, 1, 0.3, 1) 0ms both;
}

.motta-lp-personas .motta-lp-section-head {
  animation: motta-lp-fade-up 560ms cubic-bezier(0.16, 1, 0.3, 1) 0ms both;
}

/* ── Active step: border highlight + pulse ───────────────────────────────── */

.motta-lp .motta-public-flow__step.is-active {
  border-color: rgba(17, 109, 255, .28);
  background: rgba(17, 109, 255, .08);
}

.motta-lp .motta-public-flow__step.is-active > span {
  animation: motta-lp-pulse-ring 2.8s ease-in-out infinite;
}

/* ── Signals stagger ─────────────────────────────────────────────────────── */

.motta-lp .motta-public-signals article:nth-child(1) {
  animation: motta-lp-fade-up 580ms cubic-bezier(0.16, 1, 0.3, 1) 0ms both;
}
.motta-lp .motta-public-signals article:nth-child(2) {
  animation: motta-lp-fade-up 580ms cubic-bezier(0.16, 1, 0.3, 1) 80ms both;
}
.motta-lp .motta-public-signals article:nth-child(3) {
  animation: motta-lp-fade-up 580ms cubic-bezier(0.16, 1, 0.3, 1) 160ms both;
}

/* ── Wizard step stagger ─────────────────────────────────────────────────── */

.motta-lp-steps li:nth-child(1) { animation: motta-lp-fade-up 540ms cubic-bezier(0.16, 1, 0.3, 1)   0ms both; }
.motta-lp-steps li:nth-child(2) { animation: motta-lp-fade-up 540ms cubic-bezier(0.16, 1, 0.3, 1)  60ms both; }
.motta-lp-steps li:nth-child(3) { animation: motta-lp-fade-up 540ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both; }
.motta-lp-steps li:nth-child(4) { animation: motta-lp-fade-up 540ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both; }
.motta-lp-steps li:nth-child(5) { animation: motta-lp-fade-up 540ms cubic-bezier(0.16, 1, 0.3, 1) 240ms both; }

/* ── Persona card stagger ────────────────────────────────────────────────── */

.motta-lp-persona:nth-child(1) { animation: motta-lp-fade-up 600ms cubic-bezier(0.16, 1, 0.3, 1)   0ms both; }
.motta-lp-persona:nth-child(2) { animation: motta-lp-fade-up 600ms cubic-bezier(0.16, 1, 0.3, 1) 100ms both; }
.motta-lp-persona:nth-child(3) { animation: motta-lp-fade-up 600ms cubic-bezier(0.16, 1, 0.3, 1) 200ms both; }

/* ── Reduced motion: entrance animations off ─────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .motta-lp .motta-kicker,
  .motta-lp .motta-public-hero__copy h1,
  .motta-lp .motta-public-hero__lead,
  .motta-lp .motta-public-hero__actions,
  .motta-lp .motta-public-preview,
  .motta-lp .motta-public-signals article,
  .motta-lp-wizard .motta-lp-section-head,
  .motta-lp-personas .motta-lp-section-head,
  .motta-lp-steps li,
  .motta-lp-persona {
    animation: none;
  }
  .motta-lp .motta-public-flow__step.is-active > span {
    animation: none;
  }
}

/* ── Nav link hover ─────────────────────────────────────────────────────── */

.motta-lp .motta-public-nav a:not(.motta-button) {
  transition: color .15s ease;
}

.motta-lp .motta-public-nav a:not(.motta-button):hover {
  color: #ffffff;
}

/* ── Hero H1 — landing-specific tighter tracking ────────────────────────── */

.motta-lp .motta-public-hero h1 {
  letter-spacing: -.02em;
}

/* ── Flow step hover (non-active) ───────────────────────────────────────── */

.motta-lp .motta-public-flow__step:not(.is-active):not(.is-pending) {
  transition: background .18s ease, border-color .18s ease;
}

.motta-lp .motta-public-flow__step:not(.is-active):not(.is-pending):hover {
  background: rgba(255, 255, 255, .13);
  border-color: rgba(255, 255, 255, .22);
}

/* ── Plan card hover elevation ───────────────────────────────────────────── */

.motta-public-plan {
  transition: box-shadow .22s ease, transform .22s ease;
}

.motta-public-plan:hover {
  box-shadow: 0 32px 96px rgba(17, 109, 255, .16), 0 4px 18px rgba(0, 0, 0, .10);
  transform: translateY(-4px);
}

.motta-public-plan.is-recommended:hover {
  box-shadow: 0 36px 100px rgba(17, 109, 255, .30), 0 4px 18px rgba(0, 0, 0, .08);
}

/* ── Pricing section entrance (kartlar — container animasyonsuz bırakılır) ── */
/* Not: .motta-public-pricing'e ayrıca animation eklemiyoruz — iç kartlarda
   opacity animasyonu var; iç içe opacity çakışmasını önler.               */

.motta-public-pricing__grid .motta-public-plan:nth-child(1) {
  animation: motta-lp-fade-up 580ms cubic-bezier(0.16, 1, 0.3, 1)   0ms both;
}
.motta-public-pricing__grid .motta-public-plan:nth-child(2) {
  animation: motta-lp-fade-up 580ms cubic-bezier(0.16, 1, 0.3, 1) 100ms both;
}
.motta-public-pricing__grid .motta-public-plan:nth-child(3) {
  animation: motta-lp-fade-up 580ms cubic-bezier(0.16, 1, 0.3, 1) 200ms both;
}

/* Pricing section reduced motion */
@media (prefers-reduced-motion: reduce) {
  .motta-public-pricing__grid .motta-public-plan,
  .motta-public-plan {
    animation: none;
    transition: none;
  }
}

/* ── /motta-landing.css v12.50 ──────────────────────────────────────────── */

/* ══════════════════════════════════════════════════════════════════════════
   v12.51 — Canlı Ürün Demosu: Kit Canvas + Ticker + Demo + Features + Stats
   ══════════════════════════════════════════════════════════════════════════ */

/* ── Kit Base CSS (motta-showcase.css'den landing'e kopyalandı) ──────────── */
/* Not: motta-live.css'te .motta-kit tanımlı değil — showcase'e özgüydü.
   Landing sayfası da kit canvas kullandığından burada tanımlanır.           */

.motta-lp-kit-scope .motta-kit,
.motta-lp-kit-stage .motta-kit,
.motta-lp-demo .motta-kit,
.motta-lp-features .motta-kit {
  position: relative;
  width: min(310px, 78%);
  height: 380px;
  filter: drop-shadow(0 30px 42px rgba(0,0,0,.34));
}

.motta-lp-kit-scope .motta-kit__body,
.motta-lp-kit-stage .motta-kit__body,
.motta-lp-demo .motta-kit__body,
.motta-lp-features .motta-kit__body {
  position: absolute;
  inset: 55px 62px 22px;
  border-radius: 42px 42px 34px 34px;
  background: var(--kit-primary, #111827);
  overflow: hidden;
  clip-path: polygon(18% 0, 82% 0, 100% 22%, 88% 100%, 12% 100%, 0 22%);
}

.motta-lp-kit-stage .motta-kit__body::before,
.motta-lp-demo .motta-kit__body::before,
.motta-lp-features .motta-kit__body::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 21%, var(--kit-secondary, rgba(255,255,255,.18)) 21% 28%, transparent 28% 100%),
    linear-gradient(72deg, transparent 0 64%, rgba(255,255,255,.16) 64% 67%, transparent 67%),
    radial-gradient(circle at 50% 0, rgba(255,255,255,.20), transparent 32%);
  opacity: .92;
}

.motta-lp-kit-stage .motta-kit__body::after,
.motta-lp-demo .motta-kit__body::after,
.motta-lp-features .motta-kit__body::after {
  position: absolute;
  inset: 24px 50px auto;
  height: 74px;
  border: 2px solid rgba(255,255,255,.28);
  border-top: 0;
  border-radius: 0 0 42px 42px;
  content: "";
}

.motta-lp-kit-stage .motta-kit__sleeve,
.motta-lp-demo .motta-kit__sleeve,
.motta-lp-features .motta-kit__sleeve {
  position: absolute;
  top: 74px;
  width: 94px;
  height: 116px;
  border-radius: 28px;
  background: var(--kit-primary, #111827);
  overflow: hidden;
}

.motta-lp-kit-stage .motta-kit__sleeve::after,
.motta-lp-demo .motta-kit__sleeve::after,
.motta-lp-features .motta-kit__sleeve::after {
  position: absolute;
  inset: auto 0 0;
  height: 20px;
  background: var(--kit-accent, #b99455);
  content: "";
}

.motta-lp-kit-stage .motta-kit__sleeve.is-left,
.motta-lp-demo .motta-kit__sleeve.is-left,
.motta-lp-features .motta-kit__sleeve.is-left {
  left: 20px;
  transform: rotate(18deg);
}

.motta-lp-kit-stage .motta-kit__sleeve.is-right,
.motta-lp-demo .motta-kit__sleeve.is-right,
.motta-lp-features .motta-kit__sleeve.is-right {
  right: 20px;
  transform: rotate(-18deg);
}

.motta-lp-kit-stage .motta-kit__zone-tint,
.motta-lp-demo .motta-kit__zone-tint,
.motta-lp-features .motta-kit__zone-tint {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: var(--kit-primary, transparent);
  mix-blend-mode: multiply;
  opacity: .50;
  pointer-events: none;
  user-select: none;
}

.motta-lp-kit-stage .motta-kit__number,
.motta-lp-kit-stage .motta-kit__name,
.motta-lp-demo .motta-kit__number,
.motta-lp-demo .motta-kit__name,
.motta-lp-features .motta-kit__number,
.motta-lp-features .motta-kit__name {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-shadow: 0 2px 14px rgba(0,0,0,.26);
}

.motta-lp-kit-stage .motta-kit__name,
.motta-lp-demo .motta-kit__name,
.motta-lp-features .motta-kit__name {
  top: 252px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  color: var(--kit-accent, #b99455);
}

.motta-lp-kit-stage .motta-kit__number,
.motta-lp-demo .motta-kit__number,
.motta-lp-features .motta-kit__number {
  top: 274px;
  font-size: 70px;
  font-weight: 900;
  line-height: .9;
  color: var(--kit-accent, #b99455);
}

/* ── Kit renk varyantları (inline style yok — CSS custom property class'tan gelir) ── */

.motta-lp-kit--navy  { --kit-primary: #1a3a6b; --kit-secondary: rgba(15,124,255,.60); --kit-accent: #f7c948; }
.motta-lp-kit--red   { --kit-primary: #6b1a1a; --kit-secondary: rgba(233,69,96,.60);  --kit-accent: #ffffff; }
.motta-lp-kit--green { --kit-primary: #0d3b1e; --kit-secondary: rgba(22,163,74,.60);  --kit-accent: #fbbf24; }
.motta-lp-kit--amber { --kit-primary: #7c3400; --kit-secondary: rgba(245,158,11,.60); --kit-accent: #ffffff; }

/* ── Hero Kit Stage ─────────────────────────────────────────────────────── */

.motta-lp-kit-stage {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  padding: 8px 0 0;
}

.motta-lp-kit--sm {
  transform: scale(.68) translateY(20px);
  transform-origin: bottom center;
  opacity: .70;
  flex-shrink: 0;
}

.motta-lp-kit-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 7px 14px;
  border-radius: 99px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.64);
  width: fit-content;
  margin-inline: auto;
}

.motta-lp-kit-badge__dot {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 3px rgba(34,197,94,.22);
  flex-shrink: 0;
  animation: motta-lp-pulse-ring 2s ease-in-out infinite;
}

/* ── Sports Ticker ──────────────────────────────────────────────────────── */

.motta-lp-ticker {
  overflow: hidden;
  padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
  margin: clamp(20px, 3vw, 36px) 0;
}

.motta-lp-ticker__track {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  animation: motta-lp-ticker-scroll 32s linear infinite;
}

.motta-lp-ticker__track span {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,.30);
  letter-spacing: .10em;
  text-transform: uppercase;
  white-space: nowrap;
}

.motta-lp-ticker__sep {
  color: rgba(255,255,255,.14) !important;
  font-weight: 400 !important;
}

@keyframes motta-lp-ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── Demo Bölümü ─────────────────────────────────────────────────────────── */

.motta-lp-demo {
  padding: clamp(64px, 8vw, 96px) 0;
}

.motta-lp-demo__inner {
  width: min(1184px, calc(100% - var(--space-4, 48px)));
  margin: 0 auto;
}

.motta-lp-demo__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  margin-top: 52px;
}

.motta-lp-demo__controls {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.motta-lp-demo-card {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.10);
}

.motta-lp-demo-card__label {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
  margin: 0 0 12px;
}

/* Renk seçici */
.motta-lp-demo-swatches {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.motta-lp-swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2.5px solid transparent;
  display: block;
  transition: transform .15s ease, box-shadow .15s ease;
  cursor: default;
}

.motta-lp-swatch.is-active {
  box-shadow: 0 0 0 3px rgba(255,255,255,.84);
  transform: scale(1.14);
}

.motta-lp-swatch--navy   { background: #1a3a6b; }
.motta-lp-swatch--red    { background: #e94560; }
.motta-lp-swatch--green  { background: #16a34a; }
.motta-lp-swatch--amber  { background: #f59e0b; }
.motta-lp-swatch--purple { background: #7c3aed; }
.motta-lp-swatch--black  { background: #0f172a; border-color: rgba(255,255,255,.14); }

/* Chip seçici */
.motta-lp-demo-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.motta-lp-chip {
  padding: 6px 14px;
  border-radius: 99px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.48);
  cursor: default;
}

.motta-lp-chip.is-active {
  background: rgba(17,109,255,.18);
  border-color: rgba(17,109,255,.48);
  color: #7ab8ff;
}

/* Oyuncu kadrosu */
.motta-lp-demo-roster {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.motta-lp-roster-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,.04);
}

.motta-lp-roster-row--add {
  background: none;
  padding-left: 10px;
}

.motta-lp-roster-row--add span {
  font-size: 12px;
  color: rgba(17,109,255,.64);
  font-weight: 600;
}

.motta-lp-roster-num {
  font-size: 12px;
  font-weight: 800;
  color: rgba(255,255,255,.36);
  width: 22px;
  flex-shrink: 0;
}

.motta-lp-roster-name {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,.78);
}

.motta-lp-roster-size {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.52);
}

/* Demo kit önizlemesi */
.motta-lp-demo__kit {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.motta-lp-demo-kit-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.motta-lp-demo-kit-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.28);
}

.motta-lp-demo-main-kit {
  /* normal size from kit base CSS above */
}

.motta-lp-demo-kit-variants {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  margin-top: 4px;
}

.motta-lp-kit--xs {
  width: 64px !important;
  height: 78px !important;
  filter: drop-shadow(0 6px 12px rgba(0,0,0,.28)) !important;
  opacity: .70;
}

.motta-lp-kit--xs .motta-kit__body {
  inset: 11px 13px 4px !important;
  border-radius: 9px 9px 7px 7px !important;
  clip-path: polygon(18% 0, 82% 0, 100% 22%, 88% 100%, 12% 100%, 0 22%) !important;
}

.motta-lp-kit--xs .motta-kit__body::before,
.motta-lp-kit--xs .motta-kit__body::after {
  display: none;
}

.motta-lp-kit--xs .motta-kit__sleeve {
  top: 15px !important;
  width: 19px !important;
  height: 24px !important;
  border-radius: 6px !important;
}

.motta-lp-kit--xs .motta-kit__sleeve::after {
  height: 4px !important;
}

.motta-lp-kit--xs .motta-kit__sleeve.is-left { left: 4px !important; }
.motta-lp-kit--xs .motta-kit__sleeve.is-right { right: 4px !important; }
.motta-lp-kit--xs .motta-kit__number,
.motta-lp-kit--xs .motta-kit__name { display: none; }

/* Section lead paragraph */
.motta-lp-section-head__lead {
  font-size: 16px;
  color: rgba(255,255,255,.46);
  line-height: 1.65;
  max-width: 560px;
  margin: 10px auto 0;
  text-align: center;
}

/* ── Feature Cards ────────────────────────────────────────────────────────── */

.motta-lp-features {
  padding: clamp(64px, 8vw, 96px) 0;
  background: rgba(255,255,255,.015);
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.motta-lp-features__inner {
  width: min(1184px, calc(100% - var(--space-4, 48px)));
  margin: 0 auto;
}

.motta-lp-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 48px;
}

.motta-lp-feature-card {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.motta-lp-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(0,0,0,.30);
  border-color: rgba(255,255,255,.16);
}

.motta-lp-feature-card__preview {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.025);
  border-bottom: 1px solid rgba(255,255,255,.07);
  overflow: hidden;
}

.motta-lp-feature-card__body {
  padding: 20px;
}

.motta-lp-feature-card__body strong {
  font-size: 15px;
  font-weight: 800;
  color: #f8fafc;
  display: block;
  margin-bottom: 6px;
}

.motta-lp-feature-card__body p {
  font-size: 13px;
  color: rgba(255,255,255,.50);
  line-height: 1.6;
  margin: 0;
}

/* Mini kit (feature card içinde) */
.motta-lp-fc-kit-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.motta-lp-kit--mini {
  width: 120px !important;
  height: 148px !important;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.32)) !important;
  flex-shrink: 0;
}

.motta-lp-kit--mini .motta-kit__body {
  inset: 21px 24px 8px !important;
  border-radius: 16px 16px 13px 13px !important;
}

.motta-lp-kit--mini .motta-kit__body::before,
.motta-lp-kit--mini .motta-kit__body::after { display: none; }

.motta-lp-kit--mini .motta-kit__sleeve {
  top: 29px !important;
  width: 37px !important;
  height: 45px !important;
  border-radius: 11px !important;
}

.motta-lp-kit--mini .motta-kit__sleeve::after { height: 8px !important; }
.motta-lp-kit--mini .motta-kit__sleeve.is-left { left: 8px !important; }
.motta-lp-kit--mini .motta-kit__sleeve.is-right { right: 8px !important; }

.motta-lp-kit--mini .motta-kit__number {
  top: 106px !important;
  font-size: 27px !important;
}

.motta-lp-kit--mini .motta-kit__name { display: none; }

/* Roster mini (feature card) */
.motta-lp-fc-roster {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 100%;
  padding: 16px 18px;
}

.motta-lp-fc-roster > div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,.68);
  font-weight: 600;
}

.motta-lp-fc-rnum {
  font-weight: 900;
  color: rgba(255,255,255,.32);
  width: 20px;
  flex-shrink: 0;
  font-size: 11px;
}

.motta-lp-fc-rsize {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 5px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.48);
}

.motta-lp-fc-more {
  font-size: 11px;
  color: rgba(17,109,255,.58);
  font-weight: 600;
}

/* Producer mini (feature card) */
.motta-lp-fc-producer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 18px;
  width: 100%;
}

.motta-lp-fc-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 99px;
  white-space: nowrap;
}

.motta-lp-fc-badge.is-approved { background: rgba(22,163,74,.18); color: #4ade80; }
.motta-lp-fc-badge.is-pdf      { background: rgba(17,109,255,.18); color: #7ab8ff; }
.motta-lp-fc-badge.is-zip      { background: rgba(245,158,11,.18); color: #fbbf24; }

.motta-lp-fc-link {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,.28);
  font-family: ui-monospace, 'Courier New', monospace;
}

/* Brand mini (feature card) */
.motta-lp-fc-brand {
  width: 100%;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.motta-lp-fc-brand-bar {
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, #1a3a6b, #0f7cff);
  margin-bottom: 2px;
}

.motta-lp-fc-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.motta-lp-fc-brand-name {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.80);
}

.motta-lp-fc-brand-tag {
  font-size: 10px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(17,109,255,.18);
  color: #7ab8ff;
  white-space: nowrap;
}

.motta-lp-fc-brand-row--fallback { opacity: .50; }
.motta-lp-fc-brand-tag--muted { background: rgba(255,255,255,.08); color: rgba(255,255,255,.40); }

/* ── Stats Row ──────────────────────────────────────────────────────────── */

.motta-lp-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 36px 24px;
  margin-bottom: 0;
}

.motta-lp-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 0 40px;
  border-right: 1px solid rgba(255,255,255,.08);
}

.motta-lp-stat:last-child {
  border-right: none;
}

.motta-lp-stat strong {
  font-size: 40px;
  font-weight: 900;
  color: #f8fafc;
  letter-spacing: -.04em;
  line-height: 1;
}

.motta-lp-stat span {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255,255,255,.38);
  text-transform: uppercase;
  letter-spacing: .07em;
  white-space: nowrap;
}

/* ── CTA Banner ─────────────────────────────────────────────────────────── */

.motta-lp-cta-banner {
  padding: clamp(64px, 8vw, 96px) 24px;
  text-align: center;
  background: linear-gradient(160deg, rgba(17,109,255,.10) 0%, transparent 56%);
  border-top: 1px solid rgba(17,109,255,.16);
}

.motta-lp-cta-banner__inner {
  max-width: 560px;
  margin: 0 auto;
}

.motta-lp-cta-banner h2 {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 900;
  letter-spacing: -.03em;
  color: #f8fafc;
  margin: 8px 0 16px;
  line-height: 1.05;
}

.motta-lp-cta-banner p {
  font-size: 16px;
  color: rgba(255,255,255,.50);
  line-height: 1.6;
  margin: 0 0 32px;
}

.motta-lp-cta-banner__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Animations: Yeni bölümler ──────────────────────────────────────────── */

.motta-lp-demo .motta-lp-section-head {
  animation: motta-lp-fade-up 560ms cubic-bezier(0.16, 1, 0.3, 1) 0ms both;
}

.motta-lp-features .motta-lp-section-head {
  animation: motta-lp-fade-up 560ms cubic-bezier(0.16, 1, 0.3, 1) 0ms both;
}

.motta-lp-feature-card:nth-child(1) { animation: motta-lp-fade-up 560ms cubic-bezier(0.16, 1, 0.3, 1)   0ms both; }
.motta-lp-feature-card:nth-child(2) { animation: motta-lp-fade-up 560ms cubic-bezier(0.16, 1, 0.3, 1)  80ms both; }
.motta-lp-feature-card:nth-child(3) { animation: motta-lp-fade-up 560ms cubic-bezier(0.16, 1, 0.3, 1) 160ms both; }
.motta-lp-feature-card:nth-child(4) { animation: motta-lp-fade-up 560ms cubic-bezier(0.16, 1, 0.3, 1) 240ms both; }

.motta-lp-stat:nth-child(1) { animation: motta-lp-fade-up 540ms cubic-bezier(0.16, 1, 0.3, 1)   0ms both; }
.motta-lp-stat:nth-child(2) { animation: motta-lp-fade-up 540ms cubic-bezier(0.16, 1, 0.3, 1)  60ms both; }
.motta-lp-stat:nth-child(3) { animation: motta-lp-fade-up 540ms cubic-bezier(0.16, 1, 0.3, 1) 120ms both; }
.motta-lp-stat:nth-child(4) { animation: motta-lp-fade-up 540ms cubic-bezier(0.16, 1, 0.3, 1) 180ms both; }
.motta-lp-stat:nth-child(5) { animation: motta-lp-fade-up 540ms cubic-bezier(0.16, 1, 0.3, 1) 240ms both; }

.motta-lp-cta-banner .motta-kicker,
.motta-lp-cta-banner h2,
.motta-lp-cta-banner p,
.motta-lp-cta-banner__actions {
  animation: motta-lp-fade-up 580ms cubic-bezier(0.16, 1, 0.3, 1) 0ms both;
}

/* ── Responsive: Yeni bölümler ──────────────────────────────────────────── */

@media (max-width: 1024px) {
  .motta-lp-feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .motta-lp-demo__layout { grid-template-columns: 1fr; }
  .motta-lp-demo__kit { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .motta-lp-feature-grid { grid-template-columns: 1fr; }
  .motta-lp-stat { padding: 0 20px; border-right: none; }
  .motta-lp-stats { gap: 20px 0; }
  .motta-lp-kit--sm { display: none; }
}

/* Reduced motion: yeni bölümler */
@media (prefers-reduced-motion: reduce) {
  .motta-lp-ticker__track { animation: none; }
  .motta-lp-kit-badge__dot { animation: none; }
  .motta-lp-demo .motta-lp-section-head,
  .motta-lp-features .motta-lp-section-head,
  .motta-lp-feature-card,
  .motta-lp-stat,
  .motta-lp-cta-banner .motta-kicker,
  .motta-lp-cta-banner h2,
  .motta-lp-cta-banner p,
  .motta-lp-cta-banner__actions {
    animation: none;
  }
  .motta-lp-feature-card { transition: none; }
}

/* ── /motta-landing.css v12.51 ──────────────────────────────────────────── */

/* ══ v12.52 Bayi Başvuru Sayfası (.motta-bp-*) ══════════════════════════════ */

.motta-bp [hidden] {
  display: none !important;
}

/* Honeypot gizle */
.motta-bp-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

/* Hero mini */
.motta-bp-hero {
  text-align: center;
  padding: 56px 24px 32px;
}
.motta-bp-hero__title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  letter-spacing: -.03em;
  color: #f8fafc;
  margin: 8px 0 16px;
  line-height: 1.08;
}
.motta-bp-plan-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 99px;
  background: rgba(17,109,255,.14);
  border: 1px solid rgba(17,109,255,.32);
  font-size: 13px;
  font-weight: 700;
  color: #7ab8ff;
  letter-spacing: .02em;
}
.motta-bp-plan-pill.is-large {
  font-size: 15px;
  padding: 8px 20px;
  background: rgba(17,109,255,.10);
}

/* 2-col layout */
.motta-bp-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto 80px;
  align-items: start;
}

/* Sol kolon */
.motta-bp-aside {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.motta-bp-aside__block {
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.motta-bp-aside__block > strong {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
}
.motta-bp-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  counter-reset: step;
}
.motta-bp-steps li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.motta-bp-steps li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 800;
  background: rgba(17,109,255,.18);
  border: 1.5px solid rgba(17,109,255,.36);
  color: #7ab8ff;
  margin-top: 1px;
}
.motta-bp-steps li strong {
  font-size: 13px;
  font-weight: 700;
  color: #f8fafc;
  display: block;
  margin-bottom: 2px;
}
.motta-bp-steps li p {
  font-size: 12px;
  color: rgba(255,255,255,.44);
  margin: 0;
  line-height: 1.5;
}
.motta-bp-aside__signals {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.motta-bp-aside__signals span {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.52);
}

/* Sağ kolon — form */
.motta-bp-form-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.motta-bp-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.motta-bp-block {
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 28px 0;
  margin: 0;
}
.motta-bp-block:last-of-type {
  border-bottom: none;
}
.motta-bp-block legend {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  color: rgba(255,255,255,.38);
  padding: 0 0 18px;
  width: 100%;
  float: left;
}

.motta-bp-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}
.motta-bp-field:last-child { margin-bottom: 0; }
.motta-bp-field label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,.68);
}
.motta-bp-field label span { color: rgba(255,255,255,.36); }
.motta-bp-field input,
.motta-bp-field select,
.motta-bp-field textarea {
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.13);
  background: rgba(255,255,255,.05);
  color: #f8fafc;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  transition: border-color .15s ease, box-shadow .15s ease;
  appearance: none;
  -webkit-appearance: none;
}
.motta-bp-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.4)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.motta-bp-field input::placeholder,
.motta-bp-field textarea::placeholder { color: rgba(255,255,255,.22); }
.motta-bp-field input:focus,
.motta-bp-field select:focus,
.motta-bp-field textarea:focus {
  outline: none;
  border-color: rgba(17,109,255,.60);
  box-shadow: 0 0 0 3px rgba(17,109,255,.14);
}
.motta-bp-field textarea { resize: vertical; min-height: 80px; }

.motta-bp-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 14px;
}

/* Checkboxes grid */
.motta-bp-checkgrid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.motta-bp-check-label {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(255,255,255,.04);
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.56);
  transition: border-color .12s ease, background .12s ease;
}
.motta-bp-check-label:has(input:checked) {
  border-color: rgba(17,109,255,.44);
  background: rgba(17,109,255,.12);
  color: #7ab8ff;
}
.motta-bp-check-label input { width: 0; height: 0; opacity: 0; position: absolute; }

/* KVKK checkboxes */
.motta-bp-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  color: rgba(255,255,255,.58);
  line-height: 1.5;
  margin-top: 14px;
}
.motta-bp-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: #116dff;
}

/* Submit area */
.motta-bp-submit-wrap {
  padding: 28px 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.motta-bp-submit {
  width: 100%;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
}
.motta-bp-error {
  font-size: 13px;
  color: #f87171;
  background: rgba(248,113,113,.10);
  border: 1px solid rgba(248,113,113,.28);
  border-radius: 10px;
  padding: 10px 14px;
  line-height: 1.5;
}

/* Başarı durumu */
.motta-bp-success {
  text-align: center;
  padding: 60px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.motta-bp-success__icon {
  font-size: 48px;
  line-height: 1;
  color: #22c55e;
  display: block;
}
.motta-bp-success > strong {
  font-size: 22px;
  font-weight: 800;
  color: #f8fafc;
}
.motta-bp-success p {
  color: rgba(255,255,255,.56);
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
}
.motta-bp-success__code {
  font-size: 13px !important;
}

/* Responsive */
@media (max-width: 900px) {
  .motta-bp-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .motta-bp-aside {
    position: static;
  }
  .motta-bp-aside__block:not(:first-child) {
    display: none;
  }
}
@media (max-width: 640px) {
  .motta-bp-field-row {
    grid-template-columns: 1fr;
  }
  .motta-bp-hero { padding: 40px 20px 24px; }
}

/* ── /v12.52 Bayi Başvuru Sayfası ──────────────────────────────────────────── */

/* ══ v12.54 Bayi Başvuru v2: premium dark-navy konsiyerji ══════════════════ */
body.motta-bp-v2 {
  background: #07111f;
  color: #f8fafc;
  overflow-x: hidden;
}
body.motta-bp-v2 .motta-public-header {
  background: rgba(7,17,31,.80);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(20px);
}
body.motta-bp-v2 .motta-public-nav a:not(.motta-button),
body.motta-bp-v2 .motta-brand strong {
  color: rgba(255,255,255,.86);
}
.motta-bp-v2 .motta-bp-page {
  min-height: calc(100svh - 72px);
  padding-bottom: 54px;
}
.motta-bp-v2 .motta-bp-hero {
  text-align: left;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 22px;
}
.motta-bp-v2 .motta-kicker {
  color: #5ba4ff;
}
.motta-bp-v2 .motta-bp-hero__title {
  max-width: 760px;
  margin: 8px 0 10px;
  color: #f8fafc;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 860;
  line-height: 1.02;
  letter-spacing: 0;
}
.motta-bp-hero__lead {
  max-width: 560px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.52);
  font-size: 17px;
  line-height: 1.55;
}
.motta-bp-v2 .motta-bp-plan-pill {
  color: #7ab8ff;
  background: rgba(17,109,255,.16);
  border-color: rgba(17,109,255,.36);
  border-radius: 999px;
}
.motta-bp-v2 .motta-bp-layout {
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 22px;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  align-items: start;
}
.motta-bp-v2 .motta-bp-form-wrap,
.motta-bp-v2 .motta-bp-aside__block {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 20px;
  box-shadow: 0 28px 80px rgba(2,8,23,.32);
}
.motta-bp-v2 .motta-bp-form-wrap {
  overflow: hidden;
}
.motta-bp-v2 .motta-bp-form {
  gap: 0;
}
.motta-bp-form-head {
  display: grid;
  gap: 6px;
  padding: 24px 26px 14px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.motta-bp-form-head span {
  color: #5ba4ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.motta-bp-form-head strong {
  color: #f8fafc;
  font-size: 24px;
  line-height: 1.15;
}
.motta-bp-form-head small {
  color: rgba(255,255,255,.44);
  font-size: 14px;
}
.motta-bp-v2 .motta-bp-block {
  padding: 22px 26px 18px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.motta-bp-v2 .motta-bp-field-row {
  gap: 14px;
  margin-bottom: 14px;
}
.motta-bp-v2 .motta-bp-field label {
  color: rgba(255,255,255,.70);
  font-size: 13px;
}
.motta-bp-v2 .motta-bp-field input,
.motta-bp-v2 .motta-bp-field select,
.motta-bp-v2 .motta-bp-field textarea {
  min-height: 44px;
  color: #f8fafc;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
}
.motta-bp-v2 .motta-bp-field input::placeholder,
.motta-bp-v2 .motta-bp-field textarea::placeholder {
  color: rgba(255,255,255,.28);
}
.motta-bp-v2 .motta-bp-field select {
  background-color: #0e1e30;
  background-image: none;
}
.motta-bp-v2 .motta-bp-field select option {
  background-color: #0e1e30;
  color: #f8fafc;
}
.motta-bp-plan-switcher {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}
.motta-bp-plan-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "radio text" "radio price";
  column-gap: 10px;
  row-gap: 2px;
  min-height: 78px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
.motta-bp-plan-card input {
  grid-area: radio;
  align-self: start;
  margin-top: 3px;
  accent-color: #116dff;
}
.motta-bp-plan-card span {
  grid-area: text;
  display: grid;
  gap: 2px;
}
.motta-bp-plan-card strong {
  color: #f8fafc;
  font-size: 14px;
}
.motta-bp-plan-card small {
  color: rgba(255,255,255,.44);
  font-size: 12px;
}
.motta-bp-plan-card b {
  grid-area: price;
  color: #7ab8ff;
  font-size: 13px;
}
.motta-bp-plan-card:has(input:checked) {
  border-color: rgba(17,109,255,.50);
  background: rgba(17,109,255,.12);
  box-shadow: inset 0 0 0 1px rgba(17,109,255,.24), 0 0 20px rgba(17,109,255,.08);
}
.motta-bp-v2 .motta-bp-checkbox {
  color: rgba(255,255,255,.64);
}
.motta-bp-checkbox.is-inline {
  align-self: end;
  margin: 0 0 10px;
}
.motta-bp-details {
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.motta-bp-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 26px;
  color: rgba(255,255,255,.88);
  cursor: pointer;
  list-style: none;
}
.motta-bp-details summary::-webkit-details-marker {
  display: none;
}
.motta-bp-details summary span {
  font-weight: 800;
}
.motta-bp-details summary small {
  color: rgba(255,255,255,.44);
  font-size: 13px;
}
.motta-bp-details-body {
  padding: 0 26px 22px;
}
.motta-bp-v2 .motta-bp-check-label {
  color: rgba(255,255,255,.60);
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.12);
}
.motta-bp-v2 .motta-bp-check-label:has(input:checked) {
  color: #7ab8ff;
  background: rgba(17,109,255,.12);
  border-color: rgba(17,109,255,.40);
}
.motta-bp-v2 .motta-bp-submit-wrap {
  padding: 20px 26px 26px;
}
.motta-bp-v2 .motta-bp-submit {
  min-height: 48px;
  border-radius: 10px;
}
.motta-bp-v2 .motta-bp-error {
  color: #f87171;
  background: rgba(248,113,113,.08);
  border-color: rgba(248,113,113,.24);
}
.motta-bp-v2 .motta-bp-aside {
  position: sticky;
  top: 88px;
  gap: 14px;
}
.motta-bp-v2 .motta-bp-aside__block {
  padding: 18px;
}
.motta-bp-v2 .motta-bp-aside__block > strong {
  color: rgba(255,255,255,.44);
}
.motta-bp-v2 .motta-bp-aside__signals span {
  color: rgba(255,255,255,.72);
  padding-left: 20px;
  position: relative;
}
.motta-bp-v2 .motta-bp-aside__signals span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 7px;
  height: 7px;
  border-radius: 99px;
  background: #c7a04b;
}
.motta-bp-v2 .motta-bp-success {
  color: #f8fafc;
  padding: 56px 28px;
}
.motta-bp-v2 .motta-bp-success > strong {
  color: #f8fafc;
}
.motta-bp-v2 .motta-bp-success p {
  color: rgba(255,255,255,.52);
}
.motta-bp-success__actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .motta-bp-v2 .motta-bp-layout {
    grid-template-columns: 1fr;
  }
  .motta-bp-v2 .motta-bp-aside {
    order: 2;
    position: static;
  }
  .motta-bp-v2 .motta-bp-form-wrap {
    order: 1;
  }
}
@media (max-width: 680px) {
  .motta-bp-v2 .motta-bp-hero,
  .motta-bp-v2 .motta-bp-layout {
    width: min(100% - 28px, 1120px);
  }
  .motta-bp-v2 .motta-bp-hero {
    padding-top: 32px;
  }
  .motta-bp-v2 .motta-bp-hero__title {
    font-size: 34px;
  }
  .motta-bp-plan-switcher,
  .motta-bp-v2 .motta-bp-field-row {
    grid-template-columns: 1fr;
  }
  .motta-bp-form-head,
  .motta-bp-v2 .motta-bp-block,
  .motta-bp-details summary,
  .motta-bp-details-body,
  .motta-bp-v2 .motta-bp-submit-wrap {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* ═══════════════════════════════════════════════════════════════════════
   motta-lp-v13 — Açık Kurumsal Premium Palet
   Scope: body.motta-lp-v13 — diğer sayfaları etkilemez
   ═══════════════════════════════════════════════════════════════════════ */

/* ── Token'lar ─────────────────────────────────────────────────────────── */

.motta-lp-v13 {
  --lp-bg:       #ffffff;
  --lp-bg-alt:   #f4f7fb;
  --lp-bg-dark:  #0a1829;
  --lp-navy:     #0a1829;
  --lp-blue:     #1e6ef4;
  --lp-blue-dk:  #1558d4;
  --lp-gold:     #b99455;
  --lp-muted:    #5b6678;
  --lp-border:   #dde4ef;
  --lp-radius:   10px;
  --lp-max:      1200px;
  --lp-shadow:   0 1px 4px rgba(10,24,41,.08), 0 2px 12px rgba(10,24,41,.05);
}

/* ── Sayfa zemin ────────────────────────────────────────────────────────── */

.motta-lp-v13,
.motta-lp-v13 .motta-public-main {
  background: var(--lp-bg);
  color: var(--lp-navy);
}

/* ── Sticky nav — koyu cam → açık yapışkan ─────────────────────────────── */

.motta-lp-v13 .motta-public-header {
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--lp-border);
}

.motta-lp-v13 .motta-brand,
.motta-lp-v13 .motta-brand strong {
  color: var(--lp-navy);
}

.motta-lp-v13 .motta-brand span[aria-hidden] {
  color: var(--lp-blue);
}

.motta-lp-v13 .motta-public-nav a:not(.motta-button) {
  color: var(--lp-muted);
  font-weight: 500;
}

.motta-lp-v13 .motta-public-nav a:not(.motta-button):hover {
  color: var(--lp-navy);
}

/* ── Buton sınıfları (v13 scope — diğer sayfalar etkilenmez) ────────────── */

.motta-lp-v13 .motta-button--primary {
  background: var(--lp-blue);
  color: #fff;
  border: 2px solid var(--lp-blue);
  border-radius: 8px;
  font-weight: 600;
  transition: background .15s, border-color .15s;
}

.motta-lp-v13 .motta-button--primary:hover {
  background: var(--lp-blue-dk);
  border-color: var(--lp-blue-dk);
}

.motta-lp-v13 .motta-button--secondary {
  background: transparent;
  color: var(--lp-blue);
  border: 2px solid var(--lp-blue);
  border-radius: 8px;
  font-weight: 600;
  transition: background .15s, color .15s;
}

.motta-lp-v13 .motta-button--secondary:hover {
  background: var(--lp-blue);
  color: #fff;
}

.motta-lp-v13 .motta-button--ghost {
  background: transparent;
  color: var(--lp-muted);
  border: 1.5px solid var(--lp-border);
  border-radius: 8px;
  font-weight: 500;
  transition: border-color .15s, color .15s;
}

.motta-lp-v13 .motta-button--ghost:hover {
  color: var(--lp-navy);
  border-color: #b0bdd0;
}

.motta-lp-v13 .motta-button--soft {
  background: var(--lp-bg-alt);
  color: var(--lp-navy);
  border: 1.5px solid var(--lp-border);
  border-radius: 8px;
  font-weight: 500;
}

.motta-lp-v13 .motta-button--soft:hover {
  background: #e8eef6;
}

/* ── Hero: açık arka plan, lacivert metin ──────────────────────────────── */

.motta-lp-v13 .motta-public-hero {
  background: var(--lp-bg);
  color: var(--lp-navy);
  padding-top: 88px;
  padding-bottom: 72px;
}

.motta-lp-v13 .motta-kicker {
  color: var(--lp-blue);
  font-weight: 700;
  letter-spacing: .04em;
}

.motta-lp-v13 .motta-public-hero h1,
.motta-lp-v13 #hero-title {
  color: var(--lp-navy);
}

.motta-lp-v13 .motta-public-hero__lead {
  color: var(--lp-muted);
}

/* 3 CTA aynı satırda, dar ekranda kolonlanır */
.motta-lp-v13 .motta-public-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  align-items: center;
}

/* ── Trust signals ─────────────────────────────────────────────────────── */

.motta-lp-v13 .motta-public-signals {
  background: var(--lp-bg-alt);
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
}

.motta-lp-v13 .motta-public-signals article {
  background: transparent;
  box-shadow: none;
}

.motta-lp-v13 .motta-public-signals article strong {
  color: var(--lp-navy);
}

.motta-lp-v13 .motta-public-signals article span {
  color: var(--lp-muted);
}

/* ── Demo / vitrin section ─────────────────────────────────────────────── */

.motta-lp-v13 .motta-lp-demo {
  background: var(--lp-bg-alt);
}

.motta-lp-v13 .motta-lp-section-head h2 {
  color: var(--lp-navy);
}

.motta-lp-v13 .motta-lp-section-head .motta-lp-section-head__lead,
.motta-lp-v13 .motta-lp-section-head p {
  color: var(--lp-muted);
}

.motta-lp-v13 .motta-lp-demo-card {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow);
}

.motta-lp-v13 .motta-lp-demo-card__label {
  color: var(--lp-muted);
}

/* ── Wizard / Nasıl çalışır ────────────────────────────────────────────── */

.motta-lp-v13 .motta-lp-wizard {
  background: var(--lp-bg);
}

.motta-lp-v13 .motta-lp-step__num {
  color: var(--lp-blue);
  border-color: var(--lp-blue);
}

.motta-lp-v13 .motta-lp-step__title {
  color: var(--lp-navy);
}

.motta-lp-v13 .motta-lp-step__desc {
  color: var(--lp-muted);
}

/* ── Feature kartlar ───────────────────────────────────────────────────── */

.motta-lp-v13 .motta-lp-features {
  background: var(--lp-bg-alt);
}

.motta-lp-v13 .motta-lp-feature-card {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow);
}

.motta-lp-v13 .motta-lp-feature-card__body strong {
  color: var(--lp-navy);
}

.motta-lp-v13 .motta-lp-feature-card__body p {
  color: var(--lp-muted);
}

/* ── Personas (Kim ne görür?) ─────────────────────────────────────────── */

.motta-lp-v13 .motta-lp-personas {
  background: var(--lp-bg);
}

.motta-lp-v13 .motta-lp-persona {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow);
}

.motta-lp-v13 .motta-lp-persona header strong {
  color: var(--lp-navy);
}

.motta-lp-v13 .motta-lp-persona header small {
  color: var(--lp-muted);
}

.motta-lp-v13 .motta-lp-persona ul li {
  color: var(--lp-muted);
}

.motta-lp-v13 .motta-lp-persona.is-featured {
  border-color: var(--lp-blue);
  box-shadow: 0 0 0 1px var(--lp-blue), var(--lp-shadow);
}

.motta-lp-v13 .motta-lp-persona.is-featured header strong {
  color: var(--lp-blue);
}

.motta-lp-v13 .motta-lp-persona__link {
  color: var(--lp-blue);
  font-weight: 600;
  text-decoration: none;
}

.motta-lp-v13 .motta-lp-persona__link:hover {
  text-decoration: underline;
}

/* ── Stats row ────────────────────────────────────────────────────────── */

.motta-lp-v13 .motta-lp-stats {
  background: var(--lp-bg-alt);
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
}

.motta-lp-v13 .motta-lp-stat strong {
  color: var(--lp-navy);
}

.motta-lp-v13 .motta-lp-stat span {
  color: var(--lp-muted);
}

/* ── Pricing section ──────────────────────────────────────────────────── */

.motta-lp-v13 .motta-public-pricing {
  background: var(--lp-bg);
}

/* ── CTA Banner — lacivert, kontrast güçlü ────────────────────────────── */

.motta-lp-v13 .motta-lp-cta-banner {
  background: var(--lp-bg-dark);
  color: #fff;
}

.motta-lp-v13 .motta-lp-cta-banner .motta-kicker {
  color: var(--lp-gold);
}

.motta-lp-v13 .motta-lp-cta-banner h2 {
  color: #fff;
}

.motta-lp-v13 .motta-lp-cta-banner p {
  color: rgba(255,255,255,.72);
}

/* Banner içinde butonları ezerek beyaz/açık kontrastlı yap */
.motta-lp-v13 .motta-lp-cta-banner .motta-button--primary {
  background: var(--lp-blue);
  border-color: var(--lp-blue);
}

.motta-lp-v13 .motta-lp-cta-banner .motta-button--soft {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.3);
  color: #fff;
}

.motta-lp-v13 .motta-lp-cta-banner .motta-button--soft:hover {
  background: rgba(255,255,255,.2);
}

/* ── Footer ───────────────────────────────────────────────────────────── */

.motta-lp-v13 .motta-public-footer {
  background: var(--lp-bg-alt);
  border-top: 1px solid var(--lp-border);
  color: var(--lp-muted);
}

.motta-lp-v13 .motta-public-footer a {
  color: var(--lp-muted);
}

.motta-lp-v13 .motta-public-footer a:hover {
  color: var(--lp-navy);
}

/* ── Responsive ───────────────────────────────────────────────────────── */

/* 1440px+ — geniş ekran: hero biraz daha hava alır */
@media (min-width: 1440px) {
  .motta-lp-v13 .motta-public-hero {
    padding-top: 112px;
    padding-bottom: 96px;
  }
}

/* 1024px altı — taşma kontrol */
@media (max-width: 1024px) {
  .motta-lp-v13 .motta-public-hero {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 768px altı */
@media (max-width: 768px) {
  .motta-lp-v13 .motta-public-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .motta-lp-v13 .motta-public-hero__actions .motta-button {
    text-align: center;
  }

  .motta-lp-v13 .motta-lp-feature-grid {
    grid-template-columns: 1fr;
  }

  .motta-lp-v13 .motta-lp-persona-grid {
    grid-template-columns: 1fr;
  }

  .motta-lp-v13 .motta-lp-cta-banner .motta-lp-cta-banner__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .motta-lp-v13 .motta-lp-cta-banner .motta-lp-cta-banner__actions .motta-button {
    text-align: center;
    width: 100%;
  }
}

/* 390px — mobil minimum */
@media (max-width: 390px) {
  .motta-lp-v13 .motta-button {
    width: 100%;
    text-align: center;
    display: block;
  }

  .motta-lp-v13 .motta-public-nav .motta-button {
    width: auto;
    display: inline-block;
  }

  .motta-lp-v13 .motta-public-hero {
    padding-top: 64px;
    padding-bottom: 48px;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   v2000 Faz 1 — Hyper Premium Landing
   ──────────────────────────────────────────────────────────────────────────
   Scope: .motta-lp-v2000 body class
   Token sistemi: gold (#c9a24d, #b45309) + ink (#0a1628, #475569) + neutral
   Editorial tipografi: Georgia başlıklar + system body
   Animasyonlar: IntersectionObserver reveal + scroll-linked parallax
   ══════════════════════════════════════════════════════════════════════════ */

.motta-lp-v2000 {
  --v2k-gold: #c9a24d;
  --v2k-gold-deep: #b45309;
  --v2k-ink: #0a1628;
  --v2k-ink-soft: #475569;
  --v2k-ink-mute: #64748b;
  --v2k-paper: #f8fafc;
  --v2k-line: #e2e8f0;
  --v2k-line-soft: #eef2f7;
  --v2k-white: #ffffff;
  --v2k-grad: linear-gradient(135deg, #c9a24d 0%, #b45309 100%);
  --v2k-radius-card: 12px;
  --v2k-radius-hero: 16px;
  --v2k-radius-pill: 999px;
  --v2k-shadow-sub: 0 1px 2px rgba(15,23,42,.04);
  --v2k-shadow-md: 0 4px 12px rgba(15,23,42,.08);
  --v2k-shadow-lg: 0 16px 40px rgba(15,23,42,.12);
  --v2k-shadow-gold: 0 12px 32px rgba(180, 83, 9, .22);
  --v2k-font-serif: Georgia, 'Times New Roman', serif;
  --v2k-font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, 'Inter', sans-serif;
  --v2k-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --v2k-ease-spring: cubic-bezier(0.34, 1.36, 0.64, 1);
  background: var(--v2k-white);
  color: var(--v2k-ink);
  scroll-behavior: smooth;
}

.motta-lp-v2000 :target {
  scroll-margin-top: 88px;
}

.motta-lp-v2000 *,
.motta-lp-v2000 *::before,
.motta-lp-v2000 *::after {
  box-sizing: border-box;
}

/* ── Header (gümüş-cam, daha açık) ─────────────────────────────────────── */

.motta-lp-v2000 .motta-public-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, .82);
  backdrop-filter: saturate(180%) blur(18px);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid rgba(15, 23, 42, .06);
  padding: 14px 28px;
  height: auto;
}

.motta-lp-v2000 .motta-brand {
  color: var(--v2k-ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--v2k-font-serif);
  font-weight: 400;
}

.motta-lp-v2000 .motta-brand > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--v2k-grad);
  color: #fff;
  font-family: var(--v2k-font-serif);
  font-size: 18px;
  font-weight: 700;
  box-shadow: var(--v2k-shadow-gold);
}

.motta-lp-v2000 .motta-brand strong {
  font-size: 18px;
  letter-spacing: -0.01em;
  color: var(--v2k-ink);
}

.motta-lp-v2000 .motta-public-nav a:not(.motta-button) {
  color: var(--v2k-ink-soft);
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 4px;
  transition: color .18s var(--v2k-ease);
}

.motta-lp-v2000 .motta-public-nav a:not(.motta-button):hover {
  color: var(--v2k-ink);
}

.motta-lp-v2000 .motta-button {
  font-family: var(--v2k-font-sans);
  font-weight: 700;
  border-radius: var(--v2k-radius-card);
  transition: transform .18s var(--v2k-ease), box-shadow .18s var(--v2k-ease), background-color .18s var(--v2k-ease);
}

.motta-lp-v2000 .motta-button--primary,
.motta-lp-v2000 .motta-button--dark {
  background: var(--v2k-grad);
  background-color: var(--v2k-gold-deep);
  color: #fff;
  border: 1px solid transparent;
  box-shadow: var(--v2k-shadow-gold);
}

.motta-lp-v2000 .motta-button--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(180, 83, 9, .28);
}

.motta-lp-v2000 .motta-button--soft {
  background: var(--v2k-white);
  border: 1px solid var(--v2k-line);
  color: var(--v2k-ink);
  box-shadow: var(--v2k-shadow-sub);
}

.motta-lp-v2000 .motta-button--soft:hover {
  background: var(--v2k-paper);
  border-color: rgba(15, 23, 42, .14);
}

/* ── Shared section-head + eyebrow ─────────────────────────────────────── */

.motta-lp-v2000 .motta-v2000-eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  font-family: var(--v2k-font-sans);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--v2k-gold-deep);
}

.motta-lp-v2000 .motta-v2000-eyebrow--light {
  color: rgba(201, 162, 77, .9);
}

.motta-lp-v2000 .motta-v2000-section-head {
  width: min(820px, 92%);
  margin: 0 auto clamp(36px, 5vw, 64px);
  text-align: center;
}

.motta-lp-v2000 .motta-v2000-section-head h2 {
  margin: 0;
  font-family: var(--v2k-font-serif);
  font-weight: 400;
  font-size: clamp(32px, 4.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--v2k-ink);
}

.motta-lp-v2000 .motta-v2000-section-lead {
  margin: 18px auto 0;
  max-width: 640px;
  font-family: var(--v2k-font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--v2k-ink-soft);
}

.motta-lp-v2000 .motta-v2000-grad {
  background: var(--v2k-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
}

/* ── Reveal/stagger animation system (IO-driven, .is-revealed) ─────────── */

.motta-lp-v2000 [data-v2000-reveal],
.motta-lp-v2000 [data-v2000-stagger] {
  --reveal-delay: 0ms;
}

.motta-lp-v2000 [data-v2000-reveal-child],
.motta-lp-v2000 [data-v2000-stagger-child] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s var(--v2k-ease), transform .7s var(--v2k-ease);
  will-change: opacity, transform;
}

.motta-lp-v2000 [data-v2000-reveal].is-revealed [data-v2000-reveal-child],
.motta-lp-v2000 [data-v2000-stagger].is-revealed [data-v2000-stagger-child] {
  opacity: 1;
  transform: translateY(0);
}

.motta-lp-v2000 [data-v2000-reveal].is-revealed [data-v2000-reveal-child]:nth-child(1) { transition-delay: 0ms; }
.motta-lp-v2000 [data-v2000-reveal].is-revealed [data-v2000-reveal-child]:nth-child(2) { transition-delay: 90ms; }
.motta-lp-v2000 [data-v2000-reveal].is-revealed [data-v2000-reveal-child]:nth-child(3) { transition-delay: 180ms; }
.motta-lp-v2000 [data-v2000-reveal].is-revealed [data-v2000-reveal-child]:nth-child(4) { transition-delay: 270ms; }
.motta-lp-v2000 [data-v2000-reveal].is-revealed [data-v2000-reveal-child]:nth-child(5) { transition-delay: 360ms; }

.motta-lp-v2000 [data-v2000-stagger].is-revealed [data-v2000-stagger-child] {
  transition-delay: var(--step-delay, var(--card-delay, 0ms));
}

/* ══════════════════════════════════════════════════════════════════════════
   1. HERO
   ══════════════════════════════════════════════════════════════════════════ */

.motta-lp-v2000 .motta-v2000-hero {
  position: relative;
  padding: clamp(96px, 12vw, 156px) clamp(20px, 5vw, 56px) clamp(64px, 9vw, 120px);
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 40% at 90% 10%, rgba(201,162,77,.08), transparent 60%),
    linear-gradient(180deg, #fdfcfa 0%, #ffffff 100%);
}

.motta-lp-v2000 .motta-v2000-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.motta-lp-v2000 .motta-v2000-hero__pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
}

.motta-lp-v2000 .motta-v2000-hero__orb {
  position: absolute;
  width: 520px;
  height: 520px;
  top: -180px;
  right: -120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,77,.18) 0%, rgba(201,162,77,0) 70%);
  filter: blur(8px);
  will-change: transform;
}

.motta-lp-v2000 .motta-v2000-hero__orb--alt {
  width: 360px;
  height: 360px;
  top: auto;
  right: auto;
  bottom: -120px;
  left: -80px;
  background: radial-gradient(circle, rgba(180,83,9,.10) 0%, rgba(180,83,9,0) 70%);
}

.motta-lp-v2000 .motta-v2000-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.motta-lp-v2000 .motta-v2000-hero__copy {
  max-width: 640px;
}

.motta-lp-v2000 .motta-v2000-hero__title {
  margin: 0 0 24px;
  font-family: var(--v2k-font-serif);
  font-weight: 400;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--v2k-ink);
}

.motta-lp-v2000 .motta-v2000-hero__lead {
  margin: 0 0 36px;
  max-width: 540px;
  font-family: var(--v2k-font-sans);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
  color: var(--v2k-ink-soft);
}

.motta-lp-v2000 .motta-v2000-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 48px;
}

.motta-lp-v2000 .motta-v2000-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-size: 15px;
  text-decoration: none;
}

.motta-lp-v2000 .motta-v2000-cta svg {
  width: 16px;
  height: 16px;
  transition: transform .25s var(--v2k-ease);
}

.motta-lp-v2000 .motta-v2000-cta:hover svg {
  transform: translateX(3px);
}

.motta-lp-v2000 .motta-v2000-cta--xl {
  padding: 18px 32px;
  font-size: 17px;
}

.motta-lp-v2000 .motta-v2000-cta--ghost {
  color: var(--v2k-ink);
  background: transparent;
  border: 1px solid var(--v2k-line);
}

.motta-lp-v2000 .motta-v2000-hero__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0;
  padding: 28px 0 0;
  list-style: none;
  border-top: 1px solid var(--v2k-line-soft);
  max-width: 460px;
}

.motta-lp-v2000 .motta-v2000-hero__proof li {
  display: grid;
  gap: 4px;
}

.motta-lp-v2000 .motta-v2000-hero__proof strong {
  font-family: var(--v2k-font-serif);
  font-size: 22px;
  font-weight: 400;
  color: var(--v2k-ink);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}

.motta-lp-v2000 .motta-v2000-hero__proof span {
  font-size: 12px;
  font-weight: 600;
  color: var(--v2k-ink-mute);
  letter-spacing: 0.02em;
}

/* Hero mockup */
.motta-lp-v2000 .motta-v2000-hero__mockup {
  position: relative;
  margin: 0;
  display: grid;
  place-items: center;
  will-change: transform;
}

.motta-lp-v2000 .motta-v2000-jersey {
  position: relative;
  width: min(380px, 100%);
  filter: drop-shadow(0 30px 60px rgba(15, 23, 42, .14));
}

.motta-lp-v2000 .motta-v2000-jersey--hero {
  width: min(440px, 100%);
  transform: perspective(900px) rotateY(-6deg) rotateX(2deg);
  transition: transform .8s var(--v2k-ease);
}

.motta-lp-v2000 .motta-v2000-jersey--hero:hover {
  transform: perspective(900px) rotateY(0deg) rotateX(0deg);
}

.motta-lp-v2000 .motta-v2000-jersey svg {
  width: 100%;
  height: auto;
  display: block;
}

.motta-lp-v2000 .motta-v2000-hero__chips {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.motta-lp-v2000 .motta-v2000-chip-pulse {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: var(--v2k-radius-pill);
  background: var(--v2k-white);
  border: 1px solid var(--v2k-line);
  font-size: 12px;
  font-weight: 700;
  color: var(--v2k-ink);
  box-shadow: var(--v2k-shadow-md);
  letter-spacing: 0.02em;
  animation: v2000-pulse 3s var(--v2k-ease) infinite;
}

.motta-lp-v2000 .motta-v2000-chip-pulse--alt {
  animation-delay: 0.4s;
}

.motta-lp-v2000 .motta-v2000-chip-pulse--gold {
  background: var(--v2k-grad);
  color: #fff;
  border-color: transparent;
  animation-delay: 0.8s;
}

@keyframes v2000-pulse {
  0%, 100% { transform: translateY(0); box-shadow: var(--v2k-shadow-md); }
  50%      { transform: translateY(-4px); box-shadow: var(--v2k-shadow-lg); }
}

/* ══════════════════════════════════════════════════════════════════════════
   2. INTERACTIVE MOCKUP DEMO
   ══════════════════════════════════════════════════════════════════════════ */

.motta-lp-v2000 .motta-v2000-mockup {
  position: relative;
  padding: clamp(80px, 11vw, 144px) clamp(20px, 5vw, 56px);
  background: var(--v2k-paper);
  overflow: hidden;
}

.motta-lp-v2000 .motta-v2000-mockup__stage {
  max-width: 1080px;
  margin: 0 auto;
}

.motta-lp-v2000 .motta-v2000-mockup__views {
  display: inline-flex;
  margin: 0 auto 36px;
  padding: 6px;
  border-radius: var(--v2k-radius-pill);
  background: var(--v2k-white);
  border: 1px solid var(--v2k-line);
  box-shadow: var(--v2k-shadow-sub);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.motta-lp-v2000 .motta-v2000-view-tab {
  appearance: none;
  border: none;
  background: transparent;
  padding: 10px 22px;
  font-family: var(--v2k-font-sans);
  font-weight: 700;
  font-size: 13px;
  color: var(--v2k-ink-soft);
  border-radius: var(--v2k-radius-pill);
  cursor: pointer;
  transition: background .2s var(--v2k-ease), color .2s var(--v2k-ease);
  letter-spacing: 0.02em;
}

.motta-lp-v2000 .motta-v2000-view-tab.is-active {
  background: var(--v2k-ink);
  color: #fff;
}

.motta-lp-v2000 .motta-v2000-mockup__canvas {
  position: relative;
  min-height: 480px;
  display: grid;
  place-items: center;
}

.motta-lp-v2000 .motta-v2000-mockup__view {
  position: absolute;
  inset: 0;
  margin: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s var(--v2k-ease);
}

.motta-lp-v2000 .motta-v2000-mockup__view.is-active {
  opacity: 1;
  pointer-events: auto;
}

.motta-lp-v2000 .motta-v2000-mockup__view .motta-v2000-jersey {
  width: min(360px, 80%);
  filter: drop-shadow(0 24px 48px rgba(15,23,42,.14));
}

/* Callouts */
.motta-lp-v2000 .motta-v2000-callout {
  position: absolute;
  left: var(--x);
  top: var(--y);
  transform: translate(-50%, -50%);
  appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  pointer-events: auto;
  --callout-color: var(--v2k-gold-deep);
}

.motta-lp-v2000 .motta-v2000-mockup__view.is-active .motta-v2000-callout {
  animation: v2000-callout-in .55s var(--v2k-ease) forwards;
  animation-delay: calc(var(--i) * 180ms + 350ms);
  opacity: 0;
}

@keyframes v2000-callout-in {
  from { opacity: 0; transform: translate(-50%, -50%) scale(.6); }
  to   { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

.motta-lp-v2000 .motta-v2000-callout__dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--callout-color);
  box-shadow: 0 0 0 4px rgba(201,162,77,.22), 0 0 0 8px rgba(201,162,77,.08);
  position: relative;
  z-index: 2;
}

.motta-lp-v2000 .motta-v2000-callout__dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid var(--callout-color);
  opacity: 0;
  animation: v2000-callout-ring 2.4s var(--v2k-ease) infinite;
}

@keyframes v2000-callout-ring {
  0%   { opacity: .6; transform: scale(.7); }
  100% { opacity: 0; transform: scale(1.8); }
}

.motta-lp-v2000 .motta-v2000-callout__line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 1px;
  background: var(--callout-color);
  transform-origin: left center;
  transform: translateY(-50%);
}

.motta-lp-v2000 .motta-v2000-callout--left .motta-v2000-callout__line {
  transform: translateY(-50%) translateX(-100%) rotate(180deg);
  transform-origin: right center;
}

.motta-lp-v2000 .motta-v2000-callout__label {
  position: absolute;
  left: calc(100% + 8px);
  top: 50%;
  transform: translateY(-50%);
  padding: 6px 12px;
  border-radius: 8px;
  background: var(--v2k-ink);
  color: #fff;
  font-family: var(--v2k-font-sans);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: 0.02em;
  opacity: 0;
  transition: opacity .25s var(--v2k-ease), transform .25s var(--v2k-ease);
}

.motta-lp-v2000 .motta-v2000-callout--left .motta-v2000-callout__label {
  left: auto;
  right: calc(100% + 8px);
}

.motta-lp-v2000 .motta-v2000-mockup__view.is-active .motta-v2000-callout .motta-v2000-callout__label {
  opacity: 0;
  animation: v2000-label-in .35s var(--v2k-ease) forwards;
  animation-delay: calc(var(--i) * 180ms + 600ms);
}

@keyframes v2000-label-in {
  from { opacity: 0; transform: translateY(-50%) translateX(-4px); }
  to   { opacity: .92; transform: translateY(-50%) translateX(0); }
}

.motta-lp-v2000 .motta-v2000-callout:hover .motta-v2000-callout__label,
.motta-lp-v2000 .motta-v2000-callout.is-active .motta-v2000-callout__label {
  opacity: 1;
  transform: translateY(-50%) scale(1.04);
  box-shadow: var(--v2k-shadow-md);
}

.motta-lp-v2000 .motta-v2000-callout:hover .motta-v2000-callout__dot,
.motta-lp-v2000 .motta-v2000-callout.is-active .motta-v2000-callout__dot {
  box-shadow: 0 0 0 6px rgba(201,162,77,.32), 0 0 0 12px rgba(201,162,77,.12);
}

.motta-lp-v2000 .motta-v2000-mockup__caption {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 32px auto 0;
  max-width: 640px;
  font-family: var(--v2k-font-sans);
  font-size: 14px;
  color: var(--v2k-ink-soft);
  text-align: center;
  justify-content: center;
}

.motta-lp-v2000 .motta-v2000-mockup__caption-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--v2k-grad);
  flex-shrink: 0;
}

/* ══════════════════════════════════════════════════════════════════════════
   3. 6-ADIM SİPARİŞ AKIŞI
   ══════════════════════════════════════════════════════════════════════════ */

.motta-lp-v2000 .motta-v2000-flow {
  padding: clamp(80px, 11vw, 144px) clamp(20px, 5vw, 56px);
  background: var(--v2k-white);
}

.motta-lp-v2000 .motta-v2000-flow__rail {
  max-width: 1180px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
  position: relative;
}

.motta-lp-v2000 .motta-v2000-flow__rail::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--v2k-line) 10%, var(--v2k-line) 90%, transparent);
  z-index: 0;
}

.motta-lp-v2000 .motta-v2000-flow__step {
  position: relative;
  display: grid;
  gap: 12px;
  text-align: center;
  padding: 0 8px;
  z-index: 1;
}

.motta-lp-v2000 .motta-v2000-flow__no {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--v2k-white);
  border: 1px solid var(--v2k-line);
  margin: 0 auto;
  font-family: var(--v2k-font-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--v2k-ink);
  position: relative;
  z-index: 2;
  transition: border-color .25s var(--v2k-ease), background .25s var(--v2k-ease), color .25s var(--v2k-ease), box-shadow .25s var(--v2k-ease);
}

.motta-lp-v2000 .motta-v2000-flow__step:hover .motta-v2000-flow__no {
  background: var(--v2k-grad);
  color: #fff;
  border-color: transparent;
  box-shadow: var(--v2k-shadow-gold);
}

.motta-lp-v2000 .motta-v2000-flow__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: var(--v2k-radius-card);
  background: var(--v2k-paper);
  color: var(--v2k-gold-deep);
}

.motta-lp-v2000 .motta-v2000-flow__icon svg {
  width: 32px;
  height: 32px;
}

.motta-lp-v2000 .motta-v2000-flow__name {
  display: block;
  font-family: var(--v2k-font-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--v2k-ink);
  letter-spacing: -0.005em;
}

.motta-lp-v2000 .motta-v2000-flow__desc {
  margin: 0;
  font-family: var(--v2k-font-sans);
  font-size: 13px;
  line-height: 1.55;
  color: var(--v2k-ink-soft);
}

.motta-lp-v2000 .motta-v2000-flow__narrative {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  max-width: 940px;
  margin: 56px auto 0;
  padding: 22px 28px;
  border-radius: var(--v2k-radius-card);
  background: var(--v2k-paper);
  border: 1px solid var(--v2k-line-soft);
  font-family: var(--v2k-font-sans);
  font-size: 14px;
  color: var(--v2k-ink-soft);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .6s var(--v2k-ease) .2s, transform .6s var(--v2k-ease) .2s;
}

.motta-lp-v2000 .motta-v2000-flow__narrative.is-revealed,
.motta-lp-v2000 [data-v2000-reveal].is-revealed.motta-v2000-flow__narrative {
  opacity: 1;
  transform: translateY(0);
}

.motta-lp-v2000 .motta-v2000-flow__narrative span {
  font-weight: 700;
  color: var(--v2k-ink);
}

.motta-lp-v2000 .motta-v2000-flow__narrative em {
  font-style: normal;
  color: var(--v2k-gold-deep);
  font-weight: 700;
}

/* ══════════════════════════════════════════════════════════════════════════
   4. KATEGORİ CAROUSEL
   ══════════════════════════════════════════════════════════════════════════ */

.motta-lp-v2000 .motta-v2000-categories {
  padding: clamp(80px, 11vw, 144px) 0;
  background:
    radial-gradient(ellipse 50% 60% at 0% 50%, rgba(201,162,77,.05), transparent 70%),
    var(--v2k-paper);
}

.motta-lp-v2000 .motta-v2000-cats__viewport {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 56px);
}

.motta-lp-v2000 .motta-v2000-cats__rail {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 24px;
  padding: 24px 4px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.motta-lp-v2000 .motta-v2000-cats__rail::-webkit-scrollbar {
  display: none;
}

.motta-lp-v2000 .motta-v2000-cat-chip {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: var(--v2k-radius-pill);
  background: var(--v2k-white);
  border: 1px solid var(--v2k-line);
  text-decoration: none;
  color: var(--v2k-ink);
  font-family: var(--v2k-font-sans);
  font-weight: 700;
  font-size: 14px;
  scroll-snap-align: start;
  box-shadow: var(--v2k-shadow-sub);
  transition: transform .22s var(--v2k-ease), box-shadow .22s var(--v2k-ease), border-color .22s var(--v2k-ease);
  overflow: hidden;
}

.motta-lp-v2000 .motta-v2000-cat-chip:hover {
  transform: translateY(-4px);
  box-shadow: var(--v2k-shadow-lg);
  border-color: rgba(201,162,77,.45);
}

.motta-lp-v2000 .motta-v2000-cat-chip__icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--v2k-gold-deep);
  flex-shrink: 0;
}

.motta-lp-v2000 .motta-v2000-cat-chip__icon svg {
  width: 100%;
  height: 100%;
}

.motta-lp-v2000 .motta-v2000-cat-chip__hover {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,162,77,.08), rgba(180,83,9,.04));
  opacity: 0;
  transition: opacity .25s var(--v2k-ease);
  pointer-events: none;
}

.motta-lp-v2000 .motta-v2000-cat-chip:hover .motta-v2000-cat-chip__hover {
  opacity: 1;
}

.motta-lp-v2000 .motta-v2000-cats__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--v2k-white);
  border: 1px solid var(--v2k-line);
  display: grid;
  place-items: center;
  cursor: pointer;
  color: var(--v2k-ink);
  box-shadow: var(--v2k-shadow-md);
  z-index: 2;
  transition: transform .18s var(--v2k-ease), box-shadow .18s var(--v2k-ease);
}

.motta-lp-v2000 .motta-v2000-cats__nav:hover {
  transform: translateY(-50%) scale(1.05);
  box-shadow: var(--v2k-shadow-lg);
}

.motta-lp-v2000 .motta-v2000-cats__nav svg {
  width: 16px;
  height: 16px;
}

.motta-lp-v2000 .motta-v2000-cats__nav--prev { left: 8px; }
.motta-lp-v2000 .motta-v2000-cats__nav--next { right: 8px; }

/* ══════════════════════════════════════════════════════════════════════════
   5. BAYİ ÖZELLİKLERİ
   ══════════════════════════════════════════════════════════════════════════ */

.motta-lp-v2000 .motta-v2000-bayi {
  padding: clamp(80px, 11vw, 144px) clamp(20px, 5vw, 56px);
  background: var(--v2k-white);
}

.motta-lp-v2000 .motta-v2000-bayi__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.motta-lp-v2000 .motta-v2000-bayi__card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto auto;
  gap: 14px;
  padding: 32px 28px;
  border-radius: var(--v2k-radius-hero);
  background: var(--v2k-white);
  border: 1px solid var(--v2k-line);
  box-shadow: var(--v2k-shadow-sub);
  transition: transform .3s var(--v2k-ease), box-shadow .3s var(--v2k-ease), border-color .3s var(--v2k-ease);
}

.motta-lp-v2000 .motta-v2000-bayi__card:hover {
  transform: translateY(-6px);
  box-shadow: var(--v2k-shadow-lg);
  border-color: rgba(201,162,77,.32);
}

.motta-lp-v2000 .motta-v2000-bayi__no {
  font-family: var(--v2k-font-serif);
  font-size: 12px;
  font-weight: 400;
  color: var(--v2k-gold-deep);
  letter-spacing: 0.15em;
}

.motta-lp-v2000 .motta-v2000-bayi__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: var(--v2k-radius-card);
  background: linear-gradient(135deg, rgba(201,162,77,.10), rgba(180,83,9,.04));
  color: var(--v2k-gold-deep);
}

.motta-lp-v2000 .motta-v2000-bayi__icon svg {
  width: 32px;
  height: 32px;
}

.motta-lp-v2000 .motta-v2000-bayi__title {
  margin: 0;
  font-family: var(--v2k-font-serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--v2k-ink);
  letter-spacing: -0.01em;
}

.motta-lp-v2000 .motta-v2000-bayi__desc {
  margin: 0;
  font-family: var(--v2k-font-sans);
  font-size: 14px;
  line-height: 1.6;
  color: var(--v2k-ink-soft);
}

.motta-lp-v2000 .motta-v2000-bayi__metric {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid var(--v2k-line-soft);
}

.motta-lp-v2000 .motta-v2000-bayi__metric strong {
  font-family: var(--v2k-font-serif);
  font-size: 36px;
  font-weight: 400;
  color: var(--v2k-ink);
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.motta-lp-v2000 .motta-v2000-bayi__metric span {
  font-family: var(--v2k-font-sans);
  font-size: 14px;
  font-weight: 700;
  color: var(--v2k-ink-mute);
}

.motta-lp-v2000 .motta-v2000-bayi__caption {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--v2k-ink-mute);
  letter-spacing: 0.02em;
}

/* ══════════════════════════════════════════════════════════════════════════
   6. PRICING (v2000 override on top of motta-public-pricing)
   ══════════════════════════════════════════════════════════════════════════ */

.motta-lp-v2000 .motta-v2000-pricing {
  padding: clamp(80px, 11vw, 144px) clamp(20px, 5vw, 56px);
  background: var(--v2k-paper);
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan,
.motta-lp-v2000 .motta-v2000-pricing__grid > article {
  background: var(--v2k-white);
  border: 1px solid var(--v2k-line);
  border-radius: var(--v2k-radius-hero);
  padding: 32px 28px;
  box-shadow: var(--v2k-shadow-sub);
  transition: transform .3s var(--v2k-ease), box-shadow .3s var(--v2k-ease), border-color .3s var(--v2k-ease);
  display: grid;
  gap: 18px;
  color: var(--v2k-ink);
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan:hover {
  transform: translateY(-4px);
  box-shadow: var(--v2k-shadow-lg);
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan.is-recommended {
  border-color: rgba(201,162,77,.55);
  box-shadow: 0 16px 48px rgba(180,83,9,.18);
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan__head h3 {
  margin: 4px 0 0;
  font-family: var(--v2k-font-serif);
  font-size: 26px;
  font-weight: 400;
  color: var(--v2k-ink);
  letter-spacing: -0.01em;
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan__head p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--v2k-gold-deep);
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan__badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: var(--v2k-radius-pill);
  background: var(--v2k-grad);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan__prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 0;
  border-top: 1px solid var(--v2k-line-soft);
  border-bottom: 1px solid var(--v2k-line-soft);
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan__prices > div {
  display: grid;
  gap: 2px;
  text-align: center;
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan__prices span {
  font-size: 11px;
  font-weight: 600;
  color: var(--v2k-ink-mute);
  letter-spacing: 0.02em;
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan__prices strong {
  font-family: var(--v2k-font-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--v2k-ink);
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan__features li {
  position: relative;
  padding-left: 22px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--v2k-ink-soft);
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(201,162,77,.14);
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan__features li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 9px;
  width: 6px;
  height: 3px;
  border-left: 1.6px solid var(--v2k-gold-deep);
  border-bottom: 1.6px solid var(--v2k-gold-deep);
  transform: rotate(-45deg);
}

.motta-lp-v2000 .motta-v2000-pricing .motta-public-plan__cta {
  width: 100%;
  justify-content: center;
  margin-top: auto;
  padding: 13px 18px;
  font-size: 14px;
  text-align: center;
  border-radius: var(--v2k-radius-card);
  text-decoration: none;
}

/* ══════════════════════════════════════════════════════════════════════════
   7. FINAL CTA + FOOTER
   ══════════════════════════════════════════════════════════════════════════ */

.motta-lp-v2000 .motta-v2000-final {
  position: relative;
  padding: clamp(80px, 11vw, 144px) clamp(20px, 5vw, 56px);
  overflow: hidden;
  background: linear-gradient(135deg, #0a1628 0%, #1a2c4d 100%);
  color: #fff;
}

.motta-lp-v2000 .motta-v2000-final__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.motta-lp-v2000 .motta-v2000-final__sheen {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,162,77,.22) 0%, transparent 60%);
  filter: blur(10px);
  animation: v2000-sheen 14s ease-in-out infinite alternate;
}

@keyframes v2000-sheen {
  from { transform: translate(0, 0) scale(1); }
  to   { transform: translate(-80px, 60px) scale(1.1); }
}

.motta-lp-v2000 .motta-v2000-final__inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.motta-lp-v2000 .motta-v2000-final__title {
  margin: 0 0 18px;
  font-family: var(--v2k-font-serif);
  font-weight: 400;
  font-size: clamp(36px, 5.6vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
}

.motta-lp-v2000 .motta-v2000-final__lead {
  margin: 0 0 40px;
  font-family: var(--v2k-font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,.7);
}

.motta-lp-v2000 .motta-v2000-final__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.motta-lp-v2000 .motta-v2000-final__actions .motta-button--soft {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  color: #fff;
}

.motta-lp-v2000 .motta-v2000-final__actions .motta-button--soft:hover {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.32);
}

.motta-lp-v2000 .motta-v2000-footer {
  background: var(--v2k-ink);
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 32px clamp(20px, 5vw, 56px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(255,255,255,.55);
}

.motta-lp-v2000 .motta-v2000-footer > span {
  font-family: var(--v2k-font-sans);
  font-size: 13px;
  font-weight: 600;
}

.motta-lp-v2000 .motta-v2000-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.motta-lp-v2000 .motta-v2000-footer nav a {
  color: rgba(255,255,255,.55);
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  transition: color .18s var(--v2k-ease);
}

.motta-lp-v2000 .motta-v2000-footer nav a:hover {
  color: #fff;
}

/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════════════════ */

@media (max-width: 1100px) {
  .motta-lp-v2000 .motta-v2000-bayi__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .motta-lp-v2000 .motta-v2000-hero__inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .motta-lp-v2000 .motta-v2000-hero__mockup {
    order: 2;
  }

  .motta-lp-v2000 .motta-v2000-flow__rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 16px;
  }

  .motta-lp-v2000 .motta-v2000-flow__rail::before {
    display: none;
  }

  .motta-lp-v2000 .motta-v2000-pricing__grid,
  .motta-lp-v2000 .motta-v2000-pricing .motta-public-pricing__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (max-width: 820px) {
  .motta-lp-v2000 .motta-public-header {
    padding: 12px 18px;
  }

  .motta-lp-v2000 .motta-public-nav a:not(.motta-button) {
    display: none;
  }

  .motta-lp-v2000 .motta-public-nav .motta-button {
    padding: 8px 14px;
    font-size: 13px;
  }

  .motta-lp-v2000 .motta-v2000-mockup__canvas {
    min-height: 520px;
  }

  .motta-lp-v2000 .motta-v2000-callout__label {
    font-size: 11px;
    padding: 5px 10px;
  }
}

@media (max-width: 640px) {
  .motta-lp-v2000 .motta-v2000-bayi__grid {
    grid-template-columns: 1fr;
  }

  .motta-lp-v2000 .motta-v2000-flow__rail {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .motta-lp-v2000 .motta-v2000-hero__proof {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .motta-lp-v2000 .motta-v2000-hero__actions {
    flex-direction: column;
    width: 100%;
  }

  .motta-lp-v2000 .motta-v2000-hero__actions .motta-button {
    width: 100%;
    justify-content: center;
  }

  .motta-lp-v2000 .motta-v2000-final__actions {
    flex-direction: column;
    width: 100%;
  }

  .motta-lp-v2000 .motta-v2000-final__actions .motta-button {
    width: 100%;
    justify-content: center;
  }

  .motta-lp-v2000 .motta-v2000-flow__narrative {
    font-size: 13px;
    padding: 18px 20px;
  }
}

@media (max-width: 480px) {
  .motta-lp-v2000 .motta-v2000-hero {
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .motta-lp-v2000 .motta-v2000-hero__title {
    font-size: clamp(32px, 8vw, 44px);
  }

  .motta-lp-v2000 .motta-v2000-mockup__canvas {
    min-height: 460px;
  }

  .motta-lp-v2000 .motta-v2000-mockup__view .motta-v2000-jersey {
    width: min(280px, 78%);
  }

  .motta-lp-v2000 .motta-v2000-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}

/* ══════════════════════════════════════════════════════════════════════════
   REDUCED MOTION (disables everything)
   ══════════════════════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
  .motta-lp-v2000,
  .motta-lp-v2000 * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }

  .motta-lp-v2000 [data-v2000-reveal-child],
  .motta-lp-v2000 [data-v2000-stagger-child] {
    opacity: 1;
    transform: none;
  }

  .motta-lp-v2000 .motta-v2000-hero__orb,
  .motta-lp-v2000 .motta-v2000-final__sheen,
  .motta-lp-v2000 .motta-v2000-chip-pulse,
  .motta-lp-v2000 .motta-v2000-callout__dot::after {
    animation: none;
  }

  .motta-lp-v2000 .motta-v2000-jersey--hero {
    transform: none;
  }
}

/* v3102 BL-B: KVKK helper + bayi-basvuru footer */
.motta-bp-helper {
  display: block;
  margin: -4px 0 4px 28px;
  color: var(--color-muted, #6b7280);
  font-size: 12px;
  line-height: 1.45;
}
.motta-bp-helper a {
  color: var(--color-primary, #116dff);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.motta-bp-helper a:hover,
.motta-bp-helper a:focus-visible {
  color: var(--color-text, #0f172a);
}
.motta-bp-helper a:focus-visible {
  outline: 2px solid var(--color-primary, #116dff);
  outline-offset: 2px;
  border-radius: 2px;
}

.motta-bp-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px clamp(20px, 6vw, 56px);
  border-top: 1px solid var(--color-border, #e3e7ef);
  background: #ffffff;
  color: var(--color-muted, #6b7280);
  font-size: 12px;
}
.motta-bp-footer nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.motta-bp-footer a {
  color: var(--color-muted, #6b7280);
  text-decoration: none;
}
.motta-bp-footer a:hover,
.motta-bp-footer a:focus-visible {
  color: var(--color-text, #0f172a);
  text-decoration: underline;
}
.motta-bp-footer a:focus-visible {
  outline: 2px solid var(--color-primary, #116dff);
  outline-offset: 3px;
  border-radius: 2px;
}
/* v3905: public landing mobile overflow guard */
@media (max-width: 640px) {
  body.motta-public {
    overflow-x: clip;
  }

  .lp-v2200,
  .lp-v2200__container,
  .lp-v2200__split,
  .lp-v2200__split-copy,
  .lp-v2200__split-visual,
  .lp-v2200__code-card {
    max-width: 100%;
    min-width: 0;
  }

  .lp-v2200__code-card {
    width: 100%;
  }

  .lp-v2200__code-body {
    max-width: 100%;
    overflow-x: auto;
  }

  .lp-v2200__code-body code {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
