/*
 * Public marketing page (landing.html).
 *
 * Kept out of the app stylesheet on purpose: a first-time visitor must paint
 * before the 300 kB workspace bundle loads. The palette matches the product
 * so the page and the signed-in app feel like one brand.
 */

:root {
  --purple: #6d5df6;
  --purple-dark: #5342d8;
  --purple-soft: #a78bfa;
  --ink: #12131a;
  --ink-soft: #2a2c3a;
  --text: #1a1c25;
  --muted: #6b7083;
  --line: #e6e8f0;
  --bg: #ffffff;
  --bg-alt: #f6f7fb;
  --hero: #0b0c14;
  --hero-card: #161724;
  --radius: 18px;
  --shadow: 0 10px 32px rgba(24, 25, 35, 0.06);
  --shadow-lg: 0 28px 80px rgba(25, 24, 54, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: -0.014em;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marqueeTrack, .marqueeTrackReverse, .journeyRail { animation: none !important; }
  * { transition: none !important; }
}

h1, h2, h3 { letter-spacing: -0.04em; line-height: 1.12; margin: 0; }
p { margin: 0; }
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9em;
  background: #f0eefc;
  border-radius: 5px;
  padding: 1px 5px;
}

.logoMarkImg {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(109, 93, 246, 0.32);
  display: block;
}

.sceneGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}
#vitrin .scene,
.scene {
  background: #0f1018;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #1c1d2a;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-width: 0;
  box-shadow: 0 12px 28px rgba(15, 16, 28, 0.12);
}
#vitrin .sceneShot,
.sceneShot {
  margin: 0;
  padding: 0;
  min-height: 0;
  height: 148px;
  overflow: hidden;
  background: #161724;
}
#vitrin .sceneShot img,
.sceneShot img {
  display: block;
  width: 100%;
  height: 148px;
  max-height: 148px;
  object-fit: cover;
  object-position: top center;
}
#vitrin .scene h3,
.scene h3 {
  font-size: 16px;
  line-height: 1.3;
  margin: 14px 16px 0;
  padding: 0;
  color: #fff;
}
#vitrin .scene p,
.scene p {
  color: #9aa0b8;
  font-size: 13.5px;
  line-height: 1.5;
  margin: 6px 16px 16px;
  padding: 0;
}
.miniRow {
  display: flex;
  justify-content: space-between;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 8px;
  font-size: 12.5px;
  color: #d7d9e8;
}
.miniRow b { color: #34d399; font-size: 11px; }
.chipRow { display: flex; flex-wrap: wrap; gap: 6px; }
.chipRow span {
  background: rgba(109,93,246,.2);
  color: #d6d0ff;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 650;
}
.wrap,
.headerInner,
.footerInner {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}
.wrapNarrow { width: min(780px, 100% - 40px); margin-inline: auto; }

.skipLink {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 100;
  background: var(--purple);
  color: #fff;
  padding: 12px 18px;
  border-radius: 0 0 10px 0;
  font-weight: 700;
}
.skipLink:focus { left: 0; }

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:where(a, button, summary, label.stageTab):focus-visible {
  outline: 3px solid #b9b0ff;
  outline-offset: 3px;
  border-radius: 8px;
}

/* ---------- header ---------- */

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(11, 12, 20, 0.78);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.headerInner { position: relative; }

.headerInner {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 72px;
}

.logoLink {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  color: inherit;
}
.logoMark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(145deg, #7b6cff, #5f4eea);
  box-shadow: 0 8px 20px rgba(109, 93, 246, 0.32);
  color: #fff;
  font-weight: 800;
  display: grid;
  place-items: center;
}
.logoText { display: flex; flex-direction: column; line-height: 1.25; }
.logoText b { font-size: 15px; color: #fff; }
.logoText small { font-size: 10px; color: #9aa0b8; }

.navToggle { position: absolute; opacity: 0; pointer-events: none; }
.navBurger {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  place-items: center;
  gap: 5px;
}
.navBurger span:not(.srOnly) {
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

.siteNav { display: flex; gap: 4px; margin-left: auto; }
.siteNav a {
  color: #b8bdd0;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 10px;
  transition: 0.18s ease;
}
.siteNav a:hover { color: #fff; background: rgba(255, 255, 255, 0.06); }

.headerCta { display: flex; gap: 10px; }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border-radius: 11px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.18s ease;
  white-space: nowrap;
}
.btnPrimary {
  background: linear-gradient(135deg, #7465f6, #6150e7);
  color: #fff;
  box-shadow: 0 8px 18px rgba(100, 82, 234, 0.28);
}
.btnPrimary:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(100, 82, 234, 0.38); }
.btnOutline { background: #fff; color: var(--ink-soft); border-color: var(--line); }
.btnOutline:hover { border-color: #cfc7ff; background: #fbfaff; color: var(--purple-dark); }
.btnGhost { background: transparent; color: #d5d8e6; }
.btnGhost:hover { color: #fff; background: rgba(255, 255, 255, 0.06); }
.btnLg { padding: 15px 26px; font-size: 15.5px; border-radius: 13px; }
.btnBlock { width: 100%; margin-top: auto; }
.btnOnDark {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
}
.btnOnDark:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.28); }

/* ---------- hero ---------- */

.hero {
  background:
    radial-gradient(920px 480px at 78% -8%, rgba(109, 93, 246, 0.38) 0%, transparent 62%),
    radial-gradient(700px 420px at 8% 10%, rgba(88, 70, 180, 0.28) 0%, transparent 58%),
    var(--hero);
  color: #fff;
  padding-top: 72px;
  overflow: hidden;
  border-bottom: 1px solid #1c1d2a;
}

.heroInner { text-align: center; padding-bottom: 28px; }

.eyebrow {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: var(--purple-soft);
  margin-bottom: 16px;
}
.section .eyebrow { color: var(--purple-dark); }

.hero h1 { font-size: clamp(36px, 6vw, 68px); max-width: 920px; margin-inline: auto; }
.hero h1 em {
  font-style: normal;
  background: linear-gradient(105deg, #c4b5fd, #818cf8 45%, #6d5df6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.heroLead {
  max-width: 680px;
  margin: 22px auto 0;
  color: #b4b8cc;
  font-size: 18px;
}

.heroActions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.heroShopLink {
  display: inline-block;
  margin-top: 16px;
  color: #c4bbff;
  font-weight: 700;
  font-size: 14.5px;
  text-decoration: none;
}
.heroShopLink:hover { color: #fff; }

.heroTrust {
  list-style: none;
  display: flex;
  gap: 10px 26px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 26px 0 0;
  padding: 0;
  font-size: 13.5px;
  color: #9aa0b8;
}
.heroTrust li { display: flex; align-items: center; gap: 8px; }
.heroTrust li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1d3b30 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2334d399' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat;
  flex: none;
}

.marqueeStack { display: grid; gap: 10px; padding: 28px 0 8px; }
.marquee {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marqueeTrack,
.marqueeTrackReverse {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: marqueeScroll 48s linear infinite;
}
.marqueeTrackReverse { animation-name: marqueeScrollReverse; animation-duration: 54s; }
.marquee span {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 650;
  color: #c9cde0;
  white-space: nowrap;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes marqueeScrollReverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/* ---------- product stage ---------- */

.productStage {
  position: relative;
  width: min(1080px, 100% - 32px);
  margin: 18px auto 0;
  padding-bottom: 72px;
}
.stageRadio { position: absolute; opacity: 0; pointer-events: none; }

.stageTabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.stageTab {
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #c5c9db;
  font-weight: 700;
  font-size: 13.5px;
}
#hs-research:checked ~ .stageTabs label[for="hs-research"],
#hs-mockup:checked ~ .stageTabs label[for="hs-mockup"],
#hs-vector:checked ~ .stageTabs label[for="hs-vector"],
#hs-seo:checked ~ .stageTabs label[for="hs-seo"],
#hs-shop:checked ~ .stageTabs label[for="hs-shop"] {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}

.browser {
  background: var(--hero-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.stagePanel {
  display: none;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 0;
  height: auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  align-items: stretch;
}
#hs-research:checked ~ .browser .panel-research,
#hs-mockup:checked ~ .browser .panel-mockup,
#hs-vector:checked ~ .browser .panel-vector,
#hs-seo:checked ~ .browser .panel-seo,
#hs-shop:checked ~ .browser .panel-shop { display: grid; }

/* Copy column sets the height; the photo fills the same row so nothing
   inside .stageCopy needs a nested scrollbar. */
.stageShot,
.stageCopy {
  min-width: 0;
  min-height: 0;
}
.stageShot {
  position: relative;
  margin: 0;
  min-height: 460px;
  overflow: hidden;
  background: #161724;
}
.stageShot img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.stageCopy {
  height: auto;
  padding: 36px 34px 32px;
  background:
    radial-gradient(circle at 110% -10%, rgba(109, 93, 246, 0.42), transparent 46%),
    linear-gradient(180deg, #1d1840 0%, #12131c 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  overflow: hidden;
  scrollbar-width: none;
}
.stageCopy::-webkit-scrollbar { display: none; width: 0; height: 0; }
.stageKicker {
  display: inline-flex;
  align-self: start;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
}
.stageKicker.mint { background: #163328; color: #5ee9b5; }
.stageKicker.violet { background: #2a2158; color: #c4bbff; }
.stageKicker.gold { background: #3a2e12; color: #f5c76b; }
.stageCopy h3 {
  font-size: clamp(26px, 2.4vw, 32px);
  letter-spacing: -0.04em;
  margin: 0;
  color: #fff;
  line-height: 1.18;
}
.stageCopy > p {
  margin: 0;
  color: #d8dbe8;
  font-size: 17px;
  line-height: 1.55;
}
.stageFacts {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.stageFacts li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 12px 14px;
}
.stageFacts em {
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #fff;
}
.stageFacts em.mint { color: #5ee9b5; }
.stageFacts em.violet { color: #c4bbff; }
.stageFacts em.gold { color: #f5c76b; }
.stageFacts span {
  color: #eef0f8;
  font-size: 15px;
  line-height: 1.4;
}
.stageChips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 4px; }
.stageChips span {
  background: #6d5df6;
  color: #fff;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 13px;
  font-weight: 700;
}
.browserBar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: #12131c;
}
.dot { width: 9px; height: 9px; border-radius: 50%; background: #3a3d4d; }
.dot:nth-child(1) { background: #ff5f57; }
.dot:nth-child(2) { background: #febc2e; }
.dot:nth-child(3) { background: #28c840; }
.browserUrl {
  margin-left: 10px;
  flex: 1;
  background: #0c0d14;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  color: #8b90a6;
  text-align: left;
}

/* ---------- sections ---------- */

.section { padding: 88px 0; scroll-margin-top: 72px; }
.sectionAlt { background: var(--bg-alt); border-block: 1px solid var(--line); }
.section h2 { font-size: clamp(28px, 3.6vw, 42px); max-width: 820px; }
.sectionLead { color: var(--muted); max-width: 720px; margin-top: 16px; font-size: 17px; }

/* Order-flow slider. Photo is a fixed-height crop; caption lives in a solid
   dark panel underneath (same recipe as #vitrin). Overlay-on-photo captions
   collapsed to unstyled full-bleed images when a stale CSS cache missed
   position:relative, so copy is never absolutely positioned here. */
#nasil-calisir .journeyShell {
  position: relative;
  margin-top: 28px;
}
#nasil-calisir .journey {
  overflow: hidden;
  padding: 6px 8px 10px;
}
#nasil-calisir .journey:focus { outline: 2px solid var(--purple); outline-offset: 4px; }
#nasil-calisir .journeyRail {
  display: flex;
  gap: 14px;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
}
/* GPU translate, linear, no pause — hover must not stop the belt. */
#nasil-calisir .journeyRail.isReady {
  animation: journeyOil 72s linear infinite;
}
@keyframes journeyOil {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}
#nasil-calisir .journeyCard {
  flex: 0 0 248px;
  width: 248px;
  max-width: 248px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  background: #0f1018;
  border: 1px solid #1c1d2a;
  box-shadow: 0 12px 28px rgba(15, 16, 28, 0.12);
}
#nasil-calisir .journeyShot {
  margin: 0;
  padding: 0;
  height: 168px;
  flex: 0 0 168px;
  overflow: hidden;
  background: #161724;
}
#nasil-calisir .journeyShot img {
  display: block;
  width: 100%;
  height: 168px;
  max-height: 168px;
  object-fit: cover;
  object-position: top center;
}
#nasil-calisir .journeyShotAlt img { object-position: left center; }
#nasil-calisir .journeyShotEnd img { object-position: center 70%; }
#nasil-calisir .journeyCap {
  position: static;
  padding: 14px 15px 16px;
  background: #0f1018;
  min-height: 132px;
}
#nasil-calisir .journeyCap span {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c4bbff;
  background: rgba(109, 93, 246, 0.28);
  border-radius: 999px;
  padding: 4px 9px;
}
#nasil-calisir .journeyCap h3 {
  margin: 8px 0 4px;
  font-size: 17px;
  letter-spacing: -0.03em;
  color: #fff;
  line-height: 1.2;
}
#nasil-calisir .journeyCap p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #9aa0b8;
}
#nasil-calisir .journeyCardEnd .journeyCap span {
  color: #5ee9b5;
  background: rgba(22, 51, 40, 0.85);
}
#nasil-calisir .journeyNav {
  position: absolute;
  top: 84px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #1c1d2a;
  background: #161724;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(15, 16, 28, 0.28);
}
#nasil-calisir .journeyPrev { left: -6px; }
#nasil-calisir .journeyNext { right: -6px; }
#nasil-calisir .journeyNav:hover {
  background: var(--purple);
  border-color: var(--purple);
}
@media (max-width: 640px) {
  #nasil-calisir .journey { padding-inline: 4px; }
  #nasil-calisir .journeyNav { display: none; }
  #nasil-calisir .journeyCard { flex-basis: 220px; width: 220px; max-width: 220px; }
}

.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.grid4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 38px; }
.grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 38px; }

.stat, .card, .plan, .audience {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}
.stat b, .audience b { display: block; font-size: 16px; margin-bottom: 8px; }
.stat p, .audience p { color: var(--muted); font-size: 14.5px; }
.stat .num {
  display: block;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.05em;
  margin-bottom: 6px;
}

.cards .card { transition: 0.18s ease; padding: 26px; }
.cards .card:hover {
  transform: translateY(-3px);
  border-color: #ddd7ff;
  box-shadow: 0 18px 34px rgba(50, 45, 96, 0.09);
}
.cards .card h3 { font-size: 18px; margin-bottom: 10px; }
.cards .card p { color: var(--muted); font-size: 14.5px; }
.cardIcon {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #f1eeff;
  color: var(--purple-dark);
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 14px;
}

/* Visual vs-board: five photoreal rows instead of a spreadsheet table. */
.whyTally {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.whyTally li {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 650;
  color: #4a4e60;
  box-shadow: var(--shadow);
}
.whyTallyArrow {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 4px !important;
  font-size: 18px !important;
  color: var(--purple) !important;
}
.whyTallyOne {
  background: linear-gradient(135deg, #7465f6, #5342d8) !important;
  border-color: transparent !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(109, 93, 246, 0.28) !important;
}

.whyBoard {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}
.whyRow {
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 280px;
}
.whyRow:nth-child(even) {
  grid-template-columns: minmax(0, 1.18fr) minmax(240px, 0.82fr);
}
.whyRow:nth-child(even) .whyShot { order: 2; }

.whyShot {
  position: relative;
  margin: 0;
  min-height: 280px;
  background: #161724;
  overflow: hidden;
}
.whyShot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.whyShot figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  margin: 0;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(12, 12, 20, 0.72);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.whyBody {
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.whyBody h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.whyIntro {
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.55;
  margin-bottom: 16px;
}
.whyVs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.whyCol {
  border-radius: 14px;
  padding: 14px 14px 12px;
  min-width: 0;
}
.whyCol span {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.whyCol p {
  font-size: 13.5px;
  line-height: 1.5;
}
.whyOld {
  background: #f4f5fa;
  color: #3d4152;
}
.whyOld span { color: #8a90a3; }
.whyNew {
  background: #efeaff;
  color: #2a2158;
}
.whyNew span { color: var(--purple-dark); }

/* ---------- mağaza yönetimi vitrini ---------- */

.shopBand {
  background:
    radial-gradient(circle at 88% 12%, rgba(109, 93, 246, 0.38), transparent 42%),
    linear-gradient(180deg, #12131c 0%, #0b0c14 100%);
  color: #fff;
  padding: 72px 0 80px;
}
.shopBandInner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 40px;
  align-items: center;
}
.shopBandCopy .eyebrow.light { color: #c4bbff; }
.shopSpeed {
  display: inline-block;
  margin: 4px 0 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(109, 93, 246, 0.22);
  color: #ddd6fe;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.shopBandCopy h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  margin: 10px 0 16px;
  color: #fff;
}
.shopBandCopy > p {
  color: #d4d7e6;
  font-size: 17px;
  line-height: 1.6;
  max-width: 540px;
}
.shopBandList {
  list-style: none;
  margin: 22px 0 16px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.shopBandList li {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px;
  align-items: baseline;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #cfd3e4;
  font-size: 14.5px;
}
.shopBandList b { color: #fff; font-size: 13.5px; }
.shopBandNote {
  color: #9aa0b8;
  font-size: 13px;
  margin: 0 0 22px;
}
.shopPreview {
  background: #171827;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 16px 16px 12px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}
.shopPreviewBar {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #c5c9db;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
}
.shopPreviewBar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3d4156;
}
.shopPreviewBar span:first-child { background: #f87171; }
.shopPreviewBar span:nth-child(2) { background: #fbbf24; }
.shopPreviewBar span:nth-child(3) { background: #34d399; }
.shopPreviewTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
.shopPreviewTabs i {
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #9aa0b8;
}
.shopPreviewTabs i.on { background: #fff; color: #171827; }
.shopPreviewBulk {
  background: #2a2158;
  color: #ddd6fe;
  border-radius: 10px;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}
.shopPreviewRow {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 9px 8px;
  border-radius: 10px;
  color: #e8eaf4;
  font-size: 13px;
}
.shopPreviewRow.on { background: rgba(109, 93, 246, 0.16); }
.shopPreviewRow b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shopPreviewRow em { font-style: normal; font-weight: 800; color: #c4bbff; }
.shopPreviewRow small { display: none; }
.st {
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 6px;
  text-align: center;
}
.st.draft { background: #3a2e12; color: #f5c76b; }
.st.active { background: #163328; color: #5ee9b5; }
.st.inactive { background: #2a2c3a; color: #9aa0b8; }
.shopPreviewVars {
  margin: 0 8px 8px 72px;
  font-size: 11.5px;
  color: #a78bfa;
  line-height: 1.4;
}
.shopStageMock {
  display: grid;
  place-items: center;
  padding: 28px 22px;
  background:
    radial-gradient(circle at 20% 0%, rgba(109, 93, 246, 0.28), transparent 50%),
    #12131c;
}
.shopPreviewOnDark { width: min(100%, 420px); }

.whyAudience { margin-top: 22px; }
.audience {
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.audienceShot {
  margin: 0;
  height: 132px;
  overflow: hidden;
  background: #161724;
}
.audienceShot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.audienceBody { padding: 18px 20px 20px; }
.audienceTag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--purple-dark);
  background: #efeaff;
  border-radius: 999px;
  padding: 4px 9px;
  margin-bottom: 10px;
}

/* ---------- steps ---------- */

.steps {
  list-style: none;
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 38px 0 0;
  padding: 0;
}
.steps li {
  counter-increment: step;
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 22px 22px;
  background: #fff;
  box-shadow: var(--shadow);
}
.steps li::before {
  content: counter(step);
  position: absolute;
  top: -14px;
  left: 22px;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: linear-gradient(145deg, #7b6cff, #5f4eea);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 16px rgba(109, 93, 246, 0.3);
}
.steps b { display: block; font-size: 16px; margin-bottom: 6px; }
.steps span { color: var(--muted); font-size: 14.5px; }

/* ---------- pricing ---------- */

.plans { align-items: stretch; }
.plan {
  display: flex;
  flex-direction: column;
  padding: 26px 22px;
  position: relative;
}
.planFeatured {
  border-color: #c7bcff;
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}
.planBadge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #7465f6, #6150e7);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.03em;
  padding: 5px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.plan h3 { font-size: 17px; }
.price { display: flex; align-items: baseline; gap: 4px; margin: 12px 0 4px; }
.price span { font-size: 40px; font-weight: 800; letter-spacing: -0.05em; }
.price small { color: var(--muted); font-size: 13px; font-weight: 650; }
.planNote { color: var(--muted); font-size: 13.5px; min-height: 40px; }
.planList { list-style: none; margin: 18px 0 22px; padding: 0; display: grid; gap: 9px; }
.planList li {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  color: #3d4152;
}
.planList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e4f7ee url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2319a66a' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/11px no-repeat;
}
.planList li.off { color: #9aa0b0; }
.planList li.off::before {
  background: #f1f2f6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a2a7b6' stroke-width='3.4' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E") center/10px no-repeat;
}
.fineprint { margin-top: 24px; color: var(--muted); font-size: 13.5px; }

/* ---------- faq ---------- */

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 4px 20px;
  margin-top: 12px;
  box-shadow: var(--shadow);
}
details:first-of-type { margin-top: 32px; }
summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 15.5px;
  padding: 16px 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  margin-left: auto;
  font-size: 22px;
  font-weight: 400;
  color: var(--purple);
  line-height: 1;
}
details[open] summary::after { content: "−"; }
details p { color: var(--muted); font-size: 14.5px; padding-bottom: 18px; }

/* ---------- final cta + footer ---------- */

.finalCta {
  background:
    radial-gradient(700px 280px at 80% 0%, rgba(109, 93, 246, 0.35), transparent 60%),
    linear-gradient(135deg, #171827, #262247 60%, #3a2d6b);
  color: #fff;
  text-align: center;
  padding: 88px 0;
}
.finalCta h2 { font-size: clamp(28px, 3.8vw, 44px); }
.finalCta p { color: #b8b9cd; margin: 16px auto 30px; max-width: 540px; }

.siteFooter { background: var(--ink); color: #9ea2b5; padding: 56px 0 26px; }
.footerInner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
}
.siteFooter .logoText b { color: #fff; }
.siteFooter .logoText small { color: #7a7f95; }
.siteFooter h2 { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: #fff; margin-bottom: 14px; }
.siteFooter nav { display: flex; flex-direction: column; gap: 9px; }
.siteFooter nav a { color: #9ea2b5; text-decoration: none; font-size: 14px; }
.siteFooter nav a:hover { color: #fff; }
.disclaimer { margin-top: 16px; font-size: 12.5px; color: #71768c; max-width: 380px; }
.copyright {
  border-top: 1px solid #23252f;
  margin-top: 40px;
  padding-top: 22px;
  font-size: 12.5px;
  color: #6c7186;
  text-align: center;
}

/* ---------- public blog (crawlable HTML, same chrome as landing) ---------- */

.blogPage {
  padding: 48px 0 88px;
  color: var(--text);
  background: var(--bg);
}
.blogPage h1 {
  font-size: clamp(32px, 4vw, 48px);
  color: var(--ink);
  margin: 8px 0 12px;
  letter-spacing: -0.03em;
}
.blogPage .sectionLead { max-width: 560px; color: var(--muted); }
.blogPage .eyebrow { color: var(--purple-dark); }
.blogGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 36px;
}
.blogCard {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.blogCard a { color: inherit; text-decoration: none; display: block; }
.blogCard img { width: 100%; height: 176px; object-fit: cover; display: block; }
.blogCardCopy { padding: 18px 20px 22px; }
.blogCard time {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.blogCard h2 { font-size: 20px; margin: 8px 0 10px; color: var(--ink); line-height: 1.3; }
.blogCard p { color: var(--muted); font-size: 14.5px; line-height: 1.55; margin: 0; }
.blogEmpty { color: var(--muted); margin-top: 28px; }
.blogArticle { max-width: 760px; }
.blogArticle .eyebrow a { color: var(--purple-dark); text-decoration: none; }
.blogMeta { color: var(--muted); margin: 0 0 14px; }
.blogCover { margin: 24px 0; border-radius: 18px; overflow: hidden; border: 1px solid var(--line); }
.blogCover img { width: 100%; height: auto; display: block; }
.blogBody { font-size: 17.5px; line-height: 1.75; color: var(--text); }
.blogBody h2 { color: var(--ink); margin: 28px 0 12px; font-size: 26px; }
.blogBody h3 { color: var(--ink); margin: 22px 0 10px; font-size: 20px; }
.blogBody a { color: var(--purple-dark); }
.blogBody ul { padding-left: 20px; margin: 12px 0; }
.blogBack { margin-top: 40px; }
.blogBack a { color: var(--purple-dark); text-decoration: none; font-weight: 600; }

@media (max-width: 1000px) {
  .blogGrid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .blogGrid { grid-template-columns: 1fr; }
}

/* ---------- responsive ---------- */

@media (max-width: 1000px) {
  .grid3, .grid4, .steps {
    grid-template-columns: 1fr;
  }
  .sceneGrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .stagePanel {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }
  .stageShot { min-height: 240px; height: 240px; }
  .stageCopy { height: auto; padding: 28px 24px; }
  .grid2, .footerInner { grid-template-columns: 1fr 1fr; }
  .navBurger { display: grid; }
  .siteNav, .headerCta .btnGhost { display: none; }
  .navToggle:checked ~ .siteNav {
    display: flex;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: #12131c;
    padding: 12px 20px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .planFeatured { transform: none; }
  .miniNav { display: none; }
  .shopBandInner { grid-template-columns: 1fr; gap: 28px; }
  .shopBandList li { grid-template-columns: 1fr; gap: 2px; }
  .whyRow,
  .whyRow:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .whyRow:nth-child(even) .whyShot { order: 0; }
  .whyShot { min-height: 200px; height: 200px; }
  .whyBody { padding: 22px 20px 20px; }
  .whyBody h3 { font-size: 19px; }
  .whyVs { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .grid3, .grid4, .grid2, .steps, .footerInner, .sceneGrid { grid-template-columns: 1fr; }
  #vitrin .sceneShot, #vitrin .sceneShot img, .sceneShot, .sceneShot img { height: 132px; max-height: 132px; }
  .section { padding: 64px 0; }
  .hero { padding-top: 48px; }
  .heroLead { font-size: 16px; }
  .btnGhost { display: none; }
  .planNote { min-height: 0; }
  .trendRow { grid-template-columns: 1fr auto; }
  .trendRow span:nth-child(2), .trendRow span:nth-child(3) { display: none; }
}
